@charset "utf-8";

/* style.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * Media Queries
 * **************************************************
 */

/* Body
-------------------------------------------------- */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #231815;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-feature-settings: 'palt';
	font-size: 14px;
	font-size: 1.4em;
	overflow-x: hidden;
}
@media only screen and (max-width: 1280px) {
	body {
		font-size: 1.09vw;
	}
}


.inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* Header
-------------------------------------------------- */

#header .inner {
	padding: 1.71% 3.28% 1.56%;
	width: 1280px;
}
@media only screen and (max-width: 1280px) {
	#header .inner {
		width: 100%;
	}
}

/* logo */
#header h1 {
	width: 12.03%;
}

/* fiftieth */
#header .fiftieth {
	position: absolute;
	top: 11.76%; right: 2.96%;
	width: 6.87%;
}

/* Common Elements
-------------------------------------------------- */

/* img */
img {
	vertical-align: bottom;
	max-width: 100%;
}

/* link */
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	color: inherit;
	opacity: 0.8;
	text-decoration: none;
}

/* columns */
.columns {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* paragraph */
p br.sp {
	display: none;
}
p.notes {
	line-height: 1.6;
	text-align: center;
}

/* button */
.button {
	margin: 0 auto;
	width: 550px;
}
.button a {
	border-radius: 0.78em;
	color: #ffffff;
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.185em;
	padding: 0.63em 0;
	text-align: center;
	width: 100%;
}
_:-ms-input-placeholder, :root .button a { /* IE */
	padding: 0.73em 0 0.53em;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.button a {
		font-size: 2.96vw;
	}
}

/* Content
-------------------------------------------------- */

main {
	background-color: #ddf3f3;
	display: block;
}

/* content */
#content {
	background-color: #ffffff;
	margin: 0 auto;
    padding: 0 0 5px;
	width: 1280px;
}
@media only screen and (max-width: 1280px) {
	#content {
		width: 100%;
	}
}

/* mainvisual */
#mainvisual {
	background-image: url(../images/main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
    color: #ffffff;
    padding: 61.48% 0 13.04%;
	position: relative;
}
#mainvisual .inner {
	width: 820px;
	width: 64.04%;
}
#mainvisual .columns .questionaire {
	width: 480px;
	width: 58.53%;
}
#mainvisual .columns .questionaire dl + dl {
	margin-top: 15.41%;
}
#mainvisual .columns .questionaire dl dt {
    margin: 0 0 6.66%;
	padding: 0 30% 0 0;
}
#mainvisual .columns .questionaire dl dd {
	padding: 0 5.83% 0 0;
}
#mainvisual .columns .questionaire p.notes {
    letter-spacing: 0.14em;
    line-height: 1.78;
    margin: 3.21em 0 0 0;
    text-align: left;
}
#mainvisual .columns .message {
	width: 340px;
	width: 41.46%;
}
#mainvisual .columns .message p {
    font-size: 1.6rem;
    letter-spacing: 0.22em;
    line-height: 3.3;
    margin-top: -1.12em;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #mainvisual .columns .message p {
        font-size: 1.25vw;
    }
}

/* campaign */
#content .campaign {
	background: url(../images/bg_campaign.png) no-repeat center top;
    background-size: cover;
}
#content .campaign .inner {
	padding: 5% 0 4.06%;
    width: 764px;
    width: 59.68%;
}
#content .campaign h2 {
    margin: 0 auto;
    width: 93.45%;
}
#content .campaign ul.benefits {
	list-style: none;
	margin: 5.49% 0 0 0;
}
#content .campaign ul.benefits li {
	width: 29.84%;
}
#content .campaign .button {
	margin-top: 7.06%;
    width: 71.98%;
}
#content .campaign .button a {
	background-color: #ffba00;
    -webkit-box-shadow: 5px 5px 0 0 #e97300;
    -moz-box-shadow: 5px 5px 0 0 #e97300;
    box-shadow: 5px 5px 0 0 #e97300;
}
#content .campaign p.notes {
    color: #ffffff;
    letter-spacing: 0.1em;
	margin: 3.14em 0 0 0;
    text-align: center;
}

