@charset "utf-8";
/* CSS Document */

/* 汎用セレクタ
------------------------------------------------------------- */
strong {
	font-weight: bold;
}

.b {
	font-weight: bold;
}

.center {
	text-align: center;
}

/* リンク
------------------------------------------------------------- */
.suke img {
	transition: opacity .3s ease;
}

.suke a:hover img {
	opacity: 0.7;
}

a:link {
	color: #fff;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #9DB6BA;
}

a:active {
	color: #fff;
}


/*	マージン・パディング・ボーダー
------------------------------------------------------------- */
.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

/* -------------画像をフレキシブル ------------- */
img {
	width: 100%;
}

a {
	text-decoration: none;
}

#container {
	background-color: #eeeeee;
	max-width: 1080px;
	overflow: hidden;

	/*  Prevents Flickering  */
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.body-section {
	background-color: #ffffff;
}

.body-section .placefiller {
	font-size: 14px;
	line-height: 1.6em;
}

.body-section h2,
.body-section.orange h2 {
	color: #2B2B2B;
	border-bottom: #777777 1px dotted;
	padding: 5px 5px 5px 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	margin: 0 0 15px 10px;
}

.body-section h2::before {
	content: "";
	width: 10px;
	height: 100%;
	background: #389861;
	position: absolute;
	top: 1px;
	left: -10px;
}

.body-section.orange h2::before {
	content: "";
	width: 10px;
	height: 100%;
	background: #EF7F2F;
	position: absolute;
	top: 1px;
	left: -10px;
}

.body-section h3 {
	font-weight: bold;
	font-size: 17px;
	color: #387500;
	margin-bottom: 7px;
	text-align: left;
}

.body-section h4 {
	font-weight: bold;
	font-size: 17px;
	color: #333;
	margin-bottom: 20px;
	text-align: left;
}

.body-section a:link {
	color: #0569CC;
	transition: 0.3s;
}

.body-section a:visited {
	color: #0569CC;
}

.body-section a:hover {
	color: #72b3f3;
	opacity: 0.3;
}

.body-section a:active {
	color: #0569CC;
}

.body-section h5 {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: #999 1px solid;
	padding: 0 0 5px 5px;
}

header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px;
}

header > a > img {
	width: 100%;
	max-width: 130px;
}

.intro_box > h1 {
	font-size: 4rem;
	text-align: center;
	line-height: 1.5;
	border-top: 40px solid #399961;
	border-bottom: 10px solid #399961;
	padding: 10px 20px;
	margin: 0 0 30px;
}

.intro_box > h1 span {
	font-size: 5rem;
}

.intro_box > h1 span.green {
	color: #399961;
}

.intro_box > h1 span.green {
	color: #399961;
}

.intro_box > h1 img {
	max-width: 170px;
	vertical-align: text-top;
}

.intro_box > p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}

.intro_box > div {
	max-width: 810px;
	margin: 0 auto;
}



.burger {
	position: absolute;
	float: left;
	padding: 10px;
	top: 4px;
	left: 10px;
	display: none;
}

.burger li {
	width: 30px;
	height: 4px;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px 0;
}

.burger.open li {
	background-color: #d9dde1;
}

nav {
	position: absolute;
	top: 0;
	right: 5px;
}

nav li {
	float: left;

	display: inline-block;
}

nav li a {
	font-size: 11px;
	color: #ffffff;
	padding: 24px 15px;

	display: block;
}

nav li a:hover {
	color: #000;
}




/*  Removable CSS  */

.ins p {
	line-height: 200%;
	font-size: 16px;
}


.top {
	text-align: center;
	margin-bottom: 20px;
}

.cbox {
	text-align: left;
	margin: 0 auto;
}

.cbox tr,
td {
	padding: 20px;
}

.cbox td {
	font-weight: bold;
	font-size: 17px;
	color: #0569CC;
}

.cbox td p {
	font-weight: normal;
	font-size: 12px;
	color: #3e3a39;
}

.cbox li {
	line-height: 1.1em;
}

.cbox li span {
	font-weight: bold;
}

.keigen_box {
	width: 90%;
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	padding: 10px 10px 10px 100px;
	margin: 0 auto;
}

.keigen_box::after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(#f4ad4b, #e36a11);
	border: 3px solid #f5ac47;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 30%));
	transform: skewX(-30deg);
	position: absolute;
	left: 0;
}

.keigen_box > div {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 30%));
	position: absolute;
	left: 0;
	z-index: 2;
}

.keigen_box > div::before {
	content: "";
	width: 90px;
	height: 90px;
	background: #dadbdd;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
}

.keigen_box > div::after {
	content: "";
	width: 84px;
	height: 84px;
	background: linear-gradient(#e1e2e3, #fff, #dddee0);
	border-radius: 50%;
	transform: rotate(45deg);
	position: absolute;
}

.keigen_box > div p {
	color: #EF7F2F;
	font-size: 2.6rem;
	font-weight: bold;
	position: relative;
	z-index: 2;
}

.keigen_box > p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	position: relative;
	z-index: 2;
}

.keigen_box > p span {
	font-size: 2.2rem;
	filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, 30%));
	margin: 0 5px;
}

