* {
    margin: 0px;
    padding: 0px;}


body{
	background-color:#F2F2F2;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	justify-content: center;
	align-items: center;
	font-family: "Noto Sans CJK JP",Yu Gothic,Meiryo, "Hiragino Kaku Gothic Pro W3", sans-serif;;	
	font-size: 20px;
	line-height: 40px;
}
a {
  color: #727272;
  text-decoration: none;
}
.contents{max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;}

.end_msg{
	width:800px;
	border:2px solid #EF090C;
	padding:30px 50px;
	font-size: 15px;
	line-height: 30px;
	margin:30px auto;
	text-align: center;
}
.end_msg>h3{
	color:#EF090C;
	font-size: 20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.end_text{
	width:700px;
	margin:10px auto;
}
.end_text>ul{
	text-align: left;
	width:400px;
	margin:10px auto;
}
.btn_thanks{
	display: block;
	padding:5px 10px;
	text-align: center;
	background-color: #0168b7;
	color:white;
	font-weight: bold;
	width:250px;
	margin: 30px auto 0;
}
.entrybanner{max-width: 100%;
		margin:46px 0 80px 0;}

.titlebar{
	background-color:white;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
	height: 50px;
	padding:10px;
}
.title{
	max-width: 1280px;
	margin-right: auto;
	margin-left:  auto; 
  display: flex;
  align-items: center;
}
h1{
	font-size: 25px;
	font-weight: bold;
	color:#086598;
	padding:5px 0 0 20px;	display: inline-block;
	width:300px;
}
h1>a{
	color:#086598;
}
nav {
  margin-left: auto;
}
nav ul {
  display: flex;
}
nav ul li a {
  padding: 0px 20px 0 20px;
	font-size:15px;
	line-height: 20px;
}
.entrybutton{
	width:250px;
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);	
	font-size:17px;
	color:white;
	padding:10px 10px;
	margin:0 50px;
}
li>.entrybutton{
	padding:10px 50px;
}
.entrybutton-center{
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);	
	font-size:17px;
	color:white;
	padding:10px 50px;
	margin:0px auto 100px auto ;	
	text-align: center;
	display: block;
	width:400px;
	max-width: 75%;
}

h2{
	font-size: 20px;
	font-weight: bold;
	color:#086598;
	padding:50px;
	text-align: center;
}
.subtitle{
	background-image: url("../original_image/subtitle.jpg");
	background-repeat:no-repeat;background-size:auto;
	background-position: center center;}
.margin-bottom{margin-bottom: 50px;}
.centertext{
	text-align: center;}
.titleimage{
	background-image: url("../original_image/titleimage.jpg");;
	width:100%;
	height:386px;
}

.wrapperall {
	width:100%;
	min-width: 800px
}
.wrapper {
	margin-right: auto;
	margin-left:  auto; 
 	max-width: 1280px;
	background-color:white;	
}




.howto{
	display: flex;	
}

/*ボックス*/
.flowbox{margin:0 50px 100px 50px;}
ul {
			  padding: 0;
			}
			li {
			  list-style-type: none;
			}
			dd {
			  margin-left: 0;
			}

			.flow {
			  padding-left: 120px;
			  position: relative;
			}
			.flow::before {
			  content: "";
			  width: 15px;
			  height: 100%;
			  background: #eee;
			  margin-left: -8px;
			  display: block;
			  position: absolute;
			  top: 0;
			  left: 120px;
			}
			.flow > li {
			  position: relative;
			}
			.flow > li:not(:last-child) {
			  margin-bottom: 8vh;
			}
			.flow > li .icon {
			  font-size: 12px;
			  color: #fff;
			  background: rgb(107,144,219);
			  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
			  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
			  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
			  padding: 8px 20px;
			  display: block;
			  position: absolute;
			  top: 0;
			  left: -120px;
			  z-index: 100;
			}
			.flow > li .icon::after {
			  content: "";
			  border-style: solid;
			  border-width: 5px 0 5px 10px;
			  border-color: transparent transparent transparent #66d5e9;
			  position: absolute;
			  top: 50%;
			  left: 100%;
			  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
			}
			.flow > li dl {
			  padding-left: 70px;
			  position: relative;
			}
			.flow > li dl::before,
			.flow > li dl::after {
			  content: "";
			  display: block;
			  position: absolute;
			  top: 15px;
			}
			.flow > li dl::before {
			  width: 7px;
			  height: 7px;
			  margin-top: -3px;	
			  background: #6b90db;
			  border-radius: 50%;
			  left: -4px;
			}
			.flow > li dl::after {
			  width: 50px;
			  border-bottom: 1px dashed #999;
			  position: absolute;
			  left: 5px;
			}
			.flow > li dl dt {
			  font-size: 20px;
			  font-weight: 600;
			  color: rgb(107,144,219);
			  margin-bottom: 1vh;
			}