/* refresh */
#content #refresh .head {
    position: relative;
    text-align: center;
}
#content #refresh .head > img {
    margin-top: -47px;
    width: 55.46%;
}
#content #refresh .bg {
    margin: -68px 0 0 0;
    padding: 150px 0 155px;
    position: relative;
    z-index: 2;
}
#content #refresh .bg::before {
    background-color: #ffd0b4;
    background-image: -webkit-radial-gradient(#ffffff, #e5e6d9);
    background-image: radial-gradient(#ffffff, #e5e6d9);
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    transform: skewY(-10deg);
    z-index: -1;
}
#content #refresh .inner {
    width: 780px;
    width: 60.93%;
}
#content #refresh h2 {
    margin: 0 auto;
    width: 62.82%;  
}
#content #refresh h2 + p {
    font-size: 1.8rem;
    letter-spacing: 0.16em;
    line-height: 2.5;
    margin: 2.77em 0 0 0;
    text-align: center;
}
#content #refresh .method {
    margin: 9.87% 0 0 0;
    padding: 0 0 11.53% 10%;
    position: relative;
}
#content #refresh .method::before,
#content #refresh .method::after {
    background: url(../images/bg_method.png) no-repeat center center;
    background-size: 100%;
    content: '';
    display: block;
    height: 96px;
    position: absolute;
    width: 96px;
}
#content #refresh .method::before {
    top: 0; left: 0;
}
#content #refresh .method::after {
    bottom: 0; right: 0;
}
#content #refresh .method p {
    font-size: 1.7rem;
    line-height: 1.7;
    text-align: justify;
}
#content #refresh .method .voice {
    width: 626px;
}
#content #refresh .method#m01 {
    padding-top: 12.43%;
}
#content #refresh .method#m01 > img {
    position: absolute;
    top: 100px; right: 3.84%;
    width: 22.56%;
}
#content #refresh .method#m01 h3 {
    margin: 0 0 4.98%;
    width: 64.95%;
}
#content #refresh .method#m01 .image,
#content #refresh .method#m01 p {
    width: 64.38%;
}
#content #refresh .method#m01 h4 {
    font-size: 1.9rem;
    letter-spacing: 0.16em;
    line-height: 1.9;
    margin: 1.26em 0 1.21em;
}
#content #refresh .method#m01 p {
    letter-spacing: 0.12em;
}
#content #refresh .method#m01 .voice {
    margin-top: 6.55%;
    width: 89.17%;
}
#content #refresh .method#m02 {
    padding-top: 7.69%;
    padding-left: 14.1%;
    padding-right: 14.1%;
}
#content #refresh .method#m02 h3 {
    margin: 0 0 8.21%;
    width: 101.78%;
}
#content #refresh .method#m02 .columns .column {
    width: 258px;
    width: 46.07%;
}
#content #refresh .method#m02 .columns .column > img {
    position: absolute;
    top: 170px;
    width: 19.48%;
}
#content #refresh .method#m02 .columns .column:first-child > img {
    left: -8.2%;
}
#content #refresh .method#m02 .columns .column:last-child > img {
    right: -8.2%;
}
#content #refresh .method#m02 .columns .column p {
    margin-top: 1.88em;
}
#content #refresh .method#m02 .voice {
    margin-top: 13.21%;
    width: 111.78%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #content #refresh .head > img {
        margin-top: -3.67vw;
    }
    #content #refresh .bg {
        margin-top: -5.31vw;
        padding: 11.71vw 0 12.1vw;
    }
    #content #refresh h2 + p,
    #content #refresh .method p {
        font-size: 1.32vw;
    }
    #content #refresh .method::before,
    #content #refresh .method::after {
        height: 7.5vw;
        width: 7.5vw;
    }
    #content #refresh .method#m01 h4 {
        font-size: 1.48vw;
    }
    #content #refresh .method#m01 > img {
        top: 7.96vw;
    }
    #content #refresh .method#m02 .columns .column > img {
        top: 13.28vw;
    }
}

