@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.yuMin {
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,"Sawarabi Mincho",  serif;
}
.lightbox { display: none;
}
.featherlight-inner h2{
	color:#000;	
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.featherlight-inner .reserve_box{
	width: 250px;
	height: 50px;
	margin: 0 auto;
}
.featherlight-inner p{
	float: left;
}

.featherlight-inner p a{
	display: block;
    width: 80px;
    text-align: center;
    color: #fff;
    background: #00001e;
    padding: 20px;
    margin: 0 20px 0 20px;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 auto;
    width: 1100px;
}

.content .txt_cap{
	margin-top: 10px;
	color: #01030E;
}
@media all and (max-width: 767px) {
    .content {
        margin: 0 17px;
        width: auto;
    }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 20px;
    padding: 45px 0 45px 20px;
    font-size: 2.5rem;
    font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" ,"Sawarabi Mincho",  serif;
    letter-spacing: 5px;
    word-break: break-all;
    border-left: 1px solid #f00;  
}

@media all and (max-width: 767px) {
    .headLine01 {
        margin-bottom: 24px;
        padding: 28px 0 25px 10px;
        font-size: 2rem;
        letter-spacing: 5.4px;
    }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 13px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    word-break: break-all;
    font-weight: normal;
}

.headLine02 .num,
.headLine02 .txt {
    display: block;
}

.headLine02 .num {
    margin: 0 15px 7px 0;
    padding: 5px 0 0 5px;
    width: 43px;
    box-sizing: border-box;
    text-align: center;
    font-size: 3.9rem;
    line-height: 1.1;
    border-left: 1px solid #f00;
}

.headLine02 .txt {
    width: calc(100% - 60px);
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    line-height: 2;
}

@media all and (max-width: 767px) {
    .headLine02 {
        margin-bottom: 15px;
        padding: 0 10px 0 16px;
        max-width: 375px;
        box-sizing: border-box;
    }

    .headLine02 .num {
        margin: 0 16px 4px 0;
        padding: 10px 0 9px 9px;
        font-size: 2.8rem;
    }

    .headLine02 .txt {
        letter-spacing: 1px;
        line-height: 1.83;
    }
}


@media all and (max-width: 374px) {
    .headLine02 .num {
        margin: 0 10px 4px 0;
        padding: 10px 0 9px 5px;
        width: 35px;
    }
    
    .headLine02 .txt {
        letter-spacing: 0;
    }
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    padding: 150px 0;
    box-sizing: border-box;
    background: url("../../img/neverland/bg01.png") no-repeat top center;
    background-size: 1200px auto;
}

.pageTitle .headLine01 {
    margin-bottom: 18px;
        font-weight: normal;
}

.pageTitle .topTxt {
    margin-bottom: 122px;
    font-size: 1.3rem;
    /*font-weight: bold;*/
    line-height: 2.78;
    letter-spacing: 3.5px;
}

.pageTitle .cTxt {
    margin-bottom: 17px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.79;
    letter-spacing: 3px;
    word-break: break-all;
	font-weight: normal;
}

.pageTitle .cTxt .ttl {
    display: block;
    font-size: 1.8rem;
    line-height: 2.42;
    letter-spacing: 3px;
	font-weight: normal;
}

.pageTitle .comBtn {
    text-align: center;
}

.pageTitle.whiteBg {
    background-color: #fff;
}

.pageTitle.whiteBg .headLine01,
.pageTitle.whiteBg .topTxt,
.pageTitle.whiteBg .cTxt {
    color: #01031E;
}

.pageTitle.whiteBg .comBtn a {
    color: #01031E;
    border-color: #01031E;
}

@media all and (max-width: 767px) {
    .pageTitle {
        padding: 75px 0;
        min-height: 250px;
        background: url("../../img/neverland/sp_bg01.png") no-repeat top 169px center;
        background-size: 100% auto;
    }

    .pageTitle .headLine01 {
        margin-bottom: 25px;
        letter-spacing: 4px;
    }

    .pageTitle .topTxt {
        margin-bottom: 147px;
        letter-spacing: 3px;
        line-height: 2.7;
		font-weight: normal;
    }

    .pageTitle .cTxt {
        margin-bottom: 8px;
        line-height: 2.1;
    }

    .pageTitle .cTxt .ttl {
        margin-bottom: 18px;
        line-height: 2.2;
		font-weight: normal;
    }

    .pageTitle .comBtn a {
        padding: 14px 0 12px 10px;
    }
}

@media all and (max-width: 374px) {
    .pageTitle .headLine01 {
        letter-spacing: 2px;
    }
    
    .pageTitle .cTxt,
    .pageTitle .cTxt .ttl {
        letter-spacing: 2px;
    }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
    padding: 6px 45px 5px;
    width: 251px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border: 1px solid #fff;
    background: url("../../img/common/icon04.png") no-repeat right 10px center;
    background-size: 36px 5px;
}

.comBtn a:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
    .comBtn a {
        padding: 8px 45px 3px;
    }
}

