bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

html {
	font-size: 62.5%;
}

* {
	max-height: 99999px;
}

body {
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #333;
	font-weight: 500;
	line-height: 1.75;
	font-feature-settings: "palt";
	letter-spacing: 2px;
}

img,
video {
	vertical-align: bottom;
	max-width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	opacity: 0.6;
}

.en {
	font-family: "Montserrat", sans-serif;
}

#wrap {
	overflow: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.inline {
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.tab {
	display: none;
}

.in {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.in_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.flex {
	display: flex;
}

.flex_w {
	flex-wrap: wrap;
}

.palt {
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
	body {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}

	#wrap {
		width: 100vw;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.tab {
		display: none;
	}

	.in,
	.in_in {
		width: 94%;
		margin: 0 auto;
	}

	.flex_w_sp {
		flex-wrap: wrap;
	}
}


.cor_blue {
	color: #254673;
}

.cor_gold {
	color: #ceb96e;
}

.cor_yellow {
	color: #fff600;
}

.cor_orange {
	color: #fe7c05;
}

.cor_white {
	color: #fff;
}

.bg_white {
	background: #fff;
}

.bg_blue {
	background: #254673;
}

.bg_gold {
	background: #ceb96e;
}

.bg_orange {
	background: #fe7c05;
}

.bg_gray {
	background: #fafafa;
}

.bg_math_gray {
	background: url(../images/math_gray.jpg);
}

@media screen and (max-width: 750px) {}

#header {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 999;
	padding: 10px 0;
}

#header .header_w {
	justify-content: space-between;
	align-items: center;
}

#header .logo {
	align-items: center;
}

#header p {
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-left: 10px;
}

#header .btns {
	align-items: center;
	margin-left: 20px;
}

#header .btn_i {
	margin-left: 10px;
}

@media screen and (max-width: 750px) {
	#header {
		padding-left: 0;
		position: absolute;
		width: 100vw;
	}

	#header .logo {
		width: 25%;
	}

	#header .btns a {
		width: 40px;
		margin-left: 7px;
	}

	#header .tel_btn img {
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}

}

#main_v {
	background-image: url(../images/fv_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	/* margin-top: 90px; */
	padding-top: 100px;
	padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
	#main_v {
		margin-top: 0;
		background: none;
		padding-top: 65px;
		padding-bottom: 0;
	}

	#main_v .in {
		width: 100%;
	}
}

.medium_logo {
	padding: 20px 0;
	text-align: center;
	margin-top: -10px;
}

@media screen and (max-width: 750px) {}

#up_area {
	padding: 70px 0 0;
	background-image: url(../images/up_bg@x2.jpg);
	background-position: center;
	background-size: cover;
}

#up_area .sec_ttl_w {
	text-align: center;
	margin-bottom: 60px;
}

#up_area .imgarea {
	text-align: center;
}

@media screen and (max-width: 750px) {}

.cta_w {
	box-shadow: 0px 11px 20px 0px rgba(36, 63, 102, 0.2);
	padding: 60px 250px 40px 50px;
	border-radius: 20px;
	position: relative;
}

.cta_w_02 {
	position: relative;
	top: 70px;
}

.cta_w .txtarea {
	position: relative;
}

.cta_w .txtarea .baloon {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translate(-50%, 0px);
}

.cta_w .txtarea .cta_ttl {
	font-size: 2.6rem;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}

.cta_w .txtarea .cta_ttl .dot {
	text-emphasis: filled;
	-webkit-text-emphasis: filled;
}

.cta_w .btn_w {
	align-items: center;
	justify-content: space-between;
}

.cta_w .btn_w .btn_i {
	text-align: center;
}

.cta_w .imgarea {
	text-align: center;
	position: absolute;
	right: 30px;
	bottom: 0;
}

.cta_ww{
	padding: 60px 0 40px;
    background-image: url(../images/up_bg@x2.jpg);
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 750px) {
	.cta_w{
		padding: 30px 20px 5px;
	}
	.cta_w .txtarea .cta_ttl {
        font-size: 2.0rem;
        font-weight: 800;
        text-align: left;
        margin-bottom: 30px;
        padding-right: 100px;
        line-height: 1.5;
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
    }
	.cta_w .txtarea .baloon {
		position: absolute;
		top: -45px;
		left: 110px;
		transform: translate(-50%, 0px);
		width: 240px;
	}
	.cta_w .imgarea {
		text-align: center;
		position: absolute;
		right: 10px;
		bottom: auto;
		width: 100px;
		top: -4px;
	}
	.cta_w .btn_w {
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}
	.cta_w .btn_w .btn_i{
		margin-bottom: 15px;
	}
}

