@charset "utf-8";
/* CSS Document */
@font-face {
	font-family:fontg;
	src:url('font/MPLUSRounded1c-Medium.ttf') format("truetype");
}
/*@font-face {
	font-family:fontm;
	src:url('font/NotoSerifJP-Regular.otf') format("truetype");
}*/
#layout {
	opacity: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: 'fontg', sans-serif;
	line-height: 1.7;
	word-break: break-all;
	color: #000;
	font-size: 16px;
	min-width: 1300px;
	font-weight: lighter;
}
.text{/*M PLUS用*/
	transform: rotate(0.03deg);
}
.font_bold{
	font-weight: 900;
}
div,p{
	max-height: 100%;/*text クローム*/
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
.DEV_PC {
}
.DEV_SP {
	display: none;
}
.Link1_opacity a:hover {
	opacity: 0.5;
}
.space_t_m_8p{
	margin-top: 8px;
}
.space_t_m_16p{
	margin-top: 16px;
}
h1 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 210px;
	text-align: right;
}
.m_034987 {
	color: #034987;
}
.m_12 {
	font-size: 12px;
}
.m_kai {
	text-indent: -1em;
	padding-left: 1em;
}
.m_kai2 {
	text-indent: -1em;
	padding-left: 2em;
}
.m_kai3 {
	text-indent: -1em;
	padding-left: 3em;
}
#load {
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 101;
	max-height: none;
}
#icon_next {
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 999;
}
#head_pc {
	background-color: #FFF;
	height: 130px;
	width: 100%;
}
#head_pc_w {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head_pc_w_l {
	display: flex;
	align-items: center;
	color: #034987;
}
#head_pc_w_r {
	display: flex;
}
#head_pc_w_r a {
	color: #034987;
	text-decoration: none;
	width: auto;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #034987;
	text-align: center;
	transition: 0.5s;
	padding-right: 16px;
	padding-left: 16px;
}
#head_pc_w_r a:hover {
	background-color: #034987;
	color: #FFF;
}
#head_pc_w_r_end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #034987;
}
.head_sp_rogo {
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 70px;
	width: 100%;
}
.head_sp_rogo_sw {
	background-image: url(images/etc/sp_sw_o.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}
.head_sp_rogo_sw.open_rogo {
	background-image: url(images/etc/sp_sw_x.png);
}

.head_sp_menu {
	background-color: #F7F7F7;
	position: fixed;
	z-index: 1000;
	top: 70px;
	right: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100%);
	font-size: 18px;
}
.head_sp_menu section div a {
	padding: 16px;
	text-align: center;
	display: block;
	color: #034987;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.head_sp_menu_etc a {
	padding: 10px !important;
	color: #FFF!important;
	background-color: #999;
}

.head_sp_menu.open_menu {
	transform: translate(0);
}
#footer_pc_text {
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer_pc_text section {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_pc_text_l {
	color: #034987;
	padding-left: 10px;
}
#footer_pc_text_r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 160px;
}
#footer_pc_text_r a{
	color: #034987;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #034987;
	display: block;
	text-align: center;
	transition: 0.5s;
	width: auto;
	padding-right: 16px;
	padding-left: 16px;
}
#footer_pc_text_r a:hover{
	background-color: #034987;
	color: #FFF;
}
#footer_pc_text_r_end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #034987;

}
#footer_copy {
	background-color: #E1E4E7;
	width: 100%;
}

#footer_copy section {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	color: #034987;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
#footer_copy_l {
	padding-left: 10px;
}
#footer_copy_r {
	padding-right: 160px;
	font-size: 14px;
}
#footer_copy_r span a{
	color: #034987;
	padding-top: 3px;
	padding-right: 16px;
	padding-bottom: 3px;
	padding-left: 16px;
	margin-right: 20px;
	text-decoration: none;
	border: 1px solid #034987;
	border-radius: 50px;
}

/*----------------------------------------------------------------------------------------*/
.bg_w {
	background-color: #FFF;
	width: 100%;
}
.bg_g {
	background-color: #E1E4E7;
	width: 100%;
}
.bg_sp_LR {
	width: 100%;
}
.bg_sp_to {
	padding-top: 160px;
}
.bg_sp_bo {
	padding-bottom: 160px;
}
.sub_title {
	text-align: center;
}

