html {
	font-size: 62.5%;
	font-family: YakuHanJP,"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	background: #fff;
	margin: auto;
	font-size: 1.6rem;
	line-height: 1.6;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.shingoL {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.midashiG {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.touch-hover {
	transition: 0.3s;
}

.sp {
	display: none;
}

#spFtNav {
	display: none;
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

.clear {
	clear: both;
}


/* FONT SIZE */

.px10 {
	font-size: 1.0rem;
}

.px11 {
	font-size: 1.1rem;
}

.px12 {
	font-size: 1.2rem;
}

.px14 {
	font-size: 1.4rem;
}

.px15 {
	font-size: 1.5rem;
}

.px18 {
	font-size: 1.8rem;
}

.px20 {
	font-size: 2.0rem;
}

.px24 {
	font-size: 2.4rem;
}

.px26 {
	font-size: 2.6rem;
}

.px28 {
	font-size: 2.8rem;
}

.px32 {
	font-size: 3.2rem;
}

.px34 {
	font-size: 3.4rem;
}

.px36 {
	font-size: 3.6rem;
}

#wrapper {
	position: relative;
}

/*color*/
.white {
	color: #fff;
}

.navy {
	color: #0E67A8;
}

.navydk {
	color: #094570;
}

/* backgroung */
.bg_white {
	background: #fff;
}

.bg_gray {
	background: #F7F7F7
}

.bg_navy {
	background: #0E67A8;
}

.bg_navydk {
	background: #094570;
}

.bg_navyli {
	background: #E6ECF1;
}

/* common */
.title-sub {
	display: inline-block;
	background: #094570;
	padding: 10px 16px;
	font-size: 1.6rem;
	line-height: 1.1;
	color: #fff;
}

#fix-app {
	position: fixed;
	top: 899px;
	right: 0;
}

.side-app {
	display: block;
	background: #0F89DF;
	width: 65px;
	padding: 15px;
	box-sizing: border-box;
}

.side-app:hover {
	background: #0E67A8;
}

.side-app img {
	display: block;
	max-width: 100%;
	margin: auto;
}

section.main {
	margin: 80px 0 0;
}

section.main > .inner {
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
}

h2.title {
	display: flex;
	background: #F3F6F8;
	margin: 0 0 60px;
	border-left: solid 12px #094570;
	line-height: 1.2;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h2.title span {
	display: block;
	background: #fff;
	width: 50%;
	padding: 22px 22px 22px 28px;
	font-size: 4.6875vw;
	box-sizing: border-box;
}

h2.title small {
	display: block;
	font-size: 1.9375vw;
	font-weight: normal;
}

@media (min-width: 1280px) {
	h2.title span {
		font-size: 60px;
	}
	h2.title small {
		font-size: 24px;
	}
}

/* header */
header {
	border-bottom: solid 1px #1289E0;
}

header .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: white;
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box;
}

#head_logo {
	flex-basis: 53%;
	margin: 0;
	padding: 0;
}

#head_logo img {
	display: block;
	width: 100%;
	height: auto;
}


#head_nav {
	flex-basis: 43%;
}

#head_tel {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#head_tel dd {
	margin-left: 0.5em;
	margin-right: 9%;
}

#head_tel dd:last-of-type {
	margin-right: 0;
}

#head_nav_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	list-style: none;
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
}

#head_nav_cont li {
	width: 28%;
}

