@charset "UTF-8";
@-webkit-keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes movie_icon_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

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

body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

html {
  overflow-y: scroll;
}

body {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ============================================================ */
/* common設定 */
/* ============================================================ */
a {
  color: #719643;
}

a:hover {
  text-decoration: underline;
  opacity: 0.8;
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.serif {
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.small {
  font-size: 1.3rem;
  line-height: 1.5;
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

.outer_wrap {
  max-width: 1000px;
  margin: auto;
}

.center {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  /*header*/
  header {
    position: relative;
    height: 250px;
    background: #fff url(/common/img/bg_header.jpg) top center no-repeat;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #CCC;
  }
  header .headline {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  header .headline .logo {
    width: 200px;
    padding: 40px 0px 10px;
    margin: auto auto 0px;
    text-align: center;
  }
  header .headline h1 {
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 600px) and (max-width: 840px) {
  header .headline h1 {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 600px) and (max-width: 765px) {
  header .headline h1 {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  header .headline .operation_area {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 999;
  }
  header .headline .operation_area .btn_global {
    position: relative;
    float: right;
  }
  header .headline .operation_area .btn_global .btn_title {
    width: 150px;
    line-height: 25px;
    text-align: center;
    background: #797B77;
    font-size: 1.2rem;
    color: #fff;
    cursor: pointer;
  }
  header .headline .operation_area .btn_global .btn_title:before {
    position: absolute;
    left: 10px;
    line-height: 20px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 25px;
    background: url(/common/img/i_arrow_01_white.png) left center no-repeat;
  }
  header .headline .operation_area .btn_global .btn_title.active {
    background: #ccc;
  }
  header .headline .operation_area .btn_global ul li {
    position: relative;
    display: none;
    z-index: 999;
    background: #fff;
  }
  header .headline .operation_area .btn_global ul li a {
    display: block;
    padding: 10px;
    background: #003979;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
  }
  header .g_nav {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    z-index: 100;
  }
  header .g_nav nav {
    max-width: 1000px;
    margin: auto;
  }
  header .g_nav nav .main_nav {
    position: relative;
    display: table;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
  }
  header .g_nav nav .main_nav > li {
    display: table-cell;
    width: 25%;
    box-sizing: border-box;
    border-right: 1px dotted #ccc;
  }
  header .g_nav nav .main_nav > li > a, header .g_nav nav .main_nav > li strong {
    padding: 1px;
    padding-bottom: 0px;
    display: table;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .g_nav nav .main_nav > li > a span, header .g_nav nav .main_nav > li strong span {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #464637;
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: bold;
  }
  header .g_nav nav .main_nav > li > a span:after, header .g_nav nav .main_nav > li strong span:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    background: #f0f0f0;
  }
  header .g_nav nav .main_nav > li > a:hover, header .g_nav nav .main_nav > li > a.active, header .g_nav nav .main_nav > li > a.on, header .g_nav nav .main_nav > li strong:hover, header .g_nav nav .main_nav > li strong.active, header .g_nav nav .main_nav > li strong.on {
    text-decoration: none;
  }
  header .g_nav nav .main_nav > li > a:hover span:after, header .g_nav nav .main_nav > li > a.active span:after, header .g_nav nav .main_nav > li > a.on span:after, header .g_nav nav .main_nav > li strong:hover span:after, header .g_nav nav .main_nav > li strong.active span:after, header .g_nav nav .main_nav > li strong.on span:after {
    background: #719643;
  }
  header .g_nav .dropdown {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 25%;
  }
  header .g_nav .dropdown > div {
    background: #003979;
    height: auto;
    border: 1px solid #ccc;
  }
  header .g_nav .dropdown > div ul {
    overflow: hidden;
  }
  header .g_nav .dropdown > div ul li {
    font-size: 1.5rem;
    line-height: 180%;
  }
  header .g_nav .dropdown > div ul li:first-child {
    border-bottom: 1px dotted #ccc;
  }
  header .g_nav .dropdown > div ul li a {
    display: block;
    padding: 10px;
    color: #fff;
  }
  header .g_nav .dropdown > div ul li a:hover {
    background: #719643;
  }
  header .g_nav .dropdown > div ul li a:before {
    margin-right: 8px;
    content: url("/common/img/i_arrow_01_white.png");
  }
  header .g_nav .btn_nav {
    display: none;
  }
  /**/
  #container {
    width: 100%;
    overflow: hidden;
    border-top: #ccc solid 1px;
  }
  /*main*/
  .wrap {
    max-width: 1000px;
    margin: auto;
  }
  #contents {
    background: url(/common/img/bg_01.jpg) 0 0;
  }
  .inpage {
    overflow: hidden;
    background: url(/common/img/bg_01.jpg) 0 0;
  }
  /*footer*/
  footer {
    border-top: 1px solid #203525;
  }
  footer .footer_nav_area {
    padding: 20px 0;
    background: #EBE7E2;
  }
  footer .footer_nav_area .outer_wrap {
    overflow: hidden;
  }
  footer .footer_nav_area .outer_wrap > ul {
    float: left;
    width: 25%;
    box-sizing: border-box;
    border-left: 1px dotted #aaa;
  }
}

@media only screen and (min-width: 600px) and (max-width: 765px) {
  footer .footer_nav_area .outer_wrap > ul {
    margin-bottom: 20px;
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  footer .footer_nav_area .outer_wrap > ul:first-child {
    border-left: 0px;
  }
  footer .footer_nav_area .outer_wrap > ul > li {
    padding-left: 15px;
    padding-bottom: 3px;
  }
  footer .footer_nav_area .outer_wrap > ul > li span {
    font-size: 1.4rem;
    line-height: 150%;
  }
  footer .footer_nav_area .outer_wrap > ul > li > a {
    display: block;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #333;
    background: url(/common/img/i_arrow_01_black.png) 0 center no-repeat;
  }
  footer .address_area {
    padding: 40px 0px;
    background: #203525;
  }
  footer .address_area > div {
    overflow: hidden;
  }
  footer .address_area address {
    position: relative;
    max-width: 1000px;
    margin: auto;
  }
  footer .address_area address h1 {
    float: left;
    margin-right: 15px;
    font-size: 1.5rem;
    line-height: 130%;
    font-weight: bold;
    color: #fff;
  }
  footer .address_area address p {
    font-size: 1.3rem;
    line-height: 130%;
    color: #fff;
  }
  footer .address_area .copyright {
    float: right;
    color: #fff;
    font-size: 1.4rem;
    line-height: 130%;
  }
  /*ベースページ*/
  #pagevisual {
    height: 180px;
  }
  #pagevisual > div {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding-top: 70px;
    padding-left: 60px;
  }
  #pagevisual > div h1 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.1;
    color: white;
  }
  #pagevisual > div p {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: white;
  }
  #main .mainimage {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 30px;
  }
  #main .mainimage img {
    width: 100%;
    max-width: 1000px;
  }
  /*共通パーツ*/
  .news_list {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .news_list li {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
  }
  .news_list li .day {
    float: left;
    width: 25%;
    padding-left: 10px;
    font-size: 1.4rem;
    line-height: 20px;
    background: url(/common/img/i_arrow_01_black.png) 0 5px no-repeat;
    box-sizing: border-box;
  }
  .news_list li .title {
    float: left;
    width: 75%;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .news_list li .icon_category {
    display: inline-block;
    min-width: 100px;
    margin-left: 20px;
    font-size: 1.2rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 5px;
  }
  .news_list li .icon_category.cat_01 {
    background: #FF4D4D;
  }
  .news_list li .icon_category.cat_02 {
    background: #00AD96;
  }
  .news_list li .icon_category.cat_03 {
    background: #F29D34;
  }
  .news_list li .icon_category.cat_etc {
    background: #686859;
  }
  /*pagetop*/
  .btn_pagetop {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 74px;
    z-index: 1;
  }
  .btn_pagetop a {
    display: block;
    width: 72px;
    height: 72px;
    text-indent: -9999px;
    background: url(/common/img/btn_pagetop.png) center no-repeat;
  }
  .btn_pagetop a:hover {
    opacity: 0.6;
  }
}

/*pc_tablet共通*/
/*#pankuzu*/
#pankuzu {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

#pankuzu ol {
  padding: 5px 0px;
  overflow: hidden;
  margin: auto;
}

#pankuzu ol li {
  line-height: 20px;
  font-size: 1.2rem;
  float: left;
}

#pankuzu ol li a {
  color: #333;
}

