@charset "utf-8";
/*ここでは
	ページのエリア分け
	などを記述します
*/

body {
	font-size: 14px;
	/*font-size: 16px;*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.5px;
	line-height: 1.5;
	font-size: 500;
	color: #363B43;/*position: relative;*/
	/*親にtransform属性を入れると子要素でfixedが効かない*/
}
p {
	/*font-size: 16px;*/
	font-size: 1.1em;
	margin-bottom: 1em;
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: #0093CB;
	/*-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	/*color: #00C0FF;*/
	color: #FF8F00;
	/*-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;*/
}
/*a:active{
	color: #FF8F00;
	}
a:visited{
	color: #006697;
	}
a:focus{
	color: #006697;
	}*/

img {
	max-width: 100%;
	width: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	}
/*---h系---*/
h1,h2,h3,h4,h5,h6,h7{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);/*M PLUS Rounded 1c対策*/
	font-weight: 500;
	}
h1 {
	font-size: 24px;
}
.h1_title{
	font-size: 2.2em;
	padding: 0.9em 0 1.1em;
	line-height: 1.3;
	/*color: #363B43;*/
	}
.h1_title small{
	display: block;
	font-size: 0.57em;
	margin-bottom: 1.2em;
	}
.h1_title .cate{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: inline-block;
	background: #00C0FF;
	color: #FFFFFF;
	text-align: center;
	padding: 0.4em 1.3em;
	font-size: 0.6em;
	margin-right: 0.6em;
	}
.h1_title .new{
	display: inline-block;
	color: #FF6D97;
	font-size: 1.2em;
	margin-right: 0.6em;
	align-self: flex-start;
	}
	
h2 {
	font-size: 20px;
}
.h2_title {
	/*color: #363B43;*/
	font-weight: 500;
	font-size: 1.6em;
	margin-bottom: 1.8em;
	display: block;
}
.h2_title .b {
	color: #00C0FF;
	display: inline-block;
	font-size: 1.38em;
}
h3 {
	font-size: 18px;
}
.h3_title{
	border-left: 9px solid #64D9FF;
	font-size: 2em;
	padding-left: 0.9em;
	margin-bottom: 1.9em;
	letter-spacing: 1px;
	}
/*.h3_title_g{
	border-left: 9px solid #82CF00;
	}*/

.h3_midashi {
	/*color: #363B43;*/
	font-size: 1.55em;
	font-weight: 500;
	margin-bottom: 0.75em;
	line-height: 1.3;
}
h4 {
	font-size: 16px;
}
.h4_title {
	font-size: 1.55em;
	position: relative;
	padding-left: 1.2em;
	margin-bottom: 0.8em;
	}
.h4_title::after{
	position: absolute;
	content: "■";
	left: 0;
	top: 0;
	color: #00C0FF;
	}
/*.h4_title{
	}*/
.h4_midashi {
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 1em;
	line-height: 1.3;
	}
h5 {
	font-size: 14px;
}
.comment {
	padding: 0 0 0 1em !important;
	text-indent: -1em;
	display: inline-block;
}
.comment15 {
	padding: 0 0 0 1.5em !important;
	text-indent: -1.5em;
	display: inline-block;
}
.comment2 {
	padding: 0 0 0 2em !important;
	text-indent: -2em;
	display: inline-block;
}
.comment3 {
	padding: 0 0 0 3em !important;
	text-indent: -3em;
	display: inline-block;
}
.comment35 {
	padding: 0 0 0 3.5em !important;
	text-indent: -3.5em;
	display: inline-block;
}
.comment4 {
	padding: 0 0 0 4em !important;
	text-indent: -4em;
	display: inline-block;
}
.mincho {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.m-plus-r {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.03deg);/*M PLUS Rounded 1c対策*/
}
.oswald{
	font-family: 'Oswald', sans-serif;
	}


