@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.XXXXX a
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}



/* SUBページ メインタイトル */
.cmn_maintitle {
    height: 180px;
    background-image: url(../img/cmn_maintitle_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cmn_maintitle h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
}

.cmn_maintitle span {
    display: block;
    width: 100%;
    color: #000;
}

.cmn_maintitle .ja {
    font-size: 3.6rem;
    letter-spacing: 0.15rem;
    line-height: 1.4;
    font-weight: 900;
}

.cmn_maintitle .en {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 0 0;
    font-size: 2.0rem;
    line-height: 1.3;
    font-weight: 500;
    /* white-space: nowrap; */
    word-break: break-all;
}

.cmn_maintitle .en::before,
.cmn_maintitle .en::after {
    content: '';
    display: block;
    /* width: 15%; */
    width: 100%;
    max-width: 150px;
    height: 20px;
    margin: 6px 20px 0;
    background-image: url(../img/cmn_maintitle_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* SUBページ メインタイトル直後のボックス */
.cmn_maintitle + * {
    padding-top: 80px;
    padding-bottom: 90px;
}

/* 見出し（拡声器付き） */
.cmn_tit_megaphone,
.cmn_cms_editor h3 {
    padding: 0 0 6px 40px;
    border-bottom: 2px solid #000;
    background-image: url(../img/cmn_tit_megaphone.svg);
    background-repeat: no-repeat;
    background-position: left top 12px;
    background-size: auto;
    color: #000;
    font-size: 2.8rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    font-weight: 900;
}

.cmn_tit_megaphone + * {
    margin-top: 24px;
}

.item_single_body .cmn_tit_megaphone + *,
.company_body .cmn_tit_megaphone + *,
.contact_body .cmn_tit_megaphone + *,
.concept_body .cmn_tit_megaphone + *,
.link_body .cmn_tit_megaphone + *,
.policy_body .cmn_tit_megaphone + * {
    padding-left: 20px;
    padding-right: 20px;
}


/* 見出し（黒い台形） */
.cmn_daikei_b {
    border-bottom: 2px solid #000;
}

.cmn_daikei_b span {
    position: relative;
    display: inline-block;
    padding: 4px 27px 5px;
    margin: 0 0 -1px 0;
    max-width: 700px;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.4;
    background-color: #000;
    vertical-align: bottom;
}

.cmn_daikei_b span::before,
.cmn_daikei_b span::after {
    content: '';
    position: absolute;
    top: 0;
    display: inline-block;
    width: 12px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 102% 100%;
}

.cmn_daikei_b span::before {
    left: 0;
    background-image: url(../img/cmn_daikei_b_left.svg);
}

.cmn_daikei_b span::after {
    right: 0;
    background-image: url(../img/cmn_daikei_b_right.svg);
}


/* ボタン（四角形影付き） */
.cmn_btn {
    text-align: center;
}

.cmn_btn a {
    display: inline-block;
    min-width: 150px;
    padding: 10px 26px 14px;
    margin: 0 5px 0 0;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    background-color: #009245;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}


/* 防災用品リスト */
.cmn_itemlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
}

.cmn_itemlist::before,
.cmn_itemlist::after {
    content: '';
    order: 1;
    display: block;
}

.cmn_itemlist::before,
.cmn_itemlist::after,
.cmn_itemlist li {
    width: 32%;
    max-width: 260px;
}

.cmn_itemlist li {
    border: 1px solid #b3b3b3;
    background-color: #fff;
    margin: 30px 0 0 0;
}

.cmn_itemlist a {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 10px 20px;
}

.cmn_itemlist div {
    position: relative;
    height: 0;
    padding: 66% 0 0 0;
    overflow: hidden;
}

.cmn_itemlist div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: auto;
    /* max-width: 130%; */
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 0;
}

.cmn_itemlist p {
    margin: 18px 0 0 0;
    color: #000;
    font-size: 1.5rem;
}

.cmn_itemlist span {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0, -30%);
    display: inline-block;
}

.cmn_itemlist span img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.cmn_itemlist span img:nth-of-type(1) {
    margin: 0;
}

.cmn_itemlist .new {
    width: 32px;
}

.item_arch_normal .cmn_itemlist .new {
    display: none;
}

.cmn_itemlist .prize {
    width: 42px;
}

/* 防災通信 一覧表示リスト */
.cmn_columnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0 0;
    overflow: hidden;
}

.cmn_columnlist > li {
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    width: 50%;
    padding-top: 26px;
    padding-bottom: 20px;
    border-style: dotted;
    border-color: #B3B3B3;
    margin: 0 0 -1px 0;
}

.cmn_columnlist > li:nth-of-type(2n-1) {
    position: relative;
    padding-right: 30px;
    border-width: 0 1px 1px 0;
}

.cmn_columnlist > li:nth-of-type(2n-1)::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    /* bottom: 14px; */
    z-index: 1;
    transform: translate(50%,50%);
    display: block;
    width: 60px;
    height: 40px;
    background-color: #fff;
}

.cmn_columnlist > li:nth-of-type(2n) {
    padding-left: 30px;
    border-width: 0 0 1px 0;
}

.cmn_columnlist_imgbox {
    position: relative;
    flex-shrink: 0;
    width: 46%;
    min-width: 50px;
    height: auto;
    margin: 0 20px 0 0;
}

.cmn_columnlist_imgbox a {
    position: relative;
    display: block;
    height: 0;
    padding: 65% 0 0 0;
    overflow: hidden;
}

.cmn_columnlist_imgbox a > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: auto;
    /* max-width: 130%; */
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 0;
}

.cmn_columnlist_imgbox > span {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0, -30%);
    display: inline-block;
}

.cmn_columnlist_imgbox > span img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
}

.cmn_columnlist_imgbox > span img:nth-of-type(1) {
    margin: 0;
}

.cmn_columnlist_imgbox .new {
    width: 30px;
}

.cmn_columnlist_imgbox .pickup {
    width: 38px;
}








.cmn_columnlist_txtbox {
    width: 100%;
}

.cmn_columnlist_txtbox > small {
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 0 26px 6px 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #0078C8;
}

