@charset "UTF-8";
/*------------------------------------------------
  _reset.scss
------------------------------------------------*/
html {
  color: #000;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

li img,
li a {
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a:focus {
  overflow: hidden;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

del,
ins {
  text-decoration: none;
}

select,
input,
button,
textarea {
  font: 99% Verdana, arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

sup,
sub {
  vertical-align: baseline;
  position: relative;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

* html body dl.clearfix dd div {
  display: inline-block;
  /*IE6 3pxずれを解消*/
}

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*------------------------------------------------
    _font.scss
------------------------------------------------*/
.font-family-1 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.font-family-2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* for Icons */
@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot?cyal8b");
  src: url("fonts/icon.eot?cyal8b#iefix") format("embedded-opentype"), url("fonts/icon.ttf?cyal8b") format("truetype"), url("fonts/icon.woff?cyal8b") format("woff"), url("fonts/icon.svg?cyal8b#icon") 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: 'icon' !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-up:before {
  content: "\e900";
}

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

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

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

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

/* for title en font */
@font-face {
  font-family: 'din';
  src: url("fonts/dl.eot");
  src: url("fonts/dl.eot?#iefix") format("embedded-opentype"), url("fonts/dl.woff") format("woff"), url("fonts/dl.ttf") format("truetype");
}

.font-din {
  font-family: 'din';
}

/*------------------------------------------------
    _common.scss
------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  min-width: 750px;
}

h2.title {
  font-size: 32px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

h3.title {
  max-width: 964px;
  font-size: 30px;
  margin: 50px auto 30px;
  line-height: 1;
  border-left: solid 5px #66aeac;
  padding-left: .5em;
}

h4.title {
  font-size: 18px;
  font-weight: bold;
  max-width: 964px;
  border-bottom: solid 1px #ccc;
  line-height: 2em;
  margin: 20px auto 30px;
}

h5.title {
  font-weight: bold;
  margin: 20px auto 10px;
}

h5 {
  line-height: 2em;
  font-weight: bold;
}

small {
  font-size: .8em;
  line-height: 1.5;
}

small.en {
  font-family: "din";
  font-size: 9px;
  letter-spacing: .1em;
}

a {
  color: #AE4445;
}

a.icon {
  text-decoration: none;
}

.content a:link {
  color: #AE4445;
}

a {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  opacity: 1;
}

a:hover {
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
  opacity: .8;
}

img {
  border: none;
}

/* ----[layout]---- */
.sp {
  display: none;
}

* {
  box-sizing: border-box;
}

.inner-1 {
  max-width: 1024px;
  margin: 0 auto;
}

.inner-2 {
  width: 964px;
  margin: 0 auto;
}

.inner-3 {
  width: 924px;
  margin: 0 auto;
}

/*
.inner-4 {
    width: $inner-width-1 - 100px;
    margin: 0 auto;
}
*/
.text-center {
  text-align: center;
}

/*--- ブロック類 ---*/
.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w70 {
  width: 70%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w30 {
  width: 30%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w10 {
  width: 10%;
}

.main-title {
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.main-title h2 {
  line-height: 1;
}

.main-title small.en {
  display: block;
  letter-spacing: .5em;
  margin: 18px 0 0;
}

.main-title p {
  max-width: 964px;
  font-size: 12px;
  margin: 0 auto;
}

.main-title .description {
  margin-top: 30px;
}

.main-title strong {
  font-size: 1.8em;
  line-height: 2.5em;
}

.main-title.white {
  border-bottom: solid 1px #ccc;
  color: #000000;
  background-color: #ffffff;
}

.main-content {
  width: 1024px;
  margin: 0 auto;
  padding: 50px 0 50px;
  content: "";
  display: table;
  clear: both;
}

.main-content .box-2 {
  border: solid 1px #ccc;
  padding: 30px;
  margin: 0 30px;
}

.margin-50-auto {
  margin: 50px auto;
}

.margin-top-50 {
  margin-top: 50px;
}

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

.margin-top-20 {
  margin-top: 20px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.breadcrumb-area {
  border-bottom: solid 1px #eaeaea;
}

.breadcrumb {
  font-size: 12px;
  padding: 10px;
}

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

ul.table-1 {
  content: "";
  display: table;
  clear: both;
}

ul.table-1 > li {
  border: solid 1px #ccc;
  padding: 20px;
  margin-top: -1px;
  margin-left: -1px;
}

.annotation {
  text-align: right;
  padding: 10px 0;
}

*.column-1 > * {
  float: left;
  width: 100%;
}

*.column-1 > *:nth-child(1n+1) {
  clear: left;
}

*.column-2 > * {
  float: left;
  width: 50%;
}

*.column-2 > *:nth-child(2n+1) {
  clear: left;
}

*.column-3 > * {
  float: left;
  width: 33.33333%;
}

*.column-3 > *:nth-child(3n+1) {
  clear: left;
}

*.column-4 > * {
  float: left;
  width: 25%;
}

*.column-4 > *:nth-child(4n+1) {
  clear: left;
}

*.column-5 > * {
  float: left;
  width: 20%;
}

*.column-5 > *:nth-child(5n+1) {
  clear: left;
}

*.column-6 > * {
  float: left;
  width: 16.66667%;
}

*.column-6 > *:nth-child(6n+1) {
  clear: left;
}

.dl-list-1 {
  content: "";
  display: table;
  clear: both;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.dl-list-1 > dt {
  float: left;
  width: 20%;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 20px;
  text-align: center;
}

.dl-list-1 > dd {
  float: left;
  width: 80%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 20px;
}

.dl-list-2 {
  content: "";
  display: table;
  clear: both;
  font-size: 18px;
}

.dl-list-2 > dt {
  float: left;
  width: 20%;
  font-weight: bold;
  padding: 10px;
}

.dl-list-2 > dd {
  float: left;
  width: 80%;
  padding: 10px;
}

.faq h4 {
  font-size: 1.2em;
  margin-bottom: 2em;
}

.account {
  /*margin: 40px 80px;*/
  margin: 40px 0;
}

.account dt {
  font-weight: normal;
}

.account dd {
  font-size: 20px;
  font-weight: bold;
}

.txt-24 {
  font-size: 24px;
}

.img-box {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-box > * {
  position: absolute;
  top: 0;
  left: 0;
}

.card-3 img {
  width: 100%;
  margin-bottom: 20px;
}

.card-2 {
  width: 100%;
}

.card-2 h3 {
  font-weight: bold;
  font-size: 24px;
  margin: .5em 0;
}

.card-2 h4 {
  font-weight: bold;
  font-size: 18px;
  margin: .5em 0;
}

.card-2 h5 {
  line-height: 1.5;
}

.card-2 .img-area {
  width: 30%;
  float: left;
  background-color: #eee;
}

.card-2 .img-area img {
  width: 100%;
}

.card-2 .info-area {
  width: 70%;
  float: left;
  padding-left: 20px;
}

.card-1 {
  width: 246px;
  height: 320px;
  position: relative;
  background-color: #fff;
  float: left;
}

.card-1 img {
  width: 100%;
  height: auto;
}

.card-1 .tab {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 20px;
  float: right;
  background-color: #AE4445;
}

.card-1 .date {
  clear: both;
  font-size: 10px;
}

.card-1 p {
  padding: 4px 20px 0;
}

.card-1 p.title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}

.card-1 .date {
  padding-top: 10px;
}

.card-1 .footer {
  width: 100%;
  padding: 10px 20px;
  border-top: dashed 1px #d5d5d5;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.card-1 .icon {
  font-size: 20px;
}

.box-1 {
  padding: 0 50px;
}

.link-1,
.link-2,
.link-3 {
  line-height: 1.8;
  position: relative;
}

.link-1:before,
.link-2:before,
.link-3:before {
  display: inline-block;
  font-family: 'icon';
  content: "\e904";
  margin-right: .3em;
  text-decoration: none;
  font-weight: normal;
}

.link-2:after {
  display: inline-block;
  text-decoration: none;
  font-family: 'icon';
  content: "\e901";
  margin-right: .4em;
  margin-left: .4em;
  font-size: 1.1em;
  margin-top: -.2em;
  font-weight: normal;
}

.link-3:after {
  display: inline-block;
  text-decoration: none;
  font-family: 'icon';
  content: "\e902";
  margin-left: .3em;
  margin-right: .4em;
  font-weight: normal;
}

.link-area {
  margin-top: .5em;
}

.button-0 {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  width: 9999px;
  color: #fff;
  font-size: 14px;
  height: 2.85em;
  line-height: 2.85em;
}

.button-1 {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  width: 9999px;
  font-size: 14px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #AE4445;
}

.button-2 {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  width: 9999px;
  color: #fff;
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}

.button-2-b {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  width: 9999px;
  color: #fff;
  width: 760px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
}

.btn-icon-0:after {
  float: right;
  margin-right: 1em;
  font-family: 'icon';
  content: "\e903";
  font-weight: normal;
}

.button-0:after,
.button-1:after,
.button-2-b:after,
.button-2:after,
.btn-icon-1:after {
  line-height: 1;
  content: "";
  right: 1em;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  font-family: 'icon';
  content: "\e903";
  font-weight: normal;
}

.btn-icon-2:after {
  line-height: 1;
  content: "";
  right: 1em;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  font-family: 'icon';
  content: "\e902";
  font-weight: normal;
}

.btn-icon-3:after {
  line-height: 1;
  content: "";
  right: 1em;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  font-family: 'icon';
  content: "\e901";
  font-weight: normal;
}

.news-tab-1 {
  background-color: #66aeac;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
}

.news-tab-2 {
  border: solid 1px #66aeac;
  color: #66aeac;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
}

.news-tab-3 {
  background-color: #AE4445;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
}

.color-1 {
  color: #66aeac;
}

.bg-color-1 {
  background-color: #66aeac;
}

.border-color-1 {
  border-color: #66aeac;
}

.color-2 {
  color: #AE4445;
}

.bg-color-2 {
  background-color: #AE4445;
}

.border-color-2 {
  border-color: #AE4445;
}

.color-3 {
  color: #cf822c;
}

.bg-color-3 {
  background-color: #cf822c;
}

.border-color-3 {
  border-color: #cf822c;
}

.color-4 {
  color: #B78865;
}

.bg-color-4 {
  background-color: #B78865;
}

.border-color-4 {
  border-color: #B78865;
}

.color-5 {
  color: #333333;
}

.bg-color-5 {
  background-color: #333333;
}

.border-color-5 {
  border-color: #333333;
}

.color-6 {
  color: #666666;
}

.bg-color-6 {
  background-color: #666666;
}

.border-color-6 {
  border-color: #666666;
}

.color-7 {
  color: #CCCCCC;
}

.bg-color-7 {
  background-color: #CCCCCC;
}

.border-color-7 {
  border-color: #CCCCCC;
}

.color-8 {
  color: #674325;
}

.bg-color-8 {
  background-color: #674325;
}

.border-color-8 {
  border-color: #674325;
}

.color-9 {
  color: #ffffff;
}

.bg-color-9 {
  background-color: #ffffff;
}

.border-color-9 {
  border-color: #ffffff;
}

.color-10 {
  color: #000000;
}

.bg-color-10 {
  background-color: #000000;
}

.border-color-10 {
  border-color: #000000;
}

.flex-top-center {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center-center {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center-left {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center-right {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

sp {
  display: none;
}

/*------------------------------------------------
	_form.scss
------------------------------------------------*/
input,
select,
textarea {
  border: 1px solid #bebebe;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: .5em;
  margin: 0 .5em;
}

input:not([type="radio"]):not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  top: 1em;
}

input:checked {
  background-color: #000;
  padding: 2px;
}

textarea {
  padding: 1em;
  box-sizing: border-box;
}

input {
  /*padding: 1em;
	height: 1.5em;*/
  box-sizing: border-box;
}

textarea,
input {
  border-radius: 4px;
}

select {
  padding: 0 1em;
  height: 2.5em;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
}

.select-wrap label {
  position: relative;
}

.select-wrap label:after {
  display: block;
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background-size: 20px;
  pointer-events: none;
  font-size: .7em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
  box-sizing: border-box;
}

/* for firefox */
@-moz-document url-prefix() {
  .content select {
    background: none;
    background-color: #FFF;
  }
}

/* for ie */
::-ms-expand {
  display: none;
}

.form-list > dt {
  background-color: #f9f9f9;
  width: 25%;
  font-weight: normal;
}

.form-list > dd {
  width: 75%;
  padding-right: 40px;
}

.form-list > dd dt,
.form-list > dd dd {
  float: left;
}

.form-list > dd dt {
  clear: left;
  margin: .8em 0;
  width: 15%;
}

.form-list > dd dd {
  margin: .8em 0;
  width: 85%;
}

.form-list > dd p.caption-1 {
  margin-top: 1em;
  display: inline-block;
  font-size: .9em;
}

.form-list > dd .caption-2 {
  font-size: .9em;
  color: #999;
}

.form-list > dd .v-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-list .size-1,
.form-list textarea {
  width: 100%;
}

.form-list .size-2 {
  width: 25%;
}

.form-list .form-document li {
  margin: .5em 0;
}

.caption {
  text-align: right;
}

.send-caption {
  margin: 2em 0;
}

.send-caption li {
  list-style-type: disc;
  margin-left: 2em;
}

.submit-area {
  margin-top: 50px;
  text-align: center;
}

.submit-btn {
  margin: 10px 0 30px;
  display: inline-block;
}

.submit-btn .button {
  width: 400px;
}

/*------------------------------------------------
    _header.scss
------------------------------------------------*/
header a {
  color: #333;
  text-decoration: none;
}

header .header-top {
  height: 120px;
}

header h1 {
  display: block;
  float: left;
}

header h1 img {
  width: 100%;
}

header .top-nav {
  width: 482px;
  float: right;
}

header .top-nav .btns-b li {
  width: 50%;
  float: left;
}

header .top-nav .btns-b li:last-child {
  border-left: solid 1px #fff;
}

header .top-nav .btns-b a {
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

header .top-nav .btns-b .txt {
  margin: 0 1em;
}

header .top-nav .btns-s li {
  max-width: 20%;
  width: 20%;
  height: 60px;
  float: left;
  border-left: solid 1px #eaeaea;
  background-color: #fff;
}

header .top-nav .btns-s li:last-child {
  border-right: solid 1px #eaeaea;
}

header .top-nav .btns-s li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 10px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header .top-nav .btns-s li img {
  margin-bottom: 6px;
}

header .lang-area {
  position: relative;
  padding: 0 80px;
}

header .lang-area .language-nav {
  position: absolute;
  width: 80px;
  bottom: 0;
  right: 0;
  font-family: 'din';
  font-size: 12px;
  border: solid 1px #eaeaea;
  height: 60px;
}

header .lang-area .language-nav p {
  display: block;
  padding: 0;
  line-height: 1;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

header .lang-area .language-nav .jp {
  color: #fff;
  background-color: #666;
}

header .header-bottom {
  background-color: #eaeaea;
}

header .gnav > ul {
  width: 100%;
  height: 56px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .gnav > ul > li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .gnav > ul > li > a {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  font-size: 15px;
}

header .gnav > ul > li > .sub-nav {
  display: none;
  position: absolute;
  text-align: center;
  left: 0;
  top: 56px;
  width: 100%;
  z-index: 99999;
  padding: 10px 0 15px;
  background-color: #ccc;
}

header .gnav > ul > li > .sub-nav li {
  padding: 5px 0;
}

header .gnav > ul > li > .sub-nav li a:after {
  content: "";
  display: block;
  width: 50%;
  margin: 5px auto 0;
  border-bottom: solid 1px #999;
}

header .gnav li .en {
  font-size: 7px;
  font-family: 'din';
}

/*------------------------------------------------
    _nav-mid.scss
------------------------------------------------*/
.nav-mid {
  width: 100%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
}

.nav-mid li {
  width: 33.3333%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.nav-mid li .txt {
  margin-left: 20px;
}

.nav-mid li .icon {
  font-size: 20px;
}

.nav-mid li a {
  padding: 20px;
  height: 100px;
  color: #333;
  text-decoration: none;
}

/*------------------------------------------------
    _news.scss
------------------------------------------------*/
.news {
  background-color: #eaeaea;
  border-bottom: solid 1px #999;
  padding: 30px 0;
}

.news .news-slider-wrapper {
  position: relative;
}

.news h3 {
  margin-top: 0;
}

.news .news-card-imgarea {
  padding-top: 63%;
  position: relative;
  overflow: hidden;
}

.news .news-card-imgarea img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news .btn-area {
  margin: 39px auto 0;
  text-align: center;
}

.news .btn-area .btns {
  display: inline-block;
}

.news .btn-area .btn {
  float: left;
  margin: 0 10px;
}

.news .footer a {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news .slick-next {
  width: 51px;
  height: 51px;
  margin-right: -20px;
}

.news .slick-prev {
  width: 51px;
  height: 51px;
  margin-left: -30px;
}

.news .slick-next:before {
  content: url(../../common/img/arrow-bk-next.png);
  display: block;
  width: 51px;
  height: 51px;
}

.news .slick-prev:before {
  content: url(../../common/img/arrow-bk-prev.png);
  display: block;
  width: 51px;
  height: 51px;
}

/*------------------------------------------------
    _contact.scss
------------------------------------------------*/
.contact-tel {
  font-size: 38px;
}

/*------------------------------------------------
    _post.scss
------------------------------------------------*/
.pagenation {
  text-align: center;
  padding: 30px 0 0;
}

.pagenation ul {
  display: inline-block;
}

.pagenation li {
  float: left;
  min-width: 60px;
  height: 60px;
  border: solid 1px #ccc;
  border-right: none;
  text-align: center;
  line-height: 60px;
}

.pagenation li.active {
  background-color: #ccc;
  color: #fff;
}

.pagenation li:last-child {
  border-right: solid 1px #ccc;
}

.pagenation li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  text-decoration: none;
}

.pagenation li.back a {
  padding: 0 100px;
}

.pagenation-2 {
  padding: 30px 0 0;
}

.pagenation-2 ul {
  width: 100%;
  text-align: center;
}

.pagenation-2 li {
  display: inline-block;
  min-width: 60px;
  height: 60px;
  border: solid 1px #ccc;
  text-align: center;
  line-height: 60px;
}

.pagenation-2 li a {
  padding: 0 50px;
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.pagenation-2 li.prev {
  float: left;
}

.pagenation-2 li.next {
  float: right;
}

.pagenation-2 li.back a {
  padding: 0 100px;
}

/*------------------------------------------------
_footer.scss
------------------------------------------------*/
.footer-btnarea {
  text-align: center;
  color: #fff;
  padding: 40px 0;
}

.footer-btnarea .btns {
  max-width: 760px;
  margin: 0 auto;
}

.footer-btnarea .btn-1 {
  margin: 30px 0 20px;
}

.footer-btnarea .btn-2 {
  float: left;
  margin-right: 20px;
}

.footer-btnarea .btn-2:last-child {
  margin-right: 0;
}

.to-top {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #333;
}

footer .info-nav-area {
  display: block;
  background-color: #eaeaea;
  border-bottom: solid 1px #ccc;
}

footer .title {
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
  border-left: solid 3px #66aeac;
  margin: 20px 0;
}

footer .info {
  padding: 10px 30px 0;
  width: 25%;
  float: left;
}

footer .info .bg-icon {
  display: block;
  padding-bottom: 2em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
  text-decoration: none;
}

footer .info .access-map {
  margin-top: .5em;
  background-image: url(../img/footer-icon-1.png);
}

footer .info .contact {
  background-image: url(../img/footer-icon-2.png);
}

footer .info .tel-txt {
  margin: 1em 0;
}

footer nav {
  width: 75%;
  float: left;
}

footer nav li {
  padding: 10px 10px 0 30px;
  border-left: solid 1px #ccc;
  width: 33.333%;
  float: left;
  min-height: 280px;
}

footer nav li a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 2em;
}

footer nav li a:before {
  font-family: 'icon';
  content: "\e903";
  margin-right: .5em;
  font-size: .8em;
  color: #999;
}

footer nav li a.win:before {
  font-family: 'icon';
  content: "\e902";
  margin-right: .5em;
  font-size: .8em;
  color: #999;
}

footer nav li .title a:before,
footer nav li .title a.win:before {
  content: none;
}

footer nav li:nth-child(-n+3) {
  border-bottom: solid 1px #ccc;
}

footer .bnr-area a {
  margin: 10px 5px;
}

footer .copyright-area {
  border-top: solid 1px #ccc;
  padding: 20px;
  text-align: center;
}

footer .copyright-area a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

footer .copyright-area p {
  margin-top: 5px;
}

footer .tel-img {
  width: 100%;
}

footer .copyright {
  font-size: 18px;
}