/* 画像の縮小率
----------------------------*/
span.img {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
span.img {
	position: relative;
}
span.img img.cover {
	/*position: static;*/
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	object-fit: cover;
	-o-object-fit: cover;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
}

/*画像角丸*/
img.kadomaru{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
/*キャプションつける*/
.img_cap{
	}
	.img_cap img{
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		}
.img_cap .cap_r,
.img_cap .cap_l,
.img_cap .cap_c{
	margin-bottom: 1em;
	letter-spacing: 0;
	}
/*.img_cap > span,*/
.cap_r{
	display: block;
	text-align: right;
	margin-top: 0.5em;
	font-size: 0.97em;
	/*padding-right: 8px;*/
	}
.cap_l{
	display: block;
	text-align: left;
	margin-top: 0.5em;
	font-size: 0.97em;
	/*padding-right: 8px;*/
	}
.cap_c{
	display: block;
	text-align: center;
	margin-top: 0.5em;
	font-size: 0.97em;
	/*padding-right: 8px;*/
	}


/*---/h系---*/
@media screen and (max-width: 1200px) {
	
	.h3_title{
		margin-bottom: 1.5em;
		}
	.h3_midashi {
		font-size: 1.4em;
		}
}
@media screen and (max-width: 990px) {
	.h1_title{
		font-size: 1.9em;
		padding: 1em 0 1.2em;
		line-height: 1.3;
		width: 94%;
		margin: 0 auto;
		}
	.h3_midashi {
		font-size: 1.57em;
		}
	
	.h2_title {
		font-size: 1.5em;
		margin-bottom: 1.8em;
		}
		.h2_title .b {
			font-size: 1.28em;
		}
	
	.h3_title{
		border-left: 8px solid #64D9FF;
		font-size: 1.8em;
		/*padding-left: 0.9em;*/
		margin-bottom: 1.8em;
		}
		
	
}
@media screen and (max-width: 680px) {
	body {
		/*font-size: 15px;*/
		}
	p {
		/*font-size: 15px;*/
		font-size: 1.05em;
		line-height: 1.65;
		}
	
/*---スマホ用h系---*/

	h1,h2,h3,h4,h5,h6,h7{
		font-weight: 400;
		}
	.h1_title{
		width: 90%;
		font-size: 1.6em;
		color: #363B43;
		}
		
	.h1_title .cate{
		margin-bottom: 0.5em;
		font-size: 0.7em;
		}
	.h1_title .new{
		font-size: 1.1em;
		}
	
	
	.h2_title {
		font-size: 1.25em;
		margin-bottom: 1.8em;
		}
		.h2_title .b {
			font-size: 1.25em;
		}
	.h3_midashi {
		font-size: 1.57em;
		margin-bottom: 1em;
		}
	
	.h3_title{
		border-left: 6px solid #64D9FF;
		font-size: 1.45em;
		margin-bottom: 1.2em;
		padding: 0.3em 0 0.3em 0.55em;
		}
	
	.h4_title {
		font-size: 1.3em;
		margin-bottom: 0.5em;
		}
		
		
	
}
@media screen and (max-width: 414px) {
	.h1_title{
		font-size: 1.45em;
		padding: 1.15em 0 1.25em;
		}
	.h3_title{
		font-size: 1.3em;
		}
}
@media screen and (max-width: 375px) {
	.h3_title{
		font-size: 1.25em;
		}

}
/*---/スマホ用h系---*/

.t_right {
	text-align: right;
}
.t_left {
	text-align: left;
}
.t_center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pcnone {
	display: none;
}
.clearfix::after {
	clear: both;
	content: " ";
	display: block;
}
.bg_gray {
	background: #E8F1F2;
}

.tabblock{
	display: none !important;
	}

.header_height{
	/*min-height: 110px;*/
	}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	.header_height{
		/*min-height: 80px;*/
		}
	.tabblock{
		display: block !important;
		}
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
	.header_height{
		/*min-height: 58px;*/
		}
}
@media screen and (max-width: 375px) {

}


.pankuzu{
	background: #FFFFFF;
	max-width: 100%;
	margin: 0 auto;
	color: #6F7A86;
	}
.pankuzu ul{
	width: 1140px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	font-size: 0.95em;
	}
.pankuzu ul a > span{}
.pankuzu ul a:hover{
	color: inherit;
	}
.pankuzu ul li{
	display: table-cell;
	*display: inline;  
	*zoom: 1;
	}
.pankuzu ul li a:after {
	content: ">>";
	color: #6F7A86;
	margin-left: 0.4em;
	margin-right: 0.4em;
	font-size: 0.9em;
	}

.pankuzu ul li:first-child a{
	position: relative;
	}
.pankuzu ul li:first-child a::before{
	position: relative;
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	left: 0;
	top: 0;
	background: url(../img/icon/home_b.svg) no-repeat center center / contain;
	margin-right: 0.5em;
	}



@media screen and (max-width: 1200px) {
	.pankuzu ul{
		width: auto;
		padding: 10px 1em;
		}
	
}
@media screen and (max-width: 990px) {
	.pankuzu{
		position: absolute;
		bottom: 0;
		width: 100%;
		background: none;
		}
	
	
}
@media screen and (max-width: 680px) {
	.pankuzu ul{
		padding: 1.3em 1em;
		font-size: 0.85em;
		}
	.pankuzu ul li{
		display: inline;
		}
		
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}




header, footer {
	width: 100%;
	margin: 0 auto;
}
header::after {
	clear: both;
	content: " ";
	display: block;
}
.scr_header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
	}
.scr_header nav{
	position: relative;
	}

	
/*footer::after { clear: both; content: " "; display: block;}*/

.head_contents {
	background: #FFFFFF;
	position: relative;
	}
.head_contents .cont{
	display: flex;
	display: -webkit-flex;
	padding: 12px 0 12px;
	align-items: center;
}
.head_contents .logo {
	/*display: inline-flex;*/
	flex-basis: 26%;
	margin-right: 14.5%;
}
.head_contents .l_group {
	display: flex;
	display: -webkit-flex;
	/*flex-basis: 26%;*/
	/*margin-top: 1em;*/
}
.head_contents .l_group li {
	margin-right: 3.5em;
}
.l_group li a{
	text-decoration: none;
	color: inherit;
	}
	/*.l_group li a:visited{
		color: inherit !important;
		}*/