.flow dd{font-size:15px;line-height: 30px;}
/*ボックスココまで*/

.otegaru{flex-wrap: wrap;
	display:flex;flex-direction: row;margin:10px 0 0 0;
}
.otegaru_title{
	width:140px;
	padding:10px;
	background: rgb(59,175,54);
background: linear-gradient(90deg, rgba(59,175,54,1) 35%, rgba(105,184,45,1) 100%);
color:white;vertical-align: middle;}
.otegaru_contents{
	padding:10px;background:#EAF3EA; border:1px #3BAF36 solid;max-width:465px;
}
.ordinary{
	display:flex;flex-direction: row;margin:10px 0 0 0;flex-wrap: wrap;
}
.ordinary_title{	
	width:140px;
	padding:10px;
	background: rgb(51,152,206);
background: linear-gradient(90deg, rgba(51,152,206,1) 35%, rgba(58,134,175,1) 100%);
color:white;vertical-align: middle;}
.ordinary_contents{
	padding:10px;background:#E0F0F9; border:1px #218EC9 solid;max-width:465px;
}
.mintext{font-size:12px;line-height: 18px;}

.samplecontainer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: 0px;
}
.sample{
	max-width:400px;
	border:2px solid #086598;
	margin:0 0 100px 0;
	font-size:13px;
	line-height: 26px;
	padding:30px;
}
.sample h3{	
	font-size: 15px;
	font-weight: bold;
	color:#086598;
	text-align: center;
	padding:20px 0 0 0;
}
.sample h4{		
	font-size: 14px;
	font-weight: bold;
	color:#086598;
	line-height: 30px;
	padding-top:20px;
}
.sampleimage{
	width:124px;
	position:relative;
	top:-90px;
	left:calc( 50% - 62px );
	margin:0 0 -100px 0;
	border-radius: 50%;
	background: #C8E7F3;
}



footer{width:100%;
	background-color: #D4D4D4;
	padding:20px 0 20px 0;
}

/*
footer .btn{
	position:relative;
	top:-150px;
	width:500px;
	margin:0 auto;
}

footer .entrybutton{
	margin: 0 auto;
}
*/

footer p{
	max-width: 1000px;
	margin-right: auto;
	margin-left:  auto; 
	color:#0E0B1A;
	font-size:15px;line-height: 28px;
	padding:0 20px 0 20px;}

.pc { display: block !important; }
.sp { display: none !important; }



@media screen and (max-width: 599px) {
	/* 599px以下に適用されるCSS（スマホ用） */
	
	
	.pc { display: none !important; }
    .sp { display: block !important; }
	
	.wrapperall {
	width:100%;min-width: 375px
}
		nav ul li{
visibility:collapse!important;width:0;
}
	.title{display:block;}
	.titleimage{
	height:120px;background-position: center center;
}
	.centertext{
		font-size: 16px;
		padding:0 10px;
	}
	.end_msg{
		width:80%;
		font-size: 14px;
		padding:10px 5px;		
		text-align: left;
	}
	.end_msg>h3{
		font-size: 16px;
	}
	
	.end_text{
	width:100%;
	}
	
	.end_text>ul{
		width:80%;
	}

	.flowbox{
		width:90%;
		margin:0 auto 0 auto;padding:5px;
	}
	
.sample{
	max-width:750px;
	width:80%;}
	.flow > li dl::after {
		width: 20px;}
	.flow > li dl {
		padding-left: 30px;}
	
}
