main {
    padding-top: 70px;
    position: relative;
}

.pankuzu > ul {
    display: flex;
}

.pankuzu > ul > li {
    padding-right: calc(9.2px + 5.33px);
    padding-left: 9.2px;
    font-size: 13px;
    position: relative;
}

.pankuzu > ul > li:last-child {
    padding-right: 0;
}



.pankuzu > ul > li:first-child {
    padding-left: 0;
}

.pankuzu > ul > li:last-child::after {
    display: none;
}

.pankuzu {
    margin: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375)) calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(1903 - 375)) calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
}

@media all and (max-width: 1024px) {
    .pankuzu ul{
        overflow-x: scroll;
        padding-bottom: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pankuzu ul::-webkit-scrollbar{
        display:none;
    }
    .pankuzu ul a{
        display: block;
        white-space: nowrap;
    }
}


.inner{
    min-width: inherit;
    background-color: inherit;
}

#pattern p{
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    line-height: 1.5;
}

#pattern h1,
#pattern h2,
#pattern h3{
    line-height: 1.5;
    font-family: 'AudiTypeExtendBold','DFHSBold';
}


#pattern h4,
#pattern h5,
#pattern h6{
    line-height: 1.5;
    font-family: 'AudiTypeBold','DFHSBold';
}

.pc{
    display: block;
}
.sp{
    display: none;
}

@media all and (max-width: 1024px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/*---------------------------------------------------*/
/*---------------------------------------------------*/
/*---------------------------------------------------*/

.page_ttl_h2{
    font-size: 3.2rem;
    text-align: center;
}

.page_ttl_h1{
    font-size: 4.4rem;
    text-align: center;
}

.page_ttl_p{
    font-size: 1.5rem;
    text-align: center;
}

@media all and (max-width: 1440px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1024px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        text-align: left;
    }
    .page_ttl_h2{
        font-size: 2.6rem;
    }
    .page_ttl_h1{
        font-size: 3.6rem;
    }
}

