body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #606060;
}
section {
	margin: 0 auto;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

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

header {
	width: 100%;
}
header div.header div span {
	color: #4CA223;
}
header div.header {
	max-width: 375px;
	height: 56px;
	margin: 0 auto;
}
header div.header h1 {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 30px;
}
header div.header div {
	text-align: left;
	padding-top: 0;
	padding-right: 0;

	font: normal normal 700 10px/18px Noto Sans JP;
	letter-spacing: 0.3px;
}
header div.header div h2 {
	font: normal normal 700 12px/18px Noto Sans JP;
	letter-spacing: 0.48px;
	color: #393939E0;
}

header div.branding {
	border-top: 5px solid #4CA223;
	background-image: url(../images/sp-bg-branding.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
header div.branding > div {
	max-width: 375px;
	margin: 0 auto;
}

section#trial01 img {
	margin: 0 auto;
}
section#trial01 div p span {
	color: #00A3A4;
}
section#trial01 {
	max-width: 375px;
	margin-top: 30px;
	padding-bottom: 16px;
	text-align: center;
}

section#trial01 div {
	margin-top: 0;
	padding-left: 0;
}
section#trial01 div p {
	display: block;
	padding-top: 0;
	padding-left: 0;

	font: normal normal 900 13px/13px Noto Sans JP;
	letter-spacing: 0.78px;
}

section#deliver {
	padding-bottom: 45px;
}
section#deliver h2 {
	margin: 0 auto;
	height: 85px;
	text-align: center;
	background-image: url(../images/sp-bg-deliver.png);
	background-repeat: no-repeat;
	background-position: top center;

	font: normal normal 900 25px/56px Noto Sans JP;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #00000029;
}
section#deliver ul {
	padding: 30px 10px 46px;
	margin: 0 10px;
	max-width: 747px;

	background: #FFFCEF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #FFF61F;
	border-radius: 27px;
}
section#deliver ul li {
	margin: 0 25px;
	text-align: center;
}
section#deliver ul li img {
	width: 258px;
}
section#deliver ul li  p {
	margin: 13px 0 19px;
	text-align: left;
	font: normal normal 500 17px/25px Noto Sans JP;
	letter-spacing: 0.68px;
	color: #606060;
}

section#point {
	padding: 0 10px 32px;
	background-color: #74B654;
}
section#point h2 {
	padding-top: 25px;
	text-align: center;

	font: normal normal 900 25px/58px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #00000029;
}
section#point div {
	position: relative;
	margin: 70px auto 0;
	max-width: 767px;
	text-align: center;

	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 2px solid #FFF61F;
	border-radius: 28px;
	opacity: 0.9;
}
section#point > div > picture.attention{
	display: block;
	position: relative;
	top:-70px;
	min-width: 318px;
}
section#point > div > picture.attention img {
	min-width: 318px;
}

section#point p.title {
	position: relative;
	top: -60px;
	margin: 0 auto;
	max-width: 299px;
	max-height: 26px;
	background: #4CA223 0% 0% no-repeat padding-box;
	border-radius: 32px;

	font: normal normal 700 13px/26px Noto Sans JP;
	letter-spacing: 1.3px;
	color: #FFF61F;
	text-align: center;
}
section#point p.service {
	position: relative;
	top:-55px;

	text-align: center;

	font: normal normal 900 22px/30px Noto Sans JP;
	letter-spacing: 0px;
	color: #4CA223;
	text-shadow: 0px 2px 3px #00000029;
}
section#point p.note {
	position: relative;
	top:-40px;

	text-align: center;
	font: normal normal 700 14px/20px Noto Sans JP;
	letter-spacing: 0.42px;
	color: #606060;
}
section#point img.note {
	margin: -30px auto 50px;
}
section#point h3 {
	display: block;
	margin-top: -15px;
	margin-left: 30px;
	text-align: left;
	font: normal normal 900 32px/40px Noto Sans JP;
	letter-spacing: 0px;
	color: #4CA223;
	text-shadow: 0px 3px 3px #00000029;
	border-bottom: 2px solid #FFF61F;
}
section#point ul li {
	text-align: center;
}
section#point p {
	text-align: left;

	font: normal normal 500 17px/25px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
section#point ul li p {
	padding: 10px 20px 60px;
}