#pankuzu ol li a:hover {
  text-decoration: underline;
}

#pankuzu ol li:first-child:before {
  font-family: 'icomoon';
  content: "\e90b";
  margin-right: 5px;
}

#pankuzu ol li:not(:first-child):before {
  content: ">";
  margin-left: 10px;
  margin-right: 10px;
}

.panel_close {
  display: none;
}

.wrap {
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}

.wrap p {
  font-size: 1.4rem;
  line-height: 150%;
}

.wrap_style01 {
  padding: 0 20px;
  border: 1px solid #ccc;
  border-top: 3px solid #dd2020;
}

/*タイトル設定*/
.title_style01 {
  position: relative;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 30px;
  font-weight: bold;
  color: #1F3425;
}

.title_style01:before {
  position: relative;
  display: block;
  content: "";
  width: 50px;
  height: 28px;
  margin: auto;
  margin-bottom: 15px;
  background: url(/common/img/title_head.png) center top no-repeat;
}

.title_style02 {
  padding: 8px 0 6px 25px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: url(/common/img/title_01.jpg) 0 center no-repeat;
  background-size: 100% 100%;
}

.title_style03 {
  position: relative;
  padding: 8px 0 6px 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.title_style03:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url(/common/img/icon_th.jpg) 0 0 no-repeat;
  vertical-align: middle;
}

