@charset "utf-8";

/*---------------------------------------------
--------------------------------------------
 common
--------------------------------------------
---------------------------------------------*/

/* Reset
---------------------------------------------*/

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%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  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;
}

input, select {
  vertical-align: middle;
}

/*---------------------------------------------
 基本要素
---------------------------------------------*/

html {
  width: 100%;
  min-width: 1100px;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1100px;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

a {
  color: #44b7ab;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #21665f;
  text-decoration: underline;
  outline: none;
}

a:active {
  background-color: transparent;
  outline: none;
}

.position_relative {
  position: relative;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
select:focus,
textarea:focus {
  outline: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
}

/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 PC CSS START  */

@media screen and (min-width: 769px) {

/* pc_only */
.pc_only {
  display: inline;
}

/* sp_only */
.sp_only {
  display: none;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

全ページ共通

------------------------------------------
---------------------------------------------
---------------------------------------------*/

#container {
  width: 100%;
  min-width: 1100px;
}

#container > .inner {
  position: relative;
}

/*---------------------------------------------

header

---------------------------------------------*/

header {
  z-index: 100;
  width: 100%;
  height: 190px;
  background-color: #fff;
}

#toplogo_box {
  position: relative;
  width: 1100px;
  height: 190px;
  margin: 0 auto;
}

/* logo */
body header h1 {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 1px;
  width: 175px !important;
  height: 132px !important;
  margin: 0 !important;
  padding: 58px 0 0 15px !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #fff !important;
  background-image: none !important;
}

/* Global Navi
---------------------------------------------*/

#gnav {
  position: absolute;
  top: 57px;
  right: 0px;
  width: 907px;
  height: 133px;
}

#gnav > ul > li {
  float: left;
  height: 133px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}

#gnav > ul > li:first-child {
  width: 178px;
}
#gnav > ul > li:nth-child(2) {
  width: 209px;
}
#gnav > ul > li:nth-child(3) {
  width: 178px;
}
#gnav > ul > li:nth-child(4) {
  width: 180px;
}
#gnav > ul > li:nth-child(5) {
  width: 162px;
}

#gnav > ul > li a {
  display: block;
  width: auto;
  height: 48px;
  color: #333;
  text-decoration: none;
  padding-top: 85px;
  background-repeat: no-repeat;
  background-position: center 115px, center 33px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

#gnav > ul > li:first-child a {
  background-image: url(./images/icon_gnav.png), url(./images/btn_gnav_01.png);
}
#gnav > ul > li:nth-child(2) a {
  background-image: url(./images/icon_gnav.png), url(./images/btn_gnav_02.png);
}
#gnav > ul > li:nth-child(3) a {
  background-image: url(./images/icon_gnav.png), url(./images/btn_gnav_03.png);
}
#gnav > ul > li:nth-child(4) a {
  background-image: url(./images/icon_gnav.png), url(./images/btn_gnav_04.png);
}
#gnav > ul > li:nth-child(5) a {
  background-image: url(./images/icon_gnav.png), url(./images/btn_gnav_05.png);
}

/* current */
#gnav > ul > li.current a {
  color: #44b7ab;
}

#gnav > ul > li a:hover,
#gnav > ul > li.active a {
  color: #fff;
  text-decoration: none;
  background-color: #44b7ab;
}

#gnav > ul > li:first-child a:hover,
#gnav > ul > li.active:first-child a {
  background-image: url(./images/icon_gnav_o.png),
    url(./images/btn_gnav_01_o.png);
}
#gnav > ul > li:nth-child(2) a:hover,
#gnav > ul > li.active:nth-child(2) a {
  background-image: url(./images/icon_gnav_o.png),
    url(./images/btn_gnav_02_o.png);
}
#gnav > ul > li:nth-child(3) a:hover,
#gnav > ul > li.active:nth-child(3) a {
  background-image: url(./images/icon_gnav_o.png),
    url(./images/btn_gnav_03_o.png);
}
#gnav > ul > li:nth-child(4) a:hover,
#gnav > ul > li.active:nth-child(4) a {
  background-image: url(./images/icon_gnav_o.png),
    url(./images/btn_gnav_04_o.png);
}
#gnav > ul > li:nth-child(5) a:hover,
#gnav > ul > li.active:nth-child(5) a {
  background-image: url(./images/icon_gnav_o.png),
    url(./images/btn_gnav_05_o.png);
}

/* gnav 下層メニュー部分 */

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#gnav > ul > li .gnav_sub_menu {
  display: none;
}

#gnav > ul > li.active .gnav_sub_menu {
  z-index: 1000;
  display: block;
  position: absolute;
  top: 133px;
  left: 0px;
  width: 854px;
  padding: 15px 24px 35px 23px;
  border: 3px solid #44b7ab;
  background-color: #fff;
  animation: show 0.4s ease-in-out;
}

#gnav > ul > li.active .gnav_sub_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  text-align: left;
}

#gnav > ul > li.active .gnav_sub_menu ul li {
  float: left;
  width: 266px;
  margin-right: 28px;
  border-bottom: 1px solid #44b7ab;
}

#gnav > ul > li.active .gnav_sub_menu ul li:nth-child(3n) {
  margin-right: 0px;
}

/* gnav apply */
#gnav > ul > li.active .gnav_sub_menu.apply ul li {
  width: 410px;
}
#gnav > ul > li.active .gnav_sub_menu.apply ul li:nth-child(2n) {
  margin-right: 0px;
}


#gnav > ul > li.active .gnav_sub_menu ul li a {
  display: block;
  width: auto;
  height: auto;
  color: #020000;
  text-decoration: none;
  padding: 20px 0 8px 20px;
  background: url(./images/icon_gnav_list.png) no-repeat 3px 27px;
}
/* current */
#gnav > ul > li.active .gnav_sub_menu ul li.current a {
  font-weight: bold;
  color: #44b7ab;
}

#gnav > ul > li.active .gnav_sub_menu ul li a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

/* gnav スマートフォンサイズ用 */
#sp_btn_gnav,
#sp_header_nav {
  display: none;
}

/* Top Navi
---------------------------------------------*/

#tnav {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1100px;
  height: 58px;
  background-color: #44b7ab;
}

#tnav ul {
  width: 1100px;
  text-align: right;
  margin: 0 auto;
}

#tnav ul li {
  display: inline-block;
  height: 58px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
}

#tnav ul li a {
  display: block;
  height: 39px;
  color: #fff;
  text-decoration: none;
  padding: 19px 16px 0 41px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

#tnav ul li:first-child a {
  background: url(./images/btn_tnav_01.png) no-repeat 13px center;
}
#tnav ul li:nth-child(2) a {
  background: url(./images/btn_tnav_02.png) no-repeat 13px center;
}
#tnav ul li:last-child a {
  background: url(./images/btn_tnav_03.png) no-repeat 13px center;
}

#tnav ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#tnav ul li:first-child a:hover {
  background: #21665f url(./images/btn_tnav_01.png) no-repeat 13px center;
}
#tnav ul li:nth-child(2) a:hover {
  background: #21665f url(./images/btn_tnav_02.png) no-repeat 13px center;
}
#tnav ul li:last-child a:hover {
  background: #21665f url(./images/btn_tnav_03.png) no-repeat 13px center;
}

/*---------------------------------------------

footer

---------------------------------------------*/

#footer_box {
  width: 100%;
  min-width: 1100px;
  height: 258px;
  background-color: #484848;
}

/* Navi 1
---------------------------------------------*/

#ft_menu_01 {
  width: 100%;
  min-width: 1100px;
  height: 46px;
  background-color: #44b7ab;
}

#ft_menu_01 ul {
  width: 1094px;
  padding: 12px 0 0 6px;
  margin: 0 auto;
}

#ft_menu_01 ul li {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2em;
  padding-right: 2px;
}

#ft_menu_01 ul li::after {
  content: "｜";
  padding-left: 5px;
}

#ft_menu_01 ul li:last-child::after {
  display: none;
}

#ft_menu_01 ul li a {
  color: #fff;
  text-decoration: none;
}
#ft_menu_01 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Navi 2
---------------------------------------------*/

#ft_menu_02 {
  position: relative;
  width: 1110px;
  margin: 0 auto;
}

#ft_menu_02 ul {
  padding: 32px 0 0 5px;
}

#ft_menu_02 ul li {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 37px 0 15px;
  background: url(./images/icon_ft_menu.png) no-repeat left 7px;
}

#ft_menu_02 ul li a {
  color: #fff;
  text-decoration: none;
}
#ft_menu_02 ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Privacy Mark */

#privacy_mark {
  position: absolute;
  top: 28px;
  right: 3px;
  width: 76px;
  height: 76px;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}

#insta_mark {
  position: absolute;
  top: 18px;
  right: 108px;
  width: 96px;
  height: 96px;
  padding: 10px;
  -webkit-border-radius: 10px;
}

#insta_mark img {
  width: 100%;
  height: auto;
}

#insta_mark a {
  transition:all .3s ease-out;
}

#insta_mark a:hover {
  opacity: 0.6;
}

/* copyright */

#copyright {
  padding: 10px 0 0 6px;
}

#copyright small {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  font-style: normal;
}

/* LINE */

.cta-line-pc {
  width: 78px;
  height: 140px;
  position: fixed;
  right: 24px;
  top: 200px;
}

.cta-line-pc img {
  width: 100%;
  height: auto;
}

.cta-line-pc a {
  transition:all .3s ease-out;
}

.cta-line-pc a:hover {
  opacity: 0.6;
}



/*---------------------------------------------

Page Top

---------------------------------------------*/

body .pagetop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 50%;
  width: 52px;
  height: 52px;
  margin-right: -620px;
}
/* Home Only */
body.home .pagetop {
  bottom: 25px !important;
}

.pagetop a {
  display: block;
  width: 24px;
  height: 30px;
  padding: 13px 14px 9px 14px;
  background-color: #44b7ab;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.pagetop a:hover {
  background-color: #21665f;
}

/*---------------------------------------------

BANNER MENU

---------------------------------------------*/

#ban_menu {
  width: 100%;
  min-width: 1100px;
  padding: 60px 0;
  background-color: #f0f9f8;
}

#ban_menu_wrap {
  position: relative;
  width: 1014px;
  padding: 0 43px;
  margin: 0 auto;
}

#ban_menu ul li {
  width: 320px;
  height: 180px;
}

.owl-nav {
  z-index: -1000;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 180px !important;
}

.owl-prev {
  outline: none;
  position: absolute !important;
  top: 50% !important;
  left: -40px !important;
  display: block !important;
  width: 16px !important;
  height: 26px !important;
  text-indent: -9999px !important;
  margin-top: -13px !important;
  background: url(./images/index/btn_ban_menu_L.png) no-repeat center center !important;
}

.owl-prev:hover {
  background: url(./images/index/btn_ban_menu_L_o.png) no-repeat center center !important;
}

.owl-next {
  outline: none;
  position: absolute !important;
  top: 50% !important;
  right: -40px !important;
  display: block !important;
  width: 16px !important;
  height: 26px !important;
  text-indent: -9999px !important;
  margin-top: -13px !important;
  background: url(./images/index/btn_ban_menu_R.png) no-repeat center center !important;
}

