@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#slide {
	/*height: 88vh;*/
	height: 745px;
}
#slide .box01 {
	/*height: 88vh;*/
	height: 745px;
	background-image: url("../images/pc/index/slide01.png");
	background-position: center top;
	background-size: cover;
	position: relative;
}
#slide .box02 {
	/*height: 88vh;*/
	height: 745px;
	background-image: url("../images/pc/index/slide02.png");
	background-position: center top;
	background-size: cover;
	position: relative;
}
#slide .box h2 {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	/*padding-top: 5vw;*/
	padding-top: 80px;
}
#slide .box h2 img {
/*	width: 6.83098591549vw;
	height: 33.5211267606vw;
	max-width: 97px;
	max-height: 476px;*/
	width: 100px;
	height: auto;
}
#slide .box02 h2 {
	text-align: right!important;
	display: flex;
	flex-direction: row-reverse;
}





#about .flex {
	display: flex;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 120px;
}
#about .flex figure {
	width: 50%;
	height: 520px;
	background-image: url("../images/pc/index/about_p.png");
	background-size: cover;
	background-position: center center;
	margin-right: 50px;
}
#about .flex div {
	width: 490px;
	text-align: left;
}
#about h2 {
	font-size: 60px;
	color: #5CA89B;
	text-align: left;
}
#about h2 span {
	font-size: 25px;
	color: #545454;
	display: block;
	margin-top: 40px;
}
#about h2+p {
	font-size: 23px;
	line-height: 1.4em;
	color: #545454;
	margin-top: 40px;
}
#about h2+p+p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #262626;
	line-height: 1.9em;
	margin-top: 10px;
}





#choice {
	background-image: url("../images/pc/index/select_bg.png");
	background-size: cover;
	background-position: center top;
	padding-top: 80px;
}
#choice h2 {
	font-size: 60px;
	color: #5CA89B;
	text-align: center;
}
#choice h2 span {
	font-size: 25px;
	color: #545454;
	display: block;
	margin-top: 40px;
}
#choice h2+p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #262626;
	line-height: 1.9em;
	margin-top: 15px;
	margin-bottom: 60px;
}
#choice h3 {
	font-size: 28px;
	color: #545454;
	padding-top: 100px;
	margin-bottom: 40px;
}
#choice .inner {
	padding-bottom: 150px;
}
#choice .flex {
	display: flex;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
#choice .flex div {
	width: 350px;
	margin-bottom: 65px;
	position: relative;
}
#choice .flex div p {
	height: 57px;
	line-height: 57px;
	font-size: 22px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #545454;
	font-weight: normal;
}
#choice .flex div p span {
	font-size: 15px;
	position: relative;
	top: -3px;
	margin-left: 5px;
}
#choice .flex div.yellow p {
	background-color: #FFD684;
}
#choice .flex div.yellow p span {
	color: #ff9a43;
}
#choice .flex div.red p {
	background-color: #ffc2b8;
}
#choice .flex div.red p span {
	color: #ff7d66;
}
#choice .flex div.green p {
	background-color: #c1dcc2;
}
#choice .flex div.green p span {
	color: #459a51;
}
#choice .flex div.orange p {
	background-color: #ffb792;
}
#choice .flex div.orange p span {
	color: #ff6100;
}
#choice .flex div.blue p {
	background-color: #a2cae2;
}
#choice .flex div.blue p span {
	color: #007eb7;
}
#choice .flex div.beju p {
	background-color: #f5d4a5;
}
#choice .flex div.beju p span {
	color: #e08200;
}
#choice .flex div a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;transition: 0.3s;
}
#choice .flex div a:hover {
	background-color: rgba(255,255,255,0.30);
	transition: 0.3s;
}
#choice .box {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #449d90;
	padding-top: 45px;
	padding-bottom: 55px;
}
#choice .box h4 {
	font-size: 28px;
	color: #000;
	margin-bottom: 40px;
}
#choice .box .flex2 {
	display: flex;
	justify-content: space-between;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#choice .box .flex2 div {
	margin-left: 30px;
}
#choice .box .flex2 div h5 {
	font-size: 24px;
	line-height: 1.4em;
}
#choice .box .flex2 div p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7em;
	margin-top: 10px;
}
#choice .box .btn a {
	width: 630px;
	height: 81px;
	display: block;
	line-height: 81px;
	background-color: #5CA89B;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #fff;
	font-size: 26px;
	border-radius: 17px;
	margin-top: 40px;
	transition: 0.3s;
}
#choice .box .btn a img {
	position: relative;
	top: 28px;
	margin-left: 8px;
}
#choice .box .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#point {
	padding-top: 80px;
}
#point h2 {
	font-size: 60px;
	color: #5CA89B;
	text-align: center;
	margin-bottom: 40px;
}
#point h2 span {
	font-size: 25px;
	color: #545454;
	display: block;
	margin-top: 50px;
}
#point .box {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #5aa79a;
	border-radius: 16px;
	margin-bottom: 60px;
}
#point .box .flex {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 45px;
	padding-bottom: 45px;
}
#point .box .flex div {
	width: 470px;
}
#point .box h3 {
	font-size: 30px;
	color: #5CA89B;
	text-align: center;
}
#point .box h3 span {
	font-size: 22px;
	color: #545454;
	display: block;
	margin-top: 15px;
}
#point .box p {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 20px;
	line-height: 1.7em;
}
#point .point2 {
	padding-top: 45px;
	padding-bottom: 45px;
}
#point .point2 p {
	width: 838px;
	margin-left: auto;
	margin-right: auto;
}
#point .point2 ul {
	display: flex;
	justify-content: space-between;
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}





