@charset "utf-8";
/*----------------------------------------------------
　表示設定
----------------------------------------------------*/
/*　幅　*/
.w10{width:10% !important;}
.w20{width:20% !important;}
.w30{width:30% !important;}
.w35{width:35% !important;}
.w40{width:40% !important;}
.w45{width:45% !important;}
.w47{width:47% !important;}
.w48{width:48% !important;}
.w49{width:49% !important;}
.w50{width:50% !important;}
.w55{width:55% !important;}
.w56{width:56% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w70{width:70% !important;}
.w75{width:75% !important;}
.w80{width:80% !important;}
.w85{width:85% !important;}
.w90{width:90% !important;}
.w95{width:95% !important;}
.w100{width:100% !important;}

@media screen and (max-width: 600px) {
	.w10,.w20,.w30,.w35,.w40,.w45,.w47,.w48,.w49,.w50,.w55,.w56,.w60,.w65,.w70,.w75,.w80,.w85,.w90,.w95,.w100{
		width:100% !important;
	}
}

/* 画像 */
img{
	width:auto;
	/* max-width: 100%; */
	height:auto;
}
@media screen and (max-width: 600px) {
	img{
		max-width: 100%;
	}
}

/*----------------------------------------------------
　全ページ設定
----------------------------------------------------*/
.nav{
    position: fixed;
    z-index: 1000;
    width: 200px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ee848c;
}
.nav:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 30px 100px;
    border-color: transparent transparent #d44e58 transparent;
}
.close{
    display: none;
}
.nav .menuT{
    position: relative;
    padding: 50px 20px 30px;
    text-align: center;
    background-color: #d44e58;
}
.nav .menuT:after{
    position: absolute;
    left: 0;
    bottom: -30px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 100px 0 100px;
    border-color: #d44e58 transparent transparent transparent;
}
.nav .menuT span{
    background: url("../images/head_menu.webp") no-repeat 0 center;
    background-size: 25px;
    font-size: 20px;
    padding: 0 0 0 30px;
    font-weight: bold;
    color: #FFF;
}
.nav ul{
    padding: 60px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    
}
.nav ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    text-align: left;    
    border-bottom: 1px dashed #FFF;
    line-height: 120%;
    font-size: 14px;
    min-height: 55px;    
}
.nav ul li a{
    display: block;
    width: 100%;
    color: #FFF;
    padding: 10px 10px 10px 50px;    
    position: relative;
}

.nav ul li a:after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
}
.nav ul li:nth-child(1) a{background: url("../images/nav/icon1.webp") no-repeat 3px center;}
.nav ul li:nth-child(2) a{background: url("../images/nav/icon2.webp") no-repeat 3px center;}
.nav ul li:nth-child(3) a{background: url("../images/nav/icon3.webp") no-repeat 3px center;}
.nav ul li:nth-child(4) a{background: url("../images/nav/icon4.webp") no-repeat 3px center;}
.nav ul li:nth-child(5) a{background: url("../images/nav/icon5.webp") no-repeat 3px center;}
.nav ul li:nth-child(6) a{background: url("../images/nav/icon6.webp") no-repeat 3px center;}
.nav ul li:nth-child(7) a{background: url("../images/nav/icon7.webp") no-repeat 3px center;}
.nav ul li:nth-child(8) a{background: url("../images/nav/icon8.webp") no-repeat 3px center;}
.nav ul li:nth-child(9) a{background: url("../images/nav/icon9.webp") no-repeat 10px center;}
.nav ul li:nth-child(10) a{background: url("../images/nav/icon10.webp") no-repeat 3px center;}
.nav ul li:nth-child(11) a{background: url("../images/nav/icon11.webp") no-repeat 3px center;}
.nav ul li:nth-child(12) a{background: url("../images/nav/icon12.webp") no-repeat 3px center;}


