@charset "utf-8";
/* CSS Document */
/*--2015.02.26作成。全てのページで使うcssは全てここに記述。--*/

/*reset_css*/
/*要素のフォントサイズやマージン・パディングをリセット*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  list-style-type: none;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  width: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しない*/
nav ul {
  list-style: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃える*/
a {
  background: transparent;
  color: #00f;
  margin: 0;
  padding: 0;
  text-decoration: none;
  /* vertical-align: baseline; */
}

a:hover {
  color: #ff0000;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*縦方向の揃え位置を中央揃えに指定*/
input,
select {
  vertical-align: middle;
}

/*-------------------------------------------

commonParts

-------------------------------------------*/
#wrap .inner {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

#wrap .innerP {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#wrap .border {
  border-style: solid;
}

#wrap .border_t {
  border-top-style: solid;
}

#wrap .border_b {
  border-bottom-style: solid;
}

#wrap .border_l {
  border-left-style: solid;
}

#wrap .border_r {
  border-right-style: solid;
}

#wrap .bdt_solid_01 {
  border-top: 1px solid #999;
}

#wrap .bdt_solid_02 {
  border-top: 2px solid #999;
}

#wrap .bdb_solid_01 {
  border-bottom: 1px solid #999;
}

#wrap .bdb_solid_02 {
  border-bottom: 2px solid #999;
}

#wrap .bdt_dot_01 {
  border-top: 1px dashed #999;
}

#wrap .bdt_dot_02 {
  border-top: 2px dashed #999;
}

#wrap .bdb_dot_01 {
  border-bottom: 1px dashed #999;
}

#wrap .bdb_dot_02 {
  border-bottom: 2px dashed #999;
}

#wrap .bd_black_1 {
  border-color: #333;
}

#wrap .bd_white_1 {
  border-color: #fff;
}

#wrap .bd_gray_1 {
  border-color: #f7f7f7;
}

#wrap .bd_gray_2 {
  border-color: #ddd;
}

#wrap .bd_gray_3 {
  border-color: #999;
}

#wrap .bd_blue_1 {
  border-color: #d6edf2;
}

#wrap .bd_blue_2 {
  border-color: #004894;
}

#wrap .bd_beige_1 {
  border-color: #eeede4;
}

#wrap .bd_brown_1 {
  border-color: #c4a67c;
}

#wrap .bd_green_1 {
  border-color: #45bcb4;
}

#wrap .bd_green_2 {
  border-color: #8bc882;
}

#wrap .bd_green_3 {
  border-color: #014237;
}

#wrap .bd_yellow_1 {
  border-color: #ffaf3e;
}

#wrap .bd_pink_1 {
  border-color: #ee859a;
}

#wrap .bd_purple_1 {
  border-color: #b491bf;
}

#wrap .bd_orange_1 {
  border-color: #d97400;
}

#wrap .bg_white_1 {
  background-color: #fff;
}

#wrap .bg_gray_1 {
  background-color: #f7f7f7;
}

#wrap .bg_gray_2 {
  background-color: #e6e6e6;
}

#wrap .bg_gray_3 {
  background-color: #e6dbd2;
}

#wrap .bg_blue_1 {
  background-color: #004894;
}

#wrap .bg_blue_2 {
  background-color: #d6edf2;
}

#wrap .bg_blue_3 {
  background-color: #e6f6fa;
}

#wrap .bg_beige_1 {
  background-color: #faebd7;
}

#wrap .bg_beige_2 {
  background-color: #eeede4;
}

#wrap .bg_beige_3 {
  background-color: #f6dcb8;
}

#wrap .bg_brown_1 {
  background-color: #c4a67c;
}

#wrap .bg_green_1 {
  background-color: #45bcb4;
}

#wrap .bg_green_2 {
  background-color: #8bc882;
}

#wrap .bg_green_3 {
  background-color: #c9f1e2;
}

#wrap .bg_green_4 {
  background-color: #014237;
}

#wrap .bg_green_5 {
  background-color: #83d8ca;
}

#wrap .bg_green_6 {
  background-color: #c0dfd8;
}

#wrap .bg_yellow_1 {
  background-color: #ffaf3e;
}

#wrap .bg_yellow_2 {
  background-color: #f8f5dd;
}

#wrap .bg_yellow_3 {
  background-color: #ece5a8;
}

#wrap .bg_pink_1 {
  background-color: #ee859a;
}

