@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|PT+Sans&display=swap&subset=japanese');

@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

body {
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: auto;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

.cl {
	clear: both;
}
a {  
  color: inherit;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_no-kaigyo {
	display: none;
}
.sp_no-kaigyo {

}
.sitama16 {
	margin-bottom: 16px;
}
.sitama24 {
	margin-bottom: 24px;
}
header {
	padding-top: 2.3%;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 2.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#head_logo {
    width: 544px;
}
#head_logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#head_eki {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    line-height: 1.4em;
    margin-right: 16px;
    margin-bottom: 8px;
    border-bottom: 4px solid #910D23;
    display: inline-block;
    padding-bottom: 4px;
}
.head_eki_red {
    font-size: 24px;
    color: #910D23;
    font-weight: 800;
}

#head_logo h1 {
    color: #13206F;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.3em;
    width: 100%;
}
#head_logo h1 span {
	font-size: 20px;
	color: #231815;
	line-height: 1.5em;
	display: block;
	margin-bottom: 4px;
}
#head_logo h1 span #eria_red {
	color: #910D23;
	display: inline;
}
#head_contact {
	width: 280px;
}
#head_telnum_head {
    text-align: center;
    margin-bottom: 8px;
    color: #910D23;
    font-weight: bold;
    font-size: 16px;
}

#head_telnum {
    font-family: 'Anton', sans-serif;
    font-size: 36px;
    color: #13206F;
    line-height: 1em;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
#head_telnum a {
	text-decoration: none;
}
#head_telnum a img {
	width: 40px;
	height: auto;
	margin-right: 8px;
}
#head_mailbtn {
    display: flex;
    justify-content: space-between;
}
#head_mailbtn a {
    background-color: #910D23;
    text-decoration: none;
    color: hsla(0,0%,100%,1.00);
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    width: 48.46%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#head_mailbtn #head_line {
    background-color: #06C755;
    font-size: 18px;
}
#head_mailbtn #head_line img {
    vertical-align: sub;
}


#head_mailbtn a img {
	width: 20px;
	height: auto;
	margin-right: 8px;
}
#main-catch_wrap {
	position: relative;
}
#main-catch_img {
	width: 100%;
}
#main-catch_copy_wrap {
	width: 46.92%;
	position: absolute;
	left: 5%;
	max-width: 568px;
	top: 50%;
	z-index: 200;
	transform: translateY(-50%);
}
#main-catch_copy_wrap img {
	width: 100%;
}

#catch-copy_attention {
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	background-color: #910D23;
	padding-top: 24px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 24px;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#catch-copy_attention img {
	width: 100%;
	height: auto;
	margin-right: 24px;
}
#catch-copy_attention .catch-copy_1sp {
	display: none;
}


#catch-copy_attention p {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.5em;
	color: hsla(0,0%,100%,1.00);
	letter-spacing: 1px;
}
#catch-copy_attention p strong {
}
#catch-copy_attention p strong span {
	font-size: 48px;
	color: #C5982B;
	display: block;
	background-image: url(images/nami-border.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 16px;
	line-height: 1em;
}
#catch-copy_txt {
	padding-top: 24px;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 24px;
	background-color: hsla(233,94%,13%,0.88);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#catch-copy_txt img {
	width: 100%;
}
#catch-copy_txt .catch-copy_2sp {
	display: none;
}


#catch-copy_txt p {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.5em;
}
.copy_txt_o  {
	color: #C5982B;
}
.copy_txt_r {
	color: #910D23;
	font-size: 40px;
}
#main_sita_wrap {
	padding: 48px;
	background-image: -webkit-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
}
#main_sita_box {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	max-width: 960px;
}
#main_sita_box img {
	width: 26.92%;
}
#komoku_wrap {
	padding-bottom: 56px;
	background-image: url(images/toriatsukai_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-left: 3.84%;
	padding-right: 3.84%;
}
.contents_midasi_wrap {
	background-color: #FFFFFF;
	padding-top: 32px;
	padding-bottom: 32px;
}
.contents_midasi_wrap p {
	font-size: 40px;
	font-weight: 800;
	text-align: center;
	line-height: 1.5em;
}
.contents_midasi_wrap .c-midasi_blk {
}
.sankaku_o {
	display: block;
	width: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 56px;
}
.komoku_catchcopy {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #910D23;
	line-height: 1.3em;
	text-align: center;
}
#komoku_wrap ul {
	margin-top: 64px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
