@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
}
a{
  transition: 0.3s;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: none;
}
p{
  word-break: break-all;
}
.bold{
  font-weight: bold;
}
body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mt10{
  margin-top:10px !important;
}
.mt30{
  margin-top:30px !important;
}
.center{
  text-align:center;
}

@media screen and (max-width: 768px){
  .pc{
    display: none !important;
  }
  /* common */
  .inner{
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  body{
    padding-top: 55px;
  }
  #mv .inner{
    width: 100%;
  }
  #breadcrumb{
    display: none;
  }
  .sinner{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  header .inner{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  header{
    position: fixed;
    top: 0;
    background: #FFF;
    width: 100%;
    height: 55px;
    z-index: 10000;
  }
  header .headerLogo{
    float: left;
  }
  header .headerText{
    float: left;
  }
  header .spMenuList{
    float: right;
  }
  header .spMenuList li{
    float: right;
    border-left: 1px solid #DEDEDE;
    padding-bottom: 5px;
  }
  .contactBtn {
    position: absolute;
    left: 10px;
    top: 286px;
    z-index: 9990;
    width: 50%;
  }
  /* nav */
  nav{
    position: fixed;
    top: 55px;
    width: 100%;
    display: block;
    background: #FFF;
    display: none;
    z-index: 10000;
  }
  nav .inner{
    max-width: 100%;
    width: 100%;
  }
  nav ul{
    border-top: 1px solid #063190;
  }
  nav ul li{
    border-bottom: 1px solid #063190;
  }
  nav ul li a{
    font-size: 14px;
    color: #333;
    padding: 6px;
    display: block;
    text-decoration: none;
  }
  nav ul li.menuClose span{
    font-size: 14px;
    color: #333;
    padding: 6px;
    display: block;
    text-decoration: none;
  }
  
  /* parts */
  .linkbtn,.linkbtnR,.linkbtnG{
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .linkbtn a{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #13AE67;
    background-size: 19px 15px;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
  }
  .linkbtn a:hover{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #073190;
    background-size: 19px 15px;
  }
  .colorTitle{
    background: #073190;
    text-align: center;
  }
  
  .linkbtnR a{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #073190;
    background-size: 19px 15px;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
  }
  .linkbtnR a:hover{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #13AE67;
    background-size: 19px 15px;
  }
  
  .linkbtnG a{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #555;
    background-size: 19px 15px;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
  }
  .linkbtnG a:hover{
    background: url("../img/linkbtn_arw_sp.png") no-repeat 20px center #073190;
    background-size: 19px 15px;
  }
  
  .colorTitle{
    background: #073190;
    text-align: center;
  }
  .stext{
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .mtext{
    font-size: 14px;
  }
  .inImg{
    margin-bottom: 5px;
  }
  .mainttl{
    text-align: center;
    margin-bottom: 25px;
  }
  #sub .mainttl{
    text-align: left;
    margin-bottom: 25px;
  }
  .subttl{
    text-align: center;
    margin-bottom: 25px;
  }
  .center{
    text-align: center;
  }
  .contentsText{
    margin-bottom: 30px;
  }
  .contentsImg{
    margin-bottom: 20px;
  }
  .contents{
    padding: 20px 0 0;
  }
  .fContents{
    padding: 30px 0 30px;
  }
  .contents-lg{
    background: #F4FBF5;
    padding: 20px 0 10px;
  }
  .twap{}
  .tbox{
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .tbox:nth-child(2){
    width: 100%;
  }
  .fwap{}
  .fbox{
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .fbox:nth-child(2n){
    margin-right: 0;
  }
  p.center,.center p{
    text-align: left;
  }
  .bb{
    background: #F2F4F9;
  }
  
  /* cta */
  #cta{
    margin: 20px 0 30px 0;
  }
  .ctaWap{
    width: 96%;
    margin: 0 auto;
    text-align: center;
    background: #FFF2E5;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #FF7373;
  }
  .ctaWap h3{
    margin-bottom: 10px;
  }
  .ctaBtns{
    text-align: center;
  }
  .ctaMail{
    display: block;
    margin-bottom: 5px;
  }
  .ctaTel{
    display: block;
  }
  
  /* footer */
  #sub footer{
    background: #F2F2F2;
  }
  footer{
    padding: 30px 0 30px;
    font-size: 14px;
  }
  .footerLogo{
    margin-bottom: 6px;
  }
  .footerTel{
    margin-top: 6px;
  }
  .footerTel p{
    margin-bottom: 6px;
  }
  .footerRight{
    margin-top: 20px;
    position: relative;
  }
  footer .footerRight .linkbtnG{
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  footer .copy{
    text-align: center;
    margin: 10px;
  }
  
}
@media print, screen and (min-width: 769px){
  .sp{
    display: none !important;
  }
  /* common */
  .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .sinner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  
  /* header */
  header{
    padding: 5px 0 10px;
  }
  .headerText{
    font-size: 10px;
    margin-bottom: 10px;
  }
  .headerLogo{
    float: left;
  }
  .headerTel{
    float: right;
  }
  .contactBtn {
    position: absolute;
    left: 0;
    bottom: -173px;
    z-index: 10000;
  }
  
  /* nav */
  nav{
    margin: 20px auto 10px;
  }
  nav li{
    width: 16.6%;
    float: left;
    font-size: 14px;
    border-left: 1px solid #999999;
  }
  nav li:last-child{
    border-right: 1px solid #999999;
  }
  nav li span{
    display: block;
    text-align: center;
  }
  nav li a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 4px 0;
    border-bottom: 3px solid #FFF;
  }
  nav li.on a,nav li a:hover{
    color: #003894;
    border-bottom: 3px solid #003894;
  }
  
  /* parts */
  .linkbtn{}
  .linkbtn a{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #13AE67;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
  }
  .linkbtn a:hover{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #073190;
  }
  .colorTitle{
    background: #073190;
    text-align: center;
  }
  
  .linkbtnR a{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #073190;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
  }
  .linkbtnR a:hover{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #13AE67;
  }
  
  .linkbtnG a{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #555;
    border-radius: 20px;
    padding: 7px 25px 7px 60px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
  }
  .linkbtnG a:hover{
    background: url("../img/linkbtn_arw.png") no-repeat 20px center #073190;
  }
  
  .colorTitle{
    background: #073190;
    text-align: center;
  }
  .stext{
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  .mtext{
    font-size: 14px;
  }
  .inImg{
    margin-bottom: 5px;
  }
  .mainttl{
    text-align: center;
    margin-bottom: 25px;
  }
  .subttl{
    text-align: center;
    margin-bottom: 25px;
  }
  .center{
    text-align: center;
  }
  .contentsText{
    margin-bottom: 30px;
  }
  .contentsImg{
    margin-bottom: 20px;
  }
  .contents,.fContents{
    padding: 0px 0 40px;
  }
  .contents-lg{
    background: #F4FBF5;
    padding: 40px 0 10px;
  }
  .twap{}
  .tbox{
    width: 32%;
    float: left;
  }
  .tbox:nth-child(2){
    width: 32%;
    margin: 0 2%;
  }
  .fwap{}
  .fbox{
    width: 23.5%;
    float: left;
    margin-right: 2%;
  }
  .fbox:last-child{
    width: 23.5%;
    margin-right: 0;
  }
  .bb{
    background: #F2F4F9;
  }
  
  /* cta */
  #cta{
    margin: 0 0 50px 0
  }
  .ctaWap{
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: #FFF2E5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #FF7373;
  }
  .ctaWap h3{
    margin-bottom: 20px;
  }
  .ctaBtns{
    text-align: center;
  }
  .ctaMail{
    display: inline-block;
    border-right: 2px solid #666;
    padding-right: 20px;
  }
  .ctaTel{
    display: inline-block;
    margin-left: 20px;
  }
  
  /* footer */
  #sub footer{
    background: #F2F2F2;
  }
  footer{
    padding: 30px 0 30px;
    font-size: 14px;
  }
  .footerLogo{
    margin-bottom: 10px;
  }
  .footerTel{
    margin-top: 10px;
  }
  .footerTel p{
    margin-bottom: 6px;
  }
  .footerLeft{
    width: 50%;
    float: left;
  }
  .footerRight{
    width: 500px;
    max-width: 50%;
    float: right;
    position: relative;
  }
  .ftel{
    display: inline-block;
  }
  .ffax{
    display: inline-block;
    margin-left: 10px;
  }
  footer .footerRight .linkbtnG{
    position: absolute;
    top: 20px;
    right: 0;
	clear: both;
  }
  footer .copy{
    position: absolute;
    bottom: 5px;
    right: 0;
  }  
  #breadcrumb{
    text-align: right;
    margin: 10px 0;
  }
  #breadcrumb li{
    display: inline-block;
    font-size: 12px;
  }
  #breadcrumb li span{
    margin: 0 5px;
  }
  #breadcrumb li a{
    color: #000;
  }
.title{
  font-size:18px !important;
}
}