@charset "UTF-8";
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, tr, form {
  margin: 0;
  padding: 0;
  font-size: 100%; }

/*リンク設定*/
a:link,
a:visited {
  text-decoration: none;
  color: #666666; }

a:hover,
a:active {
  text-decoration: underline;
  color: #059718; }

a img {
  border: none; }

body {
  background-image: url(../../img/bg_paper.jpg);
  background-repeat: repeat;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 13px;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 1.8em; }

/*骨組み*/
#wrap {
  margin: 0px auto;
  width: 100%; }

#first {
  width: 100%;
  margin: 30px auto 0px auto;
  padding: 5px 10px 5px auto;
  text-align: right; }

#first h1 {
  font-style: normal;
  color: #333;
  font-weight: 300; }

/*ヘッダー*/
#header {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 18px; }

#header_left {
  margin-left: 30px;
  background-color: #fff; }

#header_right {
  float: right;
  text-align: right;
  line-height: 150%;
  margin: 10px 20px 10px auto; }

#main_area h2 {
  background-image: url(../../img/midashi_640.png);
  background-repeat: no-repeat;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 4px;
  padding-left: 24px;
  padding-bottom: 2px;
  border-right: 1px solid #DDD; }

#q_a dl {
  border-bottom: dashed 1px #ddd;
  padding: 5px;
  margin-bottom: 10px; }

#q_a dt {
  font-weight: 900;
  margin-bottom: 5px; }

#q_a dd {
  margin-left: 10px; }

#topics {
  padding: 5px; }

#topics dl {
  margin: 10px auto 10px 10px;
  /*	border:dotted 1px #ddd;
  */ }

#topics dl dt {
  color: #0066CC;
  font-weight: bold;
  font-size: 1.2em; }

#topics dl dd {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 1.2em; }

#main_area .honbun {
  padding: 10px 15px;
  margin-bottom: 20px; }

#main_area .honbun ul {
  margin-left: 30px; }

h3 {
  font-weight: bold;
  color: #663300;
  font-size: 1.2em;
  margin-left: 10px; }

a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px; }

footer {
  color: #000;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #059718;
  border-bottom: solid 1px #059718;
  text-align: center;
  margin: 0 auto;
  padding: 8px 10px; }

address {
  font-style: normal;
  font-size: 0.9em;
  color: #555;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 8px; }

#footer_left ul li {
  display: inline;
  padding-left: 10px;
  list-style-image: url(../../img/maruchobo.png); }

#footer_left a:link,
#footer_left a:visited {
  text-decoration: none;
  color: #666666; }

#footer_left a:hover,
#footer_left a:active {
  text-decoration: underline;
  color: #059718; }

#hr {
  width: 90%;
  height: 17px;
  border-top: 1px solid #059718;
  margin: 0 auto; }

/*リンク*/
table {
  background-color: #ffffff;
  border-top: #ffffff 3px double;
  border-collapse: collapse;
  width: 80%;
  color: #333333;
  margin: 30px auto; }

table th.t_top {
  border-bottom: #dcdddd 1px solid;
  background-color: #E0EAFE;
  padding: 10px;
  text-align: center; }

table td.t_line01 {
  width: 50%;
  background-color: #f7f7f7;
  text-align: center;
  padding: 10px;
  vertical-align: top; }

table td.t_line02 {
  width: 50%;
  background-color: #f7f7f7;
  text-align: left;
  padding: 10px;
  vertical-align: top; }

.center {
  text-align: center; }

.right {
  text-align: right;
  margin-right: 15px; }

.bigbig {
  font-size: 5em;
  font-weight: bold; }

.big {
  font-size: 2em;
  font-weight: bold; }

.asta {
  font-size: 0.8em;
  font-weight: bold;
  color: #FF6600; }

#rinen {
  width: 100%; }

/*テーブル設定*/
table.contact {
  width: 100%;
  margin: 10px auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show; }

.contact th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
  background-color: #059718;
  /*    background-image:url(../img/table-back.gif);*/
  background-position: left top;
  padding: 0.3em 1em;
  text-align: center; }

.contact td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 1.2em; }

table.contact2 {
  width: 100%;
  margin: 10px auto;
  /*border-top:1px solid #ccc;
  border-left:1px solid #ccc;*/
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show; }

.contact2 th {
  /*border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;*/
  color: #fff;
  background-color: #059718;
  /*    background-image:url(../img/table-back.gif);*/
  background-position: left top;
  padding: 0.3em 1em;
  text-align: center;
  font-size: 1.1em; }

.contact2 td {
  /*border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;*/
  padding: 0.5em 1em;
  font-size: 1em; }

table.contact3 {
  margin: 10px auto;
  border-top: 1px solid #ccc;
  /*border-left:1px solid #ccc;*/
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show; }

.contact3 th {
  /*border-right:1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #FFFAE8;
  /*    background-image:url(../img/table-back.gif);*/
  background-position: left top;
  padding: 0.3em 1em;
  text-align: center; }

.contact3 th.b {
  /*border-right:1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #DAF5FE;
  /*    background-image:url(../img/table-back.gif);*/
  background-position: left top;
  padding: 0.3em 1em;
  text-align: center; }

.contact3 td {
  /*border-right:1px solid #ccc;*/
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 1em; }

.bold {
  font-weight: bold; }

.bold_green {
  font-weight: bold;
  color: #059718; }

#margin_18 {
  height: 18px; }

/*PageTop*/
#pageTop {
  background: url(../../img/to_top.png) no-repeat;
  width: 35px;
  height: 47px;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer; }

