/* IMPORT RESET */
@import url("reset.css");

/*	EXAMPLE STYLES */
/*	EXAMPLE STYLES */

body {
	width:100%;
	height:100%;
	color: #595959;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height:180%;
	margin:0;
	padding: 0;
	border: 0;
	text-decoration:none;
	background-color:#FCEB4E;
}

.c-both{
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}

header {
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:70px;
	position: fixed;
	z-index: 1000;
	top: 0;
	background-color:#FCEB4E;
}


h1{
	float:left;
	width: 240px;
	margin-left: 0;
	padding: 0;
	font-size: 26px;
	color: #595959;
	font-family: 'Work Sans', sans-serif;
}

strong{
font-weight: bold;
}


p{
	font-size:18px;
	line-height:200%;
	text-align: left;
	margin-bottom: 50px;
}

img{
width:100%;
max-width: 100%;
height: auto;
}

a:link {
	text-decoration: none;
	color: #595959;
}

a:hover {
    opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

a:active {
    opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

a:visited {
	text-decoration: none;
	color: #595959;
}

footer {
    margin: 0 auto;         /* 余白の削除 */
    padding: 20px; 
	text-align: center;/* 余白の削除 */
	background-color:#FCEB4E;
}

.submenu{
margin:0 auto;
display: inline-block;
}

.submenu ul{
margin:0 auto;
text-align:center;
position:relative;
}

.submenu ul li{
font-size:12px;
margin-right:20px;
float:left;
position:relative;
}

.submenu ul li a{
font-size:12px;
text-align:left;
position:relative;
}

.submenu ul li:last-child{
margin-right:0;
}

.submenu ul li a:hover{
text-decoration:none;
opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

.copyright{
text-align:center;
font-size:11px;
letter-spacing:1px;
position:relative;
	margin: 5px auto 0px;
}

article {
	width:100%;
	height: 100%;
	text-align: center;
	margin-top: 75px;
	padding: 0;
}

.contents_bg {
	text-align: center;
	background-color:#FCEB4E;
	text-align: center;
	padding: 0 50px;
}

.contents{
    margin: 0 auto;
    padding: 0px;
	max-width: 1200px;
	background-color: #FFF;
	text-align: left;
	width: 100%;
}

.top_bg{
	background: url(../img/top_bg.jpg) no-repeat left bottom;
	background-size: cover;
	padding: 50px;
}

.catch{
	width: 100%;
	max-width: 629px;
	float: left;
	display: block;
	filter: drop-shadow(1px 2px 3px #808080);
	margin-bottom: 280px;
	margin-top: 20px;
}

.catch2{
	display: none;
}

h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 55px;
	text-shadow: 1px 2px 3px #808080;
	color: #FFF;
	margin-bottom: 20px;
	line-height: 120%;
}

h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	text-shadow: 1px 2px 3px #808080;
	color: #FFF;
	line-height: 120%;
	margin-bottom: 300px;
	letter-spacing: 0;
}

.line_bt{
	margin: 0 auto;
	width: 80%;
	max-width: 450px;
	text-align: center;
	display: block;
}

.line_bt2{
	width: 80%;
	max-width: 450px;
	float: right;
}

.contents_yohaku{
	padding: 50px;
}

h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 36px;
	line-height: 140%;
	margin: 0 auto 30px;
	text-align: center;
}

.p1{
    margin: 0 auto 30px;
	text-align: center;
	font-size: 24px;
	line-height: 140%;
	font-weight: bold;
}

.p2{
    margin-bottom: 30px;
	text-align: left;
	font-size: 24px;
	line-height: 160%;
}

.left{
float: left;
	margin-left: 50px;
	margin-right: 30px;
}

.right{
float: right;
	margin-right: 50px;
	margin-bottom: 30px;
}

.yellow{
	background: url(../img/checkbox.svg) 12px no-repeat #FCEB4E;
	font-size: 22px;
	line-height: 140%;
	font-weight: bold;
	padding: 12px 12px 12px 50px;
	margin: 0;
}

.yajirushi1{
	background: url(../img/yajirushi1.svg) no-repeat;
	text-align: left;
	margin: 0px 30px;
	width: 39px;
	height: 19px;
}

.link_p{
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto 10px;
	text-align: center;
	line-height: 140%;
}

.link_bt a{
	display: block;
	margin: 0 auto 40px;
	text-align: center;
	width: 30%;
	background-color: #FBB600;
	cursor: pointer;
	border-radius: 10px;
	font-size: 20px;
	color: #754C24;
	padding: 15px 25px;
	font-weight: bold;
}

.link_bt a:hover {
    opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}

.top_bg2{
	background: url(../img/top_bg2.jpg) no-repeat center bottom #023CD7;
		background-size: 100%;
	padding: 50px;
}

.top_bg3{
	background: url(../img/top_bg3.jpg) repeat-y;
	background-size: 100%;
	padding: 30px 50px;
}

.program_p1{
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}

.program_p2{
    margin: 0 auto 20px;
	text-align: center;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
}

.program_p2_{
	display: none;
    margin: 0 auto 10px;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #FFF;
}

.program_p3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	margin: 0 auto 15px;
	text-align: center;
	color: #FFF;
}

