@charset "UTF-8";

@import url("../fonts/NotoSansJP/NotoSansJP.css");
@import url("../fonts/YakuHanGOTHICs/YakuHanGOTHICs.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: #333333;
	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,
video {
	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: 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;
}

p.btn {
	text-align: center;
}

p.btn a {
	display: block;
	width: 28rem;
	margin: 0 auto;
}





/* ▼body */
/* ----------------------------------------------------- */
body {
	position: relative;
	background-color: #e5f9e5;
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top, center top;
	background-attachment: fixed;
	background-size: cover, cover;
}

@media screen and (min-width: 767px) {
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
}





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

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

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



@media screen and (min-width: 767px) {
	div#keyvisual {
		background-image: url(../img/keyvisual_pc.jpg);
	}
	div#keyvisual h1 img {
		background-image: url(../img/keyvisual_pc.png);
	}
}

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





/* ▼beforeafter */
/* ----------------------------------------------------- */
div#beforeafter {
	padding-top: 0;
	background-color: #e5f9e5;
}

div#beforeafter div.container {
	position: relative;
	overflow: visible;
}

div#beforeafter h2 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

div#beforeafter h3 {
	margin: 1rem 0;
	background-image: url(../img/beforeafter_subhead.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#beforeafter div.beforeafter {
	margin: 0 auto;
	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%23008000%22%20width%3D%22670%22%20height%3D%22710%22%20viewBox%3D%220%200%20670%20710%22%3E%3Cpolygon%20points%3D%22360%20326.7%20323.6%20290.2%20323.6%20301.7%20310%20301.7%20310%20351.7%20323.6%20351.7%20323.6%20363.1%20360%20326.7%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#beforeafter div.beforeafter div.before {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#beforeafter div.beforeafter div.after {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#beforeafter div.beforeafter div h4 {
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

div#beforeafter div.beforeafter div.before h4 {
	background: #333333;
}

div#beforeafter div.beforeafter div.after h4 {
	background: #008000;
}

div#beforeafter div.beforeafter div figure {
	margin: 0;
}

div#beforeafter div.beforeafter div p {
	margin: 0;
	padding: 0.75rem 0;
	line-height: 1.5;
	text-align: center;
}

div#beforeafter div.beforeafter div p strong {
	line-height: 1;
}

div#beforeafter div.beforeafter div.after p {
	color: #008000;
}



@media screen and (min-width: 767px) {
	div#beforeafter {
		padding-bottom: 1.5rem;
	}
	div#beforeafter div.container {
		max-width: 960px;
	}
	div#beforeafter h2 {
		top: -0.5rem;
		background-image: url(../img/beforeafter_headline_pc.png);
	}
	div#beforeafter div.wrap {
		width: 69.792%;
	}
	div#beforeafter div.beforeafter {
		width: 92.538%;
	}
	div#beforeafter div.beforeafter div h4 {
		font-size: 1.3rem;
	}
	div#beforeafter div.beforeafter div p {
		font-size: 1rem;
	}
	div#beforeafter div.beforeafter div p strong {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 766px) {
	div#beforeafter {
		padding-bottom: 2rem;
	}
	div#beforeafter h2 {
		top: -1rem;
		background-image: url(../img/beforeafter_headline_sp.png);
		background-size: 100% auto;
	}
	div#beforeafter div.beforeafter div h4 {
		font-size: 1.6rem;
	}
	div#beforeafter div.beforeafter div p {
		font-size: 1.4rem;
	}
	div#beforeafter div.beforeafter div p strong {
		font-size: 1.6rem;
	}
}





/* ▼volume */
/* ----------------------------------------------------- */
div#volume {
	background-color: #ffffff;
	background-repeat: no-repeat;
}

div#volume p {
	margin: 0;
	text-align: center;
}



