@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	margin: 0 !important;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 1em;
	line-height: 180%;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/*img,
picture {
  display: block;
  max-width: 100%;
}
*/
img {
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=radio] {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: inherit;
  font-weight: inherit;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color: #014375;
	padding: 0;
	margin: 0;
}


@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	body{

	}
}
@media screen and (min-width: 769px) {
	.sp{
		display: none;
	}
	header{
		background: #fff;
		border-radius: 150px;
		position: absolute;
		z-index: 999999;
		right:50px;
		top:50px;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	.navigation{
		display: flex;
	}

	.navigation>li ul{
		width: 100%;
		display: flex;
		list-style: none;
		justify-content: center;
		align-items: center;
	}

	.navigation>li ul li{
		flex-grow: 1;
		padding: 0 10px;
		font-size: 10px;
		font-weight: bold;
		white-space: nowrap;
	}

	.navigation>li ul li:nth-child(2){
		border-right: solid 2px #B0BAEA;
	}
	.navigation>li ul li:nth-child(2):last-child{
		border-right: none;
	}

	.mv{
		position: relative;
		z-index: 999990;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background: url(../img/remains/mainback.png) no-repeat bottom/cover;
		height: 130vh;
		box-sizing: border-box;
	}
	h1{
		padding-top: 200px;
		text-align: center;
		font-size: 180%;
		font-weight: bold;
	}

	h1 span{
		font-size: 80%;
	}

}


@media screen and (max-width: 768px) {
	header{
		background: #fff;
		padding: 10px 5px;
	}
	.navigation{
		width: 100%;
		display: flex;
	}

	.navigation>li ul{
		width: 100%;
		display: flex;
		list-style: none;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.navigation>li ul li{
		flex-grow: 1;
		padding: 0 10px;
		font-size: 10px;
		font-weight: bold;
	}

	.navigation>li ul li:nth-child(2){
		border-right: solid 2px #B0BAEA;
	}
	.navigation>li ul li:nth-child(2):last-child{
		border-right: none;
	}
	.navigation>li ul li:first-child img{
		width: 25px;
	}

	.mv{
		position: relative;
		z-index: 999990;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background: url(../img/remains/mainback.png) no-repeat bottom/cover;
		box-sizing: border-box;
		height: 90vh;
	}
	h1{
		padding-top: 60px;
		text-align: center;
		font-size: 180%;
		font-weight: bold;
	}

	h1 span{
		font-size: 80%;
	}
}



.mainbutton{
	display: flex;
	justify-content: space-around;
	list-style: none;
	max-width:900px;
	margin: 50px auto 0 auto;
}
.mainbutton li{
	width: 29%;
	border-radius: 10px;
	padding: 20px 10px;
}
.mainbutton li p{
	text-align: center !important;
	font-size: 120%;
}
.mainbutton li:first-child{
	background: rgba(244,184,192,.3);
}
.mainbutton li:nth-child(2){
	background: rgba(190,202,231,.3);
}
.mainbutton li:nth-child(3){
	background: rgba(169,229,165,.3);
}

@media screen and (max-width: 768px) {

	.mainbutton li p img{
		width:70%;
	}
}
.btnbox{
	text-align: center;
	margin-top: 50px;
}
.linebtn a{
	display: inline-flex;
	justify-content: center;
	align-items:center;
}
.linebtn a img{
	width: 25px;
}
.linebtn a,.inquirybtn a{
	display:block;
}
@media screen and (max-width: 768px) {
	.linebtn{
		width: 290px;
		padding: 17px 5px;
		margin: 0 auto 15px auto;
		background: #3AAE36 !important;
		border-radius: 10px !important;
		color: #fff !important;
		font-weight: bold !important;
		border: solid 1px #3AAE36;
	}

	.inquirybtn{
		width: 290px;
		padding: 17px 5px;
		margin: 0 auto;
		background: #fff !important;
		border-radius: 10px !important;
		color: #014375 !important;
		font-weight: bold !important;
		border: solid 1px #014375;
	}
}

@media screen and (min-width: 769px) {
	.linebtn{
		width: 350px;
		padding: 17px 5px;
		margin: 0 auto 15px auto;
		background: #3AAE36 !important;
		border-radius: 10px !important;
		color: #fff !important;
		font-weight: bold !important;
		border: solid 1px #3AAE36;
		font-size: 120%;
	}

	.inquirybtn{
		width: 350px;
		padding: 17px 5px;
		margin: 0 auto;
		background: #fff !important;
		border-radius: 10px !important;
		color: #014375 !important;
		font-weight: bold !important;
		border: solid 1px #014375;
		font-size: 120%;
	}
}

.noticeline{
	position: relative;
	background: #E1FFD6;
	z-index: 999999;
	bottom:0;
	padding: 20px 0;
}
.noticeline p{
	text-align: center;
	font-weight: bold;
}

.greeting{
	padding: 50px 15px;
	background: url(../img/remains/greeting_back.png) no-repeat center/cover;
}

.greeting p{
	text-align: center;
	letter-spacing: 1.5px;
}

.greeting p img{
	width:200px;
	margin-bottom: 20px;
}

.topgreeting{
	font-size: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
  overflow-wrap: break-word;
}
.topgreeting span{
	font-size: 115%;
	font-weight: bold;
}

@media screen and (min-width: 769px) {


	.secondgreeting{
		font-size: 14px;
		line-height: 180%;
	}
	.secondgreeting span{
		font-size: 100%;
		font-weight: bold;
	}
}

@media screen and (max-width: 768px) {


	.secondgreeting{
		font-size: 10px;
		line-height: 160%;
	}
	.secondgreeting span{
		font-size: 100%;
		font-weight: bold;
	}
}
@media screen and (min-width: 769px) {

	.service{
		background: #D5F9C9;
		padding: 50px 0;
	}
}

@media screen and (max-width: 768px) {
	.service{
		background: #D5F9C9;
		padding: 20px 15px 40px 15px;
	}

	.service p{
		padding: 0 10px;
	}
}
@media screen and (min-width: 769px) {

	h2{
		margin: 50px auto;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}
	h2 span{
		font-size: 120%;
	}
}
@media screen and (max-width: 768px) {

	h2{
		margin: 20px auto;
		text-align: center;
		font-size: 23px;
		font-weight: bold;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}
	h2 span{
		font-size: 120%;
	}
}


.service>p{
	margin-inline:max(0px,50% - 900px/2);
	margin-bottom: 50px;
}
.service>p img{
	width: 100%;
}


@media screen and (min-width: 769px) {

	.boyspeech{
		display: flex;
		margin-inline:max(0px,50% - 700px/2);
		justify-content:space-around;
		align-items: center;
		flex-wrap:nowrap;
	}
	.boyspeech p img{
		width: 180px;
	}
	.speechBubble {
	  position: relative;
	  display: inline-block;
	  padding: 35px 20px !important;
		width: 400px;
	  border-radius: 10px;
	  background-color: #ffffff;
	  text-align: left;
	  font-size: 16px;
		box-sizing: border-box;
	  line-height: 1.5;
	  color: #014375;
	}
	.speechBubble::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  border-style: solid;
	  border-width: 9.5px 30px 9.5px 0;
	  border-color: transparent #ffffff transparent transparent;
	  translate: -100% -50%;
	}
}
@media screen and (max-width: 768px) {

	.boyspeech{
		display: flex;
		margin-inline:max(0px,50% - 700px/2);
		justify-content:space-around;
		align-items: center;
		flex-wrap:nowrap;
	}
	.boyspeech p img{
		width: 100px;
	}
	.speechBubble {
	  position: relative;
	  display: inline-block;
	  padding: 15px 15px !important;
		width: 400px;
	  border-radius: 10px;
	  background-color: #ffffff;
	  text-align: left;
	  font-size: 12px;
		box-sizing: border-box;
	  line-height: 1.5;
	  color: #014375;
	}
	.speechBubble::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  border-style: solid;
	  border-width: 9.5px 10px 9.5px 0;
	  border-color: transparent #ffffff transparent transparent;
	  translate: -100% -50%;
	}	
	
	
	/*	.boyspeech{
		display: flex;
		margin-inline:max(0px,50% - 600px/2);
		justify-content:space-around;
		align-items: center;
		flex-wrap: wrap;
	}
	.boyspeech p img{
		width: 180px;
	}
	.speechBubble {
	  position: relative;
	  display: inline-block;
	  margin-top: 30px;
	  padding: 35px 20px !important;
	  border-radius: 8px;
	  background-color: #ffffff;
	  text-align: left;
	  font-size: 16px;
	  font-weight: 400;
		box-sizing: border-box;
	  line-height: 1.5;
	  color: #014375;
	}	.speechBubble::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 50%;
	  border-style: solid;
	  border-width: 0 14.5px 27px 14.5px;
	  border-color: transparent transparent #ffffff ;
	  translate: -50% -100%;
	}*/
}