section#guidance {
	max-width: 375px;
}
section#guidance h2 {
	margin: 45px 0;
	text-align: center;
	font: normal normal 900 25px/58px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
	text-shadow: 0px 2px 3px #00000029;
}
section#guidance ul li {
	padding: 18px 5px 0;
	text-align: center;
	height: 230px;

	background-image: url(../images/sp-bg-guidance.png);
	background-repeat: no-repeat;
	background-position: top left;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section#guidance ul li:last-child {
	height: 204px;
}

section#guidance h3 {
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	text-align: left;
	font: normal normal 900 22px/28px Noto Sans JP;
	letter-spacing: 0px;
	color: #4CA223;

	background-image: url(../images/sp-bg-h3-01.png);
	background-repeat: no-repeat;
	background-position: top left;
}
section#guidance h3.no2 { background-image: url(../images/sp-bg-h3-02.png); }
section#guidance h3.no3 { background-image: url(../images/sp-bg-h3-03.png); }
section#guidance h3.no4 { background-image: url(../images/sp-bg-h3-04.png); }
section#guidance p {
	text-align: left;
	width: 180px;
	padding-left: 10px;
	font: normal normal 500 17px/25px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}

section#refresh {
	text-align: center;
	height: 886px;
	background-image: url(../images/sp-bg-refresh.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
section#refresh h2 {
	padding: 34px 0 44px;
	font: normal normal 900 25px/32px Noto Sans JP;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-shadow: 0px 2px 3px #00000029;
}
section#refresh p {
	font: normal normal 700 18px/29px Noto Sans JP;
	letter-spacing: 1.08px;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px #00000029;
	padding-bottom: 1em;
}
section#refresh p.first {
	padding-bottom: 2em;
}
section#refresh p span {
	font: normal normal 700 22px/36px Noto Sans JP;
	letter-spacing: 1.8px;
}
section#refresh img {
	margin: 0 auto;
}

section#symptoms {
	max-width: 747px;
	text-align: center;
}
section#symptoms h2 {
	padding: 29px 0 33px;

	font: normal normal 900 25px/33px Noto Sans JP;
	letter-spacing: 1.5px;
	color: #606060;
}
section#symptoms div {
	padding: 17px 13px;
	background: #F5F5F5 0% 0% no-repeat padding-box;
}
section#symptoms li {
	font: normal normal 700 15px/20px Noto Sans JP;
	letter-spacing: 0px;
	padding-bottom: 1em;
}
section#symptoms li span {
	color: #4CA223;
}
section#symptoms p {
	margin-top: 10px;
	text-align: left;
	font: normal normal 500 14px/25px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}

section#trial02 {
	text-align: center;
	background-color: #ED4000;
	padding-bottom: 30px;
}
section#trial02 > div{
	margin-top: 0px;
}
section#trial02 > p {
	padding-top: 30px;
	background-color: #ffffff;
}
section#trial02 > a {
	display: block;
	padding-top: 30px;
}
section#trial02 p picture img {
	vertical-align: bottom;
}
section#trial02 > div > a img {
}
section#trial02 div {
	margin-top: 0;
	padding-left: 0;
}
section#trial02 div p {
	display: block;
	margin-top: 10px;
	padding-left: 0;

	font: normal normal 900 13px/13px Noto Sans JP;
	letter-spacing: 0.78px;
	color: #FFFFFF;
}

section#effect {
	max-width: 767px;
	margin: 0 auto;
}
section#effect h2 {
	margin: 52px 0 52px;

	text-align: center;
	font: normal normal 900 25px/34px Noto Sans JP;
	letter-spacing: 1.5px;
	color: #606060;
}
section#effect h3 {
	text-align: center;
	padding-top: 10px;
}
section#effect li {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0 10px 20px;
	border: 2px solid #FFF61F;
	border-radius: 22px;
	background-image: url(../images/sp-bg-trial02.png);
	background-color: #FFFCEF;
	background-repeat: repeat-x;
	background-position: top;
	box-shadow: 0px 3px 7px #00000029;
}
section#effect li div {
	text-align: left;
}
section#effect li div p {
	margin-top: 30px;

	font: normal normal 500 15px/25px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
section#effect li img.photo {
	margin-top: 38px;
	max-width: calc(100% - 20px);
	border-radius: 11px;
}

