@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.css");
@import url("../fonts/BabasNeue/BabasNeue.css");
@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #1a1a1a;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanGOTHICs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 1080px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	padding: 58.334% 0 0 0;
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (max-width: 766px) {
	body {
		padding: 5rem 0 0 0;
	}
}




/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual h1 img {
	background-repeat: no-repeat;
	background-position: center top;
}

div#keyvisual h2,
div#keyvisual p,
div#keyvisual ul {
	display: none;
}



@media screen and (min-width: 767px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_pc.jpg);
		background-size: auto 100%;
	}
	div#keyvisual.alternative {
		background-image: url(../img/keyvisual_alt_pc.jpg);
	}
	div#keyvisual div.container {
		max-width: 1280px;
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_pc.png);
		background-size: 100% auto;
	}
}

@media screen and (max-width: 766px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_sp.jpg);
		background-size: 100% auto;
	}
	div#keyvisual.alternative {
		background-image: url(../img/keyvisual_alt_sp.jpg);
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_sp.png);
		background-size: 100% auto;
	}
}





/* ▼authority */
/* ----------------------------------------------------- */
div#authority {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#authority div.container {
	overflow: visible;
}

div#authority p {
	position: relative;
	margin: 0;
}

div#authority p::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}



@media screen and (min-width: 767px) {
	div#authority {
		background-image: url(../img/cta_bg_pc.jpg);
	}
	div#authority div.container {
		max-width: 1280px;
	}
	div#authority p::after {
		aspect-ratio: 78 / 77;
		width: 30.469%;
		height: auto;
		max-width: 390px;
		background-image: url(../img/authority_pc.png);
		background-size: 100% auto;
	}
}

@media screen and (max-width: 766px) {
	div#authority {
		background-image: url(../img/cta_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#authority p::after {
		width: 12.5rem;
		height: 17.75rem;
		background-image: url(../img/authority_sp.png);
		background-size: 100% auto;
	}
}





/* ▼beforeafter */
/* ----------------------------------------------------- */
/*
div#beforeafter {
	padding: 0;
	background-image: url(../img/beforeafter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#beforeafter div.container {
	padding: 3rem 0;
}

div#beforeafter h2 {
	text-align: center;
}

div#beforeafter div#blood {
	position: relative;
	z-index: 0;
	margin: 4rem auto 0 auto;
}

div#beforeafter div#blood::before,
div#beforeafter div#blood::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: calc( 100% + 1rem );
	height: calc( 100% + 1rem );
	border: 1px solid #333333;
}

div#beforeafter div#blood::before {
	bottom: -1rem;
	left: -1rem;
}

div#beforeafter div#blood::after {
	top: -1rem;
	right: -1rem;
}

div#beforeafter div#blood ul {
	position: relative;
	z-index: 2;
	padding: 2rem;
	background: #ffffff;
	filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(0,0,0,0.3));
}

div#beforeafter ul li {
	list-style-type: none;
}



@media screen and (min-width: 767px) {
	div#beforeafter div.wrap {
		width: 100%;
	}
	div#beforeafter div#blood {
		width: 96.297%;
	}
	div#beforeafter div#blood ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#beforeafter ul li {
		width: 48.077%;
	}
	div#beforeafter ul li:nth-child(3),
	div#beforeafter ul li:nth-child(4) {
		margin-top: 2rem;
	}
}

@media screen and (max-width: 766px) {
	div#beforeafter div#blood {
		width: 94.030%;
	}
	div#beforeafter ul li + li {
		margin-top: 2rem;
	}
}
*/
div#beforeafter {
	padding: 0;
	background-image: url(../img/beforeafter.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

div#beforeafter div.container {
	padding: 3rem 0;
}

div#beforeafter h2 {
	text-align: center;
}

div#beforeafter div#blood {
	margin: 2rem 0 0 0;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#beforeafter div#blood figure {
	position: relative;
	margin: 0;
}

div#beforeafter div#blood figure::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: -0.75rem;
	width: 100%;
	height: 100%;
	background-image: url(../img/beforeafter_caption.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#beforeafter ul li {
	list-style-type: none;
}

div#beforeafter div#blood p {
	margin: 0;
}

div#beforeafter div#blood img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#beforeafter div#blood img[src$="beforeafter_01.svg"] {
	background-image: url(../img/beforeafter_01.jpg);
}

div#beforeafter div#blood img[src$="beforeafter_02.svg"] {
	background-image: url(../img/beforeafter_02.jpg);
}

div#beforeafter div#blood img[src$="beforeafter_03.svg"] {
	background-image: url(../img/beforeafter_03.jpg);
}

div#beforeafter div#blood img[src$="beforeafter_04.svg"] {
	background-image: url(../img/beforeafter_04.jpg);
}

div#beforeafter div#blood p img {
	background-image: url(../img/beforeafter_balloon.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}



@media screen and (min-width: 767px) {
	div#beforeafter div.wrap {
		width: 100%;
	}
