

/****************************************** SP ******************************************/
body {
	font-size: 1.4rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
}
.disNoneSp {
	display: none;
}

/* header */
#header {
	padding: 10px;
}
#header .logo {
	text-align: center;
}
#header .logo img {
	width: 70%;
	max-width: 300px;
}

/* pageTop */
#pageTop {
	background-color: #b4b4b4;
	padding: 10px 0 2px;
	cursor: pointer;
}
.pageTopBtn {
	position: relative;
	text-indent: -9999px;
}
.pageTopBtn::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border: 0px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-color: #fff;
	transform: rotate(45deg) translate(-50%,-50%);
}

/* footer */
#footer {
	background-color: #2c363d;
}
.footerInner {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 30px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.6;
}
#footer .fTop {
	margin-bottom: 30px;
}
#footer .fTop .l {
}
#footer .fTop .l .logo {
	text-align: center;
	margin-bottom: 20px;
}
#footer .fTop .l .logo img {
	width: 70%;
	max-width: 300px;
}
#footer .fTop .r {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
#footer .fTop .r dl {}
#footer .fTop .r dl dt {
	margin-bottom: .5em;
}
#footer .fTop .r dl dd {}
#footer .fTop .r dl dd .linkForm {
	color: #fff;
	text-decoration: underline;
}
#footer .fMenu {
	text-align: center;
	letter-spacing: -.4em;
	margin-bottom: 30px;
}
#footer .fMenu li {
	display: inline-block;
	letter-spacing: normal;
}
#footer .fMenu li:not(:last-child)::after {
	content: '£ü';
	color: #fff;
	padding: 0 3px;
}
#footer .fMenu li a {
	color: #fff;
}
#footer .snsMenu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-bottom: 30px;
}
#footer .snsMenu li {
	margin: 0 5px;
}
#footer .fCr {
	text-align: center;
}

/* btnShiryou */
#btnShiryou,
#btnSumiyasusa,
#btnYasanago
 {
	display: none;
}

/* fixedNav */
#fixedNav {
	display: flex;
	flex-flow: row wrap;
    bottom: 53px;
    position: relative;
}
}
#fixedNav li {
}
#fixedNav li:nth-of-type(1) {
	width: 50%;
	background-color: #222;
}
#fixedNav li:nth-of-type(2) {
	width: 50%;
	background-color: #222;
	border-left: 1px solid #3c3c3c;
}

#fixedNav li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 1em;
}

#fixedNav li.banner a {
	padding: 0;
}
#fixedNav li.banner img {
	width: 600px;
	

}

#fixedNav li a .arrow {
	display: inline-block;
	background-image: url(/admissions/beginner/img/fixedNav_arrow_r.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	padding: 5px 28px 5px 0;
}

#fixedBottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 50;
	background-color: #042a41;
}

#fixedBottom a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 1em;
}

/* band */
#band {
	background-color: #d74040;
	padding: 15px;
	text-align: center;
}

/* fNav */
#fNav {
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 20px;
}
#fNav li {
	width: 49%;
	margi:;
}
#fNav li:not(:nth-of-type(2n+1)) {
	margin-left: 2%;
}
#fNav li:nth-of-type(n+3) {
	margin-top: 2%;
}
#fNav li img {
	width: 100%;
}