#komoku_wrap ul li {
	width: 17.54%;
	margin-right: 3.07%;
	margin-bottom: 40px;
	background-color: #13206F;
}
#komoku_wrap ul li:nth-child(5){
	margin-right: 0%;
}
#komoku_wrap ul li:nth-child(10){
	margin-right: 0%;
}
#komoku_wrap ul li img {
	width: 100%;
}
.gyoshu_txt-wrap {
	padding-top: 12px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 12px;
}
.gyoshu_txt-wrap p {
	color: #EEC62B;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}
#hojin_1man_wrap {
	padding-bottom: 72px;
	background-image: url(images/hojin_1man_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-left: 3.84%;
	padding-right: 3.84%;
}
#hojin_1man_box {
	background-color: hsla(232,95%,8%,0.76);
	max-width: 1040px;
	margin-left: auto;
	padding: 32px;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#hojin_1man_ue {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5em;
	letter-spacing: 1px;
	display: flex;
	justify-content: center;
}
#hojin_1man_ue span {
	padding-right: 56px;
}
#hojin_1man_ue span:nth-child(2) {
	padding-right: 0px;
}
#hojin_1man_sita {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
}
#hojin_1man_sita span {
	color: #C5982B;
	font-size: 40px;
	font-weight: 900;
}
#hojin_1man_sita span #hojin_1man_sita_big {
	font-size: 48px;
	line-height: 1.5em;
}
.action_wrap {
	padding-top: 80px;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 80px;
}
.action_box {
	max-width: 1040px;
	margin-right: auto;
	background-image: -webkit-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	padding: 8px;
	background-image: linear-gradient(180deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	position: relative;
	margin-left: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.action_border {
	padding-top: 48px;
	padding-right: 48px;
	padding-left: 48px;
	padding-bottom: 48px;
	border: 1px solid #FFFFFF;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.action_tel_box {
	width: 368px;
	margin-right: 4.61%;
}
.action_tel-txt {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.action_tel-num {
	font-family: 'Anton', sans-serif;
	font-size: 44px;
	color: #FFFFFF;
	line-height: 1em;
	margin-top: 16px;
}
.tel_num-link {
	text-decoration: none;
	letter-spacing: 2px;
}

.action_tel-num img {
	width: 40px;
	height: auto;
	margin-right: 16px;
}
.action_mail-line {

}
.action_mail {
    background-image: -webkit-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 1em;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}
.action_mail img {
    width: 32px;
    margin-right: 8px;
}
.action_line {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 1em;
    padding: 16px;
    display: block;
    text-align: center;
    background-color: #06C755;
}
.action_line img {
    width: 28px;
    margin-right: 8px;
    vertical-align: sub;
}
.action_hito-img {
	width: 264px;
	position: absolute;
	top: -43px;
	left: 82%;
}
.contents_midasi_wrap.c-midasi_bg-bl {
	background-image: -webkit-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
}
.c-midasi_blk.c-midasi-w {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}
.c-midasi-org {
	color: #C5982B;
	font-size: 48px;
}
#hikakuhyo_wrap {
	background-image: url(images/hikaku_bgimg.png);
	background-repeat: no-repeat;
	background-position: 70% top;
	padding-bottom: 80px;
	padding-left: 3.07%;
	padding-right: 3.07%;
	background-size: cover;
}
#hikaku_box {
	width: 68%;
}
#hikaku_txtbox {
	padding-top: 32px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 32px;
	background-color: hsla(0,0%,100%,0.77);
	width: 61.53%;
	-webkit-box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
	box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
}
.hikaku_catch {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.5em;
	color: #910D23;
	letter-spacing: 0px;
}
.hikaku_texttext {
	font-size: 23px;
	font-weight: 600;
	color: #231815;
	line-height: 1.8em;
}
.hikaku_texttext span {
	font-size: 18px;
}
#hikaku-hyo_box {
	margin-top: 48px;
	width: 75.38%;
}
#hikaku-hyo_box img {
	width: 100%;
}
#hikaku-hyo_box .hikaku-hyo_sp1 {
	display: none;
}
#hikaku-hyo_box .hikaku-hyo_sp2 {
	display: none;
}



