@charset "UTF-8";
/* CSS Document */

/*お問い合わせ
---------------------------------------------------------------------------*/
@media screen and (min-width:770px) {
.contact-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.contact-img {
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 32%;
	border: 2px solid #006FBC;
	background: #fff;
}
.contact-img img {
	width: 100%;
}
.contact-ttl {
	display: block;
	padding: 4%;
	color: #000;
	font-weight: bold;
	background: #F9F9F9;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contact-fst {
	margin-bottom: 5%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.contact-scd {
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 140%;
	width: 50%;
	padding: 1% 2%;
	position: relative;
	border: 3px solid #006fbc;
	background: #006fbc;
	border-radius: .4em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}
.contact-scd_:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 22px solid transparent;
	border-left-color: #006fbc;
	border-right: 0;
	border-top: 0;
	margin-top: -20px;
	margin-right: -22px;
}
.notes {
	color: #b70000;
	font-size: 7pt;
	padding-left: 5px;
}
.to_policy {
	text-align: center;
}
.table-box {
	margin: 0 auto;
	border_: 40px solid rgba(214,214,214,1.00);
	border: 40px solid #006FBC;
	width: 100%;
}
.table-form tr {
	border-bottom: 1px dotted #006FBC;
}
.table-form th {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 25%;
	background-color: #fff;
	color: #000;
	font-size: 100%;
	vertical-align: middle;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
	font-family: "YuMincho", "Yu Mincho", serif;
}
.table-form td {
	width: 75%;
	background-color: #fff;
	padding: 1em;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: lighter;
	font-family: "YuMincho", "Yu Mincho", serif;
}
.table-form td input,  .table-form td textarea,  .table-form td select{
	font-size: 100%;
	background-color: #EEF7FF!important;
}
.table-form .mwform-radio-field-text,  .table-form .mwform-checkbox-field-text{
font-weight: bold!important;
font-size: 94%;
}
.form-hosoku {
	display: block;
	margin-top: .5em;
	color: #ca5b89;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2em;
}
 input::-webkit-input-placeholder {
 color: #888;
}
 input:-ms-input-placeholder {
 color: #888;
}
 input::-moz-placeholder {
 color: #888;
}
.table-form input[type="submit"] {
	padding: .5em 2em;
	background-color: #d9e9fb;
	border: 1px solid #999;
	text-align: center;
}
#contact_form .confbtn {
	letter-spacing: 0.05em;
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #3278BD;
	background-color: #3278BD;
	border-radius: 4px;
	font-size: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 100%;
	font-weight: lighter;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .confbtn:hover {
	opacity: 0.7 !important;
}
#contact_form .backbtn {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px dotted #3278BD;
	border-radius: 4px;
	background-color: #fff;
	color: #3278BD;
	font-size: 100%;
	cursor: pointer;
	letter-spacing: 0.05em;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-family: "YuMincho", "Yu Mincho", serif;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .backbtn:hover {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	border: 1px solid #3278BD;
	background-color: #3278BD;
	color: #fff !important;
	font-size: 100%;
	letter-spacing: 2px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	-webkit-appearance: none;
}
#contact_form .confbtn {
	width: 220px;
}
#contact_form .backbtn {
	width: 220px;
}
.align-center {
	text-align: center;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-size: 100% !important;
	margin-bottom: 2%;
}
select {
	/* 矢印カスタマイズに重要 */
	width: 50% !important;
	border-radius: 3px !important;
	border: 1px solid #006FBC !important;
	color: #222;
	background-color: #F0F0F0;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 3%;
}
.select-wrap {
	position: relative !important;
}
.select-wrap:before {
	position: absolute !important;
	left: 45% !important;
	top: 56% !important;
	content: '▼' !important;
	margin-top: -13px !important;
	pointer-events: none !important;
	z-index: 1 !important;
	color: #78BDF1 !important;
}
.select-wrap_02 {
	position: relative !important;
}
.select-wrap_02:before {
	position: absolute !important;
	left: 45% !important;
	top: 54% !important;
	content: '▼' !important;
	margin-top: -50px !important;
	pointer-events: none !important;
	z-index: 1 !important;
	color: #78BDF1 !important;
}
.table-form {
	margin: 0 auto;
	width: 80%;
	border: 30px solid #ffffff;
	padding: 0 20px;
}
#contact_form .table-form tbody tr .not_radio_03 input {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 5px 0 0;
	background: #ffffff;
	width: 20%;
}
#contact_form .table-form tbody tr .not_radio input {
	border: 1px solid #006FBC;
	padding: 15px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 0 auto;
	background: #ffffff;
	width: 100%;
}
#contact_form .table-form tbody tr td textarea {
	border: 1px solid #006FBC;
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 0 auto;
	background: #ffffff;
	width: 100%;
}
#contact_form_box {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#contact_form .container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contact_form .container #align {
	text-align: center;
}
#contact_form #description {
	text-align: center;
	padding-bottom: 30px;
	line-height: 1.6em;
	font-size: 16px;
}
.address_small {
	font-size: 13px !important;
}
.pd_mg {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#contact_form .table-form td .sp_left {
	text-align: left !important;
	display: block;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 100%;
}
#contact_form .table-form .sp_left_02 {
	font-size: 100%;
}
}
@media screen and (max-width:769px) {
.table-form input[type="submit"] {
	padding: .5em 2em;
	background-color: #d9e9fb;
	border: 1px solid #999;
	text-align: center;
}
#contact_form .confbtn {
	letter-spacing: 0.05em;
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.7em 1em 0.7em 1em;
	border: 1px solid #3278BD;
	border-radius: 4px;
	background-color: #3278BD;
	font-size: 80%;
	cursor: pointer;
	-webkit-appearance: none;
	font-family: "YuMincho", "Yu Mincho", serif;
	font-weight: lighter;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .confbtn:hover {
	opacity: 0.7 !important;
}
#contact_form .backbtn {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	padding: 0.7em 1em 0.7em 1em;
	border: 1px dotted #3278BD;
	border-radius: 4px;
	background-color: #fff;
	color: #3278BD;
	font-size: 80%;
	cursor: pointer;
	letter-spacing: 0.05em;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-family: "YuMincho", "Yu Mincho", serif;
	-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
#contact_form .backbtn:hover {
	margin-top: 3%;
	margin-left: .8em;
	margin-right: .8em;
	border: 1px solid #3278BD;
	background-color: #3278BD;
	color: #fff !important;
	font-size: 80%;
	letter-spacing: 2px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	-webkit-appearance: none;
}
#contact_form .confbtn {
	width: 140px;
	display: inline-block;
}
#contact_form .backbtn {
	width: 140px;
	display: inline-block;
}
.table-box {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 1em;
}
.table-form tr {
	border-bottom: none;
}
.table-form th {
	display: block;
	width: 100%;
	background-color_: rgba(214,214,214,1.00);
	background-color: #006FBC;
	font-size: 100%;
	text-align: center;
	font-size: 14px !important;
	padding-top: 2%;
	padding-bottom: 2%;
	color:#fff;
}
.table-form th {
	border: 1px solid #006FBC;
}
.table-form td {
	display: block;
	width: 100%;
	padding: 0 2em;
 font-size: calc(19 / 640 * 100vw);
	border: 1px solid #006FBC;
}
.table-form td input,  .table-form td textarea,  .table-form td select{
	font-size: 100%;
	background-color: #EEF7FF!important;
}
.table-form .mwform-radio-field-text,  .table-form .mwform-checkbox-field-text{
font-size: 100%;
}
#contact_form .table-form tbody tr .not_radio_03 input {
	border: 1px solid rgba(214,214,214,1.00);
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 5px 0 0;
	background: #ffffff;
	width: 40%;
}
#contact_form .table-form tbody tr .not_radio input {
	border: 1px solid #006FBC;
	padding: 15px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 0 auto;
	background: #ffffff;
	width: 100%;
}
#contact_form .table-form tbody tr td textarea {
	border: 1px solid #006FBC;
	padding: 5px;
	color: #000;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	margin: 0 auto 0 auto;
	background: #ffffff;
	width: 100%;
}
#contact_form .container .table-form tbody tr td {
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contact_form .table-form th,  #contact_form .table-form td {
	display: block;
	text-align: center;
	margin-top: -2px;
}
#contact_form .table-form td .sp_left {
	text-align: left;
	display: block;
	line-height: 1.5em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 14px;
}
#contact_form .table-form .sp_left_02 {
	font-size: 14px;
}
#contact_form .container #align {
	text-align: left !important;
}
#contact_form #description {
	text-align: left;
	padding-bottom: 30px;
	line-height: 1.5em;
	font-size: 90%;
}
select {
	/* 矢印カスタマイズに重要 */
	width: 100% !important;
	border-radius: 3px !important;
	border: 1px solid #006FBC !important;
	color: #222;
	background-color: #F0F0F0;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	padding-right: 3%;
}
.select-wrap {
	position: relative !important;
}
.select-wrap:before {
	position: absolute !important;
	left: 45% !important;
	top: 56% !important;
	content: '▼' !important;
	margin-top: -13px !important;
	pointer-events: none !important;
	z-index: 1 !important;
	color: #78BDF1 !important;
}
.select-wrap_02 {
	position: relative !important;
}
.select-wrap_02:before {
	position: absolute !important;
	left: 45% !important;
	top: 54% !important;
	content: '▼' !important;
	margin-top: -50px !important;
	pointer-events: none !important;
	z-index: 1 !important;
	color: #78BDF1 !important;
}
.sp-left {
	text-align: left!important;
}
.contact-box {
	margin-bottom: 3%;
}
.contact-img {
	align-items: center;
	width: 100%;
	border: 2px solid #006FBC;
	background: #fff;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
}
.contact-img img {
	width: 100%;
}
.contact-ttl {
	display: block;
	padding: 4%;
	color: #000;
	font-weight: bold;
	background: #F9F9F9;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contact-fst {
	margin-bottom: 5%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.contact-scd_ {
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #408BBF;
	color: #fff;
	padding: 2% 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	width: 90%;
}
.contact-scd {
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 110%;
	width: 90%;
	padding: 2% 0;
	position: relative;
	border: 3px solid #006FBC;
	background: #006FBC;
	border-radius: .4em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}
.contact-scd_:after {
	content: '';
	position: absolute;
	right: 0;
	top: 60%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #006fbc;
	border-right: 0;
	border-top: 0;
	margin-top: -17px;
	margin-right: -22px;
}
.notes {
	color: #b70000;
	font-size: 7pt;
	padding-left: 5px;
}
.to_policy {
	text-align: left;
}
.align-center {
	margin-bottom: 2%;
	text-align: center;
}
}

