@charset "utf-8";
/*
main color:#B9D08B
black:#69606b
font-size: 16px;
red
blue
…
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
/*:focus{outline:0;}*/

*{box-sizing: border-box;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

body{
  -webkit-text-size-adjust:none;
  background-color: #fff;
  color:#69606b;
  font: 16px/1.5 "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}
.ff_serif{
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}

/* リンク設定 */
a,
a:link,
a:visited,
a:hover,
a:active{
  background: transparent;
  color: #B9D08B;
  margin: 0;
  outline: 0;
  padding: 0;
}
a.tdn,
a.tdn:link,
a.tdn:visited,
a.tdn:hover,
a.tdn:active{
  color: #69606b;
  text-decoration: none;
}
strong,
.emphasise{
  font-weight: bold;
}

/* Clearfix */
.cf:before,.wrap:before{
  content: "";
  display: table;
}
.cf:after,.wrap:after{
  content: "";
  display: table;
  clear: both;
}

/* レイアウト */
.header_inner,
.wrap{
  margin:0 auto;
  width:960px;
  display: block;
}
.wrap{
  padding: 16px 0;
}
header{
  background:#B9D08B;
}
header h1{
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
header .header_small_text{
  display: inline-block;
}
header .header_small_text p{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  line-height: 1;
}
header .h1_rubi{
  margin:0 0 4px 8px;
}
header .h1_exp{
  margin:0 0 0 8px;
}
h2{
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px #B9D08B;
  /*line-height: 1;*/
  margin: 16px 0;
}
h2:before{
  font-family: FontAwesome;
  content: "\f009";
  color: #B9D08B;
  font-weight: normal;
  margin-right: 4px;
  font-size: 16px;
}
p{
  margin-bottom: 16px;
  text-indent: 16px;
}
.no_mb{
  margin-bottom: 0 !important;
}
.no_ti{
  text-indent: 0 !important;
}
.hanging_indent{
  margin-left: 16px;
  text-indent: -16px;
}
table{
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #69606b;
  width: 100%;
  margin: 0 auto;
}
caption{
  text-align: left;
}
th{
  text-align: left;
  border: 1px solid #69606b;
  padding: 0 7px;
  text-indent: 0;
  vertical-align: middle;
  background-color: #B9D08B;
}
td{
  padding: 0 7px;
  text-indent: 0;
  vertical-align: middle;
  border: 1px solid #69606b;
}

.index p{
  text-indent: 0;
  margin-bottom: 0;
}
.index .right_img img{
  float: right;
  width: 190px;
}
.index form table,
.index form table th,
.index form table td{
  border: 3px solid #fff;
}
.index form table th{
  text-align: right;
  width: 190px;
  color: #fff;
}
.index .btn{
  color: #fff;
  background-color: #B9D08B;
  border: none;
  margin: 8px 0 8px 3px;
  cursor: pointer;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s;
  font-family:"YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}
.index .btn:hover{
  background-color: #80925D;
}
.index .btn:before{
  font-family: FontAwesome;
  content: "\f1d8";
  font-weight: normal;
  margin-right: 4px;
  font-size: 16px;
}
.index .formError .formErrorContent{
  background: #80925D;
  border: none;
  border-radius: 3px;
  box-shadow:none;
  -webkit-box-shadow: none;
}
.index .formError .formErrorArrow div{
  border-left: none;
  border-right: none;
  box-shadow:none;
  -webkit-box-shadow: none;
  background: #80925D;
}
.svgTest{
  fill: red;
  width: 100px;
  transition: .5s;
}
.svgTest:hover{
  fill: green;
  width: 120px;
}

.resultsList{
    list-style: decimal-leading-zero;
}
.resultsList li{
    margin-left: 24px;
}

@media screen and (max-width:960px){
  .header_inner,
  .wrap{
    width:100%;
  }
  header h1,
  h2{
    padding:0 8px;
  }
  header .header_small_text{
    padding: 0 8px 0 0;
  }
  .index .right_img,
  .index .contact{
    padding:0 8px;
  }
  .index .right_img img{
    float: none;
    display: block;
    margin: 0 auto 8px;
  }
  .index form table th,
  .index form table td{
    display: block;
    width: 100%;
    text-align: left;
  }
  .index form table td input{
    width: 100%;
  }
}