@charset "UTF-8";
/*
* Theme Name: テンプレート01_07
* Author: Iscream Design
* Version: 1.5
* Description: 
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
@font-face {
  font-family: "ipaexg";
  src: url("font/ipaexg.eot");
  src: url("font/ipaexg.eot?#iefix") format("embedded-opentype"), url("font/ipaexg.woff") format("woff"), url("font/ipaexg.otf") format("opentype");
}
body {
  font-size: 15px;
  line-height: 1.6;
  color: #404040;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/************************************ a:link a:hoverの設定*/
a:link, a:visited {
  color: #404040;
  text-decoration: none;
}
a:hover, a:active {
  color: #666;
  text-decoration: underline;
}
/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
  width: 1024px;
}
@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
  }
}
/************************************ コンテンツ*/
.contents {
  float: left;
  width: 730px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}
/************************************テーブル (01_04 追加)*/ 
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #eeeeee;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #eeeeee;
  padding: 5px 20px;
}
.table-bordered th {
  width: 20%;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #06b6bc;
}
/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important
  }
  .sp-listlayout tr {
    display: block;
    margin-bottom: 5px
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    width: 100%;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100%;
  }
  .sp-listlayout {
    table-layout: fixed
  }
  .sp-listlayout * {
    word-wrap: break-word
  }
}
/***************************/
/********【お問い合わせフォーム】********/
/***************************/
/************************************フォーム (01_04 追加)*/
.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px;/**
  * ボタン
  *//**
  * その項目のエラーのwrapper
  *//**
  * 必須マーク
  *//**
  * 各項目のwrapper
  *//**
  * 注釈
  */
}
.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;/*背景色変更の場合　background-color:#背景色; color:#文字色;　を追記*/
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
  border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;/*背景色変更の場合　background-color:#FFF;color:#文字色;を追記(文字色を入れないと白色になるため)*/
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}
.mw_wp_form dl dd textarea {
  width: 90%;
}
.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}
.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}
.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;/**
  * エラーメッセージ
  */
}
.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
  color: #EE4D89;
  font-size: 85%;
}
.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
  font-size: 85%;
}
@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
  }
  .mw_wp_form dl dd {
    border-left: none;
  }
}
/***************************/
/********【アーカイブ】********/
/***************************/
/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background-color: #f9bab3;
  color: #FFFFFF;
  padding: 5px 10px;
}
.more-btn a:hover {
  text-decoration: none;
  background-color: #FCD2D3;
}
/************************************ 特記 スマホ時*/
@media only screen and (max-width: 800px) {
}
/*WP用 投稿表示*/
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 12px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 12px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
.page_post img.alignright,
.page_post img.alignleft{
  width:45%;
}
@media only screen and (max-width: 800px) {
  .page_post img.alignright,
  .page_post img.alignleft{
    width:100%;
  }
}
/***************************/
/********【スマホ用メニュー】********/
/***************************/
a.meanmenu-reveal {
  display: none;
}
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #4597ca;/*スマホメニューメイン背景色サイトに合った背景色に変更*/
  padding: 4px 0;
  z-index: 999999;
  min-height: 42px;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background-color: #4597ca;/*スマホメニューアコーディオン背景色サイトに合った背景色に変更*/
  margin-top: 44px;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.5;
}
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
  background: #231815;
  background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 21px;/*スマホメニューエキスパンド時の高さ*/
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #4597ca;/*スマホメニューエキスパンド時の背景色*/
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-remove {
  display: none !important;
}
/***************************/
/********【ヘッダー】********/
/***************************/
/*------h1-----*/
.h1-area01 {
  width: 100%;
}
.h1-style {
  margin: auto;
  padding: 10px 0px;
  width: 960px;/*サイトに合わせて変更*/
}
.h1-font {
  font-size: 12px;
  text-align: right;
  color: #666666 !important;
}
@media only screen and (max-width: 800px) {
  .h1-style {
    width: 100%;
    clear: both;
  }
  .h1-font {
    text-align: center;
  }
}
/*------header-----*/
.head01-container {
  width: 100%;
}
.head01-main-area {
  margin: auto;
  overflow: hidden;
  width: 1024px !important;
}
.head01-left-area {
}
.head01-left-img01 {
  text-align: left;
  margin: 0px 0px;
}
.head01-right-area {
  text-align: right !important;
}
.head01-right-img-area {
  padding: 15px 0px 0px 0px;
}
.head01-right-img01 {
  display: inline-table !important;
  width: 195px !important;
  padding: 0px 0px 0px 0px;
}
.head01-right-img02 {
  display: inline-table !important;
  width: 250px !important;
  padding: 0px 0px 0px 0px;
}
@media only screen and (max-width: 800px) {
  .head01-main-area {
    width: 100% !important;
    padding: 0 15px;
  }
  .head01-left-area {
    float: none;
  }
  .head01-left-img01 {
    text-align: center !important;
    margin: 0px 0px;
  }
  .head01-right-area {
    text-align: center !important;
  }
  .head01-right-img-area {
    display: block;
    text-align: center !important;
  }
  .head01-right-img01 {
    width: 100% !important;
    padding: 10px 0px 0px 0px;
  }
  .head01-right-img02 {
    width: 100% !important;
    padding: 0px 0px 20px 0px;
  }
}
/*------nav-----*/

