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::after {
    content: "";
    background: url(../../../common/img_22/pankuzu.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 9.35px;
    width: 5.33px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    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: 150px 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;
}
.aten {
	font-family: AudiTypeExtendedNormal !important;
	font-weight: normal !important;
	padding: 0;
}
.at {
	font-family: AudiType !important;
	font-weight: normal !important;
	padding: 0;
}
.atb {
	font-family: AudiTypeBold !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 20px 45px 0;
	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: 15px;
	margin-bottom: 25px !important;
	border: none !important;
}
.tit_mid {
	font-size: 24px;
	margin-bottom: 25px;
	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-size: 20px;*/
	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: 0;
}
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;
	width: 495px;
	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;
}
.btn_box a:hover {
	opacity: .7;
	text-decoration: none;
}
.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: 11px;
}
.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_lead p {
	font-size: 18px;
	vertical-align: top;
	line-height: 1.7em;
}
.dl_detail, .tit_box p {
	font-size: 20px;
	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: 60px;
}
.package {
	width: 590px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.package h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
.package p.lead {
	font-size: 16px;
}
.btn_wrap li {
	overflow: hidden;
	margin-bottom: 15px;
}
.btn_wrap li a {
	float: right;
}
/* btn_wrap */
.btn_wrap li {
	overflow: hidden;
}
.btn_wrap li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	width: 490px;
	background: url("../img/arrow_w.png") right 18px center no-repeat #000000;
	background-size: 16px;
	padding: 12px 20px;
	box-sizing: border-box;
	float: right;
	letter-spacing: normal;
}
.btn_inner_min {
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.btn_wrap li a:hover {
	text-decoration: none;
	opacity: .7;
}
.sp_strong {
	font-weight: normal;
}
hr.sline {
	border: none;
	border-top-width: medium;
	border-top-style: none;
	border-top-color: currentcolor;
	border-top: 1px solid #b3b3b3;
	margin: 30px 0 60px 0;
}
/*180220*/
.clearfix.package_info_wrap .lead {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	vertical-align: top;
	line-height: 1.7em;
}
.clearfix.package_info_wrap .lead02 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	vertical-align: top;
	line-height: 1.7em;
}
.clearfix.package_info_wrap.mb60 .fl img {
	margin-bottom: 10px;
}
/*180220 end*/
.clearfix.package_info_wrap.mb60 .fl .caption {
	font-style:normal;
	font-size:14px;
}
.in_contents {
	margin-bottom: 75px;
}

.clearfix.package_info_wrap .lead-o {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    vertical-align: top;
    line-height: 1.7em;
    margin-bottom: 60px;
}

.btn-align-p {
    margin-top: 55px;
    text-align: center;
}