@media all and (max-width: 500px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_ttl_h2{
        font-size: 1.6rem;
    }
    .page_ttl_h1{
        font-size: 2.1rem;
    }
    .page_ttl_p{
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.img_a{
    display: block;
    max-width: 980px;
    margin: 70px auto 0;
}

@media all and (max-width: 1024px) {
    .img_a{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .img_a{
        width: calc(100% - 40px);
        margin-top: 60px;
    }
}

/*---------------------------------------------------*/

.text_a_h3{
    font-size: 2.8rem;
    max-width: 980px;
    margin: 110px auto 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.text_a_h4{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: .5rem;
    font-weight: 400;
}

.text_a_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    font-weight: 400;
}

@media all and (max-width: 1024px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 40px);
    }
    .text_a_h3{
        font-size: 1.6rem;
        margin-top: 60px;
        margin-bottom: 1.5rem;
    }
    .text_a_h4{
        font-size: 1.3rem;
        margin-bottom: 1.3rem;
    }
    .text_a_p{
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.img_b_area{
    max-width: 1520px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.img_b_area img{
    display: block;
    width: 49.7%;
}

@media all and (max-width: 1520px) {
    .img_b_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_b_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_b_area{
        width: calc(100% - 40px);
        margin-top: 50px;
        flex-direction: column;
    }
    .img_b_area img{
        width: 100%;
        margin-top: 10px;
    }
}

/*---------------------------------------------------*/

.img_c_area{
    max-width: 1520px;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img_c_area img{
    display: block;
    width: 32.9%;
    margin-top: 10px;
}

@media all and (max-width: 1520px) {
    .img_c_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_c_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_c_area{
        width: calc(100% - 40px);
        margin-top: 53px;
    }
    .img_c_area img{
        width: 49%;
        margin-top: 7px;
    }
}

/*---------------------------------------------------*/

.two_column_flex{
    max-width: 1520px;
    margin: 130px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_column_text{
    width: 46.8%;
}

.two_column_text h4{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.two_column_text p{
    font-size: 1.5rem;
}

.pattern_btn{
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #000;
    border: 1px solid #000;
}

.two_column_text .pattern_btn{
    margin-top: 40px;
}

.two_column_img{
    width: 50%;
}

.two_column_img img{
    width: 100%;
}

@media all and (max-width: 1520px) {
    .two_column_flex{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .two_column_flex{
        align-items: flex-start;
    }
}

@media all and (max-width: 500px) {
    .two_column_flex{
        width: calc(100% - 40px);
        flex-direction: column;
        margin-top: 60px;
    }
    .two_column_text{
        order: 2;
        width: 100%;
        background-color: #E5E5E5;
        padding: 30px 20px;
    }
    .two_column_text h4{
        font-size: 1.8rem;
    }
    .two_column_text p{
        font-size: 1.3rem;
    }
    .pattern_btn{
        width: calc(100% - 40px);
        height: 50px;
        font-size: 1.3rem;
    }
    .two_column_text .pattern_btn{
        margin-top: 20px;
        width: 100%;
    }
    .two_column_img{
        order: 1;
        width: 100%;
    }
}

/*---------------------------------------------------*/

.text_b_sec{
    padding: 300px 0;
}

.text_b_h4{
    font-size: 1.6rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 2rem;
    font-weight: 400;
}

.text_b_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

@media all and (max-width: 1024px) {
    .text_b_sec{
        padding: 150px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_b_sec{
        padding: 60px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 40px);
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.hide{
    display: none;
}

.tab_flex{
    display: flex;
    font-weight: wrap;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.tab_flex li{
    cursor: pointer;
    transition: opacity .3s;
    font-size: 2.2rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    border-bottom: none;
    margin-right: 70px;
}

.tab_flex li:last-of-type{
    margin-right: 0;
}

.tab_flex li.select{
    font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
    border-bottom: 2px solid #000;
}

.tab_flex li:hover{
    opacity: .7;
}

.tab_content{
    overflow: hidden;
}

@media all and (max-width: 500px) {
    .tab_flex{
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .tab_flex li{
        font-size: 3.6vw;
        opacity: 1!important;
        margin-right: 20px;
    }
    .tab_flex li:nth-child(2n){
        margin-right: 0;
    }
    .tab_flex li.select{
        border-bottom: 1px solid #000;
    }
}

/*---------------------------------------------------*/

.gray_contents_sec{
    margin-top: 60px;
}

.gray_contents_sec .inner{
    max-width: 1700px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #E5E5E5;
}

.pattern_btn_flex{
    display: flex;
    justify-content: center;
}

.pattern_btn_flex{
    margin-top: 60px;
}

.pattern_btn_flex .pattern_btn{
    margin-right: 34px;
}

.pattern_btn_flex .pattern_btn:last-of-type{
    margin-right: 0;
}

.pattern_center{
    margin: 60px auto 0;
}

.pattern_btn_b{
    color: #fff;
    background-color: #000;
}

@media all and (max-width: 1700px) {
    .gray_contents_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1520px) {
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .gray_contents_sec{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 40px);
    }
    .gray_contents_sec .pattern_btn{
        width: calc(100% - 40px);
    }
    .pattern_btn_flex{
        margin-top: 40px;
        flex-direction: column;
    }
    .pattern_btn_flex .pattern_btn{
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 15px;
    }
}


/*---------------------------------------------------*/

.img_d{
    display: block;
    max-width: 1520px;
    margin: 120px auto 0;
    width: 100%;
}

@media all and (max-width: 500px) {
    .img_d{
        margin-top: 60px;
    }
}

/*---------------------------------------------------*/

.profile_area{
    display: block;
    max-width: 1520px;
    margin: 250px auto 0;
    display: flex;
}

.profile_img{
    width: 42.1%;
}

.profile_text{
    width: 57.9%;
    background-color: #E5E5E5;
    padding: 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_text h3{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.profile_p1{
    font-size: 1.9rem;
    margin-bottom: 2rem;
    font-family: 'AudiTypeBold','DFHSBold'!important;
}

.profile_p2{
    font-size: 1.5rem;
}

@media all and (max-width: 1440px) {
    .profile_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .profile_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .profile_text{
        padding: 40px 60px;
    }
}

@media all and (max-width: 1023px) {
    .profile_area{
        flex-direction: column;
    }
    .profile_img{
        width: 100%;
    }
    .profile_img img{
        object-fit: inherit;
    }
    .profile_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .profile_area{
        width: calc(100% - 40px);
        margin-top: 100px;
    }
    .profile_text{
        padding: 30px 20px;
    }
    .profile_text h3{
        font-size: 1.4rem;
    }
    .profile_p1{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .profile_p2{
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.link_a_area{
    max-width: 1280px;
    margin: 310px auto 0;
    display: flex;
}

.link_a_img{
    width: 54.7%;
}

.link_a_img img{
    width: 100%;
}

.link_a_text{
    width: 45.3%;
    background-color: #000;
    color: #fff;
    padding: 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.link_a_text h3{
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.link_a_text h2{
    font-size: 3.7rem;
    margin-bottom: 3rem;
}

.link_a_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #fff;
    border: 1px solid #fff;
}

@media all and (max-width: 1440px) {
    .link_a_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .link_a_img{
        width: 50%;
    }
    .link_a_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .link_a_text{
        width: 50%;
        padding: 40px 60px;
    }
    .link_a_text h3{
        font-size: 2rem;
    }
    .link_a_text h2{
        font-size: 3rem;
    }
}

@media all and (max-width: 1023px) {
    .link_a_area{
        flex-direction: column;
    }
    .link_a_img{
        object-fit: inherit;
        width: 100%;
    }
    .link_a_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .link_a_area{
        width: calc(100% - 40px);
        margin-top: 80px;
    }
    .link_a_text{
        padding: 30px 20px;
    }
    .link_a_text h3{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .link_a_text h2{
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .link_a_text a{
        width: 100%;
        text-align: center;
        padding: 0 20px;
        height: 50px;
        font-size: 1.3rem;
    }
}

/*---------------------------------------------------*/

.link_b_area{
    padding-bottom: 190px;
    display: block;
    max-width: 1700px;
    margin: 310px auto 0;
    display: flex;
    justify-content: space-between;
}

.link_b_box{
    width: 24.6%;
}

.link_b_box h4{
    font-size: 1.8rem;
    margin-top: .7rem;
    font-weight: 400;
}

.link_b_box p{
    font-size: 1.5rem;
    margin-top: .7rem;
}

.link_b_box img{
    width: 100%;
}

@media all and (max-width: 1440px) {
    .link_b_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .link_b_box h4{
        font-size: 1.6rem;
        margin-top: .7rem;
    }
    .link_b_box p{
        font-size: 1.4rem;
        margin-top: .7rem;
    }
}

@media all and (max-width: 1023px) {
    .link_b_area{
        flex-wrap: wrap;
    }
    .link_b_box{
        width: 49%;
        margin-top: 30px;
    }
}

@media all and (max-width: 500px) {
    .link_b_area{
        margin-top: 30px;
        padding-bottom: 60px;
        width: calc(100% - 40px);
    }
    .link_b_box{
        width: 100%;
        margin-top: 30px;
    }
    .link_b_box p{
        font-size: 1.3rem;
    }
}
.block_segment_wrap_black {
    width: auto;
    background: #000;
    padding: 40px 40px 30px;
    margin-bottom: 50px;
}

























/*-parts.css-*/

@font-face {
	font-family: AudiType;
	src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}

/* ESSENTIAL
===========================================================================
*/

#pnkz a:hover {text-decoration:underline;}


.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}

.fr {float: right;}
.fl {float: left;}

.opc:hover {opacity: .7;}
.sp {display: none !important;}

.wd390{width: 390px;}
.wd300{ width: 300px;}


/* col4_wrap_timg
================================================================
 */

.col4_wrap_timg {
	margin-bottom: 20px;
}
.col4_wrap_timg .col4 {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.col4_wrap_timg .col4:nth-last-child(1) {
	margin-right: 0;
}
.col4_wrap_timg .col4 dd {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.col4_wrap_timg .col4 dt {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.col4_wrap_timg .col4 dt img {
	width: 100%;
}

/* col4_wrap2_ttxt
================================================================
*/
.col4_wrap_ttxt {
	margin-bottom: 20px;
}
.col4_wrap_ttxt .col4 {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.col4_wrap_ttxt .col4:nth-last-child(1) {
	margin-right: 0;
}
.col4_wrap_ttxt .col4 dt {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.col4_wrap_ttxt .col4 dd {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.col4_wrap_ttxt .col4 dd img {
	width: 100%;
}

/* 
===================================
cols3's */


.col3_wrap {
  width: 1040px;
}

.col3 {
  width: 320px;
  display: inline-block;
  margin:0 10px 45px 10px;
  vertical-align: top;
}

.col3_inner_img {
  width: 100%;
  margin-bottom: 20px;
}

.content_wrap {
	width: 1020px;
	margin: 0 auto;
}

#campaign_zoom .title {
	font-size: 32px;
	line-height: 1.6em;
	margin-left: 10px;
	margin-bottom: 25px !important;
	border: none !important;
	padding-top:  20px;
}

.tit_mid {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.25;
	font-weight: bold;
}

.m_tit {
	margin-bottom: 5px;
	font-size: 14px;
}
.arrow {
	padding: 0 !important;
}

.arrow a {
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	background:url("../img/arrow_w.png") #000000 right 10px center no-repeat;
	background-size: 12px;
	padding:12px 35px 10px 11px;
	color: #ffffff !important;
	line-height: 1.25;
}

#mainimage {
	position: relative;
}


h3 {
	color: #000000;
	font-weight: bold;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 1px;
}

.tit_box h4, .pack_block h4 {
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

h4 span.tit_border {
	display: inline-block;
	font-size: 20px!important;
	line-height: 1.3;
	border: solid 1px #000000;
	border-left: none;
	border-right: none;
	padding: 4px 15px;
	margin-right: 15px;
}

.tit_box h4.smid{
	font-size: 18px;
	border: none;
}

.cap_list li{
	font-size: 14px;
	line-height: 1.5;
}

.btn_wrap p {
	display: inline-block;
	float: right;
}

.btn_box a {
	display: block;
	padding: 11px 20px;
	line-height: 1.25;
	background:#000000 url("../img/arrow_w.png") right 20px center no-repeat; 
	background-size:14px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	/* font-weight: bold; */
}
.more2 .btn_box a {
	display: block;
	padding: 11px 20px;
	line-height: 1.25;
	background:#000000 url("../img/arrow_w.png") right 20px center no-repeat; 
	background-size:14px;
	color: #ffffff;
	box-sizing: border-box;
	font-size: 14px;
	/* font-weight: bold; */
}

.mid_block {
	margin-bottom: 75px;
}

.tit_btb_h4 {
	font-size: 18px;
	border: solid 1px #000000;
	border-left: none;
	border-right: none;
	display: inline-block;
	line-height: 1;
	padding: 8px 10px 5px 10px;
	margin-bottom: 35px;
}

.caption{
	font-size: 14px;
}

.mid_cap{
	font-size: 12px;
}

/* dl_package */
.dl_package {

}
.dl_package dt {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.dl_package dd {
	font-size: 14px;
	line-height: 1.5;
}
.dl_package dd .txt_min {
	margin-top: 4px;
	font-size: 12px;
	display: block;
}


/* .tit_border */
.tit_border {
	display: block;
	font-size: 26px;
	line-height: 1.3;
	border: solid 2px #000000;
	border-left: none;
	border-right: none;
	padding: 5px 15px;
	margin-bottom: 30px;
}

.tit_box .tit_border, .pack_block .tit_border {
	display: inline-block;
	font-size: 22px;
	line-height: 1.3;
	border: solid 1px #000000;
	border-left: none;
	border-right: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.pack_block .tit_border .tit_min {
	display: inline-block;
	font-size: 18px;
}
.pack_block .dl_plice {
	margin-bottom: 35px;
}
.pack_block .dl_plice dt {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.pack_block .dl_plice dd {
	font-size: 26px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
.pack_block .dl_plice .txt_min {
	font-size: 18px;
}
.pack_block .dl_plice dd.txt_min {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
}

/* dl_detail */
.dl_detail {
	width: 100%;
}
.dl_detail dt {
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
}
.dl_detail dd {
	font-size: 15px;
	line-height: 1.5;
}

.dl_detail h4 {
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	border-bottom: solid 1px #000000;
	padding-bottom: 1px;
}

.dl_detail, .tit_box p{
	font-size: 14px;
	vertical-align: top;
	line-height: 1.7em;
}

/* dl_date */
.dl_date {
	width: 100%;
}
.dl_date dt {
	font-size: 15px;
	font-weight: bold;
	width: 150px;
	float: left;
	clear: both;
	padding: 3px;
}
.dl_date dd {
	font-size: 15px;
	line-height: 1.5;
	/* display: inline-block; */
	padding-left: 150px;
	padding: 3px;
}

.dl_date h4 {
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	border-bottom: solid 1px #000000;
	padding-bottom: 1px;
}

.dl_date, .tit_box p{
	font-size: 14px;
	vertical-align: top;
	line-height: 1.7em;
}

/* col3_wrap
========================================================
 */

.pack_block .col3_wrap {
	margin-bottom: 25px;
}
.pack_block .col3 {
	margin-bottom: 15px;
	overflow: hidden;
}
.pack_block .col3_inner_img {
	width: 33%;
	float: left;
}
.pack_block .col3_inner_r {
	width: 63%;
	float: right;
}
.pack_block .col3_inner_r .dl_package dt {
	font-size: 13px;
}
.pack_block .col3_inner_r .dl_package dd {
	font-size: 13px;
}


/* table list
===============================================================
*/

table.plist{
	width: 100%;
	margin-bottom: 15px;
}


table.plist {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 2px solid #000;
}
table.plist th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.plist td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}


/*========================================
package
*/

.package_info_wrap {
	margin-bottom:50px;
	
}

.package {
	width: 590px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

.package h3 {
	font-size:18px;
	margin-bottom:10px;
}

p.lead {
	font-size: 16px;
}

hr.sline{
	border: none;
	border-top: 1px solid #999999;
	margin: 35px 0;
}

ul.nurie {
  display: -webkit-inline-flex; /* Safari */
  display: inline-flex;
  justify-content: left;
	width: 100%;
}

ul.nurie li{
	width: 25%;
	padding: 0 8px 25px 8px;
}

ul.nurie li img{
	width: 100%;
	margin-bottom: 10px;
}

ul.nurie li img:hover{
	opacity: 0.6;
}

.nurieimage{
	display: block;
	border: 1px solid #dfdfdf;
	margin-bottom: 10px;
}

dl.winner{
    margin-left: 15px;
    line-height: 1.4em;
}

dl.winner dt{
    width: 20%;
    float: left;
}

dl.winner dd{
    margin-left: 20%;
    font-weight: bold;
}

dl.winner dd span{
	font-weight: normal;
}
.contents p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.6;
}
.contents .lead {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: normal;
}

.layout-01 {
    display: flex !important;
    margin: 32px 0 -28px -5px !important;
    flex-wrap: wrap;
    position: inherit !important;
    width: inherit !important;
    zoom: inherit !important;
    overflow: inherit !important;
    margin-bottom: inherit !important;
    line-height: 1.2 !important;
}
.layout-01 li {
    width: 250px !important;
}

.layout-line {
    display: flex !important;
    margin: 32px 0 0 -5px !important;
    position: inherit !important;
    width: inherit !important;
    zoom: inherit !important;
    overflow: inherit !important;
    margin-bottom: 5% !important;
    line-height: 1.2;
}
.layout-line > li {
    margin: 0 0 24px 5px;
}
.layout-line li {
    width: 250px !important;
}

.report-main {
    width: 1020px !important;
}
.more li {
    height: inherit !important;
}
.more2 li {
    width: 450px !important;
    margin-top: 50px !important;
    margin-bottom: 80px !important;
}
.more3 li {
    width: 450px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.col4_wrap {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 25px; */
}
.col2_top {
    width: 38.5%;
    margin: 0 3% 20px 0;
}
.col2_top_2 {
    width: 58%;
    margin-right: 0;
}

.btn-line-up {
    display: inline-block;
    min-width: 220px;
    padding: 14px 20px 13px;
    font-size: 1.4rem;
    color: #000;
    text-align: center;
    text-decoration: none;
    border: 1px solid #1c1e1e;
    transition: opacity .3s;
}
.btn-line-up::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 7px 75px;
    vertical-align: middle;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    transform: rotate(135deg);
}
.btn-line-up:hover:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0 7px 75px;
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    transform: rotate(135deg);
}

.block_section h4 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.cpn_detail_block dd {
    font-size: 17px;
    line-height: 1.4;
    font-weight: normal;
}
.list_no_newline li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: inherit !important;
    width: inherit !important;
    float: inherit !important;
    text-align: inherit !important;
}
.list_no_newline {
    position: inherit !important;
    width: inherit !important;
    margin: inherit !important;
    zoom: inherit !important;
    overflow: inherit !important;
    margin-bottom: inherit !important;
    margin-top: inherit !important;
    display: inherit !important;
}
.list_caution dd {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 5px 5px 0;
}
p .asterisk_up {
vertical-align: top;
position: relative;
top: -0.1em;
}
.asterisk {
    font-size: 80%;
}

.col2 figure {
	width: 495px;
	height: 330px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.side figure {
	width: 320px;
	height: 213px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

/* Zoom In */
.col2 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.col2 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.side figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.side figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}




















@charset "utf-8";
/* =================================================
 * font
 * ================================================*/

@font-face {
  font-family: AudiType;
  src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}
.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}


.hero_wrap {
  position: relative
}
.contents {
  -webkit-text-size-adjust: 100%;
}
.hero_wrap_title {
  width: 1060px;
  margin: 40px auto 40px;
  line-height: 1.25;
}
.title_top {
  display: block;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.title_midle {
  display: block;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.title_bottom {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.6;
	/*
  margin-top: 10px;
	*/
}
.txt_strong {
  font-size: 20px;
}
.txt_underline {
  text-decoration: underline;
}
.txt_strong + .txt_lead {
  margin-top: 15px;
}
.txt_lead + .txt_strong {
  margin-top: 20px;
}
.txt_cap {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}
.txt_cap2 {
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
}
.title_min {
  display: inline-block;
  font-size: 85%;
}
.title_underline {
  font-size: 25px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.title_underline .dl_flexflap {
  margin-left: 25px;
}
.dl_flexflap {
  display: inline-block;
}
.dl_flexflap dt {
  display: inline-block;
  margin-right: 5px;
}
.dl_flexflap dd {
  display: inline-block;
}
.wd_flexible {
  display: inline-block;
}
.img_flex {
  width: 100%;
}
.img_flex_2 {
  width: 100%;
  border: solid 1px #b3b3b3;
}
.img_border {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.title_2 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.title_udbar {
  font-size: 22px;
  font-weight: bold;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px;
  line-height: 1.3em;
}
.txt_middle {
  font-size: 15px;
  line-height: 1.5;
}
.txt_larger {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_larger_bottom {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 10px;
}
.txt_largest {
  font-size: 120%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_largest2 {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.dl_flap dt {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 2.8rem;
}
.dl_flap_2 dt {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 2.8rem;
}
.dl_flap dt span {
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.dl_flap_2 dt span {
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.dl_flap dd {
  line-height: 1.8;
  font-weight: bold !important;
}
.dl_flap_2 dd {
  line-height: 1.8;
}
.dl_flap dd.txt_larger {
  display: block;
}
.dl_flap dd + dd {
  margin-top: 5px;
}
.img_flex + .dl_flap {
  width: 94%;
  margin: 10px auto 0;
}
.col4 .dl_flap dt {
  margin-bottom: 5px;
}
.dl_flap dt + .txt_largest {
  margin-top: -7px;
  margin-bottom: 0;
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.block_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.col2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.col2 {
  width: 48.5%;
  margin: 0 3% 20px 0;
}
.col2:nth-child(even) {
  margin-right: 0;
  position: relative;
}
.col2 a:hover {
  opacity: .7;
}
.col4_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.col4_3_1 {
  width: 25.5%;
}
.col4_1_3 {
  width: 71.5%;
}
.col4_1_3:nth-child(odd) {
	margin-right: 3%;
}
.col4_3_1:nth-child(odd) {
	margin-right: 3%;
}
.col4_1_3:nth-child(2) {
  margin-top: 15px;
}
.col4 {
  width: 23.5%;
  margin: 0 2% 25px 0;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.list_flexflap {
  margin-bottom: 10px
}
.list_flexflap li {
  width: 100%;
  display: inline-block;
  line-height: 1.4;
  margin: 0 5px 2px 0;
}
.list_noflap {
  margin-bottom: 10px
}
.list_noflap li {
  display: inline;
  line-height: 1.5;
  margin: 0 0 2px 0;
}
.col1_add_txt {
  position: relative;
  margin-top: 35px;
}
.col1_add_txt .txt_strong {
  margin-bottom: 25px;
}
.txt_add {
  width: 56%;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.cpn_detail_block dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  /* border-bottom: solid 1px #000000; */
  padding: 0 3px;
  margin-left: -1%;
  margin-bottom: 12px;
}
.cpn_detail_block dd {
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}
.cpn_detail_block {
  margin-bottom: 30px;
}
.section_8 .cpn_detail_block dt {
  text-decoration: none;
}
.list_no_newline li {
  display: inline-block;
  margin-bottom: 5px;
}
.list_no_newline li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}
.list_no_newline li:nth-last-child(1):after {
  content: "";
  margin: 0;
}
.arrow_d li:hover {
  opacity: .7;
}
.arrow_d li:after {
  display: none;
}
.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
}
.btn_wrap li {
    height: auto !important;
    text-align: left !important;
    float: right !important;
    border: 1px solid #1c1e1e;
    margin: 0 0 15px auto;
}
.btn_wrap2 li {
    height: auto !important;
    text-align: left !important;
    float: inherit !important;
    border: 1px solid #1c1e1e;
    margin: 0 auto;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_wrap2 .btn_box2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 45%;
  right: 28px;
}
.btn_box2 a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 45%;
  right: 28px;
}
.btn_box a:hover, .btn_img a:hover, .btn_box2 a:hover, .btn-align-m a:hover {
  text-decoration: none;
  opacity: .7;
  color: #fff;
  background: #333;
}
.btn_wrap .btn_box_2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: -19%;
}
.btn_box_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box_2 a:hover, .btn_img a:hover {
  text-decoration: none;
  opacity: .7;
}
/* col3_plus */
.col3_plus_wrap_bg {
  margin: 0;
}
.col3_plus_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.col3_plus {
  width: 45%;
}
.col3_plus:nth-child(even) {
  width: 10%;
  font-family: AudiTypeExtendBold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.col3_plus_title {
  font-family: AudiTypeExtendBold;
  font-size: 18px;
  line-height: 1.3em;
  min-height: 50px;
}
.col3_plus_img {
  width: 100%;
  margin-bottom: 10px;
}
.block_section {
  width: 1020px;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 45px;
}
.section_1 {
  margin-bottom: 35px;
}
.section_1_last {
  margin-bottom: 75px;
}
.section_wrap_0 {
	margin-bottom: 15px;
}
.section_wrap_1 {
  margin-bottom: 50px;
}
.section_2 {
  margin-bottom: 50px;
}
.section_wrap_2 {
  margin: 25px auto 60px;
}
.section_3 {
  margin-bottom: 55px;
}
.section_wrap_3 {
  margin-bottom: 65px;
}
.section_4 {
  margin-bottom: 35px;
}
.section_5 {
  margin-bottom: 85px;
}
.section_wrap_3 {
  margin: 5px auto 70px !important;
}
.section_wrap_4 {
  margin: 5px auto 30px !important;
}
.section_btn_0 {
  margin: 0 auto 35px;
}
.section_btn_1 {
  margin-bottom: 45px;
}
.section_btn_2 {
  margin-bottom: 25px;
}
.sp {
  display: none;
}
.mb15 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.col2_line {
    border-top: solid 1px #000;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
}
.col2_line_none {
    padding: 10px 0;
    width: 100%;
}
video {
    width: 495px;
}
.block_section {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.col2_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col2_l {
    width: 60%;
}
.txt_lead_2 {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 10px;
}
.col2_r {
    width: 37%;
    margin: inherit;
}
.col2_inner img {
    width: 94%;
}
#hero_wrap {
    position: relative;
    margin-bottom: 50px;
}
.hero_inner {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.25;
}
.section_tit {
    font-size: 20px;
    line-height: 1.3;
    margin: 25px 0 25px 0;
}
.aftersales_area {
  margin-bottom: 10px;
}
.aftersales_area_last {
    margin: 20px 0;
}
.sab_title {
    font-size: 18px;
    font-weight: bold;
}
.sab_title::after {
	content: "\A" ;
	white-space: pre ;
}
.cpn_detail_block2 dt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px #000000;
    padding: 0 3px;
    margin-bottom: 12px;
}
.cpn_detail_block2 .txt_lead2 {
    font-size: 19px;
    margin-top: -5px;
    font-weight: bold;
}
.cpn_detail_block_last dd {
    font-size: 17px;
    padding-top: 30px;
    line-height: 1.4;
    font-weight: normal;
}

/* media screen=================================================================*/
@media screen and (max-width:640px) {
.hero_wrap_title {
  width: 95%;
  margin: 25px auto;
  color: #000000;
  font-size: 10px;
}
.hero_wrap img {
  width: 100%;
}
.title_top {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.title_midle {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.title_bottom {
  font-size: 16px;
  line-height: 1;
}
.txt_lead {
  font-size: 15px;
  line-height: 1.6;
}
.txt_strong {
  font-size: 14px;
}
.txt_underline {
  text-decoration: underline;
}
.txt_strong + .txt_lead {
  margin-top: 15px;
}
.txt_lead + .txt_strong {
  margin-top: 15px;
}
.txt_cap {
  display: inline-block;
  font-size: 10px;
  margin-top: 5px;
}
.txt_middle {
  font-size: 14px;
  line-height: 1.5;
}
.txt_larger {
  font-size: 115%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_largest {
  font-size: 150%;
  display: inline-block;
  margin-bottom: 5px;
}
.title_min {
  display: inline-block;
  font-size: 85%;
}
.title_underline {
  font-size: 18px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.title_underline .dl_flexflap {
  margin-left: 0;
}
.dl_flexflap {
	display: block;
	margin-top: 5px;
}
.dl_flexflap dt {
  display: inline-block;
  margin-right: 5px;
}
.dl_flexflap dd {
  display: inline-block;
}
.wd_flexible {
  display: inline-block;
}
.img_flex {
  width: 100%;
}
.img_flex_2 {
  width: 100%;
  border: solid 1px #b3b3b3;
}
.img_border {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.dl_flap dt {
  line-height: 1.3;
  margin-bottom: 10px;
}
.dl_flap dd {
  line-height: 1.5;
}
.dl_flap dd.txt_larger {
  display: block;
}
.dl_flap dd + dd {
  margin-top: 5px;
}
.img_flex + .dl_flap {
  width: 94%;
  margin: 10px auto 0;
}
.col4 .dl_flap dt {
  margin-bottom: 5px;
}
.dl_flap dt + .txt_largest {
  margin-top: -7px;
  margin-bottom: 0;
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.block_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.block_flap {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}
.col4_1_3 {
  width: 72%;
}
.col2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.col2 {
  width: 48.5%;
  margin: 0 3% 5px 0;
}
.col2:nth-child(even) {
  margin-right: 0;
}
	


.block_flap .col2 {
  width: auto;
	font-size: 12px;
	margin: 0 0 10px; 
}
	
	.col2_wrap_sp {
		display: flex;
		flex-wrap: wrap;
		font-size: 85%;
	}
	.col2_wrap_sp .col2_wrap {
		display: block;
		width: 100%;
	}
	
.col2_wrap_sp .col2_wrap .dl_flap dd {
	width: 100%;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	}
	
.col2_wrap_sp .col2_wrap .dl_flap .dl_flap_img {
	width: 100%;
	}
	
	.col2_wrap_sp .col2_wrap:nth-child(even) {
		margin-right:0; 
	}
	.col2_wrap_sp .col2_wrap .col2 {
		width: auto;
		margin-right: auto;
	}
	
.col4_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.col4_3_1 {
  width: 24%;
}
.col4_1_3 {
  width: 72%;
}
/*
.col4_3_1 + .col4_1_3 {
  margin-left: 4%;
  margin-top: 0;
}
.col4_1_3 + .col4_3_1 {
  margin-left: 0;
}
*/
.block_flap .col4_3_1,
.block_flap .col4_1_3 {
  width: auto;
	margin: 0 0 10px; 
}
.col4_1_3:nth-child(2) {
	margin-top: 0;
}
.col4 {
  width: 49%;
  margin: 0 2% 25px 0;
	font-size: 12px;
}
.col4:nth-child(even) {
  margin-right: 0;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.list_flexflap {
  margin-bottom: 10px;
}
.list_flexflap li {
  display: inline-block;
  line-height: 1.4;
  margin: 0 5px 2px 0;
}
.list_noflap {
  margin-bottom: 10px
}
.list_noflap li {
  display: inline;
  line-height: 1.5;
  margin: 0 0 2px 0;
}
.col1_add_txt {
  position: relative;
  margin-top: 25px;
}
.col1_add_txt .txt_strong {
	font-size: 14px;
  margin-bottom: 15px;
}
.txt_add {
  width: auto;
  position: static;
	margin-top: 10px;
}
.cpn_detail_block dt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 1px #000000;
  padding: 0 3px;
  margin-bottom: 10px;
}
.cpn_detail_block dd {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.cpn_detail_block {
  margin-bottom: 20px;
  margin-top: 10px;
}
.section_8 .cpn_detail_block dt {
  text-decoration: none;
}
.list_no_newline li {
  display: inline-block;
  margin-bottom: 5px;
}
.list_no_newline li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}
.list_no_newline li:nth-last-child(1):after {
  content: "";
  margin: 0;
}
.arrow_d li:hover {
  opacity: 1;
}
.arrow_d li:after {
  display: none;
}
.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
}
.btn_wrap li {
  width: auto;
  margin: 0 0 15px auto;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 20px 20px 20px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover, .btn_img a:hover {
  text-decoration: none;
  opacity: 1;
}
/* col3_plus */
.col3_plus_wrap_bg {
  margin: 25px auto 15px;
}
.col3_plus_wrap {
  display: block;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.col3_plus {
  width: auto;
}
.col3_plus:nth-child(even) {
  width: auto;
  font-family: AudiTypeExtendBold;
  font-size: 25px;
  text-align: center;
  margin: -5px auto 5px;
}
.col3_plus_title {
  font-family: AudiTypeExtendBold;
  font-size: 18px;
  line-height: 1.3em;
  min-height: 50px;
}
.col3_plus_img {
  width: 100%;
  margin-bottom: 10px;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}
.btn_wrap .btn_box_2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: inherit;
}
.btn_box_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box_2 a:hover {
  text-decoration: none;
  opacity: .7;
}
/* list_caution */
.list_caution li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 2px 2px 0;
}
.txt_small {
  font-size: 12px;
  line-height: 1.5;
}
.block_section {
  width: auto;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 25px;
}
.section_1 {
  margin-bottom: 35px;
}
.section_wrap_1 {
  margin-bottom: 15px;
}
.section_2 {
  margin-bottom: 30px;
}
.section_wrap_2 {
  margin: 20px auto 15px;
}
.section_3 {
  margin-bottom: 10px;
}
.section_wrap_3 {
  margin-bottom: 40px;
}
.section_4 {
  margin-bottom: 30px;
}
.section_5 {
  margin-bottom: 25px;
}
.section_wrap_4 {
  margin: 10px auto 10px;
}
.section_btn_0 {
  width: 100%;
  margin: 5px auto 5px;
}
.section_btn_1 {
  margin-bottom: 45px;
}
.section_btn_2 {
  margin-bottom: 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
video {
    width: 100% !important;
}
.hero_inner {
    position: absolute;
    top: 13%;
    left: 3%;
    color: #ffffff;
    font-size: 2.9vw;
    line-height: 1.3;
}
.col2_l, .col2_r {
    width: 100% !important;
    margin: 0;
}
.col2_inner img {
    width: 100%;
}
.section_tit {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.txt_lead_2 {
    font-size: 1.6rem;
}
.aftersales_area {
    margin-bottom: 35px;
}
.block_section {
    padding: 0 5px;
}
.sab_title {
    font-size: 14px;
}
.cpn_detail_block2 dt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px #000000;
    padding: 0 3px;
    margin-bottom: 12px;
}
.cpn_detail_block2 .txt_lead2 {
    font-size: 15px;
    margin-top: -8px;
    font-weight: bold;
}
.cpn_detail_block_last dd {
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.4;
    font-weight: normal;
}
}

@media screen and (max-width:375px) {
}






















@charset "utf-8";
/* =================================================
 * font
 * ================================================*/

@font-face {
  font-family: AudiType;
  src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}
.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}


.hero_wrap {
  position: relative
}
.contents {
  -webkit-text-size-adjust: 100%;
}
.hero_wrap_title {
  width: 1060px;
  margin: 40px auto 40px;
  line-height: 1.25;
}
.title_top {
  display: block;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.title_midle {
  display: block;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.title_bottom {
  display: block;
  font-size: 32px;
  line-height: 1;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.6;
	/*
  margin-top: 10px;
	*/
}
.txt_strong {
  font-size: 20px;
}
.txt_underline {
  text-decoration: underline;
}
.txt_strong + .txt_lead {
  margin-top: 15px;
}
.txt_lead + .txt_strong {
  margin-top: 20px;
}
.txt_cap {
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
}
.txt_cap2 {
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
}
.title_min {
  display: inline-block;
  font-size: 85%;
}
.title_underline {
  font-size: 25px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.title_underline .dl_flexflap {
  margin-left: 25px;
}
.dl_flexflap {
  display: inline-block;
}
.dl_flexflap dt {
  display: inline-block;
  margin-right: 5px;
}
.dl_flexflap dd {
  display: inline-block;
}
.wd_flexible {
  display: inline-block;
}
.img_flex {
  width: 100%;
}
.img_flex_2 {
  width: 100%;
  border: solid 1px #b3b3b3;
}
.img_border {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.title_2 {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.title_udbar {
  font-size: 22px;
  font-weight: bold;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px;
  line-height: 1.3em;
}
.txt_middle {
  font-size: 15px;
  line-height: 1.5;
}
.txt_larger {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_larger_bottom {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 10px;
}
.txt_largest {
  font-size: 120%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_largest2 {
  font-size: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.dl_flap dt {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 2.8rem;
}
.dl_flap_2 dt {
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 2.8rem;
}
.dl_flap dt span {
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.dl_flap_2 dt span {
  display: inline-block;
  border-bottom: solid 1px #000000;
}
.dl_flap dd {
  line-height: 1.8;
  font-weight: bold !important;
}
.dl_flap_2 dd {
  line-height: 1.8;
}
.dl_flap dd.txt_larger {
  display: block;
}
.dl_flap dd + dd {
  margin-top: 5px;
}
.img_flex + .dl_flap {
  width: 94%;
  margin: 10px auto 0;
}
.col4 .dl_flap dt {
  margin-bottom: 5px;
}
.dl_flap dt + .txt_largest {
  margin-top: -7px;
  margin-bottom: 0;
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.block_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.col2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.col2 {
  width: 48.5%;
  margin: 0 3% 20px 0;
}
.col2:nth-child(even) {
  margin-right: 0;
  position: relative;
}
.col2 a:hover {
  opacity: .7;
}
.col4_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.col4_3_1 {
  width: 25.5%;
}
.col4_1_3 {
  width: 71.5%;
}
.col4_1_3:nth-child(odd) {
	margin-right: 3%;
}
.col4_3_1:nth-child(odd) {
	margin-right: 3%;
}
.col4_1_3:nth-child(2) {
  margin-top: 15px;
}
.col4 {
  width: 23.5%;
  margin: 0 2% 25px 0;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.list_flexflap {
  margin-bottom: 10px
}
.list_flexflap li {
  width: 100%;
  display: inline-block;
  line-height: 1.4;
  margin: 0 5px 2px 0;
}
.list_noflap {
  margin-bottom: 10px
}
.list_noflap li {
  display: inline;
  line-height: 1.5;
  margin: 0 0 2px 0;
}
.col1_add_txt {
  position: relative;
  margin-top: 35px;
}
.col1_add_txt .txt_strong {
  margin-bottom: 25px;
}
.txt_add {
  width: 56%;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.cpn_detail_block dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  /* border-bottom: solid 1px #000000; */
  padding: 0 3px;
  margin-left: -1%;
  margin-bottom: 12px;
}
.cpn_detail_block dd {
  font-size: 17px;
  line-height: 1.4;
  font-weight: normal;
}
.cpn_detail_block {
  margin-bottom: 30px;
}
.section_8 .cpn_detail_block dt {
  text-decoration: none;
}
.list_no_newline li {
  display: inline-block;
  margin-bottom: 5px;
}
.list_no_newline li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}
.list_no_newline li:nth-last-child(1):after {
  content: "";
  margin: 0;
}
.arrow_d li:hover {
  opacity: .7;
}
.arrow_d li:after {
  display: none;
}
.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
}
.btn_wrap li {
    height: auto !important;
    text-align: left !important;
    float: right !important;
    border: 1px solid #1c1e1e;
    margin: 0 0 15px auto;
}
.btn_wrap2 li {
    height: auto !important;
    text-align: left !important;
    float: inherit !important;
    border: 1px solid #1c1e1e;
    margin: 0 auto;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_wrap2 .btn_box2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 45%;
  right: 28px;
}
.btn_box2 a:hover:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 45%;
  right: 28px;
}
.btn_box a:hover, .btn_img a:hover, .btn_box2 a:hover, .btn-align-m a:hover {
  text-decoration: none;
  opacity: .7;
  color: #fff;
  background: #333;
}
.btn_wrap .btn_box_2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: -19%;
}
.btn_box_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box_2 a:hover, .btn_img a:hover {
  text-decoration: none;
  opacity: .7;
}
/* col3_plus */
.col3_plus_wrap_bg {
  margin: 0;
}
.col3_plus_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.col3_plus {
  width: 45%;
}
.col3_plus:nth-child(even) {
  width: 10%;
  font-family: AudiTypeExtendBold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.col3_plus_title {
  font-family: AudiTypeExtendBold;
  font-size: 18px;
  line-height: 1.3em;
  min-height: 50px;
}
.col3_plus_img {
  width: 100%;
  margin-bottom: 10px;
}
.block_section {
  width: 1020px;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 45px;
}
.section_1 {
  margin-bottom: 35px;
}
.section_1_last {
  margin-bottom: 75px;
}
.section_wrap_0 {
	margin-bottom: 15px;
}
.section_wrap_1 {
  margin-bottom: 50px;
}
.section_2 {
  margin-bottom: 50px;
}
.section_wrap_2 {
  margin: 25px auto 60px;
}
.section_3 {
  margin-bottom: 55px;
}
.section_wrap_3 {
  margin-bottom: 65px;
}
.section_4 {
  margin-bottom: 35px;
}
.section_5 {
  margin-bottom: 85px;
}
.section_wrap_3 {
  margin: 5px auto 70px !important;
}
.section_wrap_4 {
  margin: 5px auto 30px !important;
}
.section_btn_0 {
  margin: 0 auto 35px;
}
.section_btn_1 {
  margin-bottom: 45px;
}
.section_btn_2 {
  margin-bottom: 25px;
}
.sp {
  display: none;
}
.mb15 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.col2_line {
    border-top: solid 1px #000;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
}
.col2_line_none {
    padding: 10px 0;
    width: 100%;
}
video {
    width: 495px;
}
.block_section {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.col2_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col2_l {
    width: 60%;
}
.txt_lead_2 {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 10px;
}
.col2_r {
    width: 37%;
    margin: inherit;
}
.col2_inner img {
    width: 94%;
}
#hero_wrap {
    position: relative;
    margin-bottom: 50px;
}
.hero_inner {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.25;
}
.section_tit {
    font-size: 20px;
    line-height: 1.3;
    margin: 25px 0 25px 0;
}
.aftersales_area {
  margin-bottom: 10px;
}
.aftersales_area_last {
    margin: 20px 0;
}
.sab_title {
    font-size: 18px;
    font-weight: bold;
}
.sab_title::after {
	content: "\A" ;
	white-space: pre ;
}
.cpn_detail_block2 dt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px #000000;
    padding: 0 3px;
    margin-bottom: 12px;
}
.cpn_detail_block2 .txt_lead2 {
    font-size: 19px;
    margin-top: -5px;
    font-weight: bold;
}
.cpn_detail_block_last dd {
    font-size: 17px;
    padding-top: 30px;
    line-height: 1.4;
    font-weight: normal;
}

/* media screen=================================================================*/
@media screen and (max-width:640px) {
.hero_wrap_title {
  width: 95%;
  margin: 25px auto;
  color: #000000;
  font-size: 10px;
}
.hero_wrap img {
  width: 100%;
}
.title_top {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.title_midle {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.title_bottom {
  font-size: 16px;
  line-height: 1;
}
.txt_lead {
  font-size: 15px;
  line-height: 1.6;
}
.txt_strong {
  font-size: 14px;
}
.txt_underline {
  text-decoration: underline;
}
.txt_strong + .txt_lead {
  margin-top: 15px;
}
.txt_lead + .txt_strong {
  margin-top: 15px;
}
.txt_cap {
  display: inline-block;
  font-size: 10px;
  margin-top: 5px;
}
.txt_middle {
  font-size: 14px;
  line-height: 1.5;
}
.txt_larger {
  font-size: 115%;
  display: inline-block;
  margin-bottom: 5px;
}
.txt_largest {
  font-size: 150%;
  display: inline-block;
  margin-bottom: 5px;
}
.title_min {
  display: inline-block;
  font-size: 85%;
}
.title_underline {
  font-size: 18px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.title_underline .dl_flexflap {
  margin-left: 0;
}
.dl_flexflap {
	display: block;
	margin-top: 5px;
}
.dl_flexflap dt {
  display: inline-block;
  margin-right: 5px;
}
.dl_flexflap dd {
  display: inline-block;
}
.wd_flexible {
  display: inline-block;
}
.img_flex {
  width: 100%;
}
.img_flex_2 {
  width: 100%;
  border: solid 1px #b3b3b3;
}
.img_border {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.dl_flap dt {
  line-height: 1.3;
  margin-bottom: 10px;
}
.dl_flap dd {
  line-height: 1.5;
}
.dl_flap dd.txt_larger {
  display: block;
}
.dl_flap dd + dd {
  margin-top: 5px;
}
.img_flex + .dl_flap {
  width: 94%;
  margin: 10px auto 0;
}
.col4 .dl_flap dt {
  margin-bottom: 5px;
}
.dl_flap dt + .txt_largest {
  margin-top: -7px;
  margin-bottom: 0;
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.block_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.block_flap {
	display: block;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}
.col4_1_3 {
  width: 72%;
}
.col2_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.col2 {
  width: 48.5%;
  margin: 0 3% 5px 0;
}
.col2:nth-child(even) {
  margin-right: 0;
}
	


.block_flap .col2 {
  width: auto;
	font-size: 12px;
	margin: 0 0 10px; 
}
	
	.col2_wrap_sp {
		display: flex;
		flex-wrap: wrap;
		font-size: 85%;
	}
	.col2_wrap_sp .col2_wrap {
		display: block;
		width: 100%;
	}
	
.col2_wrap_sp .col2_wrap .dl_flap dd {
	width: 100%;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	}
	
.col2_wrap_sp .col2_wrap .dl_flap .dl_flap_img {
	width: 100%;
	}
	
	.col2_wrap_sp .col2_wrap:nth-child(even) {
		margin-right:0; 
	}
	.col2_wrap_sp .col2_wrap .col2 {
		width: auto;
		margin-right: auto;
	}
	
.col4_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.col4_3_1 {
  width: 24%;
}
.col4_1_3 {
  width: 72%;
}
/*
.col4_3_1 + .col4_1_3 {
  margin-left: 4%;
  margin-top: 0;
}
.col4_1_3 + .col4_3_1 {
  margin-left: 0;
}
*/
.block_flap .col4_3_1,
.block_flap .col4_1_3 {
  width: auto;
	margin: 0 0 10px; 
}
.col4_1_3:nth-child(2) {
	margin-top: 0;
}
.col4 {
  width: 49%;
  margin: 0 2% 25px 0;
	font-size: 12px;
}
.col4:nth-child(even) {
  margin-right: 0;
}
.col4:nth-child(4n) {
  margin-right: 0;
}
.list_flexflap {
  margin-bottom: 10px;
}
.list_flexflap li {
  display: inline-block;
  line-height: 1.4;
  margin: 0 5px 2px 0;
}
.list_noflap {
  margin-bottom: 10px
}
.list_noflap li {
  display: inline;
  line-height: 1.5;
  margin: 0 0 2px 0;
}
.col1_add_txt {
  position: relative;
  margin-top: 25px;
}
.col1_add_txt .txt_strong {
	font-size: 14px;
  margin-bottom: 15px;
}
.txt_add {
  width: auto;
  position: static;
	margin-top: 10px;
}
.cpn_detail_block dt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 1px #000000;
  padding: 0 3px;
  margin-bottom: 10px;
}
.cpn_detail_block dd {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}
.cpn_detail_block {
  margin-bottom: 20px;
  margin-top: 10px;
}
.section_8 .cpn_detail_block dt {
  text-decoration: none;
}
.list_no_newline li {
  display: inline-block;
  margin-bottom: 5px;
}
.list_no_newline li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}
.list_no_newline li:nth-last-child(1):after {
  content: "";
  margin: 0;
}
.arrow_d li:hover {
  opacity: 1;
}
.arrow_d li:after {
  display: none;
}
.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.list_caution li {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 5px 5px 0;
}
.btn_wrap li {
  width: auto;
  margin: 0 0 15px auto;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 20px 20px 20px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover, .btn_img a:hover {
  text-decoration: none;
  opacity: 1;
}
/* col3_plus */
.col3_plus_wrap_bg {
  margin: 25px auto 15px;
}
.col3_plus_wrap {
  display: block;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.col3_plus {
  width: auto;
}
.col3_plus:nth-child(even) {
  width: auto;
  font-family: AudiTypeExtendBold;
  font-size: 25px;
  text-align: center;
  margin: -5px auto 5px;
}
.col3_plus_title {
  font-family: AudiTypeExtendBold;
  font-size: 18px;
  line-height: 1.3em;
  min-height: 50px;
}
.col3_plus_img {
  width: 100%;
  margin-bottom: 10px;
}
.btn_wrap .btn_box a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}
.btn_wrap .btn_box_2 a {
  display: block;
  font-size: 16px;
  line-height: 1.25;
  color: #FFF;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  margin-top: inherit;
}
.btn_box_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.btn_box_2 a:hover {
  text-decoration: none;
  opacity: .7;
}
/* list_caution */
.list_caution li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin: 0 2px 2px 0;
}
.txt_small {
  font-size: 12px;
  line-height: 1.5;
}
.block_section {
  width: auto;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 25px;
}
.section_1 {
  margin-bottom: 35px;
}
.section_wrap_1 {
  margin-bottom: 15px;
}
.section_2 {
  margin-bottom: 30px;
}
.section_wrap_2 {
  margin: 20px auto 15px;
}
.section_3 {
  margin-bottom: 10px;
}
.section_wrap_3 {
  margin-bottom: 40px;
}
.section_4 {
  margin-bottom: 30px;
}
.section_5 {
  margin-bottom: 25px;
}
.section_wrap_4 {
  margin: 10px auto 10px;
}
.section_btn_0 {
  width: 100%;
  margin: 5px auto 5px;
}
.section_btn_1 {
  margin-bottom: 45px;
}
.section_btn_2 {
  margin-bottom: 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
video {
    width: 100% !important;
}
.hero_inner {
    position: absolute;
    top: 13%;
    left: 3%;
    color: #ffffff;
    font-size: 2.9vw;
    line-height: 1.3;
}
.col2_l, .col2_r {
    width: 100% !important;
    margin: 0;
}
.col2_inner img {
    width: 100%;
}
.section_tit {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.txt_lead_2 {
    font-size: 1.6rem;
}
.aftersales_area {
    margin-bottom: 35px;
}
.block_section {
    padding: 0 5px;
}
.sab_title {
    font-size: 14px;
}
.cpn_detail_block2 dt {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    display: inline-block;
    border-bottom: solid 1px #000000;
    padding: 0 3px;
    margin-bottom: 12px;
}
.cpn_detail_block2 .txt_lead2 {
    font-size: 15px;
    margin-top: -8px;
    font-weight: bold;
}
.cpn_detail_block_last dd {
    font-size: 14px;
    padding-top: 20px;
    line-height: 1.4;
    font-weight: normal;
}
}

.bx4{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.bx4 .bx{
    width: 23.5%;
    text-align: center;
}
.bx4 .img{
    width: 100%;
}

.btn-line-up{
    min-width: 0;
}

@media screen and (max-width:750px) {
    .bx4{
        flex-wrap: wrap;
    }
    .bx4 .bx{
        width: 48%;
        margin-bottom: 20px;
        text-align: center;
    }

    .header-inner-01 .wrapper-hdg h1#top_logo {
       width: 0;
        right: 0;
    }

}