body{
 width:100%;
 font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','Meiryo', sans-serif;
 
 font-size: 12pt; 
 margin: 0;
 padding: 0;
}
*{
	box-sizing: border-box;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.hide_sp{
 display: block !important;
}
.hide_pc{
 display: none !important;
}
header {
 box-shadow: 0 1px 2px 2px #eee;
 position: fixed;
 width: 100%;
 background-color: #fff;
 z-index: 10;
}
img{
	width: 100%;
}
h1{
 margin-bottom: 0;
 position: relative;
}
h1 .banner{
 position: absolute;
 bottom: 7%;
 left: 10%;
 max-width: 327px;
}
h1 + p{
 margin-top: 0;
}
h2{
 background-color: #FF850D;
 line-height: 3em;
 color: #fff;
 margin-top: 0;
 margin-bottom: 2em;
}
h2 div{
 max-width: 960px; 
 margin: 0 auto;	
 font-size: 1.5em;
}
p{
 line-height: 2.5em;
}
table {
 width: 90%;
 margin: 1em auto;
 border-collapse: collapse;
}
th, td {
 border: 1px solid #666;
 font-weight: normal;
 text-align: left;
 padding-left: 1%;
 line-height: 3em;
}

header div{
 display: flex;
 max-width: 960px;
 margin: 0 auto;
}
header span{
 line-height: 1em;
 margin-top: 30px;
}
header #h_mitsumori,
header #h_kanyu {
 display: inline-block;
 text-decoration: none;
 border: 1px solid #eee;
 text-align: center;
 line-height: 45px;
 border-radius: 10px;
 font-size: 1.2em;
 margin: 16px 1em 0.5em;
 font-weight: bold;
 width: 200px;
 height: 45px;
}
header #h_mitsumori{
 background-color: #00B900;
 color: #fff;
}
header #h_kanyu {
 background-color: #FF850D;
 color: #fff;
}
header a {
 width: 300px;
 margin: 20px 10px;
}
header + div{
 padding-top: 62px;
}
header #h_menu{
 display: inline-block;
 width: 50px;
 font-size: 0.8em;
 text-align: center;
 text-decoration: none;
 color: #afafaf;
 margin-top: 0px;
}
header #h_menu img{
 width: 38px;
 display: block;
 margin: 0 auto;
}

.innerbox{
 max-width: 768px;
 margin: 0 auto 1em;	
 clear: both;
 overflow: hidden;
}
#fv_box
{
 max-width: 960px;
}
.kanyu .innerbox{
 max-width: 960px; 
}

.index_floatbox a {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
span.book_number {
 display: inline-block;
 background-image: url(img/index_icon.png);
 width: 65px;
 background-repeat: no-repeat;
 line-height: 2.5em;
 text-align: center;
 font-size: 1.5em;
 color: #707070;
}
span.book_text {
    display: inline-block;
    margin-left: 1em;
    height: 60px;
    vertical-align: middle;
    line-height: 50px;
}

.index_floatbox {
 float: left;
 width: 50%;
 overflow: hidden;
 margin-bottom: 2em;
}

.kanyu {
 background-color: #F1F1F1;
 margin: 0;
 padding: 1em;
}
.kanyu .kanyu_title {
 text-align: center;
 font-size: 30px;
 font-weight: bold;
 color: #FF850D;
 margin: 0;
}
.kanyu .kanyu_button {
 text-align: center;
}
.kanyu .kanyu_button a {
 width: 450px;
 display: inline-block;
 margin: 10px 10px;
}

.greenbox {
 border: 5px solid #00B900;
 border-radius: 16px;
 padding: 1em 2em;
 margin: 1em 0;
}

img.infoimg{
 max-width: 500px;
 margin: 2em auto;
 display: block;
}

tr.header-row {
 background-color: #eee;
}

tr.header-row th{
 text-align: center;
 line-height: 2em;
}

.t_kyufu th{
 min-width: 9em;
 padding-left: 1em;
}

.t_kyufu tr.header-row th {
    text-align: left;
    font-weight: bold;
    background-color: #fff;
}
.t_kyufu tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.t_kyufu tr th, .t_kyufu tr td {
/*    border: none;*/
    border: 1px solid #666;
}
.t_kyufu {
    border: 2px solid #666;
    margin: 0 auto;
    border-top: none;
}
.t_kyufu_bt {
 border-top: 2px solid #666;
}

#hokenryo_table span{
 display: block;
 margin: 0 auto;
 width: 6em;
 text-align: right; 
}
#hokenryo_table span.nitigaku{
 width: 4.5em;
}
#hokenryo_table span.kisogaku{
 width: 5.5em;
}
#hokenryo_table span.hokenryo{
 width: 5em;
}