section#guideline {
	text-align: center;
	margin-top: 22px;
}
section#guideline p.headline {
	margin: 0 auto 9px;
	width: 349px;
	height: 49px;
	padding-left: 38px;

	font: normal normal 700 15px/49px Noto Sans JP;
	letter-spacing: 1.2px;
	color: #606060;
	background-image: url(../images/sp-icon-virus.png);
	background-repeat: no-repeat;
	background-position: center left 9px;
	background-color: #EBEBEB;
	border-radius: 11px;
}
section#guideline > div {
	margin: 30px 0 0;
	padding: 27px 10px;
	background: #F5F5F5 0% 0% no-repeat padding-box;
}
section#guideline p.caution {
	margin: 0 10px;
	text-align: left;
	font: normal normal 500 12px/20px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
section#guideline h2 {
	margin: 22px 0;
	text-align: center;

	font: normal normal 900 23px/33px Noto Sans JP;
	letter-spacing: 0.92px;
	color: #606060;
}
section#guideline h3 {
	margin: 30px 0 10px;

	font: normal normal 700 16px/13px Noto Sans JP;
	letter-spacing: 0px;
	color: #4CA223;
}
section#guideline ul {
	max-width: 747px;
	margin: 0 auto;
	text-align: left;

	font: normal normal 500 14px/22px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
section#guideline ul.company li {
	font: normal normal 500 12px/18px Noto Sans JP;
	letter-spacing: 0.48px;
	color: #606060;
}
section#guideline > div > ul > li > ul > li {
	text-indent: -1em;
	margin-left: 1em;
}

section#contact {
	max-width: 747px;
	margin: 0 auto;
	padding: 40px 10px 0;
}
section#contact h2 {
	padding-bottom: 38px;

	text-align: center;
	font: normal normal 900 25px/49px Noto Sans JP;
	letter-spacing: 1.5px;
	color: #606060;
}
section#contact > p {
	font: normal normal 500 15px/25px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
section#contact > p > span {
	color: #ED4000;
}
section#contact > p.caution {
	margin-top: 1em;
	margin-bottom: 60px;
}

/* お問い合わせフォーム */
form > div {
	position: relative;
	border-top: 1px solid #ADADAD;
	min-height: 95px;
	padding-top: 6px;
}
form > div.message{
	height: 200px;
}
form > div.radio {
	border: none;
	min-height: 65px !important;
}
form li{
	margin-right: 10px;
}
label{
	font: normal normal 500 16px/34px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
}
form span {
	display: block;
}
form span.must {
	display: block;
	text-align: center;
	width: 50px;
	height: 26px;
	font: normal normal 500 15px/26px Noto Sans JP;
	letter-spacing: 0px;
	color: #FFFFFF;
	background: #ED4000 0% 0% no-repeat padding-box;
	border-radius: 6px;
	margin-right: 17px;
	margin-top: 4px;
}
form span.caution {
	position: absolute;
	font: normal normal 500 16px/34px Noto Sans JP;
	letter-spacing: 0px;
	color: #606060;
	left: 200px;
}
input[type="radio"]{
	all: revert;
}
input[type="text"],input[type="tel"],input[type="email"]{
	padding: 0 5px;
	border: 2px solid #E3E3E3;
	position: absolute;
	top: 45px;
	width: 100%;
	height: 37px;
}
textarea{
	position: absolute;
	top: 45px;
	width: 100%;
	height: 95px;
	border: 2px solid #E3E3E3;
	line-height: 14px;
	font-size: 21px;

	font: normal normal 16px/24px Noto Sans JP !important;
	letter-spacing: initial;
	padding: 0 5px;
}
div.submit {
	text-align: center;
}
input[type="submit"]{
	background-image:url(../images/sp-btn-submit.png) ;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -9999px;
	object-fit: cover;
	width: 328px;
	height: 64px;
}
p.submit{
	text-align: center;
}
input[type="submit"]:hover,
img.pointer:hover {
	cursor: pointer;
	opacity: 0.7;
}

footer {
	margin-top: 55px;
	background-color: #4CA223;
	text-align: center;
	padding-top: 40px;
}
footer p {
	margin-top: 38px;
	font: normal normal 700 20px/25px Noto Sans JP;
	letter-spacing: 0.6px;
	color: #FFFFFF;
}
footer p.copyright {
	margin-top: 20px;
	font: normal normal 700 10px/34px Noto Sans JP;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	background-color: #418E1C;
}
label.error {
	color: #FF0000;
	line-height: 24px;
}