.sec_ttl_w {
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.25;
}

.sec_ttl_w h2 {
	font-size: 4.0rem;
}

.sec_ttl_w h2 .s_txt {
	font-size: 2.6rem;
}

.sec_ttl_w .sub_en {
	font-size: 3.8rem;
	text-align: center;
	position: relative;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-bottom: 10px;
}

.sec_ttl_w .sub_en::before {
	content: "";
	height: 2px;
	width: 150px;
	background: #254673;
	display: block;
	margin-right: 40px;
}

.sec_ttl_w .sub_en::after {
	content: "";
	height: 2px;
	width: 150px;
	background: #254673;
	display: block;
	margin-left: 40px;
}

@media screen and (max-width: 750px) {
	.sec_ttl_w h2 .s_txt {
		font-size: 2.0rem;
	}
	.sec_ttl_w h2 {
		font-size: 3.0rem;
	}
	.sec_ttl_w .sub_en{
		font-size: 2.4rem;
	}
	.sec_ttl_w .sub_en::before {
		margin-right: 20px;
	}
	.sec_ttl_w .sub_en::after{
		margin-left: 20px;
	}
}

#trouble {
	background: #f0f0f0;
	padding: 120px 0 0px;
}

#trouble .trouble_w {}

#trouble .trouble_w .trouble_i_w {
	margin-bottom: 50px
}

#trouble .trouble_w .trouble_i_w:nth-last-of-type(1) {
	margin-bottom: 0;
}

#trouble .trouble_w .trouble_i_w .num {
	font-size: 3.8rem;
	text-align: center;
	margin-bottom: 30px;
}

#trouble .trouble_w .trouble_i_w .num span {
	position: relative;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

#trouble .trouble_w .trouble_i_w .num span::before {
	content: "";
	height: 2px;
	width: 150px;
	background: #254673;
	display: block;
	margin-right: 40px;
}

#trouble .trouble_w .trouble_i_w .num span::after {
	content: "";
	height: 2px;
	width: 150px;
	background: #254673;
	display: block;
	margin-left: 40px;
}

#trouble .trouble_i_w .trouble_ii {
	align-items: center;
}

#trouble .trouble_i_w:nth-of-type(2) .trouble_ii {
	flex-direction: row-reverse;
}

#trouble .trouble_i_w .trouble_i {}

#trouble .trouble_i_w .trouble_i .serif_w {}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i {
	margin-bottom: 20px;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i:nth-of-type(2) {
	flex-direction: row-reverse;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i:nth-last-of-type(1) {
	margin-bottom: 0;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i .icon {
	flex-shrink: 0;
	margin-right: 30px;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i:nth-of-type(2) .icon {
	margin-right: 0px;
	margin-left: 30px;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i .txtarea {
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 20px;
	position: relative;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i .txtarea::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 30px solid #fff;
	border-left: 0;
	position: absolute;
	left: -20px;
	top: 40%;
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i:nth-of-type(2) .txtarea::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 30px solid #254673;
	border-left: 0;
	position: absolute;
	left: auto;
	right: -20px;
	top: 40%;
	transform: rotate(180deg);
}

#trouble .trouble_i_w .trouble_i .serif_w .serif_i .txtarea .cl_txt {
	font-weight: 600;
	font-size: 2.0rem;
}

#trouble .trouble_i_w .trouble_ii .imgarea {
	flex-shrink: 0;
	margin-left: 40px;
}

#trouble .trouble_i_w:nth-of-type(2) .trouble_ii .imgarea {
	flex-shrink: 0;
	margin-left: 0;
	margin-right: 40px;
}

@media screen and (max-width: 750px) {
	#trouble .trouble_w .trouble_i_w {
		margin-bottom: 20px;
	}
	#trouble .trouble_i_w .trouble_i .serif_w .serif_i .icon {
		flex-shrink: 0;
		margin-right: 30px;
		width: 25%;
	}
	#trouble .trouble_i_w .trouble_i .serif_w .serif_i .txtarea{
		padding: 20px;
	}
	#trouble .trouble_i_w .trouble_i .serif_w .serif_i .txtarea .cl_txt{
		font-size: 1.4rem;
	}
	#trouble .trouble_i_w .trouble_i .serif_w .serif_i:nth-of-type(2) .txtarea::before{
		top: 37px;
	}
	#trouble .trouble_i_w .trouble_ii .imgarea {
		flex-shrink: 0;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 30px;
		text-align: center;
		width: 100%;
	}
}