.owl-next:hover {
  background: url(./images/index/btn_ban_menu_R_o.png) no-repeat center center !important;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

下層ページ共通

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* Contents
---------------------------------------------*/

.contents {
  width: 100%;
  min-width: 1100px;
  border-top: 3px solid #44b7ab;
}

.contents .inner {
  width: 1100px;
  padding-top: 45px;
  margin: 0 auto;
}

/* Main 2カラム */
.main {
  float: left;
  width: 820px;
  padding-bottom: 80px;
}

/* Main 1カラム */
.main.wide {
  width: 1100px;
}

/* H
---------------------------------------------*/

.ttl_h1 h1 {
  width: 1098px;
  height: 90px;
  color: #595757;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  padding: 58px 0 0 2px;
  margin: 0 auto;
}

/* ページ毎アイコン */
body .page_ttl h1 {
  width: 1032px;
  padding-left: 68px;
}

body .page_ttl .service {
  background: url(./images/page/icon_page_service_h1.png) no-repeat 3px 51px;
}
body .page_ttl .member {
  background: url(./images/page/icon_page_member_h1.png) no-repeat left 58px;
}
body .page_ttl .bussiness {
  background: url(./images/page/icon_page_bussiness_h1.png) no-repeat 3px 51px;
}
body .page_ttl .support {
  background: url(./images/page/icon_page_support_h1.png) no-repeat 3px 51px;
}
body .page_ttl .apply {
  background: url(./images/page/icon_page_apply_h1.png) no-repeat 3px 51px;
}

/* .main h2 {
  position: relative;
  height: 56px;
  color: #595757;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  padding: 18px 0 0 37px;
  margin-bottom: 30px;
  background-color: #f0f9f8;
}
 */

.main h2 {
  position: relative;
  height: auto;
  color: #595757;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  padding: 18px 4% 16px 37px;
  margin-bottom: 30px;
  background-color: #f0f9f8;
}

/* .main h2::before {
  content: "";
  position: absolute;
  top: 17px; left: 17px;
  width: 5px;
  height: 40px;
  background-color: #44b7ab;
} */

.main h2::before {
  content: "";
  position: absolute;
  top: 22%;
  left: 18px;
  width: 5px;
  height: 56%;
  background-color: #44b7ab;
}

.main h3 {
  color: #595757;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 30px 0 5px 3px;
  margin-bottom: 25px;
  margin-left: 17px;
  border-bottom: 2px solid #44b7ab;
}

.main h4 {
  position: relative;
  color: #24665f;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 30px 0 6px 20px;
  margin-bottom: 23px;
  margin-left: 17px;
  border-bottom: 1px solid #ccc;
}

.main h4::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 1px;
  width: 10px;
  height: 5px;
  background-color: #24665f;
}

.main h5 {
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 0 0 10px 0;
  margin-left: 17px;
}

/* p , img, ul
---------------------------------------------*/

.main p,
.main ul {
  color: #020000;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-left: 20px;
  padding-bottom: 28px;
}

/* h2下のテキスト */
.main .page_h2_box p {
  font-size: 1.8rem;
  line-height: 1.7;
}

/* 左寄せ画像 */
.main p.fleft {
  padding-right: 25px;
  padding-bottom: 25px;
}

/* 右寄せ画像 */
.main p.fright {
  margin-left: 0;
  padding-left: 30px;
  padding-bottom: 25px;
}

/* 注意書き枠01 */
.main p.caution_01 {
  padding: 13px 17px 10px 17px;
  margin-left: 17px;
  margin-bottom: 28px;
  border: 1px dashed #aaa;
}

/* 注意書き枠02 */
.main p.caution_02 {
  color: #d50404;
  padding: 13px 17px 10px 17px;
  margin-left: 17px;
  margin-bottom: 28px;
  background-color: #fdefef;
}

/* リスト */
.main ul li {
  padding-left: 40px;
  margin-bottom: 3px;
  text-indent: -30px;
}
.main ul li::before {
  content: "・";
  color: #44b7ab;
  font-size: 2.8rem;
  line-height: 1;
  vertical-align: middle;
}

/* ボタン */
.main .btn_box {
  text-align: center;
  padding-bottom: 40px;
}

.main .btn_box p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0;
  margin: 0 0 0 15px;
}

.main .btn_box p:first-child {
  margin-left: 0;
}

.main .btn_box p a {
  opacity: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 270px;
  height: 62px;
  box-sizing: border-box;
  text-decoration: none;
  /* padding-top: 18px; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.main .btn_box_3 p a {
  width: 250px;
}
.main .btn_box p a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.main .btn_box p.yellow a,
.main .btn_box p.yellow a:hover {
  color: #040505;
  background: #f7ce5f url(./images/page/icon_page_a_btn1.png) no-repeat right
    11px center;
}
.main .btn_box p.red a,
.main .btn_box p.red a:hover {
  color: #fff;
  background: #e37171 url(./images/page/icon_page_a_btn2.png) no-repeat right
    11px center;
}

.main .btn_box p.no_arrow a,
.main .btn_box p.no_arrow a:hover {
  background-image: none;
}

.main .btn_box p a span {
  width: 100%;
  font-size: 1.2rem;
  letter-spacing: normal;
}

/* リスト page_list_01 (page_b)
---------------------------------------------*/

.main div.page_list_01 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #020000;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-left: 17px;
  margin-right: 17px;
  padding-bottom: 28px;
}

.main div.page_list_01 ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  float: left;
  width: 336px;
  padding: 0;
  margin: 0 29px 29px 0;
  text-indent: 0;
}
.main div.page_list_01 ul li:nth-child(3n) {
  margin-right: 0;
}
.main div.page_list_01 ul li::before {
  display: none;
}

.main div.page_list_01 ul li a {
  display: block;
  width: 300px;
  text-decoration: none;
  padding: 145px 15px 27px 15px;
  border: 3px solid #44b7ab;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main div.page_list_01 ul li a:hover {
  text-decoration: none;
  border: 3px solid #21665f;
  background-color: #f0f9f8;
}

.main div.page_list_01 ul li a h3 {
  color: #44b7ab;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding: 15px 3px 0 3px;
  margin: 0;
  border-bottom: none;
}

.main div.page_list_01 ul li a:hover h3 {
  color: #21665f;
}

.main div.page_list_01 ul li span {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 300px;
  height: 130px;
}

.main div.page_list_01 ul li span img {
  width: 100%;
  height: auto;
}

.main div.page_list_01 ul li p {
  color: #020000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-left: 0px;
  padding: 7px 5px 0 5px;
}

.main div.page_list_01 ul li a span img {
  opacity: 1;
}
.main div.page_list_01 ul li a:hover span img {
  opacity: 0.5;
}

/* リスト page_list_02 (page_b)
---------------------------------------------*/

.main div.page_list_02 ul {
  color: #020000;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin: 0 20px;
  padding-bottom: 10px;
}

.main div.page_list_02 ul li {
  text-indent: 0px;
  padding: 25px 20px 13px 15px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  background: url(./images/page/icon_page_sidemenu.png) no-repeat left 35px;
}
.main div.page_list_02 ul li::before {
  display: none;
}

.main div.page_list_02 ul li a {
  color: #020000;
  text-decoration: none;
}

.main div.page_list_02 ul li a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

/* リスト page_list_info (page_info)
---------------------------------------------*/

.main div.page_list_info ul {
  color: #060303;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-left: 0;
  padding-bottom: 30px;
}

.main div.page_list_info ul li {
  position: relative;
  text-indent: 0;
  margin-bottom: 0;
  padding: 14px 20px 13px 300px;
  border-bottom: 1px solid #dfdfdf;
}
.main div.page_list_info ul li::before {
  display: none;
}

.main div.page_list_info ul li a {
  color: #060303;
  text-decoration: none;
}
.main div.page_list_info ul li a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

.main div.page_list_info ul li time {
  position: absolute;
  top: 14px;
  left: 23px;
}

.main div.page_list_info ul li span.btn {
  display: block;
  position: absolute;
  top: 15px;
  left: 130px;
  width: 128px;
  height: 22px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.main div.page_list_info ul li span.btn a {
  opacity: 1;
  display: block;
  width: 128px;
  height: 17px;
  text-decoration: none;
  padding-top: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.main div.page_list_info ul li span.btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.main div.page_list_info ul li span.btn.info a,
.main div.page_list_info ul li span.btn.info a:hover {
  color: #fff;
  background-color: #44b7ab;
}
.main div.page_list_info ul li span.btn.maintenance a,
.main div.page_list_info ul li span.btn.maintenance a:hover {
  color: #000;
  background-color: #f7ce5f;
}
.main div.page_list_info ul li span.btn.bussiness a,
.main div.page_list_info ul li span.btn.bussiness a:hover {
  color: #fff;
  background-color: #21665f;
}

/* Pagination (page_info)
---------------------------------------------*/

.main div.pagination {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 30px 0 100px 0;
}

.main div.pagination a {
  display: inline-block;
  color: #060303;
  width: 40px;
  height: 30px;
  text-decoration: none;
  padding-top: 10px;
  margin-right: 7px;
  background-color: #f6f6f6;
}

.main div.pagination a:hover,
.main div.pagination .current {
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 30px;
  text-decoration: none;
  padding-top: 10px;
  margin-right: 7px;
  background-color: #44b7ab;
}

/* テーブル (page_a / TinyMCE Advanced)
---------------------------------------------*/

.contents .main.boxNews table {
  width: 97% !important;
  margin-top: -10px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-collapse: collapse;
}

.contents .main.boxNews table th {
  font-weight: bold;
  background-color: #f2f2f2;
}

.contents .main.boxNews table th,
.contents .main.boxNews table td {
  padding: 12px 18px;
  vertical-align: middle;
  border: 1px solid #ccc;
}

.contents .main.boxNews table td p {
  margin-left: 0;
}

.contents .main.boxNews table td p:last-child {
  padding-bottom: 10px;
}

/* Table (page_c)
---------------------------------------------*/

.table_service {
  padding: 0 0 0 15px;
}

.table_service table {
  width: 100%;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
}

.table_service table th,
.table_service table td {
  position: static;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.02em;
  vertical-align: middle;
  padding: 8px 10px 8px 10px;
  border: 1px solid #ccc !important;
}

.table_service table th {
}

.table_service table thead th {
  text-align: center;
  background-color: #efefef;
}

.table_service.table_manual table thead th {
  padding: 15px 5px;
}

.table_service table tbody th {
  width: 35%;
  padding: 12px 10px 10px 10px;
  font-weight: normal;
}

.table_service.table_manual table tbody th {
  width: auto;
}


.table_service table tbody td:last-child {
  padding: 15px;
}

.table_service.table_manual table tbody td:last-child {
  padding: 15px 5px;
}

.table_service table tbody td p.btn {
  width: 106px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
}
.table_service table tbody td p.btn a {
  opacity: 1;
  display: block;
  width: auto;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.table_service table tbody td p.btn a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.table_service table tbody td p.btn.red a,
.table_service table tbody td p.btn.red a:hover {
  background-color: #e37171;
}
.table_service table tbody td p.btn.green a,
.table_service table tbody td p.btn.green a:hover {
  background-color: #77bd7a;
}
.table_service table tbody td p.btn.yellow a,
.table_service table tbody td p.btn.yellow a:hover {
  background-color: #d9b266;
}
.table_service table tbody td p.btn.purple a,
.table_service table tbody td p.btn.purple a:hover {
  background-color: #ac86d2;
}
.table_service table tbody td p.btn.black a,
.table_service table tbody td p.btn.black a:hover {
  background-color: #828283;
}

.main p.table_caution {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  margin-left: 17px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.table_service.title-left tbody th {
  background-color: #fcf8f0;
}

.table_service.title-left-base tbody th {
  font-weight: bold;
  background-color: #efefef;
}

/* Contact
---------------------------------------------*/

/* .contact_progress {} */

.contact_progress ul {
  position: relative;
  width: 855px;
  margin: 0;
}

.contact_progress ul li {
  position: relative;
  display: inline-block;
  width: 230px;
  color: #fff;
  margin-right: 30px;
  padding: 15px 10px;
  margin-bottom: 0;
  font-weight: bold;
  text-indent: 1em;
  line-height: 24px;
  background-color: #c4c5c6;
  border-radius: 4px;
}

.contact_progress ul li::after {
  content: url(./images/page/icon_progress.png);
  position: absolute;
  right: -25px;
  top: 1.5em;
}

.contact_progress ul li:last-child::after {
  content: none;
}

.mw_wp_form_input .contact_progress ul li.flow01,
.mw_wp_form_confirm .contact_progress ul li.flow02,
.mw_wp_form_complete .contact_progress ul li.flow03 {
  background-color: #f6c141;
}

.contact_progress ul li span {
  position: relative;
  top: 0.12em;
  margin-right: 0.6em;
  font-size: 24px;
}

.contact_progress ul li::before {
  content: none;
}

.contact_progress ul li:last-child {
  margin-right: 0;
}

/* Table　Plan */
.main .table_plan {
  margin: 20px 0 30px;
}

.main .table_plan table {
  width: 100%;
  position: relative;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.main .table_plan table th,
.main .table_plan table td {
  position: static;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: 0.02em;
  vertical-align: middle;
  padding: 8px 10px 6px 10px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* .main .table_plan table th {} */

.main .table_plan table thead th {
  text-align: center;
  background-color: #efefef;
}

.main .table_plan table tbody th {
  padding: 12px 10px 10px 10px;
  font-weight: normal;
}

.main .table_plan table tbody td:last-child {
  padding: 15px;
}

/* Table (contact)
---------------------------------------------*/

.main #contact_form .must::after {
  content: "※";
  color: #e37171;
  padding-left: 2px;
}

.main #contact_form p {
  color: #020000;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 0;
}

.main #contact_form .table_mail_add .error,
.main #contact_form .form_domain .error {
  position: absolute;
}

.main #contact_form td label {
  padding-right: 3px;
  padding-left: 15px;
}

.main #contact_form label + label {
  padding-right: 3px;
  padding-left: 15px;
}

.main #contact_form input[type="text"],
.main #contact_form input[type="tel"],
.main #contact_form input[type="email"],
.main #contact_form input[type="submit"],
.main #contact_form input[type="password"],
.main #contact_form select,
.main #contact_form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 38px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
  font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.02em;
  padding: 0 0 0 5px;
  /* margin-right: 23px; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* .main #contact_form input[type="text"],
.main #contact_form input[type="tel"],
.main #contact_form input[type="email"] {
width: 328px;
} */

.main #contact_form input.input_w10 {
  width: 10%;
}

