/* CSS Document */
@media screen and (max-width:640px) {
body {
    font-size: 14px;
}
body, #mainvisual .inner, header, footer {
    min-width: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*============================================================================

	header

============================================================================*/

header {
    display: none;
}

/*============================================================================

	nav

============================================================================*/

.sp_fixed {
    position: fixed;
    width: 100%;
}
.sp_fixed li a {
}
.sp_fixed li {
}
.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
}
.sp_navi_btn_area li {
	display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;
}
.sp_navi_btn_area li a {
    display: flex;
	justify-content: center;
    color: #FFF;
    height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: 'Noto Sans JP',sans-serif !important;
    font-size: 4.3vw;
    background: #68C5D8;
    font-weight: 500;
	align-items: center;
	text-align: center;
}
.sp_navi_btn_area li a i{
	text-align: right;
}
.sp_navi_btn_area li span{
	line-height: 1.0;
	text-align: left;
}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 5px;
	color: #fff;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    /* margin-bottom: 30px; */
}
.sp_navi_fixed_area {
    z-index: 999;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
}
.sp_navi .header_logo img {
    width: 256px;
    height: 55px;
    z-index: 9999;
    position: relative;
}
.sp_navi dl {
    background-color: rgba(255,255,255,1.0);
}
.sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
}
.sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
    display: none;
}
.sp_navi ul {
/*padding:4% 2% 4% 8%;*/
}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
    font-size: 16px;
}
.sp_navi_list li a, .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #4373B8;
    border-bottom: solid 1px #FFF;
    line-height: 1.5;
    padding: 13px 0 12px;
}
.sp_navi_children li a {
    background: #4f5698 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    display: flex;
    align-items: center;
    position: absolute;
    right: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f054";
    font-size: 1.0em;
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #4373B8;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
}
.sp_navi dt a.active {
    background: #4373B8;
}
.sp_navi dt a.active i {
    color: #fff;
}
.sp_navi dt a.active span {
    background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}
/*============================================================================

	#mainvisual

============================================================================*/
#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 170px;
    margin-top: 124px;
}
#mainvisual .inner {
    width: auto;
    height: 160px;
    background: url("../images/mainvisual_headline_sp.jpg") no-repeat center top;
    background-size: cover;
}
/* 下層ページヘッドライン */
.mainvisual_headline {
    padding: 0 5%;
}
.mainvisual_headline p.headline_en {
    margin-top: 0; 
    font-size: 40px;
}
/* トップページキャッチフレーズ */
.mainvisual_catch {
    position: absolute;
    top: 30px;
	left: 10px;
}
.mainvisual_catch p {
    font-size: 7.6vw;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}
.mainvisual_catch p span {
    margin-bottom: 5px;
}
.mainvisual_catch p span img {
    width: auto;
    height: 26px;
}
.mainvisual_catch p em {
    width: 67vw;
    margin-top: 16px;
    line-height: 32px;
    font-size: 15px;
}
.mainvisual_catch::after {
    position: relative;
    display: block;
    width: 50vw;
    height: 14vw;
    margin: 8px 0 0 7vw;
    background-size: 100% auto;
}
.mainvisual_clinic {
    z-index: 2;
    height: 280px;
    top: auto;
    bottom: 18px;
    right: 14px;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.6;
}
.mainvisual_clinic img {
    width: 80px;
    height: auto;
    margin-top: 20px;
}
.mainvisual_txt {
    bottom: -15px;
    right: 48px;
}
.mainvisual_filter {
    z-index: 3;
    top: 375px;
    left: 10px;
    width: calc(100% - 20px);
}
.mainvisual_filter::after {
    position: absolute;
    right: -193px;
    bottom: -12px;
    width: 143px;
    height: 123px;
    background: url("../images/mainvisual_filter_deco.png") no-repeat;
    content: "";
}
.mainvisual_filter p {
    margin-left: 0;
    transform: rotate(0deg);
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #dcab50;
}
.mainvisual_filter p::before {
    display: none;
}
.mainvisual_filter ol {
    display: block;
    margin-top: 15px;
}
.mainvisual_filter ol li {
    font-size: 15px;
    line-height: 1;
}
.mainvisual_filter ol li:nth-of-type(2) {
    margin-top: 14px;
}
.mainvisual_filter ol li:nth-of-type(3) {
    padding-top: 6px;
}
.mainvisual_filter ol li span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 7px 10px 7px;
    font-size: 17px;
}
	