@media screen and (max-width: 1400px) {
    header .menu{
        display: block;
    }
    header .rightBox{
        width: 50%;
        font-size: 14px;
    }
    header .rightBox .btnBox{
        width: 31%;
    }
    .nav{
        display: none;
        left: auto;
        right: -200px;
    }
    .close{
        display: none;
        cursor: pointer;
        position:fixed;
        top: 0;
        right: 200px;
        font-size: 30px;
        background-color: #d44e58;
        color: #FFF;
        font-weight: bold;
        padding: 7px 0 0 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 100%;
        z-index: 1001;
    }
    .blackBg{
        display: none;
        background-color: #333;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
}
@media screen and (max-width: 600px) {
    .nav{
        overflow-y: scroll;
        padding: 0 0 82px 0;
    }
    .nav .menuT {
        padding: 20px 20px 10px
    }
    .nav ul{
        padding: 40px 10px 82px;
    }
    .nav ul li{
        min-height: 42px;
    }
}


/*　スタッフボックス　*/
.staffBox{
	background: url("../images/staff.webp") repeat-x;
	height: 132px;
}
@media screen and (max-width: 600px) {
	.staffBox{
		background-size: cover;
		height: 60px;
	}
}

/*----　フッター　----*/
.sideBnr{
	display: none;
	width: 179px;
	height: 100%;
	background: url(../images/sideBnr.webp) repeat-y;
	position: absolute;
	right:0;
	top: 0;
	z-index: 0;
}
footer{
	padding: 0px 0 30px;
	text-align: center;
	font-size: 14px;
}
@media screen and (min-width: 1401px) {
    footer {
        padding-left: 200px;
    }
}
@media screen and (max-width: 600px) {
	#DigiCertClickID_LMy7-YAd img{
		width: 150px !important;
		height: 71px;
	}
	footer{
		padding: 0px 0px 105px;
	}
}
footer .tx{
	text-align: center;
}
footer .ag a{
    color:#313131;
    border: 1px solid #C0C0C0;
    background-color: #EDEDED;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    border-radius: 5px;
}

.footerContent{
	display:none;
}
@media screen and (max-width: 600px) {
	.footerContent{
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		text-align:center;
		z-index: 998;
	}
	.footerContent .L,
	.footerContent .R{
		display: table-cell;
		vertical-align: middle;
		height: 80px;
		font-weight: bold;
		border: 1px solid #727171;
	}
	.footerContent div a{
		color: #FFF;		
	}
	.footerContent .L{
		width: 80%;		
		font-size: 14px;
		letter-spacing: -0.5px;
		line-height: 140%;
		border-right: none;
		text-align: left;
	}
	.footerContent .L .L_top{
		background: url("../images/footer_icon1.webp") no-repeat 5px center,#727171;
		background-size: 30px;
		width: 100%;
		height: 40px;
		padding: 10px 0 0 40px;
	}
	.footerContent .L .L_bottom{
		background: url("../images/footer_icon2.webp") no-repeat 5px center,#F8B62D;
		background-size: 30px;
		width: 100%;
		height: 40px;
		padding: 10px 0 0 40px;
	}
	.footerContent .R{
		width: 30%;
		background: url("../images/footer2.webp") no-repeat center 20px,#FFF;
		padding: 25px 0 0;
		color: #898989;
	}
}

.pageBtn{
    text-align: center;
    padding: 30px 0;
    margin: 100px 0 0 0;
    background-color:#FFFBE9;
}
.pageBtn .inBox{
    display: inline-block;
    padding: 10px;
}
@media screen and (max-width: 600px) {
    .pageBtn{
        margin: 0;
    }
    .pageBtn .inBox{
        width: 47%;
        padding: 0;
    }
}

/*----------------------------------------------------
　共通設定
----------------------------------------------------*/
#container{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
}