.sub_title p {
	text-align: center;
	display: inline-block;
	color: #034987;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C81518;
	font-size: 45px;
	font-weight: bold;
}
.SP_bg_w {
	background-color: #FFF;
	width: 100%;
}
.SP_bg_g {
	background-color: #E1E4E7;
	width: 100%;
}
.SP_bg_sp_to {
	padding-top: 50px;
}
.SP_bg_sp_bo {
	padding-bottom: 50px;
}

/*----------------------------------------------------------------------------------------*/
#top_main_img {
	height: 700px;
	width: 100%;
	background-image: url(images/top/top_main_img.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#top_slick {
	background-color: #E1E4E7;
	padding-top: 100px;
	position: relative;
}
#top_slick_img {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_slick_img div {
	outline: none;
	text-align: center;
}
#top_slick_img div img{
	width: 99%;
	margin-right: 1px;
	margin-left: 1px;
}
#top_slick_sw {
	height: 80px;
	padding-top: 20px;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	position: relative;
}
#top_scr {
	height: 150px;
	width: 20px;
	position: absolute;
	overflow: hidden;
	z-index: 11;
	left: 50%;
	max-height: none;
	margin-top: -60px;
}
#top_scr_line {
	position: absolute;
	animation: anime_play;
	animation-duration: 3s;
	animation-iteration-count: infinite;/*無限*/
}
@keyframes anime_play {
	0% {
		top: -150px;
	}
	100% {
		top: 0px;
	}
}

#top_box6 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	max-width: 1250px;
}
#top_box6 section {
	width: 600px;
	box-sizing: border-box;
	box-shadow: 2px 2px 3px 3px #CCC;
	margin-top: 50px;
	display: flex;
	padding: 30px;
	background-color: #FFF;
}
#top_box6 section {
	position: relative;
	transition: 0.5S;
	border: 2px solid #FFF;
}
/*#top_box6 section:hover {
	border: 2px solid #034987;
}*/
#top_box6 .top_box6_Link:hover {
	border: 2px solid #034987;
}

#top_box6 section a{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top_box6_l {

}

.top_box6_r {
	padding-left: 20px;
	flex: 1;
	position: relative;

}
.top_box6_r_l {
	color: #034987;
	font-size: 25px;
}
.top_box6_r_more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#top_box3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	max-width: 1250px;
}
#top_box3 section {
	width: 370px;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 3px 3px #CCC;
	margin-top: 20px;
}
.top_box3_l {
	text-align: center;
}
.top_box3_r {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#top_policy_01 {
	margin-top: 50px;
	text-align: center;
}
#top_policy_02 {
	text-align: center;
	margin-top: 20px;
}
#top_policy_03 {
	text-align: center;
	margin-top: 50px;
}
#top_policy_04 {
	height: 500px;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/top/policy_04.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.top_qa {
	background-color: #FFF;
	border: 1px solid #034987;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.top_qa_q {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #034987;
}
.top_qa_q:hover {
	background-color: #F3F3F3;
}
.top_qa_q1 {
	background-image: url(images/top/top_qa_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	font-weight: bold;
}

.top_qa_a {
	background-image: url(images/top/top_qa_a.png);
	background-repeat: no-repeat;
	background-position: 50px top;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 80px;
	font-size: 20px;
	display: none;
}
#top_map {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	max-width: 1000px;
}
#top_map_l {
	width: 600px;
}
#top_map_r {
	width: 400px;
}
#top_map_r table tr th {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}
#top_map_r table tr td {
	text-align: left;
	vertical-align: top;
}
#top_end {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}
#top_end a img{
	border: 1px solid #E1E4E7;
	transition: 0.3S;
	margin-top: 15px;
	box-shadow: 2px 2px 3px 3px #CCC;
}
#top_end a img:hover{
	border: 1px solid #034987;
}
#SP_top_slick_img {
	padding-top: 40px;
	background-color: #E1E4E7;
	padding-bottom: 40px;
}
#SP_top_slick_img div {
	outline: none;
	text-align: center;
}
#SP_top_slick_img div img{
	width: 96%;
	margin-right: 2px;
	margin-left: 2px;
}
#SP_top_scr {
	height: 75px;
	width: 10px;
	position: absolute;
	overflow: hidden;
	z-index: 11;
	left: 50%;
	max-height: none;
	margin-top: -35px;
}
#SP_top_scr_line {
	position: absolute;
	animation: anime_play_sp;
	animation-duration: 3s;
	animation-iteration-count: infinite;/*無限*/
}
@keyframes anime_play_sp {
	0% {
		top: -75px;
	}
	100% {
		top: 0px;
	}
}

