@charset "UTF-8";
/* ===================================================================
  common.css
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*----------------------------------------------------
  共通
----------------------------------------------------*/
html,
html.middle {
  font-size: 10px;
}

html.big {
  font-size: 11.5px;
}

html.small {
  font-size: 8.5px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline;
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
*/
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
  color: #3e3939;
}

ul,
ol,
li {
  list-style: none;
}

a,
span,
figcaption,
td {
  color: #3e3939;
}

/*---------------------------------------------------------------------------*/
/* CMS用 */
.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  common_pc.css
=================================================================== */
  .contents {
    min-width: 1000px;
    margin: 0 auto;
  }
  .roboto {
    font-family: 'Roboto Condensed', sans-serif;
  }
  section h2 {
    background-color: #effcf7;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 2.6rem;
    height: 50px;
    padding-left: 28px;
    position: relative;
    line-height: 50px;
    width: 100%;
  }
  section h2:before {
    background-color: #09ba79;
    content: "";
    height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
  }
  section h2:after {
    background-color: #e1efea;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .btn_area {
    margin-top: 28px;
    text-align: center;
  }
  .btn_area a {
    background: url("/common/images/arrow_wh.png") no-repeat 380px center #09ba79;
    -moz-background-size: 8px auto;
         background-size: 8px auto;
    border: 2px solid #FFF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    height: 50px;
    padding-top: 12px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 410px;
  }
  .btn_area a:hover {
    background-color: #FFF;
    border-color: #09ba79;
    color: #09ba79;
  }
  .btn_area a.reset {
    background: url("/common/images/arrow_gr_lt.png") no-repeat 22px center #d4f7ea;
    -moz-background-size: 8px auto;
         background-size: 8px auto;
    color: #09ba79;
  }
  .btn_area a.reset:hover {
    background-color: #09ba79;
    border-color: #d4f7ea;
    color: #FFF;
  }
  .btn_area a + a {
    margin-left: 50px;
  }
  .sp {
    display: none;
  }
  .time {
    margin-right: 40px;
  }
  .time p,
  .time ul {
    display: inline-block;
    vertical-align: middle;
  }
  .time p {
    background-color: #e9faf4;
    padding: 1.5em 3px;
  }
  .time ul {
    margin-left: 6px;
  }
  .time p,
  .time li {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .time p span,
  .time li span {
    color: #ff5e0f;
  }
  header {
    padding-bottom: 98px;
    position: relative;
    width: 100%;
  }
  header .logo {
    height: 80px;
    position: absolute;
    top: 18px;
    left: 0;
    margin: 0 auto;
    right: 700px;
    width: 280px;
  }
  header .logo a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .logo a:hover {
    opacity: 0.8;
  }
  header .logo a img {
    height: 72px;
  }
  header .head {
    margin: 0 auto;
    width: 1000px;
  }
  header .head .h_right_top {
    float: right;
  }
  header .head .h_right_top .search,
  header .head .h_right_top .font_size {
    display: inline-block;
    vertical-align: top;
  }
  header .head .h_right_top .search {
    width: 284px;
    height: 38px;
  }
  header .head .h_right_top script + div {
    width: 284px;
  }
  header .head .h_right_top script + div #gsc-iw-id1 tbody tr {
    background-color: #f0f0f0 !important;
  }
  header .head .h_right_top script + div input.gsc-search-button,
  header .head .h_right_top script + div input.gsc-search-button:hover,
  header .head .h_right_top script + div input.gsc-search-button:focus {
    border-color: #09BA79;
  }
  header .head .h_right_top script + div .gsib_a {
    background: none;
    background-color: #f0f0f0;
    padding: 1px 6px 0;
  }
  header .head .h_right_top script + div .gsib_a input {
    background-color: #f0f0f0 !important;
  }
  header .head .h_right_top .font_size {
    font-size: 0;
    margin-left: 22px;
  }
  header .head .h_right_top .font_size span,
  header .head .h_right_top .font_size a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #09ba79;
    color: #FFF;
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
  }
  header .head .h_right_top .font_size span {
    height: 42px;
    width: 100px;
  }
  header .head .h_right_top .font_size a {
    height: 42px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 44px;
  }
  header .head .h_right_top .font_size a.now {
    background-color: #fef340;
    color: #09ba79;
  }
  header .head .h_right_top .font_size a.small {
    font-size: 12px;
    padding-top: 11px;
  }
  header .head .h_right_top .font_size a.middle {
    font-size: 14px;
    padding-top: 10px;
  }
  header .head .h_right_top .font_size a.big {
    font-size: 16px;
    padding-top: 9px;
  }
  header .head .h_right_top .font_size a:hover {
    background-color: #fef340;
    color: #09ba79;
  }
  header .head .h_right_bottom {
    float: right;
    letter-spacing: -.4em;
  }
  header .head .h_right_bottom .time,
  header .head .h_right_bottom .h_tel {
    color: #09ba79;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
  }
  header .head .h_right_bottom .time p,
  header .head .h_right_bottom .h_tel p {
    color: #09ba79;
  }
  header .head .h_right_bottom .time ul li,
  header .head .h_right_bottom .h_tel ul li {
    color: #09ba79;
  }
  header .head .h_right_bottom .h_tel {
    background: url("/common/images/icon_tel.png") no-repeat left center;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
    font-size: 3.7rem;
    padding-left: 24px;
  }
  header .head .h_right_bottom .h_tel a {
    color: #09ba79;
    text-decoration: none;
  }
  header .head .h_right_bottom .time p {
    font-size: 1.3rem;
  }
  header nav {
    margin: 12px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 880px;
    z-index: 1;
  }
  header nav > ul {
    letter-spacing: -.4em;
  }
  header nav > ul > li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
    width: -webkit-calc(992px/8);
    width: -moz-calc(992px/8);
    width: calc(992px/8);
  }
  header nav > ul > li > a,
  header nav > ul > li > a:link {
    display: block;
    text-decoration: none;
    text-align: center;
  }
  header nav > ul > li > a img,
  header nav > ul > li > a:link img {
    width: 42px;
  }
  header nav > ul > li > a p,
  header nav > ul > li > a:link p {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 9px;
    text-align: center;
  }
  header nav > ul > li > a {
    border-bottom: 3px solid #FFF;
    padding: 12px 0 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  header nav > ul > li > a + .sub_menu {
    display: none;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
  }
  header nav > ul > li > a + .sub_menu li {
    border: 1px solid #09ba79;
  }
  header nav > ul > li > a:hover {
    border-color: #09ba79;
  }
  header nav > ul > li > a:hover p {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #09ba79;
  }
  header nav > ul > li:not(:last-child):after {
    background-color: #09ba79;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    top: 38px;
    width: 1px;
    right: 0;
  }
  header nav > ul > li:hover .sub_menu {
    display: block;
    font-size: 1.5rem;
    position: absolute;
    z-index: 1;
  }
  header nav > ul > li:hover .sub_menu li {
    border-top: solid 1px #3dc995;
    width: 264px;
  }
  header nav > ul > li:hover .sub_menu li a {
    background: url("/common/images/arrow_wh.png") no-repeat 20px center #09ba79;
    -moz-background-size: 6px auto;
         background-size: 6px auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #FFF;
    display: block;
    height: 40px;
    padding: 10px 0 10px 36px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  header nav > ul > li:hover .sub_menu li a:hover {
    color: #09ba79;
    background-color: #FFF;
  }
  .contact_btn {
    background: url("/common/images/btn_contact_pc.png") no-repeat;
    height: 202px;
    position: fixed;
    right: 0;
    bottom: 126px;
    text-align: center;
    width: 48px;
  }
  .contact_btn a {
    color: #FFF;
    display: block;
    font-size: 1.6rem;
    padding: 66px 0 0 12px;
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .contact_btn a:before {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -moz-border-radius: 5px;
         border-radius: 5px;
    content: "";
    font-size: 1.6rem;
    color: #FFF;
    display: block;
    height: 202px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    width: 48px;
  }
  .contact_btn a:hover:before {
    opacity: 1;
  }
  footer {
    background-color: #09ba79;
    min-width: 1000px;
    width: 100%;
  }
  footer .pagetop {
    background-color: #daf5eb;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    height: 50px;
    padding-top: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
  }
  footer .pagetop:hover {
    background-color: #f0ff00;
  }
  footer .pagetop span {
    background: url("/common/images/arrow_gr.png") no-repeat right center;
    -moz-background-size: 16px auto;
         background-size: 16px auto;
    color: #09ba79;
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  footer .foot {
    padding-top: 24px;
    margin: 0 auto;
    width: 1000px;
  }
  footer .foot .left {
    float: left;
  }
  footer .foot .left .f_logo a img {
    width: 278px;
  }
  footer .foot .left .b_left {
    margin-top: 18px;
    padding-bottom: 14px;
    letter-spacing: -.4em;
  }
  footer .foot .left .b_left > div {
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: normal;
    vertical-align: top;
  }
  footer .foot .left .b_left > div > p {
    color: #09ba79;
  }
  footer .foot .left .b_left > div > p.f_add {
    color: #FFF;
    letter-spacing: 0.5px;
  }
  footer .foot .left .b_left > div .f_tel {
    font-size: 0;
  }
  footer .foot .left .b_left > div .f_tel li,
  footer .foot .left .b_left > div .f_tel span,
  footer .foot .left .b_left > div .f_tel a {
    color: #f0ff00;
    font-size: 2.2rem;
    line-height: 1.3;
    text-decoration: none;
  }
  footer .foot .left .b_left > div .f_tel span {
    font-size: 1.6rem;
    margin-right: 6px;
  }
  footer .foot .left .b_left > div .f_tel li {
    display: inline-block;
  }
  footer .foot .left .b_left > div .f_tel li + li {
    margin-left: 16px;
  }
  footer .foot .left .b_left .time {
    margin-left: 14px;
    margin-right: 0;
  }
  footer .foot .left .b_left .time p {
    color: #09ba79;
    font-size: 1.2rem;
  }
  footer .foot .left .b_left .time ul li {
    color: #FFF;
    line-height: 1.3;
  }
  footer .foot .left .b_left .time ul li span {
    color: #f0ff00;
  }
  footer .foot .right {
    float: right;
  }
  footer .foot .right > ul {
    letter-spacing: -.4em;
    margin-top: 12px;
  }
  footer .foot .right > ul li {
    display: inline-block;
    letter-spacing: normal;
  }
  footer .foot .right > ul li a {
    background: url("/common/images/arrow_yg.png") no-repeat right center;
    -moz-background-size: 8px;
         background-size: 8px;
    color: #FFF;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    padding-right: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  footer .foot .right > ul li a:hover {
    text-decoration: underline;
  }
  footer .foot .right > ul li + li {
    margin-left: 18px;
  }
  footer .foot .right .copyright {
    color: #FFF;
    float: right;
    font-size: 1.2rem;
    margin-top: 94px;
  }
  html.big footer .foot .left .b_left ul li + li {
    margin-left: 2px;
  }
  html.big footer .foot .left .b_left .time {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  common_sp.css
=================================================================== */
  html.noscroll,
  body.noscroll {
    overflow: hidden;
    height: 100%;
  }
  .contents {
    padding-top: 72px;
    min-width: 320px;
  }
  .roboto {
    font-family: 'Roboto Condensed','Roboto', sans-serif;
  }
  section h2 {
    background-color: #effcf7;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 1.5rem;
    height: 30px;
    padding-left: 12px;
    position: relative;
    line-height: 30px;
    width: 100%;
  }
  section h2:before {
    background-color: #09ba79;
    content: "";
    height: 29px;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
  }
  section h2:after {
    background-color: #e1efea;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .btn_area {
    margin-top: 14px;
    text-align: center;
  }
  .btn_area a {
    background: url("/common/images/arrow_wh.png") no-repeat 80% center #09ba79;
    -moz-background-size: 6px auto;
         background-size: 6px auto;
    border: 2px solid #FFF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #FFF;
    display: inline-block;
    height: 42px;
    padding-top: 8px;
    text-decoration: none;
    width: 250px;
  }
  .btn_area a.reset {
    background: url("/common/images/arrow_gr_lt.png") no-repeat 20% center #d4f7ea;
    -moz-background-size: 6px auto;
         background-size: 6px auto;
    color: #09ba79;
  }
  .btn_area a + a {
    margin-top: 10px;
  }
  .pc {
    display: none;
  }
  .time {
    text-align: left;
  }
  .time p,
  .time ul {
    display: inline-block;
    vertical-align: middle;
  }
  .time p {
    color: #09ba79;
    background-color: #e9faf4;
    padding: 1.5em 3px;
  }
  .time ul {
    margin-left: 6px;
  }
  .time p,
  .time li {
    color: #09ba79;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
  }
  .time p span,
  .time li span {
    color: #ff5e0f;
  }
  header {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #d2d2d2;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  header nav,
  header .head {
    display: none;
  }
  header.active {
    padding-bottom: 30px;
    z-index: 1;
  }
  header.active nav,
  header.active .head {
    display: block;
  }
  header .logo {
    float: left;
    padding: 14px 0;
    margin-left: 5%;
    width: 166px;
  }
  header .logo img {
    width: 100%;
  }
  header .trigger {
    background-color: #09ba79;
    float: right;
    margin: 10px 5% 0 0;
    height: 45px;
    text-align: right;
    width: 45px;
  }
  header .trigger a.menu-trigger {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: 3px 0 0 9px;
    position: absolute;
    z-index: 1000;
  }
  header .trigger a.menu-trigger span {
    background-color: #FFF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    height: 2px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 28px;
  }
  header .trigger a.menu-trigger span:nth-of-type(1) {
    margin-top: 8px;
  }
  header .trigger a.menu-trigger span:nth-of-type(2) {
    margin-top: 8px;
  }
  header .trigger a.menu-trigger span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .trigger a.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
       -moz-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  header .trigger a.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .trigger a.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
       -moz-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  header nav ul {
    font-size: 0;
  }
  header nav ul li {
    border-top: 1px solid #d8d8d8;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: inline-block;
    min-height: 51px;
    vertical-align: top;
    width: 49.5%;
  }
  header nav ul li .sub_menu {
    display: none;
  }
  header nav ul li a {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    font-size: 0;
    height: 51px;
    padding: 9px 5%;
  }
  header nav ul li a img,
  header nav ul li a p {
    display: inline-block;
    vertical-align: middle;
  }
  header nav ul li a img {
    width: 30px;
  }
  header nav ul li a p {
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 2%;
    width: 75%;
  }
  header nav ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #d8d8d8;
  }
  header nav ul li:nth-child(2n-1) {
    border-right: 1px solid #d8d8d8;
  }
  header .head table {
    border-bottom: 1px solid #d8d8d8;
    padding: 6px 5%;
  }
  header .head table input.gsc-input {
    font-size: 14px;
  }
  header .head .contact_btn {
    background: url("/common/images/btn_contact_sp.png") no-repeat;
    -moz-background-size: 100% 42px;
         background-size: 100% 42px;
    height: 42px;
    margin: 18px auto;
    right: 0;
    text-align: center;
    width: 202px;
  }
  header .head .contact_btn a {
    color: #FFF;
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 9px 0 0 36px;
  }
  header .head .h_right_top script + div #gsc-iw-id1 {
    background-color: #f0f0f0 !important;
  }
  header .head .h_right_top script + div #gsc-iw-id1 tbody tr {
    background-color: #f0f0f0 !important;
  }
  header .head .h_right_top script + div input.gsc-search-button,
  header .head .h_right_top script + div input.gsc-search-button:hover,
  header .head .h_right_top script + div input.gsc-search-button:focus {
    border-color: #09BA79;
  }
  header .head .h_right_top script + div .gsib_a {
    background: none;
    background-color: #f0f0f0;
    padding: 3px 6px 0;
  }
  header .head .h_right_top script + div .gsib_a input {
    background-color: #f0f0f0 !important;
  }
  header .head .h_right_bottom {
    text-align: center;
    float: right;
    font-size: 0;
    margin-top: 6px;
    width: 100%;
  }
  header .head .h_right_bottom .time,
  header .head .h_right_bottom .h_tel {
    color: #09ba79;
    margin: 0 auto;
    text-align: center;
  }
  header .head .h_right_bottom .time {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 6px;
    width: 280px;
  }
  header .head .h_right_bottom .h_tel {
    background: url("/common/images/icon_tel.png") no-repeat left center;
    -moz-background-size: 20px auto;
         background-size: 20px auto;
    font-size: 3rem;
    padding-left: 24px;
    width: 202px;
  }
  header .head .h_right_bottom .h_tel p {
    width: 100%;
  }
  header .head .h_right_bottom .h_tel p a {
    color: #09ba79;
    text-decoration: none;
  }
  footer {
    background-color: #09ba79;
  }
  footer .pagetop {
    background-color: #daf5eb;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    height: 36px;
    padding-top: 12px;
    text-decoration: none;
    width: 100%;
  }
  footer .pagetop span {
    background: url("/common/images/arrow_gr.png") no-repeat right center;
    -moz-background-size: 11px auto;
         background-size: 11px auto;
    color: #09ba79;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    width: 124px;
  }
  footer .foot {
    padding-top: 14px;
    text-align: center;
  }
  footer .foot .left {
    margin: 0 auto;
    width: 284px;
  }
  footer .foot .left .f_logo a img {
    width: 68%;
  }
  footer .foot .left .b_left {
    margin-top: 18px;
    padding-bottom: 18px;
  }
  footer .foot .left .b_left > div {
    font-size: 1.4rem;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
  }
  footer .foot .left .b_left > div > p {
    color: #09ba79;
  }
  footer .foot .left .b_left > div > p.f_add {
    color: #FFF;
    letter-spacing: 0.5px;
    text-align: left;
  }
  footer .foot .left .b_left > div .f_tel {
    font-size: 0;
  }
  footer .foot .left .b_left > div .f_tel li,
  footer .foot .left .b_left > div .f_tel span,
  footer .foot .left .b_left > div .f_tel a {
    color: #f0ff00;
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .foot .left .b_left > div .f_tel span {
    font-size: 1.5rem;
    margin-right: 6px;
  }
  footer .foot .left .b_left > div .f_tel li {
    display: inline-block;
    vertical-align: middle;
  }
  footer .foot .left .b_left > div .f_tel li + li {
    margin-left: 10px;
  }
  footer .foot .left .b_left .time {
    text-align: left;
  }
  footer .foot .left .b_left .time p {
    color: #09ba79;
    font-size: 1.1rem;
  }
  footer .foot .left .b_left .time ul li {
    color: #FFF;
    display: list-item;
    font-size: 1.3rem;
  }
  footer .foot .left .b_left .time ul li span {
    color: #f0ff00;
  }
  footer .foot .right > ul {
    border-bottom: 1px solid #89ceb5;
    border-top: 1px solid #89ceb5;
    font-size: 0;
  }
  footer .foot .right > ul li {
    display: inline-block;
  }
  footer .foot .right > ul li a {
    background: url("/common/images/arrow_yg.png") no-repeat right center;
    -moz-background-size: 8px auto;
         background-size: 8px auto;
    color: #FFF;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 12px 10px 0;
    text-decoration: none;
  }
  footer .foot .right > ul li + li {
    margin-left: 18px;
  }
  footer .foot .right .copyright {
    color: #FFF;
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