/* program */
#content #program {
    margin: -113px 0 0 0;
    padding: 0 0 13.12%;
}
#content #program .head {
    background: url(../images/bg_program.jpg) no-repeat center top;
    background-size: 100%;
    height: 824px;
    position: relative;
}
#content #program .head::after {
    background: url(../images/bg_program_head.png) no-repeat center bottom;
    background-size: 100%;
    content: '';
    display: block;
    height: 260px;
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
}
#content #program .head > img {
    position: absolute;
    top: 49.09%; left: 21.09%;
    width: 20%;
}
#content #program h2 {
    margin: 4.53% auto 0;
    width: 50.15%;
}
#content #program h2 + p {
    font-size: 1.7rem;
    letter-spacing: 0.16em;
    line-height: 2.7;
    margin: 1.76em 0 0 0;
    text-align: center;
}
#content #program .program p {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    line-height: 2.4;
}
#content #program .programTop {
    border: 2px solid;
    margin: 0 auto;
    padding: 6.25% 4.21% 6.87%;
    text-align: center;
    width: 682px;
    width: 53.28%;
}
#content #program .programTop h3 {
    margin: 0 auto;
    width: 65.96%;
}
#content #program .programTop p {
    margin-top: 5.26%;
}
#content #program .programTop .image {
    margin: 7.89% 0 0 0;
}
#content #program .programBtm {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin: -3.12% auto 0;
    width: 822px;
    width: 64.21%;
}
#content #program .programBtm h4 {
    width: 342px;
}
#content #program .programBtm p {
    margin-top: 2.29em;
}
#content #program .program#p01 {
    margin-top: 7.81%;
}
#content #program .program#p01 .programTop {
    border-color: #36b1e3;
}
#content #program .program#p01 .programBtm {
    background-image: url(../images/img_program_p01_02.png);
    padding: 7.65% 0 8.28% 27.18%;
}
#content #program .program#p01 .programBtm h4 {
    width: 72.15%;
}
#content #program .program#p02 {
    margin-top: 10.15%;
}
#content #program .program#p02 .programTop {
    border-color: #ffba00;
}
#content #program .program#p02 .programBtm {
    background-image: url(../images/img_program_p02_02.png);
    padding: 8.9% 0 7.96% 24.21%;
}
#content #program .program#p02 .programBtm h4 {
    width: 66.79%;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #content #program {
        margin-top: -8.82vw;
    }
    #content #program .head {
        height: 64.37vw;
    }
    #content #program .head::after {
        height: 20.31vw;
    }
    #content #program h2 + p,
    #content #program .program p {
        font-size: 1.32vw;
    }
    #content #program .program p {
        letter-spacing: 0;
    }
}

/* facility */
#content #facility {
    background-color: #ffd0b4;
    background-image: -webkit-radial-gradient(#ffffff, #ffd0b4);
    background-image: radial-gradient(#ffffff, #ffd0b4);
	padding: 14.21% 0 15.46%;
}
#content #facility h2 {
	margin: 0 auto;
	width: 53.28%;
}
#content #facility .swiper-container {
	margin: 8.43% 0 0 0;
	padding: 0 0 4.21%;
}
#content #facility .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}
#content #facility .swiper-pagination-bullet {
	background-color: #727171;
	height: 17px;
	margin: 0 6px;
	width: 17px;
}
#content #facility p.notes {
	font-size: 1.5rem;
	letter-spacing: 0.12em;
	margin: -2.13em 2.4em 0 0;
	text-align: right;
}
#content #facility .inner {
	width: 975px;
	width: 76.17%;
}
#content #facility h3 {
	margin: 11.73% 0 0 0;
}
#content #facility .measures {
	background-color: #ffffff;
	border-radius: 25px;
	margin: 0 auto;
	padding: 10.25% 11.48%;
}
#content #facility .measures h4 {
	margin: 0 auto;
	width: 78.93%;
}
#content #facility .measures ul {
	list-style: none;
	margin: 8% 0 0 0;
}
#content #facility .measures ul li {
	width: 21.33%;
}
#content #facility .measures .button {
	margin-top: 10.66%;
    width: 73.13%;
}
#content #facility .measures .button a {
	background-color: #37a9ff;
    -webkit-box-shadow: 5px 5px 0 0 #377dff;
    -moz-box-shadow: 5px 5px 0 0 #377dff;
    box-shadow: 5px 5px 0 0 #377dff;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	#content #facility p.notes {
		font-size: 1.17vw;
	}
	#content #facility .swiper-pagination-bullet {
		height: 1.32vw;
		width: 1.32vw;
	}
}