.title_style04 {
  padding: 8px 0 6px 25px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: url(/common/img/title_02.jpg) 0 center no-repeat;
  background-size: 100% 100%;
}

.title_style05 {
  padding: 8px 0 6px 25px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  background: url(/common/img/title_03.jpg) 0 center no-repeat;
  background-size: 100% 100%;
}

.title_style06 {
  position: relative;
  padding: 2px 0 2px 0px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
}

.title_style06:before {
  content: "■";
  color: #719643;
  margin-right: 5px;
}

/*リストスタイル*/
.list_style01 li {
  padding-left: 15px;
}

.list_style01 li:before {
  display: inline-block;
  margin-left: -15px;
  width: 15px;
  content: "■";
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #719643;
}

.list_style02 li {
  padding-left: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.list_style02 li:before {
  display: inline-block;
  margin-left: -15px;
  width: 15px;
  content: "●";
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  color: #719643;
}

/*カラム設定*/
.column2_style01 {
  overflow: hidden;
}

.column2_style01 .left {
  float: left;
  width: 70%;
}

.column2_style01 .right {
  float: left;
  width: 30%;
}

.column_style02 {
  overflow: hidden;
}

.column_style02 .left {
  float: left;
  width: 70%;
}

.column_style02 .right {
  float: right;
  width: 30%;
}

.column3_style01 {
  overflow: hidden;
}

.column3_style01 .column3_box {
  float: left;
  width: 31%;
  margin: auto 1%;
}

/*ボックス設定*/
.box_style01 {
  padding: 20px;
  background: #f2f2f2;
}

/*テーブル設定*/
.table_style01 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 150%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table_style01 th, .table_style01 td {
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table_style01 th {
  width: 30%;
  background: #f6f4f0;
}

.table_style01 td {
  width: 70%;
  background: #fff;
}

.table_style01 .small {
  font-size: 1.2rem;
}

.table_style01_column3 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 150%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table_style01_column3 th, .table_style01_column3 td {
  padding: 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table_style01_column3 th {
  width: 30%;
  background: #f6f4f0;
}

.table_style01_column3 .small {
  font-size: 1.2rem;
}

.sp_view {
  display: none !important;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link_hover_opacity:hover {
  opacity: .7;
}

.link_hover_underline:hover {
  text-decoration: underline;
}

sup {
  position: relative;
  top: 0.2em;
  font-size: 60%;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

.icon-outer {
  font-size: 1.2rem !important;
}

/* ============================================================ */
/* btnスタイル */
/* ============================================================ */
.btn_red {
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dd2020;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_red i:first-child {
  margin: 0 8px 0 0;
}

.btn_red .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_red .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_red:hover {
  background: #f27fac;
  text-decoration: none;
}

.icon_mail::before {
  content: url("/common/img/i_mail.png");
  margin-right: 8px;
}

.btn_pink {
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e5005a;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_pink i:first-child {
  margin: 0 8px 0 0;
}

.btn_pink .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_pink .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_pink:hover {
  background: #f27fac;
}

.btn_blue {
  width: 240px;
  height: 50px;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #2a7bb9;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_blue i:first-child {
  margin: 0 8px 0 0;
}

.btn_blue .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_blue .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_blue:hover {
  background: #68a7d7;
  text-decoration: none;
}

.btn_white {
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 100px;
  color: #e5005a;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_white i:first-child {
  margin: 0 8px 0 0;
}

.btn_white .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_white .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_white:hover {
  background: #faccde;
}

.btn_small {
  width: 200px;
  height: 36px;
  font-size: 1.4rem;
}

.btn_lightpink,
.btn_map {
  width: 300px;
  height: 50px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffe9eb;
  border-radius: 100px;
  color: #e5005a;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_lightpink i:first-child,
.btn_map i:first-child {
  margin: 0 8px 0 0;
}

.btn_lightpink .icon-right:last-child,
.btn_map .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_lightpink .icon-left:first-child,
.btn_map .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_lightpink:hover,
.btn_map:hover {
  background: #faccde;
}

.btn_lightpink.btn_small,
.btn_map.btn_small {
  width: 210px;
  height: 36px;
}

.btn_green {
  width: 340px;
  height: 50px;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #00AA97;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_green i:first-child {
  margin: 0 8px 0 0;
}

.btn_green .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_green .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_green .icon-outer {
  position: absolute;
  top: 50%;
  left: 16px;
  background: #005718;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.btn_green:hover {
  background: #0da838;
}

.btn_green.btn_small {
  width: 164px;
  height: 30px;
  font-size: 1.4rem;
}

.btn_green.btn_small .icon-outer {
  left: 8px;
}

.btn_orange {
  width: 340px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D2A313;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.btn_orange i:first-child {
  margin: 0 8px 0 0;
}

.btn_orange .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

.btn_orange .icon-left:first-child {
  position: absolute;
  top: 50%;
  left: 17px;
  margin: -0.5em 0 0;
}

.btn_orange .icon-outer {
  position: absolute;
  top: 50%;
  left: 16px;
  background: #d16700;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.btn_orange:hover {
  background: #ffa200;
}

.btn_orange.btn_small {
  width: 164px;
  height: 30px;
  font-size: 1.4rem;
}

.btn_orange.btn_small .icon-outer {
  left: 8px;
}

button[class^="btn_"] {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
}

/* ============================================================ */
/* font 設定*/
.font_red {
  color: #ff0000;
}

.font_blue {
  color: #0C59A7;
}

.font_small {
  font-size: 1.2rem !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

a.blank:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-left: 5px;
  background: url(/common/img/icon_blank.png) 0 center no-repeat;
}

/* ============================================================ */
/* iconフォント */
/* ============================================================ */
@font-face {
  font-family: 'icomoon';
  src: url("/common/icon/fonts/icomoon.eot");
  src: url("/common/icon/fonts/icomoon.eot") format("embedded-opentype"), url("/common/icon/fonts/icomoon.ttf") format("truetype"), url("/common/icon/fonts/icomoon.woff") format("woff"), url("/common/icon/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-printer:before {
  content: "\e954";
}

.icon-play2:before {
  content: "\ea15";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-arrow-up:before {
  content: "\ea32";
}

.icon-arrow-down:before {
  content: "\ea36";
}

.icon-arrow-left:before {
  content: "\ea38";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-quill:before {
  content: "\e912";
}

.icon-home:before {
  content: "\e90b";
}

.icon-pencil2:before {
  content: "\e911";
}

.icon-book:before {
  content: "\e91f";
}

.icon-file-text:before {
  content: "\e922";
}

.icon-folder:before {
  content: "\e92f";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-zoom-in:before {
  content: "\e987";
}

.icon-zoom-out:before {
  content: "\e988";
}

.icon-cog:before {
  content: "\e994";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-file-pdf:before {
  content: "\e910";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-arrow-dotted:before {
  content: "\e914";
}

.icon-calendar:before {
  content: "\e915";
}

.icon-slider-right:before {
  content: "\e900";
}

.icon-slider-left:before {
  content: "\e901";
}

.icon-cross:before {
  content: "\e902";
}

.icon-map:before {
  content: "\e903";
}

.icon-outer:before {
  content: "\e904";
}

.icon-left:before {
  content: "\e905";
}

.icon-right:before {
  content: "\e906";
}

.icon-up:before {
  content: "\e907";
}

.icon-down:before {
  content: "\e908";
}

.icon-menu:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-triangle:before {
  content: "\e90c";
}

.icon-circle:before {
  content: "\e90d";
}

.icon-close:before {
  content: "\e90e";
}

.icon-histroy-search:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\f095";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

/* ============================================================ */
/* 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;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !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;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* ====================================================================== */
/* padding */
/* ====================================================================== */
.pt0 {
  padding-top: 0px !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;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pa0 {
  padding: 0px !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa15 {
  padding: 15px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa25 {
  padding: 25px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa35 {
  padding: 35px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa45 {
  padding: 45px !important;
}

.pa50 {
  padding: 50px !important;
}

.pa55 {
  padding: 55px !important;
}

.pa60 {
  padding: 60px !important;
}

.pa65 {
  padding: 65px !important;
}

.pa70 {
  padding: 70px !important;
}

.pa75 {
  padding: 75px !important;
}

.pa80 {
  padding: 80px !important;
}

.pa85 {
  padding: 85px !important;
}

.pa90 {
  padding: 90px !important;
}

.pa95 {
  padding: 95px !important;
}

.pa100 {
  padding: 100px !important;
}

/* ============================================================ */
/* トップページ
   #index */
/* ============================================================ */
/* #visual
	----------------------------------------------------------- */
#index #visual .topimage {
  width: 100%;
}

#index #visual li {
  display: block;
  height: 580px;
}

#index #visual li a {
  display: block;
  height: 580px;
  width: 100%;
}

@media only screen and (max-width: 890px) {
  #index #visual li a {
    height: 252px;
  }
}

@media only screen and (max-width: 890px) {
  #index #visual li {
    height: 252px;
  }
}

#index #visual .slide_1 a {
  background: url(/common/img/mainimage01.jpg) center 0 no-repeat;
  background-size: cover;
  width: 100%;
}

#index #visual .slide_1 a h2, #index #visual .slide_1 a p {
  text-indent: -9999px;
}

#index #visual .slide_2 a {
  background: url(/common/img/mainimage02.jpg) center 0 no-repeat;
  background-size: cover;
  width: 100%;
}

#index #visual .slide_2 a h2, #index #visual .slide_2 a p {
  text-indent: -9999px;
}

#index #visual .slide_3 a {
  background: url(/common/img/mainimage03.jpg) center 0 no-repeat;
  background-size: cover;
  width: 100%;
}

#index #visual .slide_3 a h2, #index #visual .slide_3 a p {
  text-indent: -9999px;
}

#index #visual .bx-pager {
  display: none;
  z-index: 9999;
  margin-top: -40px;
  padding: 20px;
  text-align: center;
}

#index #visual .bx-pager a {
  background: #ccc;
  text-indent: -9999px;
  /*数字表示をブラウザ外に押しやる*/
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  /*角丸指定 四隅を丸くすることで10pxの●に*/
  /*角丸指定*/
  border-radius: 5px;
  /*角丸指定*/
}

#index #visual .bx-pager a:hover,
#index #visual .bx-pager a.active {
  background: #666;
}

#index #visual .bx-pager-item {
  display: inline-block;
}

#index #visual .bx-wrapper {
  position: relative;
}

#index #visual .bx-wrapper .bx-next, #index #visual .bx-wrapper .bx-prev {
  position: absolute;
  display: inline-block;
  top: 46%;
  height: 62px;
  width: 62px;
  text-indent: -9999px;
  z-index: 999;
}

@media only screen and (max-width: 890px) {
  #index #visual .bx-wrapper .bx-next, #index #visual .bx-wrapper .bx-prev {
    display: none;
  }
}

#index #visual .bx-wrapper .bx-next {
  right: 5%;
  background: url(/img/btn_slider_next.png) 0 0 no-repeat;
}

#index #visual .bx-wrapper .bx-prev {
  left: 5%;
  background: url(/img/btn_slider_prev.png) 0 0 no-repeat;
}