.SP_sub_title {
	text-align: center;
}
.SP_sub_title p {
	display: inline-block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD0000;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #034987;
}
.SP_top_box6 {
	width: auto;
	margin-top: 40px;
	padding-right: 22px;
	padding-bottom: 22px;
	padding-left: 22px;
	box-sizing: border-box;
	box-shadow: 2px 2px 3px 3px #CCC;
	background-color: #FFF;
	position: relative;
}
.SP_top_box6 a{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.SP_top_box6_1 {
	text-align: center;
}
.SP_top_box6_2 {
	font-size: 17px;
	text-align: center;
	color: #034987;
	padding-bottom: 10px;
	font-weight: bold;
}
.SP_top_box6_3 {
	font-size: 15px;
	padding-bottom: 22px;
}
.SP_top_box3 {
	display: flex;
	align-items: center;
	background-color: #FFF;
	width: 100%;
	margin-top: 16px;
	box-sizing: border-box;
	box-shadow: 2px 2px 3px 3px #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.SP_top_box3_1 {
}
.SP_top_box3_2 {
	font-size: 15px;
}
.SP_top_qa {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #034987;
	background-color: #FFF;
	margin-top: 16px;
}
.SP_top_qa_q {
	display: flex;
	justify-content: space-between;
	padding: 16px;
}
.SP_top_qa_q1 {
	font-size: 15px;
	color: #034987;
	font-weight: bold;
	background-image: url(images/top/sp_qa_q.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 12px;
	background-size: 8px 10px;
}
.SP_top_qa_q2 {
	margin-left: 10px;
}
.SP_top_qa_a {
	font-size: 14px;
	background-image: url(images/top/sp_qa_a.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 12px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 16px;
	background-size: 8px 10px;
	display: none;
}

















/*----------------------------------------------------------------------------------------*/
#cont_wide {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.cont_text02 {
	font-size: 14px;
	color: #C30;
}
.cont_form_all{
}
.cont_form01,.cont_form02,.cont_form03,cont_form04 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	box-sizing: border-box;
}
.cont_form01 {
	width: 100%;
}
.cont_form02 {
}
.cont_form03 {
	height: 10em;
	width: 100%;
	resize: none;
}
.cont_sw1 {
	color: #FFF;
	background-color: #034987;
	font-size: 30px;
	margin-top: 50px;
	border-radius: 10px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 5em;
}
.cont_sw2 {
	color: #FFF;
	background-color: #999999;
	font-size: 30px;
	margin-top: 30px;
	border-radius: 10px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 5em;
}
.cont_sw1:hover,.cont_sw2:hover {
	background-color: #333;
}
#cont_tk{
	transform: scale(1.5);
}



/*----------------------------------------------------------------------------------------*/


#SP_CSS-----------------------------------------------------------------------------------------------------------------------------------------------{
}
@media screen and (max-width: 737px){
body {
	min-width: 0px;
}
.DEV_PC {
	display: none !important;
}
.DEV_SP {
	display: block !important;
}
.sp_w100{
	width: 100%;
}
.space_sp_t_m_8p{
	margin-top: 8px;
}
.space_sp_t_m_16p{
	margin-top: 16px;
}
h1 {
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#main{
	margin-top: 70px;

}
#icon_next {
	right: 10px;
	bottom: 20px;
}

#footer_copy section {
	width: 100%;
	font-size: 12px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footer_copy_l {
	padding-left: 0px;
	width: 100%;
}
#footer_copy_r {
	padding-right: 0px;
}
.bg_sp_LR {
	width: calc(100% - 48px);
	margin-right: auto;
	margin-left: auto;
}
.bg_sp_to {
	padding-top: 40px;
}
.bg_sp_bo {
	padding-bottom: 40px;
}
.sub_title p {
	font-size: 28px;
}

/*----------------------------------------------------------------------------------------*/
.cont_form01,.cont_form02,.cont_form03,cont_form04 {
	padding: 4px;
}
.cont_form04 {
	font-size: 20px;
}
/*----------------------------------------------------------------------------------------*/
#SP_E-CSS-----------------------------------------------------------------------------------------------------------------------------------------------{}
}
