@charset "utf-8";

/* breadcrumbs_wrap
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .breadcrumbs_wrap .content_inner {
        max-width: 1276px;
        padding: 10px 50px 0px;
        width: auto;
    }
}

/* h1
-------------------------------------------------- */
@media print, screen and (min-width:768px){
    .ttl_page .ttl_page_inner {
        max-width: 1276px;
        padding: 40px 50px 22px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 110px;
        height: 6px;
        left: 50px;
        right: auto;
    }
}
@media screen and (max-width:767px){
    .ttl_page {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .ttl_page .ttl_page_inner{
        padding-bottom: 15px;
    }
    .ttl_page .ttl_page_inner:before{
        width: 80px;
        left: 20px;
        height: 4px;
    }
    .ttl_page .txt_main {
        font-size: 30px;
    }
}

/* ttl_bdr_gray
-------------------------------------------------- */
.ttl_bdr_gray .ttl_bdr_gray_txt{
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    }
.ttl_bdr_gray .ttl_bdr_gray_txt:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
}
.ttl_bdr_gray .ttl_bdr_gray_txt:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #1ba1e6;
}
@media print, screen and (min-width:768px){
    .ttl_bdr_gray{
        margin-bottom: 25px;
    }
    .ttl_bdr_gray .ttl_bdr_gray_txt{
        padding-bottom: 15px;
        font-size: 30px;
    }
}
@media screen and (max-width:767px){
    .ttl_bdr_gray{
        margin-bottom: 20px;
    }
    .ttl_bdr_gray .ttl_bdr_gray_txt {
        padding-bottom: 10px;
        font-size: 23px;
    }
}

