@charset "UTF-8";

/*
* Theme Name: テンプレート01_05
* 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;
  word-wrap: break-word;
}

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;
  text-decoration: none;
}

/* 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 {}

input,
select {
  vertical-align: middle;
}

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

strong {
  font-weight: bold;
}


body {
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  min-width: 1054px;
  background-color: #fff;
}

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:active {
  color: #333333;
  text-decoration: none;
}

.container {
  width: 1054px;
}

.container_fluid {
  max-width: 1800px;
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }

  .container {
    width: 100%;
  }

  .container_fluid {
    width: 100%;
  }
}

.w-container {
  max-width: 1800px;
}

@media only screen and (max-width: 800px) {
  body {
    min-width: 0px;
  }

  .w-container {
    width: 100%;
  }
}

/************************************ header_01　左ロゴ・下メニュー*/
.header_01 {
  border-top: 4px solid #f29300;
  padding-top: 30px;
}

.header_01 .info li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 20px;
}

@media only screen and (max-width: 800px) {
  .header_01 h1 {
    padding-right: 55px;
  }

  .header_01 .info li {
    width: 45%;
    margin: 0 5px 0;
  }
}

/*グローバルメニュー*/
.header_01 .gNavi {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
}

.header_01 .gNavi ul {
  height: 30px;
  padding-top: 5px;
}

.header_01 .gNavi>ul>li {
  float: left;
  text-align: center;
  padding-right: 67px;
  line-height: 1.2em;
}

.header_01 .gNavi>ul>li:last-child {
  padding-right: 0;
}

.header_01 .gNavi>ul>li>a {
  text-decoration: none;
  color: #333333;
}

.header_01 .gNavi>ul>li>a:hover {
  color: #2bb610;
}

/************************************ 固定ページヘッダー*/

/*mainimage*/
.main {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05) inset;
  width: 100%;
  height: 0;
  padding-top: calc(630 / 1800 * 100%);
  /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url(images/main.jpg) center center / cover no-repeat;
}

.main_inner {
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 800px) {
  .main_inner {
    width: 80%;
  }
}

@media only screen and (max-width: 800px) {

  /* ハンバーガーメニュー */
  .humberger {
    background: #f29300;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 55px;
    z-index: 10000;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 25px;
    height: 2px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .humberger span:nth-of-type(1) {
    top: 15px;
  }

  .humberger span:nth-of-type(2) {
    top: 25px;
    transform: translate(-50%, -50%);
  }

  .humberger span:nth-of-type(3) {
    top: 33px;
  }

  .is-open .humberger span:nth-of-type(1) {
    transform: translate(-50%, 9px) rotate(-45deg);
  }

  .is-open .humberger span:nth-of-type(2) {
    opacity: 0;
  }

  .is-open .humberger span:nth-of-type(3) {
    transform: translate(-50%, -9px) rotate(45deg);
  }

  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }

  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.2s;
  }

  .is-open .overlay {
    background: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
  }

  /* ナビ本体 */
  .sp-navi {
    -webkit-text-size-adjust: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .sp-navi.is-open .sp-navi-inner {
    transform: translate3d(0, 0, 0);
  }

  .sp-navi .sp-navi-inner {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 55px 0;
    height: 100%;
    width: 270px;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
  }

  .sp-navi .sp-navi-inner .navi-main {
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-inner .navi-main a {
    color: #643811;
  }

  .sp-navi .sp-navi-inner .navi-main>li {
    border-bottom: 1px solid #ddd;
    position: relative;
  }

  .sp-navi .sp-navi-inner .navi-main>li:before {
    background: #f29300;
    content: "";
    height: 3px;
    width: 8px;
    position: absolute;
    left: 10px;
    top: 23px;
  }

  .sp-navi .sp-navi-inner .navi-main>li:first-child {
    border-top: 1px solid #ddd;
  }

  .sp-navi .sp-navi-inner .navi-main>li>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 15px 10px 15px 30px;
    overflow: hidden;
    line-height: 1.3em;
    text-decoration: none;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li {
    border-top: 1px dashed #ddd;
    width: 100%;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    padding: 10px 10px 10px 50px;
    position: relative;
    text-decoration: none;
  }

  .sp-navi .sp-navi-inner .navi-main>li>ul>li>a:before {
    background: #f29300;
    content: "";
    height: 1px;
    width: 10px;
    position: absolute;
    left: 26px;
    top: 19px;
  }

  .sp-navi .sp-navi-inner .navi-other {
    padding: 0 15px;
  }
}


/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
}