/* onecoin */
#content #onecoin {
    background: -webkit-linear-gradient(left, #ea696e, #ea5454);
    background: linear-gradient(to right, #ea696e, #ea5454);
}
#content #onecoin .inner {
	padding: 9.37% 0 5.46%;
    width: 820px;
    width: 64.06%;
}
#content #onecoin .period {
	margin: 3.8% auto 0;
	width: 48.53%;
}
#content #onecoin p:not(.notes) {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.8;
	margin: 2.5em 0 0 0;
	text-align: center;
}
#content #onecoin .images {
	font-size: 0;
	margin: 90px -230px 0;
	width: 1280px;
}
#content #onecoin .images img {
	width: 33.3333%;
}
#content #onecoin .text {
	margin: 8.6% auto 0;
	width: 576px;
}
#content #onecoin .button {
	margin-top: 10%;
    width: 67.07%;
}
#content #onecoin .button a {
	background-color: #ffff00;
    -webkit-box-shadow: 5px 5px 0 0 #d72324;
    -moz-box-shadow: 5px 5px 0 0 #d72324;
    box-shadow: 5px 5px 0 0 #d72324;
	color: #ea5454;
}
#content #onecoin p.notes {
	color: #ffffff;
	margin: 3.85em 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
	#content #onecoin p:not(.notes) {
		font-size: 1.87vw;
	}
	#content #onecoin .images {
		font-size: 0;
		margin: 7.03vw calc(50% - 50vw) 0;
		width: 100vw;
	}
    #content #onecoin p.notes {
        white-space: nowrap;
    }
}

/* banner */
#content #banner {
	margin: 8.98% 0;
}
#content #banner .inner {
	width: 885px;
	width: 69.14%;
}
#content #banner ul {
	list-style: none;
}
#content #banner ul li {
	width: 48.13%;
}
#content #banner ul li:first-child {
	margin-bottom: 3.61%;
	width: 100%;
}
#content #banner .button {
	margin-top: 12.42%;
    width: 62.14%;
}
#content #banner .button a {
	background-color: #ffba00;
    -webkit-box-shadow: 5px 5px 0 0 #ff9000;
    -moz-box-shadow: 5px 5px 0 0 #ff9000;
    box-shadow: 5px 5px 0 0 #ff9000;
}

/* pageTop */
#pageTop {
	background: #37bdff;
	border-radius: 50%;
	height: 50px;
	opacity: 0.7;
	position: fixed;
	bottom: 20px; right: 20px;
	width: 50px;
	z-index: 99;
}
#pageTop a {
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
}
#pageTop a::before {
	color: #fff;
	content: '\f106';
	font-family: FontAwesome;
	font-size: 25px;
	position: absolute;
	top: 46%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* Footer
-------------------------------------------------- */

#footer {
	background-color: #ddf3f3;
}
#footer .inner {
	background-color: #ffffff;
	padding: 6.09% 0;
	width: 1280px;
}
#footer .logo {
	margin: 0 auto;
	width: 16.56%;
}
@media only screen and (max-width: 1280px) {
	#footer .inner {
		width: 100%;
	}
}