/*============================================================================

	#contents

============================================================================*/

.box1 {
    width: auto;
    margin: 0 6% 80px;
}
.box2 {
    width: auto;
    margin: 0 6% 80px;
}
#contents {
    width: auto;
    padding: 40px 5% 20px;
}
#contents_left {
    width: auto;
    float: none;
    margin-right: 0;
}
#contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
}

/*============================================================================

	footer

============================================================================*/
.footer_contact {
    padding: 60px 5% 60px;
}
.footer_contact_tit {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.2;
}
.footer_contact_btn {
    display: block;
}
.footer_contact_btn li:last-of-type {
    margin-top: 26px;
}
.footer_contact_btn li a {
    width: 90%;
    max-width: 450px;
    height: 210px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.footer_contact_btn li a p {
    margin-bottom: 2px;
    font-size: 22px;
}
	.footer_contact_btn li a p.foot_tel{
		font-size:28px;
		margin:20px 0 0;
	}
.footer_contact_btn li:last-of-type a {
    background-position: center 70px;
}
.footer_btm_wrap {
    padding: 35px 0 30px;
}
.footer_office {
    display: block;
    width: 88%;
}
.footer_logo {
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
}
.footer_office_list {
    margin-bottom: 34px;
}
.footer_office_list dd {
    white-space: normal;
}
.copy {
    width: 90%;
    margin: 10px auto 0;
}

/*============================================================================

	$top

============================================================================*/
.top_trouble {
    padding: 60px 0 140px;
}
.top_trouble h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
}
.top_trouble_list {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 4vw;
}
.top_trouble_list li {
    width: 43vw;
    max-width: 220px;
    height: 43vw;
    max-height: 220px;
    border-radius: 100%;
    box-shadow: 10px 10px 10px 1px #335fa8;
    font-size: calc(13px + 5 * (100vw - 320px)/320);
    line-height: 1.5;
    text-align: center;
}
.top_trouble::after {
    bottom: 32px;
    right: 50%;
    margin-right: -130px;
    width: 220px;
    height: 116px;
    background-size: cover;
}
.top_system {
    padding: 60px 0 30px;
    overflow: hidden;
    background-size: 140% auto;
}
.top_system::after {
    left: 0;
    transform: translateX(0);
    min-width: initial;
    height: 200px;
    clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
}
.top_system h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
}
.top_system_list {
    width: 90%;
    margin: 0 auto 50px;
}
.top_system_list li {
    display: block;
    height: auto;
    margin-bottom: 30px;
    padding: 0 0 20px 0;
}
.top_system_list li:nth-of-type(1) {
    background: url("../images/top_system_deco01.png") no-repeat right 0 bottom 20px;
    background-size: 84px auto;
}
.top_system_list li:nth-of-type(2) {
    background: url("../images/top_system_deco02.png") no-repeat right -27px bottom 20px;
    background-size: 115px auto;
}
.top_system_list li:nth-of-type(3) {
    background: url("../images/top_system_deco03.png") no-repeat right 0 bottom 20px;
    background-size: 71px auto;
}
.top_system_list li:nth-of-type(1)::after,
.top_system_list li:nth-of-type(2)::after,
.top_system_list li:nth-of-type(3)::after {
    display: none;
}
.top_system_list li span {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 54px;
}
.top_system_list li span::before {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    margin-bottom: -6px;
    background-position: center top;
}
.top_system_list li p {
    width: calc(100% - 100px);
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.7;
    margin-right: 0;
}
.top_system_list li:nth-of-type(3) p {
    padding-top: 0;
}
.top_function h3 {
    margin-bottom: 45px;
    font-size: 23px;
    line-height: 64px;
    background-size: auto 62px;
}
.top_function_list {
    display: block;
    width: 80%;
    max-width: 340px;
}
.top_function_list dl {
    width: 100%;
    margin-bottom: 30px;
}
.top_function_list dl dt {
    line-height: 75px;
    font-size: 17px;
}
.top_function_list dl dd {
    height: auto;
    padding: 6% 7% 75px;
    font-size: 15.5px;
    letter-spacing: 0;
    line-height: 1.8;
    background: no-repeat right 7% bottom 18px;
}
.top_flow {
    padding: 60px 0 120px;
}
.top_flow::after {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    min-width: initial;
    height: 200px;
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}
.top_flow h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
}
.top_flow_list {
    width: 90%;
}
.top_flow_list li {
    display: block;
    height: auto;
    min-height: 80px;
    margin-bottom: 60px;
    padding: 4% 6% 4% 70px;
}
.top_flow_list li span {
    position: absolute;
    top: 10%;
    left: 0;
    display: inline-block;
    width: 60px;
    font-size: 40px;
    height: 82%;
}
.top_flow_list li span::before {
    margin: 2px 0 -2px 9px;
}
.top_flow_tit {
    display: block;
    width: auto;
    height: auto;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.4;
}
.top_flow_txt {
    width: auto;
    margin: 3px 0 0;
    font-size: 15px;
    line-height: 1.7;
}
.top_flow_logo {
    left: 2%;
    width: 120px;
    margin-left: 0;
    bottom: -15px;
}
.top_company {
    position: relative;
    width: 100%;
    margin-top: -50px;
    padding: 70px 0 38px;
    overflow: hidden;
}
.top_company_bg {
    width: 100%;
    min-width: initial;
    left: 0;
    transform: translateX(0);
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}
.top_company h2 {
    padding: 0 5%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
}
.top_company .inner {
    display: block;
    width: 90%;
    text-align: right;
}
.top_company_txt {
    width: 100%;
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
}
.top_company_number {
    display: inline-block;
    padding-top: 30px;
}
.top_company_number li {
    text-align: left;
}
.top_company_number li:first-of-type {
    margin-bottom: 20px;
}
.top_company_number li span {
    font-size: 16px;
}
.top_company_number li em {
    font-size: 70px;
}
.top_company_number li:nth-of-type(2) span:first-of-type {
    top: -45px;
    margin-right: 18px;
}