.cmn_columnlist_txtbox > span {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: -1px 0 0 0 ;
    color: #808080;
    font-size: 1.1rem;
    background-image: url(../img/cmn_ico_clock.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    vertical-align: middle;
}

.cmn_columnlist_txtbox > .title {
    margin: 4px 0 0 0;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.cmn_columnlist_txtbox > .title a {
    display: block;
}

.cmn_columnlist_txtbox > ul {
    margin: 7px 0 0 0;
}

.cmn_columnlist_txtbox > ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.cmn_columnlist_txtbox > ul a {
    display: inline-block;
    padding: 0 0 0 15px;
    background-image: url(../img/cmn_ico_tag_link.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: auto;
    color: #4d4d4d;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}





/* 検索フォーム */
.cmn_sidebar_search form {
    position: relative;
}

.cmn_sidebar_search input[name="s"] {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: .6em .6em;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    font-size: 1.3rem;
    background-color: #f2f2f2;
    box-shadow: 0 0 5px 0 rgb(81, 81, 81,0.1) inset;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.cmn_sidebar_search input[name="s"]::placeholder {
    color: #b3b3b3;
}

.cmn_sidebar_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
    width: 40px;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background-color: transparent;
    background-image: url(../img/cmn_search_glass.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

/* アクセスランキング・殿堂入り共通 */
.cmn_sidebar_ranking {
    margin: 30px 0 0 0;
}

.cmn_sidebar_ranking > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    /* white-space: nowrap; */
}

.cmn_sidebar_ranking > dt img {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 7px 0 0;
}

.cmn_sidebar_ranking > dd {
    margin: 8px 0 0 0;
}

.cmn_sidebar_ranking ul {
    overflow: hidden;
}

.cmn_sidebar_ranking li {
    display: flex;
    padding: 0 0 0 5px;
    border-width: 1px 0 1px 0;
    border-style: dotted;
    border-color: #B3B3B3;
    margin: -1px 0 0 0;
}

.cmn_sidebar_ranking li::before {
    content: '1';
    flex-shrink: 0;
    align-self: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    color: #FFF;
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
}

.cmn_sidebar_ranking li:nth-of-type(1)::before {
    content: '1';
    background-color: #DBB705;
}

.cmn_sidebar_ranking li:nth-of-type(2)::before {
    content: '2';
    background-color: #A3A3A3;
}

.cmn_sidebar_ranking li:nth-of-type(3)::before {
    content: '3';
    background-color: #D68A56;
}

.cmn_sidebar_ranking li:nth-of-type(4)::before {
    content: '4';
}

.cmn_sidebar_ranking li:nth-of-type(5)::before {
    content: '5';
}

.cmn_sidebar_ranking li:nth-of-type(4)::before,
.cmn_sidebar_ranking li:nth-of-type(5)::before {
    color: #808080;
    border: 1px solid #808080;
}

.cmn_sidebar_ranking a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 500;
}



/* Twitter */
.cmn_sidebar_twitter {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
    text-align: center;
}

.cmn_sidebar_twitter > iframe {
    width: 100% !important;
}



/* タグ */
.cmn_sidebar_tag {
    padding: 16px 16px;
    border: 1px solid #bababa;
    margin: 30px 0 0 0;
    box-shadow: 0 0 0 5px #f2f2f2;
    overflow: hidden;
}

.cmn_sidebar_tag dt {
    position: relative;
    display: inline-block;
    padding: 8px 22px 8px 32px;
    background-color: #f2f2f2;
    background-image: url(../img/cmn_ico_tag_title.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    font-weight: 900;
}

.cmn_sidebar_tag dt::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%,0);
    display: block;
    width: 99%;
    height: 100%;
    background-color: inherit;
}

.cmn_sidebar_tag dd {
    margin: 14px 0 0 0;
}

.cmn_sidebar_tag ul {
    margin: -4px 0 0 0;
}

.cmn_sidebar_tag li {
    display: inline-block;
    margin: 4px 8px 0 0;
}

.cmn_sidebar_tag a {
    display: inline-block;
    padding: 0 0 0 15px;
    background-image: url(../img/cmn_ico_tag_link.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: auto;
    color: #4d4d4d;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}

/* 絞込み結果表示（タグ・検索・カテゴリー） */
.cmn_condition {
    padding: 20px 16px;
    border: 1px solid #bababa;
    font-size: 2.0rem;
    text-align: center;
    box-shadow: 0 0 0 5px #f2f2f2;
}

/* ページ送り（連番表示） */
.cmn_pager_numbers .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px 0 0 -10px;
}

.cmn_pager_numbers .first,
.cmn_pager_numbers .prev,
.cmn_pager_numbers .pager,
.cmn_pager_numbers .next,
.cmn_pager_numbers .last {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    margin: 10px 0 0 10px;
    line-height: 30px;
    color: #808080;
    font-size: 1.1rem;
    text-align: center;
}

.cmn_pager_numbers .current {
    border: 0;
    color: #dc3743;
    background-color: #f9e621;
}

.cmn_pager_numbers .page_num {
    display: none;
}


/* ページ送り(前後) */
.cmn_pager_3col {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 550px;
    margin: 86px auto 0;
}

.cmn_pager_3col li {
    width: 30%;
    max-width: 150px;
}



/* CMSエディタ装飾 */
.cmn_cms_editor p,
.cmn_cms_editor table,
.cmn_cms_editor ul,
.cmn_cms_editor ol {
    color: #666666;
}

.cmn_cms_editor h1,
.cmn_cms_editor h2,
.cmn_cms_editor h4,
.cmn_cms_editor h5,
.cmn_cms_editor h6 {
    display: block;
    padding: 0 0 .3em 0;
    border-color: #000;
	margin: .5em 0 .7em;
	/* letter-spacing: -0.0415625em; */
	letter-spacing: -0.0015625em;
    line-height: 1.3;
    font-weight: 900;
}

.cmn_cms_editor h3 {
    margin: .5em 0 .7em;
}

.cmn_cms_editor h1 {
    font-size: 3.1rem;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.cmn_cms_editor h2 {
    font-size: 2.9rem;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.cmn_cms_editor h4 {
    font-size: 2.4rem;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.cmn_cms_editor h5 {
    font-size: 2.2rem;
    border-style: dashed;
    border-width: 0 0 2px 0;
}

.cmn_cms_editor h6 {
    font-size: 1.9rem;
    border-style: dotted;
    border-width: 0 0 2px 0;
}

.cmn_cms_editor p {
    padding: 6px 0 8px;
    margin: 0 0 8px 0;
    /*text-align: justify;
    text-justify: inter-ideograph;*/
}

.cmn_cms_editor img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.cmn_cms_editor iframe[src*="youtube"] {
    display: inline-block;
    width: 100%;
    height: 56.25vw;
    max-height: 506px;
    margin-top: 8px;
    margin-bottom: 8px;

    /* display: inline-block;
    max-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px; */
}

.cmn_cms_editor strong {
    font-weight: 900;
}

.cmn_cms_editor em {
    font-style: italic;
}

.cmn_cms_editor a {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #009245;
    text-decoration: underline;
    word-break: break-all;
}

.cmn_cms_editor a:hover {
    color: #009245;
}

.cmn_cms_editor_table {
    overflow-x: auto;
    white-space: nowrap;
    /* border: 1.5px solid #cccccc; */
}

.cmn_cms_editor table {
    margin: 0 0 8px 0;
    word-break: break-all;
}

.cmn_cms_editor th,
.cmn_cms_editor td {
    margin: 0 0 8px 0px;
    padding: 6px 10px;
    border: 1px solid #8F8F8F;
}

.cmn_cms_editor ul {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ul li {
    list-style: disc;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor ol {
    margin: 0 0 8px 0;
}

.cmn_cms_editor ol li {
    list-style: decimal;
    margin: 0 0 4px 20px;
}

.cmn_cms_editor blockquote {
    background-color: #F3F3F3;
    margin-inline-start:10px;
    margin-inline-end:10px;
    padding: 15px;
}


.cmn_cms_editor {
	word-wrap: break-word;
    overflow-wrap: break-word;
}

/* WPオリジナルクラス有効化 */
.cmn_cms_editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cmn_cms_editor .alignright {
    display: block;
    margin-left: auto;
}

.cmn_cms_editor .alignleft {
    display: block;
    margin-right: auto;
}

.cmn_cms_editor .wp-caption {
    border: 1px solid #ddd;
    text-align: left;
    background-color: #f3f3f3;
    padding: 5px;
    border-radius: 3px;
}

.cmn_cms_editor .wp-caption img {
    padding: 0;
    border: 0;
    margin: 0;
}

.cmn_cms_editor .wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}



















/* header */
header {
    position: relative;
}

.header_pnav,
.header_mainblock {
    position: relative;
    z-index: 9;
}

.header_pnav {
    padding: 10px 2%;
    background-color: #000;
    text-align: right;
}

.header_pnav li {
    display: inline-block;
    margin: 0 0 0 18px;
}

.header_pnav a {
    display: inline-block;
    color: #FFF;
    font-size: 1.3rem;
}



#header_modalmenu_check {
    display: none;
}

#header_modalmenu_close_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
}

#header_modalmenu_check:checked ~ #header_modalmenu_close_bg {
    display: block;
}

#header_modalmenu_conts {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 9;
    transform: translate(0,-100%);
    width: 100%;
    padding: 50px 0;
    background-color: #FFF;
    transition: transform .2s;
}

#header_modalmenu_check:checked ~ #header_modalmenu_conts {
    transform: translate(0,0);
}

.header_modalmenu_gnav div {
    border-width: 1px 0 1px 0;
    border-style: dashed;
    border-color: #858585;
    margin: -1px 0 0 0;
}

.header_modalmenu_gnav a {
    display: block;
    padding: 18px 0;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
    font-weight: 700;
    text-align: center;
}

.header_mainblock {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 2%;
    background-color: #fff;
    transition: box-shadow .2s;
    overflow: hidden;
}

#header_modalmenu_check:checked ~ .header_mainblock {
    /* box-shadow: 0 10px 10px 0 #e5e5e5; */
    box-shadow: 0 10px 20px 0 #e5e5e5;
}

.header_logo {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.header_logo a {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 2.1rem;
    line-height: 1;
    font-weight: 900;
}

.header_logo img {
    display: inline-block;
    margin: 0 10px 0 0;
}

.header_gnav {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1800px;
    height: 100%;
    padding: 0 220px;
}

.header_gnav div {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 2%;
    text-align: center;
}

/* .header_gnav div + div {
    margin: 0 0 0 5%;
} */

.header_gnav a {
    display: inline-block;
}

.header_gnav span {
    display: block;
    margin: 8px 0 0 0;
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    text-align: center;
}


#header_modalmenu_open {
    position: relative;
    flex-shrink: 0;
    display: inline-block;
    width: 44px;
    height: 38px;
    margin: 0 0 0 2%;
    cursor: pointer;
}

#header_modalmenu_open span {
    position: absolute;
    left: 0;
    top: calc((100% - 6px)/2);
    display: block;
    width: 100%;
    height: 6px;
    transition: transform .25s,
                opacity .25s;
    background-color: #009245;
}

#header_modalmenu_open .top {
    transform: translateY(-16px);
}