.head_nav_item {
	display: block;
	background: #1289E0;
	padding: 8px 5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

.head_nav_item:hover {
	background: #0E67A8;
}

.hdr-logo-inner{
	background-color: #FFF;
	margin: 0 auto;
	width: 1040px;
}
.hdr-logo{
	width: 150px;
	padding: 15px 0 0 42px;
	margin-bottom: -20px;
}
.hdr-logo img{
	width: 100%;
}
header .head_inner{
	padding: 0 40px 20px 40px;
}
.hdr-text-logo{
	color: #0f67a8;
	font-weight: 500;
	margin: 0;
	font-size: 2.3em;
	letter-spacing: 2px;
	line-height: 1.3em;
}
.hdr-text-logo span{
	display: block;
	font-size: 60%;
	line-height: 1em;
}
#head_nav{
	lex-basis: 45%;
}
#head_nav_cont{
	width: 90%;
}
#head_nav_cont li{
	width: 30%;
}
#head_nav_cont li.head-line-box{
	width: 60%;
}
.head_nav_item{
	padding: 11px 5px 10px;
}
.hdr-nav-line{
	background: #06c300;
	padding: 0px 5px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	display: flex;
	justify-content: normal;
	align-items: center;
}
.hdr-nav-line span{
	line-height: 1.2em;
}
.hdr-nav-line::before {
    content: '';
    display: inline-block;
    background: url(../img/220512/icon-line.svg) no-repeat center center;
    background-size: contain;
    width: 45px;
    height: 45px;
}
.live-left h3{
	margin: 0 0 0.5em;
	font-size: 2.5rem;
}
.bnr-line-btn{
	margin: 20px auto 0;
	width: 500px;
}
.bnr-line-btn .box-btn-line{
	display: flex;
	justify-content: normal;
	align-items: center;
	background: #06c300;
	padding: 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.box-btn-line::before {
	content: '';
	display: inline-block;
	background: url(../img/220512/icon-line.svg) no-repeat center center;
	background-size: contain;
	width: 120px;
	height: 120px;
}
.btn-text{
	line-height: 1.4em;
	display: block;
	margin-left: -30px;
}
.bnr_app{
	padding: 30px 50px;
}
.bnr-nav-text p{
	color: #FFF;
	font-size: 22px;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}
#anxiety-lower p{
	margin: 0;
	padding: 30px;
	border: solid 2px #EBEBEB;
	font-weight: bold;
	font-size: 2.3rem;
}
#anxiety-lower p span{
	display: block;
	font-size: 3.0rem;
	margin-bottom: 10px;
}
.plan-item-title{
	background-color: #fceef0;
	padding: 7px 15px;
	margin: 0 0 10px;
}

.plan-item-title span{
    font-size: 2.2rem;
    color: #C2687C;
    display: block;
    padding: 10px 10px;
    background: transparent;
    border-left: solid 5px #c2687c;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
}
.inner .plan_item:first-of-type {
    border: 4px solid #c2697b;
}

@media screen and (max-width: 1010px) {
	#head_nav_cont li {
		width: 30%;
	}
	header .inner {
		align-items: flex-end;
	}
}

/* hero */
#hero {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/hero_img.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 600px;
}

#hero_ttl {
	line-height: 1.4;
	text-align: center;
	font-size: 3.046875vw;
}

#hero_ttl .kanji {
	font-size: 3.203125vw;
}

@media screen and (max-width: 1010px) {
	#hero_ttl {
		font-size: 38px;
	}

	#hero_ttl .kanji {
		font-size: 40px;
	}
}

/* fixed_nav */
#fixed_nav {
}

#fixed_nav .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box
}

.fixed_nav_item {
	list-style: none;
	padding: 5px 0;
	flex-basis: 33%;
	border-right: solid 1px #094570;
	border-left: solid 1px #094570;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
}

.fixed_nav_item:nth-child(2){
	border: none;
}

.fixed_nav_item a:link,
.fixed_nav_item a:visited,
.fixed_nav_item a:hover,
.fixed_nav_item a:active {
	text-decoration: none;
	color: #000;
}

.fixed_nav_item a.hover {
	color: #0E67A8;
}


.fixed_nav_item a::after {
	display: block;
	font-size: 1.2rem;
	text-align: center;
}

.fixed_nav_item-plan::after {
	content: 'PLAN';
}

.fixed_nav_item-company::after {
	content: 'COMPANY';
}

.fixed_nav_item-appointment::after {
	content: 'APPOINTMENT';
}

/* bnr_app-area */

.bnr_app-area {
	clear: both;
	margin: 40px;
}

.bnr_app-area .inner {
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box
}

.bnr_app {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 60px;
	border: solid 8px #094570;
	box-sizing: border-box;
}

.bnr_app::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	box-sizing: border-box;
}

.bnr_app_text {
	flex: 1;
	padding-right: 20px;
}

.bnr_app_btn a {
	display: block;
	background: #108adf;
	padding: 2px 12px;
}
.bnr_app_btn a img{
	width: 265px;
	display: block;
}

.bnr_app a {
	position: relative;
}

.bnr_app .hover {
	opacity: 0.8
}

/* live */
#live .inner {
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box;
}