/*============================================================================

	$breadcrumbs ぱんくず

============================================================================*/

.breadcrumbs {
    width: 92%;
    margin: -10px 4% 40px;
}
.breadcrumbs li {
    display: inline-block;
}
/*============================================================================

	$共通

============================================================================*/

.box {
    width: auto;
    padding: 0 6% 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
	
/*============================================================================

	$見出し

============================================================================*/

h1 {
	font-size: 12px;
    width: auto;
    padding: 10px 10px !important;
    text-align: left;
    position: static;
    margin-top: 0 !important;
}	

.tit01 {
    font-size: 28px;
}
.tit02 {
    top: -12px;
    margin-bottom: 0;
    font-size: 23px;
}
.tit02::before {
    top: -8px;
    left: -50px;
    width: 36px;
    height: 45px;
    background-size: cover;
}
.tit02::after {
    top: -15px;
    right: -34px;
    width: 26px;
    height: 36px;
    background-size: cover;
}
.tit03,
.tit04 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-align: center;
}
.nowrap {
    white-space: normal;
}

/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 th {
	width: 30%;
	box-sizing: border-box;
	font-size: 14px;
}
.tb01 td {
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
	

.tb03, .tb03 th {
    white-space: inherit;
}
.tb03.w075par {
    width: 100%;
}
	
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
/* ボタン */
.btn01 a {
    display: block;
}
	

/* アンカーリンク */
.ank02 {
	width: 100%;
}
.ank02 li {
}
.ank03 {
	width: 100%;
}
.ank03 li {
    width: 48%;
}
.ank04 {
	width: 100%;
}
.ank04 li {
    width: 48%;
}
	
/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
	max-width: 100%;
	width: auto;
}