.btn_group {
	display: flex;
	display: -webkit-flex;
	/*flex-basis: 26%;*/
	/*margin-top: 1em;*/
	font-size: 0.9em;
}
.btn_group li {
	margin-right: 0.7em;
}
.btn_group li a {
	position: relative;
}
.btn_group li a:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0.8em;
	top: 0.5em;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn_group li a {
	display: inline-block;
	padding: 0.35em 2em 0.35em 3em;
	letter-spacing: 0;
}
.btn_group li.japanese a:before {
	background: url(../img/icon/heart.svg) no-repeat center center / contain;
}
.btn_group li.hiragana a:before {
	background: url(../img/icon/hiragana.svg) no-repeat center center / contain;
}
.head_contents .search{
	margin-left: auto;
	}
.head_contents .search > a {
	width: 38px;
	height: 38px;
	background: #4B4F56;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	background-clip: padding-box;
	position: relative;
}
.head_contents .search > a::before {
	background-clip: padding-box;
	content: "";
	position: relative;
	display: block;
	width: 42px;
	height: 42px;
	top: -1px;
	left: -1px;
	background: url(../img/icon/search.svg) no-repeat center center / cover;
}
.head_contents .search > a:hover {
	background: #FF8F00;
}

.head_contents .sp_group{
	/*display: none;*/
	}
.head_contents .spmenu_btn{
	display: none;
	
	margin-left: 2em;
	width: 4em;
	height: 4em;
	background: url(../img/icon/spmenu_btn.svg) no-repeat center center / contain;
	}




@media screen and (max-width: 1200px) {
	.head_contents .logo {
		/*margin-right: 9%;*/
		margin-right: auto;
		flex-basis: 40%;
		}
	
	.head_contents .search > a {
		background: #20C0FD;
		}
	
	.head_contents .cont {
		width: 94%;
		}
	
	
}
@media screen and (max-width: 990px) {
	header{
		/*width: 100%;
		position: fixed;
		top: 0;
		z-index: 10;*/
		background: #FFFFFF;
		}
	
	.head_contents .l_group {
		display: none;
		}
	.btn_group {
		display: none;
		}
	
	
	.head_contents .cont {
		padding: 8px 0;
	}
	.head_contents .sp_group{
		display: flex;
		display: -webkit-flex;
		}
	.head_contents .sp_group li {
		/*margin-right: 3.5em;*/
		}
	.head_contents .sp_group li a{
		width: 3em;
		height: 3em;
		display: block;
		}
		.head_contents .sp_group li .en{
			background: url(../img/icon/EN.svg) no-repeat center center / contain;
			}
	
	.head_contents .search{
		margin-left: 2em;
		}
	
	.head_contents .spmenu_btn{
		display: block;
		}
	
	
}
@media screen and (max-width: 769px) {
	/*  ウィンドウサイズ769px以下の時のスタイル  */
		  
	.head_contents .logo {
		flex-basis: 55%;
		}
	
	/*.link_area {
		margin: 25px auto 0;
	}
	.link_area .modal_link a {
		margin: 15px auto 0;
	}
	.link_area ul li.modal_link:first-child a {
		float: none;
		margin-top: 0;
	}
	.link_area ul li.modal_link:last-child a {
		float: none;
	}*/
	
	.head_contents .sp_group li a{
		width: 2em;
		height: 2em;
		}
	.head_contents .spmenu_btn{
		width: 3em;
		height: 3em;
		margin-left: 15px;
		}
	.head_contents .search{
		margin-left: 15px;
		}
	
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
	.head_contents .cont {
		padding: 5px 0;
	}
}
@media screen and (max-width: 375px) {

}

/*-----検索ここまで-----------------------------------*/




/*----グローバルナビ---*/

