@charset "UTF-8";

html {
  color: #333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: "Shuei MaruGo L", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1300px;
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-family: 'Shuei MaruGo B', sans-serif;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  outline: none;
  *font-size: 100%;
  -webkit-appearance: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "Shuei MaruGo L", "メイリオ", "Meiryo", sans-serif;
}

input[type="file"],
select {
  *font-size: 100%;
  font-family: "Shuei MaruGo L", "メイリオ", "Meiryo", sans-serif;
}

button[type="submit"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10;
}
#loading .inr {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -100px;
  width: 200px;
  height: 40px;
}
#loading p {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
}
#loading p #load-label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
#loading p #load-text {
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  text-align: right;
  font-size: 1.6rem;
}
#loading #bar {
  width: 200px;
  height: 6px;
  font-size: 1px;
  margin-top: 15px;
  background: #fff;
}
#loading #bar span {
  display: block;
  width: 0;
  height: 6px;
  background: #b9d345;
}


span.ruby {
	display: inline-block;
	position: relative;
	line-height: 1;
}
span.ruby span.rt {
	position: absolute;
	left: -2em;
	top: -11.5px;
	right: -2em;
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
}


ruby[data-ruby] {
	position: relative;
}
ruby[data-ruby]:before {
	content: attr(data-ruby);
	position: absolute;
	left: -2em;
	top: -1.2em;
	right: -2em;
	font-size: 0.8rem;
	line-height: 1;
}
ruby rt {
	display: none;
}


header {
 padding: 25px 0 104px;
 width: 100%;
 overflow: hidden;
 position: relative;
}
header:before {
	display: block;
	content: '';
	width: 850px;
	height: 1050px;
	position: absolute;
	top: 435px;
	left: 0;
	border-radius: 0 25px 25px 0;
 background: url("../img/pat1.svg") repeat center top/4px 4px;
}

header .main {
 position: relative;
	width: auto;
	height: 725px;
	border-radius: 25px;
	margin: 0 25px;
	overflow: hidden;
	z-index: 1;
/* 	background: url(../img/main_img.jpg) no-repeat center center/ cover; */
}
header .main .logo {
 position: absolute;
 width: 271px;
 height: auto;
 top: 27px;
 left: 30px;
 z-index: 2;
}
header .main .ttl {
 position: absolute;
 width: 443px;
 top: 234px;
 left: 50%;
 margin-left: -510px;
 z-index: 2;
 display: none;
}
header .main .sub {
 position: absolute;
 width: 174px;
 top: 268px;
 left: 50%;
 z-index: 2;
 display: none;
 margin-left: 24px;
}
header .main img.mainvi.sp {
	display: none;
}
header .main img.mainvi.pc {
 position: absolute;
 width: 100%;
 height: auto;
 top: 50%;
	right: 0%;
	margin-top: -29%;
 z-index: 1;
 animation: animationZoom1 10s ease-in-out forwards;
}
@keyframes animationZoom1 {
	100% { transform: scale(1.05)}
}

header .lead {
	width: 960px;
	margin: 0 auto 114px;
	text-align: left;
	position: relative;
}
header .lead img.img.pc {
	position: absolute;
	top: -102px;
	right: 0px;
	z-index: 2;
}
header .lead img.img.sp {
	display: none;
}
header .lead p.txt {
	padding: 113px 0 0 126px;
	font-size: 3.5rem;
	line-height: 1.8;
}
header .lead p.txt .p {
	color: #fa7f61;
}
header .lead p.txt .b {
	color: #37bec3;
}
header .lead img.sub {
	position: absolute;
	top: 510px;
	left: 28px;
}
header .lead p.subtxt {
	padding: 182px 0 0 436px;
	font-size: 1.8rem;
	line-height: 2;
}

header .nav-area p.icn {
	margin-bottom: 31px;
}
header .nav-area p.icn img {
	vertical-align: middle;
	display: inline-block;
	margin: 0 15px;
}
header .nav-area p.lead {	
	margin-bottom: 68px;
	font-size: 1.8rem;
	line-height: 1.9;
	text-align: center;
}
header .nav-area p.lead span.bold {
 font-family: 'Shuei MaruGo B', sans-serif;
	font-size: 2.3rem;
}
header .nav-area ul {
	width: 1100px;
	margin: 0 auto;
 background: url("../img/pat1.svg") repeat center top/4px 4px;
 padding: 0 0 54px;
 border-radius: 5px;
}
header .nav-area ul li {
	display: inline-block;
	vertical-align: top;
	width: 410px;
	margin: 0 42.5px;
}
header .nav-area ul li .label {
	margin: -30px auto 25px;
	width: 360px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #f0f0f0;
	position: relative;
}
header .nav-area ul li .label:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -12.5px;
	width: 25px;
	height: 15px;
	background: url(../img/arw_nav_btn.png) no-repeat 0 0/25px;
}
header .nav-area ul li .btn a {
	display: block;
 -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
header .nav-area ul li .btn img.sp {
	display: none;
}
header .nav-area ul li .btn a:hover {
	opacity: 0.8;
}



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

	header {
	 padding: 3% 0 25px;
	}
	header:before {
		width: 65%;
		height: 788px;
		top: 387px;
	}
	
	header .main {
		width: 94%;
		height: 505px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		z-index: 1;
	}
	header .main img.mainvi.pc {
		display: none;
	}
	header .main img.mainvi.sp {
		display: block;
		width: 100%;
		height: auto;
	 animation: animationZoom1 10s ease-in-out forwards;
	}
	@keyframes animationZoom1 {
		100% { transform: scale(1.05)}
	}
	header .main .logo {
	 width: 60%;
	 top: 12px;
	 left: 20px;
	}
	header .main .ttl {
	 width: 78%;
	 top: 88px;
	 left: 50%;
	 margin-left: -39%;
	}
	header .main .ttl img {
		width: 100%;
	}
	header .main .sub {
	 width: 33%;
	 top: 300px;
	 left: 12%;
	 margin: 0;
	}
	
	header .lead {
		width: 100%;
		margin: 0 auto 18px;
	}
	header .lead img.img.pc {
		display: none;
	}
	header .lead img.img.sp {
		display: block;
		width: 54%;
		margin: -15px auto 20px;
		position: relative;
		z-index: 2;
	}
	header .lead p.txt {
		padding: 0 0 35px 13%;
		font-size: 2.1rem;
		line-height: 1.8;
	}
	header .lead img.sub {
		display: block;
		position: relative;
		top: auto;
		left: 20%;
		width: 44%;
	}
	header .lead p.subtxt {
		padding: 35px 0 0 13%;
		font-size: 1.6rem;
	}
	
	header .nav-area p.icn {
		margin-bottom: 31px;
	}
	header .nav-area p.icn img {
		display: block;
		margin: 0 auto 20px;
	}
	header .nav-area p.icn img.icn {
		width: 22%;
	}
	header .nav-area p.icn img.txt {
		width: 52%;
	}
	header .nav-area p.lead {	
		margin: 0 0 34px 13%;
		font-size: 1.6rem;
		line-height: 1.9;
		text-align: left;
	}
	header .nav-area p.lead span.bold {
		font-size: 1.6rem;
	}
	header .nav-area ul {
		width: 86%;
		margin: 0 auto;
	 background: none;
	 padding: 0;
	}
	header .nav-area ul li {
		display: block;
		width: 100%;
		margin: 0 0 32px;
	}
	header .nav-area ul li .label {
		margin: 0px auto 15px;
		width: 95%;
		height: 50px;
		line-height: 50px;
		font-size: 1.4rem;
	}
	header .nav-area ul li .label:after {
		bottom: -11px;
		left: 50%;
		margin-left: -12.5px;
		width: 25px;
		height: 15px;
		background: url(../img/arw_nav_btn.png) no-repeat 0 0/25px;
	}
	header .nav-area ul li .btn img.pc {
		display: none;
	}
	header .nav-area ul li .btn img.sp {
		display: block;
		width: 100%;
	}

}