/*contents*/
#index .top_contents {
  position: relative;
  padding: 60px;
  overflow: hidden;
  background: url(/common/img/bg_01.jpg) 0 0;
}

#index .top_contents .wrap {
  max-width: 1000px;
  margin: auto;
}

#index .top_contents .photo_left {
  float: left;
  margin-left: -040px;
}

#index .top_contents .box_right {
  float: right;
  width: 550px;
}

#index .top_contents .box_right h2 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 30px;
  font-weight: bold;
}

#index .top_contents .box_right h2:first-letter {
  font-size: 50px;
}

#index .top_contents .box_right p.txt {
  padding: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}

#index .top_contents .bg_mon_top {
  position: absolute;
  top: 0;
  right: 15%;
  width: 250px;
  height: 128px;
  background: url(/common/img/bg_mon_top.png) 0 0 no-repeat;
}

#index .top_contents .bg_mon_bottom {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 254px;
  height: 134px;
  background: url(/common/img/bg_mon_bottom.png) 0 0 no-repeat;
}

#index .mon_box {
  width: 100%;
  height: 160px;
  border-top: 5px solid #203525;
  background: url(/common/img/bg_darkmon.jpg) center top no-repeat;
  background-size: cover;
}

#index .top_area {
  padding-top: 80px;
  margin-bottom: 60px;
}