/* contents¹²Í¨ */
#contents {
	padding: 22% 0 30px;
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
.leadBlock {
	width: 92%;
	margin: 0 auto 70px;
	padding: 0 4% 4%;
	border-radius: 7px;
}
.leadTtl {
	text-align: center;
	margin-bottom: 15px;
}
.leadTtl .hn {
	position: relative;
	display: inline-block;
	transform: translateY(-50%);
	width: 100%;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.55;
	color: #fff;
	padding: 5px 10px;
}
.leadTtl .hn::after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}
.onePoint {
	position: relative;
	width: 92%;
	margin: 0 auto;
	background-color: #fcf5da;
	border-top: 4px solid #f9c910;
	border-bottom: 4px solid #f9c910;
	padding: 60px 5% 4%;
}
.onePoint::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -7px;
	width: 16px;
	height: 100%;
	background-image: url(/admissions/beginner/img/bg_onepoint_l.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.onePoint::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -7px;
	width: 16px;
	height: 100%;
	background-image: url(/admissions/beginner/img/bg_onepoint_r.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.onePoint .plusIc {
	position: absolute;
	display: inline-block;
	top: -50px;
	left: -4%;
	width: 100px;
	z-index: 3;
}

/* TOP¥Ú©`¥¸
-------------------------------------------------------------------*/
main {
	overflow: hidden;
}

/* indexMv */
#indexMv {
	position: relative;
	margin-bottom: 5px;
}
#indexMv::before {
	content: '';
	display: block;
	padding-top: 82.03125%;
	background-image: url(/admissions/beginner/img/index/mv_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#indexMv .hn {
	position: absolute;
	top: 7%;
	left: 5%;
	width: 50%;
	max-width: 526px;
}

/* point¹²Í¨ */
.pointTitle {
	font-size: 4vw;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 7%;
}
.pointTxt {
	font-size: 3vw;
	line-height: 1.4;
	margin-bottom: 10%;
}
@media only screen and (max-width: 480px) {
	.pointTitle {
		font-size: 2.2rem;
	}
	.pointTxt {
		font-size: 1.6rem;
	}
}

/* indexPoint01 */
#indexPoint01 {
	position: relative;
	margin-bottom: 5px;
}
#indexPoint01 .pointL {
	position: relative;
	background-color: #1c65a9;
	padding-bottom: 13%;
	overflow: hidden;
}
#indexPoint01 .pointR {
	transform: skewY(-7deg);
	transform-origin: right;
	overflow: hidden;
	margin-top: -13%;
}
#indexPoint01 .pointR::before {
	content: '';
	display: block;
	padding-top: 40%;
	transform: skewY(7deg);
	transform-origin: right;
	background-image: url(/admissions/beginner/img/index/point01_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
#indexPoint01 .pointNo {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 20%;
	max-width: 230px;
}
#indexPoint01 .pointTxtArea {
	position: relative;
	margin: 7% 0 0 33%;
	color: #fff;
	z-index: 2;
}
#indexPoint01 .pointIc {
	position: absolute;
	bottom: 28%;
	left: 3%;
	width: 28%;
	max-width: 316px;
	z-index: 1;
}
#indexPoint01 .pointMoreBtn {
	width: 150px;
}

/* indexPoint02 */
#indexPoint02 {
	position: relative;
	margin-bottom: 5px;
}
#indexPoint02 .pointL {
	position: relative;
	background-color: #ce327f;
	padding-bottom: 13%;
	overflow: hidden;
}
#indexPoint02 .pointR {
	transform: skewY(7deg);
	transform-origin: left;
	overflow: hidden;
	margin-top: -13%;
}
#indexPoint02 .pointR::before {
	content: '';
	display: block;
	padding-top: 40%;
	transform: skewY(-7deg);
	transform-origin: left;
	background-image: url(/admissions/beginner/img/index/point02_bg.png);
	background-repeat: no-repeat;
	background-position: left top -25px;
	background-size: cover;
}
#indexPoint02 .pointNo {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 20%;
	max-width: 230px;
}
#indexPoint02 .pointTxtArea {
	position: relative;
	margin: 7% 7% 0 7%;
	color: #fff;
	z-index: 2;
}
#indexPoint02 .pointIc {
	position: absolute;
	bottom: 28%;
	right: 3%;
	width: 28%;
	max-width: 272px;
	z-index: 1;
}
#indexPoint02 .pointMoreBtn {
	width: 150px;
}

/* indexPoint03 */
#indexPoint03 {
	position: relative;
	margin-bottom: 5px;
}
#indexPoint03 .pointL {
	position: relative;
	background-color: #2b9167;
	padding-bottom: 13%;
	overflow: hidden;
}
#indexPoint03 .pointR {
	transform: skewY(-7deg);
	transform-origin: right;
	overflow: hidden;
	margin-top: -13%;
}
#indexPoint03 .pointR::before {
	content: '';
	display: block;
	padding-top: 40%;
	transform: skewY(7deg);
	transform-origin: right;
	background-image: url(/admissions/beginner/img/index/point03_bg.png);
	background-repeat: no-repeat;
	background-position: left 40%;
	background-size: cover;
}
#indexPoint03 .pointNo {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 20%;
	max-width: 230px;
}
#indexPoint03 .pointTxtArea {
	position: relative;
	margin: 7% 0 0 33%;
	color: #fff;
	z-index: 2;
}
#indexPoint03 .pointIc {
	position: absolute;
	bottom: 28%;
	left: 3%;
	width: 28%;
	max-width: 273px;
	z-index: 1;
}
#indexPoint03 .pointMoreBtn {
	width: 150px;
}