#wrap .bg_pink_2 {
  background-color: #fcc7c7;
}

#wrap .bg_pink_3 {
  background-color: #feeeee;
}

#wrap .bg_pink_4 {
  background-color: #f5e0e8;
}

#wrap .bg_purple_1 {
  background-color: #b491bf;
}

#wrap .bg_orange_1 {
  background-color: #d97400;
}

#wrap .txt_white_1 {
  color: #fff;
}

#wrap .txt_gray_1 {
  color: #f7f7f7;
}

#wrap .txt_gray_2 {
  color: #eeede4;
}

#wrap .txt_blue_1 {
  color: #004894;
}

#wrap .txt_blue_2 {
  color: #1d97a8;
}

#wrap .txt_green_1 {
  color: #45bcb4;
}

#wrap .txt_green_2 {
  color: #8bc882;
}

#wrap .txt_green_3 {
  color: #839909;
}

#wrap .txt_green_4 {
  color: #459d37;
}

#wrap .txt_green_5 {
  color: #01493b;
}

#wrap .txt_yellow_1 {
  color: #ffaf3e;
}

#wrap .txt_beige_1 {
  color: #a88b4e;
}

#wrap .txt_brown_1 {
  color: #c4a67c;
}

#wrap .txt_pink_1 {
  color: #ee859a;
}

#wrap .txt_pink_2 {
  color: #d95d75;
}

#wrap .txt_purple_1 {
  color: #b491bf;
}

#wrap .txt_red_1 {
  color: #8e0a0a;
}

#wrap .txt_orange_1 {
  color: #d97400;
}

#wrap .txt_brown_1 {
  color: #bb945f;
}

/*リンクホバー*/
div#wrap a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}

div#wrap a:hover img.nohover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#wrap {
  border-top-color: #9e8578;
  border-top-style: solid;
  border-top-width: 10px;
  height: 100%;
  overflow: hidden;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#header {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 965px;

}

#logo {
  float: left;
  width: 410px;
}

#headnav {
  color: #595757;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: right;
}

#headnav a {
  color: #595757;
}

#headinfo {
  float: right;
  text-align: right;
  width: 500px;
}

#headinfo p {
  float: right;
  padding-bottom: 10px;
  padding-left: 10px;
}

#navwrap {
  background-color: #e6e6e6;
  clear: both;
  margin-bottom: 10px;
  padding-top: 10px;
}

#globalnav {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 965px;
}

#globalnav li {
  float: left;
  height: 42px;
  list-style-type: none;
  padding-bottom: 7px;
  text-align: center;
}

#globalnav li.active {
  border-bottom-color: #592b09;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  padding-bottom: 2px;
}

#slide_area {
  border-bottom: 27px solid #e6e6e6;
  height: 553px;
  margin: 0 0 30px 0;
}

#slider {
  margin: 0 auto 30px auto;
  width: 1024px;
}

.bx-controls {
  margin-bottom: -86px;
}

#content_title {
  clear: both;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow: hidden;
  width: 1024px;
}

#content_title img {
  vertical-align: bottom;
}

#breadcrumbs {
  background-color: #e5e5e5;
  clear: both;
  font-size: 100%;
  margin-bottom: 50px;
}

#breadcrumbs p {
  margin-left: auto;
  margin-right: auto;
  padding: 7px 25px;
  width: 965px;
}

#contents {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}


.midasi_main01 {
  padding-bottom: 20px;
}

.midasi_contents01 {
  background-image: url(../image-cmn/ttl_cmn_bg01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  clear: both;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  margin: 15px auto;
  margin-bottom: 20px;
  padding: 17px 5px 15px 15px;
  text-align: left;
  width: 860px;
}

.midasi_contents02 {
  clear: both;
  color: #956134;
  font-size: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 870px;
}

.box500 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 500px;
}

.box600 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 600px;
}

.box640 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 640px;
}

.box680 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 680px;
}


.box720 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 720px;
}

.box770 {
  clear: both;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 770px;
}

.box840 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 840px;
}

.box850 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 850px;
}

.box880 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: left;
  width: 880px;
}

.box900 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 900px;
}

.box920 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 920px;
}

.box925 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 925px;
}

.box944 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 944px;
}

.box980 {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: left;
  width: 980px;
}

.box_l {
  float: left;
}

.box_r {
  float: right;
}

.p_r10 {
  padding-right: 10px;
}

.p_l10 {
  padding-left: 10px;
}