#live-upper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.live-left {
	width: 40%;
}

.live-left .title-sub {
	position: absolute;
	top: 0;
	left: 0;
}

.live-left h3 {
	margin: 0 0 0.5em;
}

.live-right {
	width: 55%;
}

.live-right img {
	display: block;
	max-width: 100%;
}

#live-lower {
	background: #fff;
	margin: 40px 0 0;
	padding: 20px;
}


.live-lower-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 30px 30px 10px;
	border: solid 2px #EBEBEB;
}

.live-lower-list-item {
	flex-basis: 48%;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: bold;
	box-sizing: border-box;
}
.live-lower-list-item {
	flex-basis: 49.5%;
}
.live-lower-text{
	flex-basis: 100%;
	margin-bottom: 20px;
}
.live-lower-list-item::before {
	content: '◎';
}


/* plan */
#plan .inner {
	padding: 0 40px;
}

.plan_item {
	margin-bottom: 40px;
}

.inner .plan_item:nth-last-of-type(2) {
	margin-bottom: 0;
}
.inner .plan_item:first-of-type {
	border: 4px solid #c2697b;
}
.plan-upper {
	display: flex;
}

.plan-upper div {
	width: 50%;
}

.plan-upper img {
	display: block;
	max-width: 100%;
}

.plan-lower {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 30px;
}

.plan-lower-item {
	display: flex;
	align-items: center;
	width: 50%;
	line-height: 1.1;
}

.plan-area {
	justify-content: flex-start;
}

.plan-monthly {
	justify-content: space-between;
	align-items: flex-end;
}

.plan-icon {
	background: #fff;
	width: 45%;
	padding: 18px 0;
	text-align: center;
	font-size: 2.0rem;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #094570;
}

.plan-area-num {
	margin-left: 25px;
	font-size: 3.0rem;
}

.plan-area-numb {
	font-size: 4.5rem;
}

.plan-monthly-num {
	font-size: 5.0rem;
}

.plan-monthly-num-unit {
	font-size: 3.0rem;
}

.plan-lower-item.price-total {
	display: block;
	margin-top: 45px;
}

.price {
	font-size: 10.0rem;
}

.price-unit {
	font-size: 5.0rem;
}

.price-tax {
	font-size: 1.5rem;
}

.plan-abtn {
	margin-top: 45px;
}

.plan-abtn img {
	display: block;
	width: 480px;
}

.plan-abtn a.hover {
	opacity: 0.8;
}
.plan-sub-title{
	font-size: 2.4rem;
	color: #094570;
}
.tax-info {
	overflow: hidden;
}

.tax-info ul {
	float: right;
	list-style: none;
	margin:  0;
	padding: 10px 0 0;
}

.tax-info ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/* merit */
.merit-list {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.merit-list li {
	list-style: none;
	width: 49%;
}

.merit-list-item {
	margin-bottom: 40px;
}

.merit-list-item-photo img {
	display: block;
	max-width: 100%;
}

.merit-list h3 {
	margin: 15px 0 15px;
}

.merit-list-item p {
	min-height: 3.5em;
}

/* ANXIETY */
#anxiety .inner {
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box;
}


#anxiety-upper h3 {
	margin: 55px 0 70px;
}

#anxiety-lower {
	background: #fff;
	margin: 40px 0 0;
	padding: 20px;
}

#anxiety-lower p {
	margin: 0;
	padding: 30px;
	border: solid 2px #EBEBEB;
	font-weight: bold;
}

.anxiety-center-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
}

.anxiety-list-item {
	list-style: none;
	width: 23%;
}

.anxiety-list-item img {
	display: block;
	max-width: 100%;
}

.anxiety-list-item strong {
	display: block;
	margin-top: 10px;
	text-align: center;
}

/* reasonable */
.reasonable-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.reasonable-list-item {
	display: flex;
	flex-direction: column;
	width: 30%;
}

.reasonable-list-item h3 {
	align-self: flex-start;
	width: 100%;
	margin: 0;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
}

.reasonable-list-item p {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 30px;
}

/* special */
#special-photo {
	padding: 40px;
}

#special-photo h3 {
	margin: 0;
	font-size: 5.625vw;
}

@media (min-width: 1280px) {
  #special-photo h3 {
    font-size: 72px;
  }
}

