/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color:#4d4b4b;
}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input, button, select, textarea {
    -webkit-appearance: none;}
input[type="submit"], input[type="button"] {
 	-webkit-appearance:none;
    border-radius:0;
    vertical-align:middle;
    text-align:center;
}
#wrapper {
	overflow: hidden;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:400;
	color:#000;
	overflow-x: hidden;
	font-size:20px;
	line-height:30px;
	background:#ffffff;
	font-feature-settings: "palt";
}
p {
	margin-bottom:30px;
	padding: 0 15px;
}
p#syomei{
	text-align: right;
	padding-top: 80px;
	padding-bottom: 50px;
}
section {
	margin-bottom:122px;
	box-sizing: border-box;
}
.checkbox-input{
  display: none;
}
* {
    margin:0;
    padding:0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.bg_green {
	background:#1f938a;
}
.bg_white {
	background:#fff;
}
.bg_gray {
	background:#d3d0cb;
}
.bg_yellow {
	background:#ffff00;
	padding: 4px;
}
.bg_red {
	background:#ff0000;
	padding: 4px;
	color:#fff;
}
.bg_aqua {
	background:#00ffff;
	padding: 4px;
	color:#fff;
}
.bg_knm {
	background:#054e3c;
	padding: 4px;
	color:#fff;
}
.bg_orange {
	background:#f7891e;
	padding: 4px;
	color:#000;
}
.bld {
	font-weight:700;
}
.alc {
	text-align: center;
}
.col_white {
	color:#fff;
}
.col_red {
	color:#ff0000;
}
.col_yellow{
	color:#ffff00;
}
.col_green {
	color:#279185;
}
.col_black {
	color:#000000;
}
.h1_border {
	font-weight: 700;
	text-align: center;
	position: relative;
	border:3px solid #279185;
}
.col_333 {
	color:#000;
}
.mb0 {
	margin-bottom:0;
}
#checkbox {
	margin-bottom:60px;
}
#checkbox {
	position: relative;
}
input[type="checkbox"]::before{
	content: "";
	display: block;
	position: absolute;
	border: 1px solid #999;
	border-radius: 4px;
	width: 15px;
	height: 15px;
}
input[type="checkbox"]:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	transform: rotate(40deg);
	border-bottom: 3px solid #d01137;
	border-right: 3px solid #d01137;
	width: 7px;
	height: 14px;
}
.checkbox-parts {
	font-weight:700;
}
header h1 img{
	width:100%;
	/*background-size:auto;
	background-position: center;*/
	background-size: contain;
	background-repeat: no-repeat;
}
.yellow_box,
.red_box {
	font-size: 22px;
	background:#fff;
	border-radius:15px;
	padding:50px;
	margin-bottom:42px;
	-moz-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
-webkit-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
-ms-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
}
.yellow_box li {
	background: url(../images/check_yellow.jpg) no-repeat left 4px;
}
.red_box li {
	background: url(../images/check_red.jpg) no-repeat left 4px;
}
.yellow_box li,
.red_box li {
    background-size: 3.4%;
    padding-left: 41px;
	margin-bottom: 18px;
}
h1.col_red.bld{
	line-height:1.2;
    font-size:36px;
	margin-top: 80px;
    margin-bottom: 50px;
	text-align: center;
}
.bullet_box {
	width: 90%;
	font-size: 22px;
	background: #ffc;
	border-radius: 15px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	-moz-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-webkit-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-ms-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	border: 3px solid #f00;
}
.bullet_box li {
	background: url(../images/check_red.jpg) no-repeat left 4px;
}
.bullet_box li {
    background-size: 3.4%;
    padding-left: 41px;
	margin-bottom: 18px;
}
.box_attention {
	width: 90%;
	font-size: 22px;
	background: #ffc;
	border-radius: 15px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	-moz-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-webkit-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-ms-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	border: 3px solid #f00;
}
.box_attention ul{
	padding-left: 50px;
}
.box_attention ul li {
	background: url(../images/check_red.jpg) no-repeat left 8px;
    background-size: 4.4%;
    padding-left: 50px;
	margin-bottom: 24px;
	font-size: 36px;
}
.box_attention ul li.top{
	margin-bottom: 50px;
}
.thanks_box {
	width: 90%;
	font-size: 28px;
	/*background: #ffc;*/
	border-radius: 15px;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 42px;
	-moz-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-webkit-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	-ms-box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	box-shadow: 2px 20px 50px -42px rgba(0, 0, 0, 0.47);
	border: 3px solid #f00;
}
.thanks_box p {
    background-size: 3.4%;
    padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 18px;
	text-align: center;
	font-weight: bold;
}
.red;{
	color: #f00;
}
.bd_none {
	border:none!important;
}
.sec01 h1.col_red.bld,
.sec02 h1.col_red.bld,
.enrollment_flow h1,
.membership_fee h1,
.sec02 h1,
.sec05 h1,
.sec09 h1{
	border:none;
}
.border_btm_arrow {
	font-size:26px;
	text-align: center;
	padding-top:40px;
	background: url(../images/border_arrow.gif) no-repeat center 89px;
    padding-bottom: 56px;
}
.sec05 .box{
    background: #fff;
    padding: 20px;
    display: flex;
    margin-bottom: 34px;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
}
.sec05 .box_kansou{
    background: #fff;
    padding: 20px;
    /*display: flex;*/
    margin-bottom: 34px;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
}
.sec02 .box dl.red_box{
    background: #fff;
    padding: 20px;
    margin-bottom: 34px;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
}
.sec02 .box dl.red_box dt{
    background: #ffe878;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
    padding: 10px 20px;
    margin-bottom: 32px;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 3px 4px 0px 0px rgba(209,209,209,1);
}
.sec02 .box dl.red_box dd{
    margin-left: 50px;
	margin-bottom: 10px;
}
.sec05 .box img {
	margin-right: 40px;
}
.sec05 .box_kansou dl.red_box{
	background: #fff9f5;
	padding-top: 30px;
	padding-bottom: 5px;
}
.sec05 .box_kansou dl.red_box dt{
	text-align: center;
	margin-bottom: 20px;
}
.sec05 .box .office {
	margin-bottom:0;
}
.sec05 .box .name {
	font-size:28px;
	border-bottom: 2px solid #d2d0cb;
    margin-bottom: 20px;
}
.sec05 .box_kansou dl.red_box dd {
    margin-bottom: 30px;
}
.sec05 .box_kansou dl.red_box dd.name {
	font-size:28px;
	border-bottom: 2px solid #d2d0cb;
    margin-bottom: 20px;
}
.sec05 .box_kansou dl.red_box dd.img {
    text-align: center;
}
.w100per {
	width:100%;
}
.border_btm_arrow.col_red {
	background-position: center 88px;
}
.sec09 .top img {
	margin-right: 20px;
	width:180px;
	height:180px;
}
.sec09 .top.makiguchisan {
	margin-bottom:20px;
}
.sec09 .border_btm.col_green {
	font-size: 41px;
    line-height: 46px;
    padding-bottom: 11px;
    margin-bottom: 7px;
}
.sec09 .office {
	margin-bottom:0;
}
.sec09 .right {
	width:100%;
}
.sec09 .right .name {
	font-size:28px;
}
.sec09 .box {
	background:#fff9f5;
	padding: 20px;	     
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
	margin-bottom:20px;
}
.sec09 .top {
	display: flex;
	margin-bottom:20px;
}
.img_brder {
	border:none;
	/*border:1px solid #d1d1d1;*/
	width: 100%;
}
.sec09 .red_box .box {
	border:none;
}
.col_red.big.border_btm_red {
	font-size: 42px;
    border-bottom: 2px solid #ff6a49;
    margin-bottom: 20px;
	text-align: center;
}
.col_red.big02 {
	font-size:29px;
}
.sec010 .syomei{
	text-align: right;
}
.enrollment_flow p,
.membership_fee p {
	font-weight:400;
}
.enrollment_flow h3 {
	border: 2px solid #a5d9a1;
	border-radius:50px;
	padding: 2px 23px;
	width: 21em;
    text-align: center;
    margin-bottom:20px;
}
.att {
	font-size:14px;
	margin-top: -40px;
}
.enrollment_flow img {
	margin-bottom: 40px;
}
.enrollment_flow .deadline {
	background:#d2d0cb;
	border:none;
	color:#ff6253;
	width: 24em;
}
.ex {
	margin-bottom:0;
}
.enrollment_flow p {
	margin-bottom:35px;
}
.enrollment_flow .inner:last-child {
	margin-bottom:0;
}
.membership_fee_img {
	margin-bottom:35px;
}
.terms h2 {
	font-size:22px;
}
.terms .box {
	font-size:16px;
	line-height:26px;
	font-weight:400;
}
.terms .box dd {
	margin-bottom:10px;
}
.terms .box {
    border: 1px solid #8b918e;
    overflow-y: scroll;
}
.box_btn .btn {
	margin: 0 auto;
    background: #f7891e;
    /*background: url(../images/btn_arrow_15.png) , -moz-linear-gradient(top,  #f29673 0%, #f08764 100%);
    background: url(../images/btn_arrow_15.png) , -webkit-linear-gradient(top,  #f29673 0%,#f08764 100%);
    background: url(../images/btn_arrow_15.png) , linear-gradient(to bottom,  #f29673 0%,#f08764 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: url(../images/btn_arrow_15.png) , progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29673', endColorstr='#f08764',GradientType=0 ); *//* IE6-9 */
    border-radius: 4px;
    color: #000;
    -webkit-transition: none;
    transition: none;
    display: block;
    appearance: none;
    border: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: 9px , 100%;
    background-position: 378px center , 100%;
    padding-right: 20px;   
}
.inner_link_btn a {
	margin: 0 auto;
    background-color: #dd0000;
    /*background-image: url(../images/btn_arrow_15.png);*/
    background-repeat: no-repeat;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    display: block;
    appearance: none;
    border: none;
    border-radius: 50px;
    background-size: 9px , 100%;
    background-position: 378px center , 100%;
    padding-right: 20px; 
}
.inner_link_btn,
.btn {
	text-align: center;
	display:block;
	position: relative;
}
.inner_link_btn a:hover,
.btn:hover {
 	b/*ackground: url(../images/btn_arrow_hover.png) , -moz-linear-gradient(top, #f08764 0%, #f29673 100%);
    background: url(../images/btn_arrow_hover.png) , -webkit-linear-gradient(top, #f08764 0%, #f29673 100%);
    background: url(../images/btn_arrow_hover.png) , linear-gradient(to bottom,  #f08764 0%,#f29673 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: url(../images/btn_arrow_hover.png) , progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08764', endColorstr='#f08764',GradientType=0 );*/ /* IE6-9 */
	background-repeat: no-repeat;
    background-size: 9px , 100%;
    background-position: 371px center , 100%;
    padding-right: 20px;
    color:#e9673c;
}
.inner_link_btn a {
    font-size: 30px;
    font-weight: 700;
    padding: 20px;
    margin: 0px auto;
}
footer {
	background:#fff;
	font-size:16px;
}
footer .box li a {
	/*background:url(../images/footer_arrow.png) no-repeat left center;*/
}
.sec01 .box {
	background: #fff;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
}
.sec09 .border_btm.col_green {
    border-bottom: 2px solid #d2d0cb;
}
#page-top img {
    position: fixed;
}
.sec01 .box {
background: #fff;
    width: 388px;
    padding: 10px;
    margin-right: 10px;
    box-shadow: -50px -50px 0px -50px rgb(209 209 209), 5px 6px 0px 0px rgb(209 209 209);
}
.sec01 .box img {
    display: block;
    margin: 0 auto 10px;
}
.sec01 .box h1 {
	font-size:20px;
	line-height:26px;
}
.sec01 .box p {
    text-align: center;
    margin-bottom: 10px;
}
.free {
	margin-bottom:20px;
	display:block;
	margin:0 auto;
}
.sec01 {
	display: flex;
	margin-bottom: 60px;
}
.sec09 h2 {
	line-height:1.2;
	margin-bottom: 10px;
}
.c-marker {
  background: -webkit-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255,250,0) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 3em; 
  background-position: 100% .5em;
  transition: 3s;
}
.c-marker.is-active{
  background-position: 0% .5em;
}