.p_l30 {
  padding-left: 30px;
}

.p_l50 {
  padding-left: 50px;
}

.p_b20 {
  padding-bottom: 20px;
}

.p_b30 {
  padding-bottom: 30px;
}

.p_b45 {
  padding-bottom: 45px;
}

.p_b50 {
  padding-bottom: 50px;
}

.m_b0 {
  margin-bottom: 0px;
}

.m_b30 {
  margin-bottom: 30px;
}

.m_b50 {
  margin-bottom: 50px;
}

.list_arrow li {
  background-image: url(../image-cmn/list_arrow01.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 0 10px 10px;
  width: 400px;
}


#sec_serviceban {
  background-color: #333;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.list_serviceban {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 880px;
}

.list_serviceban li {
  float: left;
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#sec_footban {
  background-color: #000000;
  clear: both;
  padding-bottom: 20px;
  padding-top: 20px;
}

.list_footban {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 863px;
}

.list_footban li {
  float: left;
  list-style-type: none;
  padding-left: 18px;
  padding-right: 18px;
}

#sec_footgreet {
  border: 4px solid #999999;
  clear: both;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 20px 0;
  text-align: left;
  width: 770px;
}

#sec_footgreet02 {
  background: #f5eeeb;
  clear: both;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 20px 20px;
  text-align: left;
  width: 770px;
}

#footer {
  background-color: #e6e6e6;
  padding-bottom: 10px;
  padding-top: 10px;
}

#footer .inner {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

#footnav {
  color: #9e8578;
  line-height: 28px;
  padding-bottom: 25px;
  text-align: center;
}

#footnav a {
  color: #9e8578;
}

#footer .btnlist {
  clear: both;
  list-style-type: none;
  overflow: hidden;
  padding-bottom: 25px;
}

#footer .btnlist li {
  float: left;
  padding-right: 8px;
}

#footer .btnlist li:last-child {
  padding-right: 0px;
}

#footer .btn {
  padding-right: 10px;
}

#footinfo {
  border-top-color: #ccc;
  border-top-style: solid;
  border-top-width: 1px;
  clear: both;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
}

#copy {
  color: #3e3a39;
  font-size: 12px;
  text-align: center;
}

/* ----------------------------
 button
------------------------------ */

#control-wrap {
  clear: right;
  float: right;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0;
  margin-top: 5px;
  overflow: hidden;
  width: 190px;
}

#header #control-wrap a {
  text-indent: 0;
  width: 30px;
}

#control-wrap ul {
  background-image: url(../image-cmn/font-bg.gif);
  display: block;
  float: right;
  height: 33px;
  width: 200px;
}

#control-wrap ul li {
  float: right;
  list-style: none;
  padding: 0px 10px 0px 3px;
  width: 20px;
}

#control-wrap ul li img {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5 !important;
}

#control-wrap img:hover,
#control-wrap .active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1 !important;
}

.normal {
  font-weight: normal;
}

.caption {
  font-size: 14px !important;
  line-height: 1.2;
  margin: 5px;
}

#contents .text_center {
  text-align: center;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #content_title {
    width: auto;
  }

  #content_title h1 {
    margin: 0 40px 0 40px;
  }

  #content_title img {
    height: auto;
    width: 100%;
  }

  #breadcrumbs {
    margin: 0 40px 50px 40px;
  }

  #slide_area {
    height: auto;
    margin: 0 40px 30px 40px;
  }

  #slider {
    width: 100%;
  }

  #slider img {
    height: auto;
    max-width: 100%;
  }

  #changeArea {
    margin: 0 40px;
  }

  #sec_footban {
    margin: 0 auto;
  }

  #contents .width_auto {
    width: auto;
  }
}

.view_pc {
  display: block;
}

.view_pc_inline {
  display: inline-block;
}

@media screen and (max-width: 736px) {

  .view_pc,
  .view_pc_inline {
    display: none;
  }
}

.view_pc_tab {
  display: block;
}

.view_pc_tab_inline {
  display: inline-block;
}

@media screen and (max-width: 1024px) {

  .view_pc_tab,
  .view_pc_tab_inline {
    display: none;
  }
}

.view_tab,
.view_tab_inline {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 737px) {
  .view_tab {
    display: block;
  }

  .view_tab_inline {
    display: inline-block;
  }
}

.view_sp,
.view_sp_inline {
  display: none;
}