.main #contact_form input.input_w15 {
  width: 15%;
}

.main #contact_form input.input_w30 {
  width: 30%;
}

.main #contact_form input.input_w50 {
  width: 50%;
}

.main #contact_form input.input_w80 {
  width: 80%;
}

.main #contact_form input.input_w100 {
  width: 100%;
}

.main #contact_form select {
  width: auto;
  padding-right: 0.5em;
}
.main #contact_form select.input_w10 {
  width: 10%;
}

.main #contact_form input[type="radio"],
.main #contact_form input[type="checkbox"] {
  vertical-align: -1px;
  margin-right: 4px;
  margin-bottom: 10px;
}

.main #contact_form input[type="text"].zipcode,
.main #contact_form input[type="text"].tel {
  display: inline;
  width: auto;
}

.main #contact_form input[type="button"].btn-zipcode {
  height: 38px;
  margin-left: 5px;
  padding: 0 10px;
}

.main .mw_wp_form_confirm #contact_form input[type="button"].btn-zipcode {
  display: none;
}

.main #contact_form textarea {
  width: 614px;
  height: 175px;
  padding: 15px;
}

.main #contact_form .submit_td {
  text-align: center;
  padding: 50px 0 0 0;
  border-bottom: none;
}

.main #contact_form input[type="submit"] {
  opacity: 1;
  cursor: pointer;
  width: 270px;
  height: 62px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  padding: 1px 0 0 0;
  margin: 0 auto;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e37171 url(./images/page/icon_btn_submit.png) no-repeat right
    8px center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.main #contact_form input[type="submit"].submit_back {
  background-color: #999;
}

.main #contact_form input[type="submit"]:hover {
  opacity: 0.5;
}

.main table.table_form {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  /* margin: 0 17px; */
}

.main table.table_form th,
.main table.table_form td {
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-right: none;
}

.main table.table_form th,
.main table.table_form tbody th {
  width: 182px;
  padding: 24px 0;
  font-weight: bold;
}

.main .login_form table.table_form tbody th {
  width: 210px;
}

.main table.table_form td,
.main table.table_form tbody td,
.main table.table_form tbody td:last-child {
  width: auto;
  padding: 24px 0;
}

.main table.table_form td label:first-child {
  padding-left: 0px;
}

.main table.table_form.table_option {
  margin: 0;
}

.main table.table_form.table_option tbody th {
  width: 80%;
  padding: 12px 0;
}

.main table.table_form.table_option tbody td {
  width: 20%;
  padding: 12px 0;
  text-align: right;
}

.main table.table_form.table_option label {
  padding: 0;
}

.mw_wp_form_input .input_disable {
  display: none !important;
}

.mw_wp_form_confirm .confirm_disable {
  display: none !important;
}

.main #contact_form .table_mail {
  padding: 15px 0;
}

.main #contact_form .table_mail th {
  width: 2em;
  text-align: center;
}

.main #contact_form .table_mail_add {
  padding: 15px 0;
}

.main #contact_form .table_mail_add th {
  min-width: 200px;
}

.main #contact_form .table_mail_add td {
  padding-bottom: 20px;
}

.main #contact_form .form_choice {
  margin-top: 5px;
}

.main #contact_form .form_domain input {
  width: 20%;
}

.main #contact_form .form_domain p {
  margin-top: 28px;
}

.main #contact_form .table_domain table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

.main #contact_form .table_domain table th,
.main #contact_form .table_domain table td {
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.main #contact_form .table_domain table th {
  text-align: center;
  background-color: #efefef;
}

.main #contact_form .table_domain table td {
  width: 20%;
}

.mwform-checkbox-field label .font_bold + .mwform-checkbox-field-text,
.mwform-radio-field label .font_bold + .mwform-radio-field-text {
  font-weight: bold;
}

.box_border .table_form {
  padding: 0 10px;
}

.mw_wp_form .error {
  color: #E60000 !important;
}

.mw_wp_form .error-message {
  display: none;
}

.mw_wp_form_error .error-message {
  display: block;
  color: #e60000;
  font-weight: bold;
  margin-left: 0;
}

.main #contact_form .box_inline_privacy {
  padding: 22px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}


/* 230124 */
.main #contact_form .box_inline_privacy {
  height: 250px;
  padding: 22px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  overflow-y: scroll;
}

.main #contact_form .box_inline_privacy dt {
  padding-left: 0.6em;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 4px solid #38998f;
}

.main #contact_form .box_inline_privacy dd {
  padding: 0.5em 0 1.8em 0;
}
/* 230124_end */


/* Breadcrumb
---------------------------------------------*/

.breadcrumb {
  width: 100%;
  min-width: 1100px;
  height: 38px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  background-color: #f4f4f4;
}

.breadcrumb .inner {
  width: 1090px;
  margin: 0 auto;
  padding: 10px 5px 0 5px;
}

/* お電話でのお問い合わせ
---------------------------------------------*/

.page_tel_box {
  margin-top: 80px;
  padding: 35px 0 25px 25px;
  background-color: #fcf8f0;
}

.main .page_tel_box h2 {
  position: static;
  height: auto;
  color: #000;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background-color: transparent;
}

.main .page_tel_box h2::before {
  display: none;
}

.page_tel_box_L {
  float: left;
  width: 385px;
}

.page_tel_box_L dt {
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 67px;
  padding-bottom: 5px;
  background: url(./images/page/icon_page_tel.png) no-repeat left 5px;
}

.page_tel_box_L dt a,
.page_tel_box_L dt a:hover {
  color: #000;
  text-decoration: none;
}

.page_tel_box_L dd {
  color: #000;
  font-size: 1.5rem;
}

.page_tel_box_R {
  overflow: hidden;
  float: right;
  width: 410px;
}

.page_tel_box_R dt {
  float: left;
  clear: both;
  width: 170px;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  padding-top: 5px;
}

.page_tel_box_R dd {
  font-size: 3.2rem;
  line-height: 1;
  padding: 0 0 12px 170px;
}

.page_tel_box_R dd a,
.page_tel_box_R dd a:hover {
  color: #216d65;
  text-decoration: none;
}

/* Side Box
---------------------------------------------*/

.side_box {
  float: right;
  width: 220px;
}

.side_menu_01,
.side_menu_02 {
  padding-bottom: 38px;
}

/* Side Menu 01 */

.side_menu_01 .side_ttl {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 19px 25px 15px 15px;
  border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  background: #44b7ab url(./images/page/icon_page_sidemenu_ttl.png) no-repeat
    right 10px center;
  text-decoration: none;
}
.side_menu_01 a.side_ttl:hover {
  background-color: #38998f;
}

.side_menu_01.h2_bg_not h2 {
  background-image: none;
}

.side_menu_01 ul li {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  padding: 14px 10px 10px 24px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: url(./images/page/icon_page_sidemenu.png) no-repeat 12px 20px;
}

.side_menu_01 ul li a {
  display: block;
  color: #020000;
  text-decoration: none;
}
.side_menu_01 ul li a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

/* Side Menu 02 */

.side_menu_02 ul li {
  position: relative;
  height: 54px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.side_menu_02 ul li a {
  display: block;
  height: 37px;
  color: #44b7ab;
  text-decoration: none;
  padding: 15px 0 0 53px;
  border: 1px solid #44b7ab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.side_menu_02 ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.side_menu_02 ul li:first-child a {
  background: url(./images/page/icon_page_sidemenu_01.png) no-repeat 15px
    center;
}
.side_menu_02 ul li:nth-child(2) a {
  background: url(./images/page/icon_page_sidemenu_02.png) no-repeat 15px
    center;
}
.side_menu_02 ul li:nth-child(3) a {
  background: url(./images/page/icon_page_sidemenu_03.png) no-repeat 15px
    center;
}
.side_menu_02 ul li:nth-child(4) a {
  background: url(./images/page/icon_page_sidemenu_04.png) no-repeat 15px
    center;
}

.side_menu_02 ul li:first-child a:hover {
  background: #44b7ab url(./images/page/icon_page_sidemenu_01_o.png) no-repeat
    15px center;
}
.side_menu_02 ul li:nth-child(2) a:hover {
  background: #44b7ab url(./images/page/icon_page_sidemenu_02_o.png) no-repeat
    15px center;
}
.side_menu_02 ul li:nth-child(3) a:hover {
  background: #44b7ab url(./images/page/icon_page_sidemenu_03_o.png) no-repeat
    15px center;
}
.side_menu_02 ul li:nth-child(4) a:hover {
  background: #44b7ab url(./images/page/icon_page_sidemenu_04_o.png) no-repeat
    15px center;
}

/* Side Menu Select (Archive) */

.side_menu_select {
  padding: 13px 19px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.side_menu_select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 41px;
  color: #020000;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 0 0 8px;
  border: 1px solid #ccc;
}

/*---------------------------------------------
---------------------------------------------
------------------------------------------

frontpage

------------------------------------------
---------------------------------------------
---------------------------------------------*/

/* MainVisual @frontpage
---------------------------------------------*/

#main_visual {
  width: 100%;
  min-width: 1100px;
  height: 475px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  background-color: #f4f4f4;
}