.speechBubble span{
	font-weight: bold;
}

@media screen and (min-width: 769px) {

	#Ihinseiri{
		padding: 50px 0;
		background: url(../img/remains/ihinback.jpg) no-repeat top/100%;
	}

	#Ihinseiri>p{
		margin-inline:max(0px,50% - 650px/2);
		background: #fff;
		padding: 30px 20px 0 20px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	#Ihinseiri>p span{
		font-weight: bold;
	}

	#Ihinseiri>section{
		margin-inline:max(0px,50% - 650px/2);
		background: #FCFFCF;
		padding: 30px 60px;
		margin-bottom: 60px;
		border-radius:10px;
	}
	h3{
		margin: 50px auto;
		text-align: center;
		font-size: 27px;
		font-weight: bold;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}
	h3 span{
		font-size: 120%;
	}


	#Ihinseiri>section>ol li,.tokusyulist li{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin-bottom: 50px;
	 position: relative;
	}
	#Ihinseiri>section>ol li:last-child,.tokusyulist li:last-child{
		margin-bottom: 0px;
	}

	#Ihinseiri>section>ol li p:first-child,.tokusyulist li p:first-child{
		width:20%;
		background: #014375;
		color: #fff;
		line-height: 20px;
		padding: 15px 0;
		font-weight: bold;
		text-align: center;
		border-radius: 10px 0 0 10px;
	}

	#Ihinseiri>section>ol li p span,.tokusyulist li p span{
		font-size: 160%;
	}

	#Ihinseiri>section>ol li p:nth-child(2),.tokusyulist li p:nth-child(2){
		width:80%;
		background: #fff;
		padding: 15px 10px 15px 10px;
		font-weight: bold;
		text-align: left;
		border: 1px solid #014375;
		border-radius: 10px 0 0 10px;
		border-radius: 0 10px 10px 0;
		box-sizing: border-box;
	}


	#Ihinseiri>section>ol li:before,.tokusyulist li:before{

		content: '';
		position: absolute;
		top: 120%;
		left: 50%;
		transform: translateX(-50%);
		border-top: 15px solid #014375;  /* 好みで色を変えてください */ 
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
	}

	#Ihinseiri>section>ol li:last-child:before,.tokusyulist li:last-child:before{
		content:none;
	}

}
@media screen and (max-width: 768px) {

	#Ihinseiri{
		padding: 50px 0;
		background: url(../img/remains/ihinback.jpg) no-repeat top/100%;
	}

	#Ihinseiri>p{
		background:rgba(255,255,255,.3);
		padding: 30px 15px 0 15px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	#Ihinseiri>p span{
		font-weight: bold;
	}

	#Ihinseiri>section{
		background: #FCFFCF;
		padding: 30px 15px;
		border-radius:10px;
	}
	#Ihinseiri>section:last-child{
		margin-bottom: none;
	}
	#Ihinseiri h2{
		font-size: 23px;
	}
	h3{
		margin: 30px auto;
		text-align: center;
		font-size: 19px;
		font-weight: bold;
		text-shadow: 2px 3px 3px rgba(255, 255, 255, 1);
	}
	h3 span{
		font-size: 120%;
	}
	


	#Ihinseiri>section>ol li,.tokusyulist li{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin-bottom: 30px;
	 position: relative;
	}
	#Ihinseiri>section>ol li:last-child,.tokusyulist li:last-child{
		margin-bottom: 0px;
	}

	#Ihinseiri>section>ol li p:first-child,.tokusyulist li p:first-child{
		width:20%;
		background: #014375;
		color: #fff;
		line-height: 20px;
		padding: 5px 0;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		border-radius: 10px 0 0 10px;
	}

	#Ihinseiri>section>ol li p span,.tokusyulist li p span{
		font-size: 130%;
	}

	#Ihinseiri>section>ol li p:nth-child(2),.tokusyulist li p:nth-child(2){
		width:80%;
		background: #fff;
		padding: 15px 10px 15px 10px;
		font-weight: bold;
		text-align: left;
		border: 1px solid #014375;
		border-radius: 10px 0 0 10px;
		font-size: 12px;
		border-radius: 0 10px 10px 0;
		box-sizing: border-box;
	}


	#Ihinseiri>section>ol li:before,.tokusyulist li:before{

		content: '';
		position: absolute;
		top: 110%;
		left: 50%;
		transform: translateX(-50%);
		border-top: 12px solid #014375;  /* 好みで色を変えてください */ 
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
	}

	#Ihinseiri>section>ol li:last-child:before,.tokusyulist li:last-child:before{
		content:none;
	}	
}