#header_modalmenu_open .bottom {
    transform: translateY(16px);
}

#header_modalmenu_check:checked ~ .header_mainblock #header_modalmenu_open .top {
    transform: rotate(45deg);
}

#header_modalmenu_check:checked ~ .header_mainblock #header_modalmenu_open .center {
    opacity: 0;
}

#header_modalmenu_check:checked ~ .header_mainblock #header_modalmenu_open .bottom {
    transform: rotate(-45deg);
}



/* footer */
footer {
    padding: 40px 0;
    background-image: url(../img/footer_bg_yellow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.footer_left {
    flex-shrink: 0;
    margin: 8px 0 0 0;
}

.footer_left small {
    display: block;
    margin: 10px 0 0 0;
    font-size: 1.1rem;
    letter-spacing: 0;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.footer_companyinfo {
    flex-shrink: 0;
    width: 29%;
    min-width: 250px;
    margin: 0 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer_companyinfo > div {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 6px 0 0 0;
}

.footer_companyinfo > div dt {
    flex-shrink: 0;
    min-width: 32px;
    padding: 1px 3px;
    margin: 1px 8px 0 0;
    font-size: 1.0rem;
    letter-spacing: 0.05rem;
    background-color: #fff;
    text-align: center;
}

.footer_companyinfo > div dd {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
}

.footer_companyinfo .tel,
.footer_companyinfo .fax {
    width: 48%;
}

.footer_outline {
    width: 100%;
    padding: 0 0 0 30px;
    border-left: 1px solid #000;
    margin: 10px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
}







/* home /////////////////////////////////////////////////////////////////////////////////////////// */

/* swipper 上書き */
.home_mainslider .swiper-container > .swiper-pagination-bullets {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 300px;
    height: 40px;
}

.home_mainslider .swiper-container > .swiper-pagination-bullets::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    border-bottom: 40px solid #FFF;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    /* box-shadow: 0 -4px 4px 0 rgba(119, 113, 0, 0.1); */
    -webkit-filter: drop-shadow(0 -4px 4px rgba(119,113,0,0.1));
    -moz-filter: drop-shadow(0 -4px 4px rgba(119,113,0,0.1));
    -ms-filter: drop-shadow(0 -4px 4px rgba(119,113,0,0.1));
    filter: drop-shadow(0 -4px 4px rgba(119,113,0,0.1));
}

.home_mainslider .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
    z-index: 1;
    margin: 10px 10px 0;
}

.home_mainslider .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
    margin-left: 30px;
}

.home_mainslider .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin-right: 30px;
}