/* Information @frontpage
---------------------------------------------*/

#index_info {
  width: 1087px;
  margin: 0 auto;
  padding: 20px 10px 7px 3px;
  border-bottom: 1px solid #b7b6b6;
}

#index_info h2 {
  float: left;
  width: 144px;
  color: #44b7ab;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

#index_info ul {
  float: left;
  width: 900px;
  color: #060303;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

#index_info time {
  display: inline-block;
  width: 100px;
}

#index_info a {
  color: #060303;
  text-decoration: none;
}
#index_info a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

/* BOX MENU @frontpage
---------------------------------------------*/

#box_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  padding: 42px 0 50px 0;
}

#box_menu section {
  position: relative;
  float: left;
  width: 490px;
  padding: 73px 22px 55px 22px;
}

#box_menu_L {
  border: 3px solid #44b7ab;
}

#box_menu_R {
  margin-left: 20px;
  border: 3px solid #21665f;
}

#box_menu section h2 {
  position: absolute;
  top: -10px;
  left: -3px;
  width: 540px;
  height: 54px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 12px;
  border-radius: 9px 9px 0 0 / 9px 9px 0 0;
  -webkit-border-radius: 9px 9px 0 0 / 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0 / 9px 9px 0 0;
}
#box_menu_L h2 {
  background-color: #44b7ab;
}
#box_menu_R h2 {
  background-color: #21665f;
}

#box_menu_L h2::before {
  content: url(./images/index/ttl_box_menu_L.png);
  position: relative;
  top: 7px;
  padding-right: 10px;
}

#box_menu_R h2::before {
  content: url(./images/index/ttl_box_menu_R.png);
  position: relative;
  top: 4px;
  padding-right: 10px;
}

#box_menu section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

#box_menu section ul li {
  float: left;
  width: 198px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-right: 30px;
  padding: 19px 10px 9px 22px;
}

#box_menu section ul li:nth-child(2n) {
  margin-right: 0px;
}

#box_menu section#box_menu_L ul li {
  border-bottom: 1px solid #44b7ab;
  background: url(./images/index/icon_box_menu_L.png) no-repeat 5px 26px;
}

#box_menu section#box_menu_R ul li {
  border-bottom: 1px solid #21665f;
  background: url(./images/index/icon_box_menu_R.png) no-repeat 5px 26px;
}

#box_menu section ul li a {
  color: #020000;
  text-decoration: none;
}

#box_menu section#box_menu_L ul li a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

#box_menu section#box_menu_R ul li a:hover {
  color: #21665f;
  text-decoration: underline;
}

.box_menu_more {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 94px;
  height: 30px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  margin-left: -47px;
}

.box_menu_more a {
  opacity: 1;
  display: block;
  width: 94px;
  height: 21px;
  color: #fff;
  text-decoration: none;
  padding-top: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
#box_menu section#box_menu_L .box_menu_more a {
  background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
    10px top 11px;
}
#box_menu section#box_menu_R .box_menu_more a {
  background: #21665f url(./images/index/btn_box_menu.png) no-repeat right
    10px top 11px;
}

.box_menu_more a:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}
#box_menu section#box_menu_L .box_menu_more a:hover {
  background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
    10px top 11px;
}
#box_menu section#box_menu_R .box_menu_more a:hover {
  background: #21665f url(./images/index/btn_box_menu.png) no-repeat right
    10px top 11px;
}

/* WARNING @frontpage
---------------------------------------------*/

.bnr_warning {
  width: 1100px;
  margin: 35px auto 0 auto;
  text-align: center;
}

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

.bnr_warning a {
  transition: all 0.3s ease;
}

.bnr_warning a:hover {
  opacity: 0.6;
}


/* INFORMATION｜CUSTOMER SUPPORT @frontpage
---------------------------------------------*/

#info_customer_box {
  width: 1100px;
  padding: 80px 0 90px 0;
  margin: 0 auto;
}

#info_customer_box h2 {
  color: #060303;
  font-size: 1.5rem;
  line-height: 1.8em;
  font-weight: normal;
  letter-spacing: 0.04em;
}

#info_customer_box h2 span {
  color: #44b7ab;
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: 0.06em;
}

/* INFORMATION @frontpage
---------------------------------------------*/

#info_box {
  position: relative;
  float: left;
  width: 630px;
}

#info_box_tab {
  height: 48px;
  margin-top: 20px;
  border-bottom: 1px solid #44b7ab;
}

#info_box_tab li {
  cursor: pointer;
  float: left;
  width: 206px;
  height: 33px;
  color: #44b7ab;
  font-size: 1.5rem;
  line-height: 1.6em;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 15px;
  margin: 0 6px 0 0;
  border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
  background-color: #f3f3f3;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

#info_box_tab li:last-child {
  margin: 0;
}

#info_box_tab li::before {
  content: url(./images/index/icon_info_box_btn.png);
  position: relative;
  top: -1px;
  padding-right: 7px;
}

#info_box_tab li:hover {
  color: #fff;
  background-color: #44b7ab;
}

#info_box_tab li:hover::before {
  content: url(./images/index/icon_info_box_btn_o.png);
}

#info_box_tab li.select {
  cursor: auto;
  color: #fff;
  background-color: #44b7ab;
}

#info_box_tab li.select::before,
#info_box_tab li.select:hover::before {
  display: none;
}

#info_box_content_wrap {
  margin-top: 20px;
}

#info_box_content li {
  width: 630px;
}

#info_box_content li.hide {
  display: none;
}

#info_box_content dl {
  color: #060303;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}

#info_box_content dl dt {
  float: left;
  clear: both;
  width: 100px;
  padding: 18px 0 15px 20px;
}

#info_box_content dl dd {
  padding: 18px 20px 15px 120px;
}

#info_box_content dl dd:nth-of-type(odd) {
  background-color: #f8f8f8;
}

#info_box_content a {
  color: #060303;
  text-decoration: none;
}
#info_box_content a:hover {
  color: #44b7ab;
  text-decoration: underline;
}

#info_box_more {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 94px;
  height: 30px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}

#info_box_more a {
  opacity: 1;
  display: block;
  width: 94px;
  height: 21px;
  color: #fff;
  text-decoration: none;
  padding-top: 9px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 20px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
    10px top 11px;
}

#info_box_more a:hover {
  opacity: 0.5;
  color: #fff;
  text-decoration: none;
}

/* CUSTOMER SUPPORT @frontpage
---------------------------------------------*/

#custom_box {
  float: right;
  width: 382px;
}

#custom_box ul {
  margin-top: 20px;
}

#custom_box ul li {
  position: relative;
  width: 382px;
  height: 82px;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

#custom_box ul li a {
  display: block;
  width: 302px;
  height: 52px;
  color: #44b7ab;
  text-decoration: none;
  padding: 28px 0 0 78px;
  border: 1px solid #44b7ab;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

#custom_box ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#custom_box ul li:first-child a {
  background: url(./images/index/icon_customer_menu_01.png) no-repeat 22px
    center;
}
#custom_box ul li:nth-child(2) a {
  background: url(./images/index/icon_customer_menu_02.png) no-repeat 22px
    center;
}
#custom_box ul li:nth-child(3) a {
  background: url(./images/index/icon_customer_menu_03.png) no-repeat 22px
    center;
}
#custom_box ul li:nth-child(4) a {
  background: url(./images/index/icon_customer_menu_04.png) no-repeat 22px
    center;
}

#custom_box ul li:first-child a:hover {
  background: #44b7ab url(./images/index/icon_customer_menu_01_o.png)
    no-repeat 22px center;
}
#custom_box ul li:nth-child(2) a:hover {
  background: #44b7ab url(./images/index/icon_customer_menu_02_o.png)
    no-repeat 22px center;
}
#custom_box ul li:nth-child(3) a:hover {
  background: #44b7ab url(./images/index/icon_customer_menu_03_o.png)
    no-repeat 22px center;
}
#custom_box ul li:nth-child(4) a:hover {
  background: #44b7ab url(./images/index/icon_customer_menu_04_o.png)
    no-repeat 22px center;
}

#custom_box ul li a::after {
  content: url(./images/index/icon_customer_menu_next.png);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

#custom_box ul li a:hover::after {
  content: url(./images/index/icon_customer_menu_next_o.png);
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

}
/*   PC CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/

/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 SP CSS START  */