.g_navi {
	background: #363B43;
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.g_navi .h_cont{
	width: 1140px;
	margin: 0 auto;
	}
.g_navi > ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.g_navi ul > li{
	position: relative;
	}
.g_navi ul.h_cont > li {
	/*flex-basis: 17%;*/
	/*text-align: center;*/
	font-size: 1.1em;
	display: block;
	padding: 6px 0;
}	
.g_navi ul li a {
	color: #FFFFFF;
	display: block;
}
.g_navi ul.h_cont > li > a > span {
	background: #FFFFFF;
	padding: 0.1em 0.25em;
	color: #363B43;
	margin: 0 0.4em 0 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.g_navi ul li a:hover {
	color: #FF8F00;
}
.g_navi ul.h_cont > li > a:hover > span {
	background: #FF8F00;
}

.g_navi ul.h_cont > li:nth-child(3) .sub{
	min-width: 13em;
	}
	
		
/*-----sub-----*/
.g_navi ul.sub{
	display: none;
	
	position: absolute;
	/*width: 100%;*/
	min-width: 10em;
	z-index: 5px;
	top: 35px;
	left: 0;
	border-top: 5px solid #00C0FF;
	background: #363B43;
	color: #FFFFFF;
	padding: 1.5em 2em 1em;
	text-align: left;
	}
ul.sub li{
	font-size: 0.9em;
	margin-bottom: 0.6em;
	}
ul.sub li a{
	position: relative;
	padding-left: 1.6em;
	line-height: 1.4;
	text-decoration: underline;
	display: inline-block;
	}
ul.sub li a:before {
	content: "";
	background: #00C0FF url(../img/icon/arrow_r2.svg) no-repeat center center / contain;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
ul.sub li a:hover:before {
	background: #FF8F00 url(../img/icon/arrow_r2.svg) no-repeat center center / contain;
}


/*緑*/
.g_navi li.exam ul.sub{
	border-top: 5px solid #82CF00;
	min-width: 17em;
	}
.g_navi li.exam .fade{
	margin-top: 13px;
	}
li.exam ul.sub li a{
	}
li.exam ul.sub li a:before {
	background: #82CF00 url(../img/icon/arrow_r2.svg) no-repeat center center / contain;
}
li.exam ul.sub li a:hover:before {
	background: #FF8F00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}







/*-----/sub-----*/

.sns_group {
	}
	.sns_group ul {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		margin: 12px;
	}
	.sns_group ul li {
	}
	.sns_group ul li a {
		display: block;
	}
	.sns_group ul li a:hover {
		opacity: 0.45;
		-webkit-opacity: 0.45;
		-moz-opacity: 0.45;
		filter: alpha(opacity=45);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=45)"; /* IE 8 */
	}
aside.sns_group{
	position: fixed;
	z-index: 3;
	top: 180px;
	left: 14.2%;
	width: 80px;
	transform: translate3d(0, 0, 0);
	/*background: url(../img/dummy/sidemenu.png) no-repeat left top;*/
	}
aside.sns_group ul{
	background: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3);
	}
aside.sns_group ul li{
	border-bottom: 1px solid #E6E6E6;
	flex-direction: column;
	flex-basis: 100%;
	padding: 11px 12px;
	}
@media screen and (max-width: 1600px) {
	aside.sns_group{
	left: 6%;
	}
}
@media screen and (max-width: 1344px) {
	aside.sns_group{
	left: 0%;
	}
}
@media screen and (max-width: 1280px) {
	aside.sns_group{
	left: -1%;
	}
}
@media screen and (max-width: 1200px) {
		
	.g_navi > ul {
		width: 94%;
	}
	.g_navi .h_cont{
		width: 94%;
		}

}
@media screen and (max-width: 990px) {
	/*----グローバルナビ---*/
	.g_navi {
		display: none;
		}

}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


.container {
/*position: relative;*/
}
#contents {
	width: 100%;
	margin: 0 auto;
}
#contents::after {
	clear: both;
	content: " ";
	display: block;
}
footer {
	position: relative;
}
footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 10px;
	background: #00C0FF;
	left: 0;
	top: 0;
}
footer::after {
	position: absolute;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 10px;
	background: url(../img/parts/footerline_bg.gif) no-repeat right top;
	right: 20%;
	top: 0;
}
.foot_contents {
	background: #363B43;
	/*color: #FFFFFF;*/
	padding: 65px 0 10px;
}
.foot_contents .cont {
}
footer .site_menu {
	/*display: flex;
	display: -webkit-flex;*/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-basis: 15%;
	margin-bottom: 40px;
}
footer .site_menu::after {
	clear: both;
	content: " ";
	display: block;
}

.foot_contents div.home{
	display: none;
	}
.foot_contents .m_search{
	display: none;
	}
.foot_contents .sns_group {
	display: none;
	}


.site_menu > li {
	font-size: 1.1em;
	/*flex-basis: 20%;*/
	margin-right: 5%;
}
.site_menu > li:last-child {
	margin-right: 0;
}
.site_menu > li > b {
	display: inline-block;
	padding-bottom: 0.7em;
	color: #FFFFFF;
	font-weight: 500;
}
.site_menu > li > b > span {
	color: #0084CB;
	background: #FFFFFF;
	padding: 0.05em 0.2em;
	display: inline-block;
	font-weight: normal;
	margin-right: 0.1em;
}
.site_menu li ul {
	/*line-height: 2;*/
	border-top: 2px solid #20C0FD;
	padding-top: 1em;
	padding-right: 1em;
}
.site_menu li ul li {
	background: url(../img/parts/list_li_b.png) no-repeat left top / auto 1.15em;
	padding-left: 1.1em;
	font-size: 0.9em;
	line-height: 1.3;
	margin-bottom: 1.1em;
}
.site_menu li ul li a {
	text-decoration: underline;
	display: inline-block;
	color: #FFFFFF;
	}
.site_menu li ul li a span{
	display: block;
	}
.site_menu li.exam ul {
	border-top: 2px solid #82CF00;
}
.site_menu li.exam ul li {
	background: url(../img/parts/list_li_g.png) no-repeat left top / auto 1.15em;
}

/*ホーム*/
.site_menu a,
.site_menu a:hover{
	color: #FFFFFF;
	}
.site_menu .home{
	border-bottom: 1px solid #20C0FD;
	}
.site_menu .home a{
	display: block;
	padding: 1.1em 15px 1.1em 16px;
	}