/* Media Queries
-------------------------------------------------- */

@media only screen and (max-width: 767px) {

	/* Body
	-------------------------------------------------- */

	body {
		font-size: 10px;
		font-size: 2.66vw;
		min-width: 320px;
	}

	.inner {
		width: auto;
	}

	/* Header
	-------------------------------------------------- */

	#header .inner {
		padding: 3.73% 4%;
	}

	/* logo */
	#header h1 {
		width: 20.26%;
	}

	/* fiftieth */
	#header .fiftieth {
		right: 4%;
		width: 12.4%;
	}

	/* Common Elements
	-------------------------------------------------- */

	/* paragraph */
	p br.pc {
		display: none;
	}
	p br.sp {
		display: block;
	}
	p.notes {
		text-align: left;
	}

	/* button */
	.button {

	}
	.button a {
		font-size: 1.6rem;
		font-size: 4.26vw;
	}

	/* Content
	-------------------------------------------------- */

	/* mainvisual */
	#mainvisual {
		background-image: url(../images/main_sp.jpg);
        padding: 80% 0 22%;
	}
	#mainvisual .inner {
        padding: 0 9.6%;
        width: auto;
    }
    #mainvisual .columns .questionaire,
    #mainvisual .columns .message {
        width: 100%;
    }
    #mainvisual .columns .questionaire dl + dl {
        margin-top: 13.2%;
    }
    #mainvisual .columns .questionaire dl dt {
        margin-bottom: 5.94%;
        padding-right: 30.7%;
    }
    #mainvisual .columns .questionaire dl dd {
        padding-right: 11.89%;
    }
    #mainvisual .columns .questionaire p.notes {
        letter-spacing: 0.24em;
        line-height: 1;
        margin-top: 4.4em;
        transform: scale(0.75);
        transform-origin: left bottom;
        white-space: nowrap;
    }
    #mainvisual .columns .message {
        margin-top: 12.21%;
    }
    #mainvisual .columns .message p {
        font-size: 1.1rem;
        font-size: 2.93vw;
        letter-spacing: 0.3em;
        line-height: 2.44;
        margin-top: 0;
    }
    
	/* campaign */
	#content .campaign .inner {
		padding: 12% 0 7.46%;
        width: auto;
	}
	#content .campaign h2 {
		margin: 0 auto;
		width: 86.4%;
	}
	#content .campaign ul.benefits {
		margin: 5.06% auto 0;
		width: 77.33%;
	}
	#content .campaign ul.benefits li {
		width: 46.55%;
	}
	#content .campaign ul.benefits li:first-child {
		margin: 0 26.72%;
	}
    #content .campaign .button {
        margin-top: 8.66%;
        width: 62.26%;
    }
    #content .campaign .button a {
        -webkit-box-shadow: 3px 3px 0 0 #e97300;
        -moz-box-shadow: 3px 3px 0 0 #e97300;
        box-shadow: 3px 3px 0 0 #e97300;
    }
	#content .campaign p.notes {
		margin-top: 7.46%;
	}
    
    /* refresh */
    #content #refresh .head > img {
        margin-top: 2.4%;
        width: 93.06%;
    }
    #content #refresh .bg {
        margin-top: -8.8%;
        padding: 22% 0 11%;
    }
    #content #refresh .inner {
        width: auto;
    }
    #content #refresh h2 {
        width: 65.06%;  
    }
    #content #refresh h2 + p {
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        line-height: 2.2;
        margin-top: 1.7em;
    }
    #content #refresh .method {
        margin-top: 9.33%;
        padding: 0 0 14.93% 0;
    }
    #content #refresh .method::before,
    #content #refresh .method::after {
        height: 12.8vw;
        width: 12.8vw;
    }
    #content #refresh .method::before {
        top: 0; left: 4.26%;
    }
    #content #refresh .method::after {
        bottom: 0; right: 4.26%;
    }
    #content #refresh .method p {
        font-size: 1.1rem;
        font-size: 2.93vw;
        letter-spacing: 0;
        line-height: 2;
    }
    #content #refresh .method .voice {
        margin: 0 auto;
        width: 92% !important;
    }
    #content #refresh .method#m01 {
        padding-top: 10.66%;
    }
    #content #refresh .method#m01 > img {
        top: 35.46vw; right: 3.73%;
        width: 28.8%;
    }
    #content #refresh .method#m01 h3 {
        margin: 0 0 7.2% 16.26%;
        width: 68.53%;
    }
    #content #refresh .method#m01 .image,
    #content #refresh .method#m01 p {
        margin-left: 8%;
        width: 60.26%;
    }
    #content #refresh .method#m01 h4 {
        font-size: 1.2rem;
        font-size: 3.2vw;
        letter-spacing: 0.08em;
        line-height: 1.66;
        margin: 1.41em 0 1.33em 8%;
    }
    #content #refresh .method#m02 {
        padding-top: 8.66%;
        padding-left: 0;
        padding-right: 0;
    }
    #content #refresh .method#m02 h3 {
        margin: 0 auto 5.86%;
        width: 54.13%;
    }
    #content #refresh .method#m02 .columns .column {
        width: 60.26%;
    }
    #content #refresh .method#m02 .columns .column:first-child {
        margin-left: 8%;
    }
    #content #refresh .method#m02 .columns .column:last-child {
        margin-top: 19.73%;
        margin-left: 32.53%;
        position: relative;
        z-index: 1;
    }
    #content #refresh .method#m02 .columns .column > img {
        width: 41.33vw;
    }
    #content #refresh .method#m02 .columns .column:first-child > img {
        top: 32vw; right: 3.73%; left: auto;
    }
    #content #refresh .method#m02 .columns .column:last-child > img {
        top: 5.06vw; right: 49.33vw;
    }
    #content #refresh .method#m02 .columns .column p {
        margin-top: 1.27em;
    }
    #content #refresh .method#m02 .voice {
        margin-top: 23.73%;
    }

    /* program */
    #content #program {
        margin: -9% 0 0 0;
        padding: 0 0 16.66%;
    }
    #content #program .head {
        background: url(../images/bg_program_sp.jpg) no-repeat center top;
        background-size: 100%;
        height: 81.06vw;
    }
    #content #program .head::after {
        height: 20.26vw;
    }
    #content #program .head > img {
        top: 42.66vw; left: 15.2%;
        width: 24.8%;
    }
    #content #program h2 {
        margin: 7.2% auto 0;
        width: 80.08%;
    }
    #content #program h2 + p {
        font-size: 1.1rem;
        font-size: 2.93vw;
        letter-spacing: 0.2em;
        line-height: 2.2;
        margin-top: 1.09em;
    }
    #content #program .program p {
        font-size: 1.1rem;
        font-size: 2.93vw;
        letter-spacing: 0;
        line-height: 2;
        white-space: nowrap;
    }
    #content #program .programTop {
        border-width: 1px;
        padding: 8.2% 4.57% 10.09%;
        width: 84.53%;
    }
    #content #program .programTop p {
        margin-top: 6.94%;
    }
    #content #program .programTop .image {
        margin-top: 6.94%;
    }
    #content #program .programBtm {
        margin-top: -4.66%;
        width: 95.2%;
    }
    #content #program .programBtm h4 {
        width: 45.6vw !important;
    }
    #content #program .programBtm p {
        letter-spacing: 0.02em;
        line-height: 1.8;
        margin-top: 1.8em;
    }
    #content #program .program#p01 {
        margin-top: 9.33%;
    }
    #content #program .program#p01 .programBtm {
        background-image: url(../images/img_program_p01_02_sp.png);
        padding: 10.2% 0 11.2% 38.33%;
    }
    #content #program .program#p02 .programBtm {
        background-image: url(../images/img_program_p02_02_sp.png);
        padding: 13.12% 0 14.84% 35.81%;
    }
    
	/* facility */
	#content #facility {
		padding: 16% 0 11.73%;
	}
	#content #facility h2 {
		width: 53.33%;
	}
	#content #facility .swiper-container {
		margin-top: 8.66%;
		padding-bottom: 4%;
	}
	#content #facility .swiper-pagination {
		padding-left: 4px;
		text-align: left;
	}
	#content #facility .swiper-pagination-bullet {
		height: 6px;
		margin: 0 4px;
		width: 6px;
	}
	#content #facility p.notes {
		font-size: 1.0rem;
		font-size: 2.66vw;
		margin: -1em 0.5em 0 0;
		padding: 0;
	}
    #content #facility .inner {
        width: 92%;
    }
	#content #facility h3 {
		margin-top: 9.06%;
	}
	#content #facility .measures {
		border-radius: 10px;
		padding: 13.98% 0 11.51%;
		width: 88.11%;
	}
	#content #facility .measures h4 {
		width: 75.32%;
	}
	#content #facility .measures ul {
		margin: 1.53% auto 0;
		width: 68.75%;
	}
	#content #facility .measures ul li {
		margin-top: 14.35%;
		width: 41.62%;
	}
	#content #facility .measures .button {
		margin-top: 11.67%;
		width: 73.68%;
	}
    #content #facility .measures .button a {
        -webkit-box-shadow: 3px 3px 0 0 #377dff;
        -moz-box-shadow: 3px 3px 0 0 #377dff;
        box-shadow: 3px 3px 0 0 #377dff;
    }
    
	/* onecoin */
	#content #onecoin .inner {
		padding: 16% 0 12.53%;
        width: auto;
	}
	#content #onecoin h2 {
        margin: 0 auto;
		width: 65.33%;
	}
	#content #onecoin .period {
        margin-top: 7.2%;
		width: 51.2%;
	}
	#content #onecoin p:not(.notes) {
		font-size: 1.2rem;
		font-size: 3.2vw;
		line-height: 1.9;
		margin-top: 2em;
	}
	#content #onecoin .images {
		margin: 9.06% 0 0;
		width: 100%;
	}
	#content #onecoin .images img {
		width: 50%;
	}
	#content #onecoin .images img:first-of-type {
		width: 100%;
	}
    #content #onecoin .text {
		margin-top: 10.13%;
		width: 76.66%;
	}
	#content #onecoin .button {
		margin-top: 11.06%;
        width: 62.26%;
	}
    #content #onecoin .button a {
        -webkit-box-shadow: 3px 3px 0 0 #d72324;
        -moz-box-shadow: 3px 3px 0 0 #d72324;
        box-shadow: 3px 3px 0 0 #d72324;
    }
    #content #onecoin p.notes {
        margin: 3.85em 0 0 0;
        padding: 0 5%;
    }
    
	/* banner */
	#content #banner {
		margin-top: 16.8%;
	}
	#content #banner .inner {
		width: 64.53%;
	}
	#content #banner ul li {
		width: 100%;
	}
	#content #banner ul li:first-child,
	#content #banner ul li:nth-child(2) {
		margin-bottom: 8.88%;
	}
	#content #banner .button {
		margin-top: 15.08%;
		width: 96.69%;
	}
    #content #banner .button a {
        -webkit-box-shadow: 3px 3px 0 0 #ff9000;
        -moz-box-shadow: 3px 3px 0 0 #ff9000;
        box-shadow: 3px 3px 0 0 #ff9000;
    }
    
	/* pageTop */
	#pageTop {
		height: 44px;
		bottom: 2%; right: 2.5%;
		width: 44px;
	}
	#pageTop a {
		height: 44px;
		width: 44px;
	}

	/* Footer
	-------------------------------------------------- */

	#footer .inner {
		padding: 9.33% 0;
	}
	#footer .logo {
		width: 22.93%;
	}

}
