* {
  font-style:normal;
  text-align:left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc {display:block;}
.pctb {display:block;}
.tb {display:none;}
.mb {display:none;}
@media screen and (min-width:769px) and (max-width: 1024px) {
.pc {display:none;}
.pctb {display:block;}
.tb {display:block;}
.mb {display:none;}
}
@media screen and (max-width: 768px) {
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.mb {display:block;}
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;  
}

article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block;}

area{ border:none; outline:none;}
ul,ol,li { list-style: none; zoom: normal;list-style-position:outside;}
input, select { vertical-align: middle;}

.hide { display: none;}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
    visibility:hidden;
}

.clearfix {
    *zoom: 1;
}

/* -----------------------------------
	style
 ----------------------------------- */

body {
  background:#FFF url("img/back.png") repeat;
  color: #333333;
  font-size: 88%;
  font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: scroll;
  margin:0 auto;
  text-align:center;
}

a {
  color: #52330B;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #E73656;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.imgfit {
  width: 100%;
  height: 100%;
  text-align:center;
  overflow:hidden;
  position: relative;
}
.imgfit img {
	position: relative;
	width: 100%;
	height: auto;
}

.hover-alpha:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* -----------------------------------
	contetns
 ----------------------------------- */
 
.wrap{
  width:94%;
  max-width:1000px;
  background:#FFF;
  margin:0 auto;
  text-align:center;
}

#top-sec{
  width:94%;
  max-width:750px;
  margin:0 auto;
}

.inner{
  padding:25px 0 30px 0;
}

#top-sec h1,#top-sec p {
  margin-bottom:2em;
}

#top-sec p.detail {
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  margin: 2.5em 0;
  padding: 2em 0;
}

#top-sec h1 img,#top-sec p img {
  max-width: 100%;
  height:auto;
}

@media screen and (max-width: 1024px) {
.inner{ padding:4% 0 4% 0;}
#top-sec #downroad { height:auto;}
}

#downroad{
  width:100%;
  background:#FF9C33;
}

.item {
  width:100%;
  max-width:750px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  text-align:center;
}
.item-image {
  width: 50%;
  margin:-35px auto 0 auto;
  padding: 0 0 3.5em 0;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  align-items: center;
}

.item-text p.btn2 {
  margin-top:1em;
}

.item-text img,
.item-image img {
  display:inline-block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width:1024px){
.item { width: 92%;}
}

@media screen and (max-width:768px){
.wrap{ width:100%;}
#top-sec {width: 90%;}
#top-sec h1,#top-sec p { margin-bottom:1.5em;}
.item { flex-flow: column nowrap; justify-content: center; margin-bottom: 1em;}
.item-image {width: 100%; padding: 0.5em 2em 0 2em;order: 1;}
.item-text { justify-content: center; padding: 2em 2em 2em 2em;order: 2;}
}

#sec-01{
  height:828px;
  background:url("img/back.jpg") no-repeat center top;
}

#sec-02{
  background:#FFE100;
  width:100%;
  text-align:center;
}

#sec-02 h2{
  background:#004098;
  margin: 0 auto 12px auto;
  padding:1.5em 0.5em;
}

#sec-02 h2{
  margin: 20px auto 10px auto\9; /* IE10以下 */
}

#sec-02 h1.title img{
  display:inline-block;
}

ul.itemlist{
  width: 934px;
  margin:35px auto 20px auto;
  display:inline-block;
}
ul.itemlist{
  margin: 30px 0 15px 0\9; /* IE10以下 */
}
@media all and (-ms-high-contrast: none){
  ul.itemlist{
    margin: 30px 0 15px 0; /* IE10以上 */
  }
}

ul.itemlist li{
  float:left;
  margin:0 10px 16px 0;
}

ul.itemlist li.last{
  margin:0 0 8px 0;
}

#nav{
   background:#171111;
   padding-top:35px;
}

ul.cution{
  width: 1000px;
  margin:8px auto 35px auto;
}

ul.cution li{
  font-size:81%;
  font-weight:normal;
  line-height:1.5;
  text-align:left;
}

.info_h1{
  width: 1030px;
  margin:30px auto 10px auto;
  text-align:center;
}

#info1,#info2,#info3{
  width: 1000px;
  margin:10px auto 0 auto;
}

#info3{
  margin:10px auto 40px auto;
}

#info1 .info-left1{
  float:left;
  width: 409px;
}

#info1 .info-right1{
  float:right;
  width: 582px;
}

#info2 .info-left2{
  float:left;
  width: 710px;
}

#info2 .info-right2{
  float:right;
  width: 279px;
  padding-top:1px;
}

#info2 ul li.subleft{
  float:left;
  width: 419px;
  margin-right:10px;
}
#info2 ul li.subright{
  float:left;
  width: 281px;
}

#info3 .info-left3{
  float:left;
  width: 628px;
}

#info3 .info-right3{
  float:right;
  width: 360px;
  padding-top:1px;
}

#info1, ul li,
#info2 ul li{
  margin-bottom:10px;
}

#info2 .info-right2 p{
  margin-bottom:7px;
}

/* -----------------------------------
	footer
 ----------------------------------- */

.footer{
  clear:both;
  width: 100%;
  background:#FFF;
  margin:0 auto;
  padding:0 0 20px 0;
}

p.footer {
  width:98%;
  max-width:959px;
  margin:0 auto;
  text-align:center;
}

p.footer img{
  display:inline-block;
  width:100%;
  height:auto;
}

/*-----------------------------------------------
 __margin_padding
-----------------------------------------------*/

.mt0{ margin-top:0 !important;}
.mt05{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}
.mt60{ margin-top:60px !important;}
.mt80{ margin-top:80px !important;}

.mb05{ margin-bottom:5px !important;}
.mb08{ margin-bottom:8px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}
.mb60{ margin-bottom:60px !important;}
.mb140{ padding-bottom:47px;}

.pt0{ padding:0 0 0 0 !important;}
.pt05{ padding-top:5px !important;}
.pt10{ padding-top:10px !important;}
.pt15{ padding-top:15px !important;}
.pt20{ padding-top:20px !important;}
.pt30{ padding-top:30px !important;}
.pt40{ padding-top:40px !important;}

.pb05{ padding-bottom:5px !important;}
.pb10{ padding-bottom:10px !important;}
.pb20{ padding-bottom:20px !important;}
.pb30{ padding-bottom:30px !important;}
.pb40{ padding-bottom:40px !important;}

hr {
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #888888;; /* 線色 */
  height: 1px; /* 高さ */
  margin-bottom:50px !important;
}

.border {
  clear:both;
  float:left;
  width:100%;
  background:#888888;
  height: 2px;
  border: 0px none;
  margin-bottom:50px !important;
}

/*-----------------------------------------------
 __position
-----------------------------------------------*/

.center{ margin:0 auto; text-align:center;}
.left{ margin:0 auto; text-align:left;}
.right{ margin-right: 0; margin-left : auto; text-align:right;}

.floatLeft{ float:left;}
.floatRight{ float:right;}
.nav-back{background-color:#005BAC;padding:25px 0 6px 0;}

.red{color:#E4010C;}