#hikaku_tasha {
	width: 100%;
}
#hikaku_tasha th {
	border-bottom: 1px solid #A7A8A9;
	border-right: 1px solid #A7A8A9;
}
#hikaku_tasha .hikaku_th-none {

}


#hikaku_tasha .hikaku_th-brn {
	background-color: #3E3A39;
	color: hsla(0,0%,100%,1.00);
	font-size: 18px;
	font-weight: 500;
	border-top: 1px solid #A7A8A9;
}

#hikaku_tasha .hikaku_th-g {
	background-color: #D6D6D6;
	font-size: 18px;
	color: #231815;
	letter-spacing: 1px;
}
#hikaku_tasha td {
	background-color: hsla(0,100%,100%,1.00);
	border-bottom: 1px solid #A7A8A9;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}




#hikaku_tousha {
}
#message_wrap {
	padding-top: 0px;
	padding-bottom: 96px;
	background-image: url(images/kaosku_bg.png);
	background-repeat: no-repeat;
	background-position: 3% bottom;
	background-size: cover;
	padding-right: 3.07%;
}
#meaasage_box {
	padding: 32px;
	background-color: hsla(0,0%,100%,0.77);
	width: 60%;
	-webkit-box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
	box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
	margin-top: 80px;
	margin-left: auto;
}
#meaasage_box p {
	font-size: 26px;
	font-weight: 600;
	color: #231815;
	line-height: 1.6em;
}
.message_txt-o {
	color: #A8041F;
	font-size: 30px;
	font-weight: 800;
}
.message_txt-b {
	color: #5D4CF0;
	font-size: 30px;
	font-weight: 800;

}


#tokucho_wrap {
	padding-top: 96px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 4.61%;
	background-image: url(images/tokucho_bgb.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contents-h2 {
	color: hsla(0,0%,100%,1.00);
	font-size: 36px;
	text-align: center;
	line-height: 1em;
	text-shadow: 0px 0px 16px #000000;
}
.colum5 {
	margin-top: 72px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.colum5 li {
	width: 18.46%;
	margin-right: 1.925%;
	margin-bottom: 40px;
	background-color: #13206F;
}
.colum5 li:nth-child(5){
	margin-right: 0%;
}
.colum5 li img {
	width: 100%;
}
.tokycho_txt-wrap {
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	display: flex;
}
.tokycho_txt-wrap p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-align: center;
}
.tokycho_txt-wrap p span {
	color: #EEC62B;
	font-size: 18px;
}
#profile_wrap {
	padding-top: 80px;
	padding-right: 6.15%;
	padding-left: 6.15%;
	padding-bottom: 144px;
	background-image: url(images/profile_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#profile_box {
	position: relative;
}
#profile_box img {
	width: 416px;
	-webkit-box-shadow: 0px 0px 16px #333333;
	box-shadow: 0px 0px 16px #333333;
	position: absolute;
}
#profile_txtbox {
	width: 68%;
	margin-left: 380px;
}
.profile_txt-ue {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.8em;
	padding-left: 80px;
}
.profile_txt-ue_sp {
	display: none;
}
.profile_txt-ue_sp span {
}