#special-photo h4 {
	margin: 0;
}

.special-photo-wrapper {
	margin-top: 50px;
}

.special-photo-wrapper h5 {
	display: flex;
	margin-bottom: 5px;
}

.special-photo-wrapper h5 span {
	margin-right: 15px;
}

.ststubi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 45px;
	padding: 0;
}

.ststubi ul:last-of-type {
	margin-bottom: 0;
}

.ststubi ul li {
	position: relative;
	list-style: none;
	width: 32%;
}
.ststubi ul li a:link,
.ststubi ul li a:visited,
.ststubi ul li a:hover,
.ststubi ul li a:active {
	color: #666;
	text-decoration: none;
}
.ststubi ul li a.hover::before {
	position: absolute;
	bottom: 6px;
	right: 6px;
	content: '\77';
	display: flex;
	align-items: clear;
	background: #fff;
	padding: 5px 8px;
	font-family: "fontello";
	font-size: 1.4rem;
	line-height: 1.2;
}

.ststubi ul li img {
	display: block;
	max-width: 100%;
	height: auto;
	border: solid 6px #fff;
	box-sizing: border-box;
}

.naisou ul {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0;
	padding: 0;
}

.naisou ul li {
	list-style: none;
	width: 33.333%;
}

.naisou li a {
	position: relative;
	display: block;

}

.naisou ul li a:link,
.naisou ul li a:visited,
.naisou ul li a:hover,
.naisou ul li a:active {
	color: #666;
	text-decoration: none;
}

.naisou li a.hover::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '\77';
	display: flex;
	align-items: clear;
	background: #fff;
	padding: 5px 8px;
	font-family: "fontello";
	font-size: 1.4rem;
	line-height: 1.2;
}

.naisou ul li img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* COMPANY */
.campany-name-wrap {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	padding: 0;
}

.campany-name-ttl {
	margin-right: 20px;
	font-weight: bold;
}

.company-list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

.company-list-item {
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}

.company-list-item h3 {
	margin: 0;
}

.company-photo img {
	display: block;
	max-width: 100%;
	margin-bottom: 30px;
}

.company-table table {
	width: 100%;
	margin-bottom: 30px;
}

.company-table tr {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

.company-table th,
.company-table td {
	padding: 15px 0;
}

.gmap {
	position: relative;
	padding-bottom: 85%;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.company-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.company-tel {
	width: 70%;
}

.company-meta {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 40%;
	margin-left: 30px;
}

.company-meta dt {
	width: 40%;
}

.company-meta dd {
	width: 60%;
	text-align: right;
}

/* contact */
#contact-form {
	margin: 0 40px;
	padding: 50px;
	border: solid 1px #F2F2F2;
}

#contact-form form#mailformpro {
	width: 80%;
	margin: auto;
	padding: 0;
}

#contact-form .mfp_element_all {
    max-width: initial;
}

.mfp {
	width: 100%;
	padding: 20px 0;
	border-bottom: dotted 1px #E5E5E5;
}

.mfp label {
	width: 100%;
}

.formLine {
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.formLeft {
	width: 35%;
}

.required {
	font-size: 1.2rem;
	color: #D8000F;
	margin-left: 10px;
}

.formCont {
	font-size: 1.8rem;
	font-weight: bold;
}

.formRight {
	flex: 1;
}

#contact-form input,
#contact-form textarea,
#contact-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #FAFAFA;
	padding: 8px;
	border: solid 1px #094570;
	font-size: 1.6rem;
	box-sizing: border-box;
}

#contact-form select {
	background: #FAFAFA url('../img/form-select_bg.svg') no-repeat center right 8px/16px 13px;
	cursor: pointer;
}

#contact-form input:focus,
#contact-form textarea:focus,
#contact-form select:focus {
	background: #fff;
	border: solid 1px #0F89DF;
	max-width: initial;
}

#contact-form .problem {
    background-color: #FCC;
    border: solid 1px tomato;
}

#contact-form .mfp_element_text,
#contact-form .mfp_element_number,
#contact-form .mfp_element_select-one,
#contact-form .mfp_element_email,
#contact-form .mfp_element_tel,
#contact-form .mfp_element_textarea,
#contact-form .mfp_element_date,
#contact-form .mfp_element_password {
	box-shadow: none;
}

#contact-form .line01 {
	width: 100%;
}

