@charset "utf-8";
/* CSS Document */

/* 共通のCSS */

body {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: 500;
color: #4E4E4E;
background: url(../images/bg02.png);
}
_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

b, strong, .bold {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-weight: bold;
}

a:hover {
opacity: 0.7;
}

.pc_only {
display: block;
}
.sp_only {
display: none;
}


.child {
 transform: skew(0deg, 2.2deg);
 max-width: 1024px;
margin: 0 auto;
text-align: center;
}


.parent1 {
background: url(../images/bg01.png);
background-position: center;
 transform: skew(0deg, -2.2deg);
 padding: 150px 0;
 margin-top: -100px;
}
.parent2 {
background: url(../images/bg02.png);
 transform: skew(0deg, -2.2deg);
 padding: 100px 0;
 margin-top: -100px;
}
.parent3 {
 background: #1E2C5B;
 transform: skew(0deg, -2.2deg);
 padding: 120px 0;
 margin-top: 0px;
}

.parent3 h2 {
position: relative;
top: -50px;
color: #FFFFFF;
font-size: 48px;
font-weight: bold;
border: none;

}
.parent4 {
background: url(../images/bg02.png);
 transform: skew(0deg, -2.2deg);
 padding: 100px 0;
 margin-top: -100px;
}
.parent5 {
 background: #F5F5F5;
 transform: skew(0deg, -2.2deg);
 padding: 100px 0;
 margin-top: 0px;
}
.parent5 ol {
list-style-type: decimal;
text-align: left;
padding: 50px 0 0;
margin: 0 auto;
list-style-position: outside;
line-height: 200%;
width: 850px;
font-size: 18px;
}


.parent5 h3 {
font-size: 48px;
font-weight: bold;
margin-bottom: 20px;
}


.parent6 {
 background: #00B285;
 transform: skew(0deg, -2.2deg);
 padding: 100px 0;
 margin-top: -100px;
}





a {
color: #664C00;
text-decoration: none;
}