@media screen and (max-width: 768px) {
  /* pc_only */
  .pc_only {
    display: none;
  }

  /* sp_only */
  .sp_only {
    display: inline;
  }

  .txt_s {
    font-size: 1.2rem !important;
  }
  .txt_m {
    font-size: 1.55rem !important;
  }
  .txt_l {
    font-size: 1.7rem !important;
  }

  .indent_1 {
    padding-left: 1.2em !important;
  }

  /*---------------------------------------------
 基本要素  ■■■ SP ■■■
---------------------------------------------*/

  html {
    width: 100%;
    min-width: 0;
    height: 100%;
    font-size: 62.5%;
  }

  body {
    width: 100%;
    min-width: 0;
    height: 100%;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
  }

  /*---------------------------------------------
---------------------------------------------
------------------------------------------

全ページ共通  ■■■ SP ■■■

------------------------------------------
---------------------------------------------
---------------------------------------------*/

  #container {
    width: 100%;
    height: 100%;
  }

  #container > .inner {
    position: relative;
    padding-top: 87px;
  }

  .box_inner {
    margin-bottom: 20px;
    padding: 0 6%;
  }

  .box_inner .box_inner {
    margin-bottom: 20px;
    padding: 0;
  }

  /*---------------------------------------------

header  ■■■ SP ■■■

---------------------------------------------*/

  header {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 65px;
    background-color: #fff;
  }

  #toplogo_box {
    position: relative;
    width: 100%;
    height: 65px;
    margin: 0;
    background-color: #44b7ab;
  }

  /* logo */
  body header h1 {
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 12px;
    width: 76px !important;
    height: 63px !important;
    margin: 0 !important;
    padding: 23px 5px 0 5px !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff !important;
    background-image: none !important;
  }

  body header h1 img {
    width: 100%;
    height: auto;
  }

  /*---------------------------------------------

  Global Navi  ■■■ SP ■■■

---------------------------------------------*/

  /* gnav,tnav */

  #gnav,
  #tnav {
    display: none;
  }

  /* ボタン  ■■■ SP ■■■
---------------------------------------------*/

  #sp_btn_gnav {
    z-index: 9999;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 65px;
  }

  #sp_btn_gnav .sp_btn_gnav_bar {
    display: block;
    opacity: 1;
    position: absolute;
    right: 13px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #sp_btn_gnav .sp_btn_gnav_bar.bar1 {
    top: 21px;
  }
  #sp_btn_gnav .sp_btn_gnav_bar.bar2 {
    top: 31px;
  }
  #sp_btn_gnav .sp_btn_gnav_bar.bar3 {
    top: 41px;
  }

  #sp_btn_gnav.active .sp_btn_gnav_bar.bar1 {
    top: 21px;
    right: 13px;
    margin-top: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }

  #sp_btn_gnav.active .sp_btn_gnav_bar.bar2 {
    opacity: 0;
  }

  #sp_btn_gnav.active .sp_btn_gnav_bar.bar3 {
    top: 41px;
    right: 13px;
    margin-top: -10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }

  /* メニューウィンドウ  ■■■ SP ■■■
---------------------------------------------*/

  div#sp_header_nav {
    z-index: 100;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: scroll;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(68, 183, 171);
  } /* 上から出てくる背景部分 */

  div#sp_header_nav::before {
    content: "";
    position: fixed;
    top: 65px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #21665f;
  }

  div#sp_header_nav::-webkit-scrollbar {
    display: none;
  }

  div#sp_header_nav_window {
    position: relative;
    width: 100%;
    height: 100%;
  }

  div#sp_header_nav_window::-webkit-scrollbar {
    display: none;
  }

  /* メニュー本体  ■■■ SP ■■■
---------------------------------------------*/

  #sp_gnav > ul {
    padding-top: 96px;
    padding-bottom: 25px;
  }

  #sp_gnav > ul > li {
    position: relative;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    border-top: 1px solid #21665f;
  }

  /* トップナビ3項目 */
  #sp_gnav > ul > li.sp_tnav {
    border-top: 1px solid #fff;
  }
  #sp_gnav > ul > li.sp_tnav > a,
  #sp_gnav > ul > li.sp_tnav > a:hover {
    display: block;
    width: auto;
    height: 36px;
    color: #fff;
    text-decoration: none;
    padding: 12px 10px 0 44px;
    background-position: 12px center;
    background-repeat: no-repeat;
  }
  #sp_gnav > ul > li.sp_tnav:first-child > a {
    background-image: url(./images/btn_sp_tnav_01.png);
  }
  #sp_gnav > ul > li.sp_tnav:nth-child(2) > a {
    background-image: url(./images/btn_sp_tnav_02.png);
  }
  #sp_gnav > ul > li.sp_tnav:nth-child(3) > a {
    background-image: url(./images/btn_sp_tnav_03.png);
  }
  #sp_gnav > ul > li.sp_tnav > a,
  #sp_gnav > ul > li.sp_tnav > a:hover {
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
  }

  /* グロナビボタン 4項目目以降　下層メニューが開くまで */
  #sp_gnav > ul > li.sp_gnav_li > p {
    display: block;
    width: auto;
    height: 36px;
    color: #333;
    text-decoration: none;
    padding: 12px 10px 0 44px;
    background-color: #fff;
    background-position: 12px center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #sp_gnav > ul > li.sp_gnav_li:nth-child(4) > p {
    background-image: url(./images/btn_sp_gnav_01.png);
  }
  #sp_gnav > ul > li.sp_gnav_li:nth-child(5) > p {
    background-image: url(./images/btn_sp_gnav_02.png);
  }
  #sp_gnav > ul > li.sp_gnav_li:nth-child(6) > p {
    background-image: url(./images/btn_sp_gnav_03.png);
  }
  #sp_gnav > ul > li.sp_gnav_li:nth-child(7) > p {
    background-image: url(./images/btn_sp_gnav_04.png);
  }
  #sp_gnav > ul > li.sp_gnav_li:nth-child(8) > p {
    background-image: url(./images/btn_sp_gnav_05.png);
  }
  #sp_gnav > ul > li.sp_gnav_li > p::after {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(./images/icon_sp_gnav.png) no-repeat center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }

  /* グロナビボタン　4項目目以降 下層メニューが開いてから またはカレント */
  #sp_gnav > ul > li.sp_gnav_li.active {
    margin-bottom: -1px;
  }

  #sp_gnav > ul > li.sp_gnav_li.active > p {
    color: #fff;
    background-color: #21665f;
  }
  #sp_gnav > ul > li.sp_gnav_li.active:nth-child(4) > p,
  #sp_gnav > ul > li.sp_gnav_li.current:nth-child(4) > p {
    background-image: url(./images/btn_sp_gnav_01_o.png);
  }
  #sp_gnav > ul > li.sp_gnav_li.active:nth-child(5) > p,
  #sp_gnav > ul > li.sp_gnav_li.current:nth-child(5) > p {
    background-image: url(./images/btn_sp_gnav_02_o.png);
  }
  #sp_gnav > ul > li.sp_gnav_li.active:nth-child(6) > p,
  #sp_gnav > ul > li.sp_gnav_li.current:nth-child(6) > p {
    background-image: url(./images/btn_sp_gnav_03_o.png);
  }
  #sp_gnav > ul > li.sp_gnav_li.active:nth-child(7) > p,
  #sp_gnav > ul > li.sp_gnav_li.current:nth-child(7) > p {
    background-image: url(./images/btn_sp_gnav_04_o.png);
  }
  #sp_gnav > ul > li.sp_gnav_li.active:nth-child(8) > p,
  #sp_gnav > ul > li.sp_gnav_li.current:nth-child(8) > p {
    background-image: url(./images/btn_sp_gnav_05_o.png);
  }
  #sp_gnav > ul > li.sp_gnav_li > p {
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
  }
  #sp_gnav > ul > li.sp_gnav_li.current > p::after,
  #sp_gnav > ul > li.sp_gnav_li.active > p::after {
    background: url(./images/icon_sp_gnav_o.png) no-repeat center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
  }

  /* current */
  #sp_gnav > ul > li.sp_gnav_li.current > p,
  #sp_gnav > ul > li.sp_tnav.current > a,
  #sp_gnav > ul > li.sp_tnav.sp_tnav > a:hover {
    color: #fff;
    background-color: #21665f;
  }

  /* 接続サービス下層メニュー  ■■■ SP ■■■
---------------------------------------------*/

  .sp_gnav_menu {
    display: none;
    background-color: #f9f9f9;
  }

  .sp_gnav_menu > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp_gnav_menu > ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #21665f;
  }

  .sp_gnav_menu > ul > li:nth-child(odd) {
    border-right: 1px solid #21665f;
  }

  .sp_gnav_menu > ul > li a,
  .sp_gnav_menu > ul > li a:hover {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 12px 10px 10px 10px;
  }

  .sp_gnav_menu > ul > li.current a,
  .sp_gnav_menu > ul > li.current a:hover {
    color: #fff;
    background-color: #44b7ab;
  }

  /*---------------------------------------------

footer  ■■■ SP ■■■

---------------------------------------------*/

  #footer_box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    background-color: #484848;
  }

  /* Navi 1  ■■■ SP ■■■
---------------------------------------------*/

  #ft_menu_01 {
    width: 100%;
    height: auto;
    background-color: #44b7ab;
  }

  #ft_menu_01 ul {
    width: auto;
    padding: 0;
    margin: 0;
  }

  #ft_menu_01 ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 50%;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.2em;
    padding-right: 0px;
    border-right: 1px solid #21665f;
    border-bottom: 1px solid #21665f;
    background-color: #44b7ab;
  }

  #ft_menu_01 ul li:nth-child(2n) {
    border-right: none;
  }

  #ft_menu_01 ul li::after {
    display: none;
  }

  #ft_menu_01 ul li:last-child::after {
    display: none;
  }

  #ft_menu_01 ul li a {
    display: block;
    width: auto;
    height: 27px;
    color: #fff;
    font-size: 11.5px;
    text-decoration: none;
    padding: 13px 0 0 6%;
  }
  #ft_menu_01 ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  /* Navi 2  ■■■ SP ■■■