@media screen and (min-width:481px) and (max-width:769px) {
.contact-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.contact-img {
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 32%;
	border: 2px solid #006FBC;
	background: #fff;
}
.contact-img img {
	width: 100%;
}
.contact-ttl {
	display: block;
	padding: 4%;
	color: #000;
	font-weight: bold;
	background: #F9F9F9;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.contact-fst {
	margin-bottom: 5%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
.contact-scd_ {
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #408BBF;
	color: #fff;
	padding: 2% 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	width: 90%;
}
.contact-scd {
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 110%;
	width: 90%;
	padding: 2% 0;
	position: relative;
	border: 3px solid #006fbc;
	background: #006fbc;
	border-radius: .4em;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-align: center;
}
.contact-scd_:after {
	content: '';
	position: absolute;
	right: 0;
	top: 60%;
	width: 0;
	height: 0;
	border: 22px solid transparent;
	border-left-color: #006fbc;
	border-right: 0;
	border-top: 0;
	margin-top: -17px;
	margin-right: -22px;
}
.notes {
	color: #b70000;
	font-size: 7pt;
	padding-left: 5px;
}
.to_policy {
	text-align: left;
}
.align-center {
	margin-bottom: 2%;
	text-align: center;
}
}

@media screen and (min-width:770px){

/* 元銀行員を中心とした専門家集団が対応！*/

.advicebox{
clear:both;
background: #fff;
padding:4%;
-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}
.advicebox .advice_img{
width:27%;
float:left;
}
.advicebox .advice_img img{
width:100%;
}
.advicebox .advice_cont{
width:70%;
float:right;
line-height:1.7em;
}
.mg-both{
padding-top:6%!important;
padding-bottom:6%!important;
}
.mg-auto{
margin-left: auto;
margin-right: auto;
text-align: center;
}
.advice_ttl{
font-weight:bold;
font-size:140%;
display:block;
line-height:1.7em;
margin-bottom: 4%;
}
.mgt-12{
margin-top: 12%;
}
}

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

/* 元銀行員を中心とした専門家集団が対応！*/

.advicebox{
clear:both;
background: #fff;
padding:4%;
-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
}

.advicebox .advice_img{
width:70%;
float:none;
margin-left: auto;
margin-right: auto;
}
.advicebox .advice_img img{
width:100%;
}
.advicebox .advice_cont{
width:80%;
float:none;
margin-left: auto;
margin-right: auto;
line-height:1.7em;
}
.mg-both{
padding-top:6%!important;
padding-bottom:6%!important;
}
.mg-auto{
margin-left: auto;
margin-right: auto;
text-align: center;
}
.advice_ttl{
font-weight:bold;
font-size:140%;
display:block;
line-height:1.7em;
margin-bottom: 4%;
}
.mgt-12{
margin-top: 12%;
}
}

