@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:480px){
	
body{
	margin-top: 0px;
}
.sp{
	display: block;
}
.pc{
	display: none!important;
}
.f_100{
    font-size: xx-large;
}
.text-mid{
    font-size: large;
    font-weight: bold;
    line-height: 140%;

}
.text-small{
    font-size: medium;
    font-weight: bold;
}
	.text-xsmall{
		font-size: medium;
	}	
.text-large{
    font-size: x-large;
    line-height: 180%;
    font-weight: bold;
}
.text-ex-large{
    font-size: large;
    line-height: 140%;
    font-weight: bold;
}
.text-xx-large{
    font-size: large;
    line-height: 180%;
    font-weight: bold;
}
.text-xvx-large{
    font-size: xx-large;
    line-height: 180%;
    font-weight: 900;
}	
	
	
	
	
	img{
		width: 100%;
		height: auto;
	}

/*-----------------------------
 header
-----------------------------*/
#header {
    width: 95%;
    position: relative;
    top: auto;
    z-index: 2000;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    right: auto;
	}

#header h1 {
    font-size: x-small;
    font-weight: normal;
    margin-bottom: 5px;
    float: none;
    margin-top: 5px;
    width: 100%;
    left: 0px;
    top: 0px;
    display: block;
    margin-left: 0px;
    line-height: 120%;
}