---------------------------------------------*/

  #ft_menu_02 {
    position: static;
    width: auto;
    margin: 0;
  }

  #ft_menu_02 ul {
    padding: 0;
  }

  #ft_menu_02 ul li {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: none;
  }

  #ft_menu_02 ul li:nth-child(2n) {
    border-right: none;
  }

  #ft_menu_02 ul li a {
    display: block;
    width: auto;
    height: 32px;
    color: #fff;
    font-size: 11.5px;
    text-decoration: none;
    padding: 18px 0 0 6%;
  }
  #ft_menu_02 ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  /* Privacy Mark */

  .iconmark {
    text-align: center;
    padding-top: 30px;
  }

  .iconmark p {
    margin: 0 5px;
  }

  #privacy_mark {
    position: inherit;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
  }
  #privacy_mark img {
    width: 100%;
    height: auto;
  }

  #insta_mark {
    position:inherit;
    display: inline-block;
    width: 68px;
    height: 68px;
  }
  
  #insta_mark img {
    width: 100%;
    height: auto;
    margin-bottom: -15px;
  }
  
  #insta_mark a {
    transition:all .3s ease-out;
  }
  
  #insta_mark a:hover {
    opacity: 0.6;
  }
  

  /* copyright */

  #copyright {
    text-align: center;
    padding: 0;
  }

  #copyright small {
    color: #fff;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    font-style: normal;
  }


  /* LINE */

  .cta-line-sp {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: -10px;
    z-index: 9999;
  }

  .cta-line-sp img {
    width: 100%;
    height: auto;
  }

  /*---------------------------------------------

 Page Top  ■■■ SP ■■■

---------------------------------------------*/

  body .pagetop {
    z-index: 10;
    display: none;
    position: fixed;
    bottom: 10px !important;
    right: 2%;
    width: 52px;
    height: 52px;
    margin-right: 0;
  }
  /* Home Only */
  body.home .pagetop {
    bottom: 10px !important;
  }

  .pagetop a {
    display: block;
    width: 24px;
    height: 30px;
    padding: 13px 14px 9px 14px;
    background-color: #44b7ab;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .pagetop a:hover {
    background-color: #21665f;
  }

  /*---------------------------------------------

 BANNER MENU  ■■■ SP ■■■

---------------------------------------------*/

  #ban_menu {
    width: 100%;
    padding: 20px 0;
    background-color: #f0f9f8;
  }

  #ban_menu_wrap {
    position: relative;
    width: 80%;
    max-width: 320px;
    padding: 0 10%;
    margin: 0 auto;
  }

  #ban_menu ul li {
    width: 100%;
    height: auto;
  }

  #ban_menu ul li img {
    width: 100%;
    height: auto;
  }

  .owl-nav {
    z-index: -1000;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
  }

  .owl-prev {
    outline: none;
    position: absolute !important;
    top: 50% !important;
    left: -25px !important;
    display: block !important;
    width: 16px !important;
    height: 26px !important;
    text-indent: -9999px !important;
    margin-top: -13px !important;
    background: url(./images/index/btn_ban_menu_L.png) no-repeat center center !important;
  }

  .owl-prev:hover {
    background: url(./images/index/btn_ban_menu_L.png) no-repeat center center !important;
  }

  .owl-next {
    outline: none;
    position: absolute !important;
    top: 50% !important;
    right: -25px !important;
    display: block !important;
    width: 16px !important;
    height: 26px !important;
    text-indent: -9999px !important;
    margin-top: -13px !important;
    background: url(./images/index/btn_ban_menu_R.png) no-repeat center center !important;
  }

  .owl-next:hover {
    background: url(./images/index/btn_ban_menu_R.png) no-repeat center center !important;
  }

  /*---------------------------------------------
---------------------------------------------
------------------------------------------

 下層ページ共通  ■■■ SP ■■■

------------------------------------------
---------------------------------------------
---------------------------------------------*/

  /* Contents ■■■ SP ■■■
---------------------------------------------*/

  .contents {
    width: 100%;
    border-top: 3px solid #44b7ab;
  }

  .contents .inner {
    width: auto;
    padding-top: 45px;
    margin: 0;
  }

  /* Main 2カラム */
  .main {
    float: none;
    width: auto;
    padding-bottom: 50px;
  }

  /* Main 1カラム */
  .main.wide {
    width: auto;
  }

  /* H  ■■■ SP ■■■
---------------------------------------------*/

  .ttl_h1 h1 {
    width: auto;
    height: auto;
    color: #595757;
    font-size: 2.2rem;
    letter-spacing: 0.04em;
    padding: 40px 4% 38px 4%;
    margin: 0;
  }
  /* ページ毎アイコン */
  body .page_ttl h1 {
    width: auto;
    padding-left: 64px;
    -webkit-background-size: 34px auto;
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: 17px center;
  }

  body .page_ttl .service {
    background-image: url(./images/page/icon_page_service_h1.png);
  }
  body .page_ttl .member {
    background-image: url(./images/page/icon_page_member_h1.png);
  }
  body .page_ttl .bussiness {
    background-image: url(./images/page/icon_page_bussiness_h1.png);
  }
  body .page_ttl .support {
    background-image: url(./images/page/icon_page_support_h1.png);
  }
  body .page_ttl .apply {
    background-image: url(./images/page/icon_page_apply_h1.png);
  }

  .main h2 {
    position: relative;
    height: auto;
    color: #595757;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    padding: 18px 4% 16px 8%;
    margin-bottom: 30px;
    background-color: #f0f9f8;
  }

  .main h2::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 4%;
    width: 3px;
    height: 50%;
    background-color: #44b7ab;
  }

  .main h3 {
    color: #595757;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
    padding: 30px 6% 5px 6%;
    margin: 0 0 25px 0;
    border-bottom: 2px solid #44b7ab;
  }
  .main .box_inner h3 {
    padding: 0;
  }

  .main h4 {
    position: relative;
    color: #24665f;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 30px 20px 6px 20px;
    margin: 0 6% 23px 6%;
    border-bottom: 1px solid #ccc;
  }

  .main h4::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 1px;
    width: 10px;
    height: 4px;
    background-color: #24665f;
  }

  .main h5 {
    color: #000;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 0 6% 10px 6%;
  }

  /* p , img, ul  ■■■ SP ■■■
---------------------------------------------*/

  .main img {
    width: 100%;
    height: auto;
  }

  .main p,
  .main ul {
    color: #020000;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 0 6% 20px 6%;
  }

  .main .box_inner p {
    padding: 0;
  }

  /* h2下のテキスト */
  .main .page_h2_box p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  /* h2下のテキスト内 改行 */
  .main .page_h2_box p br {
    display: none;
  }

  /* 左寄せ画像 */
  .main p.fleft {
    float: none;
    padding-bottom: 25px;
  }

  /* 右寄せ画像 */
  .main p.fright {
    float: none;
    padding-bottom: 25px;
  }

  /* 注意書き枠01 */
  .main p.caution_01 {
    padding: 4%;
    margin: 0 4% 25px 4%;
    border: 1px dashed #aaa;
  }

  /* 注意書き枠02 */
  .main p.caution_02 {
    color: #d50404;
    padding: 4%;
    margin: 0 4% 25px 4%;
    background-color: #fdefef;
  }

  /* リスト */
  .main ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    text-indent: -25px;
  }

  .main ul li::before {
    content: "・";
    color: #44b7ab;
    font-size: 2.4rem;
    line-height: 1;
    vertical-align: middle;
  }

  /* ボタン */
  .main .btn_box {
    text-align: center;
    padding: 20px 0;
  }

  .main .btn_box p {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }

  .main .btn_box p a {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 240px;
    height: 55px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  .main .btn_box p a:hover {
    opacity: 0.5;
    text-decoration: none;
  }

  .main .btn_box p.yellow a,
  .main .btn_box p.yellow a:hover {
    color: #040505;
    background: #f7ce5f url(./images/page/icon_page_a_btn1.png) no-repeat right
      11px center;
  }

  .main .btn_box p.red a,
  .main .btn_box p.red a:hover {
    color: #fff;
    background: #e37171 url(./images/page/icon_page_a_btn2.png) no-repeat right
      11px center;
  }

  .main .btn_box p.no_arrow a,
  .main .btn_box p.no_arrow a:hover {
    background-image: none;
  }

  .main .btn_box p a span {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  
  /* リスト page_list_01 (page_b)  ■■■ SP ■■■
  ---------------------------------------------*/

  .main div.page_list_01 ul {
    color: #020000;
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5% 40px 5%;
  }

  .main div.page_list_01 ul li {
    width: auto;
    padding: 0;
    margin: 0 0 5% 0;
    text-indent: 0;
    border: 3px solid #44b7ab;
  }

  .main div.page_list_01 ul li:nth-child(3n) {
    margin-right: 0;
  }

  .main div.page_list_01 ul li::before {
    display: none;
  }

  .main div.page_list_01 ul li a {
    display: block;
    width: auto;
    text-decoration: none;
    padding: 5%;
    background-color: #fff;
  }

  .main div.page_list_01 ul li a:hover {
    text-decoration: none;
  }

  .main div.page_list_01 ul li a h3 {
    color: #44b7ab;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 12px 3px 0 3px;
    margin: 0;
    border-bottom: none;
  }

  .main div.page_list_01 ul li span {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 25vw;
  }

  .main div.page_list_01 ul li span img {
    width: 100%;
    height: auto;
  }

  .main div.page_list_01 ul li p {
    color: #020000;
    font-size: 1.3rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    margin-left: 0px;
    padding: 5px 3px 0 3px;
  }

  .main div.page_list_01 ul li a span img {
    opacity: 1;
  }
  .main div.page_list_01 ul li a:hover span img {
    opacity: 0.5;
  }

  /* リスト page_list_02 (page_b)  ■■■ SP ■■■
---------------------------------------------*/

  .main div.page_list_02 ul {
    color: #020000;
    font-size: 1.5rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0 8% 30px 8%;
  }

  .main div.page_list_02 ul li {
    text-indent: 0px;
    padding: 25px 20px 13px 18px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    background: url(./images/page/icon_page_sidemenu.png) no-repeat left 33px;
  }
  .main div.page_list_02 ul li::before {
    display: none;
  }

  .main div.page_list_02 ul li a {
    color: #020000;
    text-decoration: none;
  }

  .main div.page_list_02 ul li a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  /* リスト page_list_info (page_info)  ■■■ SP ■■■
---------------------------------------------*/

  .main div.page_list_info ul {
    color: #060303;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
    margin-left: 0;
    padding: 0 6% 30px 6%;
  }

  .main div.page_list_info ul li {
    position: relative;
    text-indent: 0;
    margin-bottom: 0;
    padding: 49px 3% 19px 3%;
    border-bottom: 1px solid #dfdfdf;
  }
  .main div.page_list_info ul li::before {
    display: none;
  }

  .main div.page_list_info ul li a {
    color: #060303;
    text-decoration: none;
  }
  .main div.page_list_info ul li a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  .main div.page_list_info ul li time {
    position: absolute;
    top: 20px;
    left: 3%;
  }

  .main div.page_list_info ul li span.btn {
    display: block;
    position: absolute;
    top: 21px;
    left: 3%;
    width: 110px;
    height: 20px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin-left: 100px;
  }
  .main div.page_list_info ul li span.btn a {
    opacity: 1;
    display: block;
    width: 110px;
    height: 14px;
    text-decoration: none;
    padding-top: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .main div.page_list_info ul li span.btn a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .main div.page_list_info ul li span.btn.info a,
  .main div.page_list_info ul li span.btn.info a:hover {
    color: #fff;
    background-color: #44b7ab;
  }
  .main div.page_list_info ul li span.btn.maintenance a,
  .main div.page_list_info ul li span.btn.maintenance a:hover {
    color: #000;
    background-color: #f7ce5f;
  }
  .main div.page_list_info ul li span.btn.bussiness a,
  .main div.page_list_info ul li span.btn.bussiness a:hover {
    color: #fff;
    background-color: #21665f;
  }

  /* Pagination (page_info)  ■■■ SP ■■■
---------------------------------------------*/

  .main div.pagination {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 10px 0 50px 0;
  }

  .main div.pagination a {
    display: inline-block;
    color: #060303;
    width: 40px;
    height: 30px;
    text-decoration: none;
    padding-top: 10px;
    margin-right: 7px;
    background-color: #f6f6f6;
  }

  .main div.pagination a:hover,
  .main div.pagination .current {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 30px;
    text-decoration: none;
    padding-top: 10px;
    margin-right: 7px;
    background-color: #44b7ab;
  }

  /* Table (page_c)  ■■■ SP ■■■
---------------------------------------------*/

  .table_service {
    overflow-x: scroll;
    width: 88%;
    margin: 0 6%;
  }

  .table_service table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  .table_service table th,
  .table_service table td {
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 0.02em;
    vertical-align: middle;
    padding: 8px 10px 6px 10px;
    border: 1px solid #ccc !important;
  }

  .table_service table th {
  }

  .table_service table thead th {
    text-align: center;
    background-color: #efefef;
  }

  .table_service table tbody th {
    width: 140px;
    padding: 12px 10px 10px 10px;
    font-weight: normal;
  }

  .table_service table tbody td:last-child {
    width: 135px;
    padding: 15px 0 12px 0;
  }

  .table_service table tbody td p.btn {
    width: 106px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .table_service table tbody td p.btn a {
    opacity: 1;
    display: block;
    width: auto;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .table_service table tbody td p.btn a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
  .table_service table tbody td p.btn.red a,
  .table_service table tbody td p.btn.red a:hover {
    background-color: #e37171;
  }
  .table_service table tbody td p.btn.green a,
  .table_service table tbody td p.btn.green a:hover {
    background-color: #77bd7a;
  }
  .table_service table tbody td p.btn.yellow a,
  .table_service table tbody td p.btn.yellow a:hover {
    background-color: #d9b266;
  }
  .table_service table tbody td p.btn.purple a,
  .table_service table tbody td p.btn.purple a:hover {
    background-color: #ac86d2;
  }
  .table_service table tbody td p.btn.black a,
  .table_service table tbody td p.btn.black a:hover {
    background-color: #828283;
  }

  .main p.table_caution {
    color: #000;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 15px 6% 28px 6%;
  }

  .table_service.title-left tbody th {
    background-color: #fcf8f0;
  }

  .table_service.title-left-base tbody th {
    font-weight: bold;
    background-color: #efefef;
  }

  /* Contact ■■■ SP ■■■
---------------------------------------------*/

  .contact_progress {
  }

  .contact_progress ul {
    position: relative;
    max-width: 100%;
    margin: 0;
  }

  .contact_progress ul li {
    position: relative;
    display: inline-block;
    width: 25.5%;
    color: #fff;
    margin-right: 5%;
    padding: 8px 5px;
    margin-bottom: 0;
    font-size: 12.5px;
    font-weight: bold;
    text-indent: 1em;
    text-align: center;
    line-height: 1.5em;
    background-color: #c4c5c6;
    border-radius: 4px;
  }

  .contact_progress ul li::after {
    content: url(./images/page/icon_progress.png);
    position: absolute;
    right: -18px;
    top: 2.2em;
  }

  .contact_progress ul li:last-child::after {
    content: none;
  }

  .mw_wp_form_input .contact_progress ul li.flow01,
  .mw_wp_form_confirm .contact_progress ul li.flow02,
  .mw_wp_form_complete .contact_progress ul li.flow03 {
    background-color: #f6c141;
  }

  .contact_progress ul li span {
    position: relative;
    display: block;
    top: 0.12em;
    margin-right: 0.6em;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .contact_progress ul li::before {
    content: none;
  }

  .contact_progress ul li:last-child {
    margin-right: 0;
  }

  /* Table Plan */
  .main .table_plan {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 20px 0 30px;
    padding: 0 6%;
  }

  .main .table_plan table {
    width: 100%;
    position: relative;
    text-align: center;
    border-spacing: 0;
    border-collapse: separate;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  .main .table_plan table th,
  .main .table_plan table td {
    position: static;
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0.02em;
    vertical-align: middle;
    padding: 8px 10px 6px 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .main .table_plan table thead th {
    text-align: center;
    background-color: #efefef;
  }

  .main .table_plan table tbody th {
    padding: 12px 10px 10px 10px;
    font-weight: normal;
  }

  .main .table_plan table tbody td:last-child {
    padding: 15px;
  }

  .form_choice {
    line-height: 2;
  }

  /* Table (contact)  ■■■ SP ■■■
---------------------------------------------*/

  .main table.table_form {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 3% 6%;
  }

  .main table.table_form th,
  .main table.table_form td {
    display: block;
    font-size: 1.4rem;
    color: #000;
    letter-spacing: 0.02em;
    vertical-align: middle;
  }

  .main table.table_form th {
    padding-top: 20px;
  }

  .main table.table_form tr:first-child th {
    padding-top: 0;
  }

  .main table.table_form td {
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .main #contact_form table th.must::after {
    content: "※";
    color: #e37171;
    padding-left: 2px;
  }

  .main #contact_form input[type="text"],
  .main #contact_form input[type="tel"],
  .main #contact_form input[type="email"],
  .main #contact_form input[type="submit"],
  .main #contact_form select,
  .main #contact_form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 350px;
    height: 38px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500; /* 游ゴシックがWindowsのGoogleChromeで細くなる用対策 */
    font-size: 1.6rem;
    color: #000;
    letter-spacing: 0.02em;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }

  .main #contact_form input[type="radio"] {
    vertical-align: -1px;
  }

  .main #contact_form td label {
    padding-right: 3px;
    padding-left: 15px;
  }

  .main #contact_form label + label {
    padding-right: 3px;
    padding-left: 15px;
  }

  .main #contact_form label:first-child {
    padding-left: 0px;
  }

  .main #contact_form input[type="text"].zipcode,
  .main #contact_form input[type="text"].tel {
    display: inline;
    width: auto;
  }

  .main #contact_form input.input_w10,
  .main #contact_form select.input_w10 {
    display: inline;
    width: 15%;
  }

  .main #contact_form textarea {
    max-width: none;
    height: 180px;
    padding: 15px;
  }

  .main #contact_form .submit_td {
    text-align: center;
    padding: 30px 0 0 0;
    border-bottom: none;
  }

  .main #contact_form input[type="submit"] {
    opacity: 1;
    cursor: pointer;
    width: 250px;
    height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #fff;
    text-align: center;
    padding: 1px 0 0 0;
    margin: 0 auto;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e37171 url(./images/page/icon_btn_submit.png) no-repeat right
      8px center;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .main #contact_form input[type="submit"].submit_back {
    margin-bottom: 10px;
    background-color: #999;
  }

  .main #contact_form table td input[type="submit"]:hover {
    opacity: 0.5;
  }

  .main #contact_form table p {
    padding: 0 0 10px;
  }

  .main table.table_formtable.table_option {
    padding: 20px 0 0;
  }

  .main table.table_form.table_option tbody th {
    display: table-cell;
    width: 80%;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
  }

  .main table.table_form.table_option tbody tr:first-child th {
    padding-top: 0;
  }

  .maintable.table_form.table_option tbody td {
    display: table-cell;
    width: 20%;
    padding: 6px 0;
    border: none;
    text-align: right;
    border-bottom: 1px solid #ccc;
  }

  .main table.table_form.table_option label {
  }

  /* フォーム内のテーブル */
  .main #contact_form .table_plan {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 20px 0 30px;
    padding: 0 6%;
  }

  .main #contact_form .table_plan table {
    padding: 0;
  }

  .main #contact_form .table_plan table th,
  .main #contact_form .table_plan table td {
    display: table-cell;
    padding: 8px 10px 6px 10px;
  }

  .main #contact_form .table_plan table td {
    border-bottom: none;
  }

  .main #contact_form .table_plan table tr:first-child th {
    padding-top: 8px;
  }

  .main #contact_form .form_domain input {
    display: inline;
    width: 50%;
  }

  .main #contact_form .table_domain {
    overflow-x: scroll;
  }

  .main #contact_form .table_domain table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
  }

  .main #contact_form .table_domain table th,
  .main #contact_form .table_domain table td {
    padding: 6px 10px;
    border: 1px solid #ccc;
  }

  .main #contact_form .table_domain table th {
    text-align: center;
    background-color: #efefef;
  }

  .main #contact_form .table_domain table td {
    width: 20%;
  }

  /* 230124 */