/*小型スマホ縦*/
@media screen and (max-width: 320px) {
body {
	width:100%;
	line-height:1.56;
	font-size:1.125rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
section {
	padding: 0 4%;
	margin-bottom:50px;
}
p {
	margin-bottom:20px;
}
ul {
	margin-bottom:20px;
}
header img {
	margin-bottom:20px;
}
.sec01 {
    margin-bottom: 20px;
}
.sec01 .box {
	padding:3%;
	margin-bottom: 20px;
    line-height: 1.2;
	box-sizing: border-box;
	max-height: 210px;
}
.sec01 .box img {
	width:60px;
	height:60px;
	margin-right: 10px;
}
.sec01 .box h1 {
    font-size: 0.8rem;
    line-height: 1.2;
}
.inner_link_btn a {
    font-size: 1.2rem;
    background-position: 249px center , 100%;
}
.sec01 .box:nth-child(2) h1 {
	margin-bottom:18px;
}
.sec01 .box p {
	font-size:0.1rem;
}
.sec02 h1.col_red.bld {
	font-size: 1.4rem;
    margin-bottom: 0;
} 
h1.col_red.bld {
    font-size: 1.4rem;
}
/*.sec02 .col_red {
	font-size: 24px;
}*/
.yellow_box,
.red_box,
.bullet_box {
	padding: 12px;
    font-size: 18px;
}
.yellow_box li,
.red_box li,
.bullet_box li {
	background-size: 8%;
    padding-left: 31px;
    background-position: left 4px;
}
.box_attention {
    padding-left: 20px;
}
.box_attention ul {
    padding-left: 0;
}
.box_attention ul li {
	font-size: 18px;
	background-size: 12%;
    padding-left: 40px;
    background-position: left 4px;
}
h1.fnt_big {
	font-size: 27px;
    line-height: 38px;
}
.border_btm_arrow {
    font-size: 1.2rem;
    background-position: center 74px;
    padding-bottom: 50px;
    padding-top: 0;
}
.sec05 .box {
	margin-bottom:14px;
}
.sec05 .box_kansou {
	margin-bottom:14px;
}
.sec05 .box img {
    margin-right: 4%;
    width: 60px;
    height: 60px;
}
.sec05 .box_kansou img {
    margin-right: 4%;
    width: 60px;
    height: 60px;
	display: none;
}
.sec05 .box name {
    font-size: 1rem;
    margin-bottom:8px;
}
.sec05 .box_kansou dl.red_box dd.name {
    font-size: 1.5rem;
    margin-bottom:8px;
}
.sec05 .box .office {
font-size: 0.6rem;
}
.sec05 .mb0 {
	font-size: 0.8rem;
}
.sec09 .border_btm_arrow {
    font-size: 22px;
}
.border_btm_arrow.col_red {
    background-position: center 71px;
}
.sec09 .box {
	padding:4%;
}
.sec09 .top {
	margin-bottom:0;
}
.sec09 .top img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
        width: 60px;
    height: 60px;
    margin-right: 4%;
}
.sec09 .border_btm.col_green {
    font-size: 29px;
    line-height: 34px;
}
.sec09 .office {
    line-height: 1.2;
}

.sec09 .office {
	font-size:0.6rem;
}
.sec09 .right .name {
    font-size: 0.9rem;
}
.col_red.big.border_btm_red {
    font-size: 23px;
    text-align: center;
}
.col_red.big02 {
    font-size: 17px;
	line-height: 1.2;
}
.enrollment_flow h1, 
.membership_fee h1,
.terms h1,
.sec02 h1,
.sec05 h1,
.sec09 h1 {
	font-size:30px;
	margin-bottom: 10px;
}
.enrollment_flow h2, .membership_fee h2 {
    font-size: 22px;
    padding: 2px 12px;
    margin-bottom: 10px;
}
.enrollment_flow, .membership_fee, .terms {
	padding:4%;
	margin-bottom: 20px;  
}
.enrollment_flow h3 {
	width:100%;
}
.enrollment_flow .deadline {
	width:100%;
}
.admission_fee_img {
	margin-bottom:10px;
}
.membership_fee_img {
    margin-bottom: 10px;
}
.terms h2 {
    font-size: 18px;
    line-height: 1.2;
	margin-bottom: 10px;
}
.terms .box {
    padding: 4%;
    height:120px;
	margin-bottom: 20px;
}
#checkbox {
    margin-bottom: 20px;
}
input[type="checkbox"]::before {
    left: 0;
    top: 6px;
}
input[type="checkbox"]:checked + .checkbox-parts::after {
    top: 3px;
    left: 6px;
}
.box_btn .btn_02,
.box_btn .btn_03 {
	margin-bottom:20px;
	font-weight:700;
}
.box_btn .btn{
	margin: 0 auto;
    height: 70px;
    width: 96%;
    background-position: 260px center , 100%;
    font-size: 16px;
    margin-bottom: 10px;
    background-size: 6px , 100%;
}
footer .box li a {
	background-size: 16px;
        padding-left: 30px;
}
footer .box li {
	padding: 6px 0;
}
footer .box {
	text-align: center;
    padding: 20px 0 10px;
}
#page-top img {
    right: 8px;
    width: 35px;
    bottom: 20px;
}
.checkbox-parts {
	margin-left:4%;
}
.inner_link_btn {
	margin-bottom:40px;
}
}