@media all and (max-width: 767px) {
    .comBtn a {
        padding: 18px 65px 19px;
        width: auto;
        display: block;
        font-size: 1.5rem;
        background-size: 49px 5px;
        background-position: right 15px center;
    }
}

@media all and (max-width: 374px) {
    .comBtn a {
        padding: 18px 50px 19px;
        letter-spacing: 0;
        background-size: 40px 5px;
        background-position: right 10px center;
    }
}

/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList li {
    margin-bottom: 23px;
}

.comBtnList li:last-of-type {
    margin-bottom: 0 !important;
}

.comBtnList li a {
    padding: 5px 45px;
    width: 250px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #00001E;
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    border: 1px solid #00001E;
    background: url("../../img/common/icon07.png") no-repeat right 10px center;
    background-size: 36px 5px;
}

.comBtnList .color a {
    color: #FFF;
    background-color: #00001E;
    background-image: url("../../img/common/icon04.png");
}

.comBtnList li a:hover {
    opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
    .comBtnList li a {
        padding: 7px 45px 3px;
    }
}

@media all and (max-width: 767px) {
    .comBtnList li {
        margin-bottom: 10px;
    }

    .comBtnList li a {
        padding: 14px 40px 12px;
        width: auto;
        font-size: 1.5rem;
        border: 1px solid #00001E;
        background: url("../../img/common/icon07.png") no-repeat right 15px center;
        background-size: 48px 5px;
    }
}

@media all and (max-width: 374px) {
    .comBtnList li a {
        padding: 18px 50px 19px;
        letter-spacing: 0;
        background-size: 40px 5px;
        background-position: right 10px center;
    }
}