#product {
	padding-top: 80px;
	margin-top: 100px;
	background-image: url("../images/pc/index/product_bg.png");
	background-position: center top;
	background-size: cover;
	padding-bottom: 140px;
}
#product h2 {
	font-size: 60px;
	color: #5CA89B;
	text-align: center;
	margin-bottom: 40px;
}
#product h2 span {
	font-size: 25px;
	color: #545454;
	display: block;
	margin-top: 50px;
}
#product .box {
	background-color: #fff;
	width: 1120px;
	border-radius: 16px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px; 
}
#product .box h3 {
	font-size: 29px;
	color: #262626;
	padding-top: 60px;
	margin-bottom: 20px;
}
#product .box h3+p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 17px;
}
#product .box h3+p+p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 17px;
	margin-top: 5px;
}
#product .box h3+p+p a {
	color: #262626;
}
#product .box .flex {
	display: flex;
	justify-content: space-between;
	width: 998px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 30px;
}
#product .box .flex div {
	width: 420px;
}
#product .box .flex div h4 {
	font-size: 46px;
	margin-bottom: 45px;
}
#product .box .flex div h4+p {
	font-size: 52px;
	margin-bottom: 15px;
}
#product .box .flex div h4+p span {
	font-size: 24px;
	color: #fff;
	background-color: #5CA89B;
	width: 110px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	text-align: center;
	border-radius: 12px;
	position: relative;
	top: -8px;
	margin-right: 20px;
}
#product .box .flex div h4+p em {
	font-size: 25px;
}
#product .box .flex div table {
	border-bottom: 1px solid #a5a09f;
}
#product .box .flex div table th {
	border-top: 1px solid #a5a09f;
	font-size: 18px;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 17px;
}
#product .box .flex div table td {
	border-top: 1px solid #a5a09f;
	font-size: 18px;
	padding-top: 17px;
	padding-bottom: 17px;
}





#faq {
	background-color: #5CA89B;
	 padding-top: 90px;
	 padding-bottom: 90px;
}
#faq h2 {
	font-size: 60px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
