@charset "utf-8";
/*
 * base css 
 * pc width 1250px fixed
 */

/* ---------------------------------------- common */

body {
	min-width: 1250px;
}

#wrapper { }

.inner {
	max-width: 1250px;
	margin: 0 auto;
}
.inner.narrow {
	max-width: 960px;
}

/* ---------------------------------------- header */

header .inner {
	width: 1154px;
	padding: 20px 30px;
	margin: 0 auto;
}
header a { display: inline-block; }

/* ---------------------------------------- fv */

#fv {
	background: url( images/pc/fv/fv-back.jpg ) no-repeat center center;
	background-size: auto 100%;
	padding: 0 0 35px;
}
#fv .inner {
	width: 1154px;
	margin: 0 auto;
}
#fv .inside { width: 685px; }
#fv .inside p { text-align: center; }
#fv .inside p a { display: inline-block; }
#fv .inside p a img {
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}

/* ---------------------------------------- only */

#only {
	background: url( images/pc/only/back.jpg ) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 50px 0 24px;
}
#only p { 
	width: 900px;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 16px auto 0; 
}

/* ---------------------------------------- media */

#media {
	background: rgb(242,142,38);
	background: linear-gradient(320deg, rgba(242,142,38,1) 0%, rgba(253,100,79,1) 100%);
	text-align: center;
	padding: 0 0 40px;
}
#media .inner { padding: 30px 0 20px; }
#media_loop { background: #fff; }

/* ---------------------------------------- quality */

#quality {
	background: url( images/pc/quality/back.jpg ) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 90px 0;
}
#quality h2 {
	font-size: 3.2rem;
	font-weight: 500;
	margin: 0 0 30px;
}
#quality .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 30px;
}
#quality .flexed > figure { width: 419px; }
#quality .flexed > div {
	width: 18em;
	font-size: 2.0rem;
	line-height: 2;
	margin: 0 0 0 2em;
}
#interview { margin: 40px 0 0; }
#interview a {
	display: inline-block;
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}

/* ---------------------------------------- info */

.info { padding: 100px 0 60px; }
.free_appli {
	background: rgb(242,142,38);
	background: linear-gradient(320deg, rgba(242,142,38,1) 0%, rgba(253,100,79,1) 100%);
	padding: 10px;
	position: relative;
}
.free_appli h2 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.free_appli .detail {
	background: #fff url( images/pc/info/rsv-ptt.jpg );
	padding: 70px 0 60px;
}
.free_appli .detail > p {
	text-align: center;
	margin: 0 0 30px;
}
.free_appli .detail .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 960px;
	margin: 0 auto;
}
.free_appli .detail .flexed > figure { width: 347px; }
.free_appli .detail .flexed > div { width: 578px; }
.free_appli .detail .flexed > div p { text-align: center; }
.free_appli .detail .flexed > div p a {
	display: inline-block;
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}
.free_appli .detail .flexed > div p.cap {
	font-size: 1.7rem;
	line-height: 1.6;
	text-align: left;
	margin: 20px 0 0;
}

/* ---------------------------------------- solution */

#solution .outer {
	background: var( --gray-color ) url( images/pc/solution/back.jpg ) no-repeat center top;
	text-align: center;
	padding: 80px 0 60px;
	margin: 0;
}
#solution .outer h2 {
	font-size: 3.1rem;
	font-weight: 500;
	margin: 0 0 40px;
}
#solution .outer p img {
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}
#solution .arrows { text-align: center; }

#solution .support { 
	text-align: center;
	padding: 40px 0;
}
#solution .support h3 { margin: 0 0 30px; }
#solution .support .inside {
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
	margin: 0 0 20px;
}
#solution .support .inside p + p { margin: .5em 0 0; }
#solution .support .inside p.large {
	color: var( --orange-color );
	font-weight: 500;
	font-size: 3.5rem;
}

/* ---------------------------------------- reason */

#reason {
	background: url( images/pc/reason/back.jpg ) no-repeat center center;
	background-size: cover;
	padding: 50px 0;
}
#reason .inner { width: 1110px; }
#reason h2 {
	text-align: center;
	margin: 0 0 80px;
}

#reason .inside {
	background: #fff;
	padding: 70px;
	position: relative;
}
#reason .inside + .inside { margin: 80px 0 0; }
#reason .inside .num {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#reason .inside .deco {
	position: absolute;
	top: -20px;
	right: -80px;
}
#reason .inside .deco img {
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}

#reason .inside h3 { margin: 0 0 30px; }
#reason .inside h3 + p {
	font-size: 2.5rem;
	line-height: 2;
}

#reason .inside .staffs { margin: 20px 0 0; }
#reason .inside .staffs h4 {
	text-align: center;
	margin: 0 0 10px;
}