.main #contact_form .box_inline_privacy {
  height: 220px;
  margin-left: 4%;
  margin-right: 4%;
  padding: 22px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  overflow-y: scroll;
}

.main #contact_form .box_inline_privacy dt {
  padding-left: 0.6em;
  font-weight: bold;
  line-height: 1.2em;
  border-left: 4px solid #38998f;
}

.main #contact_form .box_inline_privacy dd {
  padding: 0.5em 0 1.8em 0;
}
/* 230124_end */

  /* Breadcrumb  ■■■ SP ■■■
---------------------------------------------*/

  .breadcrumb {
    width: auto;
    height: auto;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    background-color: #f4f4f4;
  }

  .breadcrumb .inner {
    width: auto;
    margin: 0;
    padding: 10px 4% 10px 4%;
  }

  /* お電話でのお問い合わせ  ■■■ SP ■■■
---------------------------------------------*/

  .page_tel_box {
    margin-top: 50px;
    padding: 8%;
    background-color: #fcf8f0;
  }

  .main .page_tel_box h2 {
    position: static;
    height: auto;
    color: #000;
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    padding: 0 0 15px 0;
    margin-bottom: 0;
    background-color: transparent;
  }
  .main .page_tel_box h2::before {
    display: none;
  }

  .page_tel_box_L {
    float: none;
    width: auto;
  }

  .page_tel_box_L dt {
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 50px;
    padding-bottom: 5px;
    background: url(./images/page/icon_page_tel.png) no-repeat left 5px;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
  }
  .page_tel_box_L dt a,
  .page_tel_box_L dt a:hover {
    color: #000;
    text-decoration: none;
  }

  .page_tel_box_L dd {
    color: #000;
    font-size: 1.4rem;
  }

  .page_tel_box_R {
    overflow: hidden;
    float: none;
    width: auto;
    padding-top: 10px;
  }

  .page_tel_box_R dt {
    float: none;
    clear: none;
    width: auto;
    color: #000;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    padding-top: 13px;
  }

  .page_tel_box_R dd {
    font-size: 2.8rem;
    line-height: 1;
    padding: 5px 0 0 0;
  }
  .page_tel_box_R dd a,
  .page_tel_box_R dd a:hover {
    color: #216d65;
    text-decoration: none;
  }

  /* Side Box  ■■■ SP ■■■
---------------------------------------------*/

  .side_box {
    float: none;
    width: auto;
    padding: 0 6% 30px 6%;
  }

  /* Side Menu 01 */

  .side_menu_01 {
    padding-bottom: 25px;
  }

  .side_menu_01 .side_ttl {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    padding: 19px 25px 15px 15px;
    border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0 / 7px 7px 0 0;
    background: #44b7ab url(./images/page/icon_page_sidemenu_ttl.png) no-repeat
      right 10px center;
    text-decoration: none;
  }

  .side_menu_01.h2_bg_not h2 {
    background-image: none;
  }

  .side_menu_01 ul li {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    padding: 14px 10px 10px 32px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: url(./images/page/icon_page_sidemenu.png) no-repeat 15px 20px;
  }

  .side_menu_01 ul li a {
    color: #020000;
    text-decoration: none;
  }
  .side_menu_01 ul li a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  /* Side Menu 02 */

  .side_menu_02 ul li {
    position: relative;
    height: 54px;
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }

  .side_menu_02 ul li a {
    display: block;
    height: 37px;
    color: #44b7ab;
    text-decoration: none;
    padding: 15px 0 0 53px;
    border: 1px solid #44b7ab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .side_menu_02 ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  .side_menu_02 ul li:first-child a {
    background: url(./images/page/icon_page_sidemenu_01.png) no-repeat 15px
      center;
  }
  .side_menu_02 ul li:nth-child(2) a {
    background: url(./images/page/icon_page_sidemenu_02.png) no-repeat 15px
      center;
  }
  .side_menu_02 ul li:nth-child(3) a {
    background: url(./images/page/icon_page_sidemenu_03.png) no-repeat 15px
      center;
  }
  .side_menu_02 ul li:nth-child(4) a {
    background: url(./images/page/icon_page_sidemenu_04.png) no-repeat 15px
      center;
  }

  .side_menu_02 ul li:first-child a:hover {
    background: #44b7ab url(./images/page/icon_page_sidemenu_01_o.png) no-repeat
      15px center;
  }
  .side_menu_02 ul li:nth-child(2) a:hover {
    background: #44b7ab url(./images/page/icon_page_sidemenu_02_o.png) no-repeat
      15px center;
  }
  .side_menu_02 ul li:nth-child(3) a:hover {
    background: #44b7ab url(./images/page/icon_page_sidemenu_03_o.png) no-repeat
      15px center;
  }
  .side_menu_02 ul li:nth-child(4) a:hover {
    background: #44b7ab url(./images/page/icon_page_sidemenu_04_o.png) no-repeat
      15px center;
  }

  /* Side Menu Select (Archive) */

  .side_menu_select {
    padding: 13px 19px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .side_menu_select select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 41px;
    color: #020000;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 0 0 0 8px;
    border: 1px solid #ccc;
  }

  /*---------------------------------------------
---------------------------------------------
------------------------------------------

frontpage  ■■■ SP ■■■

------------------------------------------
---------------------------------------------
---------------------------------------------*/

  /* MainVisual @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #main_visual {
    width: 100%;
    height: auto;
    padding-top: 15px;
    border-top: none;
    background-color: #f4f4f4;
  }

  /* Information @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #index_info {
    width: auto;
    margin: 0;
    padding: 20px 4% 3px 4%;
    border-bottom: 1px solid #b7b6b6;
  }

  #index_info h2 {
    float: none;
    width: auto;
    color: #44b7ab;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
  }

  #index_info ul {
    float: none;
    width: 100%;
    color: #060303;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    padding-top: 1px;
  }

  #index_info ul li {
    overflow: hidden;
    width: 100%;
    height: 1.8em;
  }

  #index_info time {
    display: inline-block;
    width: 100px;
  }

  #index_info a {
    color: #060303;
    text-decoration: none;
  }
  #index_info a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  /* BOX MENU @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #box_menu {
    display: block;
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
    padding: 40px 4%;
  }

  #box_menu section {
    position: relative;
    float: none;
    width: auto;
    padding: 50px 4% 55px 4%;
  }

  #box_menu_L {
    margin-bottom: 35px;
    border: 2px solid #44b7ab;
  }

  #box_menu_R {
    margin-left: 0px;
    border: 2px solid #21665f;
  }

  #box_menu section h2 {
    position: absolute;
    top: -10px;
    left: -2px;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.6em;
    letter-spacing: 0.04em;
    text-align: center;
    padding-top: 14px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  }
  #box_menu_L h2 {
    border: 2px solid #44b7ab;
    background-color: #44b7ab;
  }
  #box_menu_R h2 {
    border: 2px solid #21665f;
    background-color: #21665f;
  }

  #box_menu_L h2::before {
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
    width: 22px;
    height: 22px;
    padding-right: 7px;
    background: url(./images/index/ttl_box_menu_L.png) no-repeat left center;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
  }

  #box_menu_R h2::before {
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
    width: 22px;
    height: 22px;
    padding-right: 7px;
    background: url(./images/index/ttl_box_menu_R.png) no-repeat left center;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
  }

  #box_menu section ul {
    display: block;
    flex-wrap: nowrap;
    padding-bottom: 25px;
  }

  #box_menu section ul li {
    float: none;
    width: auto;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    margin-right: 0px;
    padding: 19px 10px 9px 22px;
  }

  #box_menu section ul li:nth-child(2n) {
    margin-right: 0px;
  }

  #box_menu section#box_menu_L ul li {
    border-bottom: 1px solid #44b7ab;
    background: url(./images/index/icon_box_menu_L.png) no-repeat 5px 26px;
  }

  #box_menu section#box_menu_R ul li {
    border-bottom: 1px solid #21665f;
    background: url(./images/index/icon_box_menu_R.png) no-repeat 5px 26px;
  }

  #box_menu section ul li a {
    color: #020000;
    text-decoration: none;
  }

  #box_menu section#box_menu_L ul li a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  #box_menu section#box_menu_R ul li a:hover {
    color: #21665f;
    text-decoration: underline;
  }

  .box_menu_more {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 100px;
    height: 34px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-align: center;
    margin-left: -50px;
  }

  .box_menu_more a {
    opacity: 1;
    display: block;
    width: 100px;
    height: 28px;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #box_menu section#box_menu_L .box_menu_more a {
    background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
      13px top 13px;
  }
  #box_menu section#box_menu_R .box_menu_more a {
    background: #21665f url(./images/index/btn_box_menu.png) no-repeat right
      13px top 13px;
  }

  .box_menu_more a:hover {
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
  }
  #box_menu section#box_menu_L .box_menu_more a:hover {
    background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
      13px top 13px;
  }
  #box_menu section#box_menu_R .box_menu_more a:hover {
    background: #21665f url(./images/index/btn_box_menu.png) no-repeat right
      13px top 13px;
  }

/* WARNING @frontpage  ■■■ SP ■■■
---------------------------------------------*/