a:hover {
opacity: 0.7;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  




header {
width: 100%;
border-top: #009245 6px solid;
z-index: 1;
position: relative;
background: #FFFFFF;
}



.contents {
width: 1024px;
margin: 0 auto;
}

.contents p {
line-height: 120%;
}


section h1 {
background: #E2690D;
font-size: 30px;
color: #FFFFFF;
padding: 25px 0;
text-align: center;
font-weight: bold;
z-index: 1;
position: relative;
}

section h1.masshou {
background: #456b00 !important;
}

.masshou-title {
	margin-top:50px;
}

.campaign-title {
	margin-top:50px;
}


section h2 {
border-bottom: 2px solid #E2690D;

font-size: 20px;
color: #E2690D;
padding: 50px 0 25px 0;
text-align: center;
font-weight: bold;
}



.btn {
position: relative;
z-index: 3;
text-align: center;
top: -40px;
}




footer {
border-top: #E8E8E8 1px solid;
font-size: 14px;
padding: 38px 0;
text-align: center;
background: #FFFFFF;

}






.character1 {
position: absolute;
top: -200px;
right: 0px;
z-index: 500;
}

.character2 {
position: absolute;
top: -170px;
left: 0px;
z-index: 500;
}





/*form-------------------------------------------------------*/
.step {
width: 300px;
float: left;
margin-top: 50px;
}

.step dt {
background: #FFFFFF;
color: #E2690D;
border-radius: 10px 10px 0 0;
border: #CCCCCC solid 2px;
padding: 10px;
}

.step dd {
background: #FFFFFF;
border-radius: 0 0 10px 10px;
border: #CCCCCC solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}

.step_on {
width: 300px;
float: left;
margin-top: 50px;
}

.step_on dt {
background: #E2690D;
color: #FFFFFF;
border-radius: 10px 10px 0 0;
border: #E2690D solid 2px;
padding: 10px;
}

.step_on dd {
background: #FFFFFF;
border-radius: 0 0 10px 10px;
border: #E2690D solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}


.step_on2 dd {
background: #EFEFEF;
border-radius: 0 0 10px 10px;
border: #E2690D solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}

.step_on3 dd {
background: #EFEFEF;
background-image: url(../images/zumi.png);
background-repeat: no-repeat;
background-position: center;

color: #666666;
border-radius: 0 0 10px 10px;
border: #E2690D solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}



.arrow {
float: left;
margin: 110px 10px 0 10px;
width: 25px;}



.t_center {
text-align: center !important;
}














form {}
form table {
	width: 100%;
	border-top: solid 1px #D3D3D3;
	margin-bottom: 35px;
	margin-top: 30px;
}
form table th {
	background-color: #F5F5F5;
	
	font-size: 14px;
	font-weight: bold;
	width: 264px;
	vertical-align: middle;
	padding-left: 18px !important;
	padding-right: 18px;
}
form table th.deta {	vertical-align: top;}

form table td {	padding-left: 15px;
background: #FFFFFF;
}
form table th ,
form table td {
	border-bottom: solid 1px #D3D3D3;
	padding-top: 12px;
	padding-bottom: 12px;
}
form table th {}

form table .nini {
	background-color: #959595;
	color: #FFF;
	float: right;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	width: 32px;
	margin-top: 3px;
	border-radius: 2px;        /* CSS3闕画｡� */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome逕ｨ */  
	-moz-border-radius: 2px;   /* Firefox逕ｨ */  
}
form table .hiss {
	background-color: #0288D1;
	color: #FFF;
	float: right;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	width: 32px;
	margin-top: 3px;
	border-radius: 2px;        /* CSS3闕画｡� */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome逕ｨ */  
	-moz-border-radius: 2px;   /* Firefox逕ｨ */  
}

.hiss {
	background-color: #0288D1;
	color: #FFF;
	float: none;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	width: 32px;
	margin-top: 3px;
	border-radius: 2px;        /* CSS3闕画｡� */  
	-webkit-border-radius: 2px;    /* Safari,Google Chrome逕ｨ */  
	-moz-border-radius: 2px;   /* Firefox逕ｨ */  
	display: inline-block;
}


form table td input {
	border: solid 1px #E0E0E0;
	/*background-color: #F5F5F5;*/
	height: 40px;
	width: 70%;
	padding: 8px;
	box-sizing: border-box;
}

form table td input[type="checkbox"] {
	height: auto;
	width: auto;
	margin-right: 2px;
}
form table td input[type="radio"] {
	height: auto;
	width: auto;
	margin-right: 2px;
}


form table td label {
font-weight: bold;
padding: 10px 0;
display: block;
}
form table td textarea {
	border: solid 1px #E0E0E0;
	/*background-color: #F5F5F5;*/
	padding: 8px;
	box-sizing: border-box;
	width: 90%!important;
    height: 350px !important;
}

form .contact-privacy { text-align: center; 	margin-bottom: 25px;}
form .contact-privacy a {
	text-decoration: underline;
	background-image: url(../images/guideline/ic_link.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 13px;
	margin-right: 5px;
}

form .contact-btn {text-align: center;}
form .contact-btn button {
	border: none;
	color: #FFF;
	background-color: #0288D1;
	font-size: 16px;
	font-weight: bold;
	width: 320px;
	line-height: 80px;
}








.f_left {
float: left;
width: 77%;
font-size: 14px;
line-height: 200%;
}

.f_left_img {
float: left;
width: 20%;
margin-right: 2%;
border: 1px #CCCCCC solid;
}


.red {
color: #FF0000;

}



.f_left ol {
list-style-type: decimal;

padding-left: 10px;
list-style-position: outside;

}








.scrollbox {
width: 98%;
overflow-y: scroll;
height: 300px;
display: block;
background: #FFFFFF;
border: #CCCCCC solid 1px;
margin: 0 auto;

}
.cont_l01_kojin {
padding: 20px;
line-height: 120%;
}
.cont_l01_kojin h3 {
    padding-left: 14px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 3px 0;
    margin-bottom: 12px;
    border-bottom: #0D974E solid 2px;
    clear: both;
}
.cont_l01_kojin .txt {
    margin-bottom: 1.2em;
}

.cont_l01_kojin ol {
    list-style: decimal;
    font-weight: bold;
    margin: 0 0 0 1.5em;
}
.cont_l01_kojin h5 {
    font-size: 15px;
    font-weight: bold;
}

.cont_l01_kojin .normal {
    font-weight: normal;
	font-size: 14px;
}

.cont_l01_kojin table {
width: 100%;
}

.note2 {
    padding-left: 3em;
    text-indent: -3em;
}


.indent span.normal {
text-indent: -1.0em;
display: block;
padding-left: 1.2em;
}


.indent span {
    font-weight: normal;
	font-size: 14px;
}


.submit {
text-align: center;
}

.submit input {
border: 0;
    background-color: #1E2C5B;
    padding: 20px 0;
    color: #FFFFFF;
    width: 50%;
    cursor: pointer;
    margin: 15px 0;
    font-size: 100%;
    text-align: center;
}

.submit a {
display: block;
border: 0;
    background-color: #CCCCCC;
    padding: 20px 0;
    
    width: 20%;
    cursor: pointer;
    margin: 15px 0;
    font-size: 100%;
    text-align: center;
	float: left;
}




.form_submitbox .t_center a {
display: block;
border: 0;
    background-color: #CCCCCC;
    padding: 20px 0;
    
    width: 20%;
    cursor: pointer;
    margin:0 auto;
    font-size: 100%;
    text-align: center;
}


.linebox {
border: #CCCCCC solid 1px;
padding: 20px;
text-align: center;
background: #FFFFFF;
}






.input_age {
width: 6em;
}

label {
padding: 20px 0 20px 20px;
display: inline-block;
}













@media screen and ( max-width:1024px )
{

.pc_only {
display: none;
}
.sp_only {
display: block;
}

img {
width: 90%;
}

img.header_img {
width: 45%;
}

.btn img {
width: auto;
}

.contents {
width: 100%;
margin: 0 auto;
}

.parent5 ol {
    list-style-type: decimal;
    text-align: left;
    padding: 50px 0 0;
    
    list-style-position: outside;
    line-height: 200%;
    width: 85%;
	margin: 0 5% 0 10%;
    font-size: 18px;
}

.masshou-title {
	margin-top:20px;
	margin-bottom:40px
}

.campaign-title {
	margin-top:20px;
	margin-bottom:0px
}


.character1 {
position: relative;
top: -100px;
right: 0px;
z-index: 500;
margin: 0 auto;
width: auto;
}

.character2 {
position: absolute;
top: -170px;
left: 0px;
z-index: 500;
width: auto;
}

.step {
width: 90%;
float: none;
margin-top: 10px;
}

.step dt {
background: #FFFFFF;
color: #E2690D;
border-radius: 10px 10px 0 0;
border: #CCCCCC solid 2px;
padding: 10px;
}

.step dd {
border-radius: 0 0 10px 10px;
border: #CCCCCC solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}

.step_on {
width: 90%;
float: none;
margin-top: 10px;
}

.step_on dt {
background: #E2690D;
color: #FFFFFF;
border-radius: 10px 10px 0 0;
border: #E2690D solid 2px;
padding: 10px;
}

.step_on dd {
border-radius: 0 0 10px 10px;
border: #E2690D solid 2px;
border-top: 0;
padding: 10px;
min-height: 100px;
text-align: left;
}

.arrow {
float: none;
margin: 0px;
padding-top: 10px;
width: 40px;}

.scrollbox{overflow-x:scroll;}
.scrollbox::-webkit-scrollbar{width:10px;}/*バーの太さ*/
.scrollbox::-webkit-scrollbar{height:0px;}/*バーの太さ*/
.scrollbox::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
.scrollbox::-webkit-scrollbar-thumb{background:#333333;}/*バーの色*/
.scrollbox img{max-width:initial}

.scrollbox {
width: 85%;
}

}




/* ウィンドウ幅が0〜959pxの場合に適用するCSS */
@media screen and ( max-width:768px )
{

.pc_only {
display: none;
}
.sp_only {
display: block;
}

img {
width: 100%;
}


section h1 {
font-size: 18px;
}


.btn img {
width: 90%;
margin: 0 5%;
}
































.parent1 {
background: url(../images/bg01.png);
background-position: center;
background-size: 10%;
 transform: skew(0deg, -2.2deg);
 padding: 150px 0;
 margin-top: -100px;
}
.parent2 {
background: url(../images/bg02.png);
 transform: skew(0deg, -2.2deg);
 padding: 0px 0 50px 0;
 margin-top: -100px;
}
.parent3 {
 background: #1E2C5B;
 transform: skew(0deg, -2.2deg);
 padding: 80px 0;
 margin-top: 0px;
}

.parent3 h2 {
position: relative;
top: -50px;
color: #FFFFFF;
font-size: 20px;
font-weight: bold;

}
.parent4 {
background: url(../images/bg02.png);
 transform: skew(0deg, -2.2deg);
 padding: 50px 0;
 margin-top: -100px;
}
.parent5 {
 background: #F5F5F5;
 transform: skew(0deg, -2.2deg);
 padding: 50px 0;
 margin-top: 0px;
}


.parent5 h3 {
font-size: 20px;
font-weight: bold;
margin-bottom: 0px;

}

.parent5 ol {

    font-size: 14px;
}


.character1 {
position: relative;
top: -30px;
right: 0px;
z-index: 500;
margin: 0 5%;
width: 90%;
}

.character2 {
position: absolute;
top: -80px;
left: 5%;
z-index: 500;
width: 20%;
}

.f_left {
float: none;
width: 90%;
margin: 0 auto;
font-size: 14px;
line-height: 200%;
}

.f_left_img {
float: none;
width: 90%;
margin: 0 auto;

border: 1px #CCCCCC solid;
}




/*form-------------------------------------------------------*/









.t_center {
text-align: center !important;
}











































form table th, form table td {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	/*font-size: 12px;*/
}
form table td {padding: 20px;}
.hiss ,
form table .nini {
	float: none;
	display: inline-block;
	margin-left: 12px;
}
form table td textarea { height: 130px;}
/*form input, form textarea {
	padding: 3px 5px;
	width: 100%;
	line-height: 190%;
	box-sizing: border-box;
}*/
form .contact-btn button {
	font-size: 14px;
	width: 100%;
	line-height: 60px;
	margin-bottom: 20px;
}


form table td input {
	width: 100%;
	
}

form table td textarea {
	width: 100% !important;
}

.form-table td span {
margin:  0 0 20px 0;
}


.clearfix {
display: block;
}

.input_age {
width: 4.0em;
}

input {
	font-size: 16px;
}

}