/* 元銀行員を中心とした専門家集団が対応！*/
.weekend-page p{
margin-bottom:1.5%;
line-height:1.7em;
}
.weekend_cont{

}
.weekend_box{
margin-top:4%;
}
.mgb-4{
margin-bottom:4%;
}
@media screen and (min-width:770px) {
.weekend_list_ttl{
display:block;
font-weight:bold;
font-size:130%;
}
.weekend_ttl{
text-align: center;
margin-bottom: 2%;
font-weight:bold;
font-size:150%;
}
.weekend_list{
padding:4%;
background:#fff;
-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
border: 30px solid #CCE0F4; /* ←ここを青系に変更 */
}	
.weekend-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.weekend-img {
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 32%;
	background: #fff;
}
.weekend-img img {
	width: 100%;
}
}

@media screen and (max-width:769px) {
.weekend_list_ttl{
display:block;
font-weight:bold;
font-size:130%;
}
.weekend_ttl{
text-align: center;
margin-bottom: 2%;
font-weight:bold;
font-size:130%;
}
.weekend_list{
padding:4%;
background:#fff;
-webkit-box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
box-shadow: 1px 5px 10px rgba(0,0,0,0.3);
border: 30px solid #CCE0F4; /* ←ここを青系に変更 */
}
.weekend-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3%;
}
.weekend-img {
	display: inline-block;
	justify-content: center;
	align-items: center;
	width: 32%;
	background: #fff;
}
.weekend-img img {
	width: 100%;
}
}

/* 運営会社*/
.mgt-6{
margin-top: 6%;
}
.ta_company{
width:100%;
}
.ta_company th,
.ta_company td{
padding:2%;
border:1px solid #BABABA;
}
.csf{
font-size: 22px!important;
color: #006FBC!important;
display: block;
padding-top: 1%;
padding-bottom: 1%;
}
.section_ttl .span,
.section_ttl_02 .span{
display: inline-block;
padding: 0;
position: relative;
}
.section_ttl .span:after,
.section_ttl_02 .span:after{
border-top: 1px solid #DADADA;
content: "";
position: absolute;
top: 50%;
width: 99em;
}
.section_ttl .span:after{
left: 100%;
}
.section_ttl_02 .span:after{
right: 100%;
}
.clearfix::after {
content: "";
display: block;
clear: both;
}
.top_about_right_name{
padding-bottom:1.5%;
display: block;
}
@media screen and (min-width:770px) {
.btn-type3_num{
font-size:26px;
font-weight:bold;
display: block;
}
.btn-type3_time{
display: block;
}
.btn-type3_btm{
display: block;
}
.btn-type3_ttl{
display: block;
}
.btn-type3{
color: #000;
display: inline-block;
width: 426px;
padding-top: 2%;
padding-bottom: 2%;
background: #F1F9FF;
background: linear-gradient(180deg, #F1F9FF 0%, #F1F9FF 100%);
border: 1px solid #BABABA;
border-radius: 6px;
font-size: 18px;
letter-spacing: 0.1em;
padding-right: 15px;
position: relative;
text-align: center;
}
.ta_company th{
background:#F1F9FF;
width:20%;
}
.ta_company td{
background:#fff;
}
.innerWrap .top_about_left {
float: left;
width: 20%;
}
.innerWrap .top_about_right {
float: right;
width: 80%;
color: #000;
line-height: 1.7em;
padding-top: 1%;
}
.innerWrap .top_about_right_02{
width:90%;
}
.innerWrap .top_about_right_01{
width:90%;
margin-left: auto;
}
.lighter{
font-weight:lighter!important;
font-size:75%!important;
}
.section_ttl {
overflow: hidden;
text-align: left;
padding-top: 5%;
font-size: 22px;
color: #000;
clear:both;
font-weight:bold;
}
.section_ttl_02{
overflow: hidden;
text-align: right;
padding-top: 5%;
font-size: 22px;
color: #000;
clear:both;
font-weight:bold;
}
.contact-scd_02 {
margin-bottom: 3%;
width: 100%;
padding: 2%;
position: relative;
border: 3px solid #F2F2F2;
background: #F2F2F2;
border-radius: .4em;
margin-left: 6%;
}
.contact-scd_02:after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 0;
border: 22px solid transparent;
border-right-color: #F2F2F2;
border-left: 0;
border-top: 0;
margin-top: -20px;
margin-left: -22px;
}
.contact-scd_03 {
margin-bottom: 3%;
width: 100%;
padding: 2%;
position: relative;
border: 3px solid #F2F2F2;
background: #F2F2F2;
border-radius: .4em;
margin-left: -10%!important;
}
.contact-scd_03:after {
content: '';
position: absolute;
right: 0;
top: 50%;
width: 0;
height: 0;
border: 22px solid transparent;
border-left-color: #F2F2F2;
border-right: 0;
border-top: 0;
margin-top: -20px;
margin-right: -22px;
}
.top_about_right_ttl{
display: block;
font-size: 22px;
padding-bottom:1.5%;
font-weight:bold;
}
}