/*スマホ縦*/
@media screen and (min-width: 321px) and (max-width: 559px) {
body {
	width:100%;
	line-height:1.56;
	font-size:1.125rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
section {
	padding:0 4%;
	margin-bottom:82px;
	box-sizing: border-box;
}
header img {
	margin-bottom:20px;
}
.sec01 {
	margin-bottom:32px;
}
.sec01 .box {
	padding:2%;
	margin-bottom: 20px;
    line-height: 1.2;
	box-sizing: border-box;
	max-height: 191px;
}
.sec01 .box p {
	margin-bottom:7%;
	    font-size: 0.6rem;
}
.sec01 img {
	width: 87px;
    height: 87px;
	margin-right: 3%;
}
.sec01 .box .right h1 {
	font-size: 0.8rem;
    line-height: 1.2;
}
.sec01 h1.col_red.bld {
	margin:0;
	padding:0;
}
.sec01 .box:nth-child(3) h1 {
	margin-bottom:29px;
}
/*.sec02 .col_red {
	font-size:1.5rem;
}*/
input[type="checkbox"]::before{
    top: 5px;
	left: 3%;
    width: 17px;
    height: 17px;
}
input[type="checkbox"]:checked + .checkbox-parts::after{
	top: 3px;
    left:5%;
}
.checkbox-parts {
	font-size: 20px;
}
.yellow_box,
.red_box,
.bullet_box {
	font-size:1.15rem;
	padding: 20px;
}
.yellow_box li,
.red_box li,
.bullet_box li {
    background-size: 8%;
    padding-left: 12%;
}
.yellow_box li:last-child,
.red_box li:last-child {
	margin-bottom:0;
}
h1.fnt_big {
	font-size:2rem;
	line-height: 39px;
}
.border_btm_arrow {
	font-size: 1.2rem;
    padding-top: 5%;
    background-position: center 90px;
    padding-bottom: 48px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.sec04 {
	margin-bottom:0;
}
.sec05 .box {
	margin-bottom: 17px;
}
.sec05 .box_kansou {
	margin-bottom: 17px;
}
.sec05 .box p {
    margin-bottom: 0;
    font-size: 0.8rem;
}
.sec05 .box_kansou p {
    margin-bottom: 0;
    font-size: 0.8rem;
}
.sec05 .box .name {
	font-size:1rem;
}
.sec05 .box_kansou .name {
	font-size:1rem;
}
.sec09 {
	margin-bottom:34px;
}
.sec09 .border_btm_arrow {
	    line-height: 1.2;
    padding-bottom: 39px;
    padding-top: 27px;
}
.sec09 .top {
	margin-bottom:0;
}
.sec09 .top img {
	width: 100px;
    height: 100px;
	padding-right:0;
}
.sec09 .office {
	line-height:1.2;
	font-size: 0.8rem;
}
.sec09 .right .name {
    font-size: 1rem;
}
.sec09 .border_btm.col_green {
    font-size: 1.55rem;
	line-height: 1.2;
}
.col_red.big.border_btm_red {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
}
.col_red.big02 {
	font-size:1.2rem;
	line-height:1.2;
	margin-bottom:10px;
}
.sec010 {
	margin-bottom:42px;
}
.enrollment_flow h1,
.membership_fee h1,
.terms h1,
.sec02 h1,
.sec05 h1,
.sec09 h1 {
	font-size:2rem;
	margin-bottom: 10px;
}
.enrollment_flow,
.membership_fee,
.terms {
	padding:4%;
	margin-bottom:22px;
}
.enrollment_flow h2,
.membership_fee h2{
	padding: 1% 2%;
	margin-bottom: 10px;
}
.enrollment_flow .deadline {
	width:auto;
}
.enrollment_flow .sp_bank_flow {
	margin-bottom:5px;
}
.att {
	margin-top:0;
}
.enrollment_flow p {
	margin-bottom:10px;
}
.admission_fee_img {
	margin-bottom:10px;
}
.terms .bg_white {
	padding:4%;
	overflow-y: scroll;
	height:150px;
	margin-bottom: 20px;
}
.terms h2 {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 10px;
}
#checkbox {
	margin-bottom:0;
}
.box_btn .btn {
	margin: 0 auto;
    font-size: 1.2rem;
    height: 70px;
    width: 96%;
}
.checkbox-parts {
    font-size: 20px;
    line-height: 1.2;
}
.box_btn .btn_02,
.box_btn .btn_03 {
	margin-bottom:20px;
	font-weight:700;
}
.box_btn .btn{
	background-position: 316px center , 100%;
}
footer .box li a {
	background-size: 16px;
	padding-left: 30px;
}
footer .box li {
	padding: 6px 0;
}
footer .box {
	text-align: center;
	padding: 20px 0;
}
#page-top img {
    right: 8px;
    width: 35px;
    bottom: 20px;
}
.sec09 h2 {
	font-size: 1.2rem;
}
.checkbox-parts label {
	padding-left:20px;
}
.box_btn a, .inner_link_btn a {
	background-position: 328px center , 100%;
}
.inner_link_btn {
	margin-bottom:43px;
}
h1.col_red.bld {
	font-size: 1.4rem;
}
.sec05 .box img {
	width:100px;
	height:100px;
	margin-right: 4%;
}
.sec08 {
	margin-bottom:42px;
}
.margin-btm {
	margin-bottom:40px;
}
}