/* indexPoint04 */
#indexPoint04 {
	position: relative;
	margin-bottom: 5px;
}
#indexPoint04 .pointL {
	position: relative;
	background-color: #cc5d31;
	padding-bottom: 13%;
	overflow: hidden;
}
#indexPoint04 .pointR {
	transform: skewY(7deg);
	transform-origin: left;
	overflow: hidden;
	margin-top: -13%;
}
#indexPoint04 .pointR::before {
	content: '';
	display: block;
	padding-top: 40%;
	transform: skewY(-7deg);
	transform-origin: left;
	background-image: url(/admissions/beginner/img/index/point04_bg.png);
	background-repeat: no-repeat;
	background-position: left top -25px;
	background-size: cover;
}
#indexPoint04 .pointNo {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 20%;
	max-width: 230px;
}
#indexPoint04 .pointTxtArea {
	position: relative;
	margin: 7% 7% 0 7%;
	color: #fff;
	z-index: 2;
}
#indexPoint04 .pointIc {
	position: absolute;
	bottom: 28%;
	right: 3%;
	width: 28%;
	max-width: 325px;
	z-index: 1;
}
#indexPoint04 .pointMoreBtn {
	width: 150px;
}

/* bnrWbOc */
#bnrWbOc {
	margin-bottom: 10px;
}
#bnrWbOc a {
    display: block;
}
#bnrWbOc a img {
    width: 100%;
}
/*
#bnrWbOc a {
	position: relative;
	display: block;
	height: 100px;
	background-image: url(/admissions/beginner/img/index/bnr_web_oc_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
*/
#bnrWbOc .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;	
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* bnrMoney */
#bnrMoney {
	margin: 10px auto;
}
#bnrMoney a {
    display: block;
}
#bnrMoney a img {
    width: 100%;
}

/* POINT01¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point01 #mv {
	position: relative;
}
#point01 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/01/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point01 #mv .hn {
	position: relative;
	width: 60%;
	max-width: 300px;
	margin: -10% auto;
}

/* contents
--------------------*/
#point01 #contents {
	background-image: url(/admissions/beginner/img/01/contents_bg.png);
}

/* leadBlock */
#point01 .leadBlock {
	border: 4px solid #1c65a9;
	background-color: #ecf3f9;
}
#point01 .leadTtl .hn {
	background-color: #1c65a9;
}
#point01 .leadTtl .hn::after {
	border-color: #1c65a9 transparent transparent transparent;
}
#point01 .leadBlock .photo {
	margin-bottom: 15px;
}
#point01 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 20px;
}
#point01 .leadBlock .notes {
	font-size: 1.2rem;
	text-align: right;
	line-height: 1.4;
}

/* onePoint */
#point01 .onePointLead {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 20px;
}
#point01 .btnGroup {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}
#point01 .btnGroup li {
	width: 47.5%;
	text-align: center;
}
#point01 .btnGroup li img {
}
#point01 .btnGroup li:not(:nth-of-type(2n+1)) {
	margin-left: 5%;
}
#point01 .btnGroup li:nth-of-type(n+3) {
	margin-top: 5%;
}
#point01 .onePoint .kome {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
}
#point01 .onePoint .notes {
    font-size: 1.2rem;
    margin: 20px 0 0;
    text-align: right;
}