#faq h2 span {
	font-size: 25px;
	color: #fff;
	display: block;
	margin-top: 50px;
}
#faq h3 {
	background-color: #fff;
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 19px;
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
}
#faq h3 .icon {
	color: #5CA89B;
	font-size: 21px;
	margin-left: 35px;
	margin-right: 30px;
}
#faq h3 .togle {
	position: absolute;
	right: 30px;
	top: 25px;
}
#faq h3+.abox {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E1F4EC;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	top: -40px;
}
#faq h3+.abox span {
	margin-left: 35px;
	color: #5CA89B;
	font-size: 21px;
}
#faq h3+.abox span+div {
	margin-left: 80px;
	margin-right: 50px;
	margin-top: -25px;
}
#faq h3+.abox span+div p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.8em;
}
#faq .btn a {
	display: block;
	border-radius: 36px;
	width: 440px;
	height: 80px;
	line-height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFEDA;
	text-decoration: none;
	font-size: 25px;
	color: #262626;
	transition: 0.3s;
}
#faq .btn a img {
	position: relative;
	top: 26px;
	margin-left: 8px;
}
#faq .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#contacts {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 90px;
	padding-bottom: 90px;
	display: flex;
	justify-content: space-between;
}
#contacts div {
	width: 520px;
	background-color: #E1F4EC;
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 45px;
}
#contacts div p {
	font-size: 22px;
	line-height: 1.4em;
}
#contacts div .btn a {
	width: 410px;
	height: 70px;
	display: block;
	background-color: #5CA89B;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	line-height: 70px;
	border-radius: 25px;
	margin-top: 20px;
	font-size: 25px;
	transition: 0.3s;
}
#contacts div .btn a img {
	position: relative;
	top: 22px;
	margin-left: 15px;
}
#contacts div .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#slide {
	height: 120vw;
}
#slide .box01 {
	height: 120vw;
	background-image: url("../images/sp/index/slide01.png");
	background-position: center top;
	background-size: cover;
	position: relative;
}
#slide .box02 {
	height: 120vw;
	background-image: url("../images/sp/index/slide02.png");
	background-position: center top;
	background-size: cover;
	position: relative;
}
#slide .box h2 {
	display: none;
}






#about .flex {
	align-items: center;
	margin-top: 15vw;
	margin-bottom: 15vw;
}
#about .flex figure {
	height: 50vw;
	background-image: url("../images/pc/index/about_p.png");
	background-size: cover;
	background-position: center center;
	margin-right: 5vw;
}
#about .flex div {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
}
#about h2 {
	font-size: 12vw;
	color: #5CA89B;
	text-align: left;
}
#about h2 span {
	font-size: 5vw;
	color: #545454;
	display: block;
	margin-top: 6vw;
}
#about h2+p {
	font-size: 5vw;
	line-height: 1.4em;
	color: #545454;
	margin-top: 5vw;
}
#about h2+p+p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #262626;
	line-height: 1.9em;
	margin-top: 3vw;
}





#choice {
	background-image: url("../images/pc/index/select_bg.png");
	background-size: cover;
	background-position: center top;
	padding-top: 15vw;
}
#choice h2 {
	font-size: 12vw;
	color: #5CA89B;
	text-align: center;
}
#choice h2 span {
	font-size: 5vw;
	color: #545454;
	display: block;
	margin-top: 6vw;
}
#choice h2+p {
	font-family: 'Noto Sans JP', sans-serif;
	color: #262626;
	line-height: 1.9em;
	margin-top: 7vw;
	margin-bottom: 10vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#choice .js-scrollable figure {
	width: 800px;
}
#choice h3 {
	font-size: 5vw;
	color: #545454;
	padding-top: 15vw;
	margin-bottom: 5vw;
}
#choice .inner {
	padding-bottom: 15vw;
}
#choice .flex {
	display: flex;
	margin-left: 3vw;
	margin-right: 3vw;
	justify-content: space-between;
	flex-wrap: wrap;
}
#choice .flex div {
	width: 48%;
	margin-bottom: 3vw;
	position: relative;
}
#choice .flex div p {
	font-size: 3.5vw;
	font-family: 'Noto Sans JP', sans-serif;
	color: #545454;
	font-weight: normal;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