.site_menu .home a span{
	display: block;
	background: url(../img/icon/home.svg) no-repeat left 8px top / auto 1.3em;
	padding-left: 3em;
	}
	



footer .f_bnr {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin-bottom: 35px;
}
footer .f_bnr::after {
	clear: both;
	content: " ";
	display: block;
}
footer .f_bnr li {
	flex-basis: 21%;
	margin: 0 0.8%;
}
footer .f_bnr li a {
	display: inline-block;
}
footer .site_link {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9em;
	margin-bottom: 45px;
}
footer .site_link .logo {
	flex-basis: 13%;
	text-align: center;
}
footer .site_link .logo a {
	display: block;
	width: 50%;
	margin: 0 auto;
}
footer .site_link ul {
	/*margin-left: auto;*/
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-right: 1px solid #FFFFFF;
}
footer .site_link ul li {
	border-left: 1px solid #FFFFFF;
	padding: 0.5em 2em;
}
footer .site_link ul li:first-child a {
	display: block;
	background: url(../img/icon/home.svg) no-repeat center center / cover;
	width: 1.5em;
	height: 1.5em;
}
footer .site_link ul li a {
	text-decoration: underline;
	color: #FFFFFF;
}
footer .copyright {
	display: block;
	font-size: 0.8em;
	color: #FFFFFF;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
	.site_menu > li {
		margin-right: 1%;
	}
}
@media screen and (max-width: 990px) {
	aside.sns_group{
		display: none;
		}
	
	footer .site_menu{
		display: block;
		margin-bottom: 0;
		}
	.site_menu li ul{
		border-top: none;
		padding: 0 0 5px 2em;
		overflow: hidden;
		}
	.site_menu li.exam ul {
		border-top: none;
		}
	
	/*.foot_contents .m_search{
		display: none;
		}*/
	
	.foot_contents div.home{
		display: block;
		}
	.foot_contents .sns_group {
		display: block;
		margin-bottom: 20px;
		}
	.sns_group ul {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: left;
		
		margin: 0 auto;
		/*width: 84%;*/
		width: 95%;
		}
	.sns_group ul li{
		/*flex-basis: 19%;*/
		margin: 0 3% 4%;
		}
			
	
	.site_menu > li {
		padding: 0 15px;
		margin: 0;
		border-bottom: 1px solid #20C0FD;
		font-size: 1em;
		}
	/*.site_menu a{
		color: #FFFFFF;
		}*/
	.site_menu > li > a{
		display: block;
		padding: 1.2em 0;
		/*color: #000000;*/
		}
	.site_menu > li > a span{
		display: block;
		}
	.site_menu > li > b{
		display: block;
		padding: 1.2em 0;
		font-weight: normal;
		/*color: #000000;*/
		}
	.site_menu li ul li{
		margin-top: 0.7em;
		margin-bottom: 2.1em;
		font-size: 0.87em;
		}
	.site_menu li ul li a{
		display: block;
		}
		
		.site_menu .plus{
			/*position: relative;*/
			cursor: pointer;
			}
		.site_menu .plus{
			background: url(../img/parts/ar_b_bt.svg) no-repeat top 1.2em right / 20px 20px;
			}
		.site_menu .open{
			background: url(../img/parts/close_b.svg) no-repeat top 1.2em right / 20px 20px;
			}
	.site_menu li.exam .plus{
			background: url(../img/parts/ar_g_bt.svg) no-repeat top 1.2em right / 20px 20px;
			}
		.site_menu li.exam .open{
			background: url(../img/parts/close_g.svg) no-repeat top 1.2em right / 20px 20px;
			}
	
		
	
	.site_menu > li > b > span {
		color: #363B43;
		margin-right: 0.3em;
		}
	
		
	footer::before {}
	footer::after {
		right: 10%;
	}

	footer .f_bnr {
		margin-top: 40px;
		display: block;
	}
	
	.f_bnr{
		text-align: center;
		overflow: hidden;
		margin-bottom: 25px;
		}
	.f_bnr li,
	footer .f_bnr li{
		margin-bottom: 10px;
		}
	
	footer .site_link {
		display: none;
		}
	
	
	footer .copyright {
		text-align: center;
		margin-bottom: 80px;
		margin-top: 10px;
		padding-top: 100px;
		background: url(../img/icon/jac-logo2.svg) no-repeat center top / auto 65px;
		
	}

	
}
@media screen and (max-width: 680px) {
	.sns_group ul {
		width: 84%;
		}
	.sns_group ul li{
		flex-basis: 17%;
		margin: 0 4% 4%;
		}
	
	
	.foot_contents {
		padding: 20px 0 10px;
		}
	footer::before {
		height: 5px;
	}
	footer::after {
		width: 100%;
		height: 5px;
		background: url(../img/parts/footerline_bg.gif) no-repeat right top / auto 10px;
		right: 10%;
	}
	footer .copyright {
		margin-top: 60px;
		padding-top: 70px;
		background: url(../img/icon/jac-logo2.svg) no-repeat center top / 23% auto;
		
	}
	footer .site_menu{
		font-size: 1.15em;
		}
	.foot_contents .sns_group {
		margin-bottom: 35px;
		}
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

#page-bottom{
	/*display: none;*/
	
	position: fixed;
	z-index: 10;
	
	bottom: 0;
	right: 0;
	/*bottom: 60px;
	right: 15px;*/
	/*width: 100%;*/ /*リンクが効かなくなる*/
	}