section.point{
	margin-inline:unset !important;
	width:100% !important;
	margin-top: 30px;
	text-align: center !important;
	line-height: 200%;
}

@media screen and (min-width: 769px) {

	.chui{
		margin-inline:max(0px,50% - 500px/2);
		padding: 20px 20px 10px 20px;
		background: #fff;
		position: relative;
		border-radius:10px;
		margin-bottom: 10px;
	}

	section.point p{
		margin-bottom: 90px;
	}
	section.point p span{
		font-weight: bold;
	}
}

@media screen and (max-width: 768px) {

	.chui{
		width: 100%;
		padding: 20px 20px 10px 20px;
		background: #fff;
		position: relative;
		border-radius:10px;
		margin-bottom: 10px;
	}

	section.point p{
		margin-bottom: 60px;
	}
	section.point p span{
		font-weight: bold;
	}
}

.chui:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/remains/excramation.png);
	background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
    position: absolute;
	top:-50px;
	left:50%;
	transform: translateX(-50%);
}
.chui p:first-child{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #014375;
	padding: 0 0 10px 0;
	margin-bottom: 0 !important;
}
.chui p:nth-child(2){
	text-align: left !important;
	margin: 20px 10px;
}
.chui p span{
	font-weight: bold;
}
@media screen and (min-width: 769px) {
	.chui:after{
		content: '';
		display: inline-block;
		width: 160px;
		background-image: url(../img/remains/girl.png);
		background-size: cover;
		vertical-align: middle;
		position: absolute;
		right: -150px;
		bottom: -120px;
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
	.chui:after{
		content: '';
		display: inline-block;
		width: 100px;
		background-image: url(../img/remains/girl.png);
		background-size: 80%;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 70%;
		bottom: -150px;
		height: 200px;
	}
}
@media screen and (min-width: 769px) {

	#Tokusyu{
		padding: 50px 0;
		background: url(../img/remains/tokusyuback.jpg) no-repeat top/100%;
	}


	#Tokusyu h2{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {

	#Tokusyu{
		padding: 20px 0;
		background: url(../img/remains/tokusyuback.jpg) no-repeat top/100%;
	}


	#Tokusyu h2{
		margin-bottom: 20px;
	}
}