@media screen and (min-width: 767px) {
	div#volume {
		padding: 2.75rem 0;
		background-image: url(../img/volume_pc.jpg);
		background-position: center center;
	}
	div#volume div.wrap {
		width: 59.260%;
	}
}

@media screen and (max-width: 766px) {
	div#volume {
		padding: 15rem 0 3rem 0;
		background-image: url(../img/volume_sp.jpg);
		background-position: center top;
		background-size: 100% auto;
	}
}





/* ▼authority */
/* ----------------------------------------------------- */
div#authority {
	background-color: #e5f9e5;
	background-repeat: no-repeat;
}

div#authority div.headline h2 {
	margin: 0 0 1rem 0;
	background-image: url(../img/authority_headline.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#authority div.headline h3 {
	font-size: 2rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#authority div.headline h3::before {
	content: "";
	width: 7rem;
	height: 4.75rem;
	margin: 0 1rem 0 0;
	background-image: url(../img/authority_flag.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#authority figure {
	margin: 0;
}



@media screen and (min-width: 767px) {
	div#authority {
		padding: 2.5rem 0;
		background-image: url(../img/authority_pc.jpg);
		background-position: center center;
	}
	div#authority div.container {
		max-width: 1040px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	div#authority div.container::after {
		display: none;
	}
	div#authority div.headline {
		width: 58.654%;
	}
	div#authority div.headline h3 {
		margin: 0 0.25rem;
	}
	div#authority figure {
		width: 38.462%;
	}
}

@media screen and (max-width: 766px) {
	div#authority {
		padding: 1rem 0 2rem 0;
		background-image: url(../img/authority_sp.jpg);
		background-position: right bottom;
		background-size: 100% auto;
	}
	div#authority div.headline {
		width: 93.334%;
		margin: 0 auto;
	}
	div#authority div.headline h3 {
		width: 85.715%;
		margin: 0 auto;
	}
	div#authority figure {
		width: 61.334%;
		margin: 1.5rem auto 0 2rem;
	}
}





/* ▼offer */
/* ----------------------------------------------------- */
div.offer {
	padding: 0;
	background: #008000;
}

div.offer div.container {
	background-image: url(../img/offer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div.offer h2 {
	margin: 2rem 0 0 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-radius: 0.25rem 0.25rem 0 0;
}

div.offer div.privilege {
	background: #ffffff;
	border-radius: 0 0 0.25rem 0.25rem;
}

div.offer div.privilege > p {
	text-align: center;
}

div.offer div.privilege > p em {
	font-weight: 700;
	font-size: 1.7rem;
}

div.offer div.privilege > p em span {
	background: #fff931;
}

div.offer div.privilege > p em span i {
	font-size: 2rem;
}
div.offer div.privilege > p strong {
	font-size: 2.2rem;
	text-decoration: underline;
	color: #d10715;
}

div.offer div.privilege div.privilege_wrap {
	margin: 2rem 0;
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 0.25rem;
}

div.offer div.privilege div.privilege_wrap div.bodytext {
	background: #ffffff;
	border-radius: 0.25rem;
}

div.offer p.btn {
	margin-top: 3rem;
}

div.offer div.privilege p.note {
	margin-top: -1.5rem;
}



@media screen and (min-width: 767px) {
	div.offer div.container {
		padding-top: 3rem;
		padding-bottom: 8.5rem;
	}
	div.offer div.container > p.renewal_campaign {
		position: relative;
		width: 88.889%;
		margin: 0 auto;
	}
	div#globalwrap div.offer div.container > p.renewal_campaign {
		width: 100%;
	}
	div.offer div.container > p.renewal_campaign::after {
		content: "";
		position: absolute;
		top: -38px;
		right: -55px;
		width: 15.5rem;
		height: 13rem;
		background-image: url(../img/offer_renewal_after.png);
		background-repeat: no-repeat;
		background-position: right top;
	}
	div#globalwrap div.offer div.container > p.renewal_campaign::after {
		display: none;
	}
	div.offer div.container div.wrap {
		width: 88.889%;
	}
	div.offer h2 {
		background-image: url(../img/offer_privilege_headline_pc.jpg);
	}
	div.offer div.privilege {
		padding: 0.5rem 3rem;
	}
	div#globalwrap div.offer div.privilege {
		padding: 1rem 2rem;
	}
	div.offer div.privilege > p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap {
		padding: 1px 3rem;
		background-size: 100% auto;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_pc.jpg);
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 3rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap p {
		font-size: 0.8rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1rem;
	}
	div#globalwrap div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1.2rem;
	}
	div.offer div.privilege p.note {
		font-size: 0.7rem !important;
	}
}