#index .top_area ul {
  overflow: hidden;
  margin-bottom: 30px;
}

#index .top_area ul li {
  float: left;
  position: relative;
  width: 32%;
  padding: 20px 0 20px;
  margin-right: 2%;
  display: block;
}

#index .top_area ul li:last-child {
  margin-right: 0px;
}

#index .top_area ul li:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #514631;
}

#index .top_area ul li h2, #index .top_area ul li p {
  margin: auto;
  margin-bottom: 10px;
}

#index .top_area ul li h2 img, #index .top_area ul li p img {
  width: 100%;
}

#index .top_area ul li h2 {
  padding: 10px 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 100%;
  font-weight: bold;
  text-align: center;
}

#index #news_area {
  padding-bottom: 60px;
}

#index #news_area .tab_menu {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #203525;
}

#index #news_area .tab_menu li {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#index #news_area .tab_menu li a {
  display: block;
  height: 45px;
  min-width: 250px;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  color: #333;
  border-radius: 10px 10px 0px 0px;
  background: #203525;
}

#index #news_area .tab_menu li a.active {
  background: #203525;
  color: #fff;
}

#index #news_area .tab_menu .btn_newsall {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  line-height: 45px;
}

#index #news_area .tab_menu .btn_newsall i {
  margin-left: 10px;
  font-size: 1.8rem;
  line-height: 45px;
  color: #aaa;
  vertical-align: middle;
}