@media screen and (min-width: 769px) {
	#Tokusyu>p{
		margin-inline:max(0px,50% - 650px/2);
		background: #fff;
		padding: 30px 20px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}


	.oneArea {
	  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #D5F9C9 50%, #D5F9C9 100%);
	  height: 500px;
		margin-bottom: 50px;
	}
	.oneArea ol{
		margin-inline:max(0px,50% - 900px/2);
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 90px;
	}
	.oneArea ol li{
		max-width: 200px;
		position: relative;
	}

	.oneArea ol li::after {
	  content: "";
	  position: absolute;
	  top: 40%;
	  right: -10px;
	  border-style: solid;
	  border-width: 10px 0 10px 14px;
	  border-color: transparent transparent transparent #014375;
	  translate: 100% -50%;
	}
	
	.oneArea ol li:last-child::after {
	  content:none;
	}
}
@media screen and (max-width: 768px) {
	/*.oneArea {
	  background: linear-gradient(180deg, #fff 0%, #fff 50%, #D5F9C9 50%, #D5F9C9 100%);
	  height: 800px;
		margin-bottom: 50px;
	}*/
	#Tokusyu>p{
		background: #fff;
		padding: 30px 15px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.oneArea ol{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.oneArea ol li{
		max-width: 768px;
		position: relative;
		margin-bottom:50px;
	}
	.oneArea ol li img{
		width: 100%;
	}
	.oneArea ol li::after {
	  content: "";
	  position: absolute;
  bottom: -20px;
  left: 50%;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #014375 transparent transparent;
  translate: -50% 100%;	
	
	
	}
	.oneArea ol li:last-child::after {
	  content:none;
	}
}



.oneArea ol li img{
	width: 100%;
}

.oneArea ol li>span:first-child{
	font-size: 60px;
	font-weight: bold;
	color: #D5F9C9;
}
.oneArea ol li>span:nth-child(2){
	font-weight: bold;
}
.oneArea ol li p{
	font-size: 14px;
}

.oneArea ol li p span{
	font-weight: bold;
	display: inline-block;
	margin-bottom: 15px
}
@media screen and (min-width: 769px) {

	.twoArea{
		margin-inline:max(0px,50% - 650px/2);
		background: #E1FFD6;
		padding: 20px 60px 60px 60px;
		margin-bottom: 60px;
		border-radius:10px;
	}


	.shori{
		margin-inline:max(0px,50% - 520px/2);
		padding: 28px;
		background: #014375;
		position: relative;
		border-radius:10px;
		margin-bottom: 50px;
		margin-top: 80px;
		color: #fff;
	}
}

@media screen and (max-width: 768px) {

	.twoArea{
		background: #E1FFD6;
		padding: 20px 15px 60px 15px;
		margin-bottom: 20px;
		border-radius:10px;
	}


	.shori{
		padding: 28px;
		background: #014375;
		position: relative;
		border-radius:10px;
		margin-bottom: 50px;
		margin-top: 80px;
		color: #fff;
	}
}
.shori:before{
  content: '';/*何も入れない*/
  display: inline-block;
  width: 80px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/remains/question.png);
  background-size: contain;
  vertical-align: middle;
    position: absolute;
	top:-55px;
	left:50%;
	transform: translateX(-50%);
}
@media screen and (min-width: 769px) {

	.twoArea dl{
		border: 1px solid #014375;
		border-radius:10px;
		box-sizing: border-box;
		margin-bottom: 50px;
		text-align: center;
	}
	.twoArea dl dt{
		background: #fff;
		border-bottom: 1px solid #014375;
		border-radius:10px 10px 0 0;
		font-weight: bold;
		padding: 5px;
		box-sizing: border-box;
	}

	.twoArea dl dd{
		background: #014375;
		color: #fff;
		border-top: 1px solid #fff;
		border-radius:0 0 10px 10px ;
		padding: 15px;
		font-size: 140%;
		font-weight: bold;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px) {

	.twoArea dl{
		border: 1px solid #014375;
		border-radius:10px;
		width:80%;
		box-sizing: border-box;
		margin: 0 auto 50px auto;
		text-align: center;
	}
	.twoArea dl dt{
		background: #fff;
		border-bottom: 1px solid #014375;
		border-radius:10px 10px 0 0;
		font-weight: bold;
		padding: 5px;
		font-size: 15px;
		box-sizing: border-box;
	}

	.twoArea dl dd{
		background: #014375;
		color: #fff;
		border-top: 1px solid #fff;
		border-radius:0 0 10px 10px ;
		padding: 5px;
		font-size: 120%;
		font-weight: bold;
		box-sizing: border-box;
	}
}
#Tokusyu .chui:after{
	content: none;
}

