@charset "UTF-8";
/*/////////////////////////////
reset
/////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  color: inherit;
  background: none;
  cursor: pointer;
  outline: none;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*/////////////////////////////
base
/////////////////////////////*/
body {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #50505a;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

/* img
* ------------------------- */
img {
  max-width: 100%;
  height: auto;
  outline: none;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  img {
    vertical-align: bottom;
  }
}
a img {
  border: 0px;
}

svg {
  width: 100%;
}

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

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

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

/* br */
br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }
}
b {
  font-weight: bold;
}

/* ==========================================================
column
Created: 2019-03

01.header
02.footer
03.main
04.index
05.
06.
========================================================== */
/*/////////////////////////////
01. header
/////////////////////////////*/
.header {
  padding-bottom: 3px;
  background: url("../../../new_common/img/common/head_bg.gif") repeat-x;
  background-position: center bottom;
}
.header .top {
  color: #fff;
  background: #b4b4b9;
  min-width: 950px;
  margin-bottom: 18px;
}
.header .top .inner {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .top .hdg01 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.header .top .links {
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  margin-left: auto;
  letter-spacing: -0.4em;
  padding: 4px 0;
}
.header .top .links li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.1em;
  padding-left: 18px;
  margin-left: 18px;
  border-left: #fff 1px solid;
}
.header .top .links li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.header .bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
  padding: 0 370px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .bottom .hdg02 {
  width: 334px;
}
.header .bottom .hdg02 a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 54px;
  background: url("../../../new_common/img/common/head_logo.png") no-repeat;
  background-position: left top;
  background-size: contain;
}
.header .bottom .tel {
  width: 162px;
  margin-left: auto;
}
.header .bottom .tel a {
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 24px;
  background: url("../images/head_tell.png") no-repeat;
  background-position: left top;
  background-size: contain;
  pointer-events: none;
}
.header .headCnv {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.header .headCnv .cnvBtn {
  width: 350px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 22px;
}
.header .headCnv .cnvBtn ul {
  margin: 0 -5px;
}
.header .headCnv .cnvBtn ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  float: left;
}
.header .headCnv .cnvBtn ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  display: block;
  border-radius: 3px;
  position: relative;
}
.header .headCnv .cnvBtn ul li a small {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 5px;
}
.header .headCnv .cnvBtn ul li a.btn01 {
  background: #ff8c00;
}
.header .headCnv .cnvBtn ul li a.btn02 {
  background: #ffb400;
}
.header .headCnv .cnvBtn ul li a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*/////////////////////////////
02. footer
/////////////////////////////*/
.footer {
  margin-top: 80px;
  min-width: 950px;
}
.footer .spFoot {
  display: none;
}
.footer .totop {
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: none;
}
.footer .totop a {
  display: block;
}
.footer .pcFoot {
  border-top: #b5b4ba 1px solid;
}
.footer .pcFoot .top {
  width: 950px;
  margin: 0 auto;
  padding: 30px 0 15px;
}
.footer .pcFoot .top .col {
  border-top: #B3C8DB 1px solid;
  padding-top: 20px;
  margin-bottom: 10px;
}
.footer .pcFoot .top .col:first-child {
  border-top: none;
  padding-top: 0;
}
.footer .pcFoot .top .col dl {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.footer .pcFoot .top .col dl > * {
  display: table-cell;
  vertical-align: top;
}
.footer .pcFoot .top .col dl dt {
  width: 100px;
  color: #002d64;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.footer .pcFoot .top .clr {
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.4em;
}
.footer .pcFoot .top .clr li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin: 0 0 10px 20px;
  padding-left: 20px;
  border-left: #A19FAA 1px solid;
}
.footer .pcFoot .top .clr li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.footer .pcFoot .top .clr li.last {
  margin-right: 20px;
}
.footer .pcFoot .top .clr li.last + li {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.footer .pcFoot .top .clr li a {
  color: #50505a;
  text-decoration: underline;
}
.footer .pcFoot .top .clr li a:hover {
  text-decoration: none;
}
.footer .pcFoot .sub {
  background: #b5b4ba;
  min-width: 950px;
}
.footer .pcFoot .sub .inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0;
}
.footer .pcFoot .sub .clr {
  color: #fff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -0.4em;
}
.footer .pcFoot .sub .clr li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid;
}
.footer .pcFoot .sub .clr li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.footer .pcFoot .sub .clr li a {
  text-decoration: underline;
}
.footer .pcFoot .sub .clr li a:hover {
  text-decoration: none;
}
.footer .pcFoot .bottom {
  min-width: 950px;
  color: #fff;
  background: #002D64;
}
.footer .pcFoot .bottom .inner {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0;
}
.footer .pcFoot .bottom address {
  font-size: 12px;
}
.footer .pcFoot .bottom .copy {
  font-family: "Times New Roman", "游明朝", YuMincho;
  font-size: 12px;
  letter-spacing: normal;
}