@media screen and (max-width: 766px) {
	div.offer div.container {
		padding-bottom: 6rem;
	}
	div.offer h2 {
		background-image: url(../img/offer_privilege_headline_sp.jpg);
		background-size: 100% auto;
	}
	div.offer div.privilege {
		padding: 1rem 2rem;
	}
	div.offer div.privilege > p {
		font-size: 1.2rem;
	}
	div.offer div.privilege div.privilege_wrap {
		padding: 1px 1rem;
		background-size: 100% auto;
	}
	div.offer div.privilege div.privilege_wrap.privilege_01 {
		background-image: url(../img/offer_privilege_01_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_02 {
		background-image: url(../img/offer_privilege_02_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap.privilege_03 {
		background-image: url(../img/offer_privilege_03_sp.jpg);
	}
	div.offer div.privilege div.privilege_wrap div.bodytext {
		padding: 1px 1rem;
	}
	div.offer div.privilege div.privilege_wrap p {
		font-size: 1rem;
	}
	div.offer div.privilege div.privilege_wrap div.bodytext p {
		font-size: 1.2rem;
	}
	div.offer div.privilege p.note {
		font-size: 1rem !important;
	}
}





/* ▼voice */
/* ----------------------------------------------------- */
div#voice {
	background: #ffffff;
}

div#voice h2 {
	font-size: 2rem;
	line-height: 1.65;
	text-align: center;
	color: #008000;
	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%23008000%22%20width%3D%22670%22%20height%3D%22200%22%20viewBox%3D%220%200%20670%20200%22%3E%3Cpath%20d%3D%22M592.5%2C196c-.3%2C0-.7-.1-1-.4-.6-.5-.7-1.5-.2-2.1l66-77c.5-.6%2C1.5-.7%2C2.1-.2.6.5.7%2C1.5.2%2C2.1l-66%2C77c-.3.3-.7.5-1.1.5Z%22%2F%3E%3Cpath%20d%3D%22M582.5%2C176c-.2%2C0-.5%2C0-.7-.2-.7-.4-1-1.3-.6-2l86-157c.4-.7%2C1.3-1%2C2-.6.7.4%2C1%2C1.3.6%2C2l-86%2C157c-.3.5-.8.8-1.3.8Z%22%2F%3E%3Cpath%20d%3D%22M87.5%2C176c-.5%2C0-1-.3-1.3-.8L.2%2C18.2c-.4-.7-.1-1.6.6-2%2C.7-.4%2C1.6-.1%2C2%2C.6l86%2C157c.4.7.1%2C1.6-.6%2C2-.2.1-.5.2-.7.2Z%22%2F%3E%3Cpath%20d%3D%22M77.5%2C196c-.4%2C0-.8-.2-1.1-.5L10.4%2C118.5c-.5-.6-.5-1.6.2-2.1.6-.5%2C1.6-.5%2C2.1.2l66%2C77c.5.6.5%2C1.6-.2%2C2.1-.3.2-.6.4-1%2C.4Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#voice div.voice {
	position: relative;
	margin: 3rem 0;
	padding: 2rem;
	background: #f4f4f4;
	border-radius: 0.25rem;
}

div#voice div.voice::before {
	content: "";
	position: absolute;
	top: -1.75rem;
	left: 50%;
	width: 12.5rem;
	height: 3.25rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#voice div#voice_01.voice::before {
	background-image: url(../img/voice_01.svg);
}

div#voice div#voice_02.voice::before {
	background-image: url(../img/voice_02.svg);
}