#reason .inside.num3 .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#reason .inside.num3 .flexed > div { width: 500px; }
#reason .inside.num3 .flexed > figure { width: 434px; }

/* trainer */

#trainer { 
	width: 640px;
	height: 234px;
	margin: 0 auto;
	position: relative;
	opacity: 0;
	transition: opacity .2s linear;
}
#trainer.slick-initialized {
	opacity: 1;
}

#trainer .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 640px;
	height: 234px;
	background: var( --light-gray );
	padding: 0 40px;
}
#trainer .list .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#trainer .list .flexed > figure { width: 151px; }
#trainer .list .flexed > div { width: 360px; }
#trainer .list .flexed > div h5 { margin: 0 0 20px; }
#trainer .list .flexed > div ul li {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 0 0 0 2em;
	position: relative;
}
#trainer .list .flexed > div ul li + li { margin: .5em 0 0; }
#trainer .list .flexed > div ul li::before {
	content: url( images/pc/reason/icon.png );
	position: absolute;
	top: 0;
	left: 0;
}

/* slick */

#trainer .prev.slick-arrow {
	position: absolute;
	top: 50%;
	left: -80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#trainer .next.slick-arrow {
	position: absolute;
	top: 50%;
	right: -80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#trainer .slick-counter {
	font-size: 1.6rem;
	text-align: center;
	margin: 1em 0 0;
}

#trainer .slick-arrow {
	width: 30px;
	height: 53px;
}
#trainer .prev.slick-arrow {
	background: url( images/pc/reason/arrow-left.png ) no-repeat center center;
	background-size: contain;
}
#trainer .next.slick-arrow {
	background: url( images/pc/reason/arrow-right.png ) no-repeat center center;
	background-size: contain;
}

/* ---------------------------------------- scene */

#scene {
	background: rgb(255,219,214);
	background: linear-gradient(43deg, rgba(255,219,214,1) 0%, rgba(252,229,205,1) 100%);
	text-align: center;
	padding: 60px 0;
}
#scene h2 {
	color: var( --orange-color );
	font-size: 3.8rem;
	font-weight: 500;
	margin: 0 0 30px;
}

/* ---------------------------------------- menu */

#menu { padding: 60px 0 80px; }
#menu h2 {
	text-align: center;
	margin: 0 0 30px;
}
#menu h2 + p {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.8;
}
#menu .inside {
	background: var( --light-gray );
	margin: 70px 0 0;
	position: relative;
}
#menu .inside h3 {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#menu .inside h3 img { filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) ); }
#menu .inside .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#menu .inside .flexed > figure {
	width: 580px;
}
#menu .inside .flexed > div {
	width: 670px;
	font-size: 2.4rem;
	line-height: 1.8;
	padding: 0 2em;
}

/* ---------------------------------------- continuation */

#continuation { text-align: center; }

/* ---------------------------------------- plan */

#plan {
	background: url( images/pc/plan/back.jpg ) no-repeat center center;
	background-size: cover;
	padding: 70px 0 80px;
}
#plan h2 {
	text-align: center;
	margin: 0 0 100px;
}

/* monthly */

#plan .monthly {
	width: 1210px;
	background: #fff;
	margin: 0 auto;
}
#plan .monthly .price { position: relative; }
#plan .monthly .price h3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#plan .monthly .price h3 img { filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) ); }

#plan .monthly .utilization { padding: 0 40px 0; }
#plan .monthly .utilization h3 { 
	text-align: center;
	margin: 0 0 50px;
}
#plan .monthly .utilization h3 img { filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) ); }
#plan .monthly .utilization .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 40px;
}
#plan .monthly .utilization .flexed:not( :last-child ) { 
	border-bottom: 1px #000 solid; 
	margin: 0 0 40px;
}
#plan .monthly .utilization .flexed > figure { width: 540px; }
#plan .monthly .utilization .flexed > div { 
	width: 540px; 
	font-size: 2.4rem;
	line-height: 1.8;
}
#plan .monthly .utilization .flexed > div h4 { margin: 0 0 10px; }
#plan .monthly .utilization .flexed > div .cap { 
	font-size: 2.0rem; 
	line-height: 1.4;
	margin: 1em 0 0;
}

/* continuous */

#plan .continuous {
	width: 1210px;
	background: #fff;
	padding: 50px 0 0;
	margin: 0 auto 130px;
}

/* shapeup */

#plan .shapeup {
	width: 1210px;
	background: #fff url( images/pc/plan/shapeup/back.png ) no-repeat left top;
	padding: 120px 0 0;
	margin: 0 auto;
	position: relative;
}
#plan .shapeup h3 {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#plan .shapeup h3 img { filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) ); }
#plan .shapeup h3 + p {
	text-align: center;
	font-size: 2.4rem; 
	margin: 0 0 40px;
}