/*/////////////////////////////
03. main
/////////////////////////////*/
.main {
  margin-top: 10px;
}
.main .container {
  width: 950px;
  margin: 0 auto;
}
.main .breadCrumb {
  margin-bottom: 60px;
}
.main .breadCrumb ul {
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.4em;
}
.main .breadCrumb ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding-right: 28px;
  position: relative;
}
.main .breadCrumb ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: .5em;
  height: .5em;
  position: absolute;
  border-top: #50505a 1px solid;
  border-right: #50505a 1px solid;
  display: block;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main .breadCrumb ul li:last-child {
  padding-right: 0;
}
.main .breadCrumb ul li:last-child:before {
  display: none;
}
.main .breadCrumb ul li a {
  letter-spacing: normal;
  text-decoration: underline;
}
.main .breadCrumb ul li a:hover {
  text-decoration: none;
}
.main .contents {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.main .contents > * {
  display: table-cell;
  vertical-align: top;
}
.main .contents .mainContent {
  padding-right: 3.15789%;
  overflow: hidden;
}
.main .contents .mainContent .hdg {
  border-bottom: #168a8b 4px solid;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .contents .mainContent .hdg .hidden {
  display: none;
}
.main .contents .mainContent .hdg h3 {
  color: #168a8b;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.main .contents .mainContent .hdg .share {
  margin-left: auto;
}
.main .contents .mainContent .hdg .share dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .contents .mainContent .hdg .share dt {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
}
.main .contents .mainContent .hdg .share dd ul {
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.main .contents .mainContent .hdg .share dd ul li {
  width: 25px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.main .contents .mainContent .body {
  margin: 0 -2.8169%;
  overflow: hidden;
}
.main .contents .mainContent .body .nosearch {
  padding: 0 2.8169%;
  margin-bottom: 30px;
}
.main .contents .mainContent .body .nosearch p {
  font-size: 14px;
}
.main .contents .mainContent .body .post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 2.8169%;
  margin-bottom: 30px;
  float: left;
}
.main .contents .mainContent .body .post a {
  display: block;
  border-bottom: #d8d8d8 1px solid;
  padding-bottom: 30px;
  text-decoration: none;
}
.main .contents .mainContent .body .post .thumb {
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.main .contents .mainContent .body .post .title {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.main .contents .mainContent .body .post .tag {
  letter-spacing: -0.4em;
}
.main .contents .mainContent .body .post .tag li {
  color: #168a8b;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0 8px;
  border: #168a8b 1px solid;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.main .contents .mainContent .body .post .date {
  color: #9c9c9c;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.main .contents .mainContent .bottomSns {
  margin: 10px 0 40px;
  letter-spacing: -0.4em;
}
.main .contents .mainContent .bottomSns li {
  width: 95px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  letter-spacing: normal;
}
.main .contents .mainContent .bottomSns li a {
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
}
.main .contents .mainContent .bottomSns li a img {
  width: 19px;
  vertical-align: middle;
}
.main .contents .mainContent .bottomSns li a.tw {
  background: #55acee;
}
.main .contents .mainContent .bottomSns li a.fb {
  background: #3b5998;
}
.main .contents .mainContent .bottomSns li a.line {
  background: #00b900;
}
.main .contents .mainContent .pager {
  display: table;
  margin: 0 auto 80px;
}
.main .contents .mainContent .pager > * {
  display: table-cell;
  vertical-align: middle;
}
.main .contents .mainContent .pager .btn {
  width: 28px;
  padding: 0 5px;
}
.main .contents .mainContent .pager .btn a {
  display: block;
  width: 26px;
  height: 0;
  padding-top: 26px;
  overflow: hidden;
  border: #333 1px solid;
  border-radius: 2px;
  position: relative;
}
.main .contents .mainContent .pager .btn a:before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main .contents .mainContent .pager .btn.first a:after, .main .contents .mainContent .pager .btn.last a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border-top: #333 2px solid;
  border-right: #333 2px solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main .contents .mainContent .pager .btn.prev a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 9px;
}
.main .contents .mainContent .pager .btn.next a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 9px;
}
.main .contents .mainContent .pager .btn.first a:before, .main .contents .mainContent .pager .btn.first a:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main .contents .mainContent .pager .btn.last a:before, .main .contents .mainContent .pager .btn.last a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main .contents .mainContent .pager .btn.first a:before {
  margin-right: 10px;
}
.main .contents .mainContent .pager .btn.first a:after {
  margin-right: 5px;
}
.main .contents .mainContent .pager .btn.last a:before {
  margin-left: 11px;
}
.main .contents .mainContent .pager .btn.last a:after {
  margin-left: 6px;
}
.main .contents .mainContent .pager .pages ul {
  display: table;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}
.main .contents .mainContent .pager .pages ul li {
  width: 28px;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}
.main .contents .mainContent .pager .pages ul li a {
  text-decoration: none;
  display: block;
  width: 26px;
  border: #333 1px solid;
  border-radius: 2px;
  position: relative;
}
.main .contents .mainContent .pager .pages ul li span {
  color: #999;
  display: block;
  background: #e8eae8;
  width: 28px;
  line-height: 28px;
  border-radius: 2px;
}
.main .contents .side {
  width: 26.31579%;
  position: relative;
}
.main .contents .side .inner.fixed {
  position: fixed;
  bottom: 20px;
}
.main .contents .side .inner.bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .contents .side .col {
  margin-bottom: 50px;
}
.main .contents .side .col h3 {
  color: #168a8b;
  font-weight: bold;
  text-align: center;
  border-bottom: #168a8b 2px solid;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.main .contents .side .col h3 .ico {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin-right: 5px;
}
.main .contents .side .col h3 .ico.ico01 {
  width: 18px;
}
.main .contents .side .col h3 .ico.ico02 {
  width: 19px;
}
.main .contents .side .col h3 .ico.ico03 {
  width: 30px;
}
.main .contents .side .col h3 .ico.ico04 {
  width: 18px;
}
.main .contents .side .col h3 .ico.ico05 {
  width: 14px;
}
.main .contents .side .col .categoryList {
  letter-spacing: -0.4em;
}
.main .contents .side .col .categoryList li {
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 10px 10px 0;
}
.main .contents .side .col .categoryList li a {
  display: block;
  color: #168a8b;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  border: #168a8b 1px solid;
  padding: 0 8px;
}
.main .contents .side .col .postList > li {
  border-bottom: #d8d8d8 1px solid;
}
.main .contents .side .col .postList > li a {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 15px 0;
}
.main .contents .side .col .postList > li a > * {
  display: table-cell;
  vertical-align: top;
}
.main .contents .side .col .postList > li a .thumb {
  width: 60px;
}
.main .contents .side .col .postList > li a .thumb .in {
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.main .contents .side .col .postList > li a .thumb .num {
  display: block;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.main .contents .side .col .postList > li a .text {
  padding-left: 10px;
}
.main .contents .side .col .postList > li a .text p {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.main .contents .side .col .postList > li a .tag {
  font-size: 12px;
  letter-spacing: -0.4em;
  text-decoration: none;
}
.main .contents .side .col .postList > li a .tag > li {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  background: #168a8b;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
.main .contents .side .col .contryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .contents .side .col .contryList li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.main .contents .side .col .contryList li a {
  display: block;
  text-decoration: none;
}
.main .contents .side .col .contryList li .flag {
  display: block;
  width: 62px;
  margin: 0 auto 5px;
}
.main .contents .side .col .contryList li .name {
  display: block;
  font-size: 12px;
  letter-spacing: normal;
  text-align: center;
}
.main .contents .side .col .search {
  position: relative;
}
.main .contents .side .col .search input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  font-size: 16px;
  line-height: 32px;
  background: #fff;
  border: #d8d8d8 1px solid;
  padding: 0 40px 0 5px;
  outline: none;
}
.main .contents .side .col .search .btn {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.main .contents .side .col .search .btn input {
  display: block;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  overflow: hidden;
  background-color: #64646e;
  border: none;
  background-image: url("../images/icon_search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  outline: none;
  cursor: pointer;
}
.main .heading {
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: #168a8b 4px solid;
}
.main .heading .title {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.main .heading .title .category {
  display: table-caption;
  letter-spacing: -0.4em;
}
.main .heading .title .category .tag {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: #168a8b;
  margin: 0 20px 10px 0;
}
.main .heading .title h1 {
  color: #555;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.main .heading .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .heading .info .date {
  color: #9c9c9c;
  font-family: 'Montserrat', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
	margin-right: 1em
}
.main .heading .info .share {
  margin-left: auto;
}
.main .heading .info .share dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main .heading .info .share dl dt {
  color: #555;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
}
.main .heading .info .share dl dd ul {
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.main .heading .info .share dl dd ul li {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  margin-left: 10px;
}
.main .cnvLink {
  margin: 50px 0;
}
.main .cnvLink li {
  margin-top: 5px;
  padding-left: 15px;
  position: relative;
}
.main .cnvLink li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #168a8b;
  border-width: 5px 0 5px 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
.main .cnvLink li a {
  color: #168a8b;
  text-decoration: underline;
}
.main .cnvLink li a:hover {
  text-decoration: none;
}
.main .editor {
  border: #168a8b 1px solid;
  padding: 20px 2.23881%;
  margin: 75px 0 80px;
  position: relative;
}
.main .editor .title {
  width: 74px;
  background: #fff;
  padding: 0 6px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 25px;
}
.main .editor .inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.main .editor .inner > * {
  display: table-cell;
  vertical-align: middle;
}
.main .editor .inner .image {
  width: 115px;
}
.main .editor .inner .image span {
  display: block;
  width: 91.30435%;
  padding-top: 91.30435%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main .editor .inner .text {
  color: #555;
}
.main .editor .inner .text .name {
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.main .editor .inner .text .detail {
  font-size: 14px;
}
.main .pageLink {
  color: #333;
  margin: 80px 0 75px;
  padding-top: 15px;
  border-top: #bcbcbc 1px dashed;
  position: relative;
}
.main .pageLink a {
  text-decoration: underline;
  letter-spacing: 0.05em;
}
.main .pageLink a:hover {
  text-decoration: none;
}
.main .pageLink .tolist {
  text-align: center;
}
.main .pageLink .page li {
  position: absolute;
  top: 15px;
}
.main .pageLink .page li a {
  display: block;
  position: relative;
}
.main .pageLink .page li a:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: #333 2px solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main .pageLink .page li.prev {
  left: 0;
}
.main .pageLink .page li.prev a {
  padding-left: 25px;
}
.main .pageLink .page li.prev a:after {
  border-left: #333 2px solid;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main .pageLink .page li.next {
  right: 0;
}
.main .pageLink .page li.next a {
  padding-right: 25px;
}
.main .pageLink .page li.next a:after {
  border-right: #333 2px solid;
  right: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main {
  overflow: hidden;
}

#cmsArea {
  color: #555;
}
#cmsArea img {
  display: block;
  margin: 0 auto;
}
#cmsArea strong {
  font-weight: bold;
}
#cmsArea h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #168a8b;
  margin: 80px 0 25px;
  padding: 10px 20px;
}
#cmsArea h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
  border-left: #168a8b 5px solid;
  margin: 50px 0 25px;
}
#cmsArea h4 {
  font-weight: bold;
}
#cmsArea p {
  line-height: 2.2;
  margin: 1.5em 0;
}
#entryContents > ul {
  line-height: 1.85;
  margin: 1.5em 0;
}
#cmsArea p:first-child,
#entryContents > ul:first-child {
  margin-top: 0;
}
#cmsArea p:last-child,
#entryContents > ul:last-child {
  margin-bottom: 0;
}
#entryContents > ul  {
  padding-left: 1.5em;
}
#entryContents > ul li {
  list-style: disc;
}
#cmsArea iframe {
  width: 100%;
  height: 535px;
}
#cmsArea table {
  box-sizing: border-box;
  width: 100%;
  border: #ccc 1px solid;
  margin: 1.5em 0;
  line-height: 1.5;
}
#cmsArea table th,
#cmsArea table td {
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 5px 10px;
}
#cmsArea table th {
  width: 35%;
  background: #efefef;
}
#cmsArea a {
  color: #168a8b;
  text-decoration: underline;
}
#cmsArea a:hover {
  text-decoration: none;
}
#cmsArea .contentsTable {
  border: #168a8b 1px solid;
  padding: 30px 4.47761%;
  margin: 50px 0;
  position: relative;
  display: none;
}
#cmsArea .contentsTable .title {
  width: 110px;
  background: #fff;
  padding: 0 6px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: -8px;
  left: 25px;
}
#cmsArea .contentsTable .list {
  letter-spacing: 0.05em;
}
#cmsArea .contentsTable .list li {
  padding-left: 15px;
  margin-top: 20px;
  position: relative;
}
#cmsArea .contentsTable .list li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #168a8b;
  border-width: 5px 0 5px 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