.line1{
    background-image: url(../images/line1.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}
.line2{
    background-image: url(../images/line2.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;
}
.line3{
    background-image: url(../images/line3sp.png);
    background-repeat: repeat-x;
    background-position: 0% bottom;

}
/*-----------------------------
メイン コンテンツ
-----------------------------*/

#container{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	}
#mainimg{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 40px;
    font-size: medium;
    font-weight: 900;
    line-height: 240%;
}
	#mainimg img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}	
h2{
    margin-bottom: 20px;
    text-align: left;
    font-size: x-large;
    line-height: 150%;
    font-weight: 900;
}
h4{
	font-size: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-color: #000000;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
	text-align: left;
	border-left: 8px solid #E00002;
	color: #FFFFFF;
}
.midashi{
	font-size: 30px;
	font-weight: 900;
	color: #DC0003;
	margin-bottom: 40px;
	line-height: 160%;
}
.txt{
	line-height: 200%;
}
.stage{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F0F0F0;
    margin-bottom: 30px;
}
.stage1 .inner{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}
.stage1 .box{
    margin-bottom: 30px;

}
.stage1 .merit{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.stage1 .merit ul{}
.stage1 .merit ul li{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 20px;
}
.stage1 .comment1{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 40px;
    border-radius: 20px;
    text-align: left;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stage1 .comment1 ul{
margin-bottom: 40px;
}
.stage1 .comment1 ul li{
    margin-bottom: 35px;
    font-size: medium;
    font-weight: bold;
    color: #FF7700;
}	

.stage1 .comment1 ul li:before{
 content: "◆";
}
.stage1 .comment1 ul li:after{
 content: "";
}	
.stage1 .comment2,.stage1 .comment3{
    background-color: #FABF13;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stage1 .comment2 .innerBox,.stage1 .comment3 .innerBox{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.stage1 .comment2 .innerBox dl{
    margin-bottom: 40px;
    text-align: left;
}
.stage1 .comment2 .innerBox dt{
   width: 15%;
	float: left;
	
}
.stage1 .comment2 .innerBox dd{
    width: 80%;
    float: right;
    font-weight: bold;
    font-size: medium;
    line-height: 130%;
}

.stage1 .comment3 .innerBox dl{
    margin-bottom: 40px;
    text-align: left;
}
.stage1 .comment3 .innerBox dt{
    font-size: x-large;
    font-weight: 900;
    line-height: 140%;
	margin-bottom: 30px;
}
.stage1 .comment3 .innerBox dd{}
	
	
.stage1 .comment4{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stage1 .comment4 .frame{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid #000000;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 40px;
    padding-right: 10px;
}
.stage1 .comment4 .frame .left{
    width: 60%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
.stage1 .comment4 .frame .right{
    font-size: medium;
    font-weight: bold;
    width: 96%;
    text-align: left;
    position: relative;
    margin-top: 0px;
    clear: none;
}
.stage1 .comment4 .frame .right2{
    font-size: medium;
    font-weight: bold;
    width: 96%;
    text-align: left;
    position: relative;
    margin-top: 0px;
    clear: none;
}
.stage1 .comment4 .frame .right3{
    font-size: medium;
    font-weight: bold;
    width: 96%;
    text-align: left;
    position: relative;
    margin-top: 0px;
    clear: none;
}
.stage1 .comment5{
    background-color: #FABF13;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: medium;
    font-weight: normal;
}
.stage1 .comment5 .innerBox{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.stage1 .comment5 .innerBox .q{
    margin-bottom: 40px;
    background-image: url(../images/q.png);
    padding-left: 35px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0% 0px;
}
.stage1 .comment5 .innerBox .a{
    background-image: url(../images/a.png);
    padding-left: 35px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0% 0px;
}
.stage1 .comment6{
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-radius: 20px;
    text-align: center;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.stage1 .comment6 ul{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.stage1 .comment6 ul li{
    float: left;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 15px;
    width: 48%;
}
.stage1 .comment6 ul li img{
width: 100%;
height: auto;
}
.bt_right{
    float: none;
    margin-right: auto;
    margin-top: 30px;
    text-align: right;
    width: 35%;
    margin-left: auto;
}

.stage2{
    padding-right: 10px;
    padding-left: 10px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-top: 30px;
    text-align: right;
}
.stage2 dl{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: medium;
}.stage2 dl dt{
    text-align: left;
    line-height: 150%;
    margin-bottom: 10px;
    width: 100%;
    float: none;
    border-left: 5px solid #000000;
    padding-left: 15px;
    font-size: medium;
}
.stage2 dl dd{
    text-align: left;
    line-height: 150%;
    width: 100%;
    float: none;
    padding-left: 15px;
    font-size: medium;
}

.stage3{
    padding-right: 10px;
    padding-left: 10px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
 
}
.stage3 dl{
    margin-bottom: 35px;
    padding-bottom: 10px;
    font-size: medium;
}.stage3 dl dt{
    text-align: left;
    line-height: 100%;
    margin-bottom: 10px;
    width: 100%;
}
.stage3 dl dd{
    text-align: left;
    line-height: 100%;
    width: 100%;
}

section.privacy{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: medium;
}
section.privacy dl{
    margin-bottom: 40px;
}
section.privacy dt{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: medium;
}
section.privacy dd{
    padding-left: 10px;
    margin-bottom: 40px;

}
section.privacy dd ol {}
section.privacy dd ol li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 20px;
}
/*-----------------------------
breadcrumb
-----------------------------*/
.pagetop {
	width: 20%;
	margin-bottom: 20px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/*-----------------------------
 footer
-----------------------------*/
footer#footer {
    width: 100%;
    margin-bottom: 0px;
    background-repeat: repeat-x;
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer .inner {
	width: 100%;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}

#footer .footer_copyright {
    clear: both;
    width: 100%;
    text-align: center;
    color: #9F9F9F;
    font-size: small;
}


.foot_link {
    font-weight: normal;
    width: 100%;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

.foot_link ul {
    text-align: center;

}

.foot_link li {
    font-size: mediuml;
    line-height: 100%;
    padding-right: auto;
    margin-left: 10px;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}
.foot_link li:last-child {
    border-right: 0px none #000;
}
.foot_link li a {
    margin-right: 10px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline;
}
.foot_link li a:hover {
	margin-right: 10px;
	display: inline;
	color: #D02C55;
}

/*----------------------------
メールフォーム
-----------------------------*/

.form_style{
    padding: 3%;
    width: 94%;
    font-size: mediuim;
    font-weight: bold;
    border: 1px solid #454545;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bt_style{
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px;
    font-size: 27px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
}