.keigen_box > p span:nth-of-type(2) {
	margin: 0 5px 0 0;
}

.hard_box {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(auto, 400px));
	gap: 30px 50px;
	margin: 0 auto 10px;
}

.hard_box > a {
	display: flex;
	flex-flow: column;
	align-items: center;
	border: 1px solid #777;
	border-radius: 10px;
	padding: 20px;
}

.hard_box > a h3 {
	color: #2B2B2B;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 10px;
}

.hard_box > a img {
	max-width: 230px;
	height: 150px;
	object-fit: contain;
	margin: 0 0 10px;
}

.hard_box > a:nth-of-type(4) img {
	max-width: 200px;
}

.hard_box > a ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
	margin: 0 0 50px;
}

.hard_box > a:nth-of-type(4) ul {
	margin: 0 0 76px;
}

.hard_box > a ul li {
	color: #2B2B2B;
	line-height: 1.5;
	list-style: disc;
	margin: 0 0 0 2rem;
}

.hard_box > a > div {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hard_box > a > div > div:nth-of-type(1) {
	position: relative;
}

.hard_box > a > div > div:nth-of-type(1) > p:nth-of-type(1) {
	color: #2B2B2B;
}

.hard_box > a > div > div:nth-of-type(1) > p:nth-of-type(1) span {
	font-size: 2rem;
}

.hard_box > a > div > div:nth-of-type(1) > p:nth-of-type(2),
.hard_box > a > div > div:nth-of-type(1) > div {
	width: 54px;
	height: 54px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	background: #e8465a;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	right: -20px;
}

.hard_box > a > div > div:nth-of-type(1) > div > p {
	font-size: 1rem;
	line-height: 1.2;
}

.hard_box > a > div > div:nth-of-type(1) > p:nth-of-type(2) span,
.hard_box > a > div > div:nth-of-type(1) div p span {
	font-size: 1.6rem;
}

.hard_box > a > div > div:nth-of-type(1) > p:nth-of-type(2)::after,
.hard_box > a > div > div:nth-of-type(1) > div::after {
	content: "";
	background: #e8465a;
	width: 10px;
	height: 15px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transform: rotate(10deg);
	position: absolute;
	right: 36px;
	bottom: -3px;
}

.hard_box > a > div > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.hard_box > a > div > div:nth-of-type(2) p {
	color: #e8465a;
	font-size: 1.6rem;
	line-height: 1.2;
}

.hard_box > a > div > div:nth-of-type(2) p:nth-of-type(2) span {
	font-size: 3rem;
	font-weight: bold;
}

.hojokin_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 0 auto 10px;
}

.hojokin_box > div {
	border: 2px solid #399961;
	border-radius: 10px;
	position: relative;
}

.hojokin_box > div > h3 {
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: #399961;
	border-radius: 6px 6px 0 0;
	padding: 10px;
	margin: 0;
}

.hojokin_box > div > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.hojokin_box > div > div ul li {
	font-size: 1.6rem;
	line-height: 1.5;
	list-style: disc;
	margin: 0 0 10px 2rem;
}