#cmsArea .contentsTable .list li:first-child {
  margin-top: 0;
}
#cmsArea .contentsTable .list li a {
  text-decoration: underline;
}
#cmsArea .contentsTable .list li a:hover {
  text-decoration: none;
}

/*/////////////////////////////
04. index
/////////////////////////////*/
.index_mv {
  margin-bottom: 55px;
}
.index_mv .breadCrumb {
  width: 950px;
  margin: 10px auto 15px;
}
.index_mv .breadCrumb ul {
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.4em;
}
.index_mv .breadCrumb ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding-right: 28px;
  position: relative;
}
.index_mv .breadCrumb ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: .5em;
  height: .5em;
  position: absolute;
  border-top: #50505a 1px solid;
  border-right: #50505a 1px solid;
  display: block;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_mv .breadCrumb ul li:last-child {
  padding-right: 0;
}
.index_mv .breadCrumb ul li:last-child:before {
  display: none;
}
.index_mv .breadCrumb ul li a {
  letter-spacing: normal;
  text-decoration: underline;
}
.index_mv .breadCrumb ul li a:hover {
  text-decoration: none;
}
.index_mv .visual {
  height: 300px;
  background: linear-gradient(135deg, #04b7b6 0%, #00acc0 27.5%, #04b7b6 55%, #04b7b6 100%);
  position: relative;
}
.index_mv .visual:after {
  content: "";
  display: block;
  width: 723px;
  height: 300px;
  background: url("../images/index_visual_pc.png") no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.index_mv .visual .title {
  width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 57px;
}
.index_mv .visual .title .hdg {
  width: 448px;
  margin-bottom: 25px;
}
.index_mv .visual .title .lead {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
}

.index_section + .index_section {
  margin-top: 50px;
}
.index_section .hdg04 {
  color: #168a8b;
  line-height: 1;
  border-bottom: #168a8b 4px solid;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-align: center;
}
.index_section .hdg04 span {
  display: inline-block;
  vertical-align: middle;
}
.index_section .hdg04 .ico01 {
  width: 43px;
}
.index_section .hdg04 .ico02 {
  width: 25px;
}
.index_section .hdg04 .ico03 {
  width: 25px;
}
.index_section .hdg04 .ico04 {
  width: 20px;
}
.index_section .hdg04 .ico {
  margin-right: 10px;
}
.index_section .hdg04 .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.index_section .postList {
  margin: 0 -2.0202%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.index_section .postList .nosearch {
  padding: 0 2.0202%;
  margin-bottom: 30px;
}
.index_section .postList .nosearch p {
  font-size: 14px;
}
.index_section .postList .post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 2.0202%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index_section .postList .post a {
  width: 100%;
  display: block;
  border-bottom: #d8d8d8 1px solid;
  padding-bottom: 30px;
  text-decoration: none;
}
.index_section .postList .post .thumb {
  height: 193px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.index_section .postList .post .title {
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.index_section .postList .post .tag {
  letter-spacing: -0.4em;
}
.index_section .postList .post .tag li {
  color: #168a8b;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.1em;
  padding: 0 8px;
  border: #168a8b 1px solid;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.index_section .postList .post .date {
  color: #9c9c9c;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.index_section .topostList {
  width: 300px;
  margin: 0 auto 70px;
}
.index_section .topostList a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  display: block;
  background: #168a8b;
  border: #168a8b 1px solid;
}
.index_section .categoryList {
  letter-spacing: -0.4em;
}
.index_section .categoryList li {
  display: inline-block;
  letter-spacing: 0.1em;
  margin: 0 15px 15px 0;
}
.index_section .categoryList li a {
  display: block;
  color: #168a8b;
  font-size: 15px;
  line-height: 38px;
  text-decoration: none;
  border: #168a8b 1px solid;
  padding: 0 8px;
}
.index_section .contryList {
  letter-spacing: -0.4em;
  text-align: center;
}
.index_section .contryList li {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 30px 25px;
}
.index_section .contryList li a {
  display: block;
  text-decoration: none;
}
.index_section .contryList li a span {
  display: block;
}
.index_section .contryList li .name {
  color: #168a8b;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.index_section .search {
  box-sizing: border-box;
  max-width: 690px;
  margin: 0 auto;
  position: relative;
  padding-right: 190px;
}
.index_section .search input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  background: #fff;
  border: #d8d8d8 1px solid;
  padding: 0 10px;
  outline: none;
}
.index_section .search .btn {
  display: block;
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
}
.index_section .search .btn input {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  background-color: #168a8b;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.index_exBlock {
  background: #61c7e1;
  margin: 20px 0 50px;
  padding: 50px 0;
}
.index_exBlock .box {
  background: #fff;
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
  padding: 40px 45px;
  position: relative;
}
.index_exBlock .box .catch {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 40px;
  background: #002d64;
  padding: 0 20px;
  border-radius: 3px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.index_exBlock .box .exTitle {
  color: #002d64;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border-bottom: #002d64 1px solid;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.index_exBlock .box .input {
  margin-bottom: 40px;
}
.index_exBlock .box .input form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_exBlock .box .input .select {
  width: 300px;
  margin: 0 5px;
}
.index_exBlock .box .input .select select {
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #bcbcbc 1px solid;
  line-height: 40px;
  padding: 0 35px 0 10px;
}
.index_exBlock .box .input .select select:-ms-expand {
  display: none;
}
.index_exBlock .box .input .select label {
  display: block;
  position: relative;
}
.index_exBlock .box .input .select label:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -9px;
  transform: rotate(45deg);
}
.index_exBlock .box .input .search {
  width: 180px;
  margin: 0 5px;
}
.index_exBlock .box .input .search input {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 40px;
  display: block;
  width: 100%;
  background: #002d64;
  border: none;
  padding: 0;
  cursor: pointer;
}
.index_exBlock .box .exLinks {
  overflow: hidden;
  margin: 0 -20px;
}
.index_exBlock .box .exLinks .col {
  box-sizing: border-box;
  width: 33.33333%;
  padding: 0 20px;
  float: left;
}
.index_exBlock .box .exLinks .col a {
  display: block;
  text-decoration: none;
}
.index_exBlock .box .exLinks .col a:hover .text span {
  text-decoration: none;
}
.index_exBlock .box .exLinks .col .cap {
  margin-bottom: 20px;
}
.index_exBlock .box .exLinks .col .text {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}
.index_exBlock .box .exLinks .col .text span {
  display: inline-block;
  text-decoration: underline;
  margin-left: 1em;
}

.index_bottom {
  width: 950px;
  margin: 0 auto;
}
.index_bottom .bnr {
  margin: 0 0 55px;
}
.index_bottom .bnr a {
  display: block;
}
.index_bottom .bottomSns {
  letter-spacing: -0.4em;
}
.index_bottom .bottomSns li {
  width: 95px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  letter-spacing: normal;
}
.index_bottom .bottomSns li a {
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 2px;
}
.index_bottom .bottomSns li a img {
  width: 19px;
  vertical-align: middle;
}
.index_bottom .bottomSns li a.tw {
  background: #55acee;
}
.index_bottom .bottomSns li a.fb {
  background: #3b5998;
}
.index_bottom .bottomSns li a.line {
  background: #00b900;
}

@media (min-width: 769px) {
  .main .contents .mainContent .hdg .share dd ul li a,
  .main .contents .mainContent .body .post a,
  .main .contents .mainContent .bottomSns li a,
  .index_bottom .bottomSns li a,
  .main .contents .side .col .contryList li a,
  .main .heading .info .share dl dd ul li a,
  .prBnr a,
  .cnvBnr a,
  .footer .totop a,
  .header .headCnv .cnvBtn ul li a,
  .index_bottom .bnr a,
  .index_section .contryList li a,
  .index_section .postList .post a,
  .index_exBlock .box .exLinks .col a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .main .contents .mainContent .hdg .share dd ul li a:hover,
  .main .contents .mainContent .body .post a:hover,
  .main .contents .mainContent .bottomSns li a:hover,
  .index_bottom .bottomSns li a:hover,
  .main .contents .side .col .contryList li a:hover,
  .main .heading .info .share dl dd ul li a:hover,
  .prBnr a:hover,
  .cnvBnr a:hover,
  .footer .totop a:hover,
  .header .headCnv .cnvBtn ul li a:hover,
  .index_bottom .bnr a:hover,
  .index_section .contryList li a:hover,
  .index_section .postList .post a:hover,
  .index_exBlock .box .exLinks .col a:hover {
    opacity: .7;
  }

  .main .contents .side .col .categoryList li a,
  .index_section .categoryList li a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .main .contents .side .col .categoryList li a:hover,
  .index_section .categoryList li a:hover {
    color: #fff;
    background: #168a8b;
  }

  .index_section .topostList a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .index_section .topostList a:hover {
    color: #168a8b;
    background: #fff;
  }

  .main .contents .mainContent .pager .pages ul li a,
  .main .contents .mainContent .pager .btn a {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .main .contents .mainContent .pager .pages ul li a:before, .main .contents .mainContent .pager .pages ul li a:after,
  .main .contents .mainContent .pager .btn a:before,
  .main .contents .mainContent .pager .btn a:after {
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .main .contents .mainContent .pager .pages ul li a:hover,
  .main .contents .mainContent .pager .btn a:hover {
    color: #fff;
    background: #333;
  }
  .main .contents .mainContent .pager .pages ul li a:hover:before, .main .contents .mainContent .pager .pages ul li a:hover:after,
  .main .contents .mainContent .pager .btn a:hover:before,
  .main .contents .mainContent .pager .btn a:hover:after {
    border-color: #fff;
  }

  #cmsArea a img {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  #cmsArea a:hover img {
    opacity: .7;
  }
}
/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (max-width: 768px) {
  body {
    letter-spacing: normal;
    line-height: 1.2;
  }

  .header {
    width: 100%;
    display: table;
    padding-bottom: 0;
    background: none;
  }
  .header .top {
    min-width: initial;
    margin-bottom: 0;
  }
  .header .top .inner {
    width: auto;
    display: block;
    padding: 5px 5.33%;
  }
  .header .top .hdg01 {
    font-size: 10px;
    letter-spacing: normal;
  }
  .header .top .links {
    display: none;
  }
  .header .bottom {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 5.33%;
    display: table-caption;
    background: #002d64;
    overflow: hidden;
  }
  .header .bottom .hdg02 {
    width: 125px;
    float: left;
  }
  .header .bottom .hdg02 a {
    padding-top: 20px;
    background: url("../../../smart/img/common/logo.png") no-repeat;
    background-size: contain;
  }
  .header .bottom .tel {
    width: 110px;
    float: right;
    margin-top: 3px;
  }
  .header .bottom .tel a {
    padding-top: 17px;
    background: url("../../../smart/img/common/head_tell.png") no-repeat;
    background-size: contain;
    pointer-events: auto;
  }
  .header .headCnv {
    width: auto;
    margin: 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.2);
  }
  .header .headCnv .cnvBtn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: static;
    padding: 8px 5.33%;
  }
  .header .headCnv .cnvBtn ul li a {
    font-size: 15px;
    line-height: 35px;
  }
  .header .headCnv .cnvBtn ul li a small {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .footer {
    margin-top: 30px;
    min-width: initial;
  }
  .footer .pcFoot {
    display: none;
  }
  .footer .totop {
    width: 35px;
    right: 5.33%;
    bottom: 15px;
  }
  .footer .spFoot {
    display: block;
  }
  .footer .spFoot .breadCrumb {
    background: #002d64;
    padding: 5px 2.66%;
  }
  .footer .spFoot .breadCrumb ul {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.4em;
  }
  .footer .spFoot .breadCrumb ul li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding-right: 20px;
    position: relative;
  }
  .footer .spFoot .breadCrumb ul li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .spFoot .breadCrumb ul li:last-child {
    padding-right: 0;
  }
  .footer .spFoot .breadCrumb ul li:last-child:after {
    display: none;
  }
  .footer .spFoot .box {
    border-top: #00558c 1px solid;
    padding-top: 20px;
  }
  .footer .spFoot .box .sns {
    text-align: center;
    letter-spacing: -0.4em;
    margin-bottom: 20px;
  }
  .footer .spFoot .box .sns li {
    display: inline-block;
    letter-spacing: normal;
    width: 33px;
    margin: 0 3%;
  }
  .footer .spFoot .box .inner {
    margin: 0 5.33%;
  }
  .footer .spFoot .box .inner .list {
    border-top: #b4b4b4 1px solid;
    border-bottom: #b4b4b4 1px dotted;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .footer .spFoot .box .listKon {
    border-top: #b4b4b4 1px solid;
    margin-bottom: 30px;
  }
  .footer .spFoot .box .listKon.mb0 {
    margin-bottom: 0;
  }
  .footer .spFoot .box .listKon li {
    border-bottom: #b4b4b4 1px dotted;
  }
  .footer .spFoot .box .listKon li a {
    color: #002d64;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 12px 18px 12px 0;
    position: relative;
  }
  .footer .spFoot .box .listKon li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #002d64;
    border-right: 2px solid #002d64;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer .spFoot .box .listSearch dt {
    color: #002d64;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 12px;
  }
  .footer .spFoot .box .listSearch .listKon li a {
    font-weight: normal;
    padding: 12px 18px 12px 10px;
  }
  .footer .spFoot .box .footerList {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .spFoot .box .footerList li {
    width: 50%;
  }
  .footer .spFoot .box .footerList li a {
    color: #002d64;
    line-height: 2;
    text-decoration: underline;
  }
  .footer .spFoot .box .footerDic {
    margin-bottom: 30px;
  }
  .footer .spFoot .box .footerDic .trig a {
    display: block;
    color: #002d64;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
    background: url("../../../smart/img/common/arrow_blue_close.png") no-repeat 100% center;
    background-size: 17px;
    border-bottom: 1px dotted #b4b4b4;
    text-decoration: none;
  }
  .footer .spFoot .box .footerDic .trig a.open {
    background: url("../../../smart/img/common/arrow_blue_open.png") no-repeat 100% center;
    background-size: 17px;
  }
  .footer .spFoot .box .footerDic .listKon {
    display: none;
    border-top: none;
  }
  .footer .spFoot .box .footerDic .listKon li a {
    font-weight: normal;
    padding: 12px 18px 12px 10px;
  }
  .footer .spFoot .box .copy {
    background: #002d64;
    color: #fff;
    text-align: center;
    margin-top: 35px;
  }
  .footer .spFoot .box .copy p {
    font-size: 9px;
    line-height: 3;
  }

  .main {
    margin-top: 15px;
  }
  .main .container {
    width: auto;
    margin: 0;
    padding: 0 5.33%;
  }
  .main .breadCrumb {
    display: none;
  }
  .main .contents {
    display: block;
  }
  .main .contents > * {
    display: block;
  }
  .main .contents .mainContent {
    padding-right: 0;
  }
  .main .contents .mainContent .hdg {
    margin-bottom: 20px;
    padding-bottom: 6px;
    display: block;
  }
  .main .contents .mainContent .hdg h3 {
    font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .main .contents .mainContent .hdg .share dl {
    display: block;
    letter-spacing: -0.4em;
    text-align: right;
  }
  .main .contents .mainContent .hdg .share dl > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .main .contents .mainContent .hdg .share dt {
    font-size: 10px;
  }
  .main .contents .mainContent .body {
    margin: 0 -2.08333%;
    overflow: hidden;
  }
  .main .contents .mainContent .body .nosearch {
    padding: 0 2.08333%;
    margin-bottom: 15px;
  }
  .main .contents .mainContent .body .post {
    padding: 0 2.08333%;
    margin-bottom: 15px;
  }
  .main .contents .mainContent .body .post a {
    padding-bottom: 10px;
  }
  .main .contents .mainContent .body .post .thumb {
    height: 0;
    padding-top: 66.66667%;
    margin-bottom: 8px;
  }
  .main .contents .mainContent .body .post .title {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .main .contents .mainContent .body .post .tag li {
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
  }
  .main .contents .mainContent .body .post .date {
    font-size: 11px;
  }
  .main .contents .mainContent .bottomSns {
    margin: 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .contents .mainContent .bottomSns li {
    width: 27.53623%;
    display: block;
    margin-right: 0;
  }
  .main .contents .mainContent .bottomSns li a {
    line-height: 40px;
  }
  .main .contents .mainContent .pager {
    margin-bottom: 75px;
  }
  .main .contents .mainContent .pager .btn {
    width: 23px;
    padding: 0 3px;
  }
  .main .contents .mainContent .pager .btn a {
    width: 23px;
    padding-top: 23px;
  }
  .main .contents .mainContent .pager .btn.prev a:before {
    margin-right: 7px;
  }
  .main .contents .mainContent .pager .btn.next a:before {
    margin-left: 7px;
  }
  .main .contents .mainContent .pager .btn.first a:before, .main .contents .mainContent .pager .btn.first a:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .main .contents .mainContent .pager .btn.last a:before, .main .contents .mainContent .pager .btn.last a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main .contents .mainContent .pager .btn.first a:before {
    margin-right: 9px;
  }
  .main .contents .mainContent .pager .btn.first a:after {
    margin-right: 4px;
  }
  .main .contents .mainContent .pager .btn.last a:before {
    margin-left: 10px;
  }
  .main .contents .mainContent .pager .btn.last a:after {
    margin-left: 5px;
  }
  .main .contents .mainContent .pager .pages ul {
    line-height: 23px;
  }
  .main .contents .mainContent .pager .pages ul li {
    width: 23px;
    padding: 0 3px;
  }
  .main .contents .mainContent .pager .pages ul li a {
    width: 23px;
  }
  .main .contents .mainContent .pager .pages ul li span {
    width: 23px;
    line-height: 23px;
  }
  .main .contents .side {
    width: 100%;
    margin-top: 70px;
  }
  .main .contents .side .col {
    margin-bottom: 35px;
  }
  .main .contents .side .col h3 {
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .main .contents .side .col h3 .ico {
    margin-right: 3px;
  }
  .main .contents .side .col h3 .ico.ico01 {
    width: 16px;
  }
  .main .contents .side .col h3 .ico.ico02 {
    width: 20px;
  }
  .main .contents .side .col h3 .ico.ico03 {
    width: 32px;
  }
  .main .contents .side .col h3 .ico.ico04 {
    width: 16px;
  }
  .main .contents .side .col h3 .ico.ico05 {
    width: 12px;
  }
  .main .contents .side .col .categoryList li a {
    line-height: 23px;
  }
  .main .contents .side .col .postList > li a {
    padding: 10px 0;
  }
  .main .contents .side .col .postList > li a .thumb {
    width: 21.73913%;
  }
  .main .contents .side .col .postList > li a .thumb .in {
    height: 0;
    padding-top: 100%;
  }
  .main .contents .side .col .postList > li a .thumb .num {
    width: 33px;
  }
  .main .contents .side .col .postList > li a .text {
    padding-left: 4.34783%;
  }
  .main .contents .side .col .postList > li a .text p {
    font-size: 12px;
    line-height: 1.666;
  }
  .main .contents .side .col .postList > li a .tag {
    font-size: 11px;
  }
  .main .contents .side .col .postList > li a .tag > li {
    line-height: 18px;
  }
  .main .contents .side .col .contryList li .name {
    font-size: 13px;
  }
  .main .contents .side .col .search {
    width: 85.50725%;
    margin: 0 auto;
  }
  .main .heading {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .main .heading .title {
    margin-bottom: 10px;
  }
  .main .heading .title .category {
    margin-bottom: 8px;
  }
  .main .heading .title .category .tag {
    font-size: 11px;
    line-height: 20px;
    padding: 0 8px;
    margin: 0 10px 5px 0;
  }
  .main .heading .title h1 {
    font-size: 17px;
    line-height: 1.35;
  }
	.main .heading .info {
		flex-wrap: wrap;
	}
  .main .heading .info .date {
    font-size: 12px;
  }
	.main .heading .info .share {
		width: 100%;
		margin-top: 10px;
	}
	.main .heading .info .share dl {
		justify-content: flex-end;
	}
  .main .heading .info .share dl dt {
    font-size: 10px;
  }
  .main .cnvLink {
    margin: 40px 0;
    font-size: 14px;
  }
  .main .cnvLink li {
    margin-top: 10px;
  }
  .main .cnvLink li:before {
    top: 2px;
  }
  .main .editor {
    padding: 15px 2.17391%;
    margin: 40px 0 30px;
  }
  .main .editor .title {
    line-height: 0;
    width: 54px;
    padding: 0 4px;
    top: -5px;
    left: 12px;
  }
  .main .editor .inner .image {
    width: 28.0303%;
  }
  .main .editor .inner .image span {
    width: 91.89189%;
    padding-top: 91.89189%;
  }
  .main .editor .inner .text .name {
    font-size: 12px;
  }
  .main .editor .inner .text .detail {
    font-size: 11px;
  }
  .main .pageLink {
    margin: 30px 0 70px;
    padding-top: 20px;
  }
  .main .pageLink a {
    font-size: 15px;
  }
  .main .pageLink .page li {
    width: 15px;
    top: 20px;
  }
  .main .pageLink .page li a {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 19px 0 0;
  }
  .main .pageLink .page li.prev a {
    padding-left: 0;
  }
  .main .pageLink .page li.next a {
    padding-right: 0;
  }

  #cmsArea h2 {
    font-size: 16px;
    margin: 50px 0 15px;
    padding: 7px 15px;
    line-height: 1.7;
  }
  #cmsArea h3 {
    font-size: 15px;
    padding-left: 10px;
    margin: 40px 0 15px;
    line-height: 1.7;
  }
  #cmsArea p {
    font-size: 14px;
    line-height: 2;
  }
  #entryContents > ul {
    font-size: 14px;
    line-height: 1.666;
  }
  #cmsArea iframe {
    height: calc(100% * 0.5625);
  }
  #cmsArea table {
    font-size: 13px;
    line-height: 1.666;
  }
  #cmsArea table th {
    width: 25%;
  }
  #cmsArea .contentsTable {
    padding: 20px 4.34783%;
    margin: 40px 0;
  }
  #cmsArea .contentsTable .title {
    line-height: 0;
    width: 81px;
    padding: 0 4px;
    top: -5px;
    left: 12px;
  }
  #cmsArea .contentsTable .list li {
    padding-left: 12px;
    margin-top: 15px;
  }
  #cmsArea .contentsTable .list li a {
    font-size: 12px;
  }

  .index_mv {
    margin-bottom: 35px;
  }
  .index_mv .breadCrumb {
    display: none;
  }
  .index_mv .visual {
    height: auto;
    background: linear-gradient(135deg, #04b7b6 0%, #00acc0 50%, #04b7b6 100%);
  }
  .index_mv .visual:after {
    width: 100%;
    height: 0;
    background: url("../images/index_visual_sp.jpg") no-repeat;
    background-position: left top;
    background-size: contain;
    position: static;
    padding-top: 33.6%;
  }
  .index_mv .visual .title {
    width: 100%;
    margin: 0;
    padding: 16px 0 13px;
  }
  .index_mv .visual .title .hdg {
    width: 248px;
    margin: 0 auto 5px;
  }
  .index_mv .visual .title .lead {
    font-size: 11px;
    text-align: center;
  }

  .index_section + .index_section {
    margin-top: 40px;
  }
  .index_section .hdg04 {
    border-width: 2px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .index_section .hdg04 .ico01 {
    width: 32px;
  }
  .index_section .hdg04 .ico02 {
    width: 16px;
  }
  .index_section .hdg04 .ico03 {
    width: 16px;
  }
  .index_section .hdg04 .ico04 {
    width: 12px;
  }
  .index_section .hdg04 .ico {
    margin-right: 6px;
  }
  .index_section .hdg04 .text {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .index_section .postList {
    margin: 0 -2.08333%;
  }
  .index_section .postList .nosearch {
    padding: 0 2.08333%;
    margin-bottom: 15px;
  }
  .index_section .postList .post {
    width: 50%;
    padding: 0 2.08333%;
    margin-bottom: 15px;
  }
  .index_section .postList .post a {
    padding-bottom: 10px;
  }
  .index_section .postList .post .thumb {
    height: 0;
    padding-top: 66.66667%;
    margin-bottom: 8px;
  }
  .index_section .postList .post .title {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .index_section .postList .post .tag li {
    font-size: 10px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
  }
  .index_section .postList .post .date {
    font-size: 11px;
  }
  .index_section .topostList {
    width: 240px;
    margin: 0 auto;
  }
  .index_section .topostList a {
    font-size: 13px;
    line-height: 38px;
  }
  .index_section .categoryList li a {
    line-height: 23px;
  }
  .index_section .contryList {
    overflow: hidden;
  }
  .index_section .contryList li {
    box-sizing: border-box;
    width: 50%;
    display: block;
    padding: 0 7.24638%;
    margin: 0 0 12px;
    float: left;
  }
  .index_section .contryList li .name {
    font-size: 12px;
    margin-top: 3px;
  }
  .index_section .search {
    padding-right: 85px;
  }
  .index_section .search input[type="text"] {
    height: 35px;
    line-height: 33px;
    padding: 0 5px;
  }
  .index_section .search .btn {
    width: 82px;
  }
  .index_section .search .btn input {
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 0.1em;
  }

  .index_exBlock {
    margin: 23px 0 38px;
    padding: 25px 4%;
  }
  .index_exBlock .box {
    width: 100%;
    margin: 0;
    padding: 30px 4.34783%;
  }
  .index_exBlock .box .catch {
    font-size: 12px;
    line-height: 28px;
    padding: 0 11px;
    top: -12px;
  }
  .index_exBlock .box .exTitle {
    font-size: 20px;
    padding-bottom: 11px;
    margin-bottom: 15px;
  }
  .index_exBlock .box .input {
    display: block;
    margin-bottom: 30px;
  }
  .index_exBlock .box .input form {
    display: block;
  }
  .index_exBlock .box .input .select {
    width: 275px;
    margin: 0 auto 8px;
  }
  .index_exBlock .box .input .select select {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px 0 10px;
  }
  .index_exBlock .box .input .search {
    width: 150px;
    margin: 10px auto 0;
  }
  .index_exBlock .box .input .search input {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 35px;
  }
  .index_exBlock .box .exLinks {
    margin: 0;
  }
  .index_exBlock .box .exLinks .col {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    float: none;
  }
  .index_exBlock .box .exLinks .col:first-child {
    margin-top: 0;
  }
  .index_exBlock .box .exLinks .col a {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .index_exBlock .box .exLinks .col a > * {
    display: table-cell;
    vertical-align: top;
  }
  .index_exBlock .box .exLinks .col .cap {
    width: 36.50794%;
    margin-bottom: 0;
  }
  .index_exBlock .box .exLinks .col .text {
    padding: 5px 0 0 3.1746%;
    font-size: 12px;
  }

  .index_bottom {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }
  .index_bottom .bnr {
    margin: 0 0 40px;
  }
  .index_bottom .bottomSns {
    margin: 15px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index_bottom .bottomSns li {
    width: 27.53623%;
    display: block;
    margin-right: 0;
  }
  .index_bottom .bottomSns li a {
    line-height: 40px;
  }
}

/*# sourceMappingURL=base.css.map */