/*
	div#beforeafter div#blood {
		padding: 1.5rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	div#beforeafter div#blood figure {
		width: 59.804%;
	}
	div#beforeafter div#blood figure figcaption {
		position: relative;
		width: 78.689%;
		margin: 1.5rem auto 0 auto;
		text-align: center;
		background: ;
	}
	div#beforeafter div#blood ul {
		width: 36.275%;
		margin: 0;
	}
*/
	div#beforeafter div#blood {
		padding: 1.5rem;
		display: grid;
		grid-template-columns: 59.804% 36.275%;
		grid-column-gap: 2rem;
		grid-row-gap: 0;
	}

	div#beforeafter div#blood figure {
		grid-area: 1 / 1 / 2 / 2;
	}
	div#beforeafter div#blood ul {
		grid-area: 1 / 2 / 3 / 3;
		margin: 0;
	}
	div#beforeafter div#blood ul li {
		margin: 0;
	}
	div#beforeafter div#blood ul li + li {
		margin-top: 1.25rem;
	}
	div#beforeafter div#blood p {
		grid-area: 2 / 1 / 3 / 2;
		text-align: center;
	}
	div#beforeafter div#blood p img {
		width: 78.689%;
	}
}

@media screen and (max-width: 766px) {
	div#beforeafter div#blood {
		padding: 2rem 1.5rem;
	}
	div#beforeafter div#blood figure figcaption {
		display: none;
	}
	div#beforeafter div#blood ul {
		margin: 0;
	}
	div#beforeafter div#blood ul li {
		margin: 1.5rem 0 0 0;
	}
	div#beforeafter div#blood p {
		margin: 1.5rem 0 0 0;
	}
}





/* ▼testimonial */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	/*
	div.testimonial {
		min-height: 245px;
		background-repeat: repeat-x;
		background-position: center center;
	}
	div#beforeafter + div.testimonial {
		background-image: url(../img/testimonial_01_pc.jpg);
	}
	div#distrust + div.testimonial {
		background-image: url(../img/testimonial_02_pc.jpg);
	}
	div#reasons + div.testimonial {
		min-height: 0;
	}
	div#message + div.testimonial {
		min-height: 455px;
		background-image: url(../img/testimonial_05_pc.jpg);
	}
	div.testimonial img {
		display: none;
	}
	*/
}





/* ▼cta */
/* ----------------------------------------------------- */
div#cta {
	padding: 2rem 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#cta h2 {
	text-align: center;
}

div#cta p {
	margin: 2rem 0 0 0;
	font-size: 1rem;
	text-align: center;
	color: #ffffff;
}



@media screen and (min-width: 767px) {
	div#cta {
		background-image: url(../img/cta_bg_pc.jpg);
		background-size: auto 100%;
	}
}

@media screen and (max-width: 766px) {
	div#cta {
		background-image: url(../img/cta_bg_sp.jpg);
	}
	div#cta h2 + p {
		padding: 0 1rem;
	}
}





/* ▼media */
/* ----------------------------------------------------- */
div#media {
	padding: 0;
	background-image: url(../img/media_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#media h2 {
	text-align: center;
}

div#media div#scientificbasis {
	padding: 4.5rem 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#media div#scientificbasis div#naturemedicine {
	position: relative;
	z-index: 0;
	margin: 3rem auto 0 auto;
}

div#media div#scientificbasis div#naturemedicine::before,
div#media div#scientificbasis div#naturemedicine::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: calc( 100% + 1rem );
	height: calc( 100% + 1rem );
	border: 1px solid #333333;
}

div#media div#scientificbasis div#naturemedicine::before {
	bottom: -1rem;
	left: -1rem;
}

div#media div#scientificbasis div#naturemedicine::after {
	top: -1rem;
	right: -1rem;
}

div#media div#scientificbasis div#naturemedicine p {
	position: relative;
	z-index: 2;
	padding: 2rem;
	text-align: center;
	background: #ffffff;
	filter: drop-shadow(0.25rem 0.25rem 0.5rem rgba(0,0,0,0.3));
}

div#media div#hottopic {
	padding: 4.5rem 0 3rem 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#media div#hottopic p {
	margin: 3rem 0 0 0;
}



@media screen and (min-width: 767px) {
	div#media div#scientificbasis {
		background-image: url(../img/media_scientificbasis_bg_pc.svg);
		background-position: left top;
	}
	div#media div#scientificbasis div#naturemedicine {
		width: 96.297%;
	}
	div#media div#hottopic {
		background-image: url(../img/media_hottopic_bg_pc.svg);
		background-position: left top;
	}
}

@media screen and (max-width: 766px) {
	div#media div#scientificbasis {
		background-image: url(../img/media_scientificbasis_bg_sp.svg);
		background-size: 100% auto;
	}
	div#media div#scientificbasis div#naturemedicine {
		width: 94.030%;
	}
	div#media div#hottopic {
		background-image: url(../img/media_hottopic_bg_sp.svg);
		background-size: 100% auto;
	}
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	padding: 0;
}

div#problem div#elements {
	padding-top: 3rem;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#problem div#elements h2 {
	text-align: center;
}

div#problem div#elements dl {
	display: none;
}

div#problem div#trouble {
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#problem div#trouble ul {
	display: none;
}