.nav_02 {
  width: 100%;
}
.nav_02 .gNavi-area {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 1025px;/*サイトに合わせて変更*/
  height: 22px;/*サイトに合わせて変更*/
}
.nav_02 .gNavi {
  float: right;
  background-image: url(images/shared/header_01/gnavi.bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 1025px;/*サイトに合わせて変更*/
}
.nav_02 .gNavi_list {
  margin: 0;
  line-height: 1.6;
  list-style: none;
}
.nav_02 .gNavi_list-item {
  margin-left: 1px;
  float: left;
}
/*------dropdown-----*/
.nav_02 .gNavi .item06, .gNavi .item03 , .gNavi .item01{
  position: relative;
  z-index: 500;
}
.nav_02 .gNavi .item06 ul, .gNavi .item03 ul , .gNavi .item01 ul{
  left: 0px;
  position: absolute;
  display: none;
  width: 240px;/*サイトに合わせて変更*/
  padding-top: 0px;/*サイトに合わせて変更*/
}
.nav_02 .gNavi .item06 ul li, .gNavi .item03 ul li , .gNavi .item01 ul li{
  text-align: center;
  /filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  border-bottom: dotted 1px #FFFFFF;/*サイトに合わせて変更*/
  background-color: #79c4f3;/*サイトに合わせて変更*/
}
.nav_02 .gNavi .item06 ul li.lastChild, .gNavi .item03 ul li.lastChild, .gNavi .item01 ul li.lastChild  {
  border-bottom: none;
}
.nav_02 .gNavi .item06 ul li:hover, .gNavi .item03 ul li:hover {
}
.nav_02 .gNavi .item06 ul li a, .gNavi .item03 ul li a , .gNavi .item01 ul li a{
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 0px;/*サイトに合わせて変更*/
  color: #000;/*サイトに合わせて変更*/
}
.nav_02 .gNavi .item06 ul li a:hover, .item03 ul li a:hover , .item01 ul li a:hover {
  background-color: #4597ca;
  color: #000;
}
@media only screen and (max-width: 800px) {
  .nav_02 .gNavi .item06 ul, .gNavi .item03 ul, .gNavi .item01 ul {
    width: 100%;/*サイトに合わせて変更*/
  }
}
@media only screen and (max-width: 480px) {
  .nav_02 {
    display: none;
  }
}
/***************************/
/********【サイド】********/
/***************************/
.rNavi {
  float: right;
  width: 230px;
}
@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
  }
}
.side_info_area_bg {
  margin-bottom: -8px;
  text-align: center;
}
.side_info_area {
  border: solid 3px #4597ca;
  padding: 0 10px 10px 10px;
  border-radius: 3px;        /* CSS3草案 */
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;   /* Firefox用 */
  margin-bottom: 20px;
}
/***************************/
/********【フッター】********/
/***************************/
.foot_main_area {
  margin-top: 40px;
  padding: 40px 0 20px 0;
  background-color: #eff9ff;
  width: 100%;
}
/*------down sitemap-----*/
.foot_main_area .footer_sitemap {
  margin: auto;
}
.foot_main_area .sitemap_list {
  text-align: left;
}
.foot_main_area .sitemap_list-item {
  display: inline-block;
  color: #404040;
  font-size: 13px;
  margin: 0.20em 0em;
  background: url(images/shared/arrow01.png) no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.foot_main_area .sitemap_list-item a {
  padding: 0em 0.75em 0 0;
  margin: 0em 0.75em 0 0;
  text-decoration: none;
}
.foot_main_area .sitemap_list-item a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .foot_main_area {
    padding: 40px 0 70px;
  }
  .foot_main_area .sitemap_list {
    text-align: center;
  }
  .foot_main_area .sitemap_list-item {
    font-size: 12px;
  }
}
/*------copyright-----*/
.foot_main_area .footer_copyright {
  margin-top: 10px;
}
.foot_main_area .copyright_typo {
  font-family: 'ipaexg';
  font-size: 13px;
  padding: 5px 0px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .foot_main_area .footer_copyright {
  }
  .foot_main_area .copyright_typo {
    font-size: 10px;
  }
}
/***************************/
/********【common】********/
/***************************/
/************************************ テキストカラー*/
.fo_rd {
  color: #F00 !important;
}
.bg_gr {
  background-color: #f3ffdc;
  padding: 10px;
  overflow: visible;
}
.bg_wh {
  background-color: #fff;
  padding: 10px;
  overflow: visible;
}
.fo16 {
  font-size: 16px;
}
/************************************ テキストアンダーライン背景画像*/
/*<p><span class="bg_img">****************</span></p>*/
.bg_img {
  background-image: url(images/sample.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  display: inline-block;
}
/************************************ パディング*/
.top_pad_50 {
  padding-top: 50px;
}
.top_pad_60 {
  padding-top: 60px;
}
.top_pad_70 {
  padding-top: 70px;
}
.bottom_pad_50 {
  padding-bottom: 50px;
}
.bottom_pad_60 {
  padding-bottom: 60px;
}
.bottom_pad_70 {
  padding-bottom: 70px;
}
/************************************ マージン*/
.top_mg_50 {
  padding-top: 50px;
}
.top_mg_60 {
  margin-top: 60px;
}
.top_mg_70 {
  margin-top: 70px;
}
.bottom_mg_50 {
  margin-bottom: 50px;
}
.bottom_mg_60 {
  margin-bottom: 60px;
}
.bottom_mg_70 {
  margin-bottom: 70px;
}
/************************************ パンくず*/
.breadcrumb_area {
  overflow: hidden;
  height: auto;
  margin: 0px 0px 20px 0px;
}
.breadcrumb_style {
  float: left;
}
.breadcrumb_font {
  font-size: 12px;
}
.breadcrumb_font ul li {
  float: left;
}
@media only screen and (max-width: 800px) {
  .breadcrumb_area {
    margin: 20px 0px 20px 0px;
  }
}
/************************************ 見出し*/
/*------h2-----*/
.h2-area {
  width: 100%;
  background-image: url(images/shared/h2.png);
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  margin-top: 0px;
  padding: 80px 0px 80px 0px;
  margin-bottom: 20px;
}
.h2-style {
  text-align: center;
}
.h2-font {
  color: #fff;
  font-size: 30px;
  text-align: left;
  background: rgba(65, 161, 221, 0.7);
  padding: 10px 60px 10px 60px;
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  .h2-area {
    margin-top: 40px;
  }
  .h2-style {
    width: 100%;
    height: auto;
  }
  .h2-font {
    font-size: 28px;
  }
}
.h3_style {
  background: url(images/shared/h3.png) no-repeat;
  background-position: left 11px;
  border-bottom: solid 1px #cfcfcf;
  height: auto;
  padding: 5px 0px 5px 30px;
  margin-bottom: 20px;
  clear: both;
}
.h3_font {
  color: #4597ca;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
}
.h4_style {
  background: url(images/shared/h4.png) no-repeat;
  background-position: left 12px;
  height: auto;
  padding: 5px 0px 5px 25px;
  margin-top: 0px;
  margin-bottom: 20px;
  clear: both;
}
.h4_font {
  color: #f2b800;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
}
/***************************/
/********【index】********/
/***************************/
/*------slider-----*/
/*------slider-----*/
.slider-area01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1020px;
  clear: both;
  margin: 8px 0 0;
  height: 324px;
}
@media only screen and (max-width: 800px) {
  .slider-area01 {
    min-width: 120px;
    margin: 0px 0;
    height: 140px;
  }
}
.slide_area {
  margin: 0 auto;
  height: 324px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .slide_area {
    height: inherit;
  }
}
/*------over-area-----*/
.over-area {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
  width: 1020px;
  height: 302px;
}
.over-box01 {
  width: 299px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
  .over-area {
    width: 100%;
    height: inherit;
  }
  .over-box01 {
    width: 40%;
    padding: 0 0 0 0;
  }
}
/*------over-main-area-----*/
.over-main-area {
  position: relative;
  width: 100%;
}
.over-main-box {
  width: 960px;
  height: 450px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}