.home_mainslider .swiper-pagination-bullet {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    background: #f9e621;
    opacity: 1;
}

.home_mainslider .swiper-pagination-bullet-active {
    background: #009245;
}
/* /swipper 上書き */

.home_mainslider {
    position: relative;
    overflow: hidden;
}

.home_mainslider .swiper-slide {
    height: 440px;
}

.home_mainslider_about {
    background-image: url(../img/home_mainslider_about_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 -8px 4px -4px rgba(119, 113, 0, 0.1) inset;
}

.home_mainslider_about_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.swiper-container-horizontal .home_mainslider_about_inner {
    align-items: flex-start;
    padding-top: 30px;
}

.home_mainslider_about_inner > img {
    display: inline-block;
    margin: 0 0 0 2%;
}

.home_mainslider_about_inner > div {
    width: 49%;
    margin: 20px 4% 0;
    text-align: right;
}

.home_mainslider_about_inner > div img {
    display: block;
    width: 100%;
}

.home_mainslider_about_inner > div p {
    margin: 30px 0 0 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.75;
    font-weight: 500;
    text-align: left;
}

.home_mainslider_about_inner > div p span {
    color: #d4145a;
}

.home_mainslider_about_inner > div a {
    display: inline-block;
    padding: 10px 20px 14px;
    margin: 20px 5px 0 0;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    background-color: #009245;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}



.home_industry,
.home_column_wrap,
.home_item_inner,
.home_news_inner,
.home_bnrbox {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}


.home_industry {
    display: none !important;
    margin-top: 80px;
}

.home_industry h2 {
    text-align: center;
}

.home_industry h2 span {
    display: block;
}

.home_industry h2 .jp {
    color: #231815;
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
    line-height: 1.6;
    font-weight: 700;
}

.home_industry h2 .en {
    margin: 4px 0 0 0;
    color: #616161;
    font-size: 1.0rem;
    line-height: 1.6;
}

.home_industry > ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.home_industry > ul li {
    width: 24%;
    max-width: 260px;
    margin: 10px 0 0 0;
    background-image: url(../img/cmn_industry_bg_yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.home_industry > ul li:nth-of-type(1) {
    background-image: url(../img/cmn_industry_bg_yellow.svg);
}

.home_industry > ul li:nth-of-type(2) {
    background-image: url(../img/cmn_industry_bg_blue.svg);
}

.home_industry > ul li:nth-of-type(3) {
    background-image: url(../img/cmn_industry_bg_red.svg);
}

.home_industry > ul li:nth-of-type(4) {
    background-image: url(../img/cmn_industry_bg_green.svg);
}

.home_industry > ul a {
    display: flex;
    align-items: center;
    padding: 34px 6% 34px 11%;
    pointer-events: none;
}

.home_industry > ul img {
    flex-shrink: 0;
    display: inline-block;
    width: 16%;
    max-width: 34px;
    min-width: 24px;
    margin: 0 6% 0 0;
}

.home_industry > ul p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.home_industry > ul span {
    display: block;
    margin: 3px 0 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 900;
}




.home_column_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 110px;
    margin-top: 100px;
}

.home_column_sidebar {
    flex-shrink: 0;
    width: 22%;
    max-width: 250px;
    min-width: 200px;
    margin: 9px 0 0 20px;
}

.home_column_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 840px;
}

.home_column_main > h2 {
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 11%;
    /* min-width: 70px; */
    padding: 50px 0 0 0;
    border-width:  0 1px 0 1px;
    border-style: solid;
    border-color: #000;
    margin: 0 5% 0 0;
    text-align: center;
}

.home_column_main > h2 span {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
}

.home_column_main h2 .jp {
    padding: 44px 0 0 0;
    color: #333;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
    font-weight: 700;
    background-image: url(../img/home_column_ico_megaphone.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.home_column_main h2 .en {
    margin: 30px 0 0 2px;
    color: #999;
    font-size: 1.3rem;
    line-height: 1;
}

.home_column_pickup {
    width: calc(100% - 11% - 5%);
}

.home_column_pickup_mainphoto {
    position: relative;
}

.home_column_pickup_mainphoto a {
    display: block;
    text-align: center;
}

.home_column_pickup_mainphoto span {
    position: absolute;
    left: 20px;
    top: 0;
    transform: translate(0, -30%);
    display: inline-block;
}

.home_column_pickup_mainphoto span img {
    display: inline-block;
    vertical-align: top;
}

.home_column_pickup_mainphoto span img:first-of-type {
    width: 40px;
    margin: 0 10px 0 0;
}

.home_column_pickup_mainphoto span img:last-of-type {
    width: 50px;
}

.home_column_pickup_catbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px -4% 0 0;
}

.home_column_pickup_catbox small {
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 8px auto 4px 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #0078C8;
}

.home_column_pickup_catbox span {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 8px 4% 4px 0;
    color: #808080;
    font-size: 1.1rem;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

.home_column_pickup_catbox span:first-of-type {
    background-image: url(../img/cmn_ico_pencil.svg);
}

.home_column_pickup_catbox span:last-of-type {
    background-size: auto;
    background-image: url(../img/cmn_ico_clock.svg);
}

.home_column_pickup > a {
    display: block
}

.home_column_pickup > a h3 {
    margin: 10px 0 0 0;
    color: #000;
    font-size: 2.1rem;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    font-weight: 900;
}

.home_column_pickup > a p {
    margin: 14px 0 0 0;
    color: #666;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.home_column_pickup > ul {
    margin: 14px 0 0 0;
}

.home_column_pickup > ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.home_column_pickup > ul a {
    display: inline-block;
    padding: 0 0 0 15px;
    background-image: url(../img/cmn_ico_tag_link.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: auto;
    color: #4d4d4d;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}


.home_column_list {
    width: 100%;
    border-top: 1px solid #000;
    margin: 50px 0 0 0;
}

.home_column_list > ul {
    border-bottom: 1px solid #000;
}

.home_column_list > a {
    display: block;
    width: 128px;
    height: 24px;
    margin: 0 auto;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
    background-image: url(../img/home_column_btn_daikei.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}


.home_item_wrap,
.home_news_wrap {
    overflow: hidden;
}

.home_item_wrap {
    background-color: #E6E6E6;
}

.home_news_wrap {
    background-color: #FFF;
}

.home_item_inner {
    padding-bottom: 100px;
}

.home_item_inner > ul,
.home_news_2col {
    margin-top: 70px;
}

.home_item_title,
.home_news_title {
    position: relative;
    text-align: center;
}

.home_item_title::before,
.home_news_title::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    display: block;
    width: 100vw;
    height: 100%;
}

.home_item_title::before {
    background-color: #fff;
}

.home_news_title::before {
    background-color: #E6E6E6;
    box-shadow: 0 -8px 4px -4px rgba(0, 0, 0, 0.1) inset;
}

.home_item_title h2,
.home_news_title h2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 300px;
    height: 0;
    padding: 6px 0 0 0;
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
    text-align: center;
}

.home_item_title h2 {
    border-bottom: 64px solid #E6E6E6;
}

.home_news_title h2 {
    border-bottom: 64px solid #FFF;
    /* box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1); */
    -webkit-filter: drop-shadow(0 -4px 4px rgba(0,0,0,0.1));
    -moz-filter: drop-shadow(0 -4px 4px rgba(0,0,0,0.1));
    -ms-filter: drop-shadow(0 -4px 4px rgba(0,0,0,0.1));
    filter: drop-shadow(0 -4px 4px rgba(0,0,0,0.1));
}

.home_item_title .jp,
.home_news_title .jp {
    display: block;
    margin: 14px 0 0 0;
    color: #231815;
    font-size: 2.4rem;
    letter-spacing: 0.15rem;
    line-height: 1;
    font-weight: 700;
}

.home_item_title .en,
.home_news_title .en {
    display: block;
    margin: 12px 0 0 0;
    color: #616161;
    font-size: 1.0rem;
    line-height: 1;
}

.home_item_title .en br {
    display: none;
}


.home_itemlist::before,
.home_itemlist::after,
.home_itemlist li {
    width: 18%;
    max-width: 204px;
}

.home_itemlist li:last-child {
    visibility: hidden;
    border: 0;
    margin: 0;
}


.home_item_inner > .cmn_btn {
    margin: 50px 0 0 0;
}

/* .home_item_inner > .cmn_btn a {
    padding-left: 30px;
    padding-right: 50px;
    background-image: url(../img/cmn_ico_externallink_white.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 15px;
    background-size: auto;
} */


.home_news_2col {
    display: flex;
}

.home_news_2col > ul {
    width: 100%;
    max-height: 350px;
    padding: 4px 20px;
    border: 1px solid #bababa;
    box-shadow: 0 0 0 5px #f2f2f2;
    overflow: auto;
}

.home_news_2col > ul li {
    display: flex;
    align-items: center;
    padding: 0 30px;
    /* border-top: 1px dashed #b3b3b3; */
    /* border-bottom: 1px dashed #b3b3b3; */
    /* margin: -1px 0 0 0; */
}

.home_news_2col > ul li + li {
    border-top: 1px dashed #b3b3b3;
}

.home_news_2col > ul small {
    flex-shrink: 0;
    display: inline-block;
    margin: 3px 20px 0 0;
    color: #232323;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

.home_news_2col > ul span {
    flex-shrink: 0;
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 0 18px 0 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #009245;
}

.home_news_2col > ul p {
    width: 100%;
}

.home_news_2col > ul a {
    display: block;
    padding: 14px 0;
    color: #232323;
    letter-spacing: 0.1rem;
}

.home_news_2col > div {
    flex-shrink: 0;
    width: 34%;
    max-width: 390px;
    margin: 0 0 0 4%;
    text-align: center;
}

.home_news_2col > div > iframe {
    width: 100% !important;
}


.home_bnrbox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 800px;
    padding-bottom: 100px;
    margin: 100px auto 0;
}

.home_bnrbox li {
    width: 30%;
    max-width: 240px;
}

.home_bnrbox li a {
    width: 100%;
    min-width: 0;
}




/* column /////////////////////////////////////////////////////////////////////////////////////////// */
.column_arch_wrap,
.column_single_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
    margin: 0 auto;
}

.column_sidebar {
    flex-shrink: 0;
    width: 22%;
    max-width: 250px;
    min-width: 200px;
    margin: 9px 0 0 20px;
}

.column_arch_main,
.column_single_main {
    width: 100%;
    max-width: 840px;
}



.column_pickuplist {
    margin: 16px 0 0 0;
    overflow: hidden;
}

.column_pickuplist > li {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #B3B3B3;
    margin: 0 0 -1px 0;
}

.column_pickuplist_imgbox {
    position: relative;
    flex-shrink: 0;
    width: 36%;
    height: auto;
    margin: 0 3% 0 0;
}

.column_pickuplist_imgbox a {
    position: relative;
    display: block;
    height: 0;
    padding: 65% 0 0 0;
    overflow: hidden;
}

.column_pickuplist_imgbox a > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: auto;
    /* max-width: 130%; */
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 0;
}

.column_pickuplist_imgbox > img {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0,-50%);
    display: inline-block;
}

.column_pickuplist_txtbox {
    width: 100%;
}

.column_pickuplist_txtbox > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -7% 0 0;
}

.column_pickuplist_txtbox > div small {
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 8px auto 4px 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #0078C8;
}

.column_pickuplist_txtbox > div span {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 8px 7% 4px 0;
    color: #808080;
    font-size: 1.1rem;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

.column_pickuplist_txtbox > div span:first-of-type {
    background-image: url(../img/cmn_ico_pencil.svg);
}

.column_pickuplist_txtbox > div span:last-of-type {
    background-size: auto;
    background-image: url(../img/cmn_ico_clock.svg);
}

.column_pickuplist_txtbox > a {
    display: block;
}

.column_pickuplist_txtbox > a h2 {
    margin: 10px 0 0 0;
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.05rem;
}

.column_pickuplist_txtbox > a p {
    margin: 10px 0 0 0;
    color: #666666;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.column_pickuplist_txtbox > ul {
    margin: 7px 0 0 0;
}

.column_pickuplist_txtbox > ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.column_pickuplist_txtbox > ul a {
    display: inline-block;
    padding: 0 0 0 15px;
    background-image: url(../img/cmn_ico_tag_link.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: auto;
    color: #4d4d4d;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}

.column_arch_new,
.column_arch_normal {
    margin: 36px 0 0 0;
}

.column_arch_normal .cmn_columnlist {
    border-bottom: 1px solid #000;
}


.column_mainphoto {
    text-align: center;
}

.column_catbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px -4% 0 0;
}

.column_catbox small {
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 8px auto 4px 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #0078C8;
}

.column_catbox span {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 8px 4% 4px 0;
    color: #808080;
    font-size: 1.1rem;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
}

.column_catbox span:first-of-type {
    background-image: url(../img/cmn_ico_pencil.svg);
}

.column_catbox span:last-of-type {
    background-size: auto;
    background-image: url(../img/cmn_ico_clock.svg);
}

.column_tit {
    margin: 20px 0 0 0;
    color: #000;
    font-size: 3.2rem;
    letter-spacing: 0.05rem;
    line-height: 1.3;
    font-weight: 900;
}

.column_outline {
    margin: 20px 0 0 0;
    color: #666;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.column_tag {
    margin: 14px 0 0 0;
}

.column_tag li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.column_tag a {
    display: inline-block;
    padding: 0 0 0 15px;
    background-image: url(../img/cmn_ico_tag_link.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: auto;
    color: #4d4d4d;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}

.column_editor {
    padding: 50px 0 0 0;
    margin: 32px 0 0 0;
    background-image: url(../img/cmn_maintitle_line.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
}

.column_related {
    margin: 150px 0 0 0;
}

.column_related + .column_related {
    margin: 50px 0 0 0;
}

.column_recommend {
    margin: 50px 0 0 0;
}

.column_recommend .cmn_columnlist {
    border-bottom: 1px solid #000;
}




/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_wrap {
    padding-bottom: 150px;
}

.company_history,
.company_access {
    margin: 84px 0 0 0;
}

.company_outline > dl > div {
    display: flex;
    word-break: break-all;
}

.company_outline > dl > div + div {
    margin: -1px 0 0 0;
}

.company_outline > dl dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 150px;
    padding: 15px 26px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

.company_outline > dl dd {
    width: 100%;
    padding: 15px 26px;
    border: 1px solid #ccc;
    margin: 0 0 0 -1px;
}

.company_history > dl div {
    display: flex;
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px dashed #b3b3b3;
}

.company_history > dl div + div {
    margin: -1px 0 0 0;
}

.company_history > dl dt {
    flex-shrink: 0;
    width: 130px;
    padding: 15px 30px;
    color: #009245;
    font-weight: 500;
    text-align: center;
}

.company_history > dl dd {
    width: 100%;
    padding: 15px 30px 15px 50px;
}

.company_history > dl ul{
    margin: -2px 0 0 0;
}

.company_history > dl li {
    display: flex;
    align-items: flex-start;
    margin: 2px 0 0 0;
}

.company_history > dl li::before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 7px 8px 0 0;
    background-color: #f9e621;
}

.company_body .company_access > div {
    position: relative;
    height: 400px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.company_access > div > iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



/* concept /////////////////////////////////////////////////////////////////////////////////////////// */
.concept_wrap {
    padding-bottom: 230px;
}

.concept_saibouken,
.concept_about {
    margin: 56px 0 0 0;
}

.concept_saibouken > p a {
    display: inline-block;
    color: #009245;
    text-decoration: underline;
}

.concept_about_inner > h4 {
    margin: 52px 0 0 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.concept_about_inner > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 52px 0 0 0;
}

.concept_about_inner > ul li {
    width: 20%;
}

.concept_about_inner > ul a {
    display: block;
}

.concept_about_inner > ul p {
    margin: 16px 0 0 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
}

.concept_about_btnbox {
    display: flex;
    justify-content: center;
    margin: 90px 0 0 0;
}

.concept_about_btnbox .omikuji,
.concept_about_btnbox .saibouken {
    margin: 0 2%;
}

.concept_about_btnbox .saibouken a {
    padding-left: 30px;
    padding-right: 50px;
    background-image: url(../img/cmn_ico_externallink_white.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: auto;
}





/* contact /////////////////////////////////////////////////////////////////////////////////////////// */
.contact_wrap {
    padding-bottom: 200px;
}

.contact_telbox {
    margin-top: 50px;
}

.contact_telbox_inner {
    max-width: 600px;
    padding: 30px 30px 26px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f3f3f3
}

.contact_telbox_inner h3 {
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
}

.contact_telbox_inner h3 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
}

.contact_telbox_inner address {
    display: block;
    margin: 16px 0 0 0;
    color: #666;
    font-size: 1.6rem;
    text-align: center;
}

.contact_telbox_inner dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 28px 0 0 0;
}

.contact_telbox_inner dl > div {
    display: flex;
    align-items: flex-start;
    width: 47%;
}

.contact_telbox_inner dt {
    flex-shrink: 0;
    display: inline-block;
    padding: 0 12px;
    margin: 8px 8px 0 0;
    background-color: #f9e621;
    font-size: 1.5rem;
}

.contact_telbox_inner dd {
    width: 100%;
}

.contact_telbox_inner dd span,
.contact_telbox_inner dd a {
    font-size: 2.4rem;
    font-weight: 900;
}

.contact_telbox_inner dd small {
    display: block;
    margin: -2px 0 0 0;
    color: #666;
    font-size: 1.3rem;
    line-height: 1.2;
    font-feature-settings: "palt";
}


.contact_form {
    margin: 140px 0 0 0;
}

.contact_form_inner > p {
    color: #666;
}

.contact_form_inner > p span {
    color: #dc3743;
}

.cotnact_form_list {
    margin: 50px 0 0 0;
}

.cotnact_form_list > div {
    display: flex;
    margin: 10px 0 0 0;
}

.cotnact_form_list dt {
    flex-shrink: 0;
    width: 16%;
    min-width: 90px;
    max-width: 150px;
    padding: 7px 0 0 0;
    margin: 0 16px 0 0;
    color: #000;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
}

.cotnact_form_list dt small {
    display: block;
    color: #d60050;
    font-size: 1.2rem;
    font-feature-settings: "palt";
}

.cotnact_form_list dd {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.cotnact_form_list dd select,
.cotnact_form_list dd input,
.cotnact_form_list dd textarea {
    display: inline-block;
    border-color: #ccc;
    background-color: #f2f2f2;
    box-shadow: 0 0 5px 0 rgb(81, 81, 81,0.1) inset;
}

.cotnact_form_list dd select,
.cotnact_form_list dd input {
    width: calc(100% - 16px - 14px);
    height: 40px;
}

.cotnact_form_list dd textarea {
    width: calc(100% - 16px - 14px) !important;
    height: 200px !important;
}

.cotnact_form_list dd > span {
    flex-shrink: 0;
    display: inline-block;
    width: 16px;
    margin: 6px 0 0 8px;
    color: #dc3743;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
}

.cotnact_form_list dd [id^="errormsg_"] {
    flex-shrink: 0;
    width: 100%;
}

.cotnact_form_list dd [id^="okmsg_"] {
    flex-shrink: 0;
    order: 9;
    margin: 8px 0 0 0;
}

.cotnact_form_list #toiawase,
.cotnact_form_list #tel,
.cotnact_form_list #fax {
    max-width: 300px;
}

.cotnact_form_list #zip {
    max-width: 200px;
}

.contact_form_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 350px;
    margin: 50px auto 0;
}

/* mfp */
.contact_form_btn button[type="reset"],
.contact_form_btn button[type="submit"] {
    width: 46%;
    max-width: 150px;
    padding: 10px 20px 14px;
    border: 0;
    margin: 0 5px 0 0;
    outline: 1px solid transparent;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
}

.contact_form_btn button[type="reset"] {
    background-color: #939393;
}

.contact_form_btn button[type="submit"] {
    background-color: #dc3743;
}

div#mfp_overlay {
  color: #333; /* mfp上書き */
}

/* /end */





/* item /////////////////////////////////////////////////////////////////////////////////////////// */
.item_arch_wrap,
.item_single_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 110px;
    margin: 0 auto;
}

.item_arch_noinfo,
.column_arch_noinfo {
    margin-top: 30px;
}

.item_sidebar {
    order: -1;
    flex-shrink: 0;
    width: 22%;
    max-width: 250px;
    min-width: 200px;
    margin: 9px 20px 0 0;
}

.item_arch_main,
.item_single_main {
    width: 100%;
    max-width: 840px;
}

.item_arch_normal,
.item_arch_new {
    margin: 70px 0 0 0;
}

.item_arch_normal > .cmn_btn {
    margin-top: 40px;
}

.item_arch_main > *:nth-child(1) {
    margin-top: 0;
}


.item_sidebar_industry {
    display: none !important;
    margin: 20px 0 0 0;
}

.item_sidebar_industry li {
    margin: 10px 0 0 0;
    background-image: url(../img/cmn_industry_bg_yellow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.item_sidebar_industry li:nth-of-type(1) {
    background-image: url(../img/cmn_industry_bg_yellow.svg);
}

.item_sidebar_industry li:nth-of-type(2) {
    background-image: url(../img/cmn_industry_bg_blue.svg);
}

.item_sidebar_industry li:nth-of-type(3) {
    background-image: url(../img/cmn_industry_bg_red.svg);
}

.item_sidebar_industry li:nth-of-type(4) {
    background-image: url(../img/cmn_industry_bg_green.svg);
}

.item_sidebar_industry a {
    display: flex;
    align-items: center;
    padding: 23px 8%;
    pointer-events: none;
}

.item_sidebar_industry img {
    flex-shrink: 0;
    display: inline-block;
    width: 16%;
    max-width: 34px;
    min-width: 24px;
    margin: 0 6% 0 0;
}

.item_sidebar_industry p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

.item_sidebar_industry span {
    display: block;
    margin: 3px 0 0 0;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 900;
}


/* wordpress関数のカテゴリーツリー装飾 */
.item_sidebar_category {
    padding: 20px 16px;
    border: 1px solid #bababa;
    margin: 20px 0 0 0;
    box-shadow: 0 0 0 5px #f2f2f2;
}

.item_sidebar_category a {
    display: inline-block;
}

.item_sidebar_category > *:nth-child(1) {
    margin-top: 0;
}

.item_sidebar_category > li {
    margin: 24px 0 0 0;
}

.item_sidebar_category > li > a {
    width: calc(100% - 30px);
    padding: 0 6px 0 22px;
    background-image: url(../img/item_ico_speaker_red.svg);
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: auto;
    color: #000;
    font-weight: 700;
}

/*
.item_sidebar_category .cat-item-10 {
    display: none;
}

.item_sidebar_category .cat-item-10 + li {
    margin-top: 0;
}

item_sidebar_category [href*="item_pickup"] {
    background-image: url(../img/item_ico_speaker_yellow.svg);
}
*/

.item_sidebar_category ul {
    margin: 4px 0 0 38px;
}

.item_sidebar_category li li {
    margin: 3px 0 0 0;
}

.item_feature h4,
.item_howto_youtube h4 {
    font-size: 1.8rem;
    border-width: 0 0 1px 0;
}

.item_feature h5,
.item_howto_youtube h5 {
    font-size: 1.7rem;
    border-width: 0 0 1px 0;
}

.item_feature h6,
.item_howto_youtube h6 {
    font-size: 1.7rem;
    border-width: 0 0 1px 0;
}


.item_single_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.item_single_tit a {
    flex-shrink: 0;
    display: inline-block;
    padding: 11px 14px;
    margin: 0 0 0 1%;
    color: #FFF;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    background-color: #009245;
    cursor: pointer;
}

.item_single_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.item_mainphoto,
.item_gallery,
.item_feature,
.item_msg,
.item_howto_youtube,
.item_manual,
.item_detail,
.item_btns {
    width: 100%;
}

.item_single_inner > dl {
    margin: 50px 0 0 0;
}

.item_single_inner > dl > dt h3 {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 1.9rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
}

.item_single_inner > dl > dd {
    margin: 16px 0 0 0;
}

.item_mainphoto {
    text-align: center;
}

.item_mainphoto > div {
    position: relative;
    display: inline-block;
}

.item_mainphoto span {
    position: absolute;
    left: 10px;
    top: 0;
    transform: translate(0, -30%);
    display: inline-block;
}

.item_mainphoto span img {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}

.item_mainphoto span img:nth-of-type(1) {
    margin: 0;
}

.item_mainphoto .prize {
    width: 42px;
}

.item_gallery {
    margin: 20px -20px 0 0;
}

.item_gallery li {
    display: inline-block;
    width: 120px;
    height: auto;
    margin: 10px 20px 0 0;
}

.item_gallery a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
}

.item_gallery img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: auto;
    height: auto;
    /* max-width: 130%; */
    max-width: 150%;
    max-height: 150%;
    min-width: 100%;
    min-height: 100%;
}

.item_price,
.item_maker {
    width: 44%;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
    font-weight: 900;
}

.item_price {
    color: #dc3743;
}

.item_maker {
    color: #000;
}

.item_msg > p {
    color: #666;
}

.item_msg ul,
.item_manual ul {
    margin: 30px 0 0 0;
}

.item_msg li,
.item_manual li {
    min-height: 30px;
    padding: 0 0 0 38px;
    margin: 12px 0 0 0;
    background-image: url(../img/item_ico_pdf.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
}

.item_msg a,
.item_manual a {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #009245;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.05rem;
    font-weight: 900;
    text-decoration: underline;
    vertical-align: middle;
}

.item_detail dd div {
    display: flex;
    word-break: break-all;
}

.item_detail dd div + div {
    margin: -1px 0 0 0;
}

.item_detail dd dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 22%;
    max-width: 174px;
    min-width: 130px;
    padding: 15px 26px;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
}

.item_detail dd dd {
    width: 100%;
    padding: 15px 26px;
    border: 1px solid #ccc;
    margin: 0 0 0 -1px;
}

.item_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 450px;
    margin: 56px auto 0;
}