#choice .flex div p span {
	font-size: 2.5vw;
	position: relative;
	top: -0.3vw;
	margin-left: 5px;
}
#choice .flex div.yellow p {
	background-color: #FFD684;
}
#choice .flex div.yellow p span {
	color: #ff9a43;
}
#choice .flex div.red p {
	background-color: #ffc2b8;
}
#choice .flex div.red p span {
	color: #ff7d66;
}
#choice .flex div.green p {
	background-color: #c1dcc2;
}
#choice .flex div.green p span {
	color: #459a51;
}
#choice .flex div.orange p {
	background-color: #ffb792;
}
#choice .flex div.orange p span {
	color: #ff6100;
}
#choice .flex div.blue p {
	background-color: #a2cae2;
}
#choice .flex div.blue p span {
	color: #007eb7;
}
#choice .flex div.beju p {
	background-color: #f5d4a5;
}
#choice .flex div.beju p span {
	color: #e08200;
}
#choice .flex div a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.3s;
}
#choice .flex div a:hover {
	background-color: rgba(255,255,255,0.30);
	transition: 0.3s;
}
#choice .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	background-color: #fff;
	border-radius: 16px;
	border: 1px solid #449d90;
	padding-top: 8vw;
	padding-bottom: 8vw;
}
#choice .box h4 {
	font-size: 5vw;
	color: #000;
	margin-bottom: 5vw;
}
#choice .box .flex2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#choice .box .flex2 figure {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#choice .box .flex2 div {
	margin-top: 3vw;
}
#choice .box .flex2 div h5 {
	font-size: 5vw;
	line-height: 1.4em;
}
#choice .box .flex2 div p {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7em;
	margin-top: 3vw;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#choice .box .btn a {
	width: 80%;
	display: block;
	background-color: #5CA89B;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #fff;
	font-size: 4vw;
	border-radius: 2.5vw;
	margin-top: 5vw;
	transition: 0.3s;
	text-align: center;
	position: relative;
	padding-top: 2vw;
	padding-bottom: 2vw;
	line-height: 1.4em;
}
#choice .box .btn a img {
	position: absolute;
	top: 4.5vw;
	right: 5vw;
	width: 6vw;
}
#choice .box .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}





#point {
	padding-top: 15vw;
}
#point h2 {
	font-size: 12vw;
	color: #5CA89B;
	text-align: center;
	margin-bottom: 8vw;
}
#point h2 span {
	font-size: 5vw;
	color: #545454;
	display: block;
	margin-top: 8vw;
}
#point .box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #5aa79a;
	border-radius: 3vw;
	margin-bottom: 10vw;
}
#point .box .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}
#point .box .flex div {
}
#point .box h3 {
	font-size: 5vw;
	color: #5CA89B;
	text-align: center;
	line-height: 1.4em;
}
#point .box h3 span {
	font-size: 5vw;
	color: #545454;
	display: block;
	margin-top: 2vw;
}
#point .box p {
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 5vw;
	line-height: 1.7em;
	margin-bottom: 3vw;
}
#point .point2 {
	padding-top: 5vw;
	padding-bottom: 2vw;
}
#point .point2 h3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#point .point2 p {
	margin-left: 5vw;
	margin-right: 5vw;
}
#point .point2 ul {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#point .point2 ul li {
	width: 48%;
	text-align: center;
	font-size: 3vw;
	margin-bottom: 3vw;
}
#point .point2 ul li:nth-of-type(2) {
	margin-left: 3vw;
}