@media screen and (max-width:769px) {
.btn-type3_num{
font-size:22px;
font-weight:bold;
display: block;
}
.btn-type3_time{
display: block;
}
.btn-type3_btm{
display: block;
}
.btn-type3_ttl{
display: block;
}
.btn-type3{
color: #000;
display: inline-block;
padding-top: 2%;
padding-bottom: 2%;
background: #F1F9FF;
background: linear-gradient(180deg, #F1F9FF 0%, #F1F9FF 100%);
border: 1px solid #BABABA;
border-radius: 6px;
font-size: 12px;
letter-spacing: 0.1em;
padding-right: 15px;
position: relative;
text-align: center;
}
.ta_company th{
background:#F1F9FF;
width:100%;
display:block;
text-align: center;
margin-top: -1px;
}
.ta_company td{
background:#fff;
width:100%;
display:block;
margin-top: -1px;
}
.innerWrap .top_about_left {
width: 70%;
margin-left: auto;
margin-right: auto;
margin-bottom: 4%;
max-width: 260px;
}
.innerWrap .top_about_left img{
width:100%;
max-width: 260px;
}
.innerWrap .top_about_right {
width: 100%;
color: #000;
line-height: 1.7em;
padding-top: 1%;
}
.lighter{
font-weight:lighter!important;
font-size:65%!important;
}
.section_ttl {
overflow: hidden;
text-align: left;
padding-top: 5%;
font-size: 18px;
color: #000;
clear:both;
font-weight:bold;
}
.section_ttl_02{
overflow: hidden;
text-align: right;
padding-top: 5%;
font-size: 18px;
color: #000;
clear:both;
font-weight:bold;
}
.contact-scd_02 {
margin-bottom: 3%;
width: 90%;
padding: 2%;
position: relative;
border: 3px solid #F2F2F2;
background: #F2F2F2;
border-radius: .4em;
margin-left: 8%;
}
.contact-scd_02:after {
content: '';
position: absolute;
left: 0;
top: 50%;
width: 0;
height: 0;
border: 22px solid transparent;
border-right-color: #F2F2F2;
border-left: 0;
border-top: 0;
margin-top: -20px;
margin-left: -22px;
}
.contact-scd_03 {
margin-bottom: 3%;
width: 90%;
padding: 2%;
position: relative;
border: 3px solid #F2F2F2;
background: #F2F2F2;
border-radius: .4em;
margin-right: -3%!important;
}
.contact-scd_03:after {
content: '';
position: absolute;
right: 0;
top: 50%;
width: 0;
height: 0;
border: 22px solid transparent;
border-left-color: #F2F2F2;
border-right: 0;
border-top: 0;
margin-top: -20px;
margin-right: -22px;
}
.sp-center{
text-align: center!important;
}
.top_about_right_ttl{
display: block;
font-size: 18px;
padding-bottom:1.5%;
font-weight:bold;
}
}

/* 個人情報保護方針 */
@media screen and (min-width:770px) {
.sectionPolicy dl {
	padding-bottom: 2%;
	border-bottom: 1px dotted #999;
	margin-bottom: 4%;
}
.sectionPolicy dl dt {
	font-size: 115%!important;
	margin-bottom: 1%!important;
	color: #222!important;
}
.sectionPolicy dl dd {
	line-height: 1.5em;
	padding-left: 1.5em;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #222!important;
	font-size: 100%!important;
}
.sectionPolicy dl dd ol {
	padding-left: 1em;
}
.sectionPolicy dl dd ol li {
	list-style-type: decimal;
	list-style-position: inside;
	color: #333;
	font-size: 100%;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 1%;
	margin-bottom: 1%;
}
.sectionPolicy dl dd a {
	text-decoration: underline;
}
.sectionPolicy dl dd a:hover {
	text-decoration: none;
}
.pp {
	line-height: 1.5em;
	margin-bottom: 6%;
}
.sectionPolicy dl dd ol li ol {
	padding-top: 2%;
	padding-bottom: 2%;
}
}

@media screen and (max-width:769px) {
.sectionPolicy dl {
	padding-bottom: 2%;
	border-bottom: 1px dotted #999;
	margin-bottom: 4%;
}
.sectionPolicy dl dt {
	font-size: 115%!important;
	margin-bottom: 1%!important;
	color: #222!important;
}
.sectionPolicy dl dd {
	line-height: 1.5em;
	padding-left: 0.5em;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #222!important;
	font-size: 100%!important;
}
.sectionPolicy dl dd ol li {
	list-style-type: decimal;
	list-style-position: inside;
	color: #333;
	font-size: 100%;
	margin-left: 1em;
	text-indent: -1em;
	margin-top: 1%;
	margin-bottom: 1%;
}
.sectionPolicy dl dd a {
	text-decoration: underline;
}
.sectionPolicy dl dd a:hover {
	text-decoration: none;
}
.pp {
	line-height: 1.5em;
	margin-bottom: 6%;
}
.sectionPolicy dl dd ol li ol {
	padding-top: 2%;
	padding-bottom: 2%;
}
}

/* 日本資金調達センターについて */
@media screen and (min-width:770px) {
.img_left {
width: 36%;
float: left;
}
.img_left img {
 width: 100%;
}
.img_right {
width: 36%;
float: right;
}
.img_right img {
width: 100%;
}
.p_right {
width: 63%;
float: right;
padding-left: 2%;
line-height: 1.7em;
font-size: 16px;
}
.p_left {
width: 62%;
float: left;
line-height: 1.7em;
font-size: 16px;
}
}
@media screen and (max-width:769px) {
.img_left {
 width: 100%;
}
.img_left img {
 width: 100%;
}
.img_right {
 width: 100%;
}
.img_right img {
width: 100%;
}
.p_right {
 width: 100%;
line-height: 1.7em;
font-size: 16px;
margin-top:2%;
}
.p_left {
 width: 100%;
line-height: 1.7em;
font-size: 16px;
margin-top:2%;
}
}

.section_ttl_b　{
padding-bottom:2%;
}

.ta_width{
overflow-x:scroll!important;
margin-top: 4%!important;
}
.ta_useful{
width:890px;
}
.ta_useful a:hover{
text-decoration: underline;
}
.ta_useful .ta1{
width:24%;
text-align: center!important;
}
.ta_useful .ta2{
width:60%;
}
.ta_useful .ta3{
width:16%;
text-align: center!important;
}
.ta_useful th,
.ta_useful td{
padding: 1%;
border:1px solid rgba(1,78,133,1.00);
}
.ta_useful th{
background-color: #EFF3F8;
}
.stickarrow {
  position: relative;
  padding-right: 48px;
  text-align: right;
  display: block;
  margin-top: 30px;
}
.stickarrow:after {
	content: "";
	width: 42px;
	height: 7px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
	display: inline-block;
	position: absolute;
	right: 4px!important;
	bottom: 0;
	top: 0;
	margin: auto;
}
@media screen and (min-width:770px) {
.ta_width::-webkit-scrollbar {  /* Chrome, Safari 対応 */
display:none!important;
}
}

/* 資金調達診断 */

.diagnosis h2 {
	text-align: center;
	margin-bottom: 60px;
}


.diagnosis h2 span{
	font-size: 31px;
	border-bottom: 4px solid #006FBC;
	width: 100%;
	max-width: 780px;
	padding-bottom: 6px;
	display: inline-block;
}

.diagnosis h2_ {
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
  background-color: #006fbc;
  color: #fff;
}

.diagnosis .innerWrap > p {
  margin-bottom: 30px;
  line-height: 1.7;
}
.diagnosis table {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.5;
}
.diagnosis table th,
.diagnosis table td {
  padding: 20px 30px;
  border: 1px solid #e6e4e4;
  
}
.diagnosis table th {
  vertical-align: middle;
  width: 28%;
  font-weight: bold;
  background-color: #f6f6f6;
  color: #000000;
	text-align:left;
	font-size:18px;
	position:relative;
}
.diagnosis table th.required {
  background-color: rgba(0, 111, 188, 0.1);
}
.diagnosis table th .required {
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 10px;
  text-align: center;
  background-color: #e4634f;
  color: #fff;
  position:absolute;
  right:20px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.diagnosis table td {
  vertical-align: top;
}
.diagnosis table td select {
  width: auto !important;
  padding: 10px 20px 10px 10px;
  border: 1px solid #999;
  background-color: #fff;
}
.diagnosis table td input[type="text"] {
  width: 160px;
  padding: 7px 10px;
  border: 1px solid #c4c4c4;
  margin-right: 0.5em;
  font-size: 16px;
  background-color: #f6f6f6;
}
.diagnosis table td .radio {
  margin: 10px 20px;
}
.diagnosis table td label {
  display: inline-block;
}
.diagnosis table td input[type="radio"] {
  display: none;
}
.diagnosis table td input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.diagnosis table td input[type="radio"] + span::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 2px #006fbc;
  border-radius: 50%;
}
.diagnosis table td input[type="radio"]:checked + span::before {
  border-width: 6px;
}
.diagnosis table td .example {
  font-size: 10px;
}
@media screen and (min-width: 770px) {
.diagnosis button[type="submit"] {
  display: block;
  width: 16em!important;
  height: 3em!important;
  border: 2px solid #006fbc;
  border-radius: 1.5em;
  margin: 0 auto;
  text-align: center;
  background-color: #006fbc;
  color: #fff;
  font-size:24px!important;
  font-size:bold;
}
}
@media screen and (max-width: 769px) {
.diagnosis button[type="submit"] {
  display: block;
  width: 10em!important;
  height: 3em!important;
  border: 2px solid #006fbc;
  border-radius: 1.5em;
  margin: 0 auto;
  text-align: center;
  background-color: #006fbc;
  color: #fff;
  font-size:18px;
  font-size:bold!important;
}
}
.diagnosis button[type="submit"] {
  display: block;
  width: 10em;
  height: 2em;
  border: 2px solid #006fbc;
  border-radius: 1.5em;
  margin: 0 auto;
  text-align: center;
  background-color: #006fbc;
  color: #fff;
  font-size:20px;
  font-size:bold;
}
.diagnosis button[type="submit"]:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {

.diagnosis h2{
	margin-bottom: 25px;
}
.diagnosis h2 span{
	font-size: clamp(16px,5vw,28px);
	border-bottom: 3px solid #006FBC;
}
	
  .diagnosis h2_ {
    padding: 10px 2%;
    font-size: 16px;
  }
  .diagnosis .innerWrap > p {
    font-size: 15px;
    line-height: 1.5;
  }
  .diagnosis table th,
  .diagnosis table td {
    width: 100%;
    display: block;
    padding: 10px 15px;
	  font-size:16px!important;
  }
}
/* 診断結果 */
.result {
  text-align: center;
}
.result h2_ {
  margin-bottom: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", 'Yu Mincho', serif;
  font-size: 48px;
  font-weight: 400;
}
/* .result .innerWrap form > p:first-of-type { */
.result .innerWrap > p:first-of-type {
  margin-bottom: 30px;
  font-family: "游明朝体", YuMincho, "游明朝", 'Yu Mincho', serif;
  font-size: 22px;
}
.resultContent_box{
border:12px double #006FBC;
padding:4% 0;
width:auto;
max-width:920px;
margin-left:auto;
margin-right:auto;
background:#FFFAED;
 position:relative;
}
.resultContent {
	width:auto;
  display: inline-block;
  padding-right: 0.1em;
  padding-left: 0.1em;
  border-bottom: 4px solid #ff8c25;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 900;
}
.result_img{
	width:7rem;
	max-width:150px;
	position:absolute;
	top:45px!important;
	left:45px!important;
	}
.result_img img{
width:100%;
}
.resultContent_box p{
font-size:20px;
}
/* .result .innerWrap form > p:last-of-type { */
.result .innerWrap > p:last-of-type {
  margin-bottom: 30px;
  font-size: 20px;
}
/* .result button a[type="submit"] {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  height: 3em;
  font-size: 24px;
  font-weight: 700;
  background:#FF9539!important;
  color: #fff;
} */
.result .innerWrap > a {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  height: 3em;
  font-size: 24px;
  font-weight: 700;
	line-height: 3em;
  background:#FF9539!important;
  color: #fff;
}
/* .result button a [type="submit"] span { */
.result .innerWrap > a span {
  font-weight: 400;
}
.price_ft{
font-size_:74px!important;
font-size:5rem!important;
color:#006FBC;
font-weight: bolder!important;
}
/* .result button{
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  height: 3em;
  font-size: 24px;
  font-weight: 700;
  background:#FF9539!important;
  color: #fff;
} */

.result h2 {
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 52px;
  font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	color:red;
}

.result h2::before,
.result h2::after {
	content: '';
	width: 4px;
	height: 60px;
	background-color: #FF9A43;
}

.result h2::before {
	margin-right: 40px;
	transform: rotate(-35deg)
}
.result h2::after {
	margin-left: 40px;
	transform: rotate(35deg)
}
.result_note{
	font-size:16px!important;
	text-align:left;
	max-width:820px;
	margin-top:1%;
	margin-left:auto;
margin-right:auto;
}
.pov_box_L{
margin-top: 3%;
margin-bottom: 3%;
text-align: center;
}
.pov_ttl{
font-weight:bold;
border-bottom:4px solid #999;
position:relative;
padding: 6% 4%;
font-size:18px;
}
.pov_ttl .num{
display: block;
position:absolute;
top:3px;
left:3px;
}
.pov_img{
margin-top:10%;
margin-bottom:10%;
}
.pov_cont{
padding: 4%;
text-align: left;
font-size:15px;
position:relative;
}
.pov_ttl .arrow_{
display: block;
position:absolute;
bottom:-18px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pos {
  border: solid 2px #ffb03f;
  padding: 0.5em;
  position: relative;
  margin-top: 8em;
  margin-bottom: 4em;
  background: #FFF9F0;
}
.pos li:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 999px) {
.pov_box{
width:33%;
border:4px solid #999;
display:inline-block;
background:#EEEEEE;
vertical-align:top;
min-height:500px!important;
}
}
@media screen and (min-width: 928px) and (max-width: 998px) {
.pov_box{
width:33%;
border:4px solid #999;
display:inline-block;
background:#EEEEEE;
vertical-align:top;
min-height:550px!important;
}
}
@media screen and (min-width: 770px) and (max-width: 927px) {
.pov_box{
width:49%;
border:4px solid #999;
background:#EEEEEE;
margin-bottom:2%;
display:inline-block;
vertical-align:top;
min-height:548px;
}
}
@media screen and (max-width: 769px) {
.pov_box{
width:100%;
border:4px solid #999;
background:#EEEEEE;
margin-bottom:2%;
}
}
@media screen and (min-width: 770px) {

.pov_h_ttl{
background:#006FBC;
font-size:32px;
text-align: center;
width:100%;
max-width:420px;
margin-left: auto;
margin-right: auto;
color:#fff;
padding: 1%;
}
.pos li:after {
  /*タイトルタブ*/
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  bottom: 100%;
  padding: 1% 2%;
  content: "資金調達センターで出来るサポート";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
  font-size:24px;
}
.pos li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px #ffb03f;
  list-style-type: none!important;
  text-align: left;
  background: #FFF9F0;
  font-size:20px;
}
.result_img_sp{
margin-bottom:20px;
	}
}
@media screen and (max-width: 769px) {
.pov_h_ttl{
background:#006FBC;
font-size:24px;
text-align: center;
width:100%;
max-width:420px;
margin-left: auto;
margin-right: auto;
color:#fff;
padding: 1% 2%;
}

.pos li:after {
  /*タイトルタブ*/
	width:99%;
	text-align:center;
  background: #ffb03f;
  color: #fff;
  font-weight: bold;
  position: absolute;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  bottom: 100%;
  padding: 3% 1%;
  content: "資金調達センターで出来るサポート";/*タブの文字*/
  letter-spacing: 0.05em;/*字間*/
  font-size:18px;
  margin-left: 0!important;
  text-indent: 0!important;
}
.pos li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px #ffb03f;
  list-style-type: none!important;
  text-align: left;
  background: #FFF9F0;
  font-size:16px;
  margin-left: 1em;
  text-indent: -1em;
}
}

