@charset "utf-8";
@media (min-width: 768px) {

}
@media (max-width: 767px) {
input[type="submit"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
.hover:hover {
	opacity:1;
}
.link01:hover {
	text-decoration: none;
}
body {
	font-size: 12px;
	min-width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
.cmnwrap {
	padding-right: 4%;
	padding-left: 4%;
}
.cmnwrap.sp_type02 {
	padding-right: 0;
	padding-left: 0;
}
.headwrap {
	padding-right: 0;
	padding-left: 0;
	min-height: 52px;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.headleft {
	padding-top: 6px;
}
.headleft01 {
	width: 235px;
}
.spmenu {
	float: right;
	margin-top: 12px;
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/menu.png);
}
.spmenu.active {
	background-image: url(../img/menu_close.png);
}
.content {
	position: relative;
	overflow-x: hidden;
}
.headright {
	position: absolute;
	right: -280px;
	top: 30px;
	z-index: 10;
	float: none;
	padding-top: 0px;
	font-size: 0;
	transition: 0.3s;
}
.headright.active {
	right: 0;
}
.headright01 {
	display: block;
	margin-bottom: 1px;
}
.headright01::after {
	display: none;
}
.headright01:last-child::after {
	display: none;
}
.headright a {
	display: block;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 250px;
	text-align: center;
	font-size: 15px;
	background-color: rgba(3,48,117,0.85);
}

.mv {
	padding-top: 30px;
	padding-bottom: 15px;
}
.mv01 img {
	width: 100%;
}
.slick-dots {
	padding-top: 15px;
}

.box01 {
	padding-top: 35px;
	padding-bottom: 50px;
}
.box01_01 {
	margin-bottom: 40px;
	font-size: 17px;
	line-height: 1.4;
}
.box01_02 {
	margin-bottom: 15px;
	font-size: 14px;
}
.box01_02::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 9px;
	width: 17px;
	height: 17px;
	background-color: #033075;
}
.box01_03 {

}
.box01_04 {
	float: none;
	width: 100%;
	border-top: 1px solid #898989;
	border-right: 1px solid #898989;
	border-bottom: none;
	border-left: 1px solid #898989;
}
.box01_04:last-child {
	border-bottom: 1px solid #898989;
}
.box01_05 {
	padding-left: 20px;
}
.box01_06 {
	display: table-cell;
	width: 82px;
	vertical-align: middle;
	transition: 0.2s;
}
.box01_05:hover .box01_06{
	opacity: 1;
}
.box01_06 img {
	width: 82px;
	border-radius: 41px;
}
.box01_08 {
	margin-bottom: 28px;
	font-size: 13px;
}
.box01_09 {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 25px;
	font-size: 13px;
}
.box01_09::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/icon_arrow_blue.png);
	transition: 0.2s;
}
.box01_05:hover .box01_09::after {
	right: 0;
}

.box02 {
	padding-bottom: 50px;
}
.box02_01 {
	margin-bottom: 40px;
	padding-right: 8%;
	padding-left: 8%;
	
}
.box02_01 img {
	width: 100%;
}
.box02_03 {
	margin-bottom: 40px;
	width: 100%;
	float: none!important;
}
.box02_03:last-child {
	margin-bottom: 0;
}
.box02_04 {
	margin-bottom: 25px;
}
.box02_05 {
	margin-bottom: 20px;
	line-height: 1.35;
}
.box02_06 {

}
a.btn01 {
	display: block;
	position: relative;
	padding-top: 13px;
	padding-bottom: 12px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	background-color: #00398b;
}
a.btn01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0!important;
	z-index: 1;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #fff;
}

.foottop {
	padding-top: 60px;
	padding-bottom: 40px;
}
.foottop01 {
	margin-bottom: 40px;
}
.foottop img {
	width: 80px;
}
.foottop02 {
	margin-bottom: 25px;
	font-size: 12px;
}
.foottop03 {
	font-size: 0;
}
.foottop04 {
	display: inline-block;
	font-size: 11px;
}
.foottop04::after {
	content: '|';
	display: inline-block;
	margin-right: 7px;
	margin-left: 7px;
}
.foottop04:last-child::after {
	display: none;
}
.footbtm {
	padding-top: 13px;
	padding-bottom: 13px;
}
.footbtm01 {
	font-size: 10px;
}

}