div#problem div#actually {
	background-repeat: no-repeat;
	background-position: center top;
}

div#problem div#actually p {
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#problem div#elements {
		/*
		background-image: url(../img/problem_elements_bg_pc_01.jpg);
		*/
		background-image: url(../img/problem_elements_bg_pc_02.jpg);
	}
	div#problem div#elements div.container {
		max-width: 1170px;
	}
	div#problem div#elements div.container div.wrap {
		width: 100%;
	}
	div#problem div#trouble {
		margin-bottom: -3em;
		background-image: url(../img/problem_trouble_bg_pc.jpg);
	}
	div#problem div#trouble div.container {
		max-width: 1560px;
		padding: 0 1rem;
	}
	div#problem div#trouble figure {
		margin: 1.5em 0 0 0;
	}
	div#problem div#actually {
		min-height: 790px;
		padding: 5rem 0 0 0;
		background-image: url(../img/problem_actually_bg_pc.png),
						  url(../img/problem_actually_bg_pc.jpg);
	}
	div#problem div#actually div.container div.wrap {
		width: 100%;
	}
	div#problem div#actually p {
		margin: 2.5em 0 0 0;
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#problem div#elements {
		padding: 11rem 0 0 0;
		background-image: url(../img/problem_elements_top_sp.jpg),
						  url(../img/problem_elements_bg_sp.jpg);
		background-position: center top, center bottom;
		background-size: 100% auto;
	}
	div#problem div#trouble {
		background-image: url(../img/problem_trouble_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#problem div#trouble figure {
		margin: 1em 0;
	}
	div#problem div#actually {
		min-height: 45rem;
		padding: 3rem 0 0 0;
		background-image: url(../img/problem_actually_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#problem div#actually p {
		font-size: 1.2rem;
	}
}





/* ▼reactiveoxygenspecies */
/* ----------------------------------------------------- */
div#reactiveoxygenspecies h2,
div#reactiveoxygenspecies h3 {
	text-align: center;
}

div#reactiveoxygenspecies div#commonsence div.cause,
div#reactiveoxygenspecies div#mechanism div.mechanism {
	background: #ffffff;
}

div#reactiveoxygenspecies strong {
	background: #fffe55;
}



@media screen and (min-width: 1217px) {
	div#reactiveoxygenspecies div#mechanism div.mechanism figure:first-child {
		float: right;
		margin: 0 -6rem 0 2rem;
	}
}

@media screen and (max-width: 1216px) {
	div#reactiveoxygenspecies div#mechanism div.mechanism figure:first-child {
		float: right;
		margin: 0 -3rem 0 2em;
	}
}

@media screen and (min-width: 767px) {
	div#reactiveoxygenspecies {
		background-image: url(../img/beforeafter_bg.jpg);
		background-repeat: repeat-y;
		background-position: center top;
	}
	div#reactiveoxygenspecies div#commonsence div.wrap {
		width: 100%;
	}
	div#reactiveoxygenspecies div#commonsence div.cause {
		margin: 3rem 0;
		padding: 1.5rem 3rem;
	}
	div#reactiveoxygenspecies div#cause {
		display: none;
	}
	div#reactiveoxygenspecies div#mechanism div.container {
		overflow: visible;
	}
	div#reactiveoxygenspecies div#mechanism div.wrap {
		width: 100%;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism {
		margin: 3rem 0 0 0;
		padding: 3rem;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p {
		font-size: 0.9rem;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism figure:last-child {
		margin: 0;
		text-align: center;
	}
}

@media screen and (max-width: 766px) {
	div#reactiveoxygenspecies {
		padding: 0;
	}
	div#reactiveoxygenspecies div#commonsence {
		/*
		padding: 6rem 0 3rem 0;
		background-image: url(../img/reactiveoxygenspecies_bg.png),
						  url(../img/problem_trouble_bg_sp.jpg);
		*/
		padding: 3rem 0;
		background-image: url(../img/problem_trouble_bg_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	div#reactiveoxygenspecies div#commonsence div.cause {
		margin: 3rem 0 0 0;
		padding: 1px 0 0 0;
	}
	div#reactiveoxygenspecies div#commonsence div.cause p {
		margin: 2rem;
	}
	div#reactiveoxygenspecies div#commonsence div.cause figure {
		margin: 0;
	}
	div#reactiveoxygenspecies div#cause {
		background-color: #e6e6e6;
		background-image: url(../img/reactiveoxygenspecies_cause_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	div#reactiveoxygenspecies div#cause table {
		width: 100%;
		margin: 0;
		border: 2rem solid #ffffff;
		background: #ffffff;
	}
	div#reactiveoxygenspecies div#cause table th {
		font-size: 1.2rem;
		line-height: 2;
		white-space: nowrap;
		vertical-align: top;
	}
	div#reactiveoxygenspecies div#cause table th::before {
		content: "■";
	}
	div#reactiveoxygenspecies div#cause table th::after {
		content: "：";
	}
	div#reactiveoxygenspecies div#cause table td {
		font-size: 1rem;
		line-height: 2;
		vertical-align: bottom;
	}
	div#reactiveoxygenspecies div#cause p {
		font-size: 1.2rem;
		text-align: center;
	}
	div#reactiveoxygenspecies div#cause p.note{
		margin: 0;
		font-size: 0.8rem;
		text-align: left;
	}
	div#reactiveoxygenspecies div#mechanism {
		padding: 3rem 0;
		background-color: #f4f4f4;
		background-image: url(../img/reactiveoxygenspecies_mechanism_sp.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism {
		margin: 3rem 0 0 0;
		padding: 2rem;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism figure:first-child {
		display: none;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism h4 {
		order: 1;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p {
		margin: 1.5em 0 0 0;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p:nth-child(3) {
		order: 2;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p:nth-child(4) {
		order: 3;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p:nth-child(5) {
		order: 6;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism p:nth-child(6) {
		order: 7;
	}
	div#reactiveoxygenspecies div#mechanism div.mechanism figure:last-child {
		order: 5;
		margin: 1.5em 0 0 0;
		text-align: center;
	}
}





/* ▼antioxidants */
/* ----------------------------------------------------- */
div#antioxidants {
	background-repeat: no-repeat;
	background-position: center top;
}

div#antioxidants h2 {
	margin-bottom: 3rem;
	text-align: center;
}

div#antioxidants strong {
	background: #fffe55;
}



@media screen and (min-width: 767px) {
	div#antioxidants {
		min-height: 690px;
		background-image: url(../img/antioxidants_pc.jpg);
	}
	div#antioxidants div.wrap {
		width: 89.815%;
	}
	div#antioxidants p {
		margin: 2em 0;
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 766px) {
	div#antioxidants {
		padding-bottom: 5rem;
		background-image: url(../img/antioxidants_sp.jpg);
		background-size: 100% auto;
	}
	div#antioxidants p {
		font-size: 1.2rem;
	}
}