.font_mid {
  font-size: 1.5em !important; }

.font_16 {
  font-size: 1.6em; }

.font_18 {
  font-size: 1.8em; }

.f_right {
  float: right; }

.f_12 {
  font-size: 1.2em; }

.f_09 {
  font-size: 0.9em; }

.f_08 {
  font-size: 0.8em; }

.green {
  color: #059718; }

.g_line {
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-bottom: 1px dotted #ccc;
  clear: both; }

/* *****************************
ヘッダー
 **************************** */
#first h1 br {
  display: none; }

.home #header {
  background: url(../../img/main_title_bg.png) no-repeat left bottom;
  background-size: 100% auto;
  padding-bottom: 65px;
  min-height: 170px; }

.home #header img {
  margin-left: 50px; }

#header_left {
  background: transparent; }

/* *****************************
新しいタイトルのスタイル
 **************************** */
.page_title {
  background: url(../../img/sub_title_bg.jpg) no-repeat left top;
  height: 100px;
  color: #0B991E;
  font-size: 24px;
  padding-left: 68px;
  padding-top: 36px;
  text-shadow: 1px 1px 0 #FFF,-1px -1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF; }

#header_wrap > div {
  z-index: 0 !important; }

#header_wrap #header {
  position: relative;
  z-index: 1; }

.kyuushinbi {
  background-color: #e0e0e0;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 0.5em; }

.jikangai {
  background-color: #e0e0e0;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 0.5em; }

.syounika {
  background-color: #99edff;
  text-align: center;
  padding: 0.3em 1em;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 0.5em; }

.oushincyu {
  background-color: #fcff9b;
  text-align: center;
  padding: 0.3em 1em;
  border-radius: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 0.5em; }

.fs_14 {
  font-size: 1.4em; }

.sp_br br {
  display: none; }

/*sp*/
body {
  position: relative;
  left: 0;
  overflow-x: hidden !important; }

#wrap,
#header,
#container,
#footer,
#main_area,
#first,
#rinen,
#ask,
#sub_left,
#r_top,
#r_bottom,
address,
#hr,
#pan {
  float: none;
  width: inherit; }

#r_top,
#r_bottom {
  display: none; }

#first,
#rinen,
#sub_left,
#main_area,
h3,
#footer {
  margin: 0;
  padding: 0; }

#main_area,
#sub_left,
#pan {
  height: inherit !important; }

#container {
  display: table;
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }

#sub_left {
  width: 100%;
  display: table-footer-group; }

#main_area {
  width: 100%;
  display: table-header-group; }

#main_area #honbun {
  padding-left: 0;
  padding-right: 0; }

#first h1 {
  font-size: 10px;
  text-align: center; }

#first h1 br {
  display: block; }

#header {
  overflow: hidden;
  padding-top: 20px; }

#header_left {
  margin-left: 15px; }

#header_left #logo {
  float: left;
  width: 45%;
  height: auto; }

#header #menu_btn,
#header #tel {
  display: block; }

#header #menu_btn {
  margin-right: 15px;
  margin-bottom: 10px;
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: url("../img/menu_bg.png") repeat-x left bottom;
  border: none;
  padding: 8px; }

#header #tel {
  margin-right: 15px;
  float: right;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #FF9D15;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(to(#FF), #FF9D15D192));
  background: -webkit-linear-gradient(#FFD192, #FF9D15);
  background: -moz-linear-gradient(#FFD192, #FF9D15);
  background: -ms-linear-gradient(#FFD192, #FF9D15);
  background: -o-linear-gradient(#FFD192, #FF9D15);
  background: linear-gradient(#FFD192, #FF9D15); }

#header #tel a {
  background-size: 15px auto;
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 7px 8px; }

#container {
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

#ask {
  padding-top: 10px;
  padding-bottom: 10px; }

#ask .address br {
  display: block; }

#main_area #honbun ul {
  margin-left: 15px; }

table,
table.contact2,
table.contact3 {
  width: 100%; }

table.contact2 th,
table.contact2 td,
table.contact3 th,
table.contact3 td {
  width: 100%;
  display: block; }

.contact td {
  text-align: center;
  padding: 0.2em 0.3em; }

address {
  padding-bottom: 20px; }

.home #header {
  min-height: inherit; }

.home #header img {
  margin-left: 0; }

.sp_br br {
  display: block; }

.contents {
  width: 96%;
  margin: 10px auto 30px;
  padding: 10px;
  background-color: #FFF;
  border-radius: 10px; }

#gloval_navi {
  width: 100%;
  height: 75px; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }

#h_nav {
  width: 100%;
  height: 75px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }

#h_nav {
  position: relative;
  top: 0;
  z-index: 10000; }

#h_nav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 74px;
  border-right: 1px solid  #e3e3e3;
  box-sizing: border-box; }

#h_nav li a {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center; }

#h_nav li:last-child {
  border-right: none; }

a.btn_more {
  position: relative;
  display: inline-block;
  padding: 7px 24px;
  color: #FFF;
  background-color: #222542;
  border: 2px solid #222542;
  text-align: center;
  transition: .3s;
  margin: 20px auto;
  border-radius: 10px;
  /*&::before{
      content:">";
      //background-image: url("images/btn_arrow.svg");
      position: absolute;
      right:7px;
      top:7px;
      transition: .3s;
  }*/ }
  a.btn_more:hover {
    color: #222542;
    background-color: #fff; }
    a.btn_more:hover::before {
      right: 3px;
      transition: .3s; }

ul.list {
  font-size: 0.8em;
  margin-left: 0 !important; }
  ul.list li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em; }