#point {
	background: #f0f0f0;
	padding: 120px 0 80px;
	background-image: url(../images/point_bg@x2.jpg);
	background-position: top;
	background-size: cover;
}

#point .sec_ttl_w .l_txt {
	font-size: 7.8rem;
	font-weight: 700;
}

#point .sec_ttl_w .s_txt {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #ceb96e;
}

#point .point_i {
	margin-bottom: 40px;
}

#point .point_i:nth-last-of-type(1) {
	margin-bottom: 0;
}

#point .point_i:nth-of-type(2) {
	flex-direction: row-reverse;
}

#point .point_i .txtarea {}

#point .point_i .txtarea .sub_ttl_w {
	margin-bottom: 20px;
	align-items: center;
}

#point .point_i .txtarea .sub_ttl_w .num {
	font-size: 10.8rem;
	font-weight: 600;
	line-height: 1;
	margin-right: 20px;
}

#point .point_i .txtarea .sub_ttl_w h3 {
	font-size: 3.4rem;
	line-height: 1.25;
}

#point .point_i .txtarea .sub_ttl_w h3 .s_txt {
	font-size: 2.8rem;
}

#point .point_i .txtarea .txt {
	line-height: 2.2;
}

#point .point_i .imgarea {
	flex-shrink: 0;
	margin-left: 40px;
}

#point .point_i:nth-of-type(2) .imgarea {
	flex-shrink: 0;
	margin-left: 0;
	margin-right: 40px;
}

@media screen and (max-width: 750px) {
	#point .sec_ttl_w .l_txt{
		font-size: 5.0rem;
    	font-weight: 700;
	}
	#point .point_i .txtarea .sub_ttl_w .num{
		font-size: 6.0rem;
	}
	#point .point_i .txtarea .sub_ttl_w h3 {
		font-size: 2.4rem;
		line-height: 1.25;
	}
	#point .point_i .txtarea .sub_ttl_w h3 .s_txt {
		font-size: 2.0rem
	}
	#point .point_i .txtarea{
		margin-bottom: 20px;
	}
	#point .point_i .imgarea {
		flex-shrink: unset !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.solution {
	height: 350px;
	background-image: url(../images/result_bg@x2.jpg);
	background-position: center;
	background-size: cover;
}

.solution .in {
	height: 100%;
}

.solution .imgarea {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.solution{
		height: auto;
	}
	.solution .in {
		width: 100%;
	}
	.solution .imgarea{
		position: static;
	}
}

.bg_point {
	background-image: url(../images/point_bg@x2.jpg);
	background-position: top;
	background-size: cover;
}

#voice {
	padding: 60px 0;
}

#voice .voice_w {
	box-shadow: 0px 11px 20px 0px rgba(36, 63, 102, 0.2);
	padding: 40px 40px 40px 190px;
	border-radius: 20px;
	width: 95%;
	box-sizing: border-box;
	margin-left: auto;
}

#voice .voice_w .txtarea {}

#voice .voice_w .txtarea .tag {
	margin-bottom: 15px;
}

#voice .voice_w .txtarea .tag span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 100px;
}

#voice .voice_w .txtarea h3 {
	font-size: 2.0rem;
	font-weight: 800;
	margin-bottom: 10px;
}

#voice .voice_w .imgarea {
	position: absolute;
	left: 0px;
	top: 120px;
}

@media screen and (max-width: 750px) {
	#voice .voice_w{
		padding: 30px 20px;
		width: 100%;
	}
	#voice .voice_w .imgarea {
		position: relative;
		left: 0px;
		margin-top: -60px;
		margin-bottom: 20px;
		top: 0;
		width: 100%;
		text-align: center;
	}
	#voice .voice_w .imgarea img{
		width: 150px;
	}
	#voice .voice_w .txtarea h3 {
		font-size: 1.8rem;
		font-weight: 800;
		margin-bottom: 10px;
		line-height: 1.5;
	}
}