/* ▼solution */
/* ----------------------------------------------------- */
div#solution {
	position: relative;
	padding: 0;
}

div#solution::before {
	content: "";
	position: absolute;
	left: 50%;
	background-image: url(../img/solution_therefore.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#solution div.headline {
	background-repeat: no-repeat;
	background-position: center center;
}

div#solution div.bodytext {
	padding: 3rem 0;
	background-image: url(../img/beforeafter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

div#solution div.bodytext h3 {
	text-align: center;
}

div#solution div.bodytext div.mechanism {
	margin-top: 3rem;
	background: #ffffff;
}

div#solution div.bodytext div.mechanism h4 {
	text-align: center;
}

div#solution div.bodytext div.mechanism p strong {
	background: #fffe55;
}

div#solution div.bodytext div.mechanism p img {
	float: right;
}



@media screen and (min-width: 767px) {
	div#solution::before {
		top: -3.5rem;
		width: 6.75rem;
		height: 7.35rem;
	}
	div#solution div.headline {
		background-image: url(../img/solution_headline_pc.jpg);
	}
	div#solution div.bodytext div.wrap {
		width: 100%;
	}
	div#solution div.bodytext div.mechanism {
		padding: 3rem;
	}
	div#solution div.bodytext div.mechanism p {
		font-size: 1rem;
	}
	div#solution div.bodytext div.mechanism p img {
		width: 39.584%;
		margin: -3.5rem 0 0 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#solution::before {
		top: -4.5rem;
		width: 8.75rem;
		height: 9.5rem;
	}
	div#solution div.headline {
		background-image: url(../img/solution_headline_sp.jpg);
		background-size: 100% auto;
	}
	div#solution div.bodytext div.mechanism {
		padding: 2rem;
	}
	div#solution div.bodytext div.mechanism p {
		font-size: 1.2rem;
	}
	div#solution div.bodytext div.mechanism p img {
		width: 28.814%;
	}
}





/* ▼distrust */
/* ----------------------------------------------------- */
div#distrust {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#distrust p strong {
	background: #fffe55;
}



@media screen and (min-width: 767px) {
	div#distrust {
		background-image: url(../img/distrust_pc.jpg);
	}
	div#distrust div.container {
		max-width: 1400px;
		padding: 3rem 0;
		background-image: url(../img/distrust_pc.svg);
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 77.143% auto;
	}
	div#distrust div.container div.wrap {
		width: 68.572%;
		max-width: 960px;
		margin-right: 2rem;
	}
	div#distrust p {
		font-size: 1rem;
	}
	div#distrust p.pc {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 766px) {
	div#distrust {
		background-image: url(../img/distrust_sp.jpg);
		background-size: 100% auto;
	}
	div#distrust div.wrap {
		padding: 10rem 0 1.5rem 0;
	}
	div#distrust p {
		font-size: 1.2rem;
	}
}





/* ▼reasons */
/* ----------------------------------------------------- */
div#reasons {
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#reasons div.prehead {
	padding: 3rem 0 0 0;
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#reasons div.prehead p {
	margin: 0;
	text-align: center;
}

div#reasons div.headline {
	padding: 2.5rem 0 2rem 0;
	background-repeat: no-repeat;
}