.tokusyulist{
	padding-bottom: 0px !important;
}
.tokusyulist li p a{
	background: #014375;
	font-size: 80%;
	border-radius: 50px;
	color: #fff;
	padding: 5px 10px;
}
.triangle{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #014375;
	margin: 0 auto 20px auto;
}

.ctxt p{
	font-size:80%;
}

.ctxt p span{
	font-weight: bold;
}

.chui2{
	margin-top:100px !important;
}


#Reform{
	padding: 50px 0;
	background: url(../img/remains/reformback.jpg) no-repeat top/100%;
}
@media screen and (min-width: 769px) {

	#Reform>p{
		margin-inline:max(0px,50% - 650px/2);
		background: #fff;
		padding: 30px 20px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}


	#Reform>section{
		margin-inline:max(0px,50% - 650px/2);
		background: #FCFFCF;
		padding: 30px 60px;
		margin-bottom: 60px;
		border-radius:10px;
	}
}
@media screen and (max-width: 768px) {

	#Reform>p{
		background: #fff;
		padding: 30px 15px;
		line-height: 200%;
		border-radius: 10px;
		margin-bottom: 30px;
	}


	#Reform>section{

		background: #FCFFCF;
		padding: 30px 15px;
		margin-bottom: 60px;
		border-radius:10px;
	}
}