#index #tab_02 {
  display: none;
}

/* ============================================================ */
/* Commmon*/
/* ============================================================ */
/* ============================================================ */
/* pickup
   #ピックアップ商品 */
/* ============================================================ */
.product #pagevisual {
  background: #A5ABB9 url(/common/img/pageimage_01.jpg) center center no-repeat;
  background-size: cover;
}

.product #pagevisual h1 {
  letter-spacing: 0.1em;
}

.product #pagevisual p {
  padding: 0 0 0 10px;
  line-height: 100%;
  border-left: 3px solid #fff;
}

/*index*/
/*contents*/
/* ============================================================ */
/* about */
/* ============================================================ */
#about #main {
  padding-top: 60px;
}

#about .block_01 .txt_01 {
  margin-bottom: 60px;
}

#about .block_01 .about_box {
  margin-bottom: 80px;
}

#about .block_01 .about_box > ul {
  margin-bottom: 30px;
}

#about .block_01 .about_box > ul > li {
  overflow: hidden;
  padding: 40px 30px 0px;
}

#about .block_01 .about_box > ul > li p.img {
  float: left;
  width: 32%;
}

#about .block_01 .about_box > ul > li .right_box {
  float: left;
  overflow: hidden;
  width: 68%;
  padding: 20px 0px;
}

#about .block_01 .about_box > ul > li .right_box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 8px 0px;
  font-weight: bold;
  border-bottom: 1px solid #776B66;
}

#about .block_01 .about_box > ul > li .right_box .img_list {
  float: right;
  padding: 40px 0 0px;
}

#about .block_01 .about_box > ul > li .right_box .img_list li {
  height: 60px;
  width: 60px;
  overflow: hidden;
  display: inline-block;
  margin-left: 15px;
}

#about #contact_box {
  padding-bottom: 80px;
}

#about .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

#about .pickup_list li {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

#about .pickup_list li div {
  color: #333;
}