#page-bottom::after{ clear: both; content: " "; display: block;}
.page-top::after{ clear: both; content: " "; display: block;}

.page-top {
	/*display: none;*/
	
	background: url(../img/icon/page_top.png) no-repeat center center / cover;
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin-left: auto;
}
#page-bottom .popup{
	/*display: none;*/
	
	background: #FFFFFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.3);
	min-width: 185px;
	
	margin: 5px 10px 10px 0;
	padding: 15px 25px; /*なるべく共通*/
	/*background: url(../img/dummy/popup.png) no-repeat top right;*/;
	}
#page-bottom .popup{
	position: relative;
	display: inline-block;
	padding: 15px 10px 10px;
	float: right;
	}
	#page-bottom .popup .close{
		position: absolute;
		top: 3px;
		right: 3px;
		width: 14px;
		height: 14px;
		background: url(../img/parts/close.png) no-repeat center center / contain;
		cursor: pointer;
		}
#page-bottom .popup.hide{
	display: none !important;
	}

#page-bottom .popup .tel{
	color: #595757;
	display: block;
	font-size: 1.35em;
	background: url(../img/icon/tel.png) no-repeat left top / auto 1.35em;
	padding-left: 1.6em;
	margin-bottom: 5px;
	}
#page-bottom .popup .tel small{
	display: block;
	font-size: 10px;
	}
#page-bottom .popup .btn{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #00C0FF;
	color: #FFFFFF;
	padding: 0.6em 1em;
	margin-bottom: 5px;
	}
#page-bottom .popup .btn:hover{
	background: #FF8F00;
	}


/*----スマホ下部追従------*/
#page-bottom .sp_bottom{
	display: none;
	}
.sp_bottom{
	/*position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;*/
	}
.sp_bottom a{
	display: block;
	}
.sp_bottom a,
.sp_bottom a:hover{
	color: #FFFFFF;
	}
.sp_bottom ul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	background: #20C0FD;
	color: #FFFFFF;
	border-top: 1px solid #C7F1FF;
	}
.sp_bottom ul li{
	border-right: 1px solid #C7F1FF;
	text-align: center;
	}
	.sp_bottom ul li:last-child{
		border: none;
		}
.sp_bottom .tel{
	flex-basis: 40%;
	padding: 0.8em 0.5em;
	}
.sp_bottom .qa,
.sp_bottom .inquiry{
	flex-basis: 30%;
	}

.sp_bottom ul li a{
	padding: 0.8em 0.5em;
	}
	.sp_bottom .tel a{
		padding: 0;
		}
	.sp_bottom .tel span{
		display: inline-block;
		font-size: 1.25em;
		background: url(../img/icon/w_tel.png) no-repeat left top / auto 1.35em;
		padding-left: 1.6em;
		}
	.sp_bottom .tel small{
		display: block;
		font-size: 10px;
		margin-top: 4px;
		}
	.sp_bottom .qa a span{
		display: block;
		background: url(../img/icon/w_qa.png) no-repeat center top 1.75em / 1.6em auto;
		padding-bottom: 1.75em;
		}
	.sp_bottom .inquiry a span{
		display: block;
		background: url(../img/icon/w_inquiry.png) no-repeat center top 1.75em / 1.55em auto;
		padding-bottom: 1.75em;
		}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	#page-bottom{
		width: 100%;
		}
	#page-bottom .popup{
		display: none !important;
		}
	/*----スマホ下部追従------*/
	#page-bottom .sp_bottom{
		display: block;
		}
	
}
@media screen and (max-width: 680px) {
	#page-bottom{
		}
	
	.page-top {
		width: 60px;
		height: 60px;
	}
	

	.sp_bottom a span{
		font-size: 0.9em;
		}
	.sp_bottom .tel{
		flex-basis: 50%;
		}
	.sp_bottom .qa,
	.sp_bottom .inquiry{
		flex-basis: 23%;
		}
	
}
@media screen and (max-width: 414px) {
	.sp_bottom .tel{
		padding: 0.6em 0.5em;
		}
	.sp_bottom .tel small{
		margin-top: 2px;
		}
	.sp_bottom ul li a{
		padding: 0.6em 0.5em;
		}
	
	
	
}
@media screen and (max-width: 375px) {

}

.cont{
	width: 1140px;
	margin: 0 auto;
}
.cont::after{
	clear: both;
	content: " ";
	display: block;
}

.flex{
	display: flex;
	display: -webkit-flex;
	}
.flex-sta{
	display: flex;
	display: -webkit-flex;
	
	align-items: flex-start;
	}
.flex-bet{
	display: flex;
	display: -webkit-flex;
	
	justify-content: space-between;
	}
/*.flex-bet::after,
.flex::after { clear: both; content: " "; display: block;}*/


/*-------a ボタン系----------*/

.inline{
	display: inline !important;
	}