.bnr_warning {
  width: 92%;
  margin: 35px auto 0 auto;
  text-align: center;
}

.bnr_warning img {
  max-width: 100%;
}

.bnr_warning a {
  transition: all 0.3s ease;
}

.bnr_warning a:hover {
  opacity: 0.6;
}


  /* INFORMATION｜CUSTOMER SUPPORT @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #info_customer_box {
    width: auto;
    padding: 50px 0 40px 0;
    margin: 0 auto;
  }

  #info_customer_box h2 {
    color: #060303;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: normal;
    letter-spacing: 0.04em;
    padding-left: 4%;
  }

  #info_customer_box h2 span {
    color: #44b7ab;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.06em;
  }

  /* INFORMATION @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #info_box {
    position: relative;
    float: none;
    width: auto;
  }

  #info_box_tab {
    height: 48px;
    margin-top: 15px;
    border-bottom: 1px solid #44b7ab;
  }

  #info_box_tab li {
    cursor: pointer;
    float: left;
    width: 32%;
    height: 32px;
    color: #44b7ab;
    font-size: 1.2rem;
    line-height: 1.6em;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 16px;
    margin: 0 1% 0 0;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    background-color: #f3f3f3;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  #info_box_tab li:nth-child(2) {
    width: 34%;
  }

  #info_box_tab li:last-child {
    margin: 0;
  }

  #info_box_tab li::before {
    display: none;
  }

  #info_box_tab li:hover {
    color: #fff;
    background-color: #44b7ab;
  }

  #info_box_tab li:hover::before {
    display: none;
  }

  #info_box_tab li.select {
    cursor: auto;
    color: #fff;
    background-color: #44b7ab;
  }

  #info_box_tab li.select::before,
  #info_box_tab li.select:hover::before {
    display: none;
  }

  #info_box_content_wrap {
    margin-top: 20px;
  }

  #info_box_content li {
    width: auto;
  }

  #info_box_content li.hide {
    display: none;
  }

  #info_box_content dl {
    color: #060303;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }

  #info_box_content dl dt {
    float: left;
    clear: both;
    width: 85px;
    padding: 16px 0 13px 4%;
  }

  #info_box_content dl dd {
    padding: 16px 4% 13px 85px;
  }

  #info_box_content dl dd:nth-of-type(odd) {
    background-color: #f8f8f8;
  }

  #info_box_content a {
    color: #060303;
    text-decoration: none;
  }
  #info_box_content a:hover {
    color: #44b7ab;
    text-decoration: underline;
  }

  #info_box_more {
    position: absolute;
    top: 2px;
    right: 4%;
    width: 100px;
    height: 34px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-align: center;
  }

  #info_box_more a {
    opacity: 1;
    display: block;
    width: 100px;
    height: 28px;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    background: #44b7ab url(./images/index/btn_box_menu.png) no-repeat right
      13px top 13px;
  }

  #info_box_more a:hover {
    opacity: 0.5;
    color: #fff;
    text-decoration: none;
  }

  /* CUSTOMER SUPPORT @frontpage  ■■■ SP ■■■
---------------------------------------------*/

  #custom_box {
    float: none;
    width: auto;
    padding-top: 50px;
  }

  #custom_box ul {
    padding: 0 4%;
    margin-top: 20px;
  }

  #custom_box ul li {
    position: relative;
    width: auto;
    height: 76px;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }

  #custom_box ul li a {
    display: block;
    width: auto;
    height: 49px;
    color: #44b7ab;
    text-decoration: none;
    padding: 25px 0 0 78px;
    border: 1px solid #44b7ab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  #custom_box ul li a:hover {
    color: #fff;
    text-decoration: none;
  }

  #custom_box ul li:first-child a {
    background: url(./images/index/icon_customer_menu_01.png) no-repeat 22px
      center;
  }
  #custom_box ul li:nth-child(2) a {
    background: url(./images/index/icon_customer_menu_02.png) no-repeat 22px
      center;
  }
  #custom_box ul li:nth-child(3) a {
    background: url(./images/index/icon_customer_menu_03.png) no-repeat 22px
      center;
  }
  #custom_box ul li:nth-child(4) a {
    background: url(./images/index/icon_customer_menu_04.png) no-repeat 22px
      center;
  }

  #custom_box ul li:first-child a:hover {
    background: #44b7ab url(./images/index/icon_customer_menu_01_o.png)
      no-repeat 22px center;
  }
  #custom_box ul li:nth-child(2) a:hover {
    background: #44b7ab url(./images/index/icon_customer_menu_02_o.png)
      no-repeat 22px center;
  }
  #custom_box ul li:nth-child(3) a:hover {
    background: #44b7ab url(./images/index/icon_customer_menu_03_o.png)
      no-repeat 22px center;
  }
  #custom_box ul li:nth-child(4) a:hover {
    background: #44b7ab url(./images/index/icon_customer_menu_04_o.png)
      no-repeat 22px center;
  }

  #custom_box ul li a::after {
    content: url(./images/index/icon_customer_menu_next.png);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
  }

  #custom_box ul li a:hover::after {
    content: url(./images/index/icon_customer_menu_next_o.png);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
  }

.contents .main.boxNews table {
      width: 92% !important;
      margin-top: -10px;
      margin-bottom: 20px;
      margin-left: 20px;
      border-collapse: collapse;
    }
    
    .contents .main.boxNews table th {
      font-weight: bold;
      background-color: #f2f2f2;
    }
    
    .contents .main.boxNews table th,
    .contents .main.boxNews table td {
      padding: 12px 18px;
      vertical-align: middle;
      border: 1px solid #ccc;
    }
    
    .contents .main.boxNews table td p {
      margin-left: 0;
      padding: 0 0 20px 0;
    }
    
    .contents .main.boxNews table td p:last-child {
      padding-bottom: 10px;
    }
    


}
/*   SP CSS END

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/

/*---------------------------------------------
 BOX
---------------------------------------------*/

.box_inner {
  margin-bottom: 20px;
  padding: 0 17px;
}

.box_border {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}

.box_scroll {
  height: 300px;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .box_border {
    margin: 0 6% 20px;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .main .box_border table.table_form {
    padding-left: 0;
    padding-right: 0;
  }

  .box_scroll {
    margin: 0 6% 20px;
    height: 300px;
    padding: 15px;
  }
}

/*---------------------------------------------
 TEXT SETUP
---------------------------------------------*/

.font_bold {
  font-weight: bold !important;
}
.font_normal {
  font-weight: normal !important;
}

/* Helvetica */
.font_en {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.font_en_bold {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.clear {
  clear: both;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}

.txt_red {
  color: #e37171 !important;
}
.txt_gray {
  color: #888 !important;
}

.txt_s {
  font-size: 1.3rem !important;
}
.txt_m {
  font-size: 1.65rem !important;
}
.txt_l {
  font-size: 2rem !important;
}

.indent_1 {
  padding-left: 1.2em !important;
}

/*---------------------------------------------
 PADDING & MARGIN SETUP
---------------------------------------------*/

/* MARGIN */

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr39 {
  margin-right: 39px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}

/* PADDING */

.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pt150 {
  padding-top: 150px !important;
}
.pt200 {
  padding-top: 200px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb150 {
  padding-bottom: 150px !important;
}
.pb200 {
  padding-bottom: 200px !important;
}

.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}

/*---------------------------------------------
 FLOAT
---------------------------------------------*/

.fleft {
  float: left;
}
.fright {
  float: right;
}

/* CLEARFIX
---------------------------------------------*/

/* table_service mail icon
---------------------------------------------*/

.table_service table a + img,
.table_service table a img {
  vertical-align: middle;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
}

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