.over-left-imgarea {
  text-align: center;
}
.over-left-img01 {
  float: left;
  width: 642px;
  margin: 180px 0 0 0px;
}
@media only screen and (max-width: 960px) {
  .over-left-img01 {
    float: none;
    margin: 100px 0px 0 0px;
  }
}
@media only screen and (max-width: 800px) {
  .over-main-area {
  }
  .over-main-box {
    width: 100%;
    height: auto;
  }
  .over-left-img01 {
    float: none;
    width: 100%;
    margin: 40px 0 0 0px;
    text-align: center;
    padding: 0 20px;
  }
  .over-left-img02 {
    display: none;
  }
}

/************************************ コンテンツニュース*/
.index_news_bottom_bt {
  text-align: right;
  margin: 20px 0px;
}

.page_12 dt{
  padding: 10px;
  overflow: visible;
  text-align:center;
}
.page_12 dd{
  background:#ffffff;
  padding:5px;
}
.page_30 .h4_style {
  background: url(images/shared/h4.png) no-repeat;
  background-image:none;
  background-position: 0 ;
  background-color:#338E7A;
  color:#ffffff;
  height: auto;
  padding: 5px 0px 5px 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: both;
}

.page_30 .h4_font {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.page_30 .chunk_40-20{
  margin-top:0px;
  border:1px solid #338E7A;
  padding:15px;
}

/********topics********/
.news {
  margin: -10px 0 10px 0;
}
.news_list {
  display: block;
  border-bottom: solid 1px #d2d2d2;
  width: 100%;
  background: url(images/shared/arrow01.png) no-repeat;
  background-position: left 13px;
  padding: 0 0 0 20px;
}
.news_list-time {
  width: 100%;
  padding: 0.5em 0em 0.25em 0px;
  display: block;
  font-weight: bold;
}
.news_list-description {
  width: 100%;
  padding: 0em 0em .5em 0;
  display: block;
}
@media only screen and (max-width: 800px) {
  .news_list {
  }
  .news_list-time {
    width: 20%;
    padding: .5em 0;
  }
  .news_list-description {
    width: 60%;
    padding: .5em 0;
  }
}
.in_cont02_area {
  padding: 0;
}
.in_cont02_title {
  text-align: center;
  margin-bottom: 20px;
  color: #41a1dd;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 800px) {
  .in_cont02_area {
    padding: 40px 0 20px 0;
  }
}
.in_cont03_area {
  padding: 0;
}
@media only screen and (max-width: 800px) {
  .in_cont03_area {
    padding: 20px 0 40px 0;
  }
}
/***************************/
/********【02】********/
/***************************/
.p02_01_tbl2 {
  width: 100%;
  padding-left: 0px;
  border: solid 1px #000;
}
.p02_01_tbl2 th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 35%;
  padding: 1em 0em 1em 1em;
  background-color: #dbeef4;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.p02_01_tbl2 td {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 65%;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 800px) {
  .p02_01_tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }
  .p02_01_tbl2 td {
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }
}
/***************************/
/********【04】********/
/***************************/
.p04_01_tbl2 {
  width: 100%;
  padding-left: 0px;
}
.p04_01_tbl2 th {
  text-align: center;
  width: 20%;
  padding: 1em 0em 1em 1em;
}
.p04_01_tbl2 td {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 80%;
}
@media only screen and (max-width: 800px) {
  .p04_01_tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
    background-color: #dbeef4;
  }
  .p04_01_tbl2 td {
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }
}
/***************************/
/********【11】********/
/***************************/
.p11_01_tbl2 {
  width: 100%;
  padding-left: 0px;
  border: solid 1px #000;
}
.p11_01_tbl2 th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 25%;
  padding: 1em 0em 1em 1em;
  background-color: #dbeef4;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}
