
/****************************************************
共通
****************************************************/

body{
  font-size: 16px;
  line-height: 1.7em;
}

body,h1,h2,h3,h4,h5,h6 {
  margin-top:50px;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

table{
  background-color: #fff;
}


p{
  font-weight:normal;
}


img{
  width:100%;
  height:auto;
}

section ul li,
section ol li{
  margin-left:-20px;
}


.centered{
  text-align: center !important;
}

.text_right{
  text-align: right;
}

.text_left{
  text-align:left;
}

.arrow{
  padding-top:15px;
  width:150px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left:auto;
  height: 1.8em;
  font-size:180%;
  font-weight: bold;
  background-color: #D90000;
}

.sankaku{
  margin-right:auto;
  margin-left:auto;
	width: 0;
	height: 0;
	border-top: 30px solid #D90000;
	border-right: 130px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 130px solid transparent;
}

/****************************************************
setionの基本設定
****************************************************/

section{
  width: 100%;
  padding: 50px 0 50px 0;
}

section:nth-child(even){
  background: #efefef;
}

section:nth-child(odd){
  background: #fff;
  color: #666;
}

section:nth-child(even) .top{
  margin-top: -50px;
  border-top: 30px solid #fff;
	border-right: 130px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 130px solid transparent;
}

section:nth-child(odd) .top{
  margin-top: -50px;
  border-top: 30px solid #efefef;
	border-right: 130px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 130px solid transparent;
}

section:nth-child(even) hr{
  border-top:1px solid #fff;
}

section:nth-child(odd)  hr{
  border-top:1px solid #efefef;
}



section h3,section h4,section h5,section h6{
  font-size: 100%;
  line-height: 1.8em;
  margin-bottom:5px;
  margin-top:10px;
}

section h3:first-child{
  margin-top:0;
}

section h3{
  font-size: 140%;
  margin-top: 40px;
  border-bottom: 1px solid #999;
  padding-bottom:10px;
  margin-bottom:20px;
}

section h4{
  font-size: 130%;
  margin-top: 25px;
  padding-bottom:5px;
}

section h5{
  font-size: 120%;
  margin-top: 25px;
}

section h6{
  font-size: 110%;
  margin-top: 25px;
}





/****************************************************
素材
****************************************************/
.sample{
  background-color: #efefef;
  font-size:100%;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.8em;
  text-align: center
}

section hr.none{
  border:none;
  height:30px;
  margin:0;
}



/****************************************************
ヘッダー
****************************************************/
header {
  padding-top: 50px;
  padding-bottom:50px;
  text-align: center;
  color: #f8f8f8;
  background-color:#dc143c;
  height: 100%;
  box-sizing: border-box;
}
.movie{
  padding-top:30px;
  width: 600px;
  height:400px;
  margin: 0 auto;
}

header h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,.8);
  font-size: 30px;
}
header h2 {
  text-shadow: 2px 2px 3px rgba(0,0,0,.8);
  margin-top: 20px;
  font-size:1.5em;
  line-height: 1.5em;
}

/****************************************************
フォーム
****************************************************/
label{
  padding-top:10px;
}

section#form{
  padding-top:0px;
  padding-bottom:40px;
}

section#form p{
  background-color: #efefef;
  font-size:100%;
  padding-top: 100px;
  padding-bottom: 100px;

  line-height: 1.8em;
  text-align: center;
}


/****************************************************
フッター
****************************************************/
#page-top{
  position: fixed;
  right:20px;
  bottom:60px;
}
#page-top a{
  color:#ffffff;
}

footer{
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .container{
  font-size:80%;
  text-align: center;
  color: #fff;
}

footer a,footer a:hover{
  color: #fff;
}


/****************************************************
テーブル
****************************************************/
table#kakaku tr th:first-child,
table#kakaku tr td:first-child{
  width:70%;
}


@media screen and ( max-width:479px )
{
  body{
    font-size:13px;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
  }


  .br-sp{
    display:none;
  }


  header {
    position: relative;
    padding: 0;
    padding-top:50px;
    padding-bottom:50px;

    width: 100%;
    margin: 0 auto;
  }
  header h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    font-size: 22px;
    text-align: center !important;
  }
  header h2 {
    text-shadow: 2px 2px 3px rgba(0,0,0,.8);
    margin-top: 20px;
    font-size:0.9em;
    text-align: left !important;
    width:90%;
    margin-left: auto;
    margin-right:auto;
  }

  hr.none{
    border:none;
    height:15px;
    margin:0;
  }

  video{
    width:100%;
    height: auto;
  }

  .sankaku{
    margin-right:auto;
    margin-left:auto;
  	width: 0;
  	height: 0;
  	border-top: 30px solid #D90000;
  	border-right: 100px solid transparent;
  	border-bottom: 30px solid transparent;
  	border-left: 100px solid transparent;
  }


}