@media screen and (max-width: 769px) {
.resultContent_box{
border:8px double #006FBC;
padding:2% 2%;
width:auto;
max-width:820px;
margin-left:auto;
margin-right:auto;
}
  .result h2 {
    font-size: 34px;
	  margin-bottom: 10px!important;
  }
  /* .result .innerWrap form > p:first-of-type { */
	.result .innerWrap > p:first-of-type {
    font-size: 16px;
  }
  .resultContent {
    font-size: 22px;
  }
  /* .result .innerWrap form > p:last-of-type { */
	.result .innerWrap > p:last-of-type {
    font-size: 14px;
  }
  /* .result button[type="submit"] { */
	.result .innerWrap > a {
    font-size: 20px;
  }
.price_ft{
font-size:40px!important;
color:#006FBC;
font-weight: bolder!important;
}
.result_img_sp{
margin-bottom:20px;
	}
	.resultContent_box p{
font-size:14px!important;
}
.resultContent {
  margin-bottom: 10px!important;
}
.kanou{
font-size:20px!important;
margin-bottom:-10px!important;
display:block;
}
}



.ft-or{
color:#E46E5D;
}
.sim_ta_ttl p{
background:#fff;
border-radius:50px;
padding-top:5px;
padding-bottom:5px;
text-align:center;
}
.sim_ta{
border:2px solid #006FBC;
}
@media screen and (min-width: 770px) {
.arrow_box{
    position:absolute;
	top:-20px;
	left:50px;
    width:145px;
}
.sim_ttl{
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 130px;
  border: 2px solid #006FBC;
  margin-bottom:3%;
	font-size:22px;
}
.sim_ttl:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  background: #006FBC;
}