div#voice div#voice_02.voice {
	margin-top: 5rem;
}

div#voice div.voice h3 {
	font-size: 1.6rem;
}

div#voice div.voice h3 strong {
	text-decoration: underline;
	color: #008000;
}

div#voice div.voice p {
	font-size: 1.4rem;
}

div#voice div.voice p strong {
	background: #fff931;
}

div#voice div.beforeafter {
	margin: 0 auto;
	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%23008000%22%20width%3D%22670%22%20height%3D%22710%22%20viewBox%3D%220%200%20670%20710%22%3E%3Cpolygon%20points%3D%22360%20326.7%20323.6%20290.2%20323.6%20301.7%20310%20301.7%20310%20351.7%20323.6%20351.7%20323.6%20363.1%20360%20326.7%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#voice div.voice > figure {
	position: relative;
	transform: rotate(-4deg);
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

div#voice div.voice > figure img {
	border: 0.5rem solid #ffffff;
	border-radius: 0.25rem;
}

div#voice div.voice > figure figcaption {
	position: absolute;
	top: 0;
	width: 9rem;
	height: 9.5rem;
	text-align: center;
	color: #ffffff;
	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%23008000%22%20width%3D%22180%22%20height%3D%22190%22%20viewBox%3D%220%200%20180%20190%22%3E%3Cpolygon%20points%3D%22180%20190%2090%20175.6%200%20190%200%200%20180%200%20180%20190%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#voice div#voice_01.voice > figure figcaption {
	right: 1rem;
}

div#voice div#voice_02.voice > figure figcaption {
	left: 1rem;
}

div#voice div.voice div.beforeafter div.before {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#voice div.voice div.beforeafter div.after {
	width: 44.777%;
	overflow: hidden;
	background: #ffffff;
}

div#voice div.voice div.beforeafter div h4 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

div#voice div.voice div.beforeafter div.before h4 {
	background: #333333;
}

div#voice div.voice div.beforeafter div.after h4 {
	background: #008000;
}

div#voice div.voice div.beforeafter div figure {
	margin: 0;
}

div#voice ul {
	margin: 0;
}

div#voice ul li {
	list-style-type: none;
	margin: 0;
}

div#voice ul li img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#voice ul li img[src$="voice_other_01.svg"] {
	background-image: url(../img/voice_other_01.jpg);
}

div#voice ul li img[src$="voice_other_02.svg"] {
	background-image: url(../img/voice_other_02.jpg);
}

div#voice ul li img[src$="voice_other_03.svg"] {
	background-image: url(../img/voice_other_03.jpg);
}

div#voice ul li img[src$="voice_other_04.svg"] {
	background-image: url(../img/voice_other_04.jpg);
}

div#voice ul li img[src$="voice_other_05.svg"] {
	background-image: url(../img/voice_other_05.jpg);
}

div#voice ul li img[src$="voice_other_06.svg"] {
	background-image: url(../img/voice_other_06.jpg);
}





/* ▼ranking */
/* ----------------------------------------------------- */
div#ranking {
	background-image: linear-gradient(0deg, #af8e3e, #fff9c4 20% 80%, #b79a60);
}

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

div#ranking p {
	font-size: 1rem;
	text-align: center;
}

div#ranking figure {
	margin: 1rem 0 0 0;
}

div#ranking figure img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}





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

div#problem div.precede.container h2 {
	background-color: #5f7184;
	background-image: url(../img/problem_precede.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#problem div.precede.container h2 + ul {
	display: none;
}