.item_btns .back,
.item_btns .netshop {
    width: 46%;
    max-width: 186px;
}

.item_btns > div:only-of-type {
    /* ボタンが1つの場合 */
    margin: 0 auto;
}

.item_btns a {
    width: 100%;
    min-width: 0;
}

.item_btns .netshop a {
    background-color: #c1272d;
}

.item_related {
    margin: 60px 0 0 0;
}

.item_related .cmn_columnlist {
    border-bottom: 1px solid #000;
}



/* link /////////////////////////////////////////////////////////////////////////////////////////// */
.link_wrap {
    padding-bottom: 160px;
}

.link_genre li {
    display: flex;
    align-items: flex-start;
    margin: 6px 0 0 0;
}

.link_genre li::before {
    content: '';
    flex-shrink: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 9px 8px 0 0;
    background-color: #f9e621;
}

.link_genre a {
    display: inline-block;
    color: #009245;
    font-size: 1.8rem;
    line-height: 1.4;
}

.link_genre a::after {
    content: url(../img/cmn_ico_externallink_gray.svg);
    display: inline-block;
    margin: 0 0 2px 8px;
    vertical-align: middle;
}

.link_genre + .link_genre {
    margin-top: 200px;
}






/* news /////////////////////////////////////////////////////////////////////////////////////////// */
.news_arch_wrap {
    padding-bottom: 330px;
}