.pdf {
	/*display: inline-block;*/
	background: url(../img/icon/pdf.png) no-repeat left center / auto 1.1em;
	padding-left: 1.5em;
	margin-left: 0.5em;
}
.blank {
	/*display: inline-block;*/
	background: url(../img/parts/blank.png) no-repeat right center / auto 1em;
	padding-right: 1.5em;
}
a.btn_blue {
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #00C0FF;
	color: #FFFFFF !important;
	padding: 0.5em 3em; /*適当*/
}
a.btn_blue:hover {
	background: #FF8F00;
}
a.arrow_b, a.arrow_g, a.arrow_bb{
	position: relative;
	padding-left: 1.6em;
	line-height: 1.1;
	text-decoration: underline;
}
a.arrow_b:before {
	content: "";
	background: #00C0FF url(../img/icon/arrow_r.svg) no-repeat center center / contain;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
a.arrow_b:hover:before {
	background: #FF8F00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
header a.arrow_b {
	color: #363b43;
	text-decoration: none;
}
header a.arrow_b:hover {
	color: #FF8F00;
}
a.arrow_g:before {
	content: "";
	background: #82CF00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
a.arrow_g:hover:before {
	background: #FF8F00 url(../img/icon/arrow_r.svg) no-repeat center center / contain;
}
a.arrow_bb:before {
	content: "";
	background: #00C0FF url(../img/icon/arrow_b.svg) no-repeat center center / contain;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
a.arrow_bb:hover:before {
	background: #FF8F00 url(../img/icon/arrow_b.svg) no-repeat center center / contain;
}


a.blue_btn {
	background: #00C0FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 1.5em;
	display: inline-block;
	text-align: center;
}
a.blue_btn:hover {
	background: #FF8F00;
	color: #FFFFFF;
}
/*a.blue_btn:visited{
	color: #FFFFFF;
	}*/
a.green_btn {
	background: #82CF00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 1em;
	display: inline-block;
	text-align: center;
}
a.green_btn:hover {
	background: #FF8F00;
	color: #FFFFFF;
}

/*特例*/
.blue_btn.blank{
	background: #00C0FF url(../img/parts/w_blank.png) no-repeat right 5px top 4px / auto 1em;
	}
.blue_btn.blank:hover{
	background: #FF8F00 url(../img/parts/w_blank.png) no-repeat right 5px top 4px / auto 1em;
	}


/*矢印付き*/

.w_arrow_r{
	background: url(../img/parts/w_arrow_r.png) no-repeat left center / auto 1em;
	padding-left: 1.5em;
	}


.btn_arrow{
	padding-top: 40px;
	text-align: center;
	}
.btn_arrow .blue_btn{
	position: relative;
	margin: 0 auto;
	display: inline-block;
	/*width: 60%;*/
	padding: 1em 3em;
	}
	.btn_arrow .blue_btn:before{
		position: absolute;
		content: "▼";
		color: #00C0FF;
		top: -2.3em;
		left: 46%;
		font-size: 20px;
		}
		

.smtblock{
	display: none;
	}
@media screen and (max-width: 1200px) {
	.cont {
		/*width: 94%;*/
		width: 86%;
		}

}
@media screen and (max-width: 990px) {
	.cont {
		width: 94%;
		}
img {
	height: auto;
	max-width: 100%;
}
.tabnone {
	display: none;
}
#contents {
	width: 100%;
	position: relative;
}
header, footer {
	width: 100%;
}
header ul {
}
header ul li {
}
/*矢印付き*/
	.btn_arrow{
		padding: 4em 0;
		}
}
@media screen and (max-width: 680px) {
p {
}
.pcnone {
	display: block;
}
.smtnone {
	display: none;
}
.smtblock {
	display: block;
}

a.blue_btn {
	padding: 1.3em 1.2em 1.3em 1.1em;
	}

/*---h系---*/
h1 {
}
.gray_bg_title {
	margin-bottom: 25px;
}
.gray_bg_title img {
	max-height: 15px;
	width: auto;
}
h2 {
}
h3 {
}
/*---/h系---*/


.blank {
	background: url(../img/parts/blank.png) no-repeat right center / auto 0.9em;
}
.pdf {
	/*background: url(../img/icon/pdf.png) no-repeat left center / auto 0.9em;*/
}

header .sub_main {
	padding: 40px 0 30px;
}
header .sub_main img {
	width: 60%;
}
header ul li {
}
header ul li a {
}
header ul li a:hover {
	text-decoration: none;
}
/*矢印付き*/
	.btn_arrow{
		padding: 4em 0 3em;
		/*width: auto;*/
		}
	.btn_arrow .blue_btn{
		padding: 1em 2em;
		}
	
	
}
/*---リストリンク---*/

ul.list_link {
	line-height: 1.5;
}
ul.list_link li {
	line-height: 1.3;
	margin-bottom: 0.9em;
}
ul.list_link li a {
	background: url(../img/parts/list_li_b.png) no-repeat left top 1px / auto 16px;
	padding-left: 1.5em;
	text-decoration: underline;
	display: inline-block;
}
ul.list_link li a:hover {
	background: url(../img/parts/list_li_o.png) no-repeat left top 1px / auto 16px;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	ul.list_link li {
		margin-bottom: 1em;
	}
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}



/*-----検索-----------------------------------*/

.modal_open {
	/*display: inline-block;
	margin: 3vw;
	float: left;*/
	display: block;
}
.modal_box {
	z-index: 7777;
	/*position: fixed;
	z-index: 100;
	display: none;
	width: 80%;
	max-width: 840px;
	margin: 0;
	padding: 60px 2vw 80px;
	border: 2px solid #aaa;
	text-align: center;
	background: #fff;
	box-sizing: border-box;*/
}
.modal_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 62px;
	font-size: 46px;
	color: #000;
	line-height: 62px;
	text-align: center;
	background: #e6e6e6;
}
.modal_close i {
	line-height: 62px;
	vertical-align: bottom;
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6666;
	/*z-index: 80;*/
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
}
/*.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;
}
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
*/
#modal1{
	position: absolute;
	/*right: 0;
	top: 0;*/
	top: 19px;
	
	/*z-index: 100;*/
	display: none;
	width: 1140px;
	/*width: 80%;
	max-width: 840px;*/
	margin: 0 auto;
	/*padding: 60px 2vw 80px;*/
	/*background: #fff;*/
	/*box-sizing: border-box;*/
	}

#modal1 .m_search{}
.m_search{
	display: flex;
	display: -webkit-flex;
	justify-content: right;
	align-items: center;
	}
	
.m_search .search_input{
	border: 3px solid #D3DEE6;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	flex-basis: 35%;
	font-size: 1.11em;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "Rounded Mplus 1c", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0.4em 1.2em;
	letter-spacing: 1px;
	}
.search_input input::placeholder {
	color: #86939f;
	}
/* IE */
.search_input input:-ms-input-placeholder {
	color: #86939f;
	}
/* Edge */
.search_input input::-ms-input-placeholder {
	color: #86939f;
	}

.m_search .s_btn{
	/*flex-basis: 13%;*/
	margin-left: 1%;
	display: block;
	/*border: 1px solid #FFFFFF;
	border-radius:　3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	width: 38px;
	height: 38px;
	/*padding: 4px 10px;*/
	background: url(../img/icon/search_b.svg) no-repeat center center;
	}

@media screen and (max-width: 1200px) {
	#modal1{
		width: 94%;
		}
	
	
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
	
	
}
@media screen and (max-width: 680px) {
	.m_search .search_input{
		flex-basis: auto;
		font-size: 1.1em;
		}
	.m_search .s_btn{
		width: 50px;
		height: 50px;
		margin-left: 3%;
		}
		
	.modal_box {
		padding: 50px 1vw 40px;
	}
	.modal_close {
		width: 40px;
		line-height: 40px;
		font-size: 30px;
	}
	.modal_close i {
		line-height: 44px;
	}
	
	#modal1{
		width: auto;
		}
	.modal_bg {}
	
	/*-----スライドイン-----*/
	.modal_bg{
		/*animation: slideIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;*/
		animation: slideIn 0.5s cubic-bezier(0, 0.7, 1, 1) 1 forwards;
		
		}
		@keyframes slideIn {
		  0% {
			 transform: translateY(180px);
			 opacity: 0;
		  }
		  100% {
			 transform: translateY(0);
		  }
		  40%,100% {
			 opacity: 1;
		  }
		}
	/*-----/スライドイン-----*/
	
	#modal1{
		top: 50vw;
		}
	
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}