div#problem div.follow.container {
	position: relative;
	padding-top: 6.5rem;
	padding-bottom: 1.5rem;
	background-color: #c2c9ce;
	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%235f7184%22%20width%3D%22750%22%20height%3D%2280%22%20viewBox%3D%220%200%20750%2080%22%3E%3Cpolygon%20points%3D%22375%2080%200%200%20750%200%20375%2080%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/problem_follow_bottom.jpg),
					  url(../img/problem_follow_top.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom, center top;
	background-size: 100% auto;
}

div#problem div.follow.container h3 {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}

div#problem div.follow.container h3 span {
	padding: 0.5em;
	color: #ffffff;
	background: #5f7184;
	border-radius: 0.25rem;
}

div#problem div.follow.container ul {
	margin: 4rem 0 2.5rem 0;
}

div#problem div.follow.container ul li {
	list-style-type: none;
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div#problem div.follow.container ul li strong {
	line-height: 1;
}

div#problem div.follow.container ul li:first-child {
	height: 13.75rem;
	background-image: url(../img/problem_follow_first.png);
}

div#problem div.follow.container ul li:last-child {
	height: 11rem;
	background-image: url(../img/problem_follow_last.png);
}

div#problem div.follow.container p {
	padding: 0.5em 0;
	font-size: 2rem;
	text-align: center;
	background-image: url(../img/problem_follow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#problem div.follow.container p strong {
	font-size: 2.2rem;
	text-decoration: underline;
	color: #135f99;
}





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

div#profile div.headline.container {
	position: relative;
	overflow: visible;
	padding-top: 4rem;
	padding-bottom: 35.5rem;
	background-color: #e5f9e5;
	background-image: url(../img/profile_headline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#profile div.headline.container::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 50%;
	width: 5rem;
	height: 3rem;
	background-color: #333333;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#profile div.bodytext.container {
	padding-bottom: 3rem;
	background-color: #ffffff;
}

div#profile div.bodytext.container p {
	font-size: 1.4rem;
}

div#profile div.bodytext.container p strong {
	background: #fff931;
}

div#profile div.bodytext.container h3 {
	position: relative;
	margin: 2.5rem 0;
}

div#profile div.bodytext.container h3:before {
	content: "";
	position: absolute;
	top: 2rem;
	left: -1rem;
	width: 17.5rem;
	height: 5.25rem;
	background-image: url(../img/profile.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#profile div.bodytext.container h3 img,
div#profile div.bodytext.container figure img {
	border-radius: 0.25rem;
}

div#profile div.bodytext.container figure.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#profile div.bodytext.container figure.flexbox picture {
	width: 47.762%;
}

div#profile div.bodytext.container table {
	width: 100%;
	margin: 0;
}

div#profile div.bodytext.container table th,
div#profile div.bodytext.container table td {
	font-size: 1.4rem;
	vertical-align: top;
}

div#profile div.bodytext.container div#personality {
	margin: 3rem 0;
	padding: 0.9rem 1.4rem;
	border: 0.1rem solid #008000;
	border-radius: 0.25rem;
}

div#profile div.bodytext.container div#personality table th,
div#profile div.bodytext.container div#personality table td {
	padding: 0.5rem 0;
	font-weight: 400;
	line-height: 2;
	border-bottom: 0.1rem dashed #bbbbbb;
}

div#profile div.bodytext.container div#personality table tr:last-child th,
div#profile div.bodytext.container div#personality table tr:last-child td {
	border-bottom: 0 none;
}

div#profile div.bodytext.container div#personality table th span {
	display: inline-block;
	width: 9.5rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 2em;
}

div#profile div.bodytext.container div#biography table {
	border-collapse: separate;
	border: 0.1rem solid #cccccc;
	border-radius: 0 0 0.25rem 0.25rem;
}

div#profile div.bodytext.container div#biography table caption {
	font-size: 1.8rem;
	text-align: center;
	color: #ffffff;
	border: 0.1rem solid #cccccc;
	border-bottom: 0 none;
	background: #008000;
	border-radius: 0.25rem 0.25rem 0 0;
}