#about .pickup_list li div h3 {
  padding: 10px 10px 0 10px;
  color: #468291;
  font-size: 1.6rem;
  line-height: 150%;
}

#about .pickup_list li div h3 i.icon-angle-right {
  margin-right: 10px;
}

#about .pickup_list li div h3 span {
  font-size: 1.4rem;
  line-height: 150%;
}

#about .pickup_list li div p {
  padding: 5px 10px 10px 10px;
  font-size: 1.3rem;
  line-height: 150%;
}

#about .pickup_list li div p.img {
  padding: 10px 10px 0 10px;
}

#about .pickup_list li div p.img img {
  width: 100%;
}

/* ============================================================ */
/* company*/
/* ============================================================ */
.company #pagevisual {
  background: #A5ABB9 url(/common/img/pageimage_02.jpg) center center no-repeat;
  background-size: cover;
}

.company #pagevisual h1 {
  letter-spacing: 0.1em;
}

.company #pagevisual p {
  padding: 0 0 0 10px;
  line-height: 100%;
  border-left: 3px solid #fff;
}

/*index*/
/*contents*/
#company_index #main {
  padding-top: 60px;
}

#company_index #company_box {
  padding-bottom: 60px;
}

#company_index .top_box {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
}

#company_index .box_01 {
  overflow: hidden;
}

#company_index .box_01 .left {
  float: left;
  width: 60%;
}

#company_index .box_01 .left p {
  font-size: 16px;
}

#company_index .box_01 .right {
  float: right;
  width: 40%;
  text-align: center;
}

#company_index .box_01 .right img {
  width: 100%;
  max-width: 320px;
}

#company_index .table_style01 th {
  color: #fff;
}

#company_index .table_01 th {
  background: #446793;
}

#company_index .table_02 th {
  background: #375F3A;
}

#company_index .mapbox {
  margin-bottom: 20px;
}

#company_index .mapbox iframe {
  width: 100%;
  height: 350px;
}

#company_index .img_iso {
  margin-bottom: 30px;
  text-align: center;
}

#company_index .img_iso img {
  width: 100%;
  max-width: 187px;
}

#company_index .box_houshin {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
}

#company_index .box_houshin h3 {
  width: 70%;
  min-width: 500px;
  padding: 15px 0;
  margin: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #003979;
  font-size: 2rem;
  line-height: 150%;
  color: #719643;
  text-align: center;
}

#company_index .box_houshin h3 span {
  font-size: 3rem;
  line-height: 150%;
  color: #333;
  font-weight: bold;
}

#company_index .box_houshin p {
  width: 70%;
  min-width: 500px;
  padding: 15px 0;
  margin: auto;
}

#company_index .box_partner ul {
  overflow: hidden;
}

#company_index .box_partner ul li {
  float: left;
  width: 32%;
  padding: 15px 5px;
  margin-right: 2%;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

#company_index .box_partner ul li:last-child {
  margin-right: 0%;
}

#company_index .box_partner ul li img {
  margin-bottom: 10px;
}

#company_index .box_partner ul li h3 {
  font-size: 1.6rem;
  line-height: 150%;
}

#company_index .box_partner ul li .url {
  margin-bottom: 10px;
}

.company .tab_menu {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #003979;
}

.company .tab_menu ul {
  padding-top: 10px;
  max-width: 1000px;
  margin: auto;
}

.company .tab_menu li {
  float: left;
  display: inline-block;
  margin-right: 1%;
  width: 24%;
}

.company .tab_menu li a {
  display: block;
  height: 45px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  color: #333;
  border-radius: 10px 10px 0px 0px;
  background: #BFDBF2;
}

.company .tab_menu li a.active {
  background: #003979;
  color: #fff;
  height: 53px;
  margin-top: -8px;
  padding-top: 8px;
}

.company .tab_menu .btn_newsall {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  line-height: 45px;
}

.company .tab_menu .btn_newsall i {
  margin-left: 10px;
  font-size: 1.8rem;
  line-height: 45px;
  color: #aaa;
  vertical-align: middle;
}

.company .tab_area {
  padding: 60px 0 40px 0;
  background: #F5F9FA;
}

.company .tab_area #tab01, .company .tab_area #tab02, .company .tab_area #tab03, .company .tab_area #tab04 {
  max-width: 1000px;
  margin: auto;
}

