@charset "UTF-8";



/* title */


.english{
	font-family: 'GatsbyFLF'!important;
	font-weight: bold;
	font-size: 150%;
	}


.handwriting{
	font-family: 'Bilbo', cursive;
	}

.japanese{
	font-family: 'Sawarabi Mincho', sans-serif!important;
}



h3.section-title {
	font-size: 2.1rem;
	margin: 40px 0 ;
	position: relative;
	background: #FFF;
	padding: 5px 30px;
	font-family: 'd-din_condensedregular';
}



h3.section-title span{
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 10px;
}
h3.section-title.sub {
}

h4.section-readtitle {
	font-size: 2.2rem;
	line-height:2em;
	letter-spacing: .15em;
	margin: 20px 0 40px;
	font-family: 'd-din_condensedregular';
	font-weight: bold;
}
h4.section-readtitle.main_color{
	color: #005F4B;
	font-weight: bold;
}

h4.number_icon,
h4.block-title{
	font-size: 2rem;
	font-family: 'd-din_condensedregular';
	margin: 40px 0 20px;
	display: block;
}

h4.number_icon::before,
h4.block-title::before{
	content: '';
	width: 14px;
	height: 14px;
	background: #AAA;
	display: inline-block;
	margin-right: 15px;
}


h4.bg-bar {
	display: inline-block;
	padding: 10px 30px;
	font-size: 2rem;
	margin: 10px auto 20px 0;
	color: #FFF;
	background: #003894;
    background: -moz-linear-gradient(left, #003894 0%, #00b9ef 100%);
    background: -webkit-linear-gradient(left, #003894 0%,#00b9ef 100%);
    background: linear-gradient(to right, #003894 0%,#00b9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003894', endColorstr='#00b9ef',GradientType=1 );
}




h4.bg-bar.center{
	text-align: center;
	display: block;
	width: 100%;
}

h6.underline_title{
	padding-bottom: 1rem;
	margin-bottom: 30px;
	font-size: 20px;
	padding-left: 1rem;
	font-weight: 600;
}




h5.content-title {
	position: relative;
	padding: 40px 0 15px;
	border-bottom: 8px solid #ddd;
	margin: 20px 0 30PX;
	font-size: 24px;
	clear: both;
}

h5.content-title span {
	display: inline-block;
	padding: 10px 20px ;
	position: absolute;
	font-weight: bold;
	line-height:1.2;
	left: 0;
	bottom: -8px;
}





h5.icon-square{
	padding-left: 20px;
	border-left: 5px solid #00428e;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}


h5.caption_bg{
	display: inline-block;
	color:#fff;
	background: #00428e;
	font-size: 16px;
	padding:5px 10px ;
	margin-bottom: 20px;
}


h5.line-square{
	color: #00428e;
	padding-left: 1.5em;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
h5.line-square:before{
	content: "";
	border: 1px solid #00428e;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.2em;
	font-size: 1.1em;
}


h5.square{
	color: #00428e;
	padding-left: 1.5em;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
h5.square:before{
	content: "";
	border: 1px solid #00428e;
	background: #00428e;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 0.2em;
	font-size: 1.1em;
}


/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 768px ) {


	h3.section-title {
	font-size: 2.1rem;
    letter-spacing: .02em;
    padding: 10px 15px;
	margin: 20px 0 30px ;
	}


	h3.section-title span {
		padding: 10px 0;
	}


h4.section-readtitle {
	font-size: 1.8rem;
	line-height:1.8em;
	letter-spacing: .02em;
	margin: 20px 0 30px;
	font-family: 'd-din_condensedregular';
	font-weight: bold;
}

	.page-cmn-title>dt{
		font-size: 32px;
	}

	.page-cmn-title>dd{
		font-size: 16px;
	}

	h4.sub-title_bg{
		display: block;
		background: #efefef;
		color: #000;
		padding: 5px 10px;
		font-weight: bold;
		font-size: 16px;
		margin: 20px 0;
		border-left: #00428e solid 5px;
	}

h4.bg-bar {
	display: block;
	padding: 10px 20px;
	font-size: 1.4rem;
	margin: 10px 0 20px;
	color: #FFF;
}

	h4.underline-title{
		font-size: 16px;
	}



	h5.sub-title_bg{
		font-size: 14px;
	}



	h5.icon-square{
		font-size: 14px;
	}


	h5.caption_bg{
		font-size: 14px;
	}


	h5.line-square{
		font-size: 14px;
	}
	h5.line-square:before{
	}


}



/*------------------- index.html ----------------------*/

.page-index__inner{
	display: flex;
	flex-wrap:wrap;
	/*justify-content: space-between;*/
	margin-bottom: 40px;
}
.page-index__inner>li{
	margin-bottom: 30px;
	width: 32%;
	margin-right: 2%;
	min-height: 10vw;
}
.page-index__inner>li:nth-of-type(3n){
	margin-right: 0;
}



.page-index__inner>li a{
	width: 100%;
	height: 100%;
	background: #FFF;
	display: flex;
	align-items: center;
	padding: 0 30px;
	position:relative;
	font-size:1.8rem;
	box-shadow: 0 0 2px rgba(0,0,0,.2);

}
.page-index__inner>li a:hover{
	opacity: 1;
	background: #EFEFEF;
}	
.page-index__inner>li a::before{
	content:"";
	position: absolute;
	z-index: -1;
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #FFF;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.page-index__inner>li a::after{
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc( 50% - 10px);
	right: 30px;
	margin: auto;
	transform: rotate(-45deg);
}

.page-index__inner.junior_color>li a::after{
	border-right: 2px solid #005F4B;
	border-bottom: 2px solid #005F4B;
}
.page-index__inner.high_color>li a::after{
	border-right: 2px solid #2F445F;
	border-bottom: 2px solid #2F445F;
}

.page-index__inner>li.page-index__img_btn a{
	border: none;
	padding: 0 40px;

}	
.page-index__inner>li.page-index__img_btn a::after{
	display: none !important;
}	
.page-index__inner>li.page-index__img_btn a img{
	width: 100%;
}





/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 768px ) {
.page-index__inner{
	display: flex;
	flex-wrap:wrap;
	/*justify-content: space-between;*/
	margin-bottom: 40px;
}
.page-index__inner>li{
	margin-bottom: 5px;
	width: 100%;
	margin-right: 0;
	min-height: 20vw;
}
.page-index__inner>li:nth-of-type(3n){
	margin-right: 0;
}



}


.paragraph{
	display: block;
	margin-bottom: 1.5em;
	font-size: 1.5rem;
	line-height:1.8em;
	overflow: hidden;
}

dl.paragraph{
	margin-bottom: 1.5em;
	font-size: 1.5rem;
}	
dl.paragraph dt{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: .5em;
}
.paragraph span{
	font-size: 2rem;
}

.paragraph_blue{
	display: block;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 2em;
	overflow: hidden;
	color: #00428e;
}


.paragraph_intro{
	display: block;
	padding:0 10px;
	margin-bottom: 40px;
	font-size: 20px;
	text-align:left;
}

.paragraph.white-text{
	color:#fff;
}





dl.definition_feature{
	margin-bottom: 50px;
}

.definition_feature dt{
	font-size: 20px;
	font-weight: bold;
	color: #00428e;
	margin-bottom: 15px;
}

.definition_feature dd{
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 50px;
}





.circle_icon_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.circle_icon_list li{
	width: 100%;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 1em;
}

.circle_icon_list li::before{
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}


.square_icon_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.square_icon_list li{
	width: 100%;
	margin-bottom: 2rem;
	position: relative;
	padding-left: 1em;
}

.square_icon_list li::before{
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #000;
}


.square_icon_list li.no-square{
	padding-left: 0;
}

.square_icon_list li.no-square::before{
	content:"";
	width: 0;
	height: 0;
	display: inline-block;
	display: none;
}






.column02,
.column03{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.column02>li,
.column03>li{
	margin-bottom: 30px;
}

.column02>li:last-child,
.column03>li:last-child{
	margin-bottom: 0;
}
.column03>li{
	width: 30%;
}
.column02>li{
	width: 48%;
}

.voice_box ul>li.voice_text_box>.name_box{
	text-align: right;
	font-weight: bold;
	margin-top: 20px;
	width: 100%;
}






/*table*/


table.table_std {
	border-collapse:collapse;
	width:100%;
	margin-bottom: 20px;
}

table.table_std th ,
table.table_std td {
	padding:10px;
	font-size:14px;
	color:#000;
	text-align:left;
	vertical-align:middle;
	background: #FFF;
}

table.table_std th{
	text-align: center;
	color:#FFF;
	font-weight: bold;
}


table.table_std.center td{
	text-align: center;
}
table.table_std.right_td td{
	text-align: right;
}
table.table_std.left_th th{
	text-align: left;
}
table.table_std.small-text th{
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
}

table.table_std.small-text td{
	font-size: 10px;
	padding: 5px;
}

table.table_std.this-year td:first-of-type{
	border-right:2px solid rgba(230,0,51,1);
	border-left:2px solid rgba(230,0,51,1);
	background: rgba(230,0,51,.2);
}

table.table_std.this-year td.bg-red{
	background: rgba(230,0,51,1);
	color:#fff;
	font-weight: bold;
}



table.table_std th.al_left ,table.table_std td.al_left {
	text-align:left;
}
table.table_std th.al_center ,table.table_std td.al_center {
	text-align:center;
}
table.table_std th.al_right ,table.table_std td.al_right {
	text-align:right;
}

table.table_std td.color_cell{
	background: #fdeed1;
}
table.table_std td.bg-white{
	background: #FFF!important;
	color:#000!important;
}


.border-bottom-box{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #000;
}
p.paragraph.bottom-space{
	margin-bottom: 5%;
}


/*関連リンク*/

.link_btn__border {
	display: flex;
	justify-content: center;
	margin:30px auto 20px;
	position:relative;
}
.link_btn__border>a{
	display:inline-block;
	padding:10px 40px;
	border: 1px solid #000;
	background: #FFF;
	text-decoration:underline;
	font-size:1.4rem;
	text-align: center;
	font-weight: 600;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}


a.link_btn {
	/*display:block;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;

	width:100%;
	min-height:50px;
	/*padding:15px 100px 0 40px;*/
	padding: 0 100px 0 40px;

	margin:30px 0 20px;
	position:relative;
	text-decoration:underline;
	font-size:16px;
	font-weight: 600;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
}


a.link_btn span.bg-text{
	background: #f60;
	color:#fff;
	font-weight: bold;
	display: inline-block;
	padding:0 5px;
}

a.link_btn::after {
	content:'';
	display:block;
	width:55px;
	height:50px;
	position:absolute;
	top:0px;
	right:0px;
}


a.link-underline {
	border-bottom:2px solid #AAA;
	padding:5px 10px;
	display: block;
	text-decoration: underline;
}
a.link-underbar {
	border-bottom:2px solid rgba(128, 188, 249,.8);
	padding:0 10px;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 768px ) {

	a.link_btn{
		padding: 5px  75px 0  5px;
		font-size: 14px;
		display: flex;
		align-items: center;
		line-height: 1.4em;
	}

}

/*.link-list*/

.cmn-link-list{
	background: #efefef;
	padding: 20px;
	margin:20px 0;
}



.cmn-link-list li{
	margin-bottom: 15px;
}

.cmn-link-list.more li{
	display: none;
}


.cmn-link-list li:last-child{
	margin-bottom: 0;
}

.cmn-link-list li a{
	background: #FFF;
	display: block;
	padding: 10px 50px 10px 10px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.18);
	position:relative;
	text-decoration:underline;
}

.cmn-link-list li a[href$=".pdf"]::before {
	content:'';
	display:block;
	width:30px;
	height:30px;
	background: url(../images/common/icon-pdf__red.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	margin: auto;

}



/*.list_settings*/


ul.dot-black li{
	padding-left: 15px;
	position: relative;
}

ul.dot-black li::before{
	content:"";
	display: inline-block;
	width: 3px;
	height:3px;
	background: #000;
	position:absolute ;
	top:1rem;
	left:5px;
}


.readMoreBtn{
	background: #000;
	width: 200px;
	text-align: center;
	padding: 10px;
	color:#fff;
	margin:0 auto;
	display: none;
	cursor:pointer;
}

.readMoreBtn:hover{
	margin-top: 10px;
	opacity:.8;
}

/*point-settinga*/

dl.definition_point{
	margin-bottom: 60px;
	clear: both;
}

.definition_point dt{
	float: left ;
	clear: both ;
	padding: 10px;
	margin-bottom: 20px;
	color: #fff;
	background: #00428e;
	font-weight: bold;
	width: 12%;
	text-align: center;
}

.definition_point dd{
	padding: 10px 30px;
	margin-bottom: 20px;
	margin-left: 12%;
	background: #FFF;
	font-weight: bold;
}

/*l__image-block*/
.l__image-block {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
	margin-bottom: 60px;
}

.l__image-block .l__image-block__text{
	width: 65%;
}
.l__image-block .l__image-block__img{
	width: 32%;
}
.l__image-block.image__small .l__image-block__text{
	width: 75%;
}
.l__image-block.image__small .l__image-block__img{
	width: 22%;
}



.l__image-block .l__image-block__img img{
	display: block;
	width: 100%;
	max-width: 400px;
	margin:0 auto;
}
.l__image-block .l__image-block__img p {
	width: 100%;
	max-width: 400px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	margin:0 auto;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 768px ) {

	.l__image-block{
	flex-direction: column;
	}
	.l__image-block .l__image-block__text,
	.l__image-block.image__small .l__image-block__text {
		width: 100%;
		order: 1;
	}
	.l__image-block .l__image-block__text img{
		width: 100%;
	}	
	.l__image-block .l__image-block__img {
		width: 100%;
		order: 2;
	}
	.l__image-block.image__small .l__image-block__img{
		width: 70%;
		margin: 0 auto;
	}	

}








/*縦書き__settings*/
.vertical-writing {
	line-height: 1.8;
	letter-spacing: 0.03em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.vertical-writing p {
	text-indent: 1em;
	margin-left: 10px;
	padding-bottom:10px;
/*	display: inline-block;*/
}
.vertical-writing ruby {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}




/* カラムレイアウト用 （レスポンシブ時1カラムへ）________________*/
.two_column_wrap ,
.three_column_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.two_column_wrap .column_child {
	width: 49%;
	margin-right: 2%;
}
.three_column_wrap .column_child{
	width: 32%;
	margin-right: 2%;

}	
.two_column_wrap .column_child:nth-of-type(2n) ,
.three_column_wrap .column_child:nth-of-type(3n) {
	margin-right: 0
}




/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
.two_column_wrap ,
.three_column_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.two_column_wrap .column_child ,
.three_column_wrap .column_child {
	width: 100%;
	margin-right:0;
}
.two_column_wrap .column_child:nth-of-type(2n) ,
.three_column_wrap .column_child:nth-of-type(3n) {
	margin-right: 0
}




	.two_column {
		width:100% !important;
		float:none;
		margin: auto;
		margin-bottom: 1em !important;
	}
	.three_column {
		width:100% !important;
		float:none;
		margin: auto;
		margin-bottom: 1em !important;
	}
	.two_column:last-child,
	.three_column:last-child {
		margin-bottom: 0 !important;
	}

	table.table_std th,
	table.table_std td {
		padding:10px 5px;
	}
}



.img_left {
	float:left;
	margin-right:15px;
	max-width:280px;
height:auto;
}
.img_left_s {
	float:left;
	margin-right:15px;
	max-width:150px;
}
.img_left_l {
	float:left;
	margin-right:15px;
	max-width:450px;
}
.img_right {
	float:right;
	margin-left:15px;
	max-width:280px;
}
.img_right_s {
	float:right;
	margin-left:15px;
	max-width:150px;
}
.img_right_l {
	float:right;
	margin-left:15px;
	max-width:450px;
}
.img_center {
	width:100%;
	overflow: hidden;
	text-align: center;
	margin:10px auto 20px;
}


.img_center img , .img_left img , .img_right img , .img_left_s img , .img_right_s img , .img_left_l img , .img_right_l img {
	display: block;
	margin:0 auto;
	max-width:100%;
	margin-bottom: 10px;
}

.img_center figcaption , .img_left figcaption , .img_right figcaption , .img_left_s figcaption , .img_right_s figcaption {
	width:100%;
	padding:4px 10px;
	font-size:12px;
	margin-top:2px;
	text-align:center;
	background-color:#EDEDED;
}
.img_center figcaption span , .img_left figcaption span , .img_right figcaption span , .img_left_s figcaption span , .img_right_s figcaption span {
	font-size:14px;
	margin-top:4px;
}
.img_center p , .img_left p , .img_right p , .img_left_s p , .img_right_s p , .img_left_l p , .img_right_l p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.img_center div.caption {
	display:inline-block;
	margin-bottom: 20px;
	width:auto;
}

.img_center:after , .img_left:after , .img_right:after , .img_left_s:after , .img_right_s:after {
	clear:both;
	content:"";
	height: 0;
	display: block;
	visibility: hidden;
}

.table_res {
	width: auto;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 768px ) {
	.img_left , .img_right , .img_left_s , .img_right_s , .img_left_l , .img_right_l {
		float:none;
		margin:0 auto 20px;
		width:70%;
		display: block;
	}
	.table_res {
		overflow-x:auto;
		width:100%;
	}

	.table_res .table_std {
		width:800px;
	}

}


.photo_list2 , .photo_list3 , .photo_list4 , .photo_list5 , .photo_list3_circle , .photo_list4_circle , .photo_list5_circle {
	margin-bottom: 20px;
	display: flex;
}
.photo_list2 p , .photo_list3 p , .photo_list4 p , .photo_list5 p , .photo_list3_circle p , .photo_list4_circle p , .photo_list5_circle p {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
} 
.photo_list2 li {
	width:48%;
	margin-right:4%;
}

.photo_list3 li , .photo_list3_circle li {
	width:30%;
	margin-right:5%;
}

.photo_list4 li , .photo_list4_circle li {
	width:21.25%;
	margin-right:5%;
}

.photo_list5 li , .photo_list5_circle li {
	width:19%;
	margin-right:2%;
}


.photo_list2 li img , .photo_list3 li img , .photo_list4 li img , .photo_list5 li img {
	width: 100%;
}

.photo_list2.default li img {
	width: auto;
	height:auto;
	display: block;
	}

.photo_list3_circle li img , .photo_list4_circle li img , .photo_list5_circle li img {
	width: 50%;
	height:auto;
	border-radius:50%;
	margin:0 auto;
	display: block;
}


.photo_list2 li:last-child , .photo_list3 li:last-child , .photo_list4 li:last-child , .photo_list3_circle li:last-child , .photo_list4_circle li:last-child , .photo_list5_circle li:last-child{
	margin-right: 0;
}

@media screen and (max-width: 768px ) {
	.photo_list2 li {
		width:100%;
		margin-right:0;
	}

	.photo_list3 li , .photo_list3_circle li {
		width:100%;
		margin-right:0;
	}

	.photo_list4 li , .photo_list4_circle li {
		width:100%;
		margin-right:0;
	}

	.photo_list5 li , .photo_list5_circle li {
		width:100%;
		margin-right:0;
	}


}

.photo_list_caption {
	margin-top: 10px;
}

.photo_list_caption__title {
	font-size: 16px;
	font-weight: bold;
	min-height:40px;
	margin-bottom: 15px;
	text-align: center;
}

.photo_list_caption_small {
	font-size: 12px;
	font-weight: normal;
	display: block;
}

.photo_list_caption__text {
	font-size: 14px;
	font-weight: normal;
	min-height:40px;
}
.photo_list_caption__text_title {
	font-weight: bold;
	margin-bottom: 5px;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {
	.photo_list2 li {
		width:100%;
		margin-right:0;
		float: none;
		margin-bottom: 10px;
	}


	.photo_list3 li , .photo_list3_circle li {
		width:100%;
		margin-right:0;
		float: none;
		margin-bottom: 10px;
	}

	.photo_list4 li , .photo_list4_circle li {
		width:100%;
		margin-right:0;
		float: none;
		margin-bottom: 10px;
	}

	.photo_list5 li , .photo_list5_circle li {
		width:100%;
		margin-right:0;
		float: none;
		margin-bottom: 10px;
	}

}


/*半角英数_settings*/

.break-word {
word-wrap: break-word;
}

/*未入稿用*/
.dummy_area {
	width:100%;
	height:140px;
	text-align:center;
	background-color:#BEBEBE;
	color:#FFF;
	font-weight: bold;
	padding-top:60px;
}

.dummy_text , .alerts_box ,.comming_soon {
	position:relative;
	display: block;
	pointer-events:none;
}

.dummy_text:before {
	content:"DUMMY";
	color:#fff;
	background: rgba(0,0,0,.4);
	width: 100px;
	height:25px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	bottom:0;
	margin:-13px 0 0 -50px;
	display: block;
}

.alerts_box:before {
	content:"未入稿";
	color:#fff;
	background: #f00;
	width: 100px;
	height:25px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	bottom:0;
	margin:-13px 0 0 -50px;
	display: block;
}
.comming_soon:before {
	content:"COMING SOON";
	color:#fff;
	background: rgba(0,0,0,.4);
	width: 180px;
	height:25px;
	text-align: center;
	position:absolute;
	top:50%;
	left:50%;
	bottom:0;
	margin:-13px 0 0 -90px;
	display: block;
}
.code_sample_title {
	font-weight: bold;
	font-size: 18px;
}
.no-link {
	pointer-events:none;
}



.max-image{
	max-width: 100%;
}

/***********

tab_settingd

************/

.tabs{
	display: flex;
}

.tabs>li{
	width: 50%;
}
.tabs>li>a{
	width: 100%;
	text-align: center;
	display: block;
}


.tabs .is_active {

}
.tab-content{
	display: none;
}

.tab-content.is-show{
	display: block;
}



.exam_attention {
	border: 1px solid #DD2233;
	color: #DD2233;
	padding: 20px 30px;
	font-size: 1.4rem;
	background: #FFF;

}




@media screen and (max-width: 768px ) {
/*

.l-menu-trigger{
		          position: relative;
		          top:0;
		        right:0;
	z-index:3000!important;
	transition: all 0.3s ease;
	margin-top: 10px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	transition: all 0.3s ease;
	width: 60px;
	height: 60px;
	cursor:pointer;
}

.is-show .menu-trigger:before {
}

.menu-trigger span {
	position: absolute;
	left: 25%;
	width: 50%;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 15px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger::after {
	position: absolute;
	left: 0;
	top: 40px;
	content: 'MENU';
	display: block;
	width: 100%;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all .4s;
}
.is-show .menu-trigger::after {
	content: 'CLOSE';
	font-size: 10px;
}

.top-index .menu-trigger::after {
	color:#fff;
}

.is-show .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top:0;
}

.is-show .menu-trigger span:nth-of-type(2) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
	top:40px;
}
*/
}


/*tab*/
/*
.tabs {

	display: flex;
}

.tabs>li {
	width: 50%;
	background: #00428e;
}

.tabs>li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4% 0;
	font-size: 2.4rem;
	color:#fff;
}


.tabs>li>a>span{
	position:relative;
	display:inline-block;
}

.tabs>li>a>span::after{
	content:"";
	width: 20px;
	height:1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom:-10px;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	margin: auto;
}


.tabs .is-active {
	background: #fff;
}

.tabs a.is-active {
	color:#000;
}

.tabs>li>a.is-active>span::after{
	content:"";
	width: 10px;
	height:10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	position: absolute;
	left: 45%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	margin: auto;
	transform: rotate(45deg);
}
*/

/*tab col3*/
/*
.tabs.col3>li {
	width: 33.333%;
	background: #00428e;
}

.tabs.col3>li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6% 0;
	font-size: 2.4rem;
	color:#fff;
}

.tabs.col3>li>a>span{
	position:relative;
	display:inline-block;
}

.tabs.col3>li>a>span::after{
	content:"";
	width: 20px;
	height:1px;
	background: #fff;
	display: inline-block;
	position: absolute;
	bottom:-10px;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	margin: auto;
}


.tabs.col3 .is-active {
	background: #fff;
}

.tabs.col3 a.is-active {
	color:#000;
}

.tabs.col3>li>a.is-active>span::after{
	content:"";
	width: 10px;
	height:10px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display: inline-block;
	position: absolute;
	bottom:-15px;
	position: absolute;
	left: 45%;
	transform:translateX(-50%);
	-webkit- transform:translateX(-50%);
	margin: auto;
	transform: rotate(45deg);
}













.tab-content {
  display: none;
}
.tab-content.is-show {
  display: block;
}
*/