#course {
	width: 954px;
	height: 520px;
	border: 1px #000 solid;
	margin: 0 auto 100px;
	opacity: 0;
	transition: opacity .2s linear;
}
#course.slick-initialized {
	opacity: 1;
}
#course .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 954px;
	height: 518px;
	background: url( images/pc/plan/shapeup/plan-back.jpg ) no-repeat center center;
	background-size: cover;
	padding: 0 40px;
}
#course .list h4 { margin: 0 0 20px; }
#course .list li {
	font-size: 1.6rem;
	line-height: 2;
	padding: 0 0 0 2.5em;
	position: relative;
}
#course .list li::before {
	content: url( images/pc/plan/shapeup/plan-icon.png );
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#course .list p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: .5em 0 0;
}

/* slick */

#course .prev.slick-arrow {
	position: absolute;
	top: 50%;
	left: -80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#course .next.slick-arrow {
	position: absolute;
	top: 50%;
	right: -80px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#course .slick-counter {
	font-size: 1.6rem;
	text-align: center;
	margin: 1em 0 0;
}

#course .slick-arrow {
	width: 30px;
	height: 53px;
}
#course .prev.slick-arrow {
	background: url( images/sp/reason/arrow-left.png ) no-repeat center center;
	background-size: contain;
}
#course .next.slick-arrow {
	background: url( images/sp/reason/arrow-right.png ) no-repeat center center;
	background-size: contain;
}

/* advice */

#plan .shapeup .advice { padding: 50px 60px; }

/* ---------------------------------------- flow */

#flow { 
	background: url( images/pc/flow/back.jpg ) no-repeat center top;
	background-size: cover;
	text-align: center;
	padding: 40px 0;
}

/* ---------------------------------------- voice */

#voice { padding: 50px 0 100px; }
#voice .inner { width: 930px; }
#voice h2 {
	text-align: center;
	margin: 0 0 5px;
}
#voice h2 + p {
	color: #aaa;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 0 30px;
}

#voice .inside.flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#voice .inside.flexed .datail {
	width: 450px;
	background: #f9f9f9;
	padding: 40px 0;
}
#voice .inside.flexed .datail:nth-child( n+3 ){ margin: 30px 0 0; }
#voice .inside.flexed .datail .flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 20px;
	margin: 0 0 20px;
}
#voice .inside.flexed .datail .flexed > figure {
	width: 134px;
}
#voice .inside.flexed .datail .flexed > div {
	width: 276px;
	padding: 0 0 0 16px;
}
#voice .inside.flexed .datail .flexed > div h3 {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 0 1em;
}
#voice .inside.flexed .datail .flexed > div h3 + p {
	font-size: 1.2rem;
}
#voice .inside.flexed .datail .mess {
	font-size: 1.8rem;
	line-height: 2;
	padding: 0 30px;
}
#voice .inside.flexed .datail .mess p + p { margin: 1em 0 0; }

/* ---------------------------------------- faq */

#faq {
	background: #e5e5e5;
	padding: 70px 0;
}
#faq .inner { width: 1020px; }
#faq h2 {
	text-align: center;
	font-size: 3.8rem;
	margin: 0 0 50px;
}
#faq ul.flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#faq ul.flexed li {
	width: 500px;
	background: #fff;
	font-size: 1.9rem;
}
#faq ul.flexed li.wide { width: 100%; }
#faq ul.flexed li:nth-child( n+3 ) { margin: 20px 0 0; }
#faq ul.flexed li h3,
#faq ul.flexed li p {
	display: table;
	width: 100%;
}
#faq ul.flexed li h3 strong,
#faq ul.flexed li h3 span,
#faq ul.flexed li p strong,
#faq ul.flexed li p span {
	display: table-cell;
	vertical-align: middle;
}
#faq ul.flexed li p strong { vertical-align: top; }
#faq ul.flexed li h3 strong,
#faq ul.flexed li p strong { 
	width: 70px; 
	text-align: center;
}
#faq ul.flexed li h3 span { padding: 0 30px 0 0; }
#faq ul.flexed li h3 span { line-height: 1.5; }
#faq ul.flexed li p strong,
#faq ul.flexed li p span { line-height: 2; }
#faq ul.flexed li p strong { padding: 30px 0; }
#faq ul.flexed li p span { padding: 30px 30px 30px 0; }
#faq ul.flexed li h3 {
	height: 82px;
	color: #fff;
	background: #ec571a;
}

/* ---------------------------------------- branches */

#branches {
	padding: 70px 0;
}
#branches .inner { width: 1020px; }
#branches h2 {
	text-align: center;
	font-size: 3.8rem;
	margin: 0 0 50px;
}