.s_timeline {
 padding: 100px 0 85px;
 position: relative;
 background: url("../img/pat1.svg") repeat center top/4px 4px;
}
.s_timeline .s_ttl {
	margin-bottom: 58px;
 font-size: 3.5rem;
 color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_timeline .s_lead {
	margin-bottom: 38px;
	line-height: 2;
	font-size: 1.8rem;
}
.s_timeline ul {
	width: 700px;
	margin: 0 auto 122px;
	padding: 72px 0 0;
	position: relative;
}
.s_timeline ul:before {
	content: '';
	display: block;
	width: 1px;
	height: 1080px;
	background: #fa7f61;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
}
.s_timeline ul li {
	position: relative;
	margin-bottom: 110px;
}
.s_timeline ul li:nth-child(1):before {
	content: '';
	display: block;
	width: 161px;
	height: 38.5px;
	background: url(../img/tl_txt1.png) no-repeat 0 0/161px;
	position: absolute;
	top: -52px;
	left: -75px;
}
.s_timeline ul li:nth-child(3):before {
	content: '';
	display: block;
	width: 108px;
	height: 25px;
	background: url(../img/tl_txt2.png) no-repeat 0 0/108px;
	position: absolute;
	top: -39px;
	right: -62px;
}
.s_timeline ul li:after {
	content: '';
	display: block;
	width: 700px;
	height: 222.5px;
	background: #fed2c7;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: -10px;
}
.s_timeline ul li .inr {
	height: 222.5px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #fa7f61;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
.s_timeline ul li p.date {
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	margin: -25px auto 27px;
	line-height: 48px;
	border: 1px solid #fa7f61;
	border-radius: 10px;
	font-size: 1.8rem;
	color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
 background: #fff;
}
.s_timeline ul li p.txt {
	margin: 0 320px 0 50px;
	line-height: 2;
	text-align: left;
}
.s_timeline ul li:nth-child(2) p.txt {
	margin: 0 50px 0 320px;
}

.s_timeline ul li img {
	position: absolute;
	top: 60px;
	right: -32px;
}
.s_timeline ul li:nth-child(2) img {
	left: -40px;
}

.s_timeline p.last {
	font-size: 1.8rem;
	line-height: 1.9;
}
.s_timeline p.last span {
	font-size: 2.6rem;
	color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
}


@media screen and (max-width: 480px) {
	
	.s_timeline {
	 padding: 50px 0 45px;
	}
	.s_timeline .s_ttl {
		margin-bottom: 22px;
	 font-size: 2.5rem;
	}
	.s_timeline .s_lead {
		margin-bottom: 18px;
		font-size: 1.4rem;
	}
	.s_timeline ul {
		width: 88%;
		margin: 0 auto 52px;
		padding: 42px 0 0;
	}
	.s_timeline ul:before {
		height: 1199px;
	}
	.s_timeline ul li {
		margin-bottom: 45px;
	}
	.s_timeline ul li:nth-child(1):before {
		width: 97.5px;
		height: 23.5px;
		background: url(../img/tl_txt1.png) no-repeat 0 0/97.5px;
		top: -48px;
		left: 1px;
	}
	.s_timeline ul li:nth-child(3):before {
		content: '';
		display: block;
		width: 65.5px;
		height: 15.5px;
		background: url(../img/tl_txt2.png) no-repeat 0 0/65.5px;
		top: -29px;
		right: -8px;
	}
	.s_timeline ul li:after {
		width: 100%;
		height: auto;
		top: 5px;
		right: -5px;
		bottom: -5px;
		left: 5px;
	}
	.s_timeline ul li .inr {
		height: auto;
		padding: 0 6.5% 20px;
	}
	.s_timeline ul li p.date {
		width: 80%;
		height: 35px;
		margin: -17.5px auto 12px;
		line-height: 33px;
		font-size: 1.5rem;
	}
	.s_timeline ul li p.txt {
		margin: 0 0 10px;
		font-size: 1.4rem;
	}
	.s_timeline ul li:nth-child(2) p.txt {
		margin: 0 0 15px;
	}
	
	.s_timeline ul li img {
		position: relative;
		width: 100%;
		top: auto;
		right: auto;
	}
	.s_timeline ul li:nth-child(2) img {
		left: auto;
	}
	
	.s_timeline p.last {
		font-size: 1.4rem;
	}
	.s_timeline p.last span {
		font-size: 1.8rem;
	}

}



.s_apply {
 padding: 123px 0 105px;
 position: relative;
}
.s_apply .s_ttl {
	margin-bottom: 100px;
}
.s_apply .s_lead {
	margin-bottom: 65px;
 font-size: 2.5rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_apply .s_lead span.rt {
	font-size: 1rem;
	top: -14px;
	letter-spacing: 2px;
}

.s_apply .intro {
	width: 815px;
	margin: 0 auto 90px;
}
.s_apply .intro .img-box {
	float: right;
	width: 324px;
	position: relative;
}
.s_apply .intro .img-box .fkds {
	position: absolute;
	top: -82px;
	right: -61px;
}
.s_apply .intro .img-box .sp {
	display: none;
}
.s_apply .intro .txt-box {
	float: left;
	width: 430px;
	margin-top: 54px;
 text-align: left;
}
.s_apply .intro .txt-box .lead {
	margin-bottom: 27px;
	font-size: 2.0rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_apply .intro .txt-box .lead span.pink {
	color: #fa7f61;
}
.s_apply .intro .txt-box .lead span.rt {
	font-size: 0.9rem;
	top: -12px;
}
.s_apply .intro .txt-box ul {
	margin-bottom: 13px;
}
.s_apply .intro .txt-box ul li {
	margin-bottom: 10px;
	padding: 13px 10px 11px 50px;
	background: #f7f7f7 url(../img/icn_check.png) no-repeat 17px 22px/17px;
	border-radius: 5px;
	font-size: 1.6rem;
 font-family: 'Shuei MaruGo B', sans-serif;
	line-height: 2;
}
.s_apply .intro .txt-box .txt {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 2.1;
}
.s_apply .intro .txt-box .icn {
	margin-bottom: 40px;
}
.s_apply .intro .txt-box .icn img {
	margin-right: 16px;
}
.s_apply .intro .txt-box .btn a {
	display: block;
	width: 350px;
	height: 80px;
	line-height: 78px;
	background: #fa7f61;
	color: #fff;
	font-size: 1.8rem;
 font-family: 'Shuei MaruGo B', sans-serif;
 text-align: center;
 text-decoration: none;
 border-radius: 40px;
 -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_apply .intro .txt-box .btn a:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/icn_arw.png) no-repeat 0 0/7px;
	margin-right: 17px;
	position: relative;
	top: -1px;
}
.s_apply .intro .txt-box .btn a:hover {
	opacity: 0.8;
}

.s_apply .how {
	width: 1100px;
	margin: 0 auto;
	border-radius: 10px;
	background: #fa7f61;
	padding: 0 0 70px;
	position: relative;
}
.s_apply .how .en_ttl {
	margin: 0 auto 32px;
	position: relative;
	top: -25px;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	border: 1px solid #fa7f61;
	box-sizing: border-box;
	color: #fa7f61;
	font-size: 2.5rem;
 font-family: "brandon-grotesque", sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
 background: #fff;
}
.s_apply .how .b_lead {
	margin-bottom: 44px;
	color: #fff;
	font-size: 2.5rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_apply .how .b_lead span.rt {
	font-size: 1rem;
	top: -13px;
}
.s_apply .how .line,
.s_apply .how .mail {
	width: 460px;
	height: 470px;
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 40px 50px 0;
}
.s_apply .how > div .ttl {
	margin-bottom: 35px;
	padding: 0 0 30px;
	font-size: 2.5rem;
 font-family: 'Shuei MaruGo B', sans-serif;
	border-bottom: 1px solid #e3e3e3;
}
.s_apply .how > div .ttl span.rt {
	font-size: 1rem;
	top: -13px;
}
.s_apply .how > div .ttl img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
.s_apply .how > div.line .ttl {
	color: #00c300;
}
.s_apply .how > div.mail .ttl {
	margin-bottom: 23px;
	color: #1c96f6;
}
.s_apply .how > div .txt {
	margin-bottom: 28px;
	line-height: 2;
	font-size: 1.8rem;
}
.s_apply .how > div.line .qr img.qr {
	margin: 20px 37px 0 0;
}
.s_apply .how > div.line .qr .sp {
	display: none;
}

.s_apply .how > div.mail .qr ul li {
	width: 280px;
	min-height: 70px;
	margin: 0 auto 30px;
	text-align: left;
	position: relative;
	line-height: 1.3;
}
.s_apply .how > div.mail .qr ul li img {
	position: absolute;
	top: 0;
	right: 0;
}
.s_apply .how > div.mail .qr ul li p {
	margin-bottom: 4px;
	font-size: 1.6rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_apply .how > div.mail .qr ul li p span.rt {
 font-family: 'Shuei MaruGo L', sans-serif;
}
.s_apply .how > div.mail .qr ul li a {
	font-size: 1.4rem;
	color: #37bec3;
	letter-spacing: 2px;
}


@media screen and (max-width: 480px) {
	
	.s_apply {
	 padding: 53px 0 0;
	}
	.s_apply .s_ttl {
		margin-bottom: 32px;
	}
	.s_apply .s_ttl img {
		width: 72%;
	}
	.s_apply .s_lead {
		margin-bottom: 15px;
	 font-size: 1.6rem;
	 line-height: 1.7;
	}
	.s_apply .s_lead span.rt {
		font-size: 0.8rem;
		top: -12px;
		letter-spacing: 2px;
	}
	
	.s_apply .intro {
		width: 88%;
		margin: 0 auto 80px;
	}
	.s_apply .intro .img-box {
		float: none;
		width: 80%;
		margin: 0 auto 30px;
	}
	.s_apply .intro .img-box .fkds,
	.s_apply .intro .img-box .pc {
		display: none;
	}
	.s_apply .intro .img-box .sp {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.s_apply .intro .txt-box {
		float: none;
		width: 99%;
		margin: 0 auto 0;
	}
	.s_apply .intro .txt-box .lead {
		margin-bottom: 17px;
		font-size: 1.6rem;
		text-align: center;
	}
	.s_apply .intro .txt-box .lead span.rt {
		font-size: 0.8rem;
		top: -12px;
	}
	.s_apply .intro .txt-box ul {
		margin-bottom: 11px;
	}
	.s_apply .intro .txt-box ul li {
		margin-bottom: 10px;
		padding: 17px 5px 12px 50px;
		line-height: 1.6;
	}
	.s_apply .intro .txt-box .txt {
		margin-bottom: 8px;
		font-size: 1.6rem;
		line-height: 2.1;
		text-align: center;
	}
	.s_apply .intro .txt-box .icn {
		margin-bottom: 25px;
		text-align: center;
	}
	.s_apply .intro .txt-box .icn img {
		margin: 0 8px;
	}
	.s_apply .intro .txt-box .btn a {
		display: block;
		width: 90%;
		height: 60px;
		margin: 0 auto;
		line-height: 60px;
	}
	.s_apply .intro .txt-box .btn a:before {
		margin-right: 17px;
	}
	
	.s_apply .how {
		width: 100%;
		border-radius: 0;
		padding: 0 0 25px;
	}
	.s_apply .how .en_ttl {
		margin: 0 auto 12px;
		position: relative;
		top: -20px;
		width: 250px;
		height: 40px;
		line-height: 38px;
		font-size: 2.0rem;
	}
	.s_apply .how .b_lead {
		margin-bottom: 25px;
	}
	.s_apply .how .line,
	.s_apply .how .mail {
		width: 92%;
		height: auto;
		display: block;
		margin: 0 auto 10px;
		padding: 25px 7% 25px;
	}
	.s_apply .how > div .ttl {
		margin-bottom: 26px;
		padding: 0 0 20px;
		font-size: 2.0rem;
	}
	.s_apply .how > div .ttl span.rt {
		top: -13px;
	}
	.s_apply .how > div .ttl img {
		margin-right: 15px;
		width: 40px;
	}
	.s_apply .how > div.mail .ttl {
		margin-bottom: 18px;
	}
	.s_apply .how > div .txt {
		margin-bottom: 26px;
		line-height: 2;
		font-size: 1.6rem;
	}
	.s_apply .how > div.line p.txt,
	.s_apply .how > div.line .qr img.qr,
	.s_apply .how > div.line .qr img.pc {
		display: none;
	}
	.s_apply .how > div.line .qr a.sp {
		display: block;
		width: 100%;
		height: 60px;
		margin-bottom: 16px;
		line-height: 59px;
		background: #00c300;
		color: #fff;
		font-size: 1.8rem;
	 font-family: 'Shuei MaruGo B', sans-serif;
	 text-align: center;
	 text-decoration: none;
	 border-radius: 40px;
	}
	.s_apply .how > div.line .qr a.sp:before {
		content: '';
		display: inline-block;
		width: 7px;
		height: 12px;
		background: url(../img/icn_arw.png) no-repeat 0 0/7px;
		margin-right: 17px;
		position: relative;
		top: -1px;
	}
	.s_apply .how > div.line .qr img.img.sp {
		display: block;
		width: 90%;
		margin: 0 auto;		
	}
	
	.s_apply .how > div.mail .qr ul li {
		width: auto;
		min-height: auto;
		margin: 0 auto 32px;
		text-align: center;
		line-height: 1.3;
	}
	.s_apply .how > div.mail .qr ul li:last-child {
		margin-bottom: 5px;
	}
	.s_apply .how > div.mail .qr ul li img {
		display: none;
	}
	.s_apply .how > div.mail .qr ul li p {
		margin-bottom: 4px;
	}
	
}



.s_thanks {
 padding: 85px 0 45px;
 position: relative;
 background: url("../img/pat1.svg") repeat center top/4px 4px;
}
.s_thanks .s_ttl {
	margin-bottom: 43px;
 position: relative;
 font-size: 3.5rem;
 color: #fa7f61;
 line-height: 1.75;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .s_ttl img.pc {
	position: absolute;
	top: 6px;
	left: 50%;
	margin-left: -365px;
}
.s_thanks .s_ttl img.sp {
	display: none;
}
.s_thanks .s_lead {
	margin-bottom: 54px;
	font-size: 1.8rem;
	line-height: 2;
}

.s_thanks .box_each {
	width: 910px;
	position: relative;
	margin: 0 auto 85px;
	box-sizing: border-box;
}
.s_thanks .box_each:after {
	content: '';
	display: block;
	width: 910px;
	background: #fed2c7;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: -10px;
	bottom: -10px;
	left: 10px;
}
.s_thanks .box_each .inr {
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #fa7f61;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
.s_thanks .box_each p.b_ttl {
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	margin: -25px auto 50px;
	line-height: 48px;
	border: 1px solid #fa7f61;
	border-radius: 10px;
	font-size: 1.8rem;
	color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
 background: #fff;
}

.s_thanks .box01 .inr {
	padding: 0 130px 93px;
}
.s_thanks .box01 p.lead {
	margin-bottom: 32px;
	line-height: 2;
	font-size: 1.8rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .box_each .prof img {
	display: inline-block;
	vertical-align: middle;
}
.s_thanks .box_each .prof .txt-box {
	display: inline-block;
	margin-left: 12px;
	text-align: left;
	vertical-align: middle;
}
.s_thanks .box_each .prof .txt-box p.sub {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fa7f61;
}
.s_thanks .box_each .prof .txt-box p.name {
	margin: 8px 0 2px;
	font-size: 1.8rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .box_each .prof .txt-box p.name span {
	display: block;
	margin-top: 8px;
	font-size: 1.0rem;
 font-family: 'Shuei MaruGo L', sans-serif;
}
.s_thanks .box_each p.txt {
	margin-top: 32px;
	line-height: 2;
	font-size: 1.6rem;
	text-align: left;
}

.s_thanks .box02 .inr {
	padding: 0 130px 62px;
}
.s_thanks .box02 p.b_ttl {
	margin-bottom: 67px;
}
.s_thanks .box02 ul li {
	margin-bottom: 40px;
}
.s_thanks .box02 ul li:last-child {
	margin-bottom: 0;
}
.s_thanks .box02 .prof {
	width: 380px;
	margin-left: 165px;
	text-align: left;
}
.s_thanks .box02 p.txt {
	margin-top: 15px;
}

.s_thanks .box03 .inr {
	padding: 0 80px 46px;
}
.s_thanks .box03 p.b_ttl {
	margin-bottom: 54px;
}

.s_thanks .box03 p.ttl_m {
	margin-bottom: 30px;
	font-size: 1.8rem;
	color: #ee7e89;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .box03 p.ttl_k {
	margin: 25px 0 30px;
	padding-top: 50px;
	font-size: 1.8rem;
	color: #b9d345;
 font-family: 'Shuei MaruGo B', sans-serif;
	border-top: 1px solid #fa7f61;
}

.s_thanks .box03 ul {
	margin-right: -60px;
	text-align: left;
}
.s_thanks .box03 ul.top {
}
.s_thanks .box03 ul li {
	width: 400px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.s_thanks .box03 ul li .img {
	display: inline-block;
	width: 75px;
	margin: 0 20px 0 0;
	vertical-align: top;
}
.s_thanks .box03 ul li .profile {
	display: inline-block;
	width: 305px;
	font-size: 1.2rem;
	line-height: 1.6;
	vertical-align: top;
}
.s_thanks .box03 ul li .profile .note {
	margin-bottom: 1px;
	color: #b4b4b4;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .box03 ul li .profile .name {
	margin-bottom: 2px;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_thanks .box03 ul li .profile .name span {
	font-size: 1.6rem;
}
.s_thanks .box03 ul li .profile p a {
	margin-right: 13px;
	color: #3b95c9;
}

.s_thanks .box04 .inr {
	padding: 0 0 70px;
}
.s_thanks .box04 p.b_ttl {
	margin-bottom: 46px;
}

.s_thanks .box04 .lead {
	margin-bottom: 32px;
	font-size: 1.8rem;
 font-family: 'Shuei MaruGo B', sans-serif;
 line-height: 2;
}
.s_thanks .box04 ul.lv1 {
	margin-bottom: 27px;
}
.s_thanks .box04 ul.lv1 li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	font-size: 2.2rem;
}
.s_thanks .box04 ul.lv1 li img {
	position: relative;
	top: -5px;
}
.s_thanks .box04 p.lv2 {
	margin-bottom: 32px;
	font-size: 1.8rem;
	line-height: 2.1;
}
.s_thanks .box04 p.lv3 {
	margin-bottom: 37.5px;
	font-size: 1.6rem;
	line-height: 2;
}
.s_thanks .box04 p.lv4 {
	margin: 0 80px 25px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2;
}
.s_thanks .box04 p.anno {
	font-size: 1.2rem;
}
.s_thanks .box04 .box_ruby {
	margin: 70px 80px 0;
	padding: 52px 0 0;
	border-top: 1px solid #fa7f61;
}
.s_thanks .box04 .box_ruby p.list {
	margin: 36px 0 20px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 2;
}
.s_thanks .box04 .box_ruby p.anno {
	margin-bottom: 40px;
}
.s_thanks .box04 .box_ruby p.as_txt {
	display: inline-block;
	margin: 10px 14px 0 0;
	font-size: 1.6rem;
	color: #fa7f61;
	line-height: 2;
	text-align: left;
}
.s_thanks .box04 .box_ruby .as_img {
	display: inline-block;
}


@media screen and (max-width: 480px) {
	
	.s_thanks {
	 padding: 94px 0 10px;
	}
	.s_thanks .s_ttl {
		margin-bottom: 12px;
	 font-size: 2.5rem;
	 line-height: 1.4;
	}
	.s_thanks .s_ttl img.pc {
		display: none;
	}
	.s_thanks .s_ttl img.sp {
		display: block;
		width: 60%;
		position: absolute;
		top: -44px;
		left: 50%;
		margin-left: -30%;
	}
	.s_thanks .s_lead {
		margin-bottom: 37px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	.s_thanks .box_each {
		width: 92%;
		margin: 0 auto 47px;
	}
	.s_thanks .box_each:after {
		width: 100%;
		top: 5px;
		right: -5px;
		bottom: -5px;
		left: 5px;
	}
	.s_thanks .box_each p.b_ttl {
		width: 90%;
		height: 35px;
		margin: -17.5px auto 20px;
		line-height: 33px;
		font-size: 1.5rem;
		text-align: center;
	}
	
	.s_thanks .box01 .inr {
		padding: 0 9% 26px;
		text-align: left;
	}
	.s_thanks .box01 p.lead {
		margin-bottom: 18px;
		line-height: 2;
		font-size: 1.4rem;
	}
	.s_thanks .box_each .prof img {
		width: 18%;
	}
	.s_thanks .box_each .prof .txt-box {
		margin-left: 4px;
	}
	.s_thanks .box_each .prof .txt-box p.sub {
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: -0.5px;
	}
	.s_thanks .box_each .prof .txt-box p.name {
		margin: -3px 0 0;
		font-size: 1.2rem;
	}
	.s_thanks .box_each .prof .txt-box p.name span {
		display: inline-block;
		margin-left: 10px;
	}
	.s_thanks .box_each p.txt {
		margin-top: 16px;
		font-size: 1.4rem;
	}
	
	.s_thanks .box02 .inr {
		padding: 0 9% 27px;
	}
	.s_thanks .box02 p.b_ttl {
		margin-bottom: 34px;
	}
	.s_thanks .box02 ul li {
		margin-bottom: 32px;
	}
	.s_thanks .box02 .prof {
		width: auto;
		margin-left: 0;
	}
	.s_thanks .box02 .prof .txt-box p.name {
		margin-top: 3px;
	}
	.s_thanks .box02 p.txt {
		margin-top: 10px;
	}
	
	.s_thanks .box03 .inr {
		padding: 0 9% 13px;
	}
	.s_thanks .box03 p.b_ttl {
		margin-bottom: 25px;
	}
	
	.s_thanks .box03 p.ttl_m {
		margin-bottom: 15px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.s_thanks .box03 p.ttl_k {
		margin: 13px 0 15px;
		padding-top: 28px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	
	.s_thanks .box03 ul {
		margin-right: 0px;
	}
	.s_thanks .box03 ul li {
		width: auto;
		margin-bottom: 18px;
	}
	.s_thanks .box03 ul li .img {
		display: inline-block;
		width: 18%;
		margin: 0 10px 0 0;
	}
	.s_thanks .box03 ul li .img img {
		width: 100%;
	}
	.s_thanks .box03 ul li .profile {
		display: inline-block;
		width: 78%;
		font-size: 1.1rem;
	}
	.s_thanks .box03 ul li .profile .note {
		margin-bottom: 0px;
	}
	.s_thanks .box03 ul li .profile .name {
		margin-bottom: 0px;
	}
	.s_thanks .box03 ul li .profile .name span {
		font-size: 1.2rem;
	}
	
	.s_thanks .box04 .inr {
		padding: 0 9% 35px;
	}
	.s_thanks .box04 p.b_ttl {
		margin-bottom: 26px;
	}
	
	.s_thanks .box04 .lead {
		margin-bottom: 20px;
		font-size: 1.6rem;
	 line-height: 1.6;
	}
	.s_thanks .box04 ul.lv1 {
		margin-bottom: 25px;
	}
	.s_thanks .box04 ul.lv1 li {
		display: block;
		height: 65px;
		line-height: 65px;
		margin: 0 0 -5px;
		font-size: 2.0rem;
	}
	.s_thanks .box04 ul.lv1 li:last-child {
		margin-top: -9px;
	}
	.s_thanks .box04 ul.lv1 li img {
		top: 0px;
	}
	.s_thanks .box04 p.lv2 {
		margin-bottom: 15px;
		font-size: 1.5rem;
		line-height: 2.1;
		text-align: left;
	}
	.s_thanks .box04 p.lv3 {
		margin-bottom: 20px;
		font-size: 1.2rem;
		line-height: 2;
		text-align: left;
	}
	.s_thanks .box04 p.lv4 {
		margin: 0 0 10px;
		font-size: 1.0rem;
		line-height: 2;
	}
	.s_thanks .box04 p.anno {
		font-size: 1.0rem;
		text-align: left;
		line-height: 1.8;
	}
	.s_thanks .box04 .box_ruby {
		margin: 30px 0 0;
		padding: 30px 0 0;
	}
	.s_thanks .box04 .box_ruby p.list {
		margin: 20px 0 10px;
		font-size: 1.0rem;
		line-height: 2;
	}
	.s_thanks .box04 .box_ruby p.anno {
		margin-bottom: 15px;
	}
	.s_thanks .box04 .box_ruby p.as_txt {
		display: block;
		margin: 10px 0 14px 0;
		font-size: 1.4rem;
		line-height: 1.7;
		text-align: center;
	}
	.s_thanks .box04 .box_ruby .as_img {
		display: inline-block;
		width: 92%;
	}
	
}





.s_donate {
 padding: 104px 0 90px;
 position: relative;
}
.s_donate .s_ttl {
	margin-bottom: 46px;
 font-size: 3.5rem;
 color: #fa7f61;
 line-height: 1.75;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_donate .s_lead {
	margin-bottom: 60px;
	font-size: 1.8rem;
	line-height: 2;
}

.s_donate .box_lead ul.sample {
	margin-bottom: 30px;
}
.s_donate .box_lead ul.sample li {
	display: inline-block;
	width: 375px;
	height: 55px;
	line-height: 55px;
	background: #f5f5f5;
	border-radius: 5px;
	margin: 0 6px;
	font-size: 1.6rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_donate .box_lead ul.sample li img {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.s_donate .box_lead ul.sample li img:last-child {
	margin-right: 12px;
}

.s_donate .box_lead .exam {
	margin: 0 auto 26px;
	width: 768px;
	box-sizing: border-box;
	padding: 0 0 29px 120px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
	position: relative;
}
.s_donate .box_lead .exam p.label {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #fa7f61;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	position: absolute;
	top: 5px;
	left: 15px;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_donate .box_lead .exam p.txt {
	margin-bottom: 18px;
	line-height: 1.8;
	font-size: 1.6rem;
}
.s_donate .box_lead .exam p.txt span {
	color: #fa7f61;
}
.s_donate .box_lead .exam p.txt span span {
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_donate .box_lead .exam p.txt span span span {
	font-size: 2.4rem;
}
.s_donate .box_lead .exam p.anno {
	line-height: 2;
	font-size: 1.2rem;
}
.s_donate .box_lead .exam p.anno a {
	color: #3b95c9;
}

.s_donate .box_lead .more {
	font-size: 1.6rem;
}
.s_donate .box_lead .more p.bold {
	margin-top: 20px;
 font-family: 'Shuei MaruGo B', sans-serif;
}


.s_donate .donate_ttl {
	padding: 65px 0 27px;
	line-height: 1.6;
	font-size: 2.5rem;
	color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
}


.s_donate .donate {
 width: 905px;
 position: relative;
}
.s_donate .donate .box_ttl {
	height: 60px;
	line-height: 60px;
	border-radius: 10px 10px 0 0;
	background: #fa7f61;
	color: #fff;
	font-size: 2.5rem;
 font-family: 'Shuei MaruGo B', sans-serif;
}
.s_donate .donate .box {
	background: #f5f5f5;
	border-radius: 0 0 10px 10px;
}

.s_donate .donate1 {
 margin: 0 auto 50px;
}
.s_donate .donate1 .box {
	padding: 45px 0 53px;
}
.s_donate .donate1 .box .txt {
 font-family: 'Shuei MaruGo B', sans-serif;
 font-size: 1.6rem;
}
.s_donate .donate1 .box .card {
 margin: 34px auto 0;
 width: 265px;
}
.s_donate .donate1 .box .price {
 display: table;
 margin: 30px auto 0;
 border-collapse: separate;
 border-spacing: 10px 0;
}
.s_donate .donate1 .box .price a {
 display: block;
 background: #fff;
 border-radius: 5px;
 border: 1px solid #cacaca;
 text-decoration: none;
 padding: 12px 16px 12px 40px;
 position: relative;
}
.s_donate .donate1 .box .price a:before {
 content: '';
 display: block;
 width: 16px;
 height: 16px;
 position: absolute;
 left: 16px;
 top: 50%;
 margin-top: -8px;
 background: url("../img/radio.svg") no-repeat left center/16px 16px;
}
.s_donate .donate1 .box .price a:not(.checked):hover {
 background: #f9f9f9;
}
.s_donate .donate1 .box .price a.checked {
 border: 1px solid #fa7f61;
}
.s_donate .donate1 .box .price a.checked:before {
 background: url("../img/radio_checked.svg") no-repeat left center/16px 16px;
}
.s_donate .donate1 .box .price li {
 display: table-cell;
 vertical-align: top;
 font-family: 'Shuei MaruGo B', sans-serif;
 -webkit-font-feature-settings: 'palt';
    -moz-font-feature-settings: 'palt';
         font-feature-settings: 'palt';
 letter-spacing: 0.08em;
 font-size: 1.4rem;
}
.s_donate .donate1 .box .price .num {
 font-family: 'brandon-grotesque', sans-serif;
 font-weight: 900;
 font-size: 2.2rem;
}
.s_donate .donate1 .box .btn {
 margin: 24px auto 0;
 display: block;
 width: 300px;
 height: 60px;
 border-radius: 30px;
 font-size: 1.6rem;
 line-height: 60px;
 background: #37bec3;
 color: #fff;
 font-family: 'Shuei MaruGo B', sans-serif;
 padding: 0;
 -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_donate .donate1 .box .btn:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/icn_arw.png) no-repeat 0 0/7px;
	margin-right: 17px;
	position: relative;
	top: -1px;
}
.s_donate .donate1 .box .btn:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 100%;
	margin-left: 5px;
	background: url(../img/ico_blank.svg) no-repeat left center/13px 13px;
}
.s_donate .donate1 .box .btn:hover {
	opacity: 0.8
}
.s_donate .donate1 .box .note {
 margin-top: 20px;
 font-size: 1.2rem;
 line-height: 1.5;
}

.s_donate .donate2 {
 margin: 0 auto 0;
}
.s_donate .donate2 .box {
	padding: 40px 0 60px;
}
.s_donate .donate2 .box ul li {
	display: inline-block;
	width: 380px;
	height: 415px;
	margin: 0 18px;
 vertical-align: top;
 background: #fff;
 border-radius: 10px;
 position: relative;
 padding: 47px 40px 0;
 box-sizing: border-box;
}
.s_donate .donate2 .subttl {
	margin-bottom: 22px;
 color: #fa7f61;
 font-family: 'Shuei MaruGo B', sans-serif;
 font-size: 2.3rem;
}
.s_donate .donate2 .box .txt1 {
 font-family: 'Shuei MaruGo B', sans-serif;
 font-size: 1.4rem;
 line-height: 1.7;
}
.s_donate .donate2 .box .txt2 {
 margin-top: 9px;
 font-size: 1.4rem;
 line-height: 1.7;
}
.s_donate .donate2 .box .txt2 a {
 color: #37bec3;
}
.s_donate .donate2 .box .card {
 margin: 16px auto 22px;
 width: 201px;
}
.s_donate .donate2 .box input[type="text"] {
 width: 180px;
 height: 35px;
 border-radius: 5px;
 border: 1px solid #cacaca;
 display: inline-block;
 vertical-align: bottom;
 -moz-box-sizing: border-box;
      box-sizing: border-box;
 padding: 0 4px;
}
.s_donate .donate2 .box .yen {
  font-family: 'Shuei MaruGo B', sans-serif;
 -webkit-font-feature-settings: 'palt';
    -moz-font-feature-settings: 'palt';
         font-feature-settings: 'palt';
 letter-spacing: 0.08em;
 font-size: 1.6rem;
 display: inline-block;
 vertical-align: text-bottom;
 margin-left: 5px;
}
.s_donate .donate2 .box .btn {
 display: block;
 margin: 15px auto 0;
 width: 240px;
 height: 40px;
 padding: 0;
 border-radius: 20px;
 line-height: 40px;
 font-size: 1.4rem;
 color: #fff;
 background: #37bec3;
 font-family: 'Shuei MaruGo B', sans-serif;
 -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
.s_donate .donate2 .box .btn:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 12px;
	background: url(../img/icn_arw.png) no-repeat 0 0/7px;
	margin-right: 11px;
	position: relative;
	top: 0px;
}
.s_donate .donate2 .box .btn:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 13px;
	height: 100%;
	margin-left: 5px;
	background: url(../img/ico_blank.svg) no-repeat left center/13px 13px;
}
.s_donate .donate2 .box .btn:hover {
	opacity: 0.8;
}
.s_donate .donate2 .box .note {
 margin-top: 16px;
 text-align: left;
 font-size: 1.1rem;
 line-height: 1.45;
}
.s_donate .donate2 .box table {
 margin-top: 22px;
 width: 100%;
 text-align: left;
 border-top: 1px solid #f1f1f1;
}
.s_donate .donate2 .box table th {
 padding: 15px 17px 15px 14px;
 border-bottom: 1px solid #f1f1f1;
 font-size: 1.2rem;
 vertical-align: middle;
}
.s_donate .donate2 .box table td {
 padding: 15px 0;
 border-bottom: 1px solid #f1f1f1;
 font-size: 1.4rem;
 font-family: 'Shuei MaruGo B', sans-serif;
 line-height: 1.57;
 vertical-align: middle;
}

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

	.s_donate {
	 padding: 40px 0 60px;
	}
	.s_donate .inr {
	 width: 100%;
	 overflow: hidden;
	}

	.s_donate .s_ttl {
		margin-bottom: 10px;
	 font-size: 2.5rem;
	}
	.s_donate .s_lead {
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	
	.s_donate .box_lead ul.sample {
		margin-bottom: 25px;
	}
	.s_donate .box_lead ul.sample li {
		display: block;
		width: 86%;
		height: 45px;
		line-height: 45px;
		margin: 0 auto 5px;
		font-size: 1.4rem;
	}
	.s_donate .box_lead ul.sample li img {
		margin-right: 8px;
		top: -1px;
	}
	.s_donate .box_lead ul.sample li img:last-child {
		margin-right: 12px;
	}
	
	.s_donate .box_lead .exam {
		margin: 0 auto 26px;
		width: 86%;
		padding: 0 0 25px 35px;
	}
	.s_donate .box_lead .exam p.label {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.2rem;
		top: 5px;
		left: 0px;
	}
	.s_donate .box_lead .exam p.txt {
		margin-bottom: 4px;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.s_donate .box_lead .exam p.txt span span span {
		font-size: 1.8rem;
	}
	.s_donate .box_lead .exam p.anno {
		line-height: 1.8;
		font-size: 1.1rem;
	}
	
	.s_donate .box_lead .more {
		font-size: 1.2rem;
		line-height: 1.8;
	}
	.s_donate .box_lead .more p.bold {
		margin-top: 10px;
	}
	.s_donate .box_lead .more p span.pc {
		display: none;
	}
	
	
	.s_donate .donate_ttl {
		padding: 3px 0 22px;
		line-height: 1.6;
		font-size: 2.0rem;
	}
	


	
	.s_donate .donate {
	 width: 92%;
	}
	
	.s_donate .donate .box_ttl {
	height: 50px;
	line-height: 50px;
	font-size: 2.0rem;
}

	
	.s_donate .donate1 {
	 margin: 28px auto 0;
	}
	
	.s_donate .donate1 .box {
	 width: auto;
	 padding: 25px 0 24px;
	}
	.s_donate .donate1 .box .txt {
	 font-size: 1.4rem;
	 line-height: 1.71;
	}
	.s_donate .donate1 .box .card {
	 margin: 18px auto 0;
	 width: 240px;
	}
	.s_donate .donate1 .box .price {
	 display: block;
	 margin: 25px auto -10px;
	 letter-spacing: -.4em;
	}
	.s_donate .donate1 .box .price a {
	 padding: 0;
	 width: 36vw;
	 height: 45px;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
	 line-height: 45px;
	}
	.s_donate .donate1 .box .price a:before {
	 display: inline-block;
	 vertical-align: top;
	 position: relative;
	 left: 0;
	 top: 0;
	 margin: 0 6px 0 0;
	 height: 100%;
	}
	.s_donate .donate1 .box .price a:not(.checked):hover {
	 background: #fff;
	}
	.s_donate .donate1 .box .price li {
	 display: inline-block;
	 letter-spacing: normal;
	 font-size: 1rem;
	 margin: 0 5px 10px;
	}
	.s_donate .donate1 .box .price .num {
	 font-size: 2rem;
	}
	.s_donate .donate1 .box .btn {
	 margin: 17px auto 0;
	 width: 260px;
	 max-width: 83%;
	 height: 56px;
	 border-radius: 28px;
	 font-size: 1.4rem;
	 line-height: 56px;
	}
	.s_donate .donate1 .box .note {
	 margin-top: 16px;
	 font-size: 1rem;
	 line-height: 1.4;
	 text-align: left;
	 padding: 0 6.5%;
	}
	
	.s_donate .donate2 {
	 padding: 25px 0 0;
	}
	
	.s_donate .donate2 .box {
		padding: 16px 5% 16px;
	}
	.s_donate .donate2 .box ul li {
	 margin: 0;
	 display: block;
	 width: auto;
	 height: auto;
	 padding: 32px 6.5% 24px;
	}
	.s_donate .donate2 .box ul li + li {
	 margin: 15px 0 0;
	 padding-bottom: 33px;
	}
	.s_donate .donate2 .box .txt1 {
	 margin: 0 -5% 0;
	}
	.s_donate .donate2 .box .txt2 {
	 margin-top: 6px;
	}
	.s_donate .donate2 .box .note {
	 margin-top: 15px;
	 font-size: 1rem;
	 line-height: 1.4;
	}
	.s_donate .donate2 .box table {
	 margin-top: 20px;
	}
	.s_donate .donate2 .box table th {
	 padding: 15px 14px 15px 0;
	 font-size: 1.1rem;
	}
	.s_donate .donate2 .box table td {
	 font-size: 1.3rem;
	}
	.s_donate .donate2 .subttl {
		font-size: 2.0rem;
	}




}


footer {
	padding: 107px 0 56px;
	background: #fa7f61;
}
footer .sns {
	margin-bottom: 44px;
}
footer .sns p.ttl {
	margin-bottom: 76px;
	font-size: 2rem;
	color: #fff;
 font-family: 'Shuei MaruGo B', sans-serif;
}
footer .sns .tw,
footer .sns .fb {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	margin: 0 20px;
}
footer .sns .tw p,
footer .sns .fb p {
	margin-bottom: 22px;
	color: #fff;
 font-family: "brandon-grotesque", sans-serif;
	font-size: 3rem;
}
footer .sns .tw .inr,
footer .sns .fb .inr {
	padding: 15px 15px 15px;
	background: #fff;
	border-radius: 10px;
}

footer .logo {
	margin: 0 0 0 0;
}

footer .copyright {
 margin: 22px 0 0;
 color: #fff;
 font-family: "brandon-grotesque", sans-serif;
 font-size: 1.6rem;
 letter-spacing: 1.5px;
}

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

	footer {
		padding: 40px 0 20px;
	}
	footer .sns {
		margin-bottom: 35px;
	}
	footer .sns p.ttl {
		margin-bottom: 18px;
		font-size: 1.8rem;
		line-height: 2;
	}
	footer .sns .tw,
	footer .sns .fb {
		display: block;
		width: 92%;
		margin: 0 auto 25px;
	}
	footer .sns .tw p,
	footer .sns .fb p {
		margin-bottom: 20px;
		color: #fff;
	}
	footer .sns .tw .inr,
	footer .sns .fb .inr {
		padding: 15px 5% 15px;
	}
	
	footer .copyright {
	 margin: 15px 0 0;
	 font-size: 1.2rem;
	}

}