#case {
	padding: 0 0 60px;
}

#case .case_w {
	justify-content: space-between;
	margin-bottom: 90px;
}

#case .case_w .case_i_w {
	width: 23%;
}

#case .case_w .case_i_w .num {
	padding: 2px 10px;
	border-radius: 100px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}

#case .case_w .case_i_w .num:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 10px solid #254673;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

#case .case_w .case_i {
	box-shadow: 0px 11px 20px 0px rgba(36, 63, 102, 0.2);
	border-radius: 20px;
	overflow: hidden;
	height: 90%;
}

#case .case_w .case_i .imgarea {
	padding: 15px;
	text-align: center;
}

#case .case_w .case_i .num_w {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 800;
	padding: 0px 0 10px;
	line-height: 1.25;
}
#case .case_w .case_i .num_w .l_txt{
	font-size: 3.8rem;
	font-weight: 600;
}
#case .case_w .case_i .txtarea{
	padding: 15px;
}
@media screen and (max-width: 750px) {
	#case .case_w .case_i_w{
		width: 100%;
		margin-bottom: 40px;
	}
	#case .case_w .case_i_w:nth-last-of-type(1){
		margin-bottom: 0;
	}
}

.pattern_w{
	box-shadow: 0px 11px 20px 0px rgba(36, 63, 102, 0.2);
	border-radius: 20px;
}
.pattern_w .sub_ttl_w{
	border-radius: 20px 20px 0 0;
	position: relative;
	padding: 15px 0;
}
.pattern_w .sub_ttl_w h3{
	font-size: 3.0rem;
	line-height: 1.5;
	text-align: center;
}
.pattern_w .sub_ttl_w h3 .s_txt{
	font-size: 2.2rem;
}
.pattern_w .sub_ttl_w h3 .deco {
	text-decoration-line: underline;
	text-decoration-style: wavy;
	text-decoration-color: #ceb96e;
}
.pattern_w .sub_ttl_w .imgarea {
	position: absolute;
	right: 80px;
	/* top: -42px; */
	bottom: 0;
}
.pattern_w .pattern_lis_w{
	padding: 50px 80px 15px;
	justify-content: space-between;
}
.pattern_w .pattern_lis_w li {
	width: 15%;
	text-align: center;
	margin-bottom: 35px;
}
.pattern_w .pattern_lis_w li .icon{
	margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
	.pattern_w .sub_ttl_w h3 {
		font-size: 2.0rem;
        line-height: 1.5;
        text-align: left;
		padding-left: 20px;
	}
	.pattern_w .sub_ttl_w h3 .s_txt {
		font-size: 1.6rem;
		display: inline-block;
		line-height: 1.25;
	}
	.pattern_w .sub_ttl_w h3 .sp_row2{
		padding-right: 40px;
		display: inline-block;
	}
	.pattern_w .sub_ttl_w .imgarea {
		position: absolute;
		right: 0px;
		/* top: -42px; */
		bottom: 0;
		width: 120px;
	}
	.pattern_w .pattern_lis_w{
		padding: 30px 20px 10px;
	}
	.pattern_w .pattern_lis_w li {
		width: 33%;
		text-align: center;
		margin-bottom: 25px;
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
}

#flow{
	padding: 70px 0;
}
@media screen and (max-width: 750px) {}

#faq{
	padding: 60px 0;
}
.faq_w{
}
.faq_i {
	border-radius: 10px;
	margin-bottom: 30px;
	transition: 0.5s;
}
.faq_i.open {
	border-radius: 10px;
}
.faq_i .ico {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 20px;
	font-weight: 600;
	flex-shrink: 0;
	line-height: 1;
	font-size: 2.4rem;
}
.faq_i h3 {
	font-size: 1.8rem;
	margin-top: 5px;
	font-weight: 600;
	color: #fff;
}
.faq_i p {
	margin-top: 5px;
}
.faq_i .q {
	position: relative;
	cursor: pointer;
	background: #254673;
	padding: 20px;
	border-radius: 20px 20px 0 20px;
}
.faq_i .q:after {
	content: "×";
	font-size: 1.8rem;
	font-weight: 900;
	position: absolute;
	top: 44%;
	right: 30px;
	transform: rotate(45deg) translate(0, -50%);
	color: #fff;
	transition: 0.5s;
}
.faq_i.open .q:after {
	top: 50%;
	right: 18px;
	transform: rotate(0) translate(0, -50%);
}
.faq_i .a {
	padding-top: 30px;
	display: none;
}
.faq_i .a a{
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	#faq {
		position: relative;
		padding: 60px 0 40px;
	}
	.faq_w .sub_ttl{
		font-size: 2.0rem;
	}
	.faq_i {
		border-radius: 30px;
	}
	.faq_i .q .flex {
		padding-right: 30px;
	}
	.faq_i h3 {
		margin-top: 0;
		font-size: 1.4rem;
	}
	.faq_i .ico {
		width: 30px;
		height: 30px;
		margin-right: 20px;
	}
}