@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}

/************************************ タイトル*/

.pagettl {
  position: relative;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05), 0px 4px 6px 0px rgba(0, 0, 0, 0.05) inset;
  background-color: #fff5ce;
  text-align: center;
  padding: 90px 0;
}

.pagettl .ttl {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  display: inline-block;
  font-size: 33px;
  color: #f27800;
}


.heading_back {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  background: url(images/under/h3_icon.png) no-repeat left bottom 2px;
  font-size: 26px;
  color: #2bb610;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #f29300;
  padding: 10px 0px 15px 50px;
}

.heading_btmline,
.postdata h4 {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  position: relative;
  font-size: 20px;
  color: #333333;
  padding: 7px 0 7px 20px;
  border-left: 4px solid #f29300;
  background-color: #fffbef;
}

.heading_large,
.postdata h5 {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  position: relative;
  font-size: 18px;
  color: #f29300;
  padding: 0 0 5px 25px;
}

.heading_large::before,
.postdata h5::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #2bb610;
  border-radius: 50%;
}

@media only screen and (max-width: 800px) {
  .heading_back {
    font-size: 23px;
  }

  .pagettl {
    height: auto;
    padding: 60px 0;
  }

  .pagettl .ttl {
    font-size: 26px;
  }

}


/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 256px;
}

.side_sec {
  border-top: 4px solid #f29300;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 20px 0;
}

.side_sec h3 {
  background-color: #4f3316;
  padding: 20px;
  color: #fff;
  font-size: 18px;
}

.side_sec .side_nav a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 0 10px 35px;
  color: #f29300;
}

.side_sec .side_nav li {
  border-bottom: 1px solid #dddddd;
}

.side_sec .side_nav li:last-child {
  border: none;
}

.side_sec .side_nav a::before {
  position: absolute;
  content: url(images/under/side_arrow.png);
  top: 11px;
  left: 5px;
}

.side_sec .side_nav a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 256px;
    margin: auto;
  }
}

/************************************ フッター */

/************************************ footer_01 */

.footer_01 {
  background: url(images/shared/footer_back.png)
}

.footer_01 .group {
  background-color: #fff;
  padding-top: 30px;
  border-radius: 6px;
  text-align: center
}

.footer_01 .group li {
  display: inline-block;
  vertical-align: top;
}

.footer_02 {
  background-color: #fffbef;
}

.footer_nav li {
  display: inline-block;
}

.footer_nav li:after {
  content: " | ";
  color: #4f3316;
}

.footer_nav li:last-Child:after {
  content: "";
}

.footer_nav li a {
  text-decoration: none;
  color: #333;
}

.footer_nav li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {
  .footer_01 .group {
    padding: 20px 20px 0;
  }
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 800px) {
  .pagetop_btn {
    bottom: 60px;
    width: 45px;
    right: 15px;
  }
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 2px #dddddd;
  width: 100%;
  background-color: #fff;
}

.table-bordered th,
.table-bordered td {
  border: solid 2px #dddddd;
  padding: 14px;
  vertical-align: middle;
  font-size: 14px;
}

.table-bordered th {
  text-align: left;
  background-color: #f29300;
  width: 20%;
  font-size: 14px;
  color: #ffffff;
}

.table-bordered td {
  text-align: left;
  width: 50%;
}

.scroll {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
}

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #BCBCBC;
}

