body{
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
}

p{
  font-weight:normal;
}

strong{
 font-size:120%;
 color:#c40b38;
}

/*-------------------------------------*/
header {
  padding-top: 100px;
  padding-bottom:100px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/kv.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  box-sizing: border-box;
  text-shadow: 2px 2px 3px rgba(0,0,0,.8);
}
.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;
  width:96%;
  margin-left:auto;
  margin-right:auto;
}
header h2 {
  text-shadow: 2px 2px 3px rgba(0,0,0,.8);
  margin-top: 20px;
  font-size:1.5em;
  width:96%;
  margin-left:auto;
  margin-right:auto;

}
/*-------------------------------------*/


img{
  width:100%;
  height:auto;
}

.centered{
  text-align: center;
}

.text_right{
  text-align: right;
}

.text_left{
  text-align:left;
}

label{
  padding-top:10px;
}



.sample{
  background-color: #efefef;
  font-size:100%;
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1.8em;
  text-align: center
}

.sankaku{
  margin-right:auto;
  margin-left:auto;
	width: 0;
	height: 0;
	border-top: 30px solid #D90000;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 150px solid transparent;
}
/****************************************************/
section#head{
  width:100%;
  background-color: #333;
}
section#head h1{
  margin:0;
  background-color: #333;
  text-align: center;
  line-height: 1.5em;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
  font-size: 100%;

}
/****************************************************/
section#itemtitle .head h2{
  margin:0;
  background-color: #c40b38;
  text-align: center;
  line-height: 1.5em;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
}

section#itemdetail .container{
  padding-top: 50px;
  padding-bottom: 50px;
}

section#itemdetail .container img{
  width:auto;
  height:200px;
}
/****************************************************/
section#problem h2{
  padding-top:50px;
  padding-bottom: 20px;
  text-align: center;
  color:#333333;
}

section#problem h3{
  padding-top:50px;
  padding-bottom: 20px;
  text-align:left;
  color:#333333;
}

section#problem ul{
  width:100%;
  border: 1px dotted #ccc;
  padding-top:20px;
  padding-bottom:20px;
  margin-right:auto;
  margin-left:auto;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
}

section#problem ul li{
  list-style: none;
  text-align:center;
  color:#444;
  font-size:150%;
  font-weight: bold;
}

section#problem ul li strong{
  color:#00A3D9;
}
/****************************************************/
section#agitation{
  padding-bottom:15px;
}

section#agitation p{
  font-size:180%;
  text-align: center
}
section#agitation h2{
  padding-top:50px;
  padding-bottom: 20px;
  text-align: center;
  color:#333333;
}

section#agitation h2 strong{
  font-size:120%;
  color:#8C4600;
}

section#agitation .arrow{
  padding-top:15px;
  width:150px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left:auto;
  line-height: 1.8em;
  font-size:180%;
  margin-top:30px;
  font-weight: bold;
  background-color: #D90000;
}

/****************************************************/
section#solution{
  padding-bottom:15px;
}

section#solution p{
  font-size:180%;
  text-align: center
}
section#solution h2{
  padding-top:50px;
  padding-bottom: 20px;
  text-align: center;
  color:#333333;
}

section#solution strong{
  font-size:120%;
  color:#1E90FF;
}

section#solution h3{
  width:70%;
  border: 3px solid #1E90FF;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:50px;
  margin-bottom:0px;
  margin-right:auto;
  margin-left:auto;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
  text-align: center;
  font-weight: bold;
}

section#solution ul{
  width:70%;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom: 0px;
  margin-right:auto;
  margin-left:auto;
  list-style: none;
  text-align: center;
}

section#solution ul li{
  font-size: 200%;
  line-height: 2em;
}

section#solution .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: #1E90FF;
}

section#solution .sankaku{
  border-top: 30px solid #1E90FF;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 150px solid transparent;
}