.sim_ttl .sim_ttl_num {
  font-size: 27px;
  font-size: 3.3rem;
  z-index: 1;
position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
	font-style:italic;
}
.sim_ttl .mark{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight:bold;
font-size:24px!important;
}
.sim_ta_ttl{
position:relative;
padding:3px;
font-weight:bold;
background:#006FBC;
width:63%;
margin-left:auto;
margin-right:auto;
margin-bottom:2%;
border-radius:4px;
}
.sim_ta_ttl .span{
font-size:30px;
font-weight:bold;
}
.pt_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #E5F0F8;
  border-bottom: 0;
margin-left:auto;
margin-right:auto;
  margin-bottom: 2%;
	  margin-top: 2%;
}
.fp{
font-size:18px;
text-align:center;
font-weight:bold!important;
}
}
@media screen and (max-width: 769px) {
.arrow_box{
    position:absolute;
	top:-30px;
	left:0px;
    width:90px;
}
.sim_ttl{
  position: relative;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 65px;
  border: 2px solid #006FBC;
  margin-bottom:3%;
	font-size:14px;
	line-height:1.5em;
}
.sim_ttl:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 150px;
  height:300%;
  content: '';
  background: #006FBC;
}

.sim_ttl .sim_ttl_num {
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 1;
position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
font-style:italic;
}
.sim_ttl .mark{
background:linear-gradient(transparent 60%, #ff6 60%);
font-weight:bold;
font-size:14px!important;
}
.sim_ta_ttl{
position:relative;
padding:3px;
font-weight:bold;
background:#006FBC;
width:100%;
margin-bottom:2%;
border-radius:4px;
}
.sim_ta_ttl .span{
font-size:20px;
font-weight:bold;
}
.pt_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 25px solid #E5F0F8;
  border-bottom: 0;
margin-left:auto;
margin-right:auto;
margin-bottom: 3%;
margin-top: 3%;
}
.fp{
font-size:14px!important;
text-align:center;
font-weight:bold!important;
}
}

@media screen and (min-width: 770px) {
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 40px solid #006FBC;
  border-bottom: 0;
margin:3% auto 3%;
}
}
@media screen and (max-width: 769px) {
.tsuyomi_box{
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  line-height: 1.4;
  padding: 2%;
  margin-top:10%;
	margin-bottom:3%;
	background:#F9FCFF;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 30px solid #006FBC;
  border-bottom: 0;
margin:3% auto 3%;
}
.sp_left{
text-align:left;
}
}