#product {
	padding-top: 15vw;
	margin-top: 15vw;
	background-image: url("../images/pc/index/product_bg.png");
	background-position: center top;
	background-size: cover;
	padding-bottom: 15vw;
}
#product h2 {
	font-size: 12vw;
	color: #5CA89B;
	text-align: center;
	margin-bottom: 5vw;
}
#product h2 span {
	font-size: 5vw;
	color: #545454;
	display: block;
	margin-top: 8vw;
}
#product .box {
	background-color: #fff;
	width: 90%;
	border-radius: 3vw;
	margin-top: 8vw;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10vw; 
}
#product .box h3 {
	font-size: 5vw;
	line-height: 1.5em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #262626;
	padding-top: 7vw;
	margin-bottom: 5vw;
}
#product .box h3+p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 4vw;
}
#product .box h3+p+p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 4vw;
	margin-top: 5px;
}
#product .box h3+p+p a {
	color: #262626;
}
#product .box .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
	margin-top: 5vw;
}
#product .box .flex div {
}
#product .box .flex div h4 {
	font-size: 8vw;
	margin-bottom: 5vw;
	margin-top: 5vw;
}
#product .box .flex div h4+p {
	font-size: 6vw;
	margin-bottom: 15px;
}
#product .box .flex div h4+p span {
	font-size: 5vw;
	color: #fff;
	background-color: #5CA89B;
	display: inline-block;
	text-align: center;
	border-radius: 3vw;
	position: relative;
	top: 0px;
	margin-right: 3vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	padding-left: 4vw;
	padding-right: 4vw;
}
#product .box .flex div h4+p em {
	font-size: 4vw;
}
#product .box .flex div table {
	border-bottom: 1px solid #a5a09f;
}
#product .box .flex div table th {
	border-top: 1px solid #a5a09f;
	font-size: 3.5vw;
	font-weight: 500;
	padding-top: 3vw;
	padding-bottom: 3vw;
}
#product .box .flex div table td {
	border-top: 1px solid #a5a09f;
	font-size: 3.5vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
}





#faq {
	background-color: #5CA89B;
	 padding-top: 15vw;
	 padding-bottom: 15vw;
}
#faq h2 {
	font-size: 12vw;
	color: #fff;
	text-align: center;
	margin-bottom: 5vw;
}
#faq h2 span {
	font-size: 5vw;
	color: #fff;
	display: block;
	margin-top: 8vw;
}
#faq h3 {
	background-color: #fff;
	margin-left: 3vw;
	margin-right: 3vw;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	padding-right: 9vw;
	font-size: 3.5vw;
	position: relative;
	cursor: pointer;
	margin-bottom: 5vw;
	padding-left: 8vw;
}
#faq h3 .icon {
	color: #5CA89B;
	font-size: 5vw;
	margin-left: 3vw;
	margin-right: 2vw;
	position: absolute;
	left: -1vw;
	top: 2.5vw;
}
#faq h3 .togle {
	position: absolute;
	right: 3vw;
	top: 4.5vw;
	width: 5vw;
}
#faq h3+.abox {
	margin-left: 3vw;
	margin-right: 3vw;
	background-color: #E1F4EC;
	text-align: left;
	padding-top: 3vw;
	padding-bottom: 3vw;
	position: relative;
	top: -5vw;
}
#faq h3+.abox span {
	margin-left: 2vw;
	color: #5CA89B;
	font-size: 5vw;
}
#faq h3+.abox span+div {
	margin-left: 8vw;
	margin-right: 5vw;
	margin-top: -6vw;
}
#faq h3+.abox span+div p {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-size: 3.5vw;
	line-height: 1.8em;
}
#faq .btn a {
	display: block;
	border-radius: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFEDA;
	text-decoration: none;
	font-size: 5vw;
	color: #262626;
	transition: 0.3s;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
#faq .btn a img {
	position: relative;
	top: 1vw;
	margin-left: 2vw;
	width: 4vw;
}
#faq .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#contacts {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15vw;
	padding-bottom: 15vw;
}
#contacts div {
	background-color: #E1F4EC;
	border-radius: 3vw;
	padding-top: 8vw;
	padding-bottom: 8vw;
	margin-bottom: 6vw;
}
#contacts div p {
	font-size: 4.5vw;
	line-height: 1.4em;
}
#contacts div .btn a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 12vw;
	display: block;
	background-color: #5CA89B;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	line-height: 12vw;
	border-radius: 25px;
	margin-top: 20px;
	font-size: 5vw;
	transition: 0.3s;
}
#contacts div .btn a img {
	position: relative;
	top: 3.7vw;
	margin-left: 2vw;
	width: 5vw;
}
#contacts div .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#flink {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5vw;
  z-index: 9999;
  display: none; /* 最初は非表示 */
}

#flink a {
  display: block;
  background-color: #5CA89B;
  width: 90%;
  margin: 0 auto;
  height: 12vw;
  line-height: 12vw;
  border-radius: 4vw;
  color: #fff;
  text-decoration: none;
  font-size: 5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}