.company .tab_area #tab02, .company .tab_area #tab03, .company .tab_area #tab04 {
  display: none;
}

/*contact*/
.other #pagevisual {
  background: #A5ABB9 url(/common/img/pageimage_03.jpg) right center no-repeat;
  background-size: cover;
}

.other #pagevisual h1 {
  letter-spacing: 0.1em;
}

.other #pagevisual p {
  padding: 0 0 0 10px;
  line-height: 100%;
  border-left: 3px solid #fff;
}

#contact #main {
  padding-top: 60px;
  padding-bottom: 60px;
}

#contact .flowlist {
  overflow: hidden;
}

#contact .flowlist li.flow {
  width: 50%;
  height: 40px;
  line-height: 40px;
  list-style: none;
  text-align: center;
  font-size: 12px;
  background: #719643;
  margin-bottom: 20px;
  float: left;
  position: relative;
  z-index: 10;
  background: #ddd;
}

#contact .flowlist li.active {
  background: #719643 !important;
}

#contact .flowlist li.active {
  color: #fff !important;
}

#contact .flowlist li.flow span,
#contact .flowlist li.flow2 span {
  position: relative;
  z-index: 20;
  font-size: 1.4rem;
  line-height: 150%;
  line-height: 40px;
  font-weight: bold;
}

#contact .flowlist li.flow::after {
  content: "";
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #ddd;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 5;
}

#contact .flowlist li.flow.active::after {
  content: "";
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #719643;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 5;
}

#contact .flowlist li.flow2 {
  width: 50%;
  height: 40px;
  line-height: 40px;
  list-style: none;
  text-align: center;
  font-size: 12px;
  background: #ccc;
  margin-bottom: 20px;
  float: left;
  position: relative;
  z-index: 1;
}

#contact .table_style02 {
  width: 100%;
  border-top: 1px solid #ccc;
}

#contact .table_style02 th {
  width: 30%;
  min-width: 150px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

#contact .table_style02 td {
  padding: 10px 10px 10px 20px;
  font-size: 1.4rem;
  line-height: 150%;
  border-bottom: 1px solid #ccc;
}

#contact .table_style02 input, #contact .table_style02 textarea {
  border: 1px solid #ccc;
  padding: 5px;
}

#contact .table_style02 #text13 {
  margin-bottom: 10px;
}

#contact .table_style02 .namebox {
  display: inline-block;
}

#contact .table_style02 .w350 {
  width: 350px;
}

#contact .table_style02 .w200 {
  width: 250px;
}

#contact .table_style02 .w100 {
  width: 100px;
}

#contact .table_style02 .caution, #contact .table_style02 .mark {
  display: inline-block;
  margin-left: 5px;
  color: #ff0000;
}

#contact .btn_box {
  padding: 40px 20px;
  text-align: center;
}

#contact .btn_box input {
  display: inline-block;
}

#information #container {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
}

#information .sitemap_list {
  font-size: 1.6rem;
  line-height: 150%;
}

#information .sitemap_list > ul {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#information .sitemap_list > ul ul {
  padding-left: 15px;
}

#information .sitemap_list i {
  margin-right: 10px;
}

#information #news_area .tab_menu {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #003979;
}

#information #news_area .tab_menu li {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

#information #news_area .tab_menu li a {
  display: block;
  height: 45px;
  min-width: 250px;
  font-size: 1.6rem;
  line-height: 45px;
  text-align: center;
  color: #333;
  border-radius: 10px 10px 0px 0px;
  background: #BFDBF2;
}

#information #news_area .tab_menu li a.active {
  background: #003979;
  color: #fff;
}

#information #news_area .tab_menu .btn_newsall {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  line-height: 45px;
}

#information #news_area .tab_menu .btn_newsall i {
  margin-left: 10px;
  font-size: 1.8rem;
  line-height: 45px;
  color: #aaa;
  vertical-align: middle;
}

#information #tab_02 {
  display: none;
}

#sitemap #container {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 60px;
}

#sitemap .sitemap_list {
  font-size: 1.6rem;
  line-height: 150%;
}

#sitemap .sitemap_list > ul {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

#sitemap .sitemap_list > ul ul {
  padding-left: 15px;
}

#sitemap .sitemap_list i {
  margin-right: 10px;
}

/*# sourceMappingURL=../maps/pc/common.css.map */