/*------------------------------------------------------------
	comRecommend
------------------------------------------------------------*/
.comRecommend .content {
    padding: 150px 0 147px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comRecommend .ttlBox {
    width: 400px;
}

.comRecommend .ttlBox p {
    margin-bottom: 21px;
    line-height: 2.76;
    letter-spacing: 3.5px;
}

.comRecommend .comBtnList li {
    margin-bottom: 9px;
}

.comRecommend .comBtnList li a {
    padding: 6px 45px 5px;
    background-image: url("../../img/common/icon04.png");
}

.comRecommend .imgList {
    width: 680px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comRecommend .imgList li {
    width: 200px;
    word-break: break-all;
    word-wrap: break-word;
}

.comRecommend .imgList li .pho {
    margin-bottom: 24px;
}

.comRecommend .imgList li .ttl {
    margin-bottom: 7px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 6px;
    line-height: 1.75;
}

.comRecommend .imgList li .txt {
    font-size: 1.3rem;
    line-height: 1.97;
    text-align: justify;
}

.comRecommend.whiteBg {
    color: #01031E;
    background: #FFF;
}

.comRecommend.whiteBg .comBtn a {
    padding: 7px 45px 6px;
    background-color: #000;
}

.comRecommend.color .comBtn01 {
    margin-top: 9px;
}

.comRecommend.color .comBtn01 a {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

@media all and (-ms-high-contrast:none){
    .comRecommend .comBtnList li a {
        padding: 8px 45px 3px;
    }
    
    .comRecommend.whiteBg .comBtn a {
        padding: 8px 45px 5px
    }
}
    
@media all and (max-width: 767px) {
    .comRecommend .content {
        padding: 75px 0 60px;
        display: -webkit-block;
        display: block;
    }

    .comRecommend .ttlBox {
        margin-bottom: 26px;
        width: auto;
    }

    .comRecommend .ttlBox .headLine01 {
        margin-bottom: 21px;
    }

    .comRecommend .ttlBox p {
        margin-bottom: 0;
        line-height: 3.05;
        letter-spacing: 2.5px;
        font-size: 1.4rem;
    }

    .comRecommend .comBtnList li a {
        padding: 13px 65px;
        background-image: url("../../img/common/icon04.png");
    }

    .comRecommend .imgList {
        margin-bottom: 44px;
        width: auto;
        display: -webkit-block;
        display: block;
    }

    .comRecommend .imgList li {
        margin-bottom: 22px;
        width: auto;
        overflow: hidden;
        zoom: 1;
    }

    .comRecommend .imgList li:last-of-type {
        margin-bottom: 0;
    }

    .comRecommend .imgList li .pho {
        margin-top: 8px;
        margin-bottom: 0;
        width: 150px;
        float: left;
    }

    .comRecommend .imgList li .txtBox {
        padding-left: 180px;
    }

    .comRecommend .imgList li .ttl {
        margin-bottom: 10px;
        text-align: left;
        font-size: 1.6rem;
        letter-spacing: 2px;
        line-height: 2.02;
    }

    .comRecommend .imgList li .txt {
        font-size: 1.3rem;
        line-height: 2.05;
		letter-spacing: 0.1em;
    }
    
    .comRecommend .comBtn a {
       padding: 13px 65px;
    }
    
    .comRecommend.whiteBg .comBtn a {
        padding: 15px 65px 14px;
    }
}

@media all and (max-width: 374px) {  
    .comRecommend .imgList li .pho {
        width: 100px;
    }
    
    .comRecommend .imgList li .txtBox {
        padding-left: 120px;
    }
}

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

.comFeature .ttlBox {
    padding: 152px 0 20px;
    min-height: 493px;
    box-sizing: border-box;
}

.comFeature .ttlBox .headLine01 {
    margin-bottom: 18px;
}

.comFeature .ttlBox .title {
    font-size: 1.3rem;
    /*font-weight: bold;*/
    line-height: 2.78;
    letter-spacing: 4px;
}

.comFeature .pointList {
    margin-bottom: 32px;
}

.comFeature .pointList li {
    margin-bottom: 21px;
    background: #020202;
}

.comFeature .pointList li:last-of-type {
    margin-bottom: 0 !important;
}

.comFeature .pointList li .subBox {
    margin: 0 auto;
    padding: 20px 120px;
    width: 1200px;
    min-height: 340px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background: url("../../img/neverland/photo04.jpg") no-repeat top right;
    background-size: auto 100%;
}

.comFeature .pointList li .innBox {
    width: 428px;
}

.comFeature .pointList li .innBox p {
    text-align: justify;
    letter-spacing: 0.6px;
    line-height: 2;
    word-break: break-all;
    word-wrap: break-word;
}

.comFeature .pointList .point02 .subBox {
    -webkit-ustify-content: flex-end;
    justify-content: flex-end;
    background-image: url("../../img/neverland/photo05.jpg");
    background-position: top left;
}

.comFeature .pointList .point03 .subBox {
    background-image: url("../../img/neverland/photo06.jpg");
}

.comFeature .comBtn {
    text-align: center;
}

.comFeature.whiteBg {
    background: #FFF;
}

.comFeature.whiteBg .ttlBox {
    background: url("../../img/christin/bg02.png") no-repeat center center;
    background-size: auto 100%;
}

.comFeature.whiteBg .ttlBox .headLine01,
.comFeature.whiteBg .ttlBox p {
    color: #01031E;
}

.comFeature.whiteBg .comBtn a {
    color: #01031E;
    border-color: #01031E;
}

@media all and (max-width: 767px) {
    .comFeature {
        padding-bottom: 75px;
    }

    .comFeature .ttlBox {
        padding: 76px 0 70px;
        min-height: inherit;
    }
    
    .comFeature.whiteBg .ttlBox {
        background: #FFF;
    }

    .comFeature .ttlBox .headLine01 {
        margin-bottom: 23px;
    }

    .comFeature .ttlBox .title {
        line-height: 3.3;
        letter-spacing: 2px;
    }
    
    .comFeature .pointList {
        margin-bottom: 67px;
    }

    .comFeature .pointList li {
        margin-bottom: 62px;
        background: transparent !important;
    }

    .comFeature .pointList li .subBox {
        padding: 0;
        width: auto;
        min-height: inherit;
        display: -webkit-block;
        display: block;
        background: none !important;
    }

    .comFeature .pointList li .innBox {
        width: auto;
    }

    .comFeature .pointList li .innBox .photo {
        margin-bottom: 19px;
    }

    .comFeature .pointList li .innBox p {
        padding: 0 17px;
        font-size: 1.35rem;
    }

    .comFeature .comBtn {
        margin: 0 17px;
    }

    .comFeature .comBtn a {
        padding: 13px 65px;
    }
}

/*------------------------------------------------------------
	comVoice
------------------------------------------------------------*/
.comVoice {
    padding: 148px 0 148px;
    color: #01031E;
    background: #FFF;
    border-bottom: 1px solid #BFBFC7;
}

.comVoice .content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comVoice .ttlBox {
    margin-top: 2px;
    width: 400px;
}

.comVoice .ttlBox .headLine01 {
    color: #00001E;
}

.comVoice .ttlBox p {
    margin-bottom: 22px;
    line-height: 2.75;
    font-weight: bold;
    letter-spacing: 4px;
	font-weight: normal;
}

.comVoice .comBtn a {
    color: #fff;
    background-color: #000;
}

.comVoice .rBox {
    margin-top: 2px;
    width: 680px;
}

.comVoice .txtList {
    margin-bottom: 27px;
    padding-bottom: 24px;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #424357;
}

.comVoice .txtList:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}

.comVoice .txtList li {
    margin-right: 40px;
    width: 205px;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 2;
}

.comVoice .txtList li:nth-child(3n) {
    margin-right: 0;
}

.comVoice .txtList li span {
    display: block;
}

.comVoice .txtList li .mark {
    margin-bottom: 21px;
    padding: 6px 20px 6px;
    display: inline-block;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 2px;
    background-color: #000;
}

.comVoice .txtList li .ttl {
    margin-bottom: 6px;
    text-align: justify;
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.7;
	font-weight: normal;
}

@media all and (max-width: 767px) {
    .comVoice {
        padding: 73px 0 0;
        border: none;
    }

    .comVoice .content {
        display: -webkit-block;
        display: block;
    }

    .comVoice .ttlBox {
        margin-bottom: 28px;
        width: auto;
    }
    
    .comVoice .ttlBox .headLine01 {
        margin-bottom: 21px;
    }

    .comVoice .ttlBox p {
        margin-bottom: 0;
        font-size: 1.3rem;
        line-height: 3.3;
        letter-spacing: 3.5px;
		font-weight: normal;
    }

    .comVoice .rBox {
        margin: 0 0 41px;
        width: auto;
    }

    .comVoice .txtList {
        margin-bottom: 42px;
        padding-bottom: 42px;
        display: -webkit-block;
        display: block;
    }

    .comVoice .txtList li {
        margin: 0 0 42px;
        padding-bottom: 42px;
        width: auto;
        text-align: justify;
        font-size: 1.4rem;
        line-height: 1.9;
        letter-spacing: 1px;
        border-bottom: 1px solid #9797A2;
    }
    
    .comVoice .txtList li:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .comVoice .txtList li .mark {
        display: none;
        margin-bottom: 8px;
        padding: 1px 5px 0;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .comVoice .txtList li .ttl {
        margin-bottom: 10px;
        padding-left: 13px;
        position: relative;
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 3px;
    }   
    
    .comVoice .txtList li .ttl:before {
        width: 1px;
        height: 75%;
        position: absolute;
        left: 0;
        top: 50%;
        background: #FE8D8D;
        content: '';
        transform: translateY(-50%);
    }
    
    .comVoice .comBtn a {
        padding: 14px 65px;
    }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
    padding: 150px 0 143px;
    background-color: #fff;
}

.comBox .lBox {
    float: left;
    width: 400px;
}

.comBox .lBox .headLine01 {
    margin-bottom: 17px;
    color: #01031E;
}

.comBox .lBox p {
    margin-bottom: 18px;
    color: #01031E;
    line-height: 2.8;
    letter-spacing: 2.5px;
}

.comBox .lBox .comBtnList li {
    margin-bottom: 10px;
}

.comBox .lBox .comBtnList li:last-of-type {
    margin-bottom: 0 !important;
}

.comBox .lBox .comBtnList li a {
    background-image: url("../../img/common/icon04.png");
}

.comBox .lBox .comBtn a {
    padding: 7px 45px 6px;
    background-color: #000;
}

.comBox .rBox {
    float: right;
    width: 680px;
}

.comBox .rBox .photoList {
    margin-top: -25px;
}

.comBox .rBox .photoList li {
    margin-top: 25px;
    float: left;
    width: 198px;
    color: #01031E;
    line-height: 2;
    word-break: break-all;
}

.comBox .rBox .photoList li:nth-child(3n-1) {
    margin: 25px 42px 0 44px;
}

.comBox .rBox .photoList li .photo {
    margin-bottom: 6px;
    display: block;
    position: relative;
}

.comBox .rBox .photoList li .photo:before {
    margin-top: -19px;
    position: absolute;
    right: -29px;
    top: 65px;
    width: 17px;
    height: 39px;
    background: url("../../img/common/icon09.png") no-repeat;
    background-size: 100% auto;
    content: "";
}

.comBox .rBox .photoList li:nth-child(3n) .photo:before {
    display: none;
}

.comBox .rBox .photoList li:last-of-type .photo:before {
    display: none;
}

.comBox .rBox .photoList li .ttl {
    display: block;
    font-weight: bold;
}

.comBox .rBox .photoList .sub01 .photo {
    margin-bottom: 0;
}

.comBox .rBox .photoList .sub01 .ttl {
    text-align: center;
}

@media all and (max-width: 767px) {
    .comBox {
        padding: 75px 0 57px;
    }

    .comBox .lBox {
        margin-bottom: 33px;
        float: none;
        width: auto;
    }
    
    .comBox .lBox .headLine01 {
        margin-bottom: 20px;
    }

    .comBox .lBox p {
        margin-bottom: 0;
        line-height: 3.15;
        font-size: 1.4rem;
    }

    .comBox .rBox {
        margin-bottom: 30px;
        float: none;
        width: auto;
    }

    .comBox .rBox .photoList {
        margin-top: -23px;
    }

    .comBox .rBox .photoList li {
        margin: 23px 0 0 !important;
        padding-right: 5.2%;
        width: 50%;
        box-sizing: border-box;
        line-height: 1.95;
        font-size: 1.3rem;
     }

    .comBox .rBox .photoList li:nth-child(2n) {
        padding-left: 1%;
        padding-right: 4.7%;
   }
    
    .comBox .rBox .photoList li:last-child {
        background: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .comBox .rBox .photoList li .photo {
        margin-bottom: 10px;
        text-align: center;
    }

    .comBox .rBox .photoList li .photo:before {
        margin-top: -10px;
        width: 13px;
        height: 30px;
        top: 50%;
        right: -9%;
        background-image: url("../../img/common/sp_icon09.png");
    }

    .comBox .rBox .photoList li:nth-child(3n) .photo:before {
        display: block;
    }

    .comBox .comBtn a {
        padding: 13px 45px;
        color: #FFF;
        background-color: #02031F;
    }
}

@media all and (max-width: 520px) {
    .comBox .rBox .photoList li .photo::before {
        right: -11%;
    }
}

/*------------------------------------------------------------
	comPrice
------------------------------------------------------------*/
.comPrice {
    padding-top: 149px;
}

.comPrice .headLine01 {
    margin-bottom: 17px;
}

.comPrice .title {
    margin-bottom: 88px;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 2.8;
    letter-spacing: 2.2px;
}

.comPrice .comBtn {
    text-align: center;
}

.comPrice .comBtnList {
    text-align: center;
}

.comPrice .comBtnList li {
    margin: 0 17px;
    display: inline-block;
    vertical-align: top;
}

.comPrice .comBtnList li a {
    border: 1px solid #FFF;    
}

@media all and (max-width: 767px) {
    .comPrice {
        padding-top: 76px;
        background: none;
    }

    .comPrice .headLine01 {
        margin-bottom: 21px;
    }

    .comPrice .title {
        margin-bottom: 25px;
        color: #FFF;
        font-size: 1.3rem;
        line-height: 3.3;
        letter-spacing: 1.8px;
    }

    .comPrice .comBtn a {
        padding: 14px 40px 13px;
    }
    
    .comPrice .comBtnList li {
        margin: 0 0 15px;
        display: block;
    }
}

/*------------------------------------------------------------
	baseTableBox
------------------------------------------------------------*/
.baseTableBox {
    margin-bottom: 112px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.baseTableBox .textBox {
    width: 547px;
}

.baseTableBox .textBox .ttlBox {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.baseTableBox .textBox .ttlBox .headLine02 {
    width: 400px;
}

.baseTableBox .textBox .ttlBox .headLine02 .num {
    margin-bottom: 6px;
    padding: 10px 0 5px 8px;
    width: 50px;
    font-size: 2.8rem;
    border-left: 1px solid #E73F34;
}

.baseTableBox .textBox .ttlBox .headLine02 .txt {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.5px;
}

.baseTableBox .textBox .ttlBox .headLine02 .txt .sml {
    display: block;
    font-size: 1.3rem;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.baseTableBox .textBox .ttlBox .markList {
    margin-top: 3px;
    display: -webkit-flex;
    display: flex;
}

.baseTableBox .textBox .ttlBox .markList li {
    padding: 2px 3px;
    width: 60px;
    height: 46px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    border: 1px solid #FFF;
}

.baseTableBox .textBox .ttlBox .markList .mark01 {
    margin-right: 9px;
}

.baseTableBox .textBox .ttlBox .markList li span {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.15;
}

.baseTableBox .textBox .tableBox {
    margin: 0 -2px 24px;
}

.baseTableBox .tableBox table {
    padding-bottom: 1px;
    width: 100%;
    border-spacing: 0;
}

.baseTableBox .tableBox th,
.baseTableBox .tableBox td {
    padding: 9px 5px 10px;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 1.5px;
    background: url("../../img/common/line01.png") no-repeat right bottom;
    background-size: 97% 1px;
	box-sizing: border-box;
}

.baseTableBox .tableBox thead th {
    width: 22%;
    position: relative;
    background: url("../../img/common/line01.png") no-repeat left bottom, url("../../img/common/line01.png") no-repeat left top;
    background-size: 95% 1px;
}

.baseTableBox .tableBox thead th:before {
    width: 1px;
    height: 95%;
    position: absolute;
    right: 0;
    top: 2%;
    background-color: #FFF;
    
    content: "";
}

.baseTableBox .tableBox thead td {
    width: 78%;
    background: url("../../img/common/line01.png") no-repeat right bottom,url("../../img/common/line01.png") no-repeat right top;
    background-size: 99% 1px;
    background-color: #313247;
}

.baseTableBox .tableBox tbody th,
.baseTableBox .tableBox tbody td {
    border-top: none;
}

.baseTableBox .tableBox tbody th {
    border-bottom: none;
    background: url("../../img/common/line01.png") no-repeat left bottom,url("../../img/common/line01.png") no-repeat right center;
    background-size: 95% 1px,1px 100%;
    background-color: #313247;
}

.baseTableBox .tableBox tbody td {
    padding: 0;
    text-align: right;
}

.baseTableBox .tableBox tbody .wid01 {
    padding-left: 15px;
    width: 43%;
    text-align: left;
    background: url("../../img/common/line01.png") no-repeat right bottom;
    background-size: 98% 1px;
}

.baseTableBox .tableBoxCol tbody .wid01 {
    background: url("../../img/common/line01.png") no-repeat right center,url("../../img/common/line01.png") no-repeat right bottom!important;
    background-size: 1px 100%,98% 1px!important;
}

.baseTableBox .tableBox tbody .bgNone {
    background: none;
    border-bottom: 1px solid #FFF;
}

.baseTableBox .textBox .text {
    font-size: 1.3rem;
    color: #FFF;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
}

.baseTableBox .photoBox {
    width: 518px;
}

@media all and (max-width: 767px) {
    .baseTableBox {
        margin-bottom: 44px;
        display: -webkit-block;
        display: block;
    }

    .baseTableBox .textBox {
        width: auto;
    }

    .baseTableBox .textBox .ttlBox {
        margin-bottom: 15px;
        display: -webkit-block;
        display: block;
    }

    .baseTableBox .textBox .ttlBox .headLine02 {
        margin-bottom: 7px;
        padding: 0;
        width: auto;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .baseTableBox .textBox .ttlBox .headLine02 .num {
        margin: 3px 0 0;
        padding: 10px 0 5px 8px;
        width: 60px;
        font-size: 2.8rem;
        border-left: 1px solid #E73F34;
    }

    .baseTableBox .textBox .ttlBox .headLine02 .txt {
        font-size: 2.1rem;
        line-height: 1.51;
        letter-spacing: 0.5px;
    }

    .baseTableBox .textBox .ttlBox .headLine02 .txt .sml {
        margin-bottom: 1px;
        font-size: 1.2rem;
    }

    .baseTableBox .textBox .ttlBox .markList {
        margin-top: 0;
    }

    .baseTableBox .textBox .ttlBox .markList li {
        padding: 4px 5px;
        width: 50%;
        box-sizing: border-box;
        height: auto;
    }

    .baseTableBox .textBox .ttlBox .markList .mark01 {
        margin-right: 0;
        border-right: none;
    }
    
    .baseTableBox .textBox .photo {
        margin-bottom: 14px;
    }
    
    .baseTableBox .textBox .photo img {
        width: 100%;
    }

    .baseTableBox .textBox .ttlBox .markList li span {
        width: 100%;
    }

    .baseTableBox .textBox .tableBox {
        margin: 0 0 24px;
    }

    .baseTableBox .tableBox th,
    .baseTableBox .tableBox td {
        padding: 10px 4px 10px;
        font-size: 1.2rem;
    }

    .baseTableBox .tableBox thead th {
        width: 21%;
    }

    .baseTableBox .tableBox thead td {
        width: 79%;
    }

    .baseTableBox .tableBox tbody td {
        text-align: left;
    }

    .baseTableBox .tableBox tbody .wid01 {
        padding-left: 4px;
        width: 48%;
    }

    .baseTableBox .textBox .text {
        line-height: 2.05;
    }

    .baseTableBox .photoBox {
        display: none;
    }
}

/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
    margin-bottom: 155px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.comLinkList li {
   width: 518px;
}

.comLinkList li a {
    padding: 10px 10px 8px;
    display: block;
    color: #03001F;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #FFF;
    background-color: #FFF;
}

.comLinkList li a:hover {
    opacity: 0.7;
}

.comLinkList .color a {
    color: #FFF;
    background-color: #313247;
}

.comLinkList li a .inn {
    padding: 0 90px;
    min-width: 310px;
    box-sizing: border-box;
    display: inline-block;
    background: url("../../img/common/icon04.png") no-repeat right center;
    background-size: 36px 5px;
}

@media all and (max-width: 767px) {
    .comLinkList {
        margin: 0 17px 50px;
        display: -webkit-block;
        display: block;
    }

    .comLinkList li {
       margin-bottom: 10px;
       width: 100%;
    }
    
    .comLinkList li:last-of-type {
        margin-bottom: 0;
    }

    .comLinkList li a {
        padding: 10px 12px 8px;
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .comLinkList li a .inn {
        padding: 0 45px 0 20px;
        min-width: inherit;
        display: block;
        background-size: 50px 5px;
    }
}

@media all and (max-width: 374px) {
    .comLinkList li a .inn {
        padding: 0 30px 0 20px;
        background-size: 28px 5px;
    }
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    width: 100%;
    border-collapse: collapse;
}

.comTable th,
.comTable td {
    text-align: left;
    vertical-align: middle;
    line-height: 1.99;
}

.comTable th {
    padding: 3px 0;
    width: 142px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
}

.comTable td {
    padding: 3px 5px 3px 20px;
    letter-spacing: 2px;
    border-left: 1px solid #fff;
}

.comTable .thStyle {
    padding-top: 18px;
    vertical-align: top;
}

.comTable .trStyle {
    height: 8px;
}

.comTable .trStyle th {
    padding: 0 !important;
    height: 8px !important;
    width: auto;
    background: url("../../img/access/line.png") no-repeat left top;
    background-size: cover;
    line-height: normal;
}

.comTable td a {
    color: #fff;
}

@media all and (max-width: 767px) {
    .comTable th,
    .comTable td {
        line-height: 2.1;
    }

    .comTable th {
        padding: 6px 0;
        width: 123px;
        letter-spacing: 5px;
    }

    .comTable td {
        padding: 6px 5px 6px 20px;
        letter-spacing: 2px;
        border-left: 1px solid #fff;
    }

    .comTable .trStyle {
        height: 8px;
    }

    .comTable .trStyle th {
        padding: 0 !important;
        width: auto;
        height: 7px;
        line-height: normal;
        background: url("../../img/access/sp_line.png") no-repeat left top;
        background-size: auto 7px;
    }
}

/*------------------------------------------------------------
	comTabBox
------------------------------------------------------------*/
.comTabBox {
    margin-bottom: 93px;
}

.comTabBox .tabList {
    position: relative;
}

.comTabBox .tabList:before {
    width: 100%;
    height: 15px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    bottom: -14px;
    border: 1px solid #FFF;
    border-bottom: none;
    content: '';
}

.comTabBox .tabList li {
    margin-right: 20px;
    width: 258px;
    float: left;
    border: 1px solid #fff;
    border-bottom: none;
}

.comTabBox .tabList li:last-of-type {
    margin-right: 0;
}

.comTabBox .tabList li span {
    padding: 13px 5px 8px;
    display: block;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #00001E;
    font-size: 1.3rem;
    letter-spacing: 2px;
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
    z-index: 1;
}

.comTabBox .tabList li span:hover,
.comTabBox .tabList .active span {
    color: #FFF;
    border-bottom: 1px solid #02031F;
    background-color: transparent;
}

.comTabBox .detailBox {
    padding-top: 77px;
}

@media all and (max-width: 767px) {
    .comTabBox {
        margin-bottom: 70px;
    }

    .comTabBox .tabList {
        padding: 0 16px;
    }

    .comTabBox .tabList:before {
        height: 1px;
        bottom: 0;
        border: none;
        border-top: 1px solid #FFF;
    }

    .comTabBox .tabList li {
        margin-right: 3px;
        width: 24%;
        max-width: 81px;
        border-radius: 3px 3px 0 0;
        border: 1px solid #fff;
        border-bottom: none;
    }

    .comTabBox .tabList li span {
        padding: 5px 5px 2px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 1.1rem;
        letter-spacing: 0;
        line-height: 1.6;
    }
    
    .comTabBox .tabList li span:before {
        display: none;
        width: 4px;
        height: 4px;
        position: absolute;
        left: -4px;
        bottom: -1px;
        background: url("../../img/questions/bg02.png") no-repeat;
        background-size: 100% 100%;
        content: '';
    }
    
    .comTabBox .tabList li span:after {
        display: none;
        width: 4px;
        height: 4px;
        position: absolute;
        right: -4px;
        bottom: -1px;
        background: url("../../img/questions/bg03.png") no-repeat;
        background-size: 100% 100%;
        content: '';
    }
    
    .comTabBox .tabList .active span:before,
    .comTabBox .tabList .active span:after {
        display: block;
    }
    
    .comTabBox .tabList li span:hover {
        color: #02031F;
        background-color: #FFF;
        border-color: #FFF;
    }

    .comTabBox .tabList .active span:hover {
        color: #FFF;
        border-bottom: 1px solid #02031F;
        background-color: transparent;
    }

    .comTabBox .detailBox {
        padding: 0;
    }
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
    width: 21px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.pageTop a:hover {
    opacity: 0.7;
}

@media all and (max-width: 767px) {
    .pageTop {
        width: 100%;
        position: absolute;
        right: 0;
        bottom: inherit;
        top: 0;
        text-align: center;
    }
    
    .pageTop a {
        display: block;
    }
    
    .pageTop a img {
        width: 37px;
    }
}

/*------------------------------------------------------------
	scrFadeTop
------------------------------------------------------------*/
.scrFadeTop {
	-webkit-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-moz-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-ms-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transform: translateY(10px);
	opacity: 0;
}

.scrFadeTop.view {
	transform: translateY(0);
	opacity: 1;
}
.scrFadeTop.view p {
	    font-weight: normal; 
}