@charset "utf-8";
/*sp*用*/
h2.tit{
	position: relative;
	padding: 0.25em 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
h2.tit:after {
content: "";
display: block;
height: 2px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
/*ここは固定*/
/*ここは固定*/
.main{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mainMss{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.reBoxA{
	margin-right: auto;
	display: none;
	margin-top: 0px;
	width: 100%;
	height: 200px;
	background-image: url(../re_img/re01.png);background-size:contain;
	background-repeat: no-repeat;
	margin-left: auto;
}
.reBoxA h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 16px;
	padding-top: 115px;
	padding-left: 9px;
}
.reBoxA h5{
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;padding-top: 7px;
}
.reBoxB{
	display: none;
	margin-top: 15px;
	width: 100%;
	height: 300px;
	background-image: url(../re_img/re02.png);background-size:contain;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.reBoxB h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 16px;
	padding-top: 1px;
	padding-left: 10px;
}
.reBoxB dl{margin-top: 30px;
	margin-left: 495px;
	color: #FFFFFF;
	font-weight: bold;
}
.reBoxB dt{
	font-size: 14px;
}
.reBoxB dd{
	font-size: 20px;

}

.reBoxC{margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.reBoxC ul{display: flex;width: 100%;margin-top: 30px;
  flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxC ul li {height: 66px;width: 45%;border: 1px solid #000066;border-radius: 35px;
	padding-right: 15px;
	padding-left: 15px;display: flex;align-items: center;justify-content: center;}
.reBoxC ul li a{display: block;
	width: 100%;
	color: #000066;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.reBoxC ul li p{
	font-size: 10px;
	color: #B00A0D;
}

.reBoxD{
margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.reBoxD dl{
	width: 90%;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.reBoxD dt{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.reBoxD dd{
	width: 100%;
	text-align: left;
	line-height: 1.8em;
}
.reBoxD ul{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxD li{}

.reBoxE{margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE{}
.reBoxE h4{
	width: 100%;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 28px;
}
.reBoxE dl{
	width: 80%;
	border: 2px solid #FF0004;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE dt{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FF0004;	
}
.reBoxE dd{font-size: 14px;width: 90%;font-weight: bold;margin-right: auto;
	margin-left: auto;}
.spImg{display: block;}
/*******************************************************************************************************メッセージ*/
.mainMss{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.mainMss ul.tit{display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 15px;margin-bottom: 15px;}
.mainMss ul.tit li.tit{
	color: #334956;
	font-weight: bold;
	font-size: 18px;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 50px;
  height: 50px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 2em;
  line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
	color: #FFF;
	border: 4px solid #FFFDFD;
	background-color: #FF4000;
}
dl.mss{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
dl.mss dt{}
dl.mss dd{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #0E0E0E;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;width: 87%;
}
dl.mss dd ul li span{
	color: #9C0406;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block;
}
dl.mss dd ul li {margin-right: 10px;
}
dl.mss dd ul{display: flex;flex-direction: column;justify-content: space-around ;align-items: center;}

.border_radius_mss {
display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		min-width: 100px;
	
}
.mainMss ul.fu {
	width: 100%;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #1F1F1F;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainMss ul.fu  li{
	font-weight: bold;
	font-size: 18px;
}
.mainMss p.txt{display: block;
	width: 90%;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
ul.imglist{width: 80%;margin-right: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;flex-wrap: wrap;
	align-items: center;
			margin-top: 20px;
	margin-bottom: 20px;}
	ul.imglist li{width: 49%;}
.mainMss h4{margin-top: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.mainMss h5{font-size: 18px;font-family: 'Sawarabi Mincho', sans-serif;
letter-spacing: 0.05em;
	text-align: center;
	}
	
.recBox{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
		margin-right: auto;
	margin-left: auto;
}
.recBox dl{
	width: 100%;
	margin-bottom: 20px;
}
.recBox dt{width: 90%;margin-right: auto;
	margin-left: auto;}
.recBox dd{width: 90%;	margin-right: auto;
	margin-left: auto;
}
	.recBox dd span{
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bold;
}
ul.flow{}
ul.flow li{
	background-color: #3B45FF;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 90%;
}
ul.flow li.arr{font-size: 15px;
	color: #3B45FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 90%;
	text-align: center;
}
@media print, screen and (min-width:769px) {/*Pc*用*/
.spImg{display: none;}

h2.tit{
	position: relative;
	padding: 0.25em 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
h2.tit:after {
content: "";
display: block;
height: 2px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
/*ここは固定*/
.main{
	display: block;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}
.reBoxA{
	margin-right: auto;
	display: block;
	margin-top: 0px;
	width: 1100px;
	height: 524px;
	background-image: url(../re_img/re01.png);
	background-repeat: no-repeat;
	margin-left: auto;
}
.reBoxA h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 36px;
	padding-top: 346px;
	padding-left: 30px;
}
.reBoxA h5{
	font-size: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;padding-top: 34px;
}
.reBoxB{
	display: block;
	margin-top: 15px;
	width: 1100px;
	height: 628px;
	background-image: url(../re_img/re02.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.reBoxB h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 36px;
	padding-top: 12px;
	padding-left: 30px;
}
.reBoxB dl{margin-top: 30px;
	margin-left: 495px;
	color: #FFFFFF;
	font-weight: bold;
}
.reBoxB dt{
	font-size: 20px;
}
.reBoxB dd{
	font-size: 50px;

}

.reBoxC{margin-bottom: 30px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.reBoxC ul{display: flex;width: 100%;margin-top: 30px;
  flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxC ul li {height: 66px;width: 45%;border: 1px solid #000066;border-radius: 35px;
	padding-right: 15px;
	padding-left: 15px;display: flex;align-items: center;justify-content: center;}
.reBoxC ul li a{display: block;
	width: 100%;
	color: #000066;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.reBoxC ul li p.txt{
	font-size: 14px;
	color: #B00A0D;
}

.reBoxD{
margin-bottom: 30px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.reBoxD dl{width: 100%;margin-bottom: 15px;margin-top: 15px;}
.reBoxD dt{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.reBoxD dd{
	width: 100%;
	text-align: left;
	line-height: 1.8em;
}
.reBoxD ul{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxD li{}

.reBoxE{margin-bottom: 30px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE{}
.reBoxE h4{
	width: 100%;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 28px;
}
.reBoxE dl{
	width: 60%;
	border: 2px solid #FF0004;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE dt{
	
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #FF0004;
	
}
.reBoxE dd{font-size: 20px;width: 90%;font-weight: bold;margin-right: auto;
	margin-left: auto;}
/*******************************************************************************************************メッセージ*/
.mainMss{
	display: block;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.mainMss ul.tit{display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 15px;margin-bottom: 15px;}
.mainMss ul.tit li.tit{
	color: #334956;
	font-weight: bold;
	font-size: 40px;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 150px;
  height: 150px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 7em;
  line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
	color: #FFF;
	border: 4px solid #FFFDFD;
	background-color: #FF4000;
}
dl.mss{
	width: 950px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
dl.mss dt{}
dl.mss dd{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #0E0E0E;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
dl.mss dd ul li span{
	color: #9C0406;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	display: block;
}
dl.mss dd ul li {margin-right: 10px;
}
dl.mss dd ul{display: flex;flex-direction: row;justify-content: space-around ;align-items: center;}

.border_radius_mss {
display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		min-width: 200px;
	
}
.mainMss ul.fu {
	width: 950px;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #1F1F1F;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainMss ul.fu  li{
	font-weight: bold;
	font-size: 28px;
}
.mainMss p.txt{
	width: 900px;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
ul.imglist{width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;flex-wrap: wrap;
	align-items: center;
			margin-top: 20px;
	margin-bottom: 20px;}
	ul.imglist li{width: 32%;}
.mainMss h4{margin-top: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.mainMss h5{font-size: 28px;font-family: 'Sawarabi Mincho', sans-serif;
letter-spacing: 0.05em;
	text-align: center;
	}
	
.recBox{
	width: 950px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
		margin-right: auto;
	margin-left: auto;
}
.recBox dl{width: 33%;margin-bottom: 20px;}
.recBox dt{width: 100%;}
.recBox dd{width: 80%;}
	.recBox dd span{
	width: 100%;margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}
	
ul.flow{}
ul.flow li{
	background-color: #3B45FF;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 80%;
}
ul.flow li.arr{font-size: 24px;
	color: #3B45FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 80%;
	text-align: center;
}
/**/
}
@media screen and (min-width: 812px) and (max-width: 1337px) {
.reBoxA {
    margin-right: auto;
    display: none;
    margin-top: 0px;
    width: 100%;
    height: 200px;
    background-image: url(../re_img/re01.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}
.reBoxB {
    margin-right: auto;
    display: none;
}
.spImg{
	display: block;
}

h2.tit{
	position: relative;
	padding: 0.25em 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}
h2.tit:after {
content: "";
display: block;
height: 2px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
/*ここは固定*/
.main{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*.reBoxA{
	margin-right: auto;
	display: block;
	margin-top: 0px;
	width: 100%;
	height: 524px;
	background-image: url(../re_img/re01.png);
	background-repeat: no-repeat;
	margin-left: auto;
}*/
.reBoxA h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 36px;
	padding-top: 322px;
	padding-left: 30px;
}
.reBoxA h5{
	font-size: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;padding-top: 34px;
}
/*.reBoxB{
	display: block;
	margin-top: 15px;
	width: 100%;
	height: 628px;
	background-image: url(../re_img/re02.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}*/
.reBoxB h4{
	color: #FFFF00;
	font-weight: bold;
	font-size: 36px;
	padding-top: 12px;
	padding-left: 30px;
}
.reBoxB dl{margin-top: 30px;
	margin-left: 495px;
	color: #FFFFFF;
	font-weight: bold;
}
.reBoxB dt{
	font-size: 20px;
}
.reBoxB dd{
	font-size: 45px;

}

.reBoxC{margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.reBoxC ul{display: flex;width: 100%;margin-top: 30px;
  flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxC ul li {height: 66px;width: 45%;border: 1px solid #000066;border-radius: 35px;
	padding-right: 15px;
	padding-left: 15px;display: flex;align-items: center;justify-content: center;}
.reBoxC ul li a{display: block;
	width: 100%;
	color: #000066;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.reBoxC ul li p.txt{
	font-size: 14px;
	color: #B00A0D;
}

.reBoxD{
margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.reBoxD dl{width: 100%;margin-bottom: 15px;margin-top: 15px;}
.reBoxD dt{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.reBoxD dd{
	width: 100%;
	text-align: left;
	line-height: 1.8em;
}
.reBoxD ul{display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.reBoxD li{}

.reBoxE{margin-bottom: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE{}
.reBoxE h4{
	width: 100%;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 28px;
}
.reBoxE dl{
	width: 60%;
	border: 2px solid #FF0004;
	margin-right: auto;
	margin-left: auto;
}
.reBoxE dt{
	
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #FF0004;
	
}
.reBoxE dd{font-size: 20px;width: 90%;font-weight: bold;margin-right: auto;
	margin-left: auto;}
/*******************************************************************************************************メッセージ*/
.mainMss{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.mainMss ul.tit{display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 15px;margin-bottom: 15px;}
.mainMss ul.tit li.tit{
	color: #334956;
	font-weight: bold;
	font-size: 40px;
}

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 150px;
  height: 150px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 7em;
  line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
	color: #FFF;
	border: 4px solid #FFFDFD;
	background-color: #FF4000;
}
dl.mss{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
dl.mss dt{}
dl.mss dd{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #0E0E0E;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
dl.mss dd ul li span{
	color: #9C0406;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	display: block;
}
dl.mss dd ul li {margin-right: 10px;
}
dl.mss dd ul{display: flex;flex-direction: row;justify-content: space-around ;align-items: center;}

.border_radius_mss {
display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
		min-width: 200px;
	
}
.mainMss ul.fu {
	width: 90%;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #1F1F1F;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mainMss ul.fu  li{
	font-weight: bold;
	font-size: 28px;
}
.mainMss p.txt{
	width: 80%;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
ul.imglist{width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;flex-wrap: wrap;
	align-items: center;
			margin-top: 20px;
	margin-bottom: 20px;}
	ul.imglist li{width: 32%;}
.mainMss h4{margin-top: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.mainMss h5{font-size: 28px;font-family: 'Sawarabi Mincho', sans-serif;
letter-spacing: 0.05em;
	text-align: center;
	}
	
.recBox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
		margin-right: auto;
	margin-left: auto;
}
.recBox dl{width: 33%;margin-bottom: 20px;}
.recBox dt{width: 100%;}
.recBox dd{width: 80%;}
	.recBox dd span{
	width: 100%;margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}
	
ul.flow{}
ul.flow li{
	background-color: #3B45FF;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 80%;
}
ul.flow li.arr{font-size: 24px;
	color: #3B45FF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 80%;
	text-align: center;
}
/*ipadProEnd*/
}