.profile_txt-ue span {
	color: #910D23;
	font-size: 40px;
}
#profile_txt-sita_box {
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 28px;
	background-color: #FFFFFF;
	margin-top: 32px;
	padding-left: 80px;
}
#daihyo_name {
	font-size: 27px;
	font-weight: 800;
	line-height: 1em;
	border-bottom: 1px solid #000000;
	padding-bottom: 8px;
	margin-bottom: 8px;
	letter-spacing: 1px;
}
#daihyo_name span {
	font-size: 22px;
	margin-right: 24px;
	font-weight: 600;
}
.profile_message {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.9em;
}
.profile_message span {
	color: #910D23;
	font-weight: 800;
}
.profile_message .works500 {
	font-size: 40px;
}
#flow_wrap {
	padding-top: 80px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 40px;
	background-image: url(images/flow_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#flow_merit-box {
	display: flex;
	justify-content: center;
	margin-top: 56px;
}
.merit3p {
	background-image: -webkit-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
	border-radius: 8px;
	background-image: linear-gradient(180deg,rgba(145,13,35,1.00) 0%,rgba(128,0,23,1.00) 100%);
	color: #E2EE2A;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: center;
	line-height: 1m;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
}
.merit3p:nth-child(2) {
	margin-left: 40px;
	margin-right: 40px;
	
}
#voice_wrap {
	padding-top: 88px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 80px;
	background-image: url(images/voice_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#voice_boxwrap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.voice_box {
	padding-top: 32px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 32px;
	background-color: hsla(0,0%,100%,0.82);
	-webkit-box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
	box-shadow: 0px 0px 16px hsla(0,0%,0%,1.00);
	margin-bottom: 64px;
}
.voice_box h3 {
	color: #16154F;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 600;
	border-bottom: 1px solid #16154F;
	padding-bottom: 8px;
	margin-bottom: 24px;

}
.yushi-gaku {
	font-size: 32px;
	line-height: 1em;
	color: #910D23;
	font-weight: 600;
}
.yushi-gaku sapn {
	background-color: #13206F;
	color: #EEC62B;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	width: 100px;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 24px;
	line-height: 1em;
	vertical-align: top;
}

.voice_voice-box {
	margin-top: 16px;

}
.voice_voice-box p {
	color: #231815;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8em;
}
#faq_wrap {
	padding-top: 56px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 80px;
}
.contents-h2.c-h2_navy {
	color: #16154F;
	font-size: 44px;
	text-shadow: 0px 0px #FFFFFF;
}
#faq_box {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
#contact_tel_wrap {
	padding-top: 80px;
	padding-right: 6.15%;
	padding-left: 6.15%;
	padding-bottom: 80px;
	background-image: url(images/contact_catch_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
#contact_tel-box {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 56px;
}
.contact_tel-midasi {
	background-image: -webkit-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	padding-top: 16px;
	padding-bottom: 16px;
}

.contact_tel-midasi-txt {
	color: #EEC62B;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}
#contact_tel-num_box {
	padding-bottom: 48px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: hsla(0,0%,100%,0.82);
}
.sankaku_o.sitama24 {
	margin-bottom: 40px;
}

#contact_tel-num_box p {
	font-family: 'Anton', sans-serif;
	color: #13206F;
	font-weight: normal;
	font-size: 56px;
	letter-spacing: 3px;
	text-align: center;
}
#contact_tel-num_box p a {
	text-decoration: none;
}
#contact_tel-num_box p a img {
	width: 56px;
	margin-right: 16px;
}
#contact_line_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 6.15%;
    padding-right: 6.15%;
    background-color: #EFEFEF;
}
#contact_line_wrap h2 {
    font-size: 40px;
    line-height: 1.6em;
    text-align: center;
    color: #06C755;
    margin-bottom: 24px;
}
#contact_line_wrap p {
}

#contact_line_wrap p a {
    display: block;
    background-color: #06C755;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    text-decoration: none;
    width: 344px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    text-align: center;
}
#contact_line_wrap p a img {
    width: 32px;
    margin-right: 8px;
}