div#reasons div.headline h2 {
	margin: 0;
	text-align: center;
}

div#reasons div.reasons div.container div.wrap div.reason h3 {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333333;
}



@media screen and (min-width: 767px) {
	div#reasons {
		background-image: url(../img/media_bg.png);
	}
	div#reasons div.wrap {
		width: 100%;
	}
	div#reasons div.prehead {
		min-height: 270px;
		background-image: url(../img/reasons_prehead_pc.svg);
	}
	div#reasons div.headline {
		background-image: url(../img/reasons_headline_bg_pc.svg);
		background-position: left center;
	}
	div#reasons div.reasons {
		margin: 3rem 0;
		background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y;
		background-position: center top, center top, center bottom, center bottom, center center;
	}
	div#reasons div#reason_01.reasons {
		margin-top: 0;
		background-image: url(../img/reasons_reason_pc_01.svg),
						  url(../img/reasons_reason_pc_odd_top.svg),
						  url(../img/reasons_reason_pc_odd.png),
						  url(../img/reasons_reason_pc_odd_bottom.svg),
						  url(../img/reasons_reason_pc_odd_center.svg);
	}
	div#reasons div#reason_02.reasons {
		background-image: url(../img/reasons_reason_pc_02.svg),
						  url(../img/reasons_reason_pc_even_top.svg),
						  url(../img/reasons_reason_pc_even.png),
						  url(../img/reasons_reason_pc_even_bottom.svg),
						  url(../img/reasons_reason_pc_even_center.svg);
	}
	div#reasons div#reason_03.reasons {
		background-image: url(../img/reasons_reason_pc_03.svg),
						  url(../img/reasons_reason_pc_odd_top.svg),
						  url(../img/reasons_reason_pc_odd.png),
						  url(../img/reasons_reason_pc_odd_bottom.svg),
						  url(../img/reasons_reason_pc_odd_center.svg);
	}
	div#reasons div.reasons div.container {
		max-width: 1400px;
	}
	div#reasons div.reasons div.container div.wrap {
		width: 77.143%;
		max-width: 1080px;
	}
	div#reasons div.reasons div.container div.wrap div.reason {
		width: 88.889%;
		max-width: 960px;
		margin: 0 auto;
		padding: 3rem 0 1.5rem 0;
	}
	div#reasons div.reasons div.container div.wrap div.reason p {
		font-size: 1rem;
	}
	div#reasons div.reasons div.container div.wrap div.reason p img {
		width: 53.646%;
		width: 33.333%;
	}
	div#reasons div#reason_01.reasons div.container div.wrap div.reason p img {
		float: right;
		margin-left: 2rem;
	}
	div#reasons div#reason_02.reasons div.container div.wrap div.reason p img {
		float: left;
		margin-right: 2rem;
	}
	div#reasons div.reasons div.container div.wrap div.reason p:last-child::after {
		content: "";
		display: block;
		clear: both;
		height: 0;
	}
}

@media screen and (max-width: 766px) {
	div#reasons {
		background-image: url(../img/beforeafter_bg.jpg);
	}
	div#reasons div.prehead {
		min-height: 10.75rem;
		background-image: url(../img/reasons_prehead_sp.svg);
		background-size: 100% auto;
	}
	div#reasons div.headline {
		background-image: url(../img/reasons_headline_bg_sp.svg);
		background-position: center top;
		background-size: 100% auto;
	}
	div#reasons div.reasons {
		margin: 3rem 0;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
	}
	div#reasons div#reason_01.reasons {
		margin-top: 0;
		padding-bottom: 16.5rem;
		background-image: url(../img/reasons_01_bg.png);
	}
	div#reasons div#reason_02.reasons {
		padding-bottom: 16.5rem;
		background-image: url(../img/reasons_02_bg.png);
	}
	div#reasons div.reasons div.container div.wrap div.reason {
		padding: 1.5rem;
		padding-top: 3rem;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: center top, center bottom;
		background-size: 100% auto;
	}
	div#reasons div#reason_01.reasons div.container div.wrap div.reason {
		margin-top: 0;
		background-image: url(../img/reasons_reason_sp_01.svg),
						  url(../img/reasons_reason_sp.png);
	}
	div#reasons div#reason_02.reasons div.container div.wrap div.reason {
		background-image: url(../img/reasons_reason_sp_02.svg),
						  url(../img/reasons_reason_sp.png);
	}
	div#reasons div#reason_03.reasons div.container div.wrap div.reason {
		background-image: url(../img/reasons_reason_sp_03.svg),
						  url(../img/reasons_reason_sp.png);
	}
	div#reasons div.reasons div.container div.wrap div.reason p {
		font-size: 1.2rem;
	}
	div#reasons div.reasons div.container div.wrap div.reason p img {
		display: none;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	padding-top: 4rem;
	background-repeat: no-repeat;
	background-position: center top;
}

div#voice h2 {
	text-align: center;
}

div#voice div.voice {
	position: relative;
	margin: 3rem 0 1.5rem 0;
}

div#voice div#voice_02.voice {
	margin-bottom: 0;
}