/*---先進事例(top&about)---*/

.case_list{
	}
.case_list::after { clear: both; content: " "; display: block;}
.case_list li{
	float: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.3);
	background: #FFFFFF;
	
	/*width: 270px;*/
	margin: 0 17px;
	}
.case_list li a{
	display: block;
	padding: 10% 20px 9%;
	color: #363B43;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #FFFFFF;
	}
	.case_list li a:hover{
		border: 3px solid #FF8F00;
		}
.case_list li span.img{
	margin-bottom: 13px;
	}


.case_list li .title{
	display: block;
	margin-bottom: 0.55em;
	font-size: 1.19em;
	line-height: 1.4;
	}
.case_list li dt{
	display: inline-block;
	color: #FFFFFF;
	background: #86939F;
	padding: 0em 0.8em;
	margin-bottom: 3px;
	font-size: 0.9em;
	}
.case_list li dd{
	font-size: 1.2em;
	letter-spacing: 1.5px;
	}
.case_list li .name{
	display: block;
	font-size: 0.9em;
	letter-spacing: 1px;
	}
	
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
	
	.case_list{
		/*padding: 0 7%;*/
		}
		.case_list li{
			margin: 0 12px;
			}
	.case_list li a{
		padding: 7% 7% 7.5%;
		}
		
	.case_list li .title{
		margin-bottom: 0.7em;
		font-size: 1em;
		}
	.case_list li .name{
		font-size: 1em;
		}
	.case_list li dd{
		font-size: 1em;
		}
	.case_list li dt{
		font-size: 0.85em;
		}
		
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 680px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {

}