@media only screen and (max-width: 800px) {

  .time_table.table-bordered th,
  .time_table.table-bordered td {
    padding: 5px;
    font-size: 10px;
  }
}

/**********時間割**********/
.tt th {
  border: none;
  text-align: center;
}

.tt td {
  text-align: center;
}

.tt tr td:first-child {
  background-color: #fffbef;
  color: #f29300;
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  text-align: center;
  width: 30%
}

.tt tr th:first-child {
  width: 30%;
}

.tt tr th:nth-child(n + 2) {
  width: 50px;
}

.tt tr td:nth-child(n + 2) {
  width: 50px;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .table-bordered {
    width: 100%;
  }

  .sp-listlayout {
    border: none !important;
  }

  .sp-listlayout tr {
    display: block;
    margin-bottom: 5px
  }

  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }

  .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;
}

.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;
}

.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea,
.mw_wp_form dl dd select {
  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: #fff;
  background-color: #ff0000;
  font-size: 85%;
  padding: 1px 5px;
}

.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;
    border-left: none;
  }
}

/************************************アーカイブ関連*************************************/

/*WP用 投稿表示*/
.topics_sec article ul li {
  list-style: outside disc;
}

.topics_sec article p {
  margin-bottom: 15px;
}

.topics_sec article p:last-Child {
  margin-bottom: 0px;
}

.category li {
  display: inline-block;
}


.list_disc {
  padding-left: 20px;
}

.list_disc li {
  list-style: outside disc;
}

.list_indent {
  padding-left: 1em;
}

.list_indent li {
  text-indent: -1em;
}


/* コンタクト注意文 */
.contact_mobile li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 40%;
}

.contact_mobile li a {
  color: #333333 !important;
}

.contact_mobile li a:hover {
  color: #999999 !important;
  text-decoration: underline;
}

.contact_mobile .docomo {
  background-image: url(images/icon01.png);
}

.contact_mobile .softbank {
  background-image: url(images/icon02.png);
}

.contact_mobile .au {
  background-image: url(images/icon03.png);
}

.contact_mobile .ymobile {
  background-image: url(images/icon04.png);
}

.breadcrumbs a {
  color: #333333 !important;
}

.breadcrumbs a:hover {
  color: #999999 !important;
  text-decoration: underline;
}


@media only screen and (max-width: 800px) {
  .business-calendar-box>div {
    display: block;
    width: 100%;
    margin: 0px;
  }
}

















/************************************ ORIGINAL ***********/

.rob.mg10 {
  margin: 0px -8px;
}

.rob.mg10 .coll-1,
.rob.mg10 .coll-2,
.rob.mg10 .coll-3,
.rob.mg10 .coll-4,
.rob.mg10 .coll-5,
.rob.mg10 .coll-6,
.rob.mg10 .coll-7,
.rob.mg10 .coll-8,
.rob.mg10 .coll-9,
.rob.mg10 .coll-10,
.rob.mg10 .coll-11,
.rob.mg10 .coll-12 {
  padding: 0px 8px;
}

.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  /* 高さ÷幅 */
}

.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

a .pg_btn {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  color: #f29300;
  font-size: 14px;
  width: 190px;
  height: 40px;
  border: 3px solid #f29300;
}

a .side_pg_btn {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  color: #f29300;
  font-size: 12px;
  width: 150px;
  height: 34px;
  border: 3px solid #f29300;
}

/*********** ページ影 ***********/
.top_shadow {
  position: relative;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05) inset;
}

/*********** ページ影 ***********/


/*********** 見出し水平線 ***********/
.s1 {
  display: flex;
  align-items: center;
}

.s1:before,
.s1:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #f29300;
  display: block;
}

.s1:before {
  margin-right: .4em;
}

.s1:after {
  margin-left: .4em;
}

.highlighter {
  background: linear-gradient(transparent 70%, rgba(255, 241, 4, 0.5) 70%);
}