/*============================================================================

	$price

============================================================================*/
#contents.price {
    padding-left: 0;
    padding-right: 0;
}
.tit01.price {
    margin-bottom: 40px;
}
.price_list {
    display: block;
    width: 90%;
    margin: 0 auto 100px;
}
.price_list dl {
    width: 100%;
    margin-bottom: 30px;
}
.price_service {
    width: 90%;
    margin: 0 auto 100px;
    padding: 0 8% 60px;
}
.price_service_list li {
    display: flex;
    padding: 20px 4px 18px;
    font-size: 17px;
    line-height: 1.6;
}
.price_service_list li::before {
    display: block;
    margin-right: 20px;
    padding-top: 8px;
    font-size: 34px;
    vertical-align: top;
    line-height: 1;
}
.price_service::after {
    right: -2%;
    width: 150px;
    height: 115px;
    background-size: cover;
}
.price_option h2.tit01 {
    margin-bottom: 30px;
}
.price_option_txt {
    margin-bottom: 96px;
    padding: 0 5%;    
    font-size: 15px;
    text-align: left;
}
.price_option .inner {
    display: block;
}
.price_option .inner::before {
    display: none;
    background: linear-gradient(
90deg
, rgba(67,115,184,1) 0%, rgba(67,115,184,1) 50%, rgba(61,167,57,1) 50%, rgba(61,167,57,1) 100%);
    content: "";
}
.price_option_g, .price_option_l {
    width: 100%;
    height: auto;
    padding: 0 5% 100px;
}
.price_option_l {
    padding: 0 5% 130px;
}
.price_option_g::before, .price_option_l::before {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.price_option_g::before {
    background-color: rgba(67,115,184,1);
}
.price_option_l::before {
    background-color: rgba(61,167,57,1);
}
.price_option_g figure, .price_option_l figure {
    margin-bottom: 20px;
}
.price_option_g h3, .price_option_l h3 {
    margin-bottom: 22px;
    font-size: 19px;
}
.price_option_g::after {
    left: 5%;
    bottom: -18px;
    width: 287px;
    height: 84px;
    background-size: cover;
}
.price_option_l::after {
    right: auto;
    bottom: 30px;
    left: 5%;
    width: 191px;
    height: 66px;
    background-size: cover;
}
.price_option_figure {
    position: relative;
    width: 300px;
    height: 300px;
    margin: -80px auto 0;
    background-size: 240px auto;
}
.price_option_figure li {
    width: 120px;
    height: 120px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
}
.price_option_note {
    width: 90%;
    margin: 60px auto 0;
}

/*============================================================================

	$Q&A

============================================================================*/
#contents.qa {
    padding-top: 70px;
}
.qa_wrap {
    width: 100%;
    padding: 0 8% 50px;
    border-radius: 20px;
    text-align: center;
    background-color: #e6ecf6;
}
.qa_wrap .tit02 {
    top: -30px;
    margin-bottom: 0;
}
.qa_wrap .tit02::before {
    top: 0px;
}
.qa_wrap .tit02::after {
    top: -4px;
}
.qa_intro {
    text-align: left;
    margin-bottom: 30px;
}
.qa_list dl {
    margin-bottom: 30px;
    padding: 0 4px;
}
.qa_list dt {
    margin-bottom: 10px;
    padding-left: 50px;
}
.qa_list dt span {
    width: 46px;
    height: 40px;
    margin-left: -12px;
    margin-right: 0;
    padding-top: 10px;
    font-size: 20px;
    background-size: cover;
}
.qa_list dt em {
    width: 100%;
    padding-top: 0;
    font-size: 17px;
}
.qa_list dd {
    width: 100%;
    padding: 0 0 25px 50px;
    font-size: 15px;
}
.qa_wrap::after {
    bottom: -56px;
    right: -10px;
    width: 105px;
    height: 150px;
    background-size: cover;
}