.branch + .branch { margin: 30px 0 0; }
.branch h3 {
	display: table;
	width: 100%;
	background: var( --yellow-color );
}
.branch h3:hover { cursor: pointer; }
.branch h3 > * {
	display: table-cell;
	vertical-align: middle
}
.branch h3 > strong {
	font-size: 3.2rem;
	font-weight: 600;
	padding: 20px 40px;
}
.branch h3 > span {
	width: 90px;
	background: url( images/pc/branch/plus.png ) no-repeat center center
}
.branch h3.active > span {
	background: url( images/pc/branch/minus.png ) no-repeat center center;
}

.branch .accordion { display: none; }
.branch .accordion ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 24px 0 0;
}
.branch .accordion ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.branch .accordion .detail {
	width: 47%;
}
.branch .accordion .detail:nth-child( n+3 ){
	margin: 48px 0 0;
}
.branch .accordion .detail h4 {
	color: var( --orange-color );
	background: #fff;
	border: 1px solid var( --orange-color );
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
    padding: 15px 0;
	margin: 0 0 10px;
}
.branch .accordion .detail table {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 20px;
}
.branch .accordion .detail table tr {
	border-bottom: 1px solid #b3b9cd;
}
.branch .accordion .detail table th,
.branch .accordion .detail table td {
	padding: 10px 0;
}
.branch .accordion .detail table th { 
	width: 80px;
	font-weight: 500; 
}
.branch .accordion .detail .googlemap { margin: 0 0 20px; }
.branch .accordion .detail iframe {
	width: 100%;
	height: 250px;
}
.branch .accordion .detail .offer { margin: auto 0 0; }
.branch .accordion .detail .offer a { 
	display: inline-block;
}
.branch .accordion .detail .offer a img { 
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}

/* branch_modal */
.branch_modal .modaal-container { 
	padding: 60px 0; 
	position: relative;
}
.branch_modal .modaal-container h2 {
	text-align: center;
	font-size: 3.8rem;
	margin: 0 0 50px;
}
.branch_modal .modaal-container { overflow-y: scroll !important; }
.branch_modal .modaal-container .branch {
	width: 930px;
	margin: 0 auto;
}
.branch_modal .modaal-container .branch + .branch { margin: 30px auto 0; }
#close_branches {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}

/* ---------------------------------------- footer */

footer {
	color: #fff;
	background: var( --orange-color );
	text-align: center;
	padding: 40px 0;
}
footer p {
	font-size: 1.6rem;
	line-height: 2;
}
footer .copyright {
	font-size: 1.4rem;
	margin: 1em 0 0;
}

/* ---------------------------------------- fixbt */

#fixbt {
    width: 100%;
	min-width: 960px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
}
#fixbt .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	-webkit-align-items: end;
	-ms-align-items: end;
	align-items: end;
	max-width: 100%;
	padding: 0 20px;
}
#fixbt .inner figure a { display: block; }
#fixbt .store { margin: 0 10px 0 0; }
#fixbt .store img {
	height: 100px;
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}
#fixbt .goform img {
	height: 130px;
	filter: drop-shadow( 0px 5px 15px rgba(0, 0, 0, 0.2) );
}

/* ---------------------------------------- fukasaku */

.interview_modal .modaal-content-container {
	padding: 0 !important;
}

.interview_modal .headline {
	background: url( images/pc/fukasaku/back.jpg ) no-repeat top right;
	padding: 30px 60px;
	position: relative;
}
.interview_modal .headline h2 { margin: 0 0 20px; }
.interview_modal .headline .detail {
	width: 760px;
	background: rgba( 236, 87, 26, .12 );
	padding: 20px;
}
.interview_modal .headline .detail h3 {
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 0 16px;
}
.interview_modal .headline .detail p {
	font-size: 1.5rem;
	line-height: 1.8;
}
#close_head {
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
}

.interview_modal .inside {
	padding: 0 35px 60px;
}
.interview_modal .inside .detail { margin: 0 0 40px; }
.interview_modal .inside .detail h4 {
	display: table;
	width: 100%;
	background: var( --orange-color );
	padding: 15px 0;
	margin: 0 0 20px;
}
.interview_modal .inside .detail h4 > * {
	display: table-cell;
	color: #fff;
	font-size: 2.3rem;
	vertical-align: middle;
	
}
.interview_modal .inside .detail h4 > strong {
	width: 80px;
	text-align: center;
}
.interview_modal .inside .detail h5 {
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 2;
	padding: 0 28px;
}
.interview_modal .inside .detail p {
	font-size: 1.9rem;
	line-height: 2;
	padding: 0 28px;
}
#close_foot { text-align: center; }
#close_foot img { cursor: pointer; }