.news_arch_list {
    padding: 0 20px;
}

.news_arch_list li {
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px dashed #b3b3b3;
    margin: -1px 0 0 0;
}

.news_arch_list small {
    flex-shrink: 0;
    display: inline-block;
    margin: 3px 20px 0 0;
    color: #232323;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

.news_arch_list span {
    flex-shrink: 0;
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    margin: 0 18px 0 0;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    text-align: center;
    background-color: #009245;
}

.news_arch_list p {
    width: 100%;
}

.news_arch_list a {
    display: block;
    padding: 14px 0;
    color: #232323;
    letter-spacing: 0.1rem;
}

.news_arch_noinfo {
    position: relative;
    height: 0;
    /* padding: 75% 0 0 0; */
    padding: 50% 0 0 0;
}

.news_arch_noinfo > p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_single_datetime {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 1px 20px 0 0;
    color: #808080;
    font-size: 1.1rem;
    background-image: url(../img/cmn_ico_clock.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto;
    vertical-align: middle;
}

.news_single_category {
    display: inline-block;
    min-width: 63px;
    padding: 1px 6px 2px;
    border-radius: 0.3rem;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    font-weight: 500;
    background-color: #009245;
    text-align: center;
    vertical-align: middle;
}

.news_single_title {
    padding: 0 0 36px 0;
    margin: 22px 0 0 0;
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 700;
    background-image: url(../img/cmn_maintitle_line.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto;
}

.news_single_editor {
    padding: 0 20px;
    margin: 34px 0 0 0;
}




/* policy /////////////////////////////////////////////////////////////////////////////////////////// */
.policy_wrap {
    padding-bottom: 240px;
}

.policy_privacy_inner,
.policy_site > p {
    color: #666;
}

.policy_privacy_inner > ul {
    padding: 0 16px;
}

.policy_privacy_inner > ul li {
    padding-left: 23px;
    text-indent: -23px;
    margin: 24px 0 0 0;
}

.policy_site {
    margin: 86px 0 0 0;
}















