@charset "utf-8";

/*---------------------------------------------
--------------------------------------------
 common
--------------------------------------------
---------------------------------------------*/

/* Reset
---------------------------------------------*/

*{
  -webkit-print-color-adjust: exact;
}

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;
}


/*---------------------------------------------

display:none

---------------------------------------------*/

header,
#sp_btn_gnav,
#sp_header_nav,
.breadcrumb,
.ttl_h1,
.side_box,
.pagetop,
footer {
  display: none !important;
}


/*---------------------------------------------
---------------------------------------------
-------------------------------------------
-----------------------------------------
---------------------------------------
-------------------------------------
-----------------------------------
---------------------------------
-------------------------------

 PC CSS START  */

/* 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;
}

/* copyright */

#copyright {
  padding: 10px 0 0 6px;
}

#copyright small {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  font-style: normal;
}

/*---------------------------------------------

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: none;
  width: 100%;
  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,
.contents .main.boxNews table td {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #333;
}

/* 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 tbody th {
  width: 35%;
  padding: 12px 10px 10px 10px;
  font-weight: normal;
}

.table_service table tbody td:last-child {
  padding: 15px;
}

.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: 256px;
}
.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;
  height: 39px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 19px 0 0 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 top 24px;
  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;
}

/* 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

-------------------------------
---------------------------------
-----------------------------------
-------------------------------------
---------------------------------------
-----------------------------------------
-------------------------------------------
---------------------------------------------
---------------------------------------------*/


/*---------------------------------------------
 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
---------------------------------------------*/

.cl:after {
  content: " ";
  display: block;
  clear: both;
}