/*============================================================================

	$company

============================================================================*/

.company_outline {
    width: 100%;
    padding-bottom: 100px;
}
.company_outline::after {
    position: absolute;
    right: -10px;
    width: 196px;
    height: 120px;
    background-size: cover;
}
.tb02 {
    font-size: 15px;
}
.tb02 th, .tb02 td {
    display: block;
    width: 100%;
}
.tb02 th {
    font-weight: 700;
    border-bottom: none;
    padding: 17px 6px 0;
}
.tb02 td {
    padding: 0 6px 17px;
}
.tb02 td dl {
    margin-bottom: 25px;
}
.confirm-tb {
    width: 100%;
    border-top: 1px solid #ccc;
}
.confirm-tb td {
    display: block;
    font-size: 15px;
    width: 100%;
}
.confirm-tb td.l_Cel {
    width: 100%;
    border-top: none;
}
.confirm-tb tr td:first-of-type {
    border-bottom: none;
    padding: 3% 5%;
}
.confirm-tb tr td:last-of-type {
    border-top: none;
    padding: 3% 5%;
}

/*==================================================================

	contact

==================================================================*/
.form_table {
    width: 100%;
    margin-bottom: 20px;
}
.form_table th, .form_table td {
    display: block;
    width: 100%;
}
.form_table th {
    font-size: 16px;
    font-weight: 700;
    border-bottom: none;
    padding: 17px 6px 0;
}
.form_table td {
    width: 100%;
    font-size: 15px;
    padding:  14px 6px 17px;
}
.form_table th.form_tit {
    display: flex;
}
.form_tit {
	display: flex;
    justify-content: flex-start;
}
.required {
    margin-left: 18px;
    padding: 8px 10px;
    font-size: 13px;
}
.form_radio_box {
    flex-wrap: wrap;
}
.form_radio_btn {
    margin-bottom: 8px;
}
.form_input {
    width: 100%;
    font-size: 15px;
}
.form_input.input_name{
	width:48%;
}
.form_textarea {
    width: 100%;
    font-size: 15px;
}
.form_select {
    width: 100%;
    font-size: 15px;
}
.form_btn_primary {
    width: 80%;
    max-width: 340px;
    margin: 30px auto 0;
    font-size: 16px;
}
.form_btn_secondary {
    width: 80%;
    max-width: 340px;
    margin: 30px auto 0;
    font-size: 16px;
}
.thanks_box_text {
    text-align: left;
    font-size: 15px;
}
.thanks_box_btn a {
    width: 80%;
    max-width: 340px;
    margin: 30px auto 0;
    font-size: 16px;
}

/*==================================================================

	.layout

==================================================================*/
.layout_tit{
  font-size: 18px;
}