.sim_top_bnr{
margin-bottom:8%;
width:100%;
max-width:1000px;
}
.sim_top_bnr img{
width:100%;
}


/* 1.8 add */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
.topintrobox {
  font-family: "Noto Sans JP", serif;
  background-color: #F3FBFF;
  padding: 40px 0;
}
.topintrobox_head {
  position: relative;
}
.topintrobox_head h2 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #102A6A;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .topintrobox_head h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 769px) {
  .topintrobox_head h2 {
    font-size: 28px;
  }
}
.topintrobox_head p {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .topintrobox_head p {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .topintrobox_head p {
    font-size: 14px;
  }
}
.topintrobox_head .diagnosis {
  position: absolute;
  right: 0;
  top: 15px;
  width: 205px;
  height: 140px;
  background: #E7393D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .topintrobox_head .diagnosis {
    width: 150px;
    height: 100px;
    font-size: 26px;
    right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .topintrobox_head .diagnosis {
    font-size: 14px;
    width: 80px;
    height: 50px;
    right: 0;
    top: -15px;
  }
}
.topintrobox_gridlink {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridlink {
    gap: 10px;
  }
}
.topintrobox_gridlink_item {
  padding: 20px;
  padding-top: 15px;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridlink_item {
    padding: 15px;
    padding-top: 10px;
    border-radius: 7px;
  }
}
.topintrobox_gridlink_item a {
  padding: 10px 50px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridlink_item a {
    font-size: 14px;
  }
}
.topintrobox_gridlink_item a img {
  max-width: 25px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridlink_item a img {
    max-width: 20px;
  }
}
.topintrobox_gridlink .bg-yellow {
  background: #FF960E;
}
.topintrobox_gridlink .bg-blue {
  background: #59BBF8;
}
.topintrobox_gridlink_toptxt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridlink_toptxt {
    font-size: 20px;
  }
}
.topintrobox_gridbttxt p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 769px) {
  .topintrobox_gridbttxt p {
    font-size: 16px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.diagnosis_form__head {
  font-family: "Noto Sans JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 4px solid #102A6A;
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head {
    gap: 10px;
    border-bottom: 2px solid #102A6A;
  }
}
.diagnosis_form__head_img {
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head_img {
    max-width: 60px;
  }
}
.diagnosis_form__head_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head_txt {
    gap: 5px;
  }
}
.diagnosis_form__head_txt .txt01 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #102A6A;
  background: linear-gradient(transparent 60%, #FFFA8C 40%);
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head_txt .txt01 {
    font-size: 20px;
  }
}
.diagnosis_form__head_txt .txt02 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #FF0E0E;
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head_txt .txt02 {
    font-size: 40px;
  }
}
.diagnosis_form__head_txt .txt03 {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  color: #102A6A;
}
@media screen and (max-width: 769px) {
  .diagnosis_form__head_txt .txt03 {
    font-size: 30px;
  }
}

body .diagnosis table td select {
  width: 100% !important;
}

body .diagnosis table td input[type=text] {
  width: 90%;
}
@media screen and (max-width: 769px) {
  body .diagnosis table td input[type=text] {
    width: 85%;
  }
}

