@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
body{
	z-index: 0;
}
header.top_header,section, .wrap_box ,footer {
	min-width: 1000px;
}
html {
	font-family: sans-serif;
	line-height: 1.54545455;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a{
	outline: none;
}
img{
	width: 100%;
	height: auto;
}
.main_box{
	max-width: 1000px;
	margin: auto;
	padding: 1rem 0;
}
.container{
	display: inline-block;
	width: 100%;
}
.left{
	float: left;
	width: 50%;
}
.right{
	float: right;
	width: 50%;
}
.left{
	padding-right: 0.5rem;
}
.right{
	padding-left: 0.5rem;
}
#wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: #fff;
}
span.anchorlink {
	position: relative;
	top: -120px;
	display: block;
}
*:before,
*:after {
	font-family: "Font Awesome 5 free";
	font-weight: bold;
}
/*SPのみ*/
.d_sp {
	display: none !important;
}

@media print, screen and (max-width: 780px) {
/*PCのみ*/
	.d_pc {
		display: none !important;
	}
	.d_sp {
		display:block!important;
	}

}
/* ===== * reset * =====*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
/*
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight: 500;
}
*/
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
/*
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
*/
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* ===== * common * ====*/
html {
	font: 62.5%;
}
body {
	font-size: 1rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	line-height: normal;
	color: #000000;
	background: #fff;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	letter-spacing: 1px;
	text-align: justify;
	font-size: 16px;
	line-height: 1.8;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.serif {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E","ＭＳ 明朝", sans-serif;
}
.sans {
	font-family: unset;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
}
.flex {
	display: flex !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	color: #0e6eb8;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* main_wrap */
main {
	padding-top: 80px;
	min-width: 1000px;
	display: block;
}
.sec_wrap {
	padding: 3rem 0;
}
.div_wrap {
	padding: 3rem 0;
}
.button {
	width: 200px;
	margin: 2rem auto;
	border: 1px solid #906a00;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 16px;
	transition: 0.2s;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	background: #906a00;
}
.button:hover {
	background: #efefef;
	color: #906a00;
}
span.anchorlink {
	position: relative;
	top: -80px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #dc1f3f;
}
.blue {
	color: #34698d;
}
.pink {
	color: #e63667;
}
.orange {
	color: #ff6a00;
}
.green{
	color: #02908e;
}
.yellow {
	color: #ffff00;
}
.gray{
	color: #888;
}
.white {
	color: #fff;
}
.button.orange {
	background: #ef6854;
	border: 1px solid #ef6854;
}
.button.orange:hover {
	background: #fff;
	border: 1px solid #ef6854;
	color: #ef6854;
}
.small{
	font-size: 80%;
}
img.free-tel-color {
	max-width: 24px;
	margin: 3px 3px 0 0;
}
.w-600 {
	width: 95%;
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.w-700 {
	width: 95%;
	max-width: 700px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.w-800 {
	width: 95%;
	max-width: 800px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
.w-900 {
	width: 95%;
	max-width: 900px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}
/* ===== * size * ====*/
.w1 {
	width: 8.3333% !important;
}
.w2 {
	width: 16.6666% !important;
}
.w3 {
	width: 25% !important;
}
.w4 {
	width: 33.3333% !important;
}
.w5 {
	width: 41.6666% !important;
}
.w6 {
	width: 50% !important;
}
.w7 {
	width: 58.3333% !important;
}
.w8 {
	width: 66.6666% !important;
}
.w9 {
	width: 75% !important;
}
.w10 {
	width: 83.333% !important;
}
.w11 {
	width: 91.6666% !important;
}
.w12 {
	width: 100% !important;
}
/* ==== * wrap_box * ===*/
.wrap_box {
	padding: 2rem 0;
	min-width: 1000px;
	z-index: 0;
	position: relative;
	background: #fff;
}
.wrap_box:last-child {
	padding-bottom: 5rem;
}
/* ===== * scroll_box * ====*/
.scroll_box {
	height: 220px;
	overflow: scroll;
	border-radius: 0.5rem;
	padding: 1rem;
	max-width: 800px;
	margin: auto;
	background: #f3f8ff;
}
/*スクロールバー表示させる*/
.scroll_box::-webkit-scrollbar{ 
    width: 10px;
}
.scroll_box::-webkit-scrollbar-thumb{ 
    background: #0061c5;
    border-radius: 10px;
}
.scroll_box::-webkit-scrollbar-track-piece:start{
    background: #cacaca;
}
.scroll_box::-webkit-scrollbar-track-piece:end{
    background: transparent;
}
/* ===== * accbox * =====*/
/*--===アコーディオン===--*/
/*ラベル*/
.accbox label {
	display: block;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
	height: auto;
	padding: 5px;
	/*background: #fff5eb;*/
	opacity: 1;
}
/* ===== * table01 * ====*/
table.table01 tbody tr:first-child td{
	border-top: #6d9ec3 solid 1px;
	border-right: #6d9ec3 solid 1px;
}
table.table01 {
	width: 100%;
	border-right: #6d9ec3 solid 1px;
	border-collapse: collapse;
	max-width: 800px;
	margin: 1rem auto 0;
}
table.table01 thead th {
	background:#ed1e79;
	color:#FFF;
	padding: 1rem;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#6d9ec3 solid 1px;
}
table.table01 tbody th {
	background:#6d9ec3;
	color:#FFF;
	padding: 1rem 0;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
table.table01 tbody tr:last-child th {
	border-bottom: solid 1px;
	width: 20%;
}
table.table01 tbody td {
	background:#FFF;
	padding: 0.7rem;
	border-left: #6d9ec3 solid 1px;
	border-bottom: #6d9ec3 solid 1px;
	vertical-align:middle;
	color: #555;
}
table.table01 tbody td p {
	font-size: 0.95rem;
	line-height: 1.5rem;
}
/* ===== * header * =====*/
.bg_coler .top_header {
	background: rgba(255,255,255,0.8);
	width: 100%;
	position: fixed;
	height: 80px;
	box-shadow: 1px 1px 3px rgba(15,47,70,0.5);
	z-index: 10;
}
.top_header {
	z-index: 2;
	position: relative;
}
.top_header .main_box {
	padding: 0;
}
.top_header h1.logo {
    max-width: 380px;
}
.top_header h1.logo img:after {
	content: "";
	background: #4d89d2;
	width: 100%;
	height: 100%;
	display: block;
	padding: 1rem;
	z-index: 1000;
	position: absolute;
	top: 0;
}
.top_header p {
	display: block;
	width: 100%;
	margin-top: 0.5rem;
	padding: 0rem;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
}
.top_header p a {
	display: block;
}
.top_header p a:hover {
	border-bottom: 1px solid #0e6eb8;
}
.top_header .button {
	width: 100%;
	margin: 0.5rem 5px 0;
	border: 1px solid #ffffff;
	padding: 6px 5px 3px;
	text-align: center;
	font-size: 15px;
	transition: 0.2s;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	background: #6d9ec3;
	border-radius: 1rem;
}
.top_header h1.logo img {
	width: 100%;
	height: auto;
	margin: 5px auto 0;
	display: block;
}
.top_header .right .container li {
	width: 14%;
}
.top_header .right .container li:nth-child(4) {
	width: 24%;
}
.top_header .right .container li:nth-child(5) {
	width: 20%;
}
/* ===== * footer * ====*/
.l-footer {
	background: #001e5f;
}
.l-footer ul {
	margin-bottom: 1rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
}
.l-footer .main_box>a {
	max-width: 300px;
	margin: auto;
	height: auto;
	display: block;
	margin-bottom: 2rem;
}
.l-footer li {
	width: 15.5%;
}
.l-footer li:nth-child(4) {
	width: 20%;
}
.l-footer small{
	display: block;
	color: #fff;
}
/* == * IE10～11に対応 * ==*/
@media print, screen and (max-width: 1200px) {
	.main_box {
		padding: 1rem 0.5rem;
	}
}

/* ====== * レスポンシブ * =======*/

@media print, screen and (max-width:979px) {
	.wrap_box {
		min-width: auto;
	}
}
@media print, screen and (max-width:780px){
	main,.main_box {
		max-width: auto;
		min-width: auto;
		margin: auto;
		padding: 1rem;
	}
	.wrap_box:last-child {
		padding-bottom: 3rem;
	}
	.left {
		float: none;
		width: 100%;
	}
	.right {
		float: none;
		width: 100%;
	}
	.flex {
    	display: block!important;
	}
	.button {
		width:95%;
		max-width: auto;
	}
	/* === * size * === */
	.w1 {
		width:100% !important;
	}
	.w2 {
		width:100% !important;
	}
	.w3 {
		width:100% !important;
	}
	.w4 {
		width:100% !important;
	}
	.w5 {
		width:100% !important;
	}
	.w6 {
		width:100% !important;
	}
	.w7 {
		width:100% !important;
	}
	.w8 {
		width:100% !important;
	}
	.w9 {
		width:100% !important;
	}
	.w10 {
		width:100% !important;
	}
	.w11 {
		width:100% !important;
	}
	.w12 {
		width:100% !important;
	}
}/*780px*/

