@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
	font-family:'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#535353;
	font-size:16px;
}
a,a:hover {
	color:#535353;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, a {
	font-size:1em;
	line-height:1em;
	margin:0;
	padding:0;
}
div > p {
	line-height:1.5;
}
h1 img {
	width:50%;
	margin:-4% 0;
}
ul {
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	list-style:none;
}
.navbar {
	margin:0;
	box-shadow:none;
	border-bottom:5px solid #DBCFDB;
}
.navbar .navbar-toggler {
	padding: 0;
	width: 100px;
	height: 32px;
	-webkit-appearance: none;
}
.bar-flower {
	background: url(../img/bar-flower.png) center no-repeat;
	background-size: contain;
	width:100%;
	height: 1.1em;
	margin-top:3%;
}
.main {
	background:none;
	padding-top:66px;
}
.table {
	display:table;
}
.table-row {
	display:table-row;
}
.table-col {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.section-title {
	text-align:center;
	margin-bottom:5%;
}
.section-text {
	padding:3%;
}
.section-text h3 {
	color:#F09092;
	font-size:1.7em;
	text-align:center;
	margin-top:5%;
}
.section-text img {
	margin:5% 0;
}
.content-box {
	padding:1em;
	text-align:center;
}
.content-box img {
	width: auto;
	height: 0.7em;
	margin-bottom: 0.3em;
}
.section-upper {
	background:url(../img/bar-arrow.png) center bottom no-repeat;
	background-size:contain;
	text-align:center;
}
.section-upper img {
	width:60%;
}
.section-upper p {
	padding:5% 0 15%;
}
.section-upper p strong {
	font-size:1.3em;
}
#nav-content ul {
	padding:3%;
}
#nav-content ul li {
	width:100%;
}
.section-main {
	border-bottom:5px solid #DBCFDB;
}
.section-top-concept {
	padding:0.9em;
}
.section-top-concept .section-title {
	width:80%;
	margin:0 auto;
	border-bottom:2px solid #535353;
	margin-bottom:1.5em;
}
.section-top-concept .section-title img {
	width:70%;
}
.section-top-concept .section-title p {
	padding:2% 0;
}
.section-top-concept > a {
	display:block;
	width:20%;
	margin:10% auto;
}
.section-main-content {
	background:#D8D2C2;
	padding-bottom:0.5em;
}
.section-main-content .section-title {
	padding:1.5em 0;
}
.section-main-content .section-title img {
	width:85%;
}
.section-main-content ul li {
	width:100%;
}
.section-main-content ul li:nth-child(odd) {
	background:#fff;
}
.section-main-content ul li:nth-child(even) {
	background:#BDC9C9;
}
.section-main-content ul li img {
	width:100%;
}
.section-official {
	padding:1.5em 1em;
}
.section-official a {
	text-decoration:none;
}
.section-official .official-box {
	padding:1em 0;
	border:3px solid #bbb;
	text-align:center;
}
.section-official .official-box img {
	width:60%;
}
.bar-official-site {
	background:#bbb;
	color:#fff;
	margin-top:0.5em;
	padding:0.4em;
	position:relative;
}
.bar-official-site span {
	font-size:1.2em;
	line-height:1.6em;
	padding-right:0.5em;
}
.bar-official-site img {
	width:10%!important;
	vertical-align:top;
}
.section-contact {
	background:url(../img/bg-foot-contact.jpg) no-repeat;
	background-size:contain;
	padding:38%;
	position:relative;
}
.section-contact .contact-box {
	position:absolute;
	top:8%;
	right:8%;
	width:45%;
}
.section-contact .contact-box img {
	margin-bottom:5%;
}
.section-contact .contact-box .contact-title img {
	margin-bottom:10%;
}
.footer img {
	width:70%;
}
.footer .copyright {
	margin-top:3%;
	text-align:center;
}
.footer .copyright a {
	border-bottom:1px solid #535353;
}
.section-concept {
	padding:2em 0;
	border-bottom:5px solid #DBCFDB;
}
.section-concept .section-title img {
	width:50%;
}
.section-concept .section-recomm {
	margin-top:3%;
}
.bottom-link {
	width:90%;
	margin:0 auto 5%;
}
.bottom-link .btn-link {
	background:url(../img/ico-arrow.png) no-repeat;
	background-size:1em;
	background-position:21em 1.4em;
	border:2px solid #DBCFDB;
	padding:0;
	margin-top:5%;
	text-align:center;
}
.bottom-link .btn-link a {
	font-size:1.4em;
	display:block;
	padding:5%;
}
.section-about {
	padding:2em 0;
	border-bottom:5px solid #DBCFDB;
}
.section-about .section-title img {
	width:80%;
}
.section-inexper {
	padding:2em 0;
	border-bottom:5px solid #DBCFDB;
}
.section-inexper .section-title img {
	width:70%;
}
.section-inexper .section-beginner {
	background:#DFE8BC;
	padding:5%;
}
.section-inexper .section-beginner img {
	float:right;
	width:44%;
	margin-top:1%;
}
.section-inexper .section-beginner p {
	padding-top:9%;
}
.section-inexper .section-beginner p strong {
	font-size:1.8em;
	line-height:1;
}
.section-work {
	padding:2em 0 0;
}
.section-work .section-title img {
	width:80%;
}
.section-point5 {
	background:#DFC7C9;
}
.section-point5 ul {
	padding-bottom:1.2em;
}
.section-point5 ul li {
	text-align:center;
	width:86%;
	margin:3% auto;
}
.section-point5 .point-title {
	background:url(../img/bar-heart.png) no-repeat;
	background-size:85%;
	background-position:center bottom;
	padding:1em 0 2em;
}
.section-point5 .point-title img {
	width:30%;
	margin-bottom:1em;
}
.section-point5 .point-title h4 {
	font-size:1.4em;
}
.section-point5 ul li > img {
	width:80%;
	margin:0.5em 0;
}
.section-point5 ul li > p {
	text-align:left;
	line-height:1.4;
}
.section-point3 {
	padding:0 0 2em;
	border-bottom:5px solid #DBCFDB;
}
.section-point3 ul {
	padding-bottom:1.2em;
}
.section-point3 ul li {
	width:90%;
	margin:5% auto;
}
.section-point3 .point3-title {
	text-align:center;
}
.section-point3 .point3-title > img {
	width:50%;
	margin:1em 0;
}
.section-point3 .point3-title > h4 {
	font-size:1.4em;
}
.section-point3 .point3-title > h4 img {
	width:20%;
	margin-top:-5px;
	margin-right:10px;
}
.section-point3 .point3-title > hr {
	margin:0 auto 1em;
	width:90%;
	border-color:#535353;
}
.section-point3 ul li > p {
	line-height:1.4;
}
.section-money {
	padding:2em 0 0;
}
.section-money .section-title img {
	width:60%;
}
.basic-money {
	padding:2%;
	border-bottom:5px solid #DBCFDB;
}
.basic-money img {
	margin:1.5em 0;
}
.basic_back {
	color:#DBCFDB;
	font-size:1.5em;
	font-weight:bold;
	padding-left:4%;
}
.basic_back strong {
	color:#FFAC2D;
	font-size:1.5em;
}
.basic_back strong span {
	font-size:0.5em;
}
.basic-money ul {
	display:block;
	margin:1em 0;
	padding-left:2%;
}
.basic-money ul:after {
	content:" ";
	display:block;
	clear:both;
}
.basic-money ul li {
	font-size:1.4em;
	float:left;
	margin:3% 2%;
}
.basic-money ul li:before {
	content:" ";
	background:url(../img/ico-check.png) center no-repeat;
	background-size:contain;
	width:30px;
	height:22px;
	float:left;
}
.patarn-box {
	padding:3%;
	text-align:center;
}
.patarn-title {
	text-align:center;
	margin-bottom:3%;
}
.patarn-title img {
	width:50%;
	margin:3%;
}
.patarn-title p {
	font-size:1.2em;
	font-weight:bold;
}
.patarn-case {
	color:#777;
	font-size:1.1em;
	margin-bottom:3%;
}
.sum-money {
	color:#FFAC2D;
	font-size:1.2em;
	margin-bottom:3%;
}
.sum-money strong {
	font-size:1.4em;
}
.sche-box {
	margin:5% 0;
}
.sche-box img {
	width:50%;
}
.sche-box p {
	font-size:1.2em;
}
.sche-box p strong {
	color:#F09092;
	font-size:1.7em;
	border-bottom:2px solid #535353;
}
.sche-box .table-row:first-child > .table-col {
	border-bottom:1px solid #535353;
}
.sche-box .table-col {
	width:14.285714%;
}
.section-exper {
	padding:2em 0;
}
.section-exper .section-title img {
	width:70%;
	margin-bottom:3%;
}
.section-exper .section-title span {
	border-bottom:1px solid #535353;
}
.section-exper .section-text img {
	margin:0;
}
.section-exper .section-text h3 {
	color:#333;
	text-align:left;
	margin-bottom:5%;
}
.section-qanda {
	padding:2em 0;
	border-bottom:5px solid #DBCFDB;
}
.section-qanda .section-title img {
	width:75%;
	margin-bottom:3%;
}
.section-qanda .section-text h3 {
	font-size:1.1em;
	text-align:left;
	line-height:1.5em;
	border-bottom:1px solid #535353;
	margin-bottom:2%;
}
.section-qanda .section-text p {
	display:none;
}
.section-inquiry-top {
	padding:2em 0 0;
}
.section-inquiry-top .section-title img {
	width:60%;
}
.section-contact-form {
	background:#DFC7C9;
}
.category {
	color:#535353;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
	border:1px solid #535353;
	border-radius:10px;
}
.form-control {
	background-color:#fff;
}
.card-body > .col-12 > a {
	background:url(../img/btn-bg-form.png) no-repeat;
	background-size:100% 100%;
	color:#fff;
	display:block;
	text-align:center;
	padding:6%;
	margin:5% 0;
}
@media (min-width: 415px) {
	body {
		font-size:28px;
		width:768px;
		margin:0 auto;
	}
	h1 img {
		margin:-2% 0;
	}
	#nav-drawer {
		top:25px;
	}
	.main {
		padding-top:15%;
	}
	#nav-drawer {
		display:block;
	}
	#nav-content {
		font-size:0.58em;
	}
}
@media (max-width: 413px) {
	body {
		font-size:14px;
	}
	#nav-open {
		width:45px;
	}
	#nav-content {
		width:80%;
	}
	.main {
		padding-top:64px;
	}
	.basic_back strong {
		font-size:1.6em;
	}
}
@media (max-width: 374px) {
	body {
		font-size:12px;
	}
	#nav-drawer {
		top:13px;
	}
	#nav-open {
		width:35px;
	}
	.main {
		padding-top:60px;
	}
	.basic-money ul {
		padding-left:0;
	}
}