/* inquiry_link
-------------------------------------------------- */
.inquiry_link{}
.inquiry_link .inquiry_link_inner{}
.inquiry_link a{
    background: url(/jpn/inquiry/company/images/inquiry_link_bg.jpg) center top no-repeat;
    background-size: cover;
    border: 1px solid #ddd;
    color: #222;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}
.inquiry_link a::after{
    content: "";
	width: 29px;
	height: 9px;
	background: url(/jpn/common_v3/images/icon_arrow_red_L.png) no-repeat;
	position: absolute;
}
.inquiry_link a .fig_l{}
.inquiry_link a .txt{
    padding-right: 1em;
    padding-left: 1em;
    font-weight: bold;
    line-height: 1.785;
}
.inquiry_link a .fig_r{}

@media print, screen and (min-width: 768px) {
    .inquiry_link{
        margin-bottom: 40px;
    }
    .inquiry_link a{
        padding: 40px 15px;
        justify-content: space-between;
    }
    .inquiry_link a::after{
        right: 20px;
        bottom: 20px;
        transition: all .2s;
    }
    .inquiry_link a:hover::after{
        right: 10px;
    }
    .inquiry_link a .txt{
        font-size: 24px;
    }
    .inquiry_link a .txt{
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:767px) {
    .inquiry_link{
        margin-bottom: 20px;
    }
    .inquiry_link a{
        padding: 20px 8px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inquiry_link a::after{
        right: 10px;
        bottom: 10px;
    }
    .inquiry_link a .fig_l{
        width: 38%;
        margin-right: 10px;
        margin-left: 10px;
        order: 2;
    }
    .inquiry_link a .txt{
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        order: 1;
    }
    .inquiry_link a .fig_r{
        width: 38%;
        margin-right: 10px;
        margin-left: 10px;
        order: 3;
    }
}


/* inportant_info
-------------------------------------------------- */
.inportant_info{
    background-color: #fceeee;
}
.inportant_info .inportant_info_inner{}
.inportant_info .inportant_info_ttl{
    text-align: center;
}
.inportant_info .inportant_info_cnt{}
.inportant_info .inportant_info_cnt .fig{}
.inportant_info .inportant_info_cnt .exp{}

.inportant_info .inportant_info_hr{
    height: 1px;
    background-color: #eac7c7;
}
.inportant_info .inportant_info_hr hr{
    display: none;
}

.inportant_info .inportant_info_list{}
.inportant_info .inportant_info_list li{}
.inportant_info .inportant_info_list li::before{
    content: "・";
    display: inline-block;
}

.inportant_info .inportant_info_link{
    padding-left: 20px;
    color: #222;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.inportant_info .inportant_info_link::before{
    content: "";
    display: block;
	width: 8px;
	height: 8px;
	top: 10px;
	left: 2px;
	position: absolute;
	border-top: 2px solid #ff0a14;
	border-right: 2px solid #ff0a14;
	transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
    .inportant_info{
        margin-bottom: 60px;
    }
    .inportant_info .inportant_info_inner{
        padding: 40px 60px;
    }
    .inportant_info .inportant_info_ttl{
        margin-bottom: 40px;
    }
    .inportant_info .inportant_info_cnt{
        display: flex;
        justify-content: space-between;
    }
    .inportant_info .inportant_info_cnt .fig{
        width: 105px;
        margin-right: 40px;
    }
    .inportant_info .inportant_info_cnt .exp{
        width: calc(100% - 40px);
    }
    
    .inportant_info .inportant_info_hr{
        margin-bottom: 25px;
    }
    
    .inportant_info .inportant_info_list li{
        margin-right: 2em;
        display: inline-block;
    }
    .inportant_info .inportant_info_list li:last-child{
        margin-right: 0;
    }
    
    .inportant_info .inportant_info_link:hover{
        color: #1ba1e6;
    }
    .inportant_info .inportant_info_cnt .exp_inner{
        display: flex;
        justify-content: space-between;
    }
    .inportant_info .inportant_info_cnt .exp_box + .exp_box{
        margin-left: 20px;
        width: 330px;
    }
    .inportant_info .inportant_info_cnt .exp_box .btn_type01 a{
        padding: 10px 45px 10px 10px;
        font-size: 15px;
        line-height: 1.5;
    }
}

@media screen and (max-width:767px) {
    .inportant_info{
        margin-bottom: 30px;
    }
    .inportant_info .inportant_info_inner{
        padding: 20px;
    }
    .inportant_info .inportant_info_ttl{
        margin-bottom: 20px;
    }
    .inportant_info .inportant_info_cnt .fig{
        margin-bottom: 20px;
        text-align: center;
    }
    
    .inportant_info .inportant_info_hr{
        margin-bottom: 12px;
    }
    .inportant_info .inportant_info_cnt .exp_box + .exp_box{
        margin-top: 20px;
    }
    .inportant_info .inportant_info_cnt .exp_box .btn_type01 a{
        padding: 15px 45px 15px 10px;
        font-size: 14px;
        line-height: 1.6;
    }
}


/* cat_items
-------------------------------------------------- */
.cat_items{}
.cat_items .cat_sec{}

.cat_items .cat_ttl{
    font-weight: bold;
}

.cat_items .cat_fig{}
.cat_items .cat_fig .download_prevent{
    display: block;
}
.cat_items .cat_fig img{
    width: 100%;
}

.cat_items .cat_cnt{}

.cat_items .cat_links{}
.cat_items .cat_links li{
    margin-bottom: 3px;
    line-height: 1.7;
}
.cat_items .cat_links li:last-child{
    margin-bottom: 0;
}
.cat_items .cat_links li a{
    padding: 8px 0 8px 20px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.cat_items .cat_links li a::before{
    content: "";
    display: block;
	width: 8px;
	height: 8px;
	top: 18px;
	left: 2px;
	position: absolute;
	border-top: 2px solid #ff0a14;
	border-right: 2px solid #ff0a14;
	transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
    .cat_items{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cat_items .cat_sec{
        width: 46.513%;
        margin-bottom: 60px;
    }
    .cat_items .cat_sec:nth-last-of-type(-n+2){
        margin-bottom: 0;
    }

    .cat_items .cat_ttl{
        margin-bottom: 20px;
        font-size: 28px;
    }

    .cat_items .cat_fig{
        margin-bottom: 16px;
    }
    
    .cat_items .cat_links li a:hover{
        color: #1ba1e6;
    }
}

@media screen and (max-width:767px) {
    .cat_items .cat_sec{
        margin-bottom: 30px;
    }
    .cat_items .cat_sec:last-of-type{
        margin-bottom: 0;
    }

    .cat_items .cat_ttl{
        margin-bottom: 10px;
        font-size: 18px;
    }

    .cat_items .cat_fig{
        margin-bottom: 10px;
    }
}

/* inquiry_simple_wrap
-------------------------------------------------- */
.inquiry_simple_wrap.yellow{
    background: #F58220;
}
.inquiry_simple_wrap.blue{
    background: #1BA2E6;
}
@media print, screen and (min-width: 768px){
    .sec.banner .content_inner{
        min-width: 1024px;
        padding: 0;
    }
    .inquiry_simple_wrap .inquiry_ttl{
        font-size: 26px;
    }
}
@media screen and (max-width:767px){
    .sec.banner .content_inner{
        padding: 0;
    }
    .inquiry_simple_wrap .inquiry_ttl{
        text-align: left;
    }
}