/*********** 見出し水平線 ***********/


/*********** 四角ナンバー ***********/
.item {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.item dt,
.item dd {
  display: table-cell;
}

.item dt {
  width: 50px;
}

.item dd h4 {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  font-size: 20px;
  color: #f29300;
}

.num {
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  font-size: 20px;
  color: #2bb610;
  border: 2px solid #dddddd;
  background: url(images/under/num_back.png) repeat-x;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
}

/*********** 四角ナンバー ***********/


.line01 {
  border-bottom: 1px solid #dddddd;
}

.line02 {
  border-bottom: 2px solid #f29300;
}

.line03 {
  border-bottom: 1px dotted #aaaaaa;
}

.ls01 {
  letter-spacing: 1px;
}

.top_art01 {
  background-color: #fffbef;
}

.top_art01 .group {
  border-top: 4px solid #f29300;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
  background: #fff;
}

.top_art01 .group h2 {
  background: url(images/top01_ico.png) no-repeat left center;
  padding-left: 40px;
}

.top_art01 .group li {
  display: inline-block;
  vertical-align: middle;
}

.top_art02 {
  background: url(images/top02_back.png);
}

.top_art03 {
  background-color: #f0ffed;
}

.top_art03 h2 {
  background: url(images/top04_ico.png) no-repeat left bottom;
  padding-left: 55px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.top_art04 {
  background-color: #fff5ce;
}

.top_art04 h2 {
  background: url(images/top04_ico.png) no-repeat left bottom;
  padding-left: 55px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.top_art05 {
  background: url(images/top05_back.png);
}

.top_art05 .group {
  background-color: #fff;
  padding: 20px 20px 0;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.top_art06 {
  background: url(images/top06_back.png);
}

.top_art06 .group {
  border-top: 4px solid #f29300;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 20px 40px;
  background: #fff;
}

.top_art06 .group h2 {
  background: url(images/top01_ico.png) no-repeat left center;
  padding-left: 40px;
}

.top_art06 .group li {
  display: inline-block;
  vertical-align: middle;
}

.top_art07 {
  background-color: #fffbef;
}

.top_art07 .ico01 {
  background: url(images/top07_ico01.png) no-repeat left center;
  padding-left: 40px;
}

.top_art07 .ico02 {
  background: url(images/top07_ico02.png) no-repeat left center;
  padding-left: 40px;
}

.top_art07 li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.top_art07 dl {
  display: table;
  padding: 20px 0;
  border-bottom: 1px dotted #aaaaaa;
  width: 100%;
  text-align: left;
}

.top_art07 dt,
.top_art07 dd {
  display: table-cell;
}

.top_art07 dt {
  width: 110px;
}

.top_art07 .news {
  padding-right: 30px;
}

.top_art07 .blog {
  padding-left: 30px;
}

.top_art08 .group {
  background: url(images/top0801.jpg) no-repeat left top #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.pg05 .group {
  background-color: #f0ffed;
  padding: 20px;
}

.pg05 .group li {
  background: url(images/under/pg_check_ico.png) no-repeat left top 5px;
  padding-left: 25px;
  margin-bottom: 10px;
}

.pg06 .group {
  background-color: #f0ffed;
  padding: 20px;
}

.pg06 .group dl {
  margin-bottom: 20px;
}


@media only screen and (max-width: 800px) {
  .top_art01 .group {
    padding: 20px 20px 70px;
  }

  .top_art03 h2,
  .top_art04 h2 {
    font-size: 20px !important;
  }

  .top_art06 .group {
    padding: 20px 40px 80px;
  }

  .top_art07 dt,
  .top_art07 dd {
    display: block;
  }

  .top_art07 dt {
    width: auto;
    margin-bottom: 10px;
  }

  .top_art07 .news {
    padding-right: 15px;
    padding-bottom: 50px;
  }

  .top_art07 .blog {
    padding-left: 15px;
    padding-bottom: 50px;
  }

  .top_art08 .group {
    background: url(images/top0801.jpg) no-repeat center top;
    background-size: contain;
    padding-top: 65%;
  }
}

/*--
Pager
--*/

.number {
  text-align: center;
  margin-bottom: 20px;
}

.number a {
  background: #f7f4f1;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
  text-decoration: none;
  transition: .2s;
}

.number a:hover {
  background: #f29300;
  color: #fff;
  text-decoration: none;
}

.number .current {
  color: #fff;
  background: #f29300;
  border-radius: 5px;
  box-shadow: 0 2px 0 #ddd;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
}

/*ページャー*/
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  background: #faf9f7;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
  text-decoration: none !important;
  transition: .2s;
}

.pager li>a:hover,
.pager li>a:focus {
  background: #f29300;
  color: #fff;
  text-decoration: none;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #FFF;
  background: #f29300;
  cursor: not-allowed;
  text-decoration: none;
}

.jhsee-list {
  display: flex;
  justify-content: space-between;
}

.jhsee-list li {
  width: 350px;
  border: solid 2px #dddddd;
  border-radius: 10px;
  padding: 20px;
  background: linear-gradient(#ffffff, #f7f7f7);
}

.jhsee-list li h4 {
  font-size: 21px;
  color: #2bb610;
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  margin-bottom: 20px;
  text-align: center;
}

.jhsee-list li p {
  list-style: 2;
  font-size: 14px;
}

.campain-btn {
  position: absolute;
  right: 0;
}

.campain-btn02 {
  position: absolute;
  right: 15px;
}

.campain-btn03 {
  position: absolute;
  right: 15px;
}

.strengths-list {
  display: flex;
  justify-content: space-between;
}

.strengths-list li {
  width: 224px;
  border: solid 2px #dddddd;
  border-radius: 5px;
  padding: 20px;
  background: linear-gradient(#ffffff, #f7f7f7);
}

.strengths-list li h4 {
  font-size: 21px;
  color: #f29300;
  font-family: "FOT-UD角ゴ_ラージ Pr6N B", sans-serif !important;
  margin-bottom: 20px;
  text-align: center;
}

.strengths-list li p {
  list-style: 2;
  font-size: 14px;
}

@media only screen and (max-width: 800px) {
  .jhsee-list {
    display: block;
  }

  .jhsee-list li {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }

  .jhsee-list li h4 {
    margin-bottom: 10px;
  }

  .campain-btn {
    bottom: -480px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .campain-btn02 {
    bottom: -540px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .campain-btn03 {
    bottom: -590px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .strengths-list {
    display: block;
  }

  .strengths-list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
  }

  .strengths-list li h4 {
    margin-bottom: 10px;
  }
}

.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.list-anchor li {
  position: relative;
}

.list-anchor li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor li:last-child::after {
  display: none;
}

.list-anchor li a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}

.list-anchor li a:hover {
  text-decoration: underline;
}

.list-anchor li a::before {
  content: "";
  background: url(images/shared/ico_arrow_bottom.png) no-repeat 0 0 / contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 5px;
}

.u-tel-box {
  width: 300px;
}

@media only screen and (max-width: 800px) {
  .u-tel-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.mbM {
  margin-bottom: 30px;
}

.mbS {
  margin-bottom: 15px;
}

.dl-privacy {
  margin-top: 30px;
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy {
  margin-top: 15px;
}

.list-privacy li {
  position: relative;
  padding-left: 15px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.sp-fixed-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: 0;
  width: 100%;
}

.sp-fixed-menu a {
  display: flex;
  justify-content: center;
  background-color: #f27800;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 0;
	height: 55px;
}

.sp-fixed-menu a:nth-of-type(2) {
  background-color: #f23900;
}

.sp-fixed-menu img {
  margin-right: 10px;
  width: 20px;
  object-fit: contain;
}

@media (max-width: 800px) {
  footer {
    padding-bottom: 55px;
  }
}