.blr {
    font-size: 33px;
    line-height: 1.4;
    margin-bottom: 35px;
}
.title_top {
    display: block;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.title_midle {
    display: block;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.margin_t {
    margin-top: 11%;
}
.margin_t2 {
    margin-top: 4%;
}


.block_segment_wrap {
	width: 950px;
	margin: 0 auto;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.flex_wrap_inner_w70 {
  width: 66.5%;
  margin: 0 0 25px 0;
}
.flex_wrap_inner_w30 {
  width: 30.5%;
  margin: 0 0 25px 0;
}
.txt_2 {
	font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.txt_4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: -5px;
}
.btn_box_border {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 60%;
  margin-top: 20px;
	color: #000000;
	background: #ffffff;
	border: solid 1px #000000;
}
.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
.border_2 {
  width: 100%;
	border-bottom: solid 1px #000000;
	line-height: 1;
	margin: 10px auto 70px;
}


/*--setup--*/


@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/*-------------------------------------
 layout
--------------------------------------*/
.left {float:left; display:inline;}
.right {float:right; display:inline;}
.clear {clear:both;}
.tl {text-align:left;}
.tr {text-align:right;}
.tc {text-align:center;}

.ml3 {margin-left:3px;}
.mr3 {margin-right:3px;}
.mt3 {margin-top:3px;}
.mb3 {margin-bottom:3px;}

.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt5 {margin-top:5px;}
.mb5 {margin-bottom:5px;}

.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px!important;}

.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mt15 {margin-top:15px;}
.mb15 {margin-bottom:15px!important;}

.ml20 {margin-left:20px;}
.mr20 {margin-right:20px;}
.mt20 {margin-top:20px;}
.mb20 {margin-bottom:20px!important;}

.ml25 {margin-left:25px;}
.mr25 {margin-right:25px;}
.mt25 {margin-top:25px;}
.mb25 {margin-bottom:25px;}
.mb35 {margin-bottom:35px;}

.ml30 {margin-left:30px;}
.mr30 {margin-right:30px;}
.mt30 {margin-top:30px;}
.mb30 {margin-bottom:30px!important;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px;}

.ml40 {margin-left:40px;}
.mr40 {margin-right:40px;}
.mt40 {margin-top:40px;}
.mb40 {margin-bottom:40px;}

.ml45 {margin-left:45px;}
.mr45 {margin-right:45px;}
.mt45 {margin-top:45px;}
.mb45 {margin-bottom:45px;}

.ml50 {margin-left:50px;}
.mr50 {margin-right:50px;}
.mt50 {margin-top:50px;}
.mb50 {margin-bottom:50px;}

.ml60 {margin-left:60px;}
.mr60 {margin-right:60px;}
.mt60 {margin-top:60px;}
.mb60 {margin-bottom:60px;}

.ml80 {margin-left:80px;}
.mr80 {margin-right:80px;}
.mt80 {margin-top:80px;}
.mb80 {margin-bottom:80px;}

.pl5 {padding-left:5px;}
.pr5 {padding-right:5px;}
.pt5 {padding-top:5px;}
.pb5 {padding-bottom:5px;}

.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}

.pl15 {padding-left:15px;}
.pr15 {padding-right:15px;}
.pt15 {padding-top:15px;}
.pb15 {padding-bottom:15px;}

.pl20 {padding-left:20px;}
.pr20 {padding-right:20px;}
.pt20 {padding-top:20px;}
.pb20 {padding-bottom:20px;}

.pl30 {padding-left:30px;}
.pr30 {padding-right:30px;}
.pt30 {padding-top:30px;}
.pb30 {padding-bottom:30px;}

.pl40 {padding-left:40px;}
.pr40 {padding-right:40px;}
.pt40 {padding-top:40px;}
.pb40 {padding-bottom:40px;}

.pl50 {padding-left:50px;}
.pr50 {padding-right:50px;}
.pt50 {padding-top:50px;}
.pb50 {padding-bottom:50px;}

.pl60 {padding-left:60px;}
.pr60 {padding-right:60px;}
.pt60 {padding-top:60px;}
.pb60 {padding-bottom:60px;}

.pl80 {padding-left:80px;}
.pr80 {padding-right:80px;}
.pt80 {padding-top:80px;}
.pb80 {padding-bottom:80px;}

/*-------------------------------------
 縺昴・莉匁ｱ守畑繝代・繝?
--------------------------------------*/
/*table*/
.genericTable {border-collapse:collapse;border:1px solid #d5cfb2;}
.genericTable th {background:#ebe8d9;padding:10px;border:1px solid #d5cfb2;}
.genericTable td {background:#fff;padding:10px;border:1px solid #d5cfb2;}

/*ol*/
.genericOL {margin-left:40px;}
.genericOL li {list-style-type:decimal; list-style-position:outside;margin-bottom:10px;}

.reset th,.reset td {border:none;padding:0;margin:0;line-height:100%;background:none;}
.vab { vertical-align:baseline;}

.l ,
a.l { text-decoration:underline!important; }
a:hover.l { text-decoration:none!important; }

/*-------------------------------------
 font
--------------------------------------*/
.bold {font-weight:bold;}
.larger {font-size:117%;}
.smaller {font-size:83%;}
.smallest {font-size:10px;}
.ls {letter-spacing:-0.1em;}
.normal { font-weight:normal; }

.red {color:#CC0000;}
.orange {color:#FF6600;}
.blue {color:#0066FF;}
.green {color:#97b532;}
.yellow {color:#FFFF00;}
.black {color:#000000;}
.white {color:#FFFFFF;}
.gray {color:#999999;}

/*-------------------------------------
 text
--------------------------------------*/
p {line-height:160%;}


/* 繧､繝ｳ繝・Φ繝亥・逅? */
.ind1H { text-indent:-1.5em; margin-left:1.5em; }
.ind2 { text-indent:-2em; margin-left:2em; }
.ind2H { text-indent:-2.5em; margin-left:2.5em; }
.ind3 { text-indent:-3em; margin-left:3em; }


.lh12 { line-height:120%!important; }
.lh14 { line-height:140%!important; }
.lh16 { line-height:160%!important; }
.lh18 { line-height:180%!important; }
.lh20 { line-height:200%!important; }

/*-------------------------------------
 form
--------------------------------------*/
fieldset {border:1px solid #ccc; margin-bottom:1em; padding:0 1em 1em 1em;}

input, textarea {line-height:1.4; padding:0; vertical-align:middle; border:1px solid #ccc; margin-bottom:5px; }

input[type="checkbox"],
input[type="radio"] {vertical-align:text-bottom;}
input[type="submit"] {padding:0.1em;}
input[type="image"] {border:none;}

legend {background:#fff; padding:0.3em;}
select {padding:0;}

	/* for IE6 */
	* html input {padding:0.1em;}
	
	* html input.checkbox,
	* html input.radio {vertical-align:-0.3em;}

	* html input.submit {line-height:1.2; padding-top:0.2em;}
	
	* html select {vertical-align:-0.2em;}
	
	/* for IE7 */
	*+html input {padding:0.1em;}
	
	*+html input.submit {line-height:1.2; padding-top:0.2em;}
	
	*+html select {vertical-align:-0.2em;}

	/* for Opera9.27 */
	html:first-child input {padding:0.1em;}
	
	html:first-child input[type="checkbox"],
	html:first-child input[type="radio"] {vertical-align:middle;}

	html:first-child input[type="submit"] {padding:0.3em;}
	
	html:first-child select {padding:0.2em 0.5em;}

	/* for Opera9.5+ [Safari3 & Chrome] */
	body:first-of-type input {padding:0.1em;}

	body:first-of-type input[type="checkbox"],
	body:first-of-type input[type="radio"] {vertical-align:text-top;}
	
	body:first-of-type input[type="submit"] {padding:0.3em 0.3em 0.2em 0.3em;}

	/* for Safari3 & Chrome */
	html:not(:only-child:only-child) input {padding:0; vertical-align:baseline;}
	
	html:not(:only-child:only-child) select {vertical-align:0;}	


/*-------------------------------------
 clearfix
--------------------------------------*/
.clearfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden; font-size:0.1em; line-height:0; }
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End hide from IE-mac */

	/* for IE6 */
	* html .clearfix {display:inline-block;}
	
	/* for IE7 */
	*+html .clearfix {display:inline-block;}