/* 区切り */
.section{
	clear:both;
	padding:0 0 40px;
}
.inner{
	width:1000px;
	max-width: 100%;
	margin:0 auto;
}
@media screen and (max-width: 600px) {
	.inner{
		width: 100%;
	}
}
/* 見出し */
.title_arrow{
	position: relative;
	padding: 10px 10px 15px 10px;
	border: 7px solid #ef8f3a;
	width: 400px;
	margin: 0 auto 30px;
	font-size: 50px;
	text-align: center;
}
.partner .title_arrow{
	width: 100%;
}
@media screen and (max-width: 600px) {
	.title_arrow{
		border: 4px solid #ef8f3a;
		width: 90%;
		font-size: 24px;
		padding: 10px;
	}
	.partner .title_arrow{
		width: 90%;
	}
}
.title_arrow:before,
.title_arrow:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -42px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #ef8f3a transparent transparent transparent;
	border-width: 40px 40px 0 40px;
	z-index: 9;
}

.title_arrow:after{
	bottom: -32px;
	border-color: #e9ecf1 transparent transparent transparent;
	border-width: 40px 40px 0 40px;
	z-index: 10;
}
@media screen and (max-width: 600px) {
	.title_arrow:before,
    .title_arrow:after{
		bottom: -20px;
		border-width: 20px 20px 0 20px;
	}
	.title_arrow:after{
		bottom: -15px;
        border-width: 20px 20px 0 20px;
	}
}


/*  センター  */
.cBox,
.cBox2{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cBox2{
	width: 100%;
	height: auto;
}
.cBox2 img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 600px) {
	.cBox2{
		height: 580px;
		width: 100%;
		z-index: 1;
	}
}

.conBtn{
	display: none;
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 50px;
}
.conBtn2{
	display: none;
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 300px;
}
@media screen and (max-width: 600px) {
	#page-top,
	.conBtn,
	.conBtn2{
		display: none !important;
	}
}

.link{text-align: center;padding: 10px;border-top: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9;margin: 138px 0 20px;}
@media screen and (min-width: 1401px) {
    .link {
        padding-left: 200px;
    }
}
@media screen and (max-width: 600px) {
	.link{
		margin-top: 120px;
	}
}
.link a{text-decoration: underline}
.link2 a{text-decoration: underline}

@media screen and (min-width: 601px) {
	.anc_pos {
		padding-top: 130px;
		margin-top: -130px;
	}
}

@media screen and (min-width: 1401px) {
    .sectionWrap {
        padding-left: 200px;
    }
}


.campaign_banner {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 50px 0;
}
.campaign_banner a {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.campaign_banner a img {
	width: 100%;
}
.pc_fixed_wrap {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 100px;
	height: calc(100% - 123px - 40px);
	z-index: 200;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: none;
}
.pc_fixed_block {
	width: auto;
	margin: 0 0 0 auto;
}
.pc_fixed_block:nth-child(1) {
	height: 9%;
	max-height: 76px;
	margin-bottom: 20px;
}
.pc_fixed_block:nth-child(2) {
	height: 28%;
	margin-bottom: 10px;
	max-height: 232px;
}
.pc_fixed_block:nth-child(3) {
	height: 28%;
	margin-bottom: 10px;
	max-height: 232px;
}
.pc_fixed_block:nth-child(4) {
	height: 28%;
	max-height: 232px;
}
.pc_fixed_wrap a {
	display: block;
	height: 100%;
	width: auto;
}
.pc_fixed_wrap img {
	width: auto;
	height: 100%;
}
#page-top {
	position: relative;
	display: block;
	top: 0;
}
@media screen and (max-width: 600px) {
	.campaign_banner {
		margin: 30px 0;
	}
	.footer_campaign {
		position: fixed;
		bottom: 100px;
		right: 20px;
		z-index: 998;
	}
	.footer_campaign a {
		display: block;
		width: 70px;
	}
	.footer_campaign a img {
		width: 100%;
	}
	.pc_fixed_wrap {
		display: none;
	}
}

.section11 .bpBox .inBox input[type="submit"] {
  border: none;
  color: #0C6BCF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  white-space: normal;
  text-align: left;
}