#form{
	padding: 60px 0 60px;
}
#form .sec_ttl{
	margin-bottom: 40px;
	text-align: center;
}
#form .form_w{
	padding: 40px;

}
#form table{
	width: 100%;
}
#form table th{
	width: 25%;
	text-align: left;
	padding: 10px 0;
	vertical-align: middle;
}
#form table td{
	padding: 10px 0;
	vertical-align: middle;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"]{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: 600;
}
#form select{
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
}
#form label{
	align-items:center;
	margin-right: 20px;
}
#form label input[type="checkbox"]{
	margin-right: 5px;
}
#form .textarea_w{
	margin-top: 20px;
}
#form textarea{
	width: 100%;
	box-sizing: border-box;
	height: 150px;
	padding: 10px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"]{
	background: #fb6702;
	color: #fff;
	border-radius: 5px;
	width: 300px;
	font-size: 1.8rem;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	margin:40px auto 0;
}
input[type="submit"]:hover{
	opacity: 0.6;
}
#form .file,
#form .date{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#form label{
	display: inline-block;
}
#form .file span,
#form .date span{
  margin-right: 10px;
}
#form .submit_w{
	text-align: center;
	margin-top: 20px;
}
#form button{
	border: none;
	background: none;
}
#form button:hover{
	opacity: 0.6;
}
#form .submit_w img{
	width: 400px;
}
.form_w .check_w{
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 5px;
	background: #fff;
}
input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0px;
	left: 4px;
	transform: rotate(50deg);
	width: 6px;
	height: 12px;
	border-right: 2px solid #ed1b24;
	border-bottom: 2px solid #ed1b24;
	content: '';
}
input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (max-width: 900px) {
	#form .form_w{
		padding:30px 20px;
	}
	#form .sec_ttl_w{
		margin-bottom: 0;
	}
	#form table th,
	#form table td{
		display: block;
	}
	#form table th{
		border-bottom: 0px;
		padding-bottom: 0;
		width: 100%;
	}
	.contact_h{
		padding: 30px 10px;
	}
	.contact_h .txt{
		font-size: 1.4rem;
		padding: 0 15px;
	}
	.contact_h .cta_btns a{
		margin: 0 5px;
	}
	.contact_h .cta_btns a img{
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	}
}

footer {
	text-align: center;
	padding: 15px;
	background: #254673;
	color: #fff;
}

footer{
	padding: 10px;
	text-align: center;
}
@media screen and (max-width: 900px) {
	footer{
		padding-bottom: 150px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 900px) {
	.fixed_foot{
		padding: 5px;
		position: fixed;
		width: 100%;
		background: #fff;
		bottom:0;
		box-sizing: border-box;
		z-index: 999;
	}
	.fixed_foot .ttl{
		padding: 0 15px 5px;
	}
	.fixed_foot .flex{
		justify-content:space-between;
	}
	.fixed_foot a{
		display:block;
		padding: 3px;
	}
}


.thanks #main_v {
    padding: 200px 0;
    text-align: center;
	background: none;
}

.thanks #main_v .icon {
    text-align: center;
    margin-bottom: 15px
}

.thanks #main_v .icon img {
    width: 40px
}

.thanks #main_v h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.thanks #main_v .btn_w {
    text-align: center;
    margin-top: 40px
}

.thanks #main_v .btn_w a,
.btn-return{
    display: inline-block;
    background: #254673;
    padding: 10px 20px;
    width: 300px;
    box-sizing: border-box;
    border-radius: 100px;
    border-bottom: #115976 3px solid;
    color: #fff
}

@media screen and (max-width: 750px) {
    .thanks #main_v {
        padding:100px 0;
        text-align: center
    }
}