div#profile div.bodytext.container div#biography table th,
div#profile div.bodytext.container div#biography table td {
	padding: 1em;
	border-bottom: 0.1rem solid #cccccc;
}

div#profile div.bodytext.container div#biography table tr:last-child th,
div#profile div.bodytext.container div#biography table tr:last-child td {
	border-bottom: 0 none;
}

div#profile div.bodytext.container div#biography table th {
	white-space: nowrap;
}

div#profile div.bodytext.container div#biography table td p {
	margin: 0;
}

div#profile div.bodytext.container div#biography table td p + p {
	margin-top: 1.5rem;
}

div#profile div.bodytext.container div#biography table td strong,
div#profile div.bodytext.container div#biography table td p strong {
	color: #008000;
	background: transparent;
}

div#profile div.bodytext.container div#media {
	overflow: hidden;
	padding: 0 0 1.5rem 0;
	background: #e5f9e5;
	border-radius: 0.25rem;
}

div#profile div.bodytext.container div#media h4 {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#profile div.bodytext.container div#media ul {
	width: 88.060%;
	margin: 1rem auto;
}

div#profile div.bodytext.container div#media ul li {
	margin: 0 0 0 1.5rem;
	font-size: 1.4rem;
}

div#profile div.bodytext.container div#media figure {
	width: 88.060%;
	margin: 1.5rem auto 0 auto;
}





/* ▼story */
/* ----------------------------------------------------- */
div#story {
	padding: 0;
	background: #e5f9e5;
}

div#story p {
	font-size: 1.4rem;
}

div#story p img {
	float: left;
	width: 44.777%;
	margin: 0 1.5rem 0 0;
}

div#story div.bodytext {
	position: relative;
	height: 23rem;
	overflow: hidden;
	padding: 1px 2rem;
}

div#story div.bodytext::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22.389%;
	height: 0;
	border-top: 0.1rem solid #333333;
	transform: translate(-50%, 0);
}

div#story div.bodytext.open {
	height: auto;
	overflow: visible;
}

div#story div.bodytext::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7.5rem;
	background-image: linear-gradient(0deg, #e5f9e5 30%, transparent);
}

div#story div.bodytext.open::after {
	display: none;
}

div#story div.bodytext div.readmore p {
	text-align: center;
}

div#story div.bodytext div.readmore p span {
	position: relative;
	display: block;
	cursor: pointer;
	width: 47.458%;
	margin: 0 auto;
	padding: 0.2rem 1rem 0.2rem 1.5rem;
	font-size: 1.6rem;
	text-align: left;
	color: #ffffff;
	background: #008000;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

div#story div.bodytext div.readmore p span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 1rem;
	height: 1rem;
	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%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C15.7L.3%2C6.8c-.4-.4-.4-1.1%2C0-1.6l1-1c.4-.4%2C1.1-.4%2C1.6%2C0l7.1%2C7.1%2C7.1-7.1c.4-.4%2C1.1-.4%2C1.6%2C0l1%2C1c.4.4.4%2C1.1%2C0%2C1.6l-8.9%2C8.9c-.4.4-1.1.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	transform: translate(0, -50%);
}

div#story div.bodytext.open div.readmore p span::after {
	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%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M9.2%2C4.3L.3%2C13.2c-.4.4-.4%2C1.1%2C0%2C1.6l1%2C1c.4.4%2C1.1.4%2C1.6%2C0l7.1-7.1%2C7.1%2C7.1c.4.4%2C1.1.4%2C1.6%2C0l1-1c.4-.4.4-1.1%2C0-1.6L10.8%2C4.3c-.4-.4-1.1-.4-1.6%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
}





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

div#reasons div.headline.container {
	position: relative;
	min-height: 28rem;
	background-image: url(../img/reasons_headline.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

div#reasons div.headline.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 2.5rem 2.5rem 0 0;
}

