*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
scroll-behavior: smooth;
font-size: 1.5vw;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #fff;
}
a{
	text-decoration: none;
}

a i{
	padding-right: 10px;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
h1{
color:#000;
}
.h2-bar{
	width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	color:#ff8ba5;
	font-size: 30px;
	position: relative;
}
.h2-bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #ff8ba5, #ff8ba5 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #ff8ba5, #ff8ba5 2px, #fff 2px, #fff 4px);
}

.h2-bar2{
	width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	color:#4bcdcd;
	font-size: 30px;
	position: relative;
}
.h2-bar2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #4bcdcd, #4bcdcd 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #4bcdcd, #4bcdcd 2px, #fff 2px, #fff 4px);
}


.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
/*----------------------------------------------------------*/
.top{
	width: 100%;
}
.top img{
	width: 100%;
	max-width: 100%;
vertical-align: bottom;
}
/*--------------------------------------------------------*/

.boxct-1{
	padding:50px 0 20px;
	font-size: 18px;
}
.boxct-1-in{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.boxct-1-in h3{
	color:#656565;
}
.b1-top{
	display: block;
	text-align: left;
	margin-top:30px;
}
.qablock{
  position: relative;
  margin: 20px auto;
  background: #ff8ba5;
  border:1px solid #ff8ba5;
}
.question_txt{
	width: 90%;
  padding:10.5px 15px;
  margin: 0px !important;
	color:#fff;
font-size:16px;
}
.qicon{
  color: #fff;
  font-weight: bold;
  margin-right:15px;
}
.aicon{
  color: #ff8ba5;
  font-weight: bold;
  margin-right:16px;
	margin-left:1px;

}
.answer_txt{
  background: #fff;
  margin: 0px !important;
  padding: 10.5px 15px;
font-size:16px;

}

.show_button{

  position: absolute;
  bottom:0px;
  right:0px;
  width:43px;
  height:43px;
}
.show_button:after{
  content: '▲'!important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#ff8ba5;
}
.show_button.closebutton:after{
  content: '▼'!important;
  display: block;
  text-align: center;
  width: 43px;
	height:100%;
  line-height: 43px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color:#fff;
}
.qatxt{
	width: 100%;
	margin: 50px auto;
	font-size: 15px;
}
.qatxt p{
width: 100%;
margin: 20px 0;
line-height: 2em;
}
/*---------------------------------------------------------*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa{
	font-size: 16px;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #fff;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.5em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	  background: #ff8ba5;
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #ffcdd8;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '＋';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
	color:#000;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.2em 0 0em -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid #ff8ba5;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #fff;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.cp_qa .cp_actab .cp_actab-content p a{
	text-decoration: none;
		color: #fa747b;
		border-bottom: 1px solid #fa747b;
}
/*----------------------------------------------------------*/
.boxf{
	margin:0px 0 0px;
	padding: 50px 0;;
	font-size: 16px;
	/*
	background: url("img/bg.jpg");

background-position: center left;

background-repeat: no-repeat;

background-size: cover;
*/
}
.moyou{

		background: url("../img/d1.jpg");
		background-position: center left;
		background-repeat: no-repeat;
		background-size: cover;
}
.boxf-in{
	width: 90%;
	max-width:800px;
	margin:20px auto;
}
.boxfm-top{
	width: 100%;
	display: block;
	justify-content: center;
	margin: 20px 0;
}
.boxfm-top h4{
	width: 100%;
font-size: 18px;
margin-bottom: 5px;
}
.boxfm-top p{
	width: 100%;
font-size:16px;
line-height: 1.75em;
}
.boxfm-bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	background: #fff;
	padding: 20px;
}
.boxfm-bottom img{
	width: 100%;
	height: 100%;
	max-width: 200px;
	margin-right: 10px;
}
.boxg{
	width: 100%;
	display: block;
	justify-content:center;
	margin: 50px 0 0;
	border:5px solid #d5fbff;
	background: #d5fbff;
}
.boxg img{
	width: 100%;
	height: 100%;
}
.boxg h3{
color:#4bcdcd;
  background: #d5fbff;
	padding: 2px 5px;
}
.boxfmb-txt{
	width: 100%;
}
.menutable{
	width: 100%;
	border-collapse: collapse;
}
.menutable tr{
	width: 100%;
	border-bottom: 1px solid #000;
}
.menutable tr th{
text-align: left;
font-size: 18px;
}
.menutable tr td{
	width:200px;
	color:#fd565f;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}
.menutable tr td span{
color:#fd565f;
}
.boxfmb-txt p{
	margin: 10px 0;
}
.bflist{
margin: 20px 0 0;
font-size: 15px;
}
.bflist i{
color:#fd565f;
}
.bflist h3{
	font-size: 1.1em;
	color:#fd565f;
}
.bflist ul{

}
.bflist ul li{
	list-style: none;
	line-height:2em;
}
/*-----------------------------------------------------*/
.boxct-2{
	margin:150px 0;
	padding: 0;
	font-size: 18px;
}
.boxct-2-in h3{
			background: #8fb6ff;
		color: #fff;
		font-size: 24px;
		padding: 5px 10px;
	text-align: center;
}
.boxct-2-in{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.b2-top{
	display: flex;
	text-align: left;
	justify-content: space-between;
	margin-top:10px;
	border-bottom: dotted 1px #000;
}
.b2t1{
	width: 75%;
	display: block;
	margin:20px 0;
}
.b2t1 h4{
color:#e4007f;
}

.b2t1 h4 i{
color:#e4007f;
}
.b2t1 p{
	line-height: 2em;
	font-size: 17px;
}
.b2t2{
	width: 23%;
	display: block;
	margin:20px 0;
	text-align: center;
}
.b2t2 img{
	width: 100%;
	max-width: 350px;
	margin: 2px auto;
}

/*-------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {


}/*max--width:1000px;*/


@media only screen and (max-width:768px) {
	.pc{
		display: none;
	}
		.h2-bar{
			width: 90%;
			max-width: 450px;
			margin: 0 auto;
			padding-bottom: 20px;
			font-size: 24px;
		}
			.h2-bar2{
				width: 90%;
				max-width: 450px;
				margin: 0 auto;
				padding-bottom: 20px;
				font-size: 24px;
			}
		.h2-bar:after {
		}
	.boxf h2{
	}
	.boxf-in h3,.boxct-1-in h3{
		font-size: 16px;
	}
	.boxfm-top h4{
		font-size: 18px;
	}
	.boxfm-top p{
		font-size: 15px;
	}
	.boxfm-bottom{
		display: block;
		text-align: center;
	}
	.boxfm-bottom img{
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
	.boxfmb-txt{
		margin-top: 20px;
	}
	.boxfm-right{
		width: 100%;
		max-width: none;
	}
	.mb{
		display: block;
	}
		.menutable tr{
			border: 5px solid #ffeff0;
		}
	.menutable tr th{
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.menutable tr td{
		width: 100%;
		display: block;
		text-align:left;
		  background: #ffeff0;
			padding: 10px;
			font-size: 18px;
	}
	.boxfmb-txt p{
	}
	.bflist{
	text-align: left;
	font-size: 14px;
	}
	.bflist i{
	}
	.bflist h3{
		font-size: 1em;
	}
	.bflist ul{

	}
	.bflist ul li{
	}
	/*----------------------------------------------------------*/
	.boxct-1{

	}
	.boxct-1-in{
		width: 90%;
	}
	.b1t-in{
	}
	.b1-top{
		margin-top: 20px;
	}
	.b1b-in{

	}
	.b1t3 a{
		font-size: 14px;

	}
	.qablock{
		width:90%;
	}
	.question_txt {
			padding: 5px 5px 5px 15px;
	}
	.show_button {
	width: 40px;
	height: 40px;
}

	/*---------------------*/
.cp_qa{
	font-size: 14px;
}
	/*---------------------*/
	.boxct-2{
	width:90%;
	margin: 0px auto 150px;
}
.boxct-2-in{
	width: 100%;
}
.b2-top{
	display: block;
	text-align: left;
	justify-content: center;
}
.b2t1{
	width: 100%;
	display: block;
	margin:20px 0;
}
.b2t1 p{
	line-height: 2em;
	font-size: 15px;
}
.b2t2{
	width: 100%;
	display: block;
	margin:20px 0;
}
.b2t2 img{
	width: 100%;
	margin: 2px auto;
}

.boxct-2-in h3{
		font-size:18px;
}
}

@media only screen and (max-width:600px) {
.boxf h2{
font-size:4.5vw;
}
.boxct-2-in h3{
font-size:4.5vw;
}
}
@media only screen and (max-width:550px) {
	.h2-bar{
		width: 90%;
		font-size: 4.7vw;
	}
		.h2-bar2{
			width: 90%;
			font-size: 4.7vw;
		}
.menutable tr th{
	font-size: 16px;
}
.menutable tr td{
	font-size: 18px;
}
.boxfm-top p {
    font-size: 14px;
}
.boxfmb-txt p {
    font-size: 14px;
}
.b2t1 p {
    font-size: 14px;
}
.question_txt {
    font-size: 14px;
}
.answer_txt{
    font-size: 14px;
}
}

@media only screen and (max-width:450px) {
.menutable tr th{
	font-size: 14px;
}
.menutable tr td{
	font-size: 16px;
}
}