#Reform>section>p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#Reform>section>p:nth-child(3){
	font-size: 130%;
}

#Reform img{
	width: 100%;
}

@media screen and (min-width: 769px) {

	#Fbox>section:first-child{
		margin-inline:max(0px,50% - 650px/2);
		background: #FCFFCF;
		padding: 20px 60px;
		margin-bottom: 60px;
		border-radius:10px;
	}
	#Fbox>section:nth-child(2){
		margin-inline:max(0px,50% - 650px/2);
		margin-bottom: 60px;
		border-radius:10px;
	}

	#Fbox>section:first-child:after{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left:20%;

	}
	#Fbox>section:first-child:before{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right:20%;

	}
}
@media screen and (max-width: 768px) {

	#Fbox>section:first-child{
		background: #FCFFCF;
		padding: 20px 15px 70px 15px;
		margin-bottom: 60px;
		border-radius:10px;
		text-align: center;
	}
	#Fbox>section:nth-child(2){
		margin-bottom: 60px;
		border-radius:10px;
	}

	#Fbox>section:first-child:after{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left:5%;

	}
	#Fbox>section:first-child:before{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right:5%;

	}
}


h4{
	margin: 20px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.aboutpay img{
	width:100%;
}
/*
 #Fbox>section:nth-child(2)>p {
   position:relative;
}

#Fbox>section:nth-child(2)>p>img{
    position: absolute;
	width: 300px;
	top:-20px;
	left:-60px;
}
.aboutpay{
	display: flex;
	
}
.aboutpay{
	display: flex;
	justify-content: space-between;
}

.aboutpay img{
	width: 230px;
}
.aboutpay p{
	font-weight: bold;
	font-size: 120%;
	margin-top: 50px;
}
*/
@media screen and (min-width: 769px) {
	#Fbox>section:nth-child(3){
		background: #FCFFCF;
		padding: 50px 60px 80px 60px;
		margin-bottom: 60px;
		border-radius:10px;
	}

	#Fbox>section:nth-child(3) ol{
		margin-inline:max(0px,50% - 650px/2);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#Fbox>section:nth-child(3):after{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left:20%;

	}
	#Fbox>section:nth-child(3):before{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right:20%;

	}	
}
@media screen and (max-width: 768px) {
	#Fbox>section:nth-child(3){
		background: #FCFFCF;
		padding: 50px 15px 80px 15px;
		margin-bottom: 60px;
		border-radius:10px;
	}

	#Fbox>section:nth-child(3) ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	

	#Fbox>section:nth-child(3):after{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		left:5%;

	}
	#Fbox>section:nth-child(3):before{
	  content: '';/*何も入れない*/
	  display: inline-block;
	  width: 60px;/*画像の幅*/
	  height: 60px;/*画像の高さ*/
	  background-image: url(../img/remains/kirakira.png);
	  background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		right:5%;

	}
}


#Fbox>section:nth-child(3) ol li{
	width: 49%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
	#Fbox>section:nth-child(5){
		margin-inline:max(0px,50% - 650px/2);
		background: #D9F1F6;
		padding: 20px 60px;
		margin-top: 100px;
		margin-bottom: 60px;
		border-radius:10px;
	   position:relative;
	}
	#Fbox>section:nth-child(5) p:first-child{
		background: #014375;
		border-radius: 50px;
		width: 70%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
	}
	
	.circle {
	   position:absolute;
		top:-55px;
		right:15px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		background: #41E066;
		border-radius: 50%;
		width: 130px;
		height: 130px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
	}
	
}
@media screen and (max-width: 768px) {
	#Fbox>section:nth-child(5){
		background: #D9F1F6;
		padding: 20px 15px;
		margin-top: 100px;
		margin-bottom: 60px;
		border-radius:10px;
	   position:relative;
	}
	
	#Fbox>section:nth-child(5) p:first-child{
		background: #014375;
		border-radius: 50px;
		width: 80%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin: 15px auto 0 auto;
	}
	
	.circle {
	   position:absolute;
		top:-55px;
		right:15px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		background: #41E066;
		border-radius: 50%;
		width: 90px;
		line-height: 17px;
		height: 90px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
}

.linebnr{
	text-align: center;
}
@media screen and (max-width: 768px) {

	.linebnr img{
		width:100%;
	}
}