div#reasons div.reason.container {
	position: relative;
	overflow: visible;
	padding-bottom: 5rem;
}

div#reasons div#reason_05.container {
	padding-bottom: 1.5rem;
}

div#reasons div#reason_01.container,
div#reasons div#reason_03.container,
div#reasons div#reason_05.container {
	background: #ffffff;
}

div#reasons div#reason_01.container::after,
div#reasons div#reason_03.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #f4f4f4;
	border-radius: 2.5rem 2.5rem 0 0;
}

div#reasons div#reason_02.container,
div#reasons div#reason_04.container {
	background: #f4f4f4;
}

div#reasons div#reason_02.container::after,
div#reasons div#reason_04.container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2.5rem;
	background: #ffffff;
	border-radius: 2.5rem 2.5rem 0 0;
}

div#reasons div.reason.container h3 {
	position: relative;
	top: -5rem;
	left: 50%;
	width: 10rem;
	height: 7rem;
	margin-bottom: -3rem;
	transform: translate(-50%, 0);
}

div#reasons div.reason.container h4 {
	font-size: 2.4rem;
	text-align: center;
}

div#reasons div.reason.container h4 strong {
	font-size: 3.5rem;
	color: #008000;
	line-height: 1.2;
}

div#reasons div.reason.container h4 span {
	color: #008000;
}

div#reasons div.reason.container p {
	font-size: 1.4rem;
}

div#reasons div.reason.container p strong {
	background: #fff931;
}

div#reasons div.reason.container figure img {
	border-radius: 0.25rem;
}

div#reasons div#reason_05.container figure img {
	border: 1px solid #cccccc;
}

div#reasons div#reason_05.container figure figcaption {
	margin-top: 0.5rem;
	font-size: 1rem;
}





/* ▼recommend */
/* ----------------------------------------------------- */
div#recommend {
	background-color: #fff8f0;
	background-image: url(../img/recommend.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

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

div#recommend h2 {
	position: relative;
	margin-bottom: 3.5rem;
	padding: 2.5rem 0 1.5rem 0;
	font-size: 1.6rem;
	text-align: center;
	background: #ffe1bd;
	border-radius: 0.25rem;
}

div#recommend h2::before {
	content: "";
	position: absolute;
	top: -2rem;
	left: 50%;
	width: 12.5rem;
	height: 3.25rem;
	background-image: url(../img/recommend.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	transform: translate(-50%, 0);
}

div#recommend h2::after {
	content: "";
	position: absolute;
	bottom: -1.45rem;
	left: 50%;
	width: 2rem;
	height: 1.55rem;
	background: #ffe1bd;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#recommend h2 b {
	background: #ffffff;
}

div#recommend h2 strong {
	font-size: 2.8rem;
	color: #e58800;
}

div#recommend h2 em {
	font-size: 2.4rem;
}

div#recommend p {
	font-size: 1.4rem;
}

div#recommend p img {
	float: left;
	width: 44.777%;
	margin: 0 1.5rem 0 0;
	border-radius: 0.25rem;
}

div#recommend p strong {
	background: #fff931;
}





/* ▼flow */
/* ----------------------------------------------------- */
div#flow {
	padding-top: 10rem;
	background-color: #f4f4f4;
	background-image: url(../img/flow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#flow h2 {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#flow div.step {
	position: relative;
	margin: 8rem 0 0 0;
	padding: 2rem;
	background: #ffffff;
	border-radius: 0.25rem;
}

div#flow div.step::after {
	content: "";
	position: absolute;
	bottom: -4.5rem;
	left: 50%;
	width: 4.5rem;
	height: 2.5rem;
	background: #808080;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#flow div#step_01.step {
	margin-top: 4rem;
}

div#flow div#step_04.step::after {
	display: none;
}