/**　footer notes　********************/
footer {
  background: #00b900;
  color: #fff;
  padding: 16px 0;
}
footer img {
  margin-bottom: 16px;
  max-width: 327px;
  margin: 0 auto 1em;
  display: block; 
}
footer ul{
 list-style: none;
}
footer ul li{
/* line-height: 1em;*/
}
footer p{
 margin: 0;
 line-height: 1em;
}
footer .fbox {
  display: flex;
  justify-content: center;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
  text-decoration: none;
}


@media screen and (max-width: 960px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
 .hide_sp{
  display: none !important; 
 }
 .hide_pc{
  display: block !important;
 }
 
 h1 .banner{

 bottom: 3%;
 left: 6%;
 max-width: 100%;
 width: 88%;
}

 h2, h3, h4, p{
  padding-left: 1em;
  padding-right: 1em;
 }
 header{
  padding: 0;
  position: relative;
 }
 header a{
  margin: 20px auto 10px;
 }
 header + div{
  padding-top: 0;
 }
 
 header #h_mitsumori,
 header #h_kanyu {
  font-size: 1em;
  margin: 1em auto;
  width: 95%;
 }

 .index_floatbox {
  float: none;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
 }
 .index_floatbox p {
  margin-bottom: 0;
 }
 .kanyu .kanyu_button a{
  max-width: 90%;
 }
 .kanyu .kanyu_title{
  line-height: 1.5em;
  font-size: 1.5em;
 }
 span.book_text {
  font-size: 14px;
 }
 .greenbox{
  margin-left: 1em;
  margin-right: 1em;
 }
 footer {
  box-shadow: 0 -1px 2px 2px #eee;
/*  position: fixed;*/
  bottom: 0px;
  width: 100%;
/*  background-color: #fff;*/
  z-index: 10;
  padding-bottom: 26%;
 }
 footer div{
/*  display: flex;*/
  max-width: 960px;
  margin: 0 auto;
 }
 footer span{
  line-height: 2em;
  text-align: center;
  padding: 10px 0 0;
  display: inline-block;
 }
 footer #f_mitsumori,
 footer #f_kanyu {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #eee;
  text-align: center;
  line-height: 3em;
  border-radius: 10px;
  font-size: 1.2em;
  margin: 10px;
  font-weight: bold;
  width: 200px;
 }
 footer #f_mitsumori{
  background-color: #00B900;
  color: #fff;
 }
 footer #f_kanyu {
  background-color: #FF850D;
  color: #fff;
 }
 footer a {
  width: 200px;
  margin: 6px 10px;
 }
 footer #f_menu{
  display: inline-block;
  width: 70px;
  font-size: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #afafaf;
 }
 footer #f_menu img{
  width: 38px;
  display: block;
  margin: 0 auto;
 }
 footer {
   padding-bottom: 26%;
 }
 footer img {
   width: 70%;
 }
 footer .fbox {
   display: block;
   font-size: 1.4rem;
   line-height: 2.0;
 }
 
.fixed__btn__wrap{
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 100%;
}    
.fixed__btn__wrap img{
  margin: 8px;
}
.fixed__btn__wrap i{
  font-size: 40px;
  display: block;
  margin: -10px 10px 0px 10px;
}
.fixed__btn__wrap a{
 margin-right: 2%;
 margin-left: 2%;
 display: block; 
}
.fixed__btn__wrap a#f_top{
 font-size: 13px;
 line-height: 7px;
}

}
