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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;	
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1{
	text-align: center;
	line-height: 1.3;
}
h2{
	text-align: center;
	font-weight: bold;
}
h3{
	font-size: 14px;
}
p {
	color: #1a1a1a;
	font-size: 14px;
	line-height: 1.5;
}
.inner_wrapper{
	width: 90%;
	margin: 0 auto;
    padding-bottom: 15px;
}
span.red{
	color: #ff2b00
}


#sect-01{
	width: 100%;
	background: #fff;
}
.wapper_01{
	width: 92%;
	margin: 0 auto;
}
.buttonwrap{
    background: #ff2b00;
    padding: 14px 0;
    margin: 15px 0;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	box-shadow:0px 1px 0px 2px #a21d02;
}
.button{
	width: 86%;
    margin: 0 auto;
}
.wapper_01 dl{
	width: 100%;
}
.wapper_01 dt{
	text-align: center;
	color: #ff2b00;
	border-top: 2px solid #ff2b00;
	padding: 6px;
	font-size: 18px;
}
.wapper_01 dd{
	padding: 6px 0 25px;
	text-align: left;
}
.wapper_01 .caption_text{
	font-size: 12px;
	color: #7d7d7d;
	margin-top: 10px;
}
.wapper_01 dd span.date{
	font-size: 1.0em;
}


#sect_02{
	width: 100%;
	background: #ff7500;
}
.wapper_02{
	width: 92%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.wapper_02 .titlewrap{
	width: 100%;
	padding: 20px 0;
}
.wapper_02 .titlewrap .title{
	color: #fff;
	font-size: 18px;
}
.wapper_02 .mainwrap p{
    padding-left: 1em;
	text-indent: -1em;
}
.wapper_02 .subwrap{
	width: 100%;
	margin: 15px auto 0;
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	background: #fff
}
.wapper_02 .subwrap h3{
	color: #ff2b00;
	font-weight: bold;
	padding-top: 15px;
}
.wapper_02 .sub_text{
	padding-top: 15px;
	font-size: 12px;
}

#sect_03{
	width: 100%;
	background: #e5e5e5;
}
.wapper_03{
	width: 92%;
	margin: 0 auto;
}
.wapper_03 .titlewrap{
	width: 100%;
	padding: 20px 0;
}
.wapper_03 .titlewrap .title{
	color: #1a1a1a;
	font-size: 18px;
}
.wapper_03 .textwrap{
	padding-bottom: 20px;
}
.wapper_03 .textwrap .caution_text01{
    color: #ff2b00;
    font-size: 12px;
    padding-left: 2.5em;
	text-indent: -2.5em;
}
.wapper_03 .textwrap .caution_text02{
    font-size: 12px;
    padding-left: 1em;
	text-indent: -1em;
}
.wapper_03 .textwrap .contact{
	font-size: 12px;
    margin-top: 5px;
    padding-left: 0.8em;
}
strong{
	font-weight: bold;
	font-size: 1.1em;
}

footer .footerwrap{
	width:100%;
}
footer p.copy{
	font-size: 10px;
    padding: 10px 5px 5px 0;
    float: right;
}





