﻿@charset "utf-8";
.entry-main {
	width: 100%;
	background: url(/sp/my-page/css/../img/entry/entry_mainvisual_bg.jpg) repeat-x 50% 0;
	background-size: 320px auto;
	padding: 40px 0 0;
}
.box01 {
	margin: 0 10px;
	border: 1px solid #E0C365;
	border-radius: 5px;
}
.box01-inner {
	border: 3px solid #F4DBBE;
	border-radius: 5px;
	background: #FEF9F0;
	padding: 0 0 20px;
}
.box01 .page-ttl {
	text-align: center;
	margin: 20px 0 10px;
}
.box01 .page-ttl img {
    width: 70%;
}
.box01-txt01 {
	margin: 10px 0 25px;
	text-align: center;
}
.box01-txt01 img {
    width: 86%;
}
.box01-table {
	display: table;
	margin-bottom: 10px;
}
.cell01,
.cell02 {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
.cell01 {
	font-size: 13px;
	line-height: 1.5;
	color: #666;
	text-align: left;
}
.box01-txt03 {
	width: 230px;
	padding: 8px;
	margin: 0 auto 20px;
	border: 1px solid #DF5B53;
	border-radius: 5px;
	font-size: 14px;
	color: #E66459;
	line-height: 1.25;
	background: #fff;
}
.box01-txt04 {
	text-align: center;
}
.box01-txt05 {
	background: url(/sp/my-page/css/../img/entry/entry_gold_bg.png) no-repeat 50% 0;
	background-size: 100% 81px;
	text-align: center;
	overflow: visible;
	position: absolute;
	left: 0;
	right: 0;
}
.box01-txt05-1 {
	font-size: 15px;
	color: #FAFAFA;
	line-height: 1.35;
	padding: 10px 0;
	font-weight: bold;
}
.box01-txt05-2 {
	font-size: 14px;
	color: #FBFBFB;
	line-height: 1.5;
	padding: 0 0 10px;
}
.box01-present {
	margin: 0;
}
.box01-present .image {
	text-align: center;
}
.box01-present .image img{
    width: 90%;
}
.course-txt01,
.course-txt02 {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	padding: 4px 0 10px;
}
.course-or {
	margin: 10px 0 5px;
	text-align: center;
}
.course-txt02 {
	padding-top: 8px;
}
.box01-chance {
	background: #A78D42;
	border-top: 1px solid #A78D42;
	border-left: 1px solid #A78D42;
	border-right: 1px solid #A78D42;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.box01-chance > img {
	padding: 8px 0 0;
}
.box01-chance .txt01 {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding: 0 6px 8px;
	font-weight: bold;
}
.box01-chance .txt02 {
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	padding: 0 6px 10px;
}
.box01-chance-list {
	background: #fff;
	padding: 0 10px;
	border-bottom: 1px solid #A78D42;
	border-left: 1px solid #A78D42;
	border-right: 1px solid #A78D42;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.box01-chance-list .item1 {
	border-bottom: 1px solid #A88E3B;
	margin-bottom: 10px;
}
.box01-chance-list li {
	padding: 5px 0 10px;
	text-align: center;
}
.box01-chance-list li p {
	font-size: 14px;
	color: #888;
	line-height: 1.2;
	margin: 5px auto 0;
}
.boxTxt {
	color: #878787;
	line-height: 1.2;
	padding: 0 20px;
}
.boxTxt .box01-notice_txt01 {
	margin: 10px 0;
}
.boxTxt .box01-notice_txt02 {
	margin: 15px 0;
}
.boxTxt .box01-notice_txt03 li {
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
}
.box01-txt06 {
	padding:8px;
	margin: 15px 0 20px;
	border: 1px solid #DF5B53;
	border-radius: 5px;
	font-size: 14px;
	color: #E56459;
	line-height: 1.25;
	background: #fff;
	text-align: left;
}
.box02 {
	margin: 25px 10px 40px;
	padding: 10px 15px 20px;
	border: 1px solid #F8F3EA;
	border-radius: 8px;
	background: #F8F3EA;
}
.box02-ttl {
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */    
	font-size: 15px;
	color: #A48A52;
	text-align: center;
	margin: 5px 0 0;
}
.box02-ttl::before, .box02-ttl::after {
	border-top: 1px solid #d0c09f;
	content: "";
	width: 12.5%; /* 線の長さ */
}
.box02-ttl::before {
	margin-right: 0.5em; /* 文字の右隣 */
}
.box02-ttl::after {
	margin-left: 0.5em; /* 文字の左隣 */
}
.box02 .box02-txt01,
.box02 .box02-txt02 {
	margin-top: 20px;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	background: #A68C48;
	text-align: center;
}
.box02 .box02-txt02 {
	margin-top: 30px;
}
.box02 dt {
	margin: 20px 0 5px;
	font-size: 15px;
	color: #A58B4D;
	line-height: 1.2;
	font-weight: bold;
}
.box02 dd {
	font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.box02 dd .small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}
.box02 dl dd p {
    text-indent: -1em;
	padding-left: 1em;
}
.mmapply-footer .image {
    margin-bottom: 45px;
}
.mmapply-footer .image img {
    width: 70%;
}
.mmapply-footer .entry-flow-link {
	margin-top: 25px;
	margin-bottom: 40px;
}
.mmapply-footer .entry-flow-link a {
	text-decoration: none;
	box-sizing: border-box;
    width: 303px;
    display: block;
    padding: 10px 2% 10px 3%;
    margin: 0 auto;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    color: #616161;
    font-size: 16px;
    font-weight: bold;
    background: #FBFBFB url(/sp/my-page/css/../img/entry/arw_gray_t6x10.png) no-repeat 97% 49%;
    background-size: 6px 10px;
}

/* margin */
.mb-0 { margin-bottom: 0!important; }

/* indent */
.indent1, .indent1s {
	line-height: 1.35em;
	text-indent: -1em;
	padding-left: 1em!important;
	margin: 0;
	margin-top: 5px;
}
.indent1s { font-size: 11px!important; }

/* entry-note */
.entry-note { 
	margin: 10px 3% 45px 3%;
	text-align: center;
}