/*タブレット縦 / スマホ横*/
@media screen and (min-width: 560px) and (max-width: 1024px) {
	html {
		font-size:20px;
	}
body {
	line-height:1.6;
	font-size:1rem;
}
img {
	width:100%;
}
.pcnone {
	display:none;
}
.spnone {
	display:block;
}
.tab {
	display:block!important;
}
main {
	padding:0 4%;
}
header img {
	margin-bottom:20px;
}
section {
    margin-bottom: 102px;
    box-sizing: border-box;
}
.sec01 {
	display:flex;
	margin-bottom: 32px;
}
input[type="checkbox"]::before{
	top: 6px;
	left: 15px;
    width: 20px;
    height: 20px;
}
input[type="checkbox"]:checked + .checkbox-parts::after{
	top: 2px;
    left: 132px;
	width: 10px;
    height: 19px;
}
.checkbox-parts {
	font-size:1rem;
}
.sec01 .box {
	background: #fff;
	width:388px;
	display:initial;
	padding: 8px;
	margin-right: 15px;
	box-shadow: -50px -50px 0px -50px rgba(209,209,209,1), 5px 6px 0px 0px rgba(209,209,209,1);
}
.sec01 .box img {
	width: 180px;
    height: 180px;
    margin: 0 auto 10px;
    display: block;
    text-align: center;
}
.sec01 .box h1 {
	font-size: 26px;
    line-height: 25px;
}
.sec01 .box p {
    font-size: 1rem;
    line-height: 24px;
    text-align: center;
}
.sec01 h1.col_red.bld {
	margin-bottom:0;
	padding-bottom:0;
}
.sec01 .box br {
	display:none;
}
.sec01 .box h1 {
	font-size: 1.1rem;
}
/*.sec02 .col_red {
    font-size: 1.8rem;
}*/
.yellow_box, .red_box, .bullet_box {
    font-size: 1.3rem;
}
.sec04 {
	margin-bottom: 62px;
}
.sec05 .box img {
    width: 180px;
}
.col_red.big.border_btm_red {
    font-size: 40px;
}
.col_red.big02 {
    font-size: 28px;
}
.sec010 img {
	width:50%;
}
.enrollment_flow h1,
.membership_fee h1,
.terms h1,
.sec02 h1,
.sec05 h1,
.sec09 h1{
	font-size:36px;
	margin-bottom:20px;
}
.enrollment_flow,
.membership_fee,
.terms {
	padding:30px;
}
.enrollment_flow,
.membership_fee {
	margin-bottom:35px;
}
.enrollment_flow .inner h2 {
	font-size: 26px;
    padding: 2px 15px;
    width: 14em;
    margin-bottom:20px;
}
.enrollment_flow .inner div {
	display:flex;
}
.enrollment_flow .inner div .left {
	width:495px;
}
.enrollment_flow .inner div img {
	width: 295px;
    height: 43px;
}
.enrollment_flow .inner {
	margin-bottom:75px;
}
.enrollment_flow h3 {
    width: 18em;
}
.admission_fee_img,
.membership_fee_img {
	width:80%;
}
.admission_fee_img {
	margin:0 auto 10px;
}
.membership_fee_img {
	margin:0 auto 35px;
}
.enrollment_flow .deadline {
    width: 23em;
}
.enrollment_flow img {
    margin-bottom: 48px;
}
.terms h1 {
	margin-bottom:44px;
}
.terms h2 {
	margin-bottom:33px;	
}
.terms .box {
font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 20px;
    width: 100%;
    margin: 0 auto 20px;
    height: 300px;
}
.box_btn .btn {
    font-size: 28px;
	width: 90%;
    height: 80px;
    line-height: 80px;
	margin-bottom: 30px;
}
.terms {
	margin-bottom: 62px;
}
footer {
    padding: 40px;
}
footer .box {
	width:100%;
	margin:0 auto;
}
footer .box ul {
	    width: 490px;
    margin: 0 auto;
}
footer .box li {
    display: inline;
}
footer .box li a {	
background-size: 15px;
    background-position: 26px center;
    padding-left: 46px;
}
.space {
	text-indent: 1em;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 20px;
}
/*.box_btn {
	display:flex;
}*/
.box_btn .btn {
	background-size: 7px , 100%;
	background-position: 349px center , 100%;
}
#checkbox .pcnone{
	display:block;
}
.inner_link_btn a:nth-of-type(2) {
	margin-bottom:0!important;
}
.inner_link_btn a {
    margin-bottom: 1.8rem;
}
.sec08 {
	margin-bottom:42px;
}
.margin-btm {
	margin-bottom: 60px;
}
.sec09 h2 {
	font-size:1.4rem;
}
.sec09 .right .name,
.red_box li {
    font-size: 1.2rem;
}

}