div#voice div.voice div.wrap {
	position: relative;
	z-index: 2;
}

div#voice div.voice div.wrap div.bodytext {
	background: #ffffff;
}

div#voice div.voice div.wrap div.bodytext p {
	text-align: left;
}

div#voice div.voice div.wrap > p {
	margin: 0;
	color: #666666;
}

div#voice div.voice div.wrap div.bodytext h4 {
	padding: 0.5rem 0;
	font-size: 1.1rem;
	font-weight: 400;
	text-align: right;
	border-bottom: 1px solid #333333;
}

div#voice div.voice figure {
	position: absolute;
	z-index: 1;
	top: 0;
	margin: 0;
}

div#voice div#voice_01.voice > figure {
	left: 0;
}

div#voice div#voice_02.voice > figure {
	right: 0;
}




@media screen and (min-width: 767px) {
	div#voice {
		background-image: url(../img/voice_bg_pc.svg),
						  url(../img/voice_bg.jpg);
		background-position: left top, center top;
	}
	div#voice div.voice div.wrap {
		padding-top: 10%;
		width: 100%;
		max-width: 65.625%;
		max-width: 70.313%;
		max-width: 72.917%;
	}
	div#voice div#voice_01.voice div.wrap {
		margin-right: 0;
	}
	div#voice div#voice_02.voice div.wrap {
		margin-left: 0;
	}
	div#voice div.voice div.wrap div.bodytext {
		padding: 2rem;
	}
	div#voice div.voice div.wrap div.bodytext p {
		font-size: 1rem;
	}
	div#voice div.voice div.wrap > p {
		font-size: 0.8rem;
	}
	div#voice div#voice_01.voice div.wrap > p {
		padding-right: 2rem;
		text-align: right;
	}
	div#voice div#voice_02.voice div.wrap > p {
		padding-left: 2rem;
		text-align: left;
	}
	div#voice div.voice figure {
		width: 37.5%;
	}
}

@media screen and (max-width: 766px) {
	div#voice {
		background-image: url(../img/voice_bg_sp.svg),
						  url(../img/voice_bg.jpg);
		background-size: 100% auto, auto auto;
	}
	div#voice div.voice div.wrap {
		padding-top: 16.5rem;
	}
	div#voice div.voice div.wrap div.bodytext {
		padding: 1.5rem;
	}
	div#voice div.voice div.wrap div.bodytext p {
		font-size: 1.2rem;
	}
	div#voice div.voice div.wrap > p {
		font-size: 0.9rem;
		text-align: right;
	}
	div#voice div.voice figure {
		width: 80%;
	}
}





/* ▼price */
/* ----------------------------------------------------- */
div#price {
	padding: 2rem 0;
	background-repeat: no-repeat;
	background-position: center top;
}

div#price h2 {
	text-align: center;
}

div#price p {
	margin: 2rem 0 0 0;
	padding: 1rem 0 0.5rem 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	color: #333333;
	background: #ffffff;
}

div#price p b {
	font-family: 'BebasNeue';
	font-size: 3.35rem;
	font-weight: normal;
}

div#price p strong,
div#price p em {
	line-height: 1;
	color: #c1272d;
}

div#price p strong {
	font-family: 'BebasNeue';
	font-size: 6rem;
	font-weight: normal;
}

div#price p em {
	position: relative;
	font-size: 3rem;
}

div#price p em::after {
	content: "（税込）";
	position: absolute;
	top: 0;
	left: 50%;
	width: 4em;
	font-size: 0.8rem;
	font-weight: 400;
	transform: translate(-50%, 0);
}




@media screen and (min-width: 767px) {
	div#price {
		background-image: url(../img/cta_bg_pc.jpg);
	}
	div#price div.wrap {
		width: 100%;
	}
}

@media screen and (max-width: 766px) {
	div#price {
		background-image: url(../img/cta_bg_sp.jpg);
	}
}





/* ▼flow */
/* ----------------------------------------------------- */
div#flow h2 {
	text-align: center;
}

div#flow div.flow {
	margin: 2rem auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#flow div.flow div.bodytext {
	order: 2;
}

div#flow div.flow div.bodytext h3 {
	font-size: 2rem;
	line-height: 1.2;
}

div#flow div.flow div.bodytext p {
	margin: 0;
	font-size: 1.1rem;
}

div#flow div.flow figure {
	order: 1;
	margin: 0;
}

div#flow div.wrap > p {
	margin-top: 3rem;
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#flow {
		background-image: url(../img/white_bg.svg),
						  url(../img/flow_bottom_pc.png),
						  url(../img/flow_bg_pc.svg),
						  url(../img/media_bg.png);
		background-repeat: repeat, no-repeat, no-repeat, no-repeat;
		background-position: center bottom, center bottom, left top, center top;
	}
	div#flow div.wrap {
		width: 100%;
	}
	div#flow div.flow {
		width: 82.408%;
	}
	div#flow div.flow div.bodytext {
		width: 56.742%;
	}
	div#flow div.flow figure {
		width: 38.765%;
	}
}