/* info */
#info {
	margin-top: 30px;
}
#info .infoL,
#info .infoR {
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: center;
	padding: 6% 5%;
	box-shadow: 8px 2px 30px 5px rgba(0,0,0,0.3);
}
#info .infoL {
	background-color: #1c65a9;
	margin-bottom: 20px;
}
#info .infoR {
	background-color: #15528b;
}
#info .txtGroup {
	color: #fff;
}
#info .txtGroup .hn {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: .8em;
}
#info .txtGroup .hn .s {
	display: block;
	font-size: 1.8rem;
}
#info .txtGroup .hn .ss {
	display: block;
	font-size: 1.6rem;
}
#info .txtGroup .txt {
	font-size: 1.5rem;
	line-height: 1.8;
}
#info .imgGroup {
	max-width: 80%;
	margin-bottom: 30px;
}
#info .imgGroup p:not(:last-child) {
	margin-bottom: 5%;
}

/* POINT02¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point02 #mv {
	position: relative;
}
#point02 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/02/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point02 #mv .hn {
	position: relative;
	width: 60%;
	max-width: 300px;
	margin: -10% auto;
}

/* contents
--------------------*/
#point02 #contents {
	background-image: url(/admissions/beginner/img/02/contents_bg.png);
}

/* leadBlock */
#point02 .leadBlock {
	border: 4px solid #ce327f;
	background-color: #fdf0f6;
}
#point02 .leadTtl {
	margin-bottom: 0;
}
#point02 .leadTtl .hn {
	background-color: #ce327f;
}
#point02 .leadTtl .hn::after {
	border-color: #ce327f transparent transparent transparent;
}
#point02 .leadBlock .group {	
}
#point02 .leadBlock .group .l {
	margin-bottom: 30px;
}
#point02 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 20px;
}
#point02 .leadBlock .kome {
	position: relative;
	top: -5px;
	font-size: 1.2rem;
	color: #ce327f;
}
#point02 .leadBlock .notes {
	font-size: 1.4rem;
}
#point02 .leadBlock .notes .b {
	font-weight: bold;
	color: #ce327f;
}
#point02 .leadBlock .notes {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
#point02 .leadBlock .photo {
	text-align: center;
}

/* onePoint */
#point02 .onePointLead {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 20px;
}
#point02 .onePointItem {
	max-width: 715px;
	margin: 0 auto;
	padding: 50px 20px 0;
	background-image: url(/admissions/beginner/img/02/point_line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#point02 .onePointItem:not(:last-child) {
	margin-bottom: 30px;
}
#point02 .onePointItem .hn {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: #042a41;
	margin-bottom: 20px;
}
#point02 .onePointItem .hn .s {
	font-size: 1.4rem;
}
#point02 .onePointItem .photo {
	text-align: center;
	margin-bottom: 30px;
}
#point02 .onePointItem .linkBtn {
	text-align: center;
}
#point02 .onePointItem .linkBtn a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	padding: 8px 40px 8px 20px;
}
#point02 .onePointItem .notes {
	font-size: 1.2rem;
	text-align: center;
	margin: 20px 0;
}
#point02 .onePoint .kome {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
}
#point02 .onePoint .notes2 {
    font-size: 1.2rem;
    text-align: right;
}

/* POINT03¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point03 #mv {
	position: relative;
}
#point03 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/03/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point03 #mv .hn {
	position: relative;
	width: 60%;
	max-width: 300px;
	margin: -10% auto;
}

/* contents
--------------------*/
#point03 #contents {
	background-image: url(/admissions/beginner/img/03/contents_bg.png);
}

/* leadBlock */
#point03 .leadBlock {
	border: 4px solid #2b9167;
	background-color: #f0fdf3;
}
#point03 .leadTtl {
	margin-bottom: 0;
}
#point03 .leadTtl .hn {
	background-color: #2b9167;
}
#point03 .leadTtl .hn::after {
	border-color: #2b9167 transparent transparent transparent;
}
#point03 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 20px;
}
#point03 .leadBlock .photoItem {
	background-color: #fff;
}
#point03 .leadBlock .photoItem:not(:last-child) {
	margin-bottom: 20px;
}
#point03 .leadBlock .photo {
	text-align: center;
}
#point03 .leadBlock .memo {
	font-size: 1.2rem;
	line-height: 1.4;
	text-align: right;
	padding: 20px 20px 10px 20px;
}

/* onePoint */
#point03 .onePointLead {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 20px;
}