.resulttopbox {
  background: #FFD700;
  padding: 40px 0 50px;
}
@media screen and (max-width: 769px) {
  .resulttopbox {
    padding: 30px 0;
  }
}
.resulttopbox_contain {
  background: #FFFFFF;
  padding: 40px;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_contain {
    max-width: 95%;
    padding: 30px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_contain {
    padding: 20px 15px;
  }
}
.resulttopbox_head {
  max-width: 80%;
  width: 100%;
  margin: auto;
  padding: 10px;
  background: #D8EDFF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_head {
    font-size: 26px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_head {
    max-width: 100%;
    font-size: 18px;
  }
}
.resulttopbox_main {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media screen and (max-width: 769px) {
  .resulttopbox_main {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }
}
.resulttopbox_img {
  max-width: 350px;
  width: 100%;
  margin-bottom: -50px;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_img {
    max-width: 250px;
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_img {
    margin: auto;
    max-width: 60%;
  }
}
.resulttopbox_content .prices {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "MS PGothic", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .resulttopbox_content .prices {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_content .prices {
    font-size: 14px;
    text-align: center;
  }
}
.resulttopbox_content .prices span {
  font-family: "Noto Sans", serif;
  font-size: 96px;
  font-weight: 700;
  color: #E91919;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_content .prices span {
    font-size: 60px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_content .prices span {
    font-size: 40px;
  }
}
.resulttopbox_content_box {
  margin-top: 10px;
  padding: 15px;
  border: 4px solid #FF8800;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .resulttopbox_content_box {
    margin-top: 0;
    padding: 10px;
    border: 2px solid #FF8800;
  }
}
.resulttopbox_content_box p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "MS PGothic", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_content_box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_content_box p {
    font-size: 16px;
  }
}
.resulttopbox_content_box p span {
  color: #FF0E0E;
}
.resulttopbox_btbox {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 35px;
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_btbox {
    max-width: 95%;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_btbox {
    margin-top: 20px;
    padding: 10px;
  }
}
.resulttopbox_btbox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 70px 55px 0 55px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 769px) {
  .resulttopbox_btbox::after {
    bottom: -40px;
    border-width: 45px 35px 0 35px;
  }
}
.resulttopbox_btbox p {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .resulttopbox_btbox p {
    font-size: 24px;
  }
}
@media screen and (max-width: 769px) {
  .resulttopbox_btbox p {
    font-size: 16px;
  }
}
.resulttopbox_btbox p span {
  background: linear-gradient(transparent 80%, #FF0E0E 20%);
}

.resultreadbox_head {
  background-color: #102A6A;
  font-family: "Noto Sans JP", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .resultreadbox_head {
    font-size: 32px;
  }
}
@media screen and (max-width: 769px) {
  .resultreadbox_head {
    font-size: 24px;
  }
}
.resultreadbox_grid {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .resultreadbox_grid {
    padding: 0;
    max-width: 95%;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.resultreadbox_grid_item_img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .resultreadbox_grid_item_img {
    max-width: 70%;
    margin: auto;
  }
}
.resultreadbox_grid_item_title {
  font-family: "Noto Sans JP", serif;
  margin-top: 15px;
  border-radius: 4px;
  background: #D8EDFF;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .resultreadbox_grid_item_title {
    font-size: 18px;
    margin-top: 10px;
  }
}
.resultreadbox_grid_item_txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "MS PGothic", Sans-serif;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .resultreadbox_grid_item_txt {
    font-size: 16px;
    margin-top: 10px;
  }
}
.resultreadbox_grid_bttxt {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  border: 1px solid #818181;
  padding: 15px;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 1200px) {
  .resultreadbox_grid_bttxt {
    max-width: 95%;
  }
}
@media screen and (max-width: 769px) {
  .resultreadbox_grid_bttxt {
    font-size: 14px;
    margin-top: 20px;
  }
}

.learn_more {
  margin: auto;
  text-align: center;
}
.learn_more_link {
  max-width: 300px;
  width: 100%;
  margin: auto;
  margin-top: 35px;
  border-radius: 4px;
  font-family: "Noto Sans JP", serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  padding: 10px;
  background-color: #FF0E0E;
}
@media screen and (max-width: 769px) {
  .learn_more_link {
    max-width: 200px;
    font-size: 18px;
    margin-top: 20px;
  }
}
.learn_more_link img {
  max-width: 30px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .learn_more_link img {
    max-width: 15px;
  }
}

.resultsupportbox {
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  .resultsupportbox {
    margin-top: 50px;
  }
}
.resultsupportbox_head {
  background-color: #102A6A;
  font-family: "Noto Sans JP", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .resultsupportbox_head {
    font-size: 32px;
  }
}
@media screen and (max-width: 769px) {
  .resultsupportbox_head {
    font-size: 24px;
  }
}
.resultsupportbox_head::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 40px 0 40px;
  border-color: #102A6A transparent transparent transparent;
}
@media screen and (max-width: 769px) {
  .resultsupportbox_head::after {
    bottom: -29px;
    border-width: 30px 30px 0 30px;
  }
}
.resultsupportbox_contain {
  max-width: 1100px;
  width: 100%;
  margin: 70px auto;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .resultsupportbox_contain {
    padding: 0;
    max-width: 95%;
    margin: 50px auto;
  }
}
.resultsupportbox_title {
  max-width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .resultsupportbox_title {
    max-width: 100%;
  }
}
.resultsupportbox_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #000;
  z-index: -1;
}
.resultsupportbox_title span {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .resultsupportbox_title span {
    font-size: 18px;
    padding: 0 10px;
  }
}
.resultsupportbox_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width: 769px) {
  .resultsupportbox_grid {
    margin-top: 30px;
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
}
.resultsupportbox_grid_item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border: 1px solid #000000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "MS PGothic", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .resultsupportbox_grid_item {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .resultsupportbox_grid_item {
    font-size: 16px;
    min-height: 80px;
  }
}
.resultsupportbox .bg-blue {
  background: #102A6A;
}
.resultsupportbox .pagelinks {
  margin: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .resultsupportbox .pagelinks {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}
.resultsupportbox .pagelinks a {
  margin: 0;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

/*  */
body .contact-form label{
	display: flex;
    align-items: center;
    gap: 5px;
}
body .contact-form label span {
	opacity: 0.9;
}
body .contact-form input[type=checkbox], body .contact-form input[type=radio] {
    margin: 0;
}
body #contact_form .table-form tbody tr .not_radio input {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic ProN', Arial, Helvetica, Meiryo, 'MS PGothic', Sans-serif;
}
.td_grid {
	display: grid;
    grid-template-columns: auto auto;
    width: 100% !important;
}
/* .main-position-left {
	display: flex;
    align-items: center;
    gap: 25px;
} */
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
@media screen and (max-width: 769px) {
  .td_grid {
    grid-template-columns: auto;
   }
}

.double-line {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.privacy-link {
    text-align: center;
    margin-top: 10px;
}
.privacy-link a {
    color: #333;
    text-decoration: underline;
}
.privacy-link a:hover {
    text-decoration: none;
}

.mainfv {
  padding: 30px;
  background: linear-gradient(to bottom, transparent 60%, #D8EDFF 100%);
}
@media screen and (max-width: 768px) {
  .mainfv {
    padding: 20px 3%;
  }
}
.mainfv_contain {
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .mainfv_contain {
    flex-direction: column-reverse;
  }
}
.mainfv_img {
  max-width: 440px;
  width: 100%;
	margin-top:-100px;
}
.mainfv_content {
  max-width: 550px;
  width: 100%;
}
.mainfv_toptxt {
  font-size: 36px;
  color: #0B3D82;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mainfv_toptxt {
    text-align: center;
    font-size: 22px;
  }
}
.mainfv_midbox {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .mainfv_midbox {
    margin-top: 20px;
    justify-content: center;
    gap: 5px;
  }
}
.mainfv_midbox_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #4DCAED;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  padding: 20px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .mainfv_midbox_item {
    width: 94px;
    height: 94px;
  }
}
.mainfv_midbox_item .txt01 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
	margin-bottom:5px;
}
@media screen and (max-width: 768px) {
  .mainfv_midbox_item .txt01 {
    font-size: 13px;
  }
}
.mainfv_midbox_item .txt02 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mainfv_midbox_item .txt02 {
    font-size: 10px;
  }
}
.mainfv_form {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .mainfv_form {
    gap: 5px;
    margin-top: 30px;
  }
}
.mainfv_form_inputbox {
  width: 400px;
  border-radius: 5px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mainfv_form_inputbox {
    width: 250px;
  }
}
.mainfv_form_inputbox .head {
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #0B3D82;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .mainfv_form_inputbox .head {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}
.mainfv_form_inputbox select {
  width: 250px !important;
  height: 50px;
  border: none !important;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .mainfv_form_inputbox select {
    width: 150px !important;
    height: 40px;
    font-size: 14px;
  }
}
.mainfv_form .searchbtn {
  width: 130px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: #0B3D82;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mainfv_form .searchbtn {
    max-width: 100px;
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.mainfv_form .searchbtn img {
  max-width: 25px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainfv_form .searchbtn img {
    max-width: 20px;
  }
}

.newslist {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
.newslist_item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px dotted #647393;
}
@media screen and (max-width: 768px) {
  .newslist_item {
    gap: 20px;
    font-size: 14px;
  }
}
.newslist_item_title {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .newslist_item_title {
    font-size: 14px;
  }
}

.news_more {
  margin: auto;
  text-align: center;
}
.news_more a {
  margin: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  width: 100%;
  height: 50px;
  background-color: #0B3D82;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .news_more a {
    font-size: 14px;
  }
}