@media screen and (max-width: 766px) {
	div#flow {
		background-image: url(../img/white_bg.svg),
						  url(../img/flow_bg_sp.svg),
						  url(../img/media_bg.png);
		background-repeat: repeat, no-repeat, repeat-y;
		background-position: center top;
		background-size:auto auto,  100% auto, auto auto;
	}
	div#flow div.flow div.bodytext {
		width: 59.702%;
		align-self: center;
	}
	div#flow div.flow figure {
		position: relative;
		width: 34.329%;
		align-self: center;
		overflow: hidden;
		border-radius: 50%;
	}
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	background-color: #eeeee7;
	background-repeat: no-repeat;
}

div#message h2 {
	margin: 0 0 3rem 0;
	text-align: center;
}

div#message div.wrap div.bodytext {
	background: #ffffff;
}

div#message div.wrap div.bodytext h3 {
	font-size: 1.5rem;
}

div#message div.wrap div.bodytext h3 span {
	background: #fffe55;
}

div#message div.wrap div.bodytext p {
	margin: 2em 0;
	border-bottom: 1px solid #cccccc;
	background: linear-gradient(#cccccc 1px, transparent 1px);
	background-size: auto 2em;
}

div#message div.wrap div.bodytext p:first-child {
	margin-top: 0;
}

div#message div.wrap div.bodytext p:last-child {
	margin-bottom: 0;
	text-align: right;
	border-bottom: 0 none;
	background: transparent;
}



@media screen and (min-width: 767px) {
	div#message {
		background-image: url(../img/message_top_pc.jpg),
						  url(../img/message_bottom_pc.jpg);
		background-position: center top, center bottom;
	}
	div#message div.wrap figure {
		display: none;
	}
	div#message div.wrap {
		width: 100%;
	}
	div#message div.wrap div.bodytext {
		padding: 3rem;
	}
	div#message div.wrap div.bodytext p {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	div#message {
		position: relative;
		background-image: url(../img/message_top_sp.jpg);
		background-size: 100% auto;
	}
	div#message::before {
		content: "";
		position: absolute;
		top: -3rem;
		left: 0;
		width: 100%;
		height: 21.5rem;
		background: url(../img/message_top_pc.png) no-repeat center center;
		background-size: 100% auto;
	}
	div#message div.wrap div.bodytext {
		padding: 1.875rem;
	}
	div#message div.wrap div.bodytext p {
		font-size: 1.2rem;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	padding: 3rem 0;
	background-color: #004163;
	background-repeat: no-repeat;
	background-position: center top;
}

div#form h1,
div#form h2 {
	margin: 0;
	text-align: center;
}

div#form h1 {
	margin: 0 0 3rem 0;
}

div#form h2 + p {
	margin: 2rem auto 3rem auto;
	text-align: center;
}

div#form h2 + p a {
	display: block;
	border-bottom: 0.4rem solid #cccccc;
	background: #ffffff;
}

div#form h2 + p span {
	display: inline-block;
	margin: 0.5rem 0 0 0;
	line-height: 1.5;
	color: #ffffff;
}

body#contact div#form h3,
body#confirm div#form h2,
body#complete div#form h2,
body#error div#form h2 {
	margin: 0;
	padding: 0.3em;
	font-size: 2rem;
	color: #000000;
	text-align: center;
	background: #fffe55;
	box-sizing: border-box;
}

div#form form,
div#form div#thanks {
	margin: 0;
	padding: 1.5rem;
	background: #ffffff;
	box-sizing: border-box;
}

div#form form > table,
div#form div#thanks > table {
	width: 100%;
	margin: 0;
}

div#form form > table th span {
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0.1em 0.5em;
	font-size: 0.8em;
	font-weight: 400;
	color: #ffffff;
	background: #808080;
}

div#form form > table th span.required {
	background: #b60000;
}

div#form form > table th span + span {
	display: none;
}

div#form form > table td p.note {
	margin: 0;
	font-size: 0.8em;
	text-align: left;
}

div#form form > table td input#form_primary-date,
div#form form > table td input#form_secondary-date {
	width: 60%;
}

div#form form > table td input#form_postcode {
	width: 50%;
}

div#form form > table td label {
	display: inline-block;
	margin: 0.25em 0;
}

div#form form > table td label:first-child {
	margin: 0;
}

div#form form > table td label:last-child {
	margin: 0;
}

div#form form > p button,
div#form div#thanks > p button {
	color: #333333;
	font-size: 1.8rem;
	font-weight: 700;
	background: #aaaaaa;
	border-radius: 2.5em;
}

div#form form > p button#form_submit,
div#form div#thanks > p button#form_submit {
	background: #fffe55;
}

div#form form > p button#form_submit::after,
div#form div#thanks > p button#form_submit::after {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 0 0 1em;
}

div#form form > p button#return::before,
div#form div#thanks > p button#return::before {
	content: "\f104";
	font-family: "FontAwesome";
	margin: 0 1em 0 0;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.5rem;
	font-weight: 400;
	text-align: left;
}

div#form form div#privacy h3::before {
	content: "■";
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-weight: 400;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}



.formError.inline {
	margin-top: 0.3em !important;
}