.program_p4{
	font-size: 22px;
	margin: 0 auto 15px;
	text-align: center;
	color: #754C24;
	background-color: #FBB600;
	padding: 8px;
	line-height: 100%;
	font-weight: bold;
}

.program_p5{
	font-size:18px;
	line-height:180%;
	text-align: left;
	margin-bottom: 30px;
	color: #FFF;
}

.step{
width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 15.8181818181%;
	background: url(../img/step1.png) no-repeat center center;
    background-size: cover;
	 margin: 0 auto 50px;
}

.fukidashi{
	background: url(../img/fukidashi.svg) no-repeat left center;
	background-size: 31px 27px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 45px;
	padding-bottom: 10px;
	height: 27px;
	margin-bottom: 18px;
}

.dotline{
	width: 100%;
	border-bottom: 1px #959595 dotted;
	margin: 0px auto 40px;
}

.p3{
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 18px;
}


.pagetop {
	display: block;
	width: 50px;
	text-align: center;
	margin: 50px auto 0;
}




/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1000px){
	
header {
    height:45px;
}
	
article {
	margin-top: 45px;
}	

h1{
	width: 185px;
	font-size: 20px;
}
	
.menu{
padding-top: -20px;
}
	
.left{
float: none;
	margin-left: 50px;
	margin-right: 30px;
}

.right{
float: none;
	margin-left: 50px;
	margin-right: 30px;
}
	
}
	
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:720px){
	
p{
	font-size:13px;
	line-height:190%;
	margin-bottom: 30px;
}
	
footer{
padding: 10px;
}	
	
.submenu ul{
float:none;
text-align:center;
margin:0 auto;
}

.submenu ul li{
margin:0px auto -5px;
text-align:center;
float:none;
}

.submenu ul li a{
float:none;
text-align:center;
font-size: 11px;
}
	
.contents_bg {
	padding: 0;
}
	
.copyright{
font-size:10px;
	margin-top: 10px;
}
	
.top_bg{
	padding: 25px;
	letter-spacing: 0;
	text-align: center;
}

h2{
	font-size: 26px;
	text-shadow: 1px 2px 2px #808080;
	margin-bottom: 0px;
	margin-top: 0px;
}

h3{
	font-size: 26px;
	text-shadow: 1px 2px 2px #808080;
	margin-bottom: 35px;
}
	
.catch{
	display: none;
}

.catch2{
	display: block;
	margin: 15px auto 40px;
	width: 100%;
	max-width: 552px;
	text-align: center;
	filter: drop-shadow(1px 2px 3px #808080);
}
	
.line_bt{
	width: 85%;
}
	
.line_bt2{
	float: none;
	margin: 0 auto;
	width: 85%;
	max-width: 450px;
	text-align: center;
	display: block;
}	
	
.contents_yohaku{
	padding: 30px;
}

h4{
	font-size: 22px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 150%;
}

.p1{
	margin-bottom: 12px;
	text-align: left;
	font-size: 16px;
	line-height: 150%;
}
	
.p2{
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 150%;
}
	
.left{
float: none;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}

.right{
float: none;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
	
.yellow{
	background: url(../img/checkbox.svg) 8px no-repeat #FCEB4E;
	background-size: 20px;
	font-size: 16px;
	line-height: 140%;
	padding: 8px 8px 8px 35px;
}

.yajirushi1{
	margin: 0px 10px;
	background-size: 25px 12px;
	width: 25px;
	height: 12px;
}
	
.link_p{
	font-size: 16px;
	line-height: 140%;
	margin: 15px auto 8px;
}

.link_bt a{
	margin: 0 auto 20px;
	text-align: center;
	font-size: 15px;
	padding: 7px 20px;
min-width: 100px;
}	

.top_bg2{
	padding: 30px;
}

.top_bg3{
	padding: 10px 30px;
}

.program_p1{
	font-size: 28px;
	margin: 0 auto;
}

.program_p2{
	display: none;
}

.program_p2_{
	display: block;
}

.program_p3{
	font-size: 26px;
	margin: 0 auto 15px;
}

.program_p4{
	font-size: 15px;
	margin: 0 auto 15px;
	padding: 5px;
}

.program_p5{
	font-size:13px;
	line-height:180%;
	margin-bottom: 20px;
}
	
.step{
	width: 85%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 90%;
	background: url(../img/step2.png) no-repeat top center;
    background-size: 80%;
	margin: 0 auto 20px;
}
	
.fukidashi{
	background-size: 25px 22px;
	font-size: 16px;
	padding-left: 37px;
	padding-bottom: 4px;
	height: 27px;
	margin-bottom: 10px;
}

.dotline{
	margin: 0px auto 28px;
}
	
.p3{
	font-size: 14px;
	margin-bottom: 5px;
}
	
.pagetop {
	display: block;
	width: 40px;
	text-align: center;
	margin: 20px auto 0;
}

	
}