div#flow div.step h3 {
	position: relative;
	top: -3.5rem;
	left: 50%;
	width: 9rem;
	margin: 0 0 -3.5rem 0;
	padding: 0.5rem 0 0.7rem 0;
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 2em;
	transform: translate(-50%, 0);
}

div#flow div.step p {
	margin: 0;
	font-size: 1.4rem;
}

div#flow div.step p span {
	font-size: 1.8rem;
}

div#flow div.step h3 + p {
	margin: 0.5rem 0;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

div#flow div.step p:last-child {
	margin-bottom: 0;
}

div#flow div.step figure {
	margin: 1.5rem -0.5rem 0 0;
}





/* ▼faq */
/* ----------------------------------------------------- */
div#faq {
	background: #ffffff;
}

div#faq h2 {
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
}

div#faq div.faq {
	margin: 3rem 0 0 0;
	border: 0.1rem solid #cccccc;
	background: #ffffff;
	border-radius: 0.25rem;
}

div#faq div.faq div.question {
	cursor: pointer;
	padding: 0.7rem 1rem;
	background: #f4f4f4;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#faq div.faq div.question::before {
	content: "Q";
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 50%;
	align-self: flex-start;
}

div#faq div.faq div.question::after {
	content: "－";
	margin: 0 0 0 1rem;
	font-size: 1.4rem;
}

div#faq div.faq.open div.question::after {
	content: "＋";
}

div#faq div.faq div.question h3 {
	width: calc( 100% - 7rem );
	font-size: 1.6rem;
	text-align: left;
	color: #008000;
}

div#faq div.faq div.answer {
	padding: 0.7rem 1rem;
	border-top: 0.1rem solid #cccccc;
}

div#faq div.faq div.answer h4 {
	font-size: 1.6rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#faq div.faq div.answer h4::before {
	content: "A";
	width: 3.5rem;
	height: 3.5rem;
	margin: 0 1rem 0 0;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
	color: #ffffff;
	background: #333333;
	border-radius: 50%;
	align-self: flex-start;
}

div#faq div.faq div.answer h4 span {
	width: calc( 100% - 4.5rem );
}

div#faq div.faq div.answer p {
	margin: 1em 0;
	font-size: 1.4rem;
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding-top: 22rem;
	padding-bottom: 27.5rem;
	background-color: #e5f9e5;
	background-image: url(../img/message_top.jpg),
					  url(../img/message_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

div#message h2 {
	font-size: 2.7rem;
	text-align: center;
	color: #008000;
}

div#message h2 span {
	display: block;
	width: 35.821%;
	margin: 0 auto 1rem auto;
	font-size: 2rem;
	text-align: center;
	color: #ffffff;
	background: #008000;
	border-radius: 0.25rem;
}

div#message p {
	font-size: 1.4rem;
}

div#message p strong {
	background: #fff931;
}





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

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

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

footer figure {
	margin: 5em 0;
}

footer h2 {
	margin: 1.5em 0 0 0;
	font-size: 2rem;
}

footer p {
	margin: 1.5em 0 0 0;
	font-size: 1.4rem;
}

footer address {
	margin: 2em 0 0 0;
	padding: 0.5em 0;
	font-size: 1.2rem;
	font-style: normal;
	border-top: 0.1rem solid #008000;
}



@media screen and (min-width: 767px) {
	footer {
		padding-bottom: 0;
	}
}

@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
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%;
}





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

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

div#banner p a {
	position: relative;
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 10%;
		right: 1.5%;
		width: 11rem;
	}
	div#banner p {
		width: 11rem;
		margin: 0 0 0 auto;
	}
	div#banner p a {
		width: 11rem;
		height: 11.25rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
		background-image: url(../img/banner_pc.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner p a {
		margin-left: -1px;
		margin-right: -1px;
	}
	div#banner p a::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0rem;
		width: 6.75rem;
		height: 5.5rem;
		background-image: url(../img/banner_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
	}
}