fieldset.hidden-fields-container {
	display: none;
}

div#form div.wpcf7 {
	margin: 0;
	padding: 1.5rem;
	background: #ffffff;
	box-sizing: border-box;
}

div#form div.wpcf7 form {
	margin: 0;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

div#form div.wpcf7 div.screen-reader-response,
div#form div.wpcf7 .wpcf7-response-output {
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#form {
		background-image: url(../img/form_bg_pc.jpg);
	}
	div#form div.wrap {
		width: 100%;
	}
	div#form h2 + p {
		width: 63.426%;
	}
	div#form form table th,
	div#form form table td {
		padding: 0.3em 1em;
		font-size: 0.9rem;
		border: 1px solid #cccccc;
	}
	div#form form table th {
		white-space: nowrap;
		background: #f4f4f4;
	}
	div#form form table td p.note {
		font-size: ;
	}
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 0.5em 1em;
		font-size: 1.4rem;
	}
	div#form form > p button#form_return + button#form_submit {
		margin-left: 1.5em;
	}
}

@media screen and (max-width: 766px) {
	div#form {
		background-image: url(../img/form_bg_sp.jpg);
		background-size: 100% auto;
	}
	div#form h2 + p {
		width: 91.045%;
	}
	div#form form table tr,
	div#form form table th,
	div#form form table td {
		display: block;
	}
	div#form form table tr {
		margin: 1em 0;
	}
	div#form form table th {
		font-size: 1.6rem;
	}
	div#form form table th span {
		font-size: 1.2rem;
	}
	div#form form table td {
		margin-top: 0.3em;
		font-size: 1.4rem;
	}
	div#form form table td p.note {
		font-size: 1rem;
	}
	div#form form div#privacy h3,
	div#form form div#privacy h4,
	div#form form div#privacy p,
	div#form form div#privacy ul li,
	div#form form div#privacy ol li {
		font-size: 1rem;
	}
	div#form form > p button,
	div#form div#thanks > p.btn button {
		padding: 1em 1.5em;
		font-size: 1.8rem;
	}
	div#form form > p button#form_return + button#form_submit {
		margin-top: 1.5em;
	}
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form p,
div#thanks p.btn {
	text-align: center;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
}

/*
form button img {
	background: transparent;
	border-radius: 8.359% / 50%;
	box-shadow:0px 5px 7px 1px rgba(0,0,0,0.25);
}
*/

form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* For IE 8 */
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 3rem 0 0 0;
	background: #ffffff;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer h2 {
	margin: 1.5em 0 0 0;
}

footer table {
	width: 100%;
	margin: 0;
	caption-side: bottom;
}

footer table th,
footer table td {
	padding: 0.7em 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}

footer table th {
	padding-right: 1em;
}

footer div#googlemap {
	position: relative;
	padding: 78.351% 0 0 0;
}

footer div#googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

footer address {
	margin: 3em 0 0 0;
	padding: 0.5em 0;
	color: #ffffff;
	font-style: normal;
	background: #1a4060;
}



@media screen and (min-width: 767px) {
	footer div.wrap {
		width: 100%;
	}
	footer div#information {
		margin: 3rem 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	footer div.primary {
		width: 50%;
	}
	footer div.secondary {
		width: 44.908%;
	}
	footer table th,
	footer table td,
	footer table caption {
		font-size: 1rem;
	}
}

@media screen and (max-width: 766px) {
	footer table {
		margin: 3rem 0;
	}
	footer table th,
	footer table td {
		font-size: 1.2rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



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

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
}

div#banner a {
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 20%;
		right: 2%;
		width: 8rem;
	}
	div#banner p {
		width: 8rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 8rem;
		height: 8rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
	}
	div#banner ul {
		display: none;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		top: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner ul {
		margin: 0 -1px;
		background: #ffffff;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#banner ul li {
		width: 50%;
		list-style-type: none;
	}
	div#banner p {
		display: none;
	}
}





/* ▼datetimepicker */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	.xdsoft_datetimepicker .xdsoft_datepicker {
		width: 300px !important;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker {
		width: 100px !important;
	}
	.xdsoft_datetimepicker .xdsoft_label {
		font-size: 1rem !important;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td,
	.xdsoft_datetimepicker .xdsoft_calendar th {
		font-size: 1rem !important;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		height: 215px !important;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
		height: 2rem !important;
		line-height: 2 !important;
		font-size: 1rem !important;
	}
}

@media screen and (max-width: 766px) {
	.xdsoft_datetimepicker .xdsoft_datepicker {
		
	}
	.xdsoft_datetimepicker .xdsoft_timepicker {
		
	}
	.xdsoft_datetimepicker .xdsoft_label {
		font-size: 1.5rem !important;
	}
	.xdsoft_datetimepicker .xdsoft_calendar td,
	.xdsoft_datetimepicker .xdsoft_calendar th {
		font-size: 1.5rem !important;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
		height: 185px !important;
	}
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
		height: auto !important;
		padding: 0.5em 0;
		line-height: 1 !important;
		font-size: 1.5rem !important;
	}
}