.hojokin_box > div:nth-of-type(1) > div > p {
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.hojokin_box > div:nth-of-type(1) > div ul li span {
	font-size: 1.2rem;
}

.hojokin_box > div:nth-of-type(2) > div {
	height: 195px;
}

.hojokin_box > div:nth-of-type(2) > div > div {
	width: 100px;
	height: 100px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #399961;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 50%));
	transform: rotate(10deg);
	position: absolute;
	top: -10px;
	right: -5px;
}

.hojokin_box > div:nth-of-type(2) > div > div p {
	font-size: 2rem;
}

.hojokin_box > div:nth-of-type(2) > div > div p span {
	font-size: 3rem;
}

.hojokin_box > div:nth-of-type(2) > div > div::before {
	content: "";
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	z-index: -1;
}

.hojokin_box > div:nth-of-type(2) > div > div::after {
	content: "";
	width: 94px;
	height: 94px;
	background: #ffeb3f;
	border-radius: 50px;
	position: absolute;
	z-index: -1;
}

.body-section a.otoiawase {
	max-width: 300px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #FFA04E;
	border-radius: 5px;
	padding: 5px;
}

.mm {
	font-weight: normal;
	font-size: 12px;
	color: #3e3a39;
}

.time table,
tr,
td,
th {
	border: #CCC 1px solid;
	color: #3e3a39 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 5px !important;
}

th.tbg {
	background-color: #E1EFF9 !important;
	text-align: center !important;
}

tr.tdbg td {
	background-color: #E8E8E8;
	 !important;
}



.body-section ul {
	text-align: left;
}

.body-section li {
	line-height: 1.5;
	margin-bottom: 1.2em;
}

.footer-section {
	padding: 30px 10px 10px 10px;
	color: #fff;
	background-color: #00A73B;
	text-align: center;
}

.footer-section p {
	line-height: 300%;
}

.footer-section .placefiller {
	height: 30px;
	font-size: 12px;
}

.footer-section a:link {
	color: #fff;
}

.footer-section a:visited {
	color: #fff;
}

.footer-section a:hover {
	color: #C0EAF9;
}

.footer-section a:active {
	color: #fff;
}


/*  AddStyle CSS  */

.imgbr {
	border: #CCC 2px solid;
}

.terms {
	width: 95%;
}

.terms p {
	line-height: 1.4em;
}

.terms h4 {
	font-weight: bold;
	font-size: 15px;
	margin: 20px 0 10px 0;
}

.terms ul {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
}

.terms ol {
	margin-bottom: 20px;
	font-size: 13px;
}

.terms ul li {
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.terms ol li {
	font-weight: normal;
	margin-left: 25px;
	list-style-type: decimal;
	margin-bottom: 5px;
	line-height: 1.4em;
}


.help {
	font-size: 16px;
	margin-left: 20px;
	width: 70%;
}

.help a:link {
	color: #0070CC;
}

.help a:visited {
	color: #0070CC;
}

.help a:hover {
	color: #81B9D7;
	text-decoration: underline;
}

.help a:active {
	color: #0070CC;
}

.help ul {
	padding-left: 20px;
	list-style-type: square;
	color: #0070CC;
}

.help ol {
	padding-left: 20px;
	list-style-type: decimal;
	color: #0070CC;
}

.help li {
	border-bottom: #CCC solid 1px;
}

.hlbox {
	text-align: center;
	float: left;
	width: 45%;
	margin-bottom: 30px;
}

.hrbox {
	text-align: center;
	float: rightt;
	width: 45%;
	margin-bottom: 30px;
}

.bmini {
	font-size: 12px;
	background-color: #CCC;
	text-align: center;
	width: 80%;
	padding: 10px;
	margin: 0 auto;
	line-height: 1.2em;
}

.waku {
	border: #CCC 1px solid;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.red {
	color: #F36;
	font-weight: bold;
}

.redb {
	color: #F36;
	font-weight: bold;
	font-size: 28px;
}

.pred {
	color: #F00;
	font-size: 28px;
}

.pgreen {
	color: #393;
	font-size: 28px;
}

.pstar {
	color: #FC0;
	font-size: 24px;
}

.button {
	text-align: center;
}

.button p {
	list-style-type: none;
	height: 30px;
	text-align: center;
}

.button a {
	display: block;
	color: #FFFFFF !important;
	font-weight: bold;
	text-decoration: none !important;
	background: #FFA04E;
	border-radius: 5px;
	padding: 5px;
}

.button a:hover {
	background-color: #FFC69C;
}


/*問合せ資料請求*/
.button2 {
	width: 100%;
	max-width: 500px;
	text-align: center;
}

.button2 p {
	list-style-type: none;
	width: 100%;
	height: 30px;
	margin: 3px auto;
	text-align: center;
}

.button2 a {
	display: block;
	width: 100%;
	padding: 10px;
	text-decoration: none !important;
	background-color: #68B737;
	color: #FFFFFF !important;
	font-weight: bold;
	border-radius: 5px;
}

.button2 a:hover {
	background-color: #A0D87D;
}

/*ショップページ*/
.shoppage {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}


/*to-top*/
.page-top {
	display: none;
	margin: 0;
	padding: 0;
}

.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
}

.move-page-top {
	display: block;
	background: #D36015;
	width: 40px;
	height: 40px;
	cursor: pointer;

	color: #fff;
	line-height: 40px;
	text-decoration: none;
	text-align: center;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	opacity: 0.7;
}

.move-page-top:hover {
	opacity: 0.5;
}

@media screen and (max-width:1024px) {

	.intro_box > h1 {
		font-size: 3rem;
	}

	.intro_box > h1 span {
		font-size: 4rem;
	}

	.intro_box > h1 img {
		max-width: 130px;
	}

	.keigen_box > p {
		font-size: 1.4rem;
	}

	.keigen_box > p span {
		font-size: 1.8rem;
	}

	.hojokin_box {
		max-width: 400px;
		grid-template-columns: repeat(1, 1fr);
	}

	.hojokin_box > div:nth-of-type(2) > div {
		height: 150px;
	}
}

@media screen and (max-width:767px) {

	.intro_box > h1 {
		font-size: 2.4rem;
		padding: 10px 0;
	}

	.intro_box > h1 span {
		font-size: 3rem;
	}

	.keigen_box {
		width: 95%;
		max-width: 400px;
		justify-content: center;
		padding: 10px 20px;
		margin: 90px auto 0;
	}

	.keigen_box::after {
		transform: skewX(-10deg);
	}

	.keigen_box > div {
		top: -85px;
		left: auto;
	}

	.hojokin_box {
		max-width: 400px;
		grid-template-columns: repeat(1, 1fr);
	}

	.hard_box > a h3 {
		color: #2B2B2B;
		font-size: 1.8rem;
		text-align: center;
		margin: 0 0 10px;
	}

	.hard_box > a > div {
		align-items: end;
	}

	.hard_box > a > div > div:nth-of-type(2) {
		flex-flow: column;
	}

	.hard_box > a ul {
		margin: 0 0 10px;
	}

	.hard_box > a:nth-of-type(4) ul {
		margin: 0 0 10px;
	}
}