.p11_01_tbl2 td {
  text-align: left;
  padding: 1em 0em 1em 1em;
  width: 75%;
  border-bottom: solid 1px #000;
}
@media only screen and (max-width: 800px) {
  .p11_01_tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }
  .p11_01_tbl2 td {
    width: 100%;
    text-align: center;
    padding: 0.5em 0em;
  }
}
/************************************ リスト*/
.disc_list_style {
  text-align: left;
}
.disc_list_style li {
  list-style-position: inside;
  list-style: disc;
  margin: 0px 0px 10px 0px;
}
.decimal_list_style {
  text-align: left;
}
.decimal_list_style li {
  list-style-position: inside;
  list-style: decimal;
  margin: 0px 0px 10px 20px;
}
.img_list_style li {
  background-image: url(images/shared/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-position: inside;
  list-style: none;
  margin: 0px 0px 10px 20px;
}
/************************************ 画像スマホ 表示/非表示 */
.sp_img01_on {
  width: 100%;
  text-align: center;
}
.sp_img01_off {
  display: none;
}
@media only screen and (max-width: 800px) {
  .sp_img01_on {
    display: none;
  }
  .sp_img01_off {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/************************************ タイトル スマホ 表示/非表示*/
.sp_title01_on {
  display: inline-block;
  text-align: center;
  margin-bottom: 50px;
}
.sp_title01_off {
  display: none;
}
@media only screen and (max-width: 800px) {
  .sp_title01_on {
    display: none;
  }
  .sp_title01_off {
    display: inline-block;
    text-align: center;
    background-color: #f5f4f1;
    border: solid 1px #ccc;
    font-weight: bold;
    font-size: 22px;
    height: auto;
    margin: 0px 10px;
    padding: 10px 0px;
  }
}
/***************************/
/********【access】********/
/***************************/
.access_map_ss {
  width: 100%;
  height: 200px;
}
.access_map_s {
  width: 100%;
  height: 300px;
}
.access_map_m {
  width: 100%;
  height: 400px;
}
.access_map_l {
  width: 100%;
  height: 500px;
}
.access_flow{
  border:1px solid #4B79CD;
  margin-bottom:20px;
}
.access_flow dt{
  background-color:#4B79CD;
  padding:5px;
  text-align:center;
  color:#ffffff;
}
.access_flow dd{
  padding:10px;
  min-height:140px;
}
.L_box{
  float:left;
  width:48%;
}
.R_box{
  float:right;
  width:48%;
}
a.next_btn{
  display:block;
  padding:10px;
  background-color:#079886;
  color:#ffffff;
  border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width:76%;
  margin:10px auto 0px;
}
a.next_btn:before{
  content:url(images/icon01.png);
  top: 2px;
  margin-right:10px;
  position: relative;
}
a.next_btn:hover{
  background-color:#ffffff;
  color:#079886;
}
a.next_btn:hover:before{
  content:url(images/icon01b.png);
  top: 2px;
  margin-right:10px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .access_map_ss {
    height: 75px;
  }
  .access_map_s {
    height: 100px;
  }
  .access_map_m {
    height: 300px;
  }
  .access_map_l {
    height: 250px;
  }
  .L_box,
  .R_box{
    float:none;
    width:98%;
  }
}
/**************************/
/********シングルPHP/ボールド・リスト反映********/
/**************************/
strong {
  font-weight: bold;
}
.topics_sec section ul {
  padding-left: 1.5em;
}
.topics_sec section ul li {
  list-style: outside disc;
}
.topics_sec section ol {
  padding-left: 1.5em;
}
.topics_sec section ol li {
}
.topics_sec section em {
  font-style: italic;/*斜体*/
}
/********[Blog LayoutType-A]********/
.blog-layoutA-mainarea {
  margin: 0px 0px 20px 0px;
}
.blog-layoutA-img {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.blog-layoutA-type-area {
  float: right;
  clear: both;
  margin: 0px 0px 20px 0px;
}
.blog-layoutA-cate {
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  margin: 0px 10px 0px 0px;
  font-size: 14px;
  font-weight: bold;
}
.blog-layoutA-date {
  font-weight: bold;
}
.blog-layoutA-art {
  clear: both;
  margin: 0px 0px 20px 0px;
}
.blog-layoutA-bt {
  clear: both;
  text-align: right;
}
.blog-layoutA-pagenation {
  text-align: center;
  margin: 20px 0px 20px 0px;
}
@media only screen and (max-width: 800px) {
  .blog-layoutA-type-area {
    float: none;
    clear: both;
    margin: 0px 0px 20px 0px;
  }
  .blog-layoutA-bt {
    clear: both;
    text-align: center;
  }
}
/********[Blog LayoutDetail-A]********/
.blog-detailA-mainarea {
  margin: 0px 0px 20px 0px;
}
.blog-detailA-type-area {
  float: right;
  clear: both;
  margin: 0px 0px 20px 0px;
}
.blog-detailA-cate {
  text-align: center;
  padding: 5px 10px;
  color: #FFF;
  margin: 0px 10px 0px 0px;
  font-size: 14px;
  font-weight: bold;
}
.blog-detailA-date {
  font-weight: bold;
}
.blog-detailA-art {
  clear: both;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 800px) {
  .blog-detailA-type-area {
    float: none;
    clear: both;
    margin: 0px 0px 20px 0px;
  }
}
/********[arc qa]********/
.qa_01_tbl2 {
  width: 100%;
  padding-left: 20px;
}
.qa_01_tbl2 th {
  vertical-align:middle;
  text-align: center;
  width: 15%;
  padding: 1em 0em 1em 1em;
}
.qa_01_tbl2 td {
  vertical-align:middle;
  text-align: left;
  width: 85%;
  padding: 1em 0em 1em 1em;
}

.faq_area{
  border-bottom:1px dotted #333;
  padding:10px 10px 20px;
}

.question {
  margin: 0 0 15px;
}

.question:after {
  clear: both;
  content: "";
  display: block;
}

.question figure {
  float: left;
  width:20%;
}

.question figure img {
  max-width: 80%;
}

.question .hukidashi {
  background: #ffffff;
  border:3px #338E7A solid;
  display: inline-block;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W5', sans-serif;
  font-size: 18px;
  padding: 15px 20px;
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  max-width: 75%;
}

.question .hukidashi:after {
  content: "";
  position: absolute;
  top: 15%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent #338E7A transparent transparent;
}

.answer {
  margin: 0 0 45px;
}

.answer:after {
  clear: both;
  content: "";
  display: block;
}

.answer figure {
  float: right;
  width:20%;
}

.answer figure img {
  max-width: 80%;
}

.answer .hukidashi {
  background: #4597ca;
  color: #fff;
  display: inline-block;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W5', sans-serif;
  font-size: 18px;
  padding: 15px 20px;
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  max-width: 75%;
}

.answer .hukidashi:after {
  content: "";
  position: absolute;
  top: 15%;
  right: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #4597ca;
}

@media only screen and (max-width: 800px) {
  .qa_01_tbl2 th {
    list-style: none !important;
    width: 100%;
    text-align: left;
    padding: 0.5em 0em;
  }
  .qa_01_tbl2 td {
    width: 100%;
    text-align: left;
    padding: 0.5em 0em;

  }
}

.side_calendar{
  width:230px;
  margin:0 0 20px;
  padding:0 0 3px;
  border:3px solid #4597ca;
  border-radius: 4px;
  -moz-border-radius:4px; /* FF */
  -webkit-border-radius: 4px;/* Webkit */
}
.side_calendar .title{
  background-color:#4597ca;
  color:#fff;
  text-align:center;
  padding:4px 0;
  margin:0;
}
.business-calendar-box{
  width:218px;
  background:#fff;
  margin:0 auto 3px;
}
.business-calendar-box .business-calendar{
  margin:0 auto 0px;
  border-collapse:collapse;
  width:100%;
}
.business-calendar-box .business-calendar caption{
  margin:0 0 0px;
  padding:6px 0;
  position:relative;
  font-size:12px;
}
.business-calendar-box .business-calendar caption a{
  display:block;
  width:20px;
  height:12px;
}
.business-calendar-box .business-calendar caption a:hover{
  text-decoration:none;
}
.business-calendar-box .business-calendar caption .business-calendar-past{
  position:absolute;
  top:5px;
  left:10px;
}
.business-calendar-box .business-calendar caption .business-calendar-past a{
  background:url(../images/shared/cal_prev.png) no-repeat left top;
}
.business-calendar-box .business-calendar caption .business-calendar-future{
  position:absolute;
  top:5px;
  right:10px;
}
.business-calendar-box .business-calendar caption .business-calendar-future a{
  background:url(../images/shared/cal_next.png) no-repeat left top;
}
.business-calendar-box .business-calendar th,
.business-calendar-box .business-calendar td{
  border:1px solid #e1e1e1;
  text-align:center;
  padding:5px 0;
  font-size:12px;
  table-layout:fixed;
}
.business-calendar-box .business-calendar th{
  background-color:#4597ca;
  color:#fff;
}
.side_calendar .attr0{
  background-color:#f7cadd;
}
.side_calendar .attr1{
  background-color:#cae9fb;
}
.side_calendar .attr_list{
  margin:0 3px;
  font-size:12px;
}
.side_calendar .attr_list span{
  display:inline-block;
  width:12px;
  height:12px;
  margin-right:4px;
  vertical-align:middle;
  border:1px solid #e1e1e1;
}
.sp-navi {
  display: none;
}
@media only screen and (max-width: 800px) {
  .side_calendar,
  .business-calendar-box{
    width:100%;
  }
  .pc{
    display:none;
  }
  /*-------------
  02 下部固定
  -------------*/
  .sp-navi {
    display: block;
  }
  .sp-navi .sp-navi-btns {
    background: #f5f5f5;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
  }
  .sp-navi .sp-navi-btns div {
    flex: 1;
    position: relative;
  }
  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid #ccc;
    background-size: 20px;
    background-position: top 15px center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 10px;
    font-family: "Comfortaa", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item.btn-home {
    background-image: url(images/shared/ico_home.svg);
  }
  .sp-navi .sp-navi-btns .item.btn-phone {
    background-image: url(images/shared/ico_phone.svg);
  }
  .sp-navi .sp-navi-btns .item.btn-pc {
    background-image: url(images/shared/ico_pc.svg);
  }
  .sp-navi .sp-navi-btns .item.btn-mail {
    background-image: url(images/shared/ico_mail.svg);
  }
  .sp-navi .sp-navi-btns .item.btn-access {
    background-image: url(images/shared/ico_access.svg);
  }
  .sp-navi .sp-navi-btns .item.btn-pagetop {
    background-image: url(images/shared/ico_arrow_up.svg);
    background-position: top 17px center;
  }
  .sp-navi .sp-navi-btns .item a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 42px 0 0;
    height: 100%;
  }
  .sp-navi .sp-navi-btns .humberger {
    cursor: pointer;
    position: relative;
  }
  .sp-navi .sp-navi-btns .humberger .ttl {
    display: block;
    color: #333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    padding: 43px 0 0;
  }
  .sp-navi .sp-navi-btns .humberger span:not(.ttl) {
    background: #333;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }
  .sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }
  .sp-navi .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }
  .sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }
  .sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .sp-navi-btns .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }
  .sp-navi .sp-navi-contents {
    visibility: hidden;
    background: #fff;
    color: #333;
    padding: 50px 25px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .sp-navi .sp-navi-logo img {
    width: 150px;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    font-weight: bold;
    margin: 0 0 30px;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #d6d6d6;
  }
  .sp-navi .sp-navi-list > li > a {
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    background: url(images/shared/ico_arrow_down.svg) no-repeat 50% 50%/30px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.35s;
    width: 46px;
    height: 46px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sp-navi .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 58px 15px 0;
  }
  .sp-navi .sp-navi-list .child {
    padding: 15px 0 20px;
  }
  .sp-navi .sp-navi-list .child > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    width: 50%;
    margin: 0 0 3px;
    line-height: 1.5;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
  }
}

/* .img-list */

.img-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 800px) {
  .img-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}