#point03 .onePointLead .kome {
	position: relative;
	top: -5px;
	font-size: 1.3rem;
}
#point03 .onePointInner {
}
#point03 .onePoint .result {
	margin-bottom: 20px;
}
#point03 .onePoint .result .notes {
	font-size: 1.2rem;
	text-align: center;
}
#point03 .onePoint .txt {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 20px;
}
#point03 .onePoint .recruit {
	padding: 0 0 30px;
}
#point03 .onePoint .recruit dt {
	font-size: 1.6rem;
	font-weight: bold;
	color: #b6274b;
	text-decoration: underline;
	padding-bottom: 5px;
}
#point03 .onePoint .recruit dd {
	font-size: 1.6rem;
	font-weight: bold;
}
#point03 .onePoint .menu {
	margin-bottom: 40px;
}
#point03 .onePoint .menu li:not(:last-child) {
	margin-bottom: 30px;
}
#point03 .onePoint .menu li a {
	display: block;
}
#point03 .onePoint .menu li a .title {
	text-align: center;
	margin-bottom: 20px;
}
#point03 .onePoint .menu li a .thumb img {
	width: 100%;
}
#point03 .onePoint .menu li a .btn {
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/03/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	padding: 10px 10px;
}
#point03 .onePoint .linkBtn {
	text-align: center;
}
#point03 .onePoint .linkBtn a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/03/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	padding: 8px 40px 8px 20px;
}

/* POINT04¥Ú©`¥¸
-------------------------------------------------------------------*/
/* mv
--------------------*/
#point04 #mv {
	position: relative;
}
#point04 #mv::before {
	content: '';
	display: block;
	padding-top: 38.0625%;
	background-image: url(/admissions/beginner/img/04/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#point04 #mv .hn {
	position: relative;
	width: 60%;
	max-width: 300px;
	margin: -10% auto;
}

/* contents
--------------------*/
#point04 #contents {
	background-image: url(/admissions/beginner/img/04/contents_bg.png);
}

/* leadBlock */
#point04 .leadBlock {
	border: 4px solid #cc5d31;
	background-color: #fdf4f0;
}
#point04 .leadTtl {
	margin-bottom: 0;
}
#point04 .leadTtl .hn {
	background-color: #cc5d31;
}
#point04 .leadTtl .hn::after {
	border-color: #cc5d31 transparent transparent transparent;
}
#point04 .leadBlock .photo {
	text-align: center;
	margin-bottom: 20px;
}
#point04 .leadBlock .txt {
	font-weight: bold;
	margin-bottom: 20px;
}
#point04 .leadBlock .linkBtn {
	text-align: center;
}
#point04 .leadBlock .linkBtn a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	padding: 8px 40px 8px 20px;
}

/* onePoint */
#point04 .onePointLead {
	display: flex;
	flex-flow: column-reverse nowrap;
	align-items: center;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 30px;
}
#point04 .onePointLead .l {
}
#point04 .onePointLead .r {
	width: 80px;
	margin: -30px 0 20px;
}
#point04 .onePointInner {
	max-width: 786px;
	margin: 0 auto;
}
#point04 .onePoint .hn03 {
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#point04 .onePoint .hn03::before {
	position: absolute;
	top: 50%;
	transform: skewY(-50%);
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #bfbfbf;
	z-index: 1;
}
#point04 .onePoint .hn03 span {
	position: relative;
	display: inline-block;
	background-color: #fcf5da;
	padding: 0 15px;
	z-index: 2;
}
#point04 .onePoint .graph {
	margin-bottom: 30px;
}
#point04 .onePoint .graph .memo {
	font-size: 1.2rem;
	text-align: right;
	padding-top: 5px;
}
#point04 .onePoint .graph .list {
	font-size: 1.2rem;
	text-align: left;
	padding-top: 5px;
}
#point04 .onePoint .linkBtn {
	text-align: center;
}
#point04 .onePoint .linkBtn a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #042a41;
	background-image: url(/admissions/beginner/img/02/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px auto;
	padding: 8px 40px 8px 20px;
}
#point04 .onePoint .simulation {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 10px;
	margin: 40px auto 0;
}
#point04 .onePoint .simulation .l {
	text-align: center;
	margin-bottom: 20px;
}
#point04 .onePoint .simulation .r {
	padding-left: 20px;
}
#point04 .onePoint .simulation .r .txt {
	margin-bottom: 10px;
}