section#solution h4{
  width:100%;
  font-size: 30px;
  color: #666;
  line-height: 1.5em;
  text-decoration: underline;
  text-decoration-style: inherit;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:50px;
  margin-bottom:0px;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  font-weight: bold;
}

/****************************************************/
section#narrowdown{
  padding-top:20px;
  padding-bottom:20px;
}

section#narrowdown p{
  font-size:180%;
  line-height: 1.8em;
  text-align: center
}
section#narrowdown h2{
  margin:0;
  background-color: #1E90FF;
  text-align: center;
  line-height: 1.5em;
  color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:30px;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
}
section#narrowdown h2 strong{
  color:#fff;
  font-size: 150%;
}

section#narrowdown strong{
  font-size:120%;
  color:#1E90FF;
}

section#narrowdown h3{
  width:70%;
  border: 3px solid #ccc;
  line-height: 1.8em;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:30px;
  margin-bottom:30px;
  margin-right:auto;
  margin-left:auto;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
  text-align: center;
  font-weight: bold;
}
section#narrowdown .arrow{
  padding-top:15px;
  width:100px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left:auto;
  height: 1.3em;
  font-size:180%;
  font-weight: bold;
  background-color: #1E90FF;
}

section#narrowdown .sankaku{
  border-top: 20px solid #1E90FF;
	border-right: 90px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 90px solid transparent;
}

/****************************************************/
section#action{
  padding-top:40px;
  padding-bottom:0px;
}

section#action p{
  font-size:200%;
  line-height: 1.8em;
  text-align: center
}
section#action h2{
  margin:0;
  background-color: #1E90FF;
  text-align: center;
  line-height: 1.5em;
  color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:30px;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
}
section#action h2 strong{
  color:#fff;
  font-size: 150%;
}

section#action strong{
  font-size:120%;
  color:#1E90FF;
}

section#action h3{
  width:70%;
  border: 3px solid #ccc;
  line-height: 1.8em;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:10px;
  margin-bottom:10px;
  margin-right:auto;
  margin-left:auto;
  border-radius: 20px;        /* CSS3草案 */
  -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 20px;   /* Firefox用 */
  text-align: center;
  font-weight: bold;
}
section#action .arrow{
  padding-top:15px;
  width:250px;
  color: #fff;
  text-align: center;
  margin-right: auto;
  margin-left:auto;
  line-height: 1.8em;
  font-size:180%;
  margin-top:30px;
  font-weight: bold;
  background-color: #1E90FF;
}
section#action .sankaku{
  border-top: 30px solid #1E90FF;
	border-right: 125px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 125px solid transparent;
}

/****************************************************/

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;
}
/*************************************************************/

section#img_lp a:hover{
  opacity: 0.7;
}

/*****************************/
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;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}



@media screen and ( max-width:479px )
{
  h1,h2,h3,h4,h5,h6{
    font-size: 16px !important;
    text-align: left !important;
  }

  ul{
    padding-left:10px;
    padding-right:10px;

  }
  li{
    padding-bottom:5px;
  }
  p,ul,li{
    font-size: 13px !important;
    text-align: left !important;
  }

  section#solution h3 {
    font-size: 13px !important;
    text-align: center !important;
  }


  section#narrowdown h2 {
    text-align: center !important;
  }

  section#narrowdown p{
    text-align:center !important;
  }


  section#narrowdown h3 {
    width:90%;
    font-size: 13px !important;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center !important;
  }

  section#itemtitle .head h2 {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left:5px;
      padding-right:5px;
  }

  section#problem ul {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-right: auto;
      margin-left: auto;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
  }

  .br-sp{
    display:none;
  }

}


@media screen and (max-width: 800px) {
  header {
    position: relative;
    padding-top:50px;
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
  }
  header h1 {
    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: center !important;
  }
  header br{
    display: none;
  }


  .movie {
    padding-top:50px;
    width:95%;
    height:200px;
    margin:0 auto;
  }
}