@media screen and (min-width: 769px) {


	 .telbtn {
		background: #fff;
		border-radius: 10px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	 .telbtn span.tel {
		 display: block;
		 padding: 30px 0 0 0;
		font-size: 40px;
		text-align: center;
	}

	 .telbtn span.time {
		 display: block;
		font-size: 15px;
		 padding: 15px 15px 0 0;
		text-align: right;
	}

	.tobox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		 align-items: stretch;
	}
	.tobox01{
		width: 49%;
		font-weight: bold;
		text-align: center;
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.tobox01 a{
		display: block;
	}

	.icon01 {
		width: 30px;
	   position:absolute;
		top:110px;
		left: 70px;
		display: flex;
	}
	.icon02 {
		width: 30px;
	   position:absolute;
		top:230px;
		left: 70px;
		display: flex;
	}
	.icon03 {
		width: 30px;
	   position:absolute;
		top:230px;
		left: 340px;
		display: flex;
	}

	.icon01 img,.icon02 img,.icon03 img{
		width: 100%;
	}
}




@media screen and (max-width: 768px) {


	 .telbtn {
		background: #fff;
		border-radius: 10px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	 .telbtn span.tel {
		 display: block;
		 padding: 30px 0 0 0;
		font-size: 30px;
		text-align: center;
	}

	 .telbtn span.time {
		 display: block;
		font-size: 15px;
		 padding: 15px 15px 0 0;
		text-align: right;
	}
	.tobox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		 align-items: stretch;
	}
	.tobox01{
		width: 49%;
		font-weight: bold;
		text-align: center;
		background: #fff;
		border-radius: 10px;
		padding: 15px;
		margin-bottom: 15px;
	}
	.tobox01 a{
		display: block;
	}

	.icon01 {
		width: 30px;
	   position:absolute;
		top:120px;
		left:30px;
	}
	.icon02 {
		width: 30px;
	   position:absolute;
	}
	.icon03 {
		width: 30px;
	   position:absolute;
	}

	.icon01 img,.icon02 img,.icon03 img{
		width: 100%;
	}
}
.area{
	background: #E1FFD6;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}

.area i{
	color: #fff;
}
@media screen and (min-width: 769px) {
	.fflex{
		display: flex;
		justify-content: space-between;
		 align-items: stretch;
		 font-size: 15px;
	}

	footer {
		margin-inline:max(0px,50% - 650px/2);
		padding: 50px 0;
	}


	footer div.fc{
		border-right: 1px solid #014375;
		/* padding-right: 40px; */
		padding-right: 20px;
	}
	footer div:nth-child(2){
		/* padding-left: 40px;
		padding-right: 40px; */
		padding-inline: 20px 10px;
	}

	footer div:first-child p:first-child,footer div:nth-child(2) p:first-child{
		font-weight: bold;
		font-size: 18px;
	}
	footer div:first-child p:last-child,footer div:nth-child(2) p:nth-child(2){
		font-size: 14px;
	}
	.camlink{
		display: inline-block;
		background: #014375;
		color: #fff;
		padding: 2px 10px;
		border-radius: 10px;
		font-size: 13px;
	}

	.footer__pagetop{
		display: block;
		background: #014375;
		border-radius: 50%;
		width: 130px;
		height: 130px;
		width: 120px;
		height: 120px;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		/* line-height:130px;  */
		line-height:120px; 
		text-align: center;
	}	
	
}
@media screen and (max-width: 768px) {
	.area span{
		display: block;
	}

	footer {
		padding: 50px 10px;
	}
	


	.fflex div:first-child{
		border-right: 1px solid #014375;
		padding-right: 15px;
		margin-right: 15px;
	}

	.fflex{
		display: flex;
		justify-content: space-between;
		 align-items: stretch;
	}
	
	footer div:first-child p:first-child,footer div:nth-child(2) p:first-child{
		font-weight: bold;
		font-size: 16px;
	}
	footer div:first-child p:last-child,footer div:nth-child(2) p:nth-child(2){
		font-size: 12px;
	}
	.camlink{
		display: inline-block;
		background: #014375;
		color: #fff;
		padding: 2px 10px;
		border-radius: 10px;
		font-size: 13px;
	}

	.footer__pagetop{
		display: block;
		background: #014375;
		border-radius: 50%;
		width: 100px;
		height: 100px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		line-height:100px; 
		text-align: center;
		margin-top: 20px;
	}	
	
}