@media screen and (max-width: 736px) {
  .view_sp {
    display: block;
  }

  .view_sp_inline {
    display: inline-block;
  }
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flex.no_space {
  justify-content: inherit;
}

.flex_center {
  align-items: center;
  display: flex;
  justify-content: center;
}

a.ov:hover {
  opacity: .8;
  transition: .5s all;
}

@media screen and (max-width: 736px) {
  html {
    background: #fff;
    color: #333;
    font-size: 13px;
    font-size: 4vw;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }

  html,
  body {
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka;
  }

  select {
    padding: .25em 1em .25em .5em;
  }

  div {
    border-width: 1px;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td {
    word-break: break-all;
  }

  img {
    vertical-align: top;
    width: 100%;
  }

  address,
  em,
  th {
    font-style: normal;
    font-weight: normal;
  }

  strong {
    font-weight: 700;
  }

  small {
    font-size: smaller;
  }

  li {
    list-style: none;
  }

  a {
    color: #0075d8;
  }

  #wrap {
    border-top: none;
    overflow-x: hidden;
    position: relative;
  }

  #wrap .inner {
    margin-left: .5em;
    margin-right: .5em;
  }

  .box_block {
    margin-top: 1em;
    padding: 1em;
  }

  .address_block01 {
    position: relative;
  }

  .address_block01>div {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .36em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .address_block01 .address_txt {
    background: #014237;
    color: #fff;
    margin: 0;
    position: relative;
    text-decoration: none;
    width: 40%;
  }

  .address_block01 .address_txt .box_arrow01>p {
    font-size: .9em !important;
    padding: .5em 0 .5em .4em;
    position: relative;
    z-index: 1;
  }

  .address_block01 .address_txt .box_arrow01:after {
    background: url(../image-cmn/sp/bg_address_01.png) top right no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -1em;
    top: 0;
    width: 2em;
  }

  .address_block01 .address_tel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-left: 1.3em;
    width: 60%;
  }

  .address_block01 .address_tel a {
    color: #878787;
    font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 1.9em;
    letter-spacing: -.04em;
  }

  /*-------------------------------------------

	btn

	-------------------------------------------*/
  .btn_base {
    display: table;
    margin: 0 auto;
    width: 100%;
  }

  .btn_base a,
  .btn_base>span {
    border: 2px solid #000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 0px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 0 0px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    font-size: 1.07rem;
    padding: .5em 1em;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
  }

  .btn_base.btn_contact a {
    border: 1px solid #003f34;
    color: #fff;
    background-color: #0a5246;
    background: -webkit-gradient(linear, left top, left bottom, from(#136556), to(#003f34));
    background: linear-gradient(#136556, #003f34);
  }

  .btn_base.btn_type01 a {
    background: -webkit-gradient(linear, left top, left bottom, from(#1da48c), to(#017760));
    border: 1px solid #138472;
    border-radius: 4px;
    color: #ffffff;
    padding: .43em .86em;
  }

  .btn_base.btn_down.btn_icon_r a,
  .btn_base.btn_up.btn_icon_r a {
    padding-right: 0;
  }

  .btn_base.btn_next a,
  .btn_base.btn_next.nolink span {
    padding-right: 1.5em;
  }

  .btn_base.btn_next.btn_icon_r a {
    padding-right: 2.31em;
  }

  .btn_base.btn_close.btn_icon_r a {
    padding-right: 3.08em;
  }

  .btn_base.btn_icon_l a:after,
  .btn_base.btn_icon_r a:after,
  .btn_base.btn_icon_l span:after,
  .btn_base.btn_icon_r span:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    top: 0;
  }

  .btn_base.btn_icon_r a:after,
  .btn_base.btn_icon_r span:after {
    right: 1em;
  }

  .btn_base.btn_down.btn_type01 a:after {
    background-image: url(../image-cmn/sp/ico_arrow_01.png);
  }

  .btn_base.btn_contact.btn_close a:after,
  .btn_base.btn_close.btn_type01 a:after {
    background-image: url(../image-cmn/sp/ico_arrow_01.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .btn_base.btn_next.btn_contact a:after {
    background-image: url(../image-cmn/sp/ico_arrow_05.png);
  }

  .btn_base.btn_down a:after {
    width: 1em;
  }

  .btn_base.btn_close a:after {
    width: 1.15em;
  }

  .btn_base.btn_next a:after,
  .btn_base.btn_next.nolink span:after {
    width: 0.62em;
  }

  /*-------------------------------------------

	header

	-------------------------------------------*/
  header {
    position: relative;
    z-index: 101;
  }

  header .header_wrap {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5em 0;
  }

  header .header_wrapInner {
    display: table;
    height: 3.85em;
    width: 100%;
  }

  header .header_logo,
  header .header_btn {
    display: table-cell;
    vertical-align: middle;
  }

  header .header_logo {
    padding-right: 30px;
  }

  header .header_logo>* {
    margin-right: .5em;
    max-width: 324px;
  }

  header .header_btn {
    width: 7.7em;
  }

  header .header_btn .btn_base.btn_icon_r a:after {
    right: .5em;
  }

  header .header_menu {
    text-align: right;
  }

  header .header_close {
    display: none;
  }

  header .header_btn a {
    height: auto;
  }

  .navOp header .header_menu {
    display: none;
  }

  .navOp header .header_close {
    display: block;
  }

  .navOp header {
    position: fixed;
    width: 100%;
  }

  /*-------------------------------------------

footer

-------------------------------------------*/
  footer {
    margin-top: 2em;
  }

  footer li {
    background-color: #c9f1e2;
  }

  footer li a {
    border-bottom: 1px solid #9ae1c7;
    color: #002a21;
    display: block;
    padding: 1em 2.31em 1em 2.46em;
    position: relative;
    text-decoration: none;
  }

  footer li a:before,
  footer li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
  }

  footer li a:before {
    background: url(../image-cmn/sp/ico_rectangle03.png) center 1.24em no-repeat;
    background-size: contain;
    left: 1em;
    width: .92em;
  }

  footer li a:after {
    background: url(../image-cmn/sp/ico_arrow_02.png) center center no-repeat;
    background-size: contain;
    right: 1em;
    width: .62em;
  }

  #wrap footer li a.blank {
    background-image: none;
    padding-left: 2.46em;
  }

  footer li a.blank:after {
    background-image: url(../image-cmn/sp/ico_blank04.png);
    background-size: auto 1em;
    width: 1em;
  }

  footer .copyright {
    background: #014237;
    color: #fff;
    font-family: Verdana, "Droid Sans";
    font-size: .69rem;
    padding: 1.75em 1em;
    text-align: center;
  }

  /*-------------------------------------------

nav

-------------------------------------------*/
  #nav .nav_wrap {
    background-color: #a5d9c6;
    overflow: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 3.85em;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform ease .5s;
    transition: -webkit-transform ease .5s;
    transition: transform ease .5s;
    transition: transform ease .5s, -webkit-transform ease .5s;
    visibility: hidden;
    width: 100%;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
  }

  .navOp #nav .nav_wrap {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    z-index: 9999;
  }

  .navClose #nav .nav_wrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden;
  }

  .navAnm #nav .nav_wrap {
    visibility: visible;
    z-index: 100;
  }

  #nav .nav_wrapInner {
    padding-bottom: 1em;
  }

  #nav .nav_list {
    border-top: 1px solid #7ec8ad;
  }

  #nav .nav_list a {
    align-items: center;
    background-color: #a5d9c6;
    border-bottom: 1px solid #7ec8ad;
    color: #002a21;
    display: flex;
    padding: 1em 3.08em 1em 2.69em;
    position: relative;
    text-decoration: none;
  }

  #nav .nav_list li a:after {
    background: url(../image-cmn/sp/ico_arrow_02.png) center center no-repeat;
    background-size: auto 1.15em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.54em;
    top: 0;
    width: 1.15em;
  }

  #nav .nav_list .accordion a.accordion_btn:after {
    background: url(../image-cmn/sp/ico_arrow_02.png) center center no-repeat;
    background-size: auto 1.15em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.54em;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 1.15em;
  }

  #nav .nav_list .accordion a.accordion_btn:before,
  #nav .nav_list li a:before {
    background: url(../image-cmn/sp/ico_circle03.png) center 1.2em no-repeat;
    background-size: contain;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 1em;
    top: 0;
    width: .92em;
  }

  .meiryo #nav .nav_list .accordion a.accordion_btn:before,
  .meiryo #nav .nav_list li a:before {
    width: .8em;
  }

  #nav .nav_list .accordion.op a.accordion_btn:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  #nav .nav_list .accordion.op .accordion_data:last-child {
    border-bottom: 0;
  }

  #nav .nav_list li ul {
    border-left: 0;
    border-right: 0;
  }

  #nav .nav_list li li a {
    background-color: #c9f1e2;
    border-color: #a7e0cb;
    padding-left: 3.62em;
    text-indent: -1em;
  }

  #nav .nav_list li li:last-child a {
    border-color: #7ec8ad;
  }

  #nav .nav_list li li a:before {
    background-image: none;
    content: "・";
    display: inline;
    position: static;
  }

  #nav .nav_list li li a:after {
    background: url(../image-cmn/sp/ico_arrow_02.png) center center no-repeat;
    background-size: auto 1.07em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 1.43em;
    top: 0;
    width: 1.07em;
  }

  #nav .nav_list .home a {
    background-image: url(../image-cmn/sp/ico_home.png);
    background-position: .71em .93em;
    background-repeat: no-repeat;
    background-size: 1.29em;
  }

  #nav .nav_list .home a:before {
    background: none;
  }

  #nav .nav_list .home a:after {
    background: none;
  }

  #nav .nav_bnrlist {
    border-bottom: 1px solid #9bd3e0;
    margin: 0 2em;
    padding: 1.5em;
  }

  #nav .nav_bnrlist li {
    margin: 1em auto 0 auto;
    width: 14.29em;
  }

  #nav .nav_bnrlist li:first-child {
    margin-top: 0;
  }

  #nav .nav_close {
    margin: 1.5em 0 1em;
  }

  #nav .nav_close a {
    height: 1.7em;
  }

  #nav .nav_close .btn_close {
    margin: 0 auto;
  }

  #nav .header_nav_block01 {
    margin: 0 1.53em 0;
  }

  #nav .header_nav_block01 .address_block01 {
    border-bottom: 1px solid #7ec8ad;
    margin: 1.29em 0 0;
    padding-bottom: 2.14em;
  }

  #nav .address_block01 .address_tel a {
    color: #333;
  }

  /*-------------------------------------------

accordion

-------------------------------------------*/
  .accordion .accordion_data {
    -webkit-transition: height ease 0s;
    transition: height ease 0s;
    overflow: hidden;
    border-left: 1px solid #7ec8ad;
    border-right: 1px solid #7ec8ad;
  }

  .accordion.op .accordion_data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .accordion.op .accordion_data:last-child {
    border-bottom: 1px solid #7ec8ad;
  }

  .accordion .accordion_data {
    display: none;
  }

  .accordion.anm .accordion_data {
    display: block;
  }

  .accordion_block01 {
    margin-top: 2em;
  }

  .accordion_block01 *[class*="accordion_head"] {
    background: #a5d9c6;
    border: 1px solid #7ec8ad;
    font-size: 1.1em;
    letter-spacing: -0.06em;
  }

  .accordion_block01 *[class*="accordion_head"]>a {
    position: relative;
    display: block;
    padding: 0.75em 1.43em 0.75em 2.46em;
    color: #002a21;
  }

  .accordion_block01+.accordion_block01 *[class*="accordion_head"] {
    border-top: 0;
  }

  .accordion_block01 *[class*="accordion_head01"]>a {
    padding: 0.36em 2.5em 0.36em 0.71em;
  }

  .accordion_block01 *[class*="accordion_head"]>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.71em;
    width: 1.07em;
    background: url(/image_cmn/ico_arrow_02.png) center center no-repeat;
    background-size: auto 1.07em;
  }

  .accordion_block01.op *[class*="accordion_head"] a:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .accordion_block01 .accordion_body>li {
    padding: 1.43em 0.71em 2.14em;
    background: #c9f1e2;
  }

  .accordion_block01 *[class*="accordion_head"]>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1em;
    width: 0.92em;
    background: url(/image_cmn/ico_rectangle03.png) center 0.9em no-repeat;
    background-size: contain;
  }


  /*-------------------------------------------

description

-------------------------------------------*/
  #description {
    margin: 3em 1em;
  }

  #description .description_open {
    display: block;
  }

  #description .description_close {
    display: none;
  }

  #description .description_txt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  #description #description_txt[type="checkbox"] {
    display: none;
  }

  #description #description_txt[type="checkbox"]:checked+div .description_txt {
    display: inline;
  }

  #description .description_open,
  #description .description_close {
    color: #0061b8;
  }

  #description #description_txt[type="checkbox"]:checked+div .description_open {
    display: none;
  }

  #description #description_txt[type="checkbox"]:checked+div .description_close {
    display: inline-block;
  }

  /*-------------------------------------------

pagetop

-------------------------------------------*/
  .pagetop {
    margin-top: 2em;
  }

  .pagetop p {
    text-align: center;
  }

  .pagetop a {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background-image: linear-gradient(#fff, #efefef);
    border: 1px solid #999;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: 1.07rem;
    padding: .5em 3em .5em 1em;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
  }

  .pagetop a:before {
    background: url(../image-cmn/sp/ico_arrow_02.png) center center no-repeat;
    background-size: .62em;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 1em;
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 1.15em;
  }

  .taL {
    text-align: left !important;
  }

  .taC {
    text-align: center !important;
  }

  .taR {
    text-align: right !important;
  }

  .vaT {
    vertical-align: top !important;
  }

  .vaM {
    vertical-align: middle !important;
  }

  .vaB {
    vertical-align: bottom !important;
  }

  .flL {
    float: left !important;
  }

  .flR {
    float: right !important;
  }

  .flN {
    float: none !important;
  }

  .w100p {
    width: 100% !important;
  }

  .w95p {
    width: 95% !important;
  }

  .w90p {
    width: 90% !important;
  }

  .w85p {
    width: 85% !important;
  }

  .w80p {
    width: 80% !important;
  }

  .w75p {
    width: 75% !important;
  }

  .w70p {
    width: 70% !important;
  }

  .w65p {
    width: 65% !important;
  }

  .w60p {
    width: 60% !important;
  }

  .w55p {
    width: 55% !important;
  }

  .w50p {
    width: 50% !important;
  }

  .w45p {
    width: 45% !important;
  }

  .w40p {
    width: 40% !important;
  }

  .w35p {
    width: 35% !important;
  }

  .w30p {
    width: 30% !important;
  }

  .w25p {
    width: 25% !important;
  }

  .w20p {
    width: 20% !important;
  }

  .w15p {
    width: 15% !important;
  }

  .w10p {
    width: 10% !important;
  }

  .w05p {
    width: 5% !important;
  }

  .w0p {
    width: 0% !important;
  }

  .wA {
    width: auto !important;
  }

  .mh05 {
    min-height: .5em !important;
  }

  .mh10 {
    min-height: 1em !important;
  }

  .mh15 {
    min-height: 1.5em !important;
  }

  .mh20 {
    min-height: 2em !important;
  }

  .mh25 {
    min-height: 2.5em !important;
  }

  .mh30 {
    min-height: 3em !important;
  }

  .mh35 {
    min-height: 3.5em !important;
  }

  .mh40 {
    min-height: 4em !important;
  }

  .mh45 {
    min-height: 4.5em !important;
  }

  .mh50 {
    min-height: 5em !important;
  }

  .hA {
    height: auto !important;
  }

  .mA {
    margin: auto !important;
  }

  .m0 {
    margin: 0 !important;
  }

  .m05 {
    margin: .5em !important;
  }

  .m1 {
    margin: 1em !important;
  }

  .m2 {
    margin: 2em !important;
  }

  .m3 {
    margin: 3em !important;
  }

  .m4 {
    margin: 4em !important;
  }

  .m5 {
    margin: 5em !important;
  }

  .mt0 {
    margin-top: 0 !important;
  }

  .mt05 {
    margin-top: .5em !important;
  }

  .mt1 {
    margin-top: 1em !important;
  }

  .mt2 {
    margin-top: 2em !important;
  }

  .mt3 {
    margin-top: 2.5em !important;
  }

  .mt4 {
    margin-top: 2.5em !important;
  }

  .mt5 {
    margin-top: 2.5em !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .mr05 {
    margin-right: .5em !important;
  }

  .mr1 {
    margin-right: 1em !important;
  }

  .mr2 {
    margin-right: 2em !important;
  }

  .mr3 {
    margin-right: 3em !important;
  }

  .mr4 {
    margin-right: 4em !important;
  }

  .mr5 {
    margin-right: 5em !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb05 {
    margin-bottom: .5em !important;
  }

  .mb1 {
    margin-bottom: 1em !important;
  }

  .mb2 {
    margin-bottom: 2em !important;
  }

  .mb3 {
    margin-bottom: 2.5em !important;
  }

  .mb4 {
    margin-bottom: 2.5em !important;
  }

  .mb5 {
    margin-bottom: 2.5em !important;
  }

  .ml0 {
    margin-left: 0 !important;
  }

  .ml05 {
    margin-left: .5em !important;
  }

  .ml1 {
    margin-left: 1em !important;
  }

  .ml2 {
    margin-left: 2em !important;
  }

  .ml3 {
    margin-left: 3em !important;
  }

  .ml4 {
    margin-left: 4em !important;
  }

  .ml5 {
    margin-left: 5em !important;
  }

  .bdN {
    border: none !important;
  }

  .bdtN {
    border-top: none !important;
  }

  .bdrN {
    border-right: none !important;
  }

  .bdbN {
    border-bottom: none !important;
  }

  .bdlN {
    border-left: none !important;
  }

  .p0 {
    padding: 0 !important;
  }

  .p05 {
    padding: .5em !important;
  }

  .p1 {
    padding: 1em !important;
  }

  .p2 {
    padding: 2em !important;
  }

  .p3 {
    padding: 3em !important;
  }

  .p4 {
    padding: 4em !important;
  }

  .p5 {
    padding: 5em !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pt05 {
    padding-top: .5em !important;
  }

  .pt1 {
    padding-top: 1em !important;
  }

  .pt2 {
    padding-top: 2em !important;
  }

  .pt3 {
    padding-top: 2.5em !important;
  }

  .pt4 {
    padding-top: 2.5em !important;
  }

  .pt5 {
    padding-top: 2.5em !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pr05 {
    padding-right: .5em !important;
  }

  .pr1 {
    padding-right: 1em !important;
  }

  .pr2 {
    padding-right: 2em !important;
  }

  .pr3 {
    padding-right: 3em !important;
  }

  .pr4 {
    padding-right: 4em !important;
  }

  .pr5 {
    padding-right: 5em !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .pb05 {
    padding-bottom: .5em !important;
  }

  .pb1 {
    padding-bottom: 1em !important;
  }

  .pb2 {
    padding-bottom: 2em !important;
  }

  .pb3 {
    padding-bottom: 2.5em !important;
  }

  .pb4 {
    padding-bottom: 2.5em !important;
  }

  .pb5 {
    padding-bottom: 2.5em !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .pl05 {
    padding-left: .5em !important;
  }

  .pl1 {
    padding-left: 1em !important;
  }

  .pl2 {
    padding-left: 2em !important;
  }

  .pl3 {
    padding-left: 3em !important;
  }

  .pl4 {
    padding-left: 4em !important;
  }

  .pl5 {
    padding-left: 5em !important;
  }

  .fz20 {
    font-size: 1.53rem !important;
  }

  .fz19 {
    font-size: 1.46rem !important;
  }

  .fz18 {
    font-size: 1.38rem !important;
  }

  .fz17 {
    font-size: 1.3rem !important;
  }

  .fz16 {
    font-size: 1.23rem !important;
  }

  .fz15 {
    font-size: 1.15rem !important;
  }

  .fz14 {
    font-size: 1.07rem !important;
  }

  .fz13 {
    font-size: 1rem !important;
  }

  .fz12 {
    font-size: .92rem !important;
  }

  .fz11 {
    font-size: .84rem !important;
  }

  .fz10 {
    font-size: .76rem !important;
  }

  .fz9 {
    font-size: .69rem !important;
  }

  .fz8 {
    font-size: .61rem !important;
  }

  .tdU {
    text-decoration: underline !important;
  }

  .tdN {
    text-decoration: none !important;
  }

  .fwN {
    font-weight: normal !important;
  }

  .fwB {
    font-weight: bold !important;
  }

  .wsNw {
    white-space: nowrap !important;
  }

  .wbBa {
    word-break: break-all !important;
  }

  /*-------------------------------------------

title_block

-------------------------------------------*/
  .title_block {
    border-width: 2px;
    margin-top: 2em;
  }

  .title_block.title_h1 {
    background-color: #01493b;
    color: #fff;
    margin-top: 2em;
    padding: .5em 1em;
    text-align: center;
  }

  .title_block.title_h1 h1,
  .title_block.title_h1 h2,
  .title_block.title_h1 h3,
  .title_block.title_h1 h4,
  .title_block.title_h1 h5,
  .title_block.title_h1 h6,
  .title_block.title_h1 p {
    font-size: 1.53rem;
  }

  .title_block.title_h1 p {
    font-weight: 600;
  }

  /*-------------------------------------------

clearfix

-------------------------------------------*/
  .clearfix:after {
    clear: both;
    content: "";
    display: block;
  }
}