.layout_tit em{
  font-size: 24px;
}

  /* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */

  .layout01 {}

  .layout01:before {}

  .layout01 dl {
    display: block;
  }

  .layout01 dl:after {}

  .layout01 dt {
    width: 100%;
  }

  .layout01 dd {
    width: 100%;
  }

  .layout01 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
  .layout02 {
    display: block;
  }

  .layout02::after {}

  .layout02 dl {
    width: 100%;
  }

  .layout02 dl:nth-child(even) {}

  .layout02 dt {}

  .layout02 dd img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
  .layout03 {
    margin: 0 0 15px;
  }

  .layout03 .layout03_box {
    display: block;
  }

  .layout03 .layout03_title {
    width: 100%;
  }

  .layout03 .layout03_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
	padding: 0;
  }

  .layout03 .layout03_text {
    width: 100%;
    padding: 15px 3% 1%;
  }


  /* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
  .layout04 {}

  .layout04 .layout04_box {
    display: block;
  }

  .layout04 .layout04_title {
    width: 100%;
    padding: 2%;
  }

  .layout04 .layout04_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout04 .layout04_text {
    width: 100%;
  }


  /* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
  .layout05 {}

  .layout05 .layout05_box {
    display: block;
  }

  .layout05 .layout05_title {
    width: 100%;
    text-align: center;
    display: block;
  }

  .layout05 .layout05_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout05 .layout05_text1 {}

  .layout05 .layout05_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout05 .layout05_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout05 .layout05_text1 h5 em {}

  .layout05 .layout05_text1 h5 {}

  .layout05_text1 {}

  .layout05_text1 ul {}

  /* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
  .layout06 {
    margin: 0 0 15px;
  }

  .layout06 .layout06_box {
    display: block;
  }

  .layout06 .layout06_box:before {}

  .layout06 .layout06_box:last-child:after {}

  .layout06 .layout06_title {
    width: 100%;
    padding: 3%;
    display: block;
    text-align: center;
  }

  .layout06 .layout06_title img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }

  .layout06 .layout06_box:last-of-type {}

  /* 数字 */
  .layout06 .layout06_title em {}

  .layout06 .layout06_text1 {}

  .layout06 .layout06_text1:nth-child(2) {
    width: 100%;
    margin-top: 10px;
  }

  .layout06 .layout06_text1:nth-child(3) {
    width: 100%;
    border-left: none;
  }

  .layout06 .layout06_text1 h5 {}

  .layout06_text1 {}

  .layout06_text1 ul {}

  .layout06_text1 ul li span {}


  /* 3つ並びのレイアウト。 */
  .layout07 {
    display: block;
  }

  .layout07::after {}

  .layout07 dl {
    display: block;
    width: 100%;
  }

  .layout07 dl:nth-child(3n) {}

  .layout07 dl dt {}

  .layout07 dl dt em {}

  .layout07 dl dd {}

  /* 3つ並びのレイアウト。矢印付き */
  .layout08 {
    display: block;
  }

  .layout08 dl {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
  }

  .layout08 dl:nth-child(3n) {}

  .layout08 dl::before {
    position: absolute;
    right: 0;
    left: 0;
    top: 110%;
    height: 7px;
    width: 7px;
    transform: rotate(135deg);
    background-color: transparent;
    border-top: 2px solid #1F2774;
    border-right: 2px solid #1F2774;
    content: "";
    bottom: 0;
    margin: auto;
  }

  .layout08 dl:nth-child(3n)::before {
    display: none;
  }

  .layout08 dl dt {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #ddd;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
  }

  .layout08 dl dt em {
    margin-right: 8px;
    font-size: 24px;
    font-family: 'Quicksand', sans-serif;
  }

  .layout08 dl dd {
    line-height: 1.5;
  }

/* layout10 */
	.layout10 .flow_box{
		justify-content: space-between;
		padding: 6%;
	}
	.layout10 .flow_box .number{
		width: 42px;
		height: 42px;
		margin-right: 0;
		font-size: 20px;
	}
	.layout10 .flow_box .layout10_box{
		width: 80%;
	}
	.layout10 .flow_box .layout10_text .title{
		font-size: 14px;
		line-height: 1.4;
	}
	.layout10 .flow_box .layout10_text .title span{
		display: block;
		padding-bottom: 8px;
		font-weight: bold;
	}
	.layout10 .flow_box .layout10_text .title span::after{
		display: none;
	}
	.course_ablation::before{
		display: none;
	}



/*common*/
.pc{display:none!important}.sp{display:block!important}.pc_inline{display:none!important}.sp_inline{display:inline!important}.pc_table{display:table!important}.sp_table{display:table!important}img{max-width:100%;height:auto}.sp_mb00{margin-bottom:0!important}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center}


}

@media screen and (max-width:320px) {
.footer_contact_btn li a div {
    font-size: 14px;
}
.mainvisual_filter ol li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
.tit01 {
    font-size: 27px;
}
.top_system h2 {
    font-size: 23px;
    letter-spacing: 0;
}
.top_company_number li em {
    font-size: 65px;
}
}