.form-address-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-address-list-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: dotted 1px #E5E5E5;
}

.form-address-list-item:first-of-type {
	padding-top: 0;
}

.form-address-list-item:last-of-type {
	padding-bottom: 0;
	border: none;
}

.form-address-list-item-ttl {
	width: 7em;
}

.form-address-list-item .addline {
	flex: 1;
}

#contact-form div.mfp_err {
	background-position: 0 48%;
}

:placeholder-shown {
    color: #B2B2B2;
}

::-webkit-input-placeholder {
    color: #B2B2B2;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #B2B2B2; opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #B2B2B2; opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #B2B2B2;
}

.formRight.multi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.spFlex {
	width: 49%;
}

.spFlex i {
	flex: 1;
}

.spFlex select {
	width: 87%;
}

#contact-form .mfp .formRight textarea {
    width: 100% !important;
    box-sizing: border-box;
 }

 .formBtn {
 	margin-top: 30px;
 }

.btnArea button,
.btnArea button img {
	display: block;
	margin: auto;
}

#contact-form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background: none;
	padding: 0;
	border: none;
}

#contact-form .mfp_element_submit:hover {
	box-shadow: none;
}

.btnArea button.hover {
	opacity: 0.8;
}

footer {
	padding: 30px 0;
	text-align: center;
}

/* thanks */
#thanksBg .inner {
	max-width: 1040px;
	margin: auto;
	padding: 25px 40px;
	box-sizing: border-box;
}

#thanksBg .inner h2 {
	max-width: 640px;
	margin: 20px auto 0;
	text-align: center;
}

#thanksBg .inner p {
	max-width: 640px;
	margin: 1.5em auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#thanksBg .inner h3 {
	max-width: 640px;
	margin: 2em auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

#thanksBg .inner h3 + p {
	margin-top: 1em;
}

.thanksBtm {
	list-style: none;
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 40px auto 0;
	padding: 0;
}

.thanksBtm li {
	width: 48%;
}

.thanksBtm li img {
	display: block;
	max-width: 100%;
}

.thanksBtm a.hover img {
	opacity: 0.8;
}
@media screen and (max-width: 960px) {
	header .inner {
	    padding: 25px 20px;
	}
	#head_logo {
		flex-basis: 40%;
	}
	#head_nav {
		flex-basis: 55%;
	}
	.bnr_app {
	padding: 15px 20px;
	border: solid 8px #094570;
	}
	.bnr_app_text {
		width: 50%;
	}
	.title-sub {
		font-size: 1.4rem;
	}
	.live-left h3 {
		margin-top: 45px;
	}
	.live-lower-list.px18 {
		font-size: 1.4rem;
	}
	.live-lower-list-item {
		margin-bottom: 10px;
	}
	.plan-icon {
		font-size: 1.6rem;
	}
	.plan-lower-item {
		align-items: center;
	}
	.plan-area-num {
		font-size: 1.8rem;
	}
	.plan-area-numb {
		font-size: 2.6rem;
	}
	.plan-monthly-num {
		font-size: 2.8rem;
	}
	.plan-monthly-num-unit {
		font-size: 2.0rem;
	}
	.price {
		font-size: 7rem;
	}
	.price-unit {
		font-size: 3rem;
	}
	.price-tax {
		font-size: 1.4rem;
	}
	.merit-list-item {
		margin-bottom: 25px;
	}
	.merit-list-item:nth-child(4){
		clear: both;
	}
	.merit-list-item h3.px24 {
		font-size: 1.8rem;
	}
	.anxiety-center-list {
		align-items: flex-start;
	}
	.anxiety-list-item {
		width: 24%;
	}
	.anxiety-list-item strong {
		font-size: 1.3rem;
	}
	.reasonable-list-item h3.px34 {
		font-size: 2.4rem;
	}
	.reasonable-list-item p.px18 {
		font-size: 1.6rem;
	}
	.company-tel {
		width: 55%;
	}
	.company-meta {
		width: 44%;
		font-size: 1.1rem;
		margin-left: 20px;
	}
	#contact-form {
		padding: 20px;
	}
	#contact-form form#mailformpro {
		width: 95%;
	}
	.formCont {
		font-size: 1.6rem;
	}
	.spFlex select {
		width: 80%;
	}
}