#contact_wrap {
	padding-top: 80px;
	padding-right: 6.15%;
	padding-left: 6.15%;
	padding-bottom: 96px;
}
.contents-h2.c-h2_navy2 {
	color: #16154F;
	font-size: 40px;
	font-weight: 800;
	text-shadow: 0px 0px #FFFFFF;
}
.contact_hissu {
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 64px;
}
.contact_hissu2 {
	color: #D00003;
}
.form_box {
	margin-top: 64px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#form table {
	width: 100%;
	margin-bottom: 40px;
	border-top: 1px solid #D9ECFC;
}
#form table th {
	text-align: left;
	width: 28%;
	font-size: 16px;
	padding-left: 2%;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 2%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 700;
	background-color: #DEEDF9;
	color: #16154F;
	letter-spacing: 1px;
}
#form table td {
	border-bottom: 1px solid #D9ECFC;
	padding-left: 4%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	padding-right: 4%;
	line-height: 2em;
	color: #414146;
}
.form_text_s {
	font-size: 11px;
}

.form_check {
	margin-bottom: 6px;
}
.form_midasi {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 32px;
	line-height: 36px;
	border-left-color: #009453;
	/* [disabled]border-left-style: solid; */
	border-left-width: 8px;
	padding-left: 24px;
	background-color: #009453;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#question {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 32px;
}
#privacy-policy_box {
	padding: 24px;
	margin-top: 56px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 16px #909090;
	box-shadow: 0px 0px 16px #909090;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#privacy-policy_box p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
#privacy-policy_box p a {
	color: #4015BC;
}
footer {
	background-image: -webkit-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
	padding-top: 64px;
	padding-right: 3.07%;
	padding-left: 3.07%;
	padding-bottom: 64px;
	background-image: linear-gradient(180deg,rgba(20,33,112,1.00) 0%,rgba(22,21,79,1.00) 100%);
}
#foot_box {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#foot_info-box {
	width: 40%;
	margin-right: 4.61%;
}
#foot_info-box img {
	width: 184px;
	margin-bottom: 24px;
}
#foot_info-box p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}
#foot_info-box p span {
	display: block;
}



#foot_map-box {
	width: 60%;
}
#foot_map-box p {
	background-color: #EEC62B;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#copyright {
	background-color: #CDCDCE;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.corona {
	width: 100%;
}
.corona_sp {
	display: none;
}

#pp_wrap {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 96px;
	margin-bottom: 96px;
	padding-left: 6.15%;
	padding-right: 6.15%;

}
#pp_wrap p {
	font-size: 16px;
	line-height: 1.6em;
}
#pp_wrap h3 {
	margin-top: 32px;
	font-size: 20px;
	line-height: 1.6em;
}


















#side_contact-btn {
    position: fixed;
    right: 0px;
    border-bottom-right-radius: 0px;
    top: 216px;
}
#side_contact-btn a {
    display: block;
    margin-bottom: 16px;
}

#side_contact-btn a img {
	width: 48px;
	height: auto;
}
#side_contact-btn_sp {
	display: none;
}

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-bottom-right-radius: 0px;
}
#pagetop a img {
	/* [disabled]border-radius: 4px; */
	width: 40px;
	height: auto;
}

#thanks_wrap {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 4.61%;
	padding-right: 4.61%;
	text-align: center;
}
#thanks_catch {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 32px;
	line-height: 1.5em;
}
.thanks_txt {
	color: #333333;
	font-size: 18px;
	line-height: 1.8em;

}
#thanks_tel-num {
	color: #13206F;
	font-size: 32px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1em;
	margin-top: 40px;
	display: inline-block;
	pointer-events: none;
}
#thanks_back-home {
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #910D23;
	display: block;
	margin-left: auto;
	line-height: 1em;
	text-align: center;
	width: 248px;
	margin-top: 48px;
	font-weight: normal;
	margin-right: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}