/*pc*/
@media screen and (min-width: 1025px) {
body {
	line-height:1.6;
}
.pcnone {
	display:none;
}
.spnone {
	display:block;
}
input[type="checkbox"] {
	padding-left: 8px;
  margin-right: 20px;
}
input[type="checkbox"]::before{
	content: "";
	display: block;
	position: absolute;
	top: 9px;
    left: 102px;
    width: 18px;
    height: 18px;
	border: 1px solid #999;
	border-radius: 4px;
}
input[type="checkbox"]:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
    top: 4px;
    left: 112px;
    width: 9px;
    height: 16px;
	transform: rotate(40deg);
	border-bottom: 3px solid #ff6a49;
	border-right: 3px solid #ff6a49;
}
.checkbox-parts {
	font-size:24px;
}
.box_btn {
	display:flex;
}
header h1 {
	margin-bottom: 20px;
}

main {
	width:920px;
	margin:0 auto;
}
/*.sec02 .col_red {
	font-size:30px;
}*/
.enrollment_flow h1,
.membership_fee h1,
.terms h1,
.sec02 h1,
.sec05 h1,
.sec09 h1 {
	font-size:40px;
	margin-bottom:20px;
}
.enrollment_flow,
.membership_fee,
.terms {
	padding:30px;
}
.enrollment_flow,
.membership_fee {
	margin-bottom:35px;
}
.enrollment_flow .inner h2 {
	font-size: 26px;
    padding: 2px 15px;
    width: 14em;
    margin-bottom:20px;
}
.enrollment_flow .inner div {
	display:flex;
}
.enrollment_flow .inner div .left {
	width:495px;
}
.enrollment_flow .inner div img {
	width:415px;
	height:64px;
}
.enrollment_flow .inner {
	margin-bottom:75px;
}
.admission_fee_img,
.membership_fee_img {
	width:80%;
}
.admission_fee_img {
	margin:0 auto 10px;
}
.membership_fee_img {
	margin:0 auto 35px;
}
.terms h1 {
	margin-bottom:44px;
}
.terms h2 {
	margin-bottom:33px;	
}
.terms .box {
font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 20px;
    width: 800px;
    margin: 0 auto 20px;
    height: 300px;
}
.box_btn .btn {
    font-size: 32px;
    width: 900px;
    height: 80px;
    line-height: 80px;
	margin-bottom: 50px;
}
.terms {
	margin-bottom: 62px;
}
footer {
    padding: 40px;
}
footer .box {
	width:980px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer .box li {
    display: inline;
}
footer .box li a {	
background-size: 15px;
    background-position: 26px center;
    padding-left: 46px;
}
.space {
	text-indent: 1em;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
   bottom: 20px;
}
.inner_link_btn a {
	margin-bottom:60px;
	width: 630px;
	background-position: 468px center , 100%;
}
.inner_link_btn a:hover {
		background-position: 468px center , 100%;
}
.sec01 .box {
	padding:23px;
}
.sec01 h1.col_red.bld {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sec08 {
	margin-bottom:75px;
}
.margin-btm {
	margin-bottom:70px;
}
.first_btn,
.sec_btn {
	margin-bottom:50px;
}
.sec04 {
	margin-bottom:82px;
}