@charset "UTF-8";
@import url("../../common/css/layout.css");
@import url("../../common/css/heder-footer.css");
@import url("https://fonts.googleapis.com/css?family=Anton");

body {
  color: #333;
  font-size: 16px;
  font-family:  メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol > li {
  list-style-type: decimal;
}

dt, dd, dl {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

#Lead p span {
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	letter-spacing: 0.3em;
	text-shadow: 2px 2px #000;
	_text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
}

p {
  margin: 0px;
}

em {
  font-weight: bold;
  font-style: normal;
}


a:hover{
   opacity:0.7;
}
.fcol_red{
  color:#be0d04;
}
.f1{
  font-size:0.4em;
}
.f2{
  font-size:0.6em;
}
.f3{
  font-size:0.8em;
}
.f4{
  font-size:1em;
}
.f5{
  font-size:1.2em;
}
.f6{
  font-size:1.4em;
}
.f7{
  font-size:1.6em;
}
.f8{
  font-size:1.8em;
}
.f9{
  font-size:2em;
}

.lh10 {
	line-height: 1.0;
}
.lh12 {
	line-height: 1.2;
}
.lh14 {
	line-height: 1.4;
}
.lh16 {
	line-height: 1.6;
}
.lh18 {
	line-height: 1.8;
}
.lh20 {
	line-height: 2.0;
}

.clear{
  clear:both;
}
.clear:after{
    content:".";
    display:block;
    height:0px;
    clear:both;
    visibility:hidden;
    font-size: 0.1em;
}
.left{
  float:left;
}
.right{
  float:right;
}
.t-left{
  text-align: left;
}
.t-right{
  text-align: right;
}
.t-center{
  text-align: center;
}
/* ----------------------------------------
   margin
---------------------------------------- */
.m0 {
  margin: 0px ;
}

.m5 {
  margin: 5px ;
}

.m10 {
  margin: 10px ;
}

.m15 {
  margin: 15px ;
}

.m20 {
  margin: 20px ;
}

.m25 {
  margin: 25px ;
}

.m30 {
  margin: 30px ;
}

.m35 {
  margin: 35px ;
}

.m40 {
  margin: 40px ;
}

.m45 {
  margin: 45px ;
}

.m50 {
  margin: 50px ;
}

.m55 {
  margin: 55px ;
}

.m60 {
  margin: 60px ;
}

.m65 {
  margin: 65px ;
}

.m70 {
  margin: 70px ;
}

.m75 {
  margin: 75px ;
}

.m80 {
  margin: 80px ;
}

.m85 {
  margin: 85px ;
}

.m90 {
  margin: 90px ;
}

.m95 {
  margin: 95px ;
}

.m100 {
  margin: 100px ;
}
.mt0 {
  margin-top: 0px ;
}

.mt5 {
  margin-top: 5px ;
}

.mt10 {
  margin-top: 10px ;
}

.mt15 {
  margin-top: 15px ;
}

.mt20 {
  margin-top: 20px ;
}

.mt25 {
  margin-top: 25px ;
}

.mt30 {
  margin-top: 30px ;
}

.mt35 {
  margin-top: 35px ;
}

.mt40 {
  margin-top: 40px ;
}

.mt45 {
  margin-top: 45px ;
}

.mt50 {
  margin-top: 50px ;
}

.mt55 {
  margin-top: 55px ;
}

.mt60 {
  margin-top: 60px ;
}

.mt65 {
  margin-top: 65px ;
}

.mt70 {
  margin-top: 70px ;
}

.mt75 {
  margin-top: 75px ;
}

.mt80 {
  margin-top: 80px ;
}

.mt85 {
  margin-top: 85px ;
}

.mt90 {
  margin-top: 90px ;
}

.mt95 {
  margin-top: 95px ;
}

.mt100 {
  margin-top: 100px ;
}

.mb0 {
  margin-bottom: 0px ;
}

.mb5 {
  margin-bottom: 5px ;
}

.mb10 {
  margin-bottom: 10px ;
}

.mb15 {
  margin-bottom: 15px ;
}

.mb20 {
  margin-bottom: 20px ;
}

.mb25 {
  margin-bottom: 25px ;
}

.mb30 {
  margin-bottom: 30px ;
}

.mb35 {
  margin-bottom: 35px ;
}

.mb40 {
  margin-bottom: 40px ;
}

.mb45 {
  margin-bottom: 45px ;
}

.mb50 {
  margin-bottom: 50px ;
}

.mb55 {
  margin-bottom: 55px ;
}

.mb60 {
  margin-bottom: 60px ;
}

.mb65 {
  margin-bottom: 65px ;
}

.mb70 {
  margin-bottom: 70px ;
}

.mb75 {
  margin-bottom: 75px ;
}

.mb80 {
  margin-bottom: 80px ;
}

.mb85 {
  margin-bottom: 85px ;
}

.mb90 {
  margin-bottom: 90px ;
}

.mb95 {
  margin-bottom: 95px ;
}

.mb100 {
  margin-bottom: 100px ;
}

.pt5 {
  padding-top: 5px ;
}

.pt10 {
  padding-top: 10px ;
}

.pt15 {
  padding-top: 15px ;
}

.pt20 {
  padding-top: 20px ;
}

.pt25 {
  padding-top: 25px ;
}

.pt30 {
  padding-top: 30px ;
}

.pt35 {
  padding-top: 35px ;
}

.pt40 {
  padding-top: 40px ;
}

.pt45 {
  padding-top: 45px ;
}

.pt50 {
  padding-top: 50px ;
}

.pt55 {
  padding-top: 55px ;
}

.pt60 {
  padding-top: 60px ;
}

.pt65 {
  padding-top: 65px ;
}

.pt70 {
  padding-top: 70px ;
}

.pt75 {
  padding-top: 75px ;
}

.pt80 {
  padding-top: 80px ;
}

.pt85 {
  padding-top: 85px ;
}

.pt90 {
  padding-top: 90px ;
}

.pt95 {
  padding-top: 95px ;
}

.pt100 {
  padding-top: 100px ;
}

.pb0 {
  padding-bottom: 0px ;
}

.pb5 {
  padding-bottom: 5px ;
}

.pb10 {
  padding-bottom: 10px ;
}

.pb15 {
  padding-bottom: 15px ;
}

.pb20 {
  padding-bottom: 20px ;
}

.pb25 {
  padding-bottom: 25px ;
}

.pb30 {
  padding-bottom: 30px ;
}

.pb35 {
  padding-bottom: 35px ;
}

.pb40 {
  padding-bottom: 40px ;
}

.pb45 {
  padding-bottom: 45px ;
}

.pb50 {
  padding-bottom: 50px ;
}

.pb55 {
  padding-bottom: 55px ;
}

.pb60 {
  padding-bottom: 60px ;
}

.pb65 {
  padding-bottom: 65px ;
}

.pb70 {
  padding-bottom: 70px ;
}

.pb75 {
  padding-bottom: 75px ;
}

.pb80 {
  padding-bottom: 80px ;
}

.pb85 {
  padding-bottom: 85px ;
}

.pb90 {
  padding-bottom: 90px ;
}

.pb95 {
  padding-bottom: 95px ;
}

.pb100 {
  padding-bottom: 100px ;
}

/* ----------------------------------------
   width
---------------------------------------- */
.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.clear{
  clear:both;
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}


.clearfix {
	zoom: 1;
}

@media screen and (max-width: 736px) {
  img{
    width:100%;
  }

}
