@charset "UTF-8";
.column, .column2, .column4, .column3, .right-contents .header-link {
  letter-spacing: -.38em;
}
.col2, .col2.rec-box, .col3, .col4, .col4.rec-box, .column3 .rec-box {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.clear, #LayerBody, .tnavi ol, .top-page #LayerContentsBody, .w-free, .em-area, #AreaGnavi ul, .fnavi .fnavi-link, .topic-navi ul, .news-list a, .no-link {
  *zoom: 1;
}
.clear:before, #LayerBody:before, .tnavi ol:before, .top-page #LayerContentsBody:before, .w-free:before, .em-area:before, #AreaGnavi ul:before, .fnavi .fnavi-link:before, .topic-navi ul:before, .news-list a:before, .no-link:before {
  display: table;
  content: "";
}
.clear:after, #LayerBody:after, .tnavi ol:after, .top-page #LayerContentsBody:after, .w-free:after, .em-area:after, #AreaGnavi ul:after, .fnavi .fnavi-link:after, .topic-navi ul:after, .news-list a:after, .no-link:after {
  display: table;
  clear: both;
  content: "";
}
/* *****************************************************
Contents ---------------
01: reset
02: common
03: LayerBase
04: LayerBody
05: LayerHeader
06: LayerFooter
------------------------
***************************************************** */
/* *****************************************************
reset
***************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
}
html, body {
  height: 100%;
}
body {
  min-width: 960px;
  background-color: #fff;
  color: #333;
  font-size: 81.3%;
  /* 13px */
  line-height: 176.9%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  /* 23px */
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  body {
    min-width: auto;
  }
}
@media only screen and (max-width: 670px) {
  body {
    position: relative;
    right: 0;
    overflow-x: hidden;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  body.iframe-contents {
    min-width: 1px;
  }
}
body.en {
  font-family: "Times New Roman", Meiryo, serif;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: normal;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a, a:link {
  margin: 0;
  padding: 0;
  outline: none;
  background: transparent;
  vertical-align: bottom;
  color: #e58407;
  text-decoration: none;
  word-wrap: break-word;
}
a:visited {
  color: #1e5385;
}
a:hover, a:active {
  text-decoration: underline;
}
table {
  border-spacing: 0;
  border-collapse: separate;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 670px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
input, select {
  vertical-align: middle;
}
input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
.en input, .en textarea, .en select {
  font-family: "Times New Roman", Meiryo, serif;
}
strong, em {
  font-weight: bold;
}
/* *****************************************************
common
***************************************************** */
.skipLink, #skip {
  position: absolute;
  outline: none;
  text-indent: -9999px;
}
@media only screen and (max-width: 670px) {
  .clear .left, .clear .right {
    width: auto;
  }
}
/* *****************************************************
LayerContainer
***************************************************** */
#LayerContainer {
  width: 100%;
  height: 100%;
}
/* *****************************************************
LayerBase
***************************************************** */
#LayerBase {
  position: relative;
  width: 100%;
  min-height: 100%;
}
/* *****************************************************
LayerBody
***************************************************** */
#LayerBody {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto 0;
  padding-bottom: 296px;
}
.top-page #LayerBody {
  width: auto;
  padding-bottom: 248px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #LayerBody {
    width: 100%;
  }
  body:not(.top-page) #LayerBody {
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 671px) {
  .top-page #LayerBody {
    padding-bottom: 340px;
  }
  body:not(.top-page) #LayerBody {
    padding-bottom: 380px;
  }
}
@media only screen and (max-width: 670px) {
  #LayerBody {
    width: auto;
    margin: 0 auto 40px;
    padding-bottom: 0;
  }
  .top-page #LayerBody {
    padding-bottom: 0;
  }
}
/* tnavi
------------------------------------------------------ */
.tnavi {
  background: #f5f5f5;
}
.tnavi ol {
  margin: 17px 0 0 0;
  padding: 2px 10px;
  list-style-type: none;
  color: #333;
}
.tnavi ol li {
  /*float: left;*/
  display: inline;
  font-size: 93%;
  line-height: 184%;
}
.tnavi ol li a {
  color: #333;
  text-decoration: underline;
}
.tnavi ol li + li {
  margin-top: 0;
}
@media only screen and (max-width: 670px) {
  .tnavi {
    padding: 0 10px 6px;
    background: #f5f5f5;
  }
  .tnavi ol {
    margin: 0 0 0 0;
    padding: 0;
  }
  .tnavi ol li {
    margin: 6px 0 0 0;
  }
  .tnavi ol li a:hover {
    color: #e58407;
    text-decoration: none;
  }
  .tnavi ol li + li {
    margin: 6px 0 0 0;
  }
}
/* icon-font
------------------------------------------------------ */
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/icomoon.eot?3hzw0g");
  src: url("fonts/icomoon.eot?3hzw0g#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?3hzw0g") format("truetype"), url("fonts/icomoon.woff?3hzw0g") format("woff"), url("fonts/icomoon.svg?3hzw0g#icomoon") format("svg");
}
[class^="icon-"]:before, [class*=" icon-"]:before, #LayerContentsBody ul li:before, h4:before, .link a:before, a[target="_blank"]:after, .news-list a[target="_blank"] .text:after, .rec-box a[target="_blank"] .text:after, #AreaLnavi ul li a:before, #AreaLnavi li li a:before, .fnavi-home a:before, .fnavi-top a:before, .footer-item-1 li a:before, .news-hgroup p a:before, .newsback_btn_01 p a:before, .list-link a:before, .news-list a:before, .no-link:before, .rec-box .text:before, .accordion .title:before, .accordion .title.active:before, .sp .sub-navi a:before, .sp #AreaGnavi > ul > li > a:before, .tab a:before, .header-link li a:before, .vision-link .title:before, .tab.active a:before {
  line-height: 1;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.icon--1:before, .fnavi-home a:before {
  content: "\e606";
}
.icon--2:before, .fnavi-top a:before {
  content: "\e607";
}
.icon--3:before, .link a:before, #AreaLnavi ul li a:before, .footer-item-1 li a:before, .news-hgroup p a:before, .newsback_btn_01 p a:before, .list-link a:before, .news-list a:before, .no-link:before, .rec-box .text:before, .sp .sub-navi a:before, .header-link li a:before, .vision-link .title:before {
  content: "\e608";
}
@media screen and (max-width: 670px) {
  #AreaGnavi > ul > li > a:before {
    content: "\e608";
  }
}
.icon--4:before, a[target="_blank"]:after, .news-list a[target="_blank"] .text:after, .rec-box a[target="_blank"] .text:after {
  content: "\e609";
}
.icon--5:before, #AreaLnavi li li a:before {
  content: "\e613";
}
.icon--6:before, h4:before {
  content: "\e614";
}
.icon--7:before, #LayerContentsBody ul li:before {
  content: "\e615";
}
.icon--8:before, .accordion .title:before, .tab a:before {
  content: "\e601";
}
.icon-9:before, .tab.active a:before, .accordion .title.active:before {
  content: "\e600";
}
/* *****************************************************
LayerContents
***************************************************** */
#LayerContents {
  float: left;
  width: 710px;
}
.column1 #LayerContents {
  float: none;
  width: auto;
}
.top-page #LayerContents {
  float: none;
  width: auto;
}
.top-page #LayerContentsBody {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #LayerContents {
    width: calc(100% - 250px);
  }
  .top-page #LayerContentsBody {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
  }
  #LayerContentsBody img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 670px) {
  #LayerContents {
    float: none;
    width: auto;
    padding: 0 10px;
  }
  .top-page #LayerContents {
    padding: 0;
  }
  .top-page #LayerContentsBody {
    width: auto;
  }
  #LayerContentsBody table {
    width: 100%;
    table-layout: fixed;
  }
}
.article-info {
  margin: 20px 0 0;
}
.news-category {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: .25em;
  background: #e1f5fd;
  color: #404040;
  line-height: 100%;
}
.news-list .news-category {
  width: 7.5em;
  margin: 0 0 0 .5em;
  text-align: center;
}
/*
heading
***************************************************** */
h1 {
  margin: 9px 0 10px;
  padding: 10px 10px 25px 10px;
  background: url(i/bg_h1.png) 0 bottom repeat-x;
  font-size: 170%;
  line-height: 146%;
}
h2 {
  position: relative;
  margin: 36px 0 10px;
  padding: 3px 10px 4px 12px;
  border-bottom: 1px solid #adadad;
  font-size: 124%;
  line-height: 163%;
}
h2:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: url(i/bg_h2.png) 0 top no-repeat #286196;
  content: "";
}
h3 {
  margin: 30px 0 20px;
  padding: 0 0 0 11px;
  border-left: 3px solid #2e93c9;
  color: #0f5d87;
  font-size: 108%;
  line-height: 134%;
}
.kihan {
  position: relative;
  padding: 3px 0 1px 54px;
  border-left: none;
  background: #2e93c9;
  color: #fff;
  font-size: 124%;
  line-height: 163%;
}
.kihan span {
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 38px;
  height: 30px;
  padding-top: 8px;
  border: 1px solid #2e93c9;
  background: #fff;
  text-align: center;
  color: #333;
  font-size: 157%;
  line-height: 100%;
}
h4 {
  position: relative;
  margin: 15px 0 10px;
  padding: 0 0 0 13px;
}
h4:before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 7px;
  height: 7px;
  color: #3077b9;
  font-size: 93%;
  line-height: 184%;
}
/*
p
***************************************************** */
* + p {
  margin-top: 23px;
}
* + .caption {
  margin-top: 10px;
}
/*
btn
***************************************************** */
.btn {
  /*width: 350px;*/
  width: 300px;
  height: 50px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 670px) {
  .btn {
    width: 300px;
    height: 50px;
  }
}
.btn a, .btn button {
  display: table-cell;
  /*width: 350px;*/
  width: 300px;
  height: 50px;
  background: url(i/bg_btn.png) 0 0 no-repeat;
  text-align: center;
  vertical-align: middle;
  color: #354757;
  font-size: 116%;
  line-height: 167%;
}
@media only screen and (max-width: 670px) {
  .btn a, .btn button {
    width: 300px;
    height: 50px;
    background: url(i/bg_btn_sp.png) 0 0 no-repeat;
    background-size: 300px 50px;
  }
}
.btn a:hover, .btn button:hover {
  background-position: 0 -50px;
  text-decoration: none;
}
@media only screen and (max-width: 670px) {
  .btn a:hover, .btn button:hover {
    background: url(i/bg_btn_sp.png) 0 0 no-repeat;
    background-size: 300px 50px;
  }
}
.btn button {
  border: none;
  cursor: pointer;
}
/*
ol
***************************************************** */
* + ol {
  margin-top: 23px;
}
ol {
  margin-left: 20px;
  list-style-type: decimal;
  color: #537283;
}
ol li > span {
  margin-left: -5px;
  color: #333;
}
ol li + li {
  margin-top: 11px;
}
/*
ul
***************************************************** */
* + ul {
  margin-top: 23px;
}
ul li {
  position: relative;
  padding-left: 14px;
}
ul li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  color: #63b1da;
  font-size: 77%;
  line-height: 200%;
}
ul li ul li:before {
  color: #a5cee3;
}
ul li + li {
  margin-top: 5px;
}
ul li ul {
  margin: 5px 0 0 0;
}
.tab li:before {
  display: none;
}
.link li {
  padding: 0;
}
.link li:before {
  display: none;
}
/*
table
***************************************************** */
* + table {
  margin-top: 23px;
}
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
thead th {
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #2e93c9;
  background: #cde5f2;
  color: #174862;
}
th, td {
  padding: 11px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-wrap: break-word;
}
.type-sp th, .type-sp td {
  display: block;
}
th {
  background: #edf1f2;
  text-align: center;
}
table.pc-only {
  display: table;
}
.type-sp table.pc-only {
  display: none;
}
.type-sp .sp-only th, .type-sp .sp-only td {
  display: table-cell;
}
.type-sp .sp-only th {
  background: none;
}
.type-sp .sp-only .th-second {
  border-bottom: 2px solid #2e93c9;
  background: #cde5f2;
  text-align: center;
  color: #174862;
}
.type-sp table.sp-only {
  display: table;
}
.area-tab th, .area-tab td {
  padding: 11px 10px;
  text-align: center;
}
.area-tab thead th {
  padding: 5px 10px;
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .area-tab thead th, .area-tab th, .area-tab td {
    padding: 6px 5px;
    font-size: 88%;
  }
}
table dl + dl {
  margin-top: 10px;
}
/*
parts
***************************************************** */
a[target="_blank"]:after {
  display: inline-block;
  vertical-align: middle;
  color: #2e93c9;
  font-size: 139%;
  line-height: 100%;
  text-decoration: none;
}
.no-link-icon[target="_blank"]:after {
  display: none;
}
.news-list a[target="_blank"]:after {
  display: none;
}
.footer-license a[target="_blank"]:after {
  display: none;
}
.news-list a[target="_blank"] .text:after {
  display: inline-block;
  vertical-align: middle;
  color: #2e93c9;
  font-size: 139%;
  line-height: 100%;
  text-decoration: none;
}
.icon-none[target="_blank"]:after {
  display: none;
}
.caution {
  color: #c2360b;
}
.link a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  color: #333;
}
.link a:before {
  display: block;
  position: absolute;
  top: -4px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
  text-decoration: underline;
}
.link a:hover {
  color: #e58407;
}
.link a:before {
  text-decoration: none;
}
.vision-link li {
  margin: 0;
  padding: 0;
}
.vision-link li + li {
  margin-top: 10px;
}
.vision-link li:before {
  display: none;
}
.vision-link span {
  font-size: 108%;
  line-height: 172%;
}
.vision-link .title {
  display: inline-block;
  width: 80px;
  padding-left: 20px;
  color: #286196;
  font-weight: bold;
}
.vision-link .title:before {
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 116%;
  line-height: 167%;
}
@media only screen and (max-width: 670px) {
  .vision-link span {
    display: block;
  }
}
.syakun {
  color: #133c52;
  font-size: 124%;
  line-height: 125%;
  font-weight: bold;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 670px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*
column
***************************************************** */
@media only screen and (max-width: 670px) {
  h2 + .column, h3 + .column, h4 + .column, h5 + .column {
    margin-top: -15px;
  }
}
.column {
  margin: -30px 0 30px -30px;
}
@media only screen and (max-width: 670px) {
  .column {
    margin: 0 0 15px 0;
  }
}
.column.douga {
  margin: 23px 0 30px -29px;
}
.column.douga .col2 {
  width: 340px;
  margin: 0 0 0 29px;
}
@media only screen and (max-width: 670px) {
  .column.douga .col2 {
    width: auto;
  }
  .column.douga .col2 + .col2 {
    margin-top: 15px;
  }
  .column.douga .col2 img {
    max-width: 100%;
    height: auto;
  }
}
.column.douga .col2 a {
  display: block;
  position: relative;
}
.column.douga .col2 a:hover .arrow {
  display: block;
}
.column.douga .arrow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #2e93c9;
  background: url(i/arrow.png) center center no-repeat;
  background-color: rgba(0, 0, 0, .5);
  text-indent: -9999px;
}
.col2 {
  margin: 30px 0 0 30px;
}
@media only screen and (max-width: 670px) {
  .col2 {
    margin: 15px 0 0 0;
  }
}
.col2.image {
  width: 345px;
}
@media only screen and (max-width: 670px) {
  .col2.image {
    width: auto;
  }
  .col2.image img {
    max-width: 100%;
    height: auto;
  }
}
.col2.text {
  width: 335px;
}
@media only screen and (max-width: 670px) {
  .col2.text {
    width: auto;
  }
}
.col2.rec-box .image {
  overflow: hidden;
  width: 343px;
  height: auto;
  text-align: center;
}
.col2.rec-box .text {
  width: auto;
  background: #f5f5f5;
}
.col2.rec-box {
  width: 343px;
  margin-left: 20px;
}
@media only screen and (max-width: 670px) {
  .col2.rec-box {
    box-sizing: border-box;
    width: 48%;
    margin: 15px 0 0 4%;
  }
  .col2.rec-box:nth-child(even) {
    margin: 15px 0 0 4%;
  }
  .col2.rec-box:nth-child(odd) {
    margin: 15px 0 0 0;
  }
  .col2.rec-box img {
    max-width: 100%;
    height: auto;
  }
  .col2.rec-box .image {
    width: auto;
  }
}
.column2 {
  margin: -20px 0 0 -20px;
}
@media only screen and (max-width: 670px) {
  .column2 {
    margin-left: 0;
  }
}
.col3 {
  width: 216px;
  margin: 30px 0 0 30px;
}
@media only screen and (max-width: 670px) {
  .col3 {
    width: 48%;
    margin: 15px 0 0 4%;
  }
  .col3:nth-child(even) {
    margin: 15px 0 0 4%;
  }
  .col3:nth-child(odd) {
    margin: 15px 0 0 0;
  }
  .col3 img {
    max-width: 100%;
    height: auto;
  }
}
.column4 {
  margin: 0 0 0 -20px;
}
.col4 {
  width: 228px;
  margin-left: 20px;
}
.column4 .col4.rec-box:first-of-type {
  margin-left: 20px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .column4 .col4.rec-box:first-of-type {
    margin-left: 0;
  }
}
.column4 .col4.rec-box:not(:first-of-type) {
  margin-left: 15px;
}
.col4.rec-box .image {
  overflow: hidden;
  /*width: 223px;*/
  height: auto;
}
.column3 {
  margin: -14px 0 30px -14px;
  display: flex;
  flex-wrap: wrap;
}
.column3 .rec-box {
  margin-top: 14px;
  margin-left: 14px;
}
.column3 .col3 {
  width: 227px;
}
.column3 .col3 a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .column3 {
    margin: 0;
  }
  .column3 .rec-box:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .column3 .col3 {
    width: calc((100% - 28px)/3);
  }
  _:-ms-lang(x)::-ms-backdrop, .column3 .col3 {
    width: calc((100% - 29px)/3);
  }
  .col3 .image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 670px) {
  .column3 {
    margin-left: 0;
  }
  .column3 .col3 {
    box-sizing: border-box;
    width: 48%;
    margin: 15px 0 0 4%;
  }
  .column3 .col3:nth-child(even) {
    margin: 15px 0 0 4%;
  }
  .column3 .col3:nth-child(odd) {
    margin: 15px 0 0 0;
  }
  .column3 .col3 .image {
    text-align: center;
  }
}
.column3 .col3 .text {
  padding: 8px 9px 8px 25px;
  background: #f5f5f5;
  height: 100%;
}
.column3 .col3 .text:before {
  top: 4px;
  left: 5px;
}
.w-free {
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 670px) {
  .w-free .image, .w-free .text {
    width: auto;
  }
  .w-free .image + .text, .w-free .text + .image {
    margin-top: 10px;
  }
  .w-free .left, .w-free .fight {
    float: none;
  }
}
/*
em-area
***************************************************** */
.em-area {
  padding: 15px;
  background: #f5f5f5;
}
.em-area .column {
  margin: 0;
  letter-spacing: normal;
}
.em-area .col2 {
  display: table-cell;
  margin: 0;
}
@media only screen and (max-width: 670px) {
  .em-area .col2 {
    display: block;
  }
}
.em-area .col2.image {
  width: 365px;
  background: #fff;
}
@media only screen and (max-width: 670px) {
  .em-area .col2.image {
    width: auto;
  }
  .em-area .col2.image img {
    max-width: 100%;
    height: auto;
  }
}
.em-area .col2.image a:hover img {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.em-area .col2.text {
  width: 285px;
  padding: 0 0 0 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 670px) {
  .em-area .col2.text {
    width: auto;
    padding: 10px 0 0 0;
  }
}
/*
area-tab
***************************************************** */
.area-tab {
  position: relative;
  padding-top: 40px;
}
.type-sp.area-tab {
  padding-top: 0;
}
.area-tab .tab-content {
  border: 2px solid #2e93c9;
}
.type-sp.area-tab .tab-content {
  border: 1px solid #2e93c9;
}
.tab {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  margin: 0;
  padding: 0;
}
.area-tab:not(.type-sp) .tab {
  width: 150px;
}
.area-tab:not(.type-sp) .tab:nth-of-type(2) {
  left: 160px;
}
.area-tab:not(.type-sp) .tab:nth-of-type(3) {
  left: 320px;
}
.area-tab:not(.type-sp) .tab:nth-of-type(4) {
  left: 480px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .area-tab:not(.type-sp) .tab {
    width: 120px;
  }
  .area-tab:not(.type-sp) .tab:nth-of-type(2) {
    left: 130px;
  }
  .area-tab:not(.type-sp) .tab:nth-of-type(3) {
    left: 260px;
  }
  .area-tab:not(.type-sp) .tab:nth-of-type(4) {
    left: 390px;
  }
}
.type-sp .tab {
  display: table;
  position: relative;
  width: 100%;
}
.tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #e8e8e8;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.tab a:before {
  display: none;
  font-size: 131%;
  line-height: 159%;
}
.type-sp .tab a {
  position: relative;
}
.type-sp .tab a:before {
  display: block;
  position: absolute;
  top: 6px;
  right: 25px;
  width: 10px;
  height: auto;
  color: #808080;
}
.tab a:hover {
  text-decoration: none;
}
body:not(.sp) .tab a:hover {
  background: #2e93c9;
  color: #fff;
}
@media only screen and (max-width: 670px) {
  .tab a:hover {
    background: #e8e8e8;
    color: #333;
  }
  .tab a:hover:before {
    color: #808080;
  }
}
.tab.active a {
  background: #2e93c9;
  color: #fff;
  text-decoration: none;
}
.type-sp .tab.active a:before {
  top: 11px;
  color: #fff;
}
.tab-content {
  display: none;
}
.active + .tab-content {
  display: block;
}
.tab-content {
  padding: 30px 19px;
}
@media only screen and (max-width: 1023px) {
  .tab-content {
    padding: 10px 5px;
  }
}
.tab-content table {
  margin-top: 20px;
}
.type-sp .tab-content th, .type-sp .tab-content td {
  padding: 7px 10px;
  vertical-align: middle;
  line-height: 130%;
}
.type-sp .tab-content + .tab, .type-sp .tab + .tab {
  margin-top: 5px;
}
/*
accordion
***************************************************** */
.accordion + .accordion {
  margin-top: 5px;
}
.accordion .title {
  position: relative;
  padding: 11px 52px 9px 20px;
  background: #2e93c9;
  color: #fff;
  font-size: 116%;
  line-height: 167%;
  cursor: pointer;
}
.accordion .title:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 22px;
  width: 12px;
  height: 12px;
  font-size: 114%;
  line-height: 100%;
}
.accordion .contents {
  padding: 29px 19px 25px;
  border: 1px solid #ccc;
}
.accordion .column {
  margin: 0 0 0 -20px;
}
@media only screen and (max-width: 670px) {
  .accordion .column {
    margin: 0;
  }
}
.accordion .col3 {
  width: 210px;
  margin: 20px 0 0 20px;
}
@media only screen and (max-width: 670px) {
  .accordion .col3 {
    width: 48%;
    margin: 15px 0 0 4%;
  }
  .accordion .col3:nth-child(even) {
    margin: 15px 0 0 4%;
  }
  .accordion .col3:nth-child(odd) {
    margin: 15px 0 0 0;
  }
  .accordion .col3 img {
    max-width: 100%;
    height: auto;
  }
}
.iframe-contents .contents {
  padding: 20px;
}
@media only screen and (max-width: 670px) {
  .iframe-contents {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }
  .iframe-contents .contents {
    padding: 0;
  }
}
/*
pagination
***************************************************** */
.pagination {
  margin-top: 50px;
  text-align: center;
}
.pagination li + li {
  margin: 0;
}
.pagination__item {
  display: inline-block;
  padding: 0;
  background: none;
  font-size: 108%;
  line-height: 172%;
}
.pagination__item:before {
  display: none;
}
.pagination__item a {
  display: table-cell;
  width: 25px;
  height: 25px;
  background: #d0e6f2;
  text-align: center;
  vertical-align: middle;
  color: #30617a;
  text-decoration: none;
}
.pagination__item.active a {
  background: #30617a;
  color: #fff;
}
.pagination__item a:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
@media only screen and (max-width: 670px) {
  .news-list.page {
    padding: 0;
  }
}
.news-list.page .b-none {
  border-top: none;
}
@media screen and (min-width: 1025px) {
  .pagination__item + .pagination__item {
    margin-top: 0;
    margin-left: 15px;
  }
  .pagination .ellipsis {
    display: none;
  }
  .pagination .ellipsis + .pagination__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }
  #LayerContentsBody .pagination .ellipsis {
    padding: 0;
    line-height: 250%;
  }
  #LayerContentsBody .pagination .ellipsis::before {
    display: none;
  }
  .pagination__item {
    display: none;
  }
  .pagination__item.active, .pagination__item.visible, .pagination__item:nth-of-type(2), .pagination__item:nth-last-of-type(2) {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .pagination .ellipsis {
    margin: 0 0 0 10px;
  }
  .pagination__item a {
    width: 44px;
    height: 44px;
  }
  .pagination__item:nth-of-type(n+3) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagination .ellipsis {
    margin: 0 0 0 5px;
  }
  .pagination__item a {
    width: 42px;
    height: 42px;
  }
  .pagination__item:nth-of-type(n+3) {
    margin-left: 5px;
  }
}
@media screen and (max-width: 350px) {
  .pagination__item a {
    width: 38px;
    height: 38px;
  }
}
.pagination__item.prev, .pagination__item.next {
  display: none;
}
/* 
LayerHeader
***************************************************** */
@media only screen and (max-width: 670px) {
  #LayerHeader {
    height: 55px;
  }
}
.area-header {
  display: flex;
  width: 960px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .area-header {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 670px) {
  .area-header {
    position: relative;
    width: auto;
    height: 55px;
  }
}
.logo p {
  margin: 21px 0 0 0;
}
@media only screen and (max-width: 670px) {
  .logo p {
    margin: 16px 0 0 10px;
  }
  .logo a {
    display: block;
    width: 230px;
    height: 21px;
    background: url(i/sp_logo.png) 0 0 no-repeat;
    background-size: 230px 21px;
  }
  .logo img {
    display: none;
  }
}
.sp-menu {
  display: none;
}
@media only screen and (max-width: 670px) {
  .sp-menu {
    display: block;
    position: absolute;
    top: 11px;
    right: 10px;
    overflow: hidden;
    width: 31px;
    height: 31px;
    background: url(i/bg_sp_menu.png) 0 0 no-repeat;
    background-size: 31px 62px;
    text-indent: -9999px;
    cursor: pointer;
  }
  .sp-menu.open {
    background-position: 0 -31px;
  }
}
.right-contents {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}
@media only screen and (max-width: 670px) {
  .right-contents {
    display: none;
  }
}
.right-contents-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sns-link-pc {
  display: flex;
  align-items: center;
}
.sns-link-pc li {
  padding: 0;
}
.sns-link-pc li + li {
  margin: 0;
}
.sns-link-pc a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.sns-link-pc a::after {
  content: "";
}
.sns-link-pc a img {
  transition: .2s;
}
.sns-link-pc a:hover img {
  opacity: .6;
}
.sns-link-pc .icon-youtube {
  width: 30px;
}
.sns-link-pc .icon-fb, .sns-link-pc .icon-tw {
  width: 26px;
}
.right-contents .header-link {
  display: flex;
  margin: 5px 0 0;
  padding: 0;
}
.right-contents .header-link li {
  margin: 0;
  padding: 0;
  font-size: 93%;
  line-height: 100%;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
.right-contents .header-link li + li {
  margin-left: 20px;
}
.right-contents .header-link a {
  display: block;
  padding-left: 20px;
  color: #333;
}
.right-contents .header-link a:hover {
  color: #e58407;
  text-decoration: none;
}
.right-contents .header-link a:before {
  display: block;
  position: absolute;
  top: -7px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
  text-decoration: underline;
}
.right-contents .header-link li a:before {
  text-decoration: none;
}
.header-tel {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 27px;
}
.header-tel p {
  margin: 0 0 7px;
  color: #666;
}
#AreaGnavi {
  width: 100%;
  background: url(i/bg_gnavi.png) 0 bottom repeat-x;
}
@media only screen and (max-width: 670px) {
  #AreaGnavi {
    display: none;
    position: absolute;
    z-index: 500;
    top: 42px;
    left: 0;
    width: 100%;
    margin: 0;
    background: #a6a6a6;
  }
}
#AreaGnavi ul {
  width: 959px;
  /*margin: 3px auto 0;*/
  margin: 0 auto 0;
  padding: 0 1px 0 0;
  background: url(i/bd_gnavi.png) right center no-repeat;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi ul {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    background: none;
  }
}
@media only screen and (max-width: 670px) {
  #AreaGnavi ul {
    width: auto;
    margin: 10px 10px 0;
    background: none;
  }
}
#AreaGnavi li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 192px;
  height: auto;
  margin: 0;
  padding: 0 0 0 1px;
  border-bottom: 2px solid #3698cc;
  background: url(i/bd_gnavi.png) 0 center no-repeat;
  /*z-index: 50;*/
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi li {
    width: 20%;
    padding: 10px 0 0;
    background: none;
  }
  #AreaGnavi ul li {
    position: relative;
  }
  .gnavi01::before, .gnavi02::before, .gnavi03::before, .gnavi04::before {
    position: absolute;
    top: 20px;
    right: 0;
    left: auto;
    width: 1px;
    height: 26px;
    background: #d9d9d9;
    content: "";
  }
}
#AreaGnavi li:first-child {
  width: 191px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi li:first-child {
    width: 20%;
  }
}
@media only screen and (max-width: 670px) {
  #AreaGnavi li:first-child {
    width: auto;
  }
}
@media only screen and (max-width: 670px) {
  #AreaGnavi li {
    display: block;
    position: relative;
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    border-bottom: 1px solid #a6a6a6;
    background: #fff;
  }
  #AreaGnavi li.hover .sub-navi {
    display: none !important;
  }
}
#AreaGnavi li a {
  display: table-cell;
  width: 191px;
  height: 38px;
  padding-top: 5px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 124%;
  line-height: 100%;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 43px;
    padding: 16px 0 0;
    font-size: 110%;
  }
}
@media only screen and (max-width: 670px) {
  #AreaGnavi li a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 18px 15px 10px 40px;
    text-align: left;
  }
  #AreaGnavi li a:before {
    display: block;
    position: absolute;
    top: 13px;
    left: 12px;
    color: #278fc5;
    font-size: 154%;
    line-height: 150%;
  }
}
#AreaGnavi li.active a, #AreaGnavi li.on a, #AreaGnavi li a:hover {
  background: #3698cc;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 670px) {
  #AreaGnavi li.active a, #AreaGnavi li.on a, #AreaGnavi li a:hover {
    background: inherit;
    color: #333;
  }
}
#AreaGnavi li.on > a, #AreaGnavi li > a:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
@media only screen and (max-width: 670px) {
  #AreaGnavi .gnavi01 a {
    width: 100%;
  }
}
#AreaGnavi .sub-navi {
  display: none;
  position: absolute;
  z-index: 20;
  top: 43px;
  left: 1px;
  box-sizing: border-box;
  width: 958px;
}
#AreaGnavi .gnavi02 .sub-navi {
  left: -190px;
}
#AreaGnavi .gnavi03 .sub-navi {
  left: -382px;
}
#AreaGnavi .gnavi04 .sub-navi {
  left: -574px;
}
#AreaGnavi .gnavi05 .sub-navi {
  left: -766px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi .sub-navi {
    top: 53px;
    left: 0;
    width: 100%;
  }
  #AreaGnavi .gnavi02 .sub-navi {
    left: auto;
  }
  #AreaGnavi .gnavi03 .sub-navi {
    left: auto;
  }
  #AreaGnavi .gnavi04 .sub-navi {
    left: auto;
  }
  #AreaGnavi .gnavi05 .sub-navi {
    left: auto;
  }
}
@media only screen and (max-width: 670px) {
  #AreaGnavi .sub-navi {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    border: none;
    border-top: 1px solid #a6a6a6;
  }
}
#AreaGnavi .sub-navi ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
  background: #4a585f;
}
.gnavi05 .sub-navi ul {
  justify-content: flex-end;
}
#AreaGnavi .sub-navi li {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#AreaGnavi .sub-navi li:first-child {
  width: auto;
}
@media only screen and (max-width: 670px) {
  #AreaGnavi .sub-navi li {
    display: block;
    width: auto;
  }
}
#AreaGnavi .sub-navi li a {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 16px 10px 15px 14px;
  background: #4a585f;
  text-align: left;
  color: #fff;
  /*font-size: 108%;*/
  font-size: 120%;
  line-height: 172%;
  transition: .2s;
  word-wrap: break-word;
  word-break: break-all;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  #AreaGnavi .sub-navi li:not(:last-of-type) {
    margin-right: 2em;
  }
  #AreaGnavi .sub-navi li a {
    padding: 11px 5px 10px 9px;
    font-size: 110%;
  }
}
#AreaGnavi .sub-navi li a::before {
  line-height: 1;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e608";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
@media only screen and (max-width: 670px) {
  #AreaGnavi .sub-navi li a {
    display: block;
    position: relative;
    box-sizing: content-box;
    width: auto;
    height: auto;
    padding: 12px 15px 11px 36px;
    text-align: left;
  }
  #AreaGnavi .sub-navi li a:before {
    position: absolute;
    top: 9px;
    left: 12px;
    color: #278fc5;
    font-size: 131%;
    line-height: 159%;
  }
}
#AreaGnavi .sub-navi li a:hover {
  opacity: 1;
  background: #6d828c;
  -ms-filter: "alpha(opacity=100)";
}
@media only screen and (max-width: 670px) {
  #AreaGnavi .sub-navi li a:hover {
    background: inherit;
  }
  #AreaGnavi .gnavi01 .sub-navi {
    width: auto;
  }
  #AreaGnavi .gnavi01 .sub-navi ul li a {
    width: auto;
  }
}
#AreaGnavi .gnavi01.on, #AreaGnavi .gnavi02.on, #AreaGnavi .gnavi04.on, #AreaGnavi .gnavi05.on {
  position: relative;
}
#AreaGnavi .gnavi01.on::after, #AreaGnavi .gnavi02.on::after, #AreaGnavi .gnavi03.on::after, #AreaGnavi .gnavi04.on::after, #AreaGnavi .gnavi05.on::after {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  border-width: 0 7px 6px 7px;
  border-style: solid;
  border-color: transparent transparent #4a585f transparent;
  content: "";
}
#AreaGnavi .gnavi01 a[target="_blank"]:after, #AreaGnavi .gnavi02 a[target="_blank"]:after, #AreaGnavi .gnavi03 a[target="_blank"]:after, #AreaGnavi .gnavi04 a[target="_blank"]:after, #AreaGnavi .gnavi05 a[target="_blank"]:after {
  color: #86c1e0;
}
.product-category-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #4a585f;
  color: #fff;
}
.product-category {
  width: 24%;
}
.product-category-ttl {
  font-size: 120%;
}
.product-category-ttl::before {
  margin: 0 2px 0 0;
  content: "■";
}
#AreaGnavi .sub-navi .product-category ul {
  margin: 5px 0 0;
}
#AreaGnavi .sub-navi .product-category li {
  display: block;
  width: 100%;
}
#AreaGnavi .sub-navi .product-category li a {
  display: block;
  padding: 5px 0;
}
#AreaGnavi .sub-navi .product-category li a::before {
  vertical-align: 2px;
  font-size: 72%;
  content: "＞";
}
@media screen and (min-width: 671px) {
  .sns-link-sp {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .sns-link-sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#AreaGnavi .sns-link-sp {
  width: calc(100% - 21px);
  margin: 0 10px 10px;
  padding: 10px 0;
  background: #fff;
}
#AreaGnavi .sns-link-sp::before, #AreaGnavi .sns-link-sp::after {
  display: none;
}
#AreaGnavi .sns-link-sp a {
  height: auto;
  padding: 0;
}
#AreaGnavi .sns-link-sp a::before, #AreaGnavi .sns-link-sp a::after {
  content: "";
}
#AreaGnavi .sns-link-sp li {
  width: auto;
  border: none;
}
#AreaGnavi .sns-link-sp li + li {
  margin: 0 0 0 30px;
}
.sns-link-sp .icon-youtube {
  width: 46px;
}
.sns-link-sp .icon-fb, .sns-link-sp .icon-tw {
  width: 44px;
}
/* *****************************************************
LayerSnavi
***************************************************** */
#LayerSnavi {
  float: right;
  width: 230px;
  height: auto;
  margin-top: 16px;
}
@media only screen and (max-width: 670px) {
  #LayerSnavi {
    float: none;
    width: auto;
    margin-top: 45px;
    padding: 0 10px;
  }
}
#AreaLnavi h2 {
  width: auto;
  margin: 0;
  padding: 18px 18px 13px 18px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #3698cc;
  background: #f5f5f5;
  vertical-align: middle;
}
#AreaLnavi h2:before {
  display: none;
}
#AreaLnavi ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#AreaLnavi ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
#AreaLnavi ul li + li {
  border-top: 1px solid #ccc;
}
#AreaLnavi ul li a {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  padding: 14px 10px 11px 39px;
  color: #333;
  font-size: 108%;
  line-height: 172%;
}
#AreaLnavi ul li a:before {
  position: absolute;
  top: 16px;
  left: 18px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 122%;
  line-height: 100%;
}
#AreaLnavi ul li.active > a, #AreaLnavi ul li a:hover {
  background: #cde5f2;
  text-decoration: none;
}
#AreaLnavi ul li ul {
  border-top: 1px dotted #ccc;
  border-bottom: none;
}
#AreaLnavi ul li ul li + li {
  border-top: 1px dotted #ccc;
}
#AreaLnavi ul li ul li a {
  padding: 9px 10px 6px 47px;
}
#AreaLnavi ul li ul li a:before {
  top: 6px;
  left: 27px;
  width: 7px;
  height: 11px;
  color: #278fc5;
  font-size: 131%;
  line-height: 159%;
}
#AreaLnavi ul li ul li.active > a, #AreaLnavi ul li ul li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
#AreaLnavi ul li ul li ul li a {
  padding: 9px 10px 6px 62px;
}
#AreaLnavi ul li ul li ul li a:before {
  top: 6px;
  left: 44px;
  content: "・";
}
#AreaLnavi ul li ul li ul li.active > a, #AreaLnavi ul li ul li ul li a:hover {
  background: #f5f5f5;
  font-weight: bold;
}
/* fnavi
***************************************************** */
.top-page .fnavi {
  display: none;
}
.fnavi {
  /*position: absolute;*/
  /*bottom: 186px;*/
  width: 100%;
  border-top: 1px solid #e3e3e3;
  background: #f5f5f5;
}
@media only screen and (max-width: 670px) {
  .fnavi {
    /*position: relative;
    bottom: 0;*/
    width: auto;
  }
}
.fnavi .fnavi-link {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .fnavi .fnavi-link {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .fnavi .fnavi-link {
    width: auto;
  }
}
.fnavi .fnavi-link p {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.fnavi .fnavi-link p a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 93%;
  line-height: 184%;
  text-decoration: none;
}
.fnavi .fnavi-link p a:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.fnavi .fnavi-home {
  float: left;
  margin: 0;
}
.fnavi .fnavi-home a {
  width: 124px;
  height: 35px;
  background: #d9d9d9;
  color: #333;
}
.fnavi .fnavi-home a:before {
  display: inline-block;
  margin: -3px 5px 0 0;
  vertical-align: middle;
  font-size: 150%;
  line-height: 100%;
}
.fnavi .fnavi-top {
  float: right;
  margin: 0;
}
.fnavi .fnavi-top a {
  width: 134px;
  height: 35px;
  background: #d0e6f2;
  color: #30617a;
}
.fnavi .fnavi-top a:before {
  display: inline-block;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  color: #278fc5;
  font-size: 142%;
  line-height: 100%;
}
/* LayerFooter
***************************************************** */
#LayerFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #747575;
}
@media only screen and (max-width: 670px) {
  #LayerFooter {
    display: block;
    position: relative;
    bottom: 0;
    width: auto;
  }
}
.LayerFooter-inner {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 0 13px 0;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .LayerFooter-inner {
    padding: 15px 5px 13px;
  }
}
@media only screen and (max-width: 670px) {
  .LayerFooter-inner {
    display: block;
    padding: 15px 15px 45px;
  }
}
.footer-item-1 {
  width: 240px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .footer-item-1 {
    width: auto;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 670px) {
  .footer-item-1 {
    width: auto;
  }
  .footer-item-1 li {
    padding-left: 2px;
  }
}
.footer-item-1 ul {
  margin: 0;
  padding: 0;
  letter-spacing: -.38em;
}
.footer-item-1 li {
  padding: 0;
  font-size: 93%;
  line-height: 184%;
  letter-spacing: normal;
}
.footer-item-1 li + li {
  margin-top: 10px;
}
.footer-item-1 li a {
  color: #fff;
}
.footer-item-1 li a:before {
  display: inline-block;
  margin: -3px 6px 0 0;
  vertical-align: middle;
  font-size: 142%;
  line-height: 100%;
  text-decoration: underline;
}
.footer-item-1 li a:before {
  text-decoration: none;
}
.footer-item-2 {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}
.footer-item-2::before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 1px;
  height: calc(100% + 10px);
  background: #969798;
  content: "";
}
.footer-item-2-inner {
  display: flex;
  display: -ms-flexbox;
}
@media only screen and (max-width: 670px) {
  .footer-item-2 {
    width: auto;
    margin-top: 25px;
    padding: 0;
  }
  .footer-item-2::before {
    display: none;
  }
  .footer-item-2-inner {
    display: inline-block;
  }
}
.footer-license {
  position: relative;
}
.footer-license h2 {
  position: relative;
  margin: 0;
  padding: 0 0 0 11px;
  border-bottom: none;
  border-left: 2px solid #fff;
  color: #fff;
  font-size: 93%;
  line-height: 110%;
}
.footer-license h2:before {
  display: none;
}
.footer-license-other {
  position: absolute;
  top: -5px;
  right: 0;
  margin: 0;
}
.footer-license-other a {
  color: #fff;
  text-decoration: underline;
}
.footer-license-other a:hover {
  text-decoration: none;
}
.footer-license-other a::before {
  display: inline-block;
  text-decoration: underline;
  content: "＞";
}
.footer-license-other a:hover::before {
  text-decoration: none;
}
.footer-license ul {
  display: flex;
  box-sizing: border-box;
  margin-top: 13px;
  padding: 5px;
  border-radius: 3px;
  background: #fff;
}
.footer-license ul li {
  padding-left: 0;
}
.footer-license ul li + li {
  margin: 0 0 0 18px;
}
.footer-license ul li:nth-of-type(2) {
  background: #fff;
}
.footer-license li img {
  width: auto;
  height: 82px;
}
.footer-15th {
  display: flex;
  margin-left: 15px;
}
.footer-15th-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100%;
  border-radius: 3px;
  background: #fff;
}
/*.footer-15th-comic {
  margin-left: 10px;
}*/
@media only screen and (max-width: 670px) {
  .footer-15th {
    margin: 15px 0 0;
  }
  .footer-15th-link a {
    width: 160px;
  }
}
.p_link img {
  transition: .2s linear;
}
.p_link:hover img {
  opacity: .8;
}
/* copy
***************************************************** */
.copy {
  margin: 18px 0 0;
  color: #fff;
  font-size: 93%;
  line-height: 150%;
}
@media only screen and (max-width: 670px) {
  .copy {
    padding-top: 10px;
    border-top: 1px solid #969798;
    font-size: 85%;
  }
}
/* 
area-form
***************************************************** */
/*.area-form .caution {
  margin-left: 5px;
}
.area-form dl {
  display: table;
}
@media only screen and (max-width: 670px) {
  .area-form dl {
    display: block;
  }
}
.area-form dl + dl {
  margin-top: 30px;
}
.area-form dt,
.area-form dd {
  display: table-cell;
}
@media only screen and (max-width: 670px) {
  .area-form dt,
  .area-form dd {
    display: block;
  }
}
.area-form dt {
  width: 170px;
}
@media only screen and (max-width: 670px) {
  .area-form dt {
    width: auto;
  }
}
.area-form .form-item ol {
  margin: 10px 0 0 0;
  padding: 0;
  color: #333;
  list-style-type: none;
}
.area-form .form-item li {
  margin: 0;
  padding: 0;
}
.area-form .form-item li + li {
  margin-top: 13px;
}
.area-form .form-item .address-item {
  margin: 0;
}
.area-form .form-item .address-item li + li {
  margin-top: 30px;
}
.area-form input {
  vertical-align: middle;
}
.area-form iframe {
  width: 710px;
  height: 198px;
  margin-top: 30px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 670px) {
  .area-form iframe {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.area-form .input-item {
  width: 288px;
  height: auto;
  padding: 7px 5px 6px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 670px) {
  .area-form .input-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.area-form .input-item.small {
  width: 208px;
}
.area-form .input-item + .name-label, .area-form li > .input-item + label {
  margin-left: 8px;
}
.area-form .zipcode {
  display: inline-block;
  width: 158px;
  height: auto;
  margin-left: 4px;
  padding: 6px 0 5px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #f5fafc;
}
@media only screen and (max-width: 670px) {
  .area-form .zipcode {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
.area-form .zipcode:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  text-decoration: none;
}
.area-form .zipcode:after {
  display: none;
}
.area-form .select-box dt {
  vertical-align: top;
}
.area-form .select-box ol li:first-child {
  height: 35px;
}
.area-form .select-box ol li label {
  vertical-align: middle;
  line-height: 100%;
  height: 125%;
  display: inline-block;
}
@media only screen and (max-width: 670px) {
  .area-form .select-box ol li label {
    display: block;
    height: auto;
  }
}
.area-form select {
  width: 266px;
  height: 35px;
  border: none;
}
.area-form select::-ms-expand {
  display: none;
}
.area-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(i/bg_select_arrow.png) 221px 0 no-repeat;
}
.area-form .wrap {
  display: inline-block;
  width: 245px;
  height: 33px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.area-form .name-label, .area-form li > label {
  margin-right: 5px;
}
.area-form .input-small + .input-small {
  margin-left: 8px;
}
@media only screen and (max-width: 670px) {
  .area-form .input-small {
    display: block;
  }
  .area-form .input-small + .input-small {
    margin-top: 10px;
    margin-left: 0;
  }
}
.area-form .msg {
  position: relative;
  display: block;
  margin-top: 15px;
}
.area-form .em-border {
  padding: 17px 20px;
  border: 2px solid #2e93c9;
}
.area-form .text-item {
  width: 528px;
  height: 138px;
  padding: 5px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 670px) {
  .area-form .text-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.err .input-item {
  background: #fdecf1;
}
.err .msg {
  padding-left: 17px;
  color: #c2360b;
}
.err .msg:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: url(i/icon_err.png) 0 0 no-repeat;
}*/
.aform-content dl dt {
  width: 25%;
}
.aform-content dl dt label.aform-label, .aform-content dl dt span.aform-label {
  padding-right: 0;
  font-weight: normal;
}
.aform-content dl dt span.aform-required {
  position: relative;
  top: 0;
  right: 0;
  padding: 2px 3px;
  line-height: 100%;
}
.aform-content p.aform-input-example {
  color: #333;
}
.aform-content dl input.aform-input {
  width: 100%;
  height: auto;
  padding: 7px 5px 6px;
  border: 1px solid #ccc;
  font-size: 100%;
  line-height: 100%;
}
.aform-content input[type="text"], .aform-content input[type="tel"], .aform-content input[type="email"], .aform-content input[type="password"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.aform-checkbox-ul li,
.aform-radio-ul li {
  position: relative;
}
.aform-checkbox-ul input[type="checkbox"],
.aform-radio-ul input[type="radio"] {
  position: absolute;
  z-index: 5;
  top: calc(50% - .5em);
  left: 5px;
  margin: 0;
}
.aform-checkbox-ul input[type="checkbox"]:checked + label,
.aform-radio-ul input[type="radio"]:checked + label {
  background: #cde5f2;
}
.aform-checkbox-ul input[type="checkbox"]:focus + label,
.aform-radio-ul input[type="radio"]:focus + label {
  outline: 2px solid;
}
.aform-checkbox-ul + .aform-error,
.aform-radio-ul + .aform-error {
  margin: 4px 0 0;
}
.aform-content dl input.aform-input + label {
  display: inline-block;
  padding: 5px 10px 5px 21px;
  border: 1px dotted #ccc;
  line-height: 150%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.aform-content dl input.aform-input.error + label {
  background-color: #fdecf1;
}
.aform-content li + li {
  margin-top: 15px;
}
.aform-content .aform-twice-note {
  margin-top: 15px;
}
.aform-content li:before {
  display: none;
}
.aform-content dl dd select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, #a3a3a3 50%), linear-gradient(135deg, #a3a3a3 50%, transparent 50%);
  background-position: calc(100% - 11px) calc(1em + 1px), calc(100% - 6px) calc(1em + 1px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  font-size: 100%;
  line-height: 100%;
  color: inherit;
}
select:not([disabled]) {
  cursor: pointer;
}
.aform-content select::-ms-expand {
  /*IE10以上　select矢印を非表示*/
  display: none;
}
.aform-content dl dd textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
}
.aform-content .aform-button-area {
  width: 100%;
  /*height: 50px;*/
  margin: 50px auto 0;
  padding: 0;
  background: none;
  text-align: center;
}
.aform-content .aform-button-area input {
  /*display: table-cell;*/
  /*width: 350px;*/
  width: 300px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(i/bg_btn_01.png) 0 0 no-repeat;
  text-align: center;
  vertical-align: middle;
  color: #354757;
  font-size: 116%;
  line-height: 167%;
  cursor: pointer;
}
.aform-content .aform-button-area input.btn_font_large {
  font-size: 180%;
  font-weight: bold;
}
.aform-content .aform-button-area input:hover {
  background-position: 0 -50px;
  text-decoration: none;
}
.aform-content label.error img {
  vertical-align: baseline;
}
.aform-content .wrapper {
  overflow-y: scroll;
  height: 150px;
  padding: 10px;
}
.aform-content .wrapper:focus-visible {
  outline: 2px solid;
}
/* 
top-bannar
***************************************************** */
.top-bannar {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  font-size: 0;
}
.top-bannar h1 {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 100%;
  line-height: 177%;
}
/* 
topic-navi
***************************************************** */
@media only screen and (max-width: 670px) {
  .topic-navi {
    margin-top: 15px;
    padding: 0 10px;
  }
}
.topic-navi ul {
  width: 960px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .topic-navi ul {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .topic-navi ul {
    width: auto;
    height: auto;
  }
}
.topic-navi li {
  float: left;
  box-sizing: border-box;
  width: 240px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .topic-navi li {
    width: 25%;
  }
}
@media only screen and (max-width: 670px) {
  .topic-navi li {
    display: table;
    box-sizing: border-box;
    width: 50%;
  }
}
.topic-navi li a {
  display: table-cell;
  box-sizing: border-box;
  width: 239px;
  height: 47px;
  border-bottom: 3px solid #286196;
  background: #278fc5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 124%;
  line-height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .topic-navi li a {
    display: block;
    width: 100%;
    padding: 14px 0 0;
  }
}
@media only screen and (max-width: 670px) {
  .topic-navi li a {
    box-sizing: border-box;
    width: 100%;
  }
}
.topic-navi li a:hover {
  background: #286196;
}
.topic-navi li:first-child {
  width: 240px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .topic-navi li:first-child {
    width: 25%;
  }
}
@media only screen and (max-width: 670px) {
  .topic-navi li:first-child {
    width: 50%;
  }
}
.topic-navi li:first-child a {
  width: 240px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .topic-navi li:first-child a {
    width: 100%;
  }
}
@media only screen and (max-width: 670px) {
  .topic-navi li:first-child a {
    width: 100%;
  }
}
.topic-navi li + li {
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 670px) {
  .topic-navi li {
    border-top: 1px solid #fff;
  }
  .topic-navi li:nth-child(odd) {
    border-left: none;
  }
  .topic-navi li:nth-child(2) {
    border-top: none;
  }
  .topic-navi li:nth-child(1) {
    border-top: none;
    border-left: none;
  }
}
/* 
top-left-content
***************************************************** */
.top-left-content {
  float: left;
  width: 710px;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .top-left-content {
    width: calc(100% - 240px);
  }
}
@media only screen and (max-width: 670px) {
  .top-left-content {
    float: none;
    width: auto;
  }
}
/* 
top-right-content
***************************************************** */
.top-right-content {
  float: right;
  width: 230px;
  margin-top: 20px;
}
@media only screen and (max-width: 670px) {
  .top-right-content {
    float: none;
    width: auto;
    margin: 30px 10px 0;
  }
}
.top-right-content h3 {
  margin: 0;
  padding: 4px 0 3px 10px;
  border: none;
  border-bottom: 1px solid #458baf;
  color: #286196;
  font-size: 124%;
  line-height: 163%;
}
.topic-navi a[target="_blank"]:after, .top-right-content a[target="_blank"]:after {
  display: none;
}
.rec-box .text {
  box-sizing: border-box;
  min-height: 60px;
}
/* 
news-hgroup
***************************************************** */
.news-hgroup {
  position: relative;
}
@media only screen and (max-width: 670px) {
  .news-hgroup {
    padding: 0 10px;
  }
}
.news-hgroup h2 {
  margin: 20px 0 20px;
}
.news-hgroup p {
  position: absolute;
  top: 6px;
  right: 9px;
  margin: 0;
}
.news-hgroup p a {
  display: block;
  padding-left: 20px;
  color: #333;
}
.news-hgroup p a:hover {
  color: #e58407;
}
.news-hgroup a:before {
  display: block;
  position: absolute;
  top: 1px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
  text-decoration: underline;
}
.news-hgroup a:before {
  text-decoration: none;
}
/* 
news-list
***************************************************** */
.news-list {
  margin: 0 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .news-list {
    padding: 0 10px;
  }
}
.news-list li {
  margin: 0;
  padding: 0 10px;
}
.news-list li:before {
  display: none;
}
.news-list li + li {
  margin: 1px 0 0 0;
  padding-top: 4px;
  border-top: 1px dotted #ccc;
}
@media only screen and (max-width: 670px) {
  .news-list li + li {
    margin: 5px 0 0 0;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
  }
}
.news-list a {
  display: block;
  position: relative;
  color: #333;
}
.news-list .date {
  margin: 0 0 0 20px;
  color: #2279a7;
}
.news-list .text {
  display: block;
  font-size: 108%;
  line-height: 172%;
}
.news-list.page .text {
  display: inline;
  margin: 0 0 0 .5em;
}
@media only screen and (min-width: 671px) {
  .news-list.page .date, .news-list.page .news-category {
    float: left;
  }
  .news-list.page .text {
    display: block;
    margin: 0 0 0 16em;
  }
  .news-list.page .text br {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .news-list.page .text {
    display: block;
    margin: 0;
  }
}
.news-list a:hover {
  color: #e58407;
  text-decoration: none;
}
.news-list a:before {
  display: block;
  position: absolute;
  top: -4px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
  text-decoration: underline;
}
.no-link {
  display: block;
  position: relative;
}
.no-link:before {
  display: block;
  position: absolute;
  top: -4px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
}
.top-page .news-list {
  margin: -10px 0 0 0;
}
.news-list a:before {
  text-decoration: none;
}
/* 
banner
***************************************************** */
.banner {
  margin: 15px 0 0 0;
  padding: 0;
}
.banner li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .banner li {
    text-align: center;
  }
}
.banner li:before {
  display: none;
}
.banner li + li {
  margin-top: 15px;
}
.banner a:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.banner .text {
  display: block;
  margin-top: 0;
  color: #666;
}
.banner + .link {
  margin-top: 0;
}
@media only screen and (max-width: 670px) {
  .banner + .link {
    text-align: center;
  }
}
/* 
recommend-content
***************************************************** */
.recommend-content {
  width: 960px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .recommend-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 670px) {
  .recommend-content {
    width: auto;
    margin: 30px 0 0;
    padding: 0 10px;
  }
}
.recommend-content h2 {
  margin: 0 0 20px;
}
.recommend-content .rec-box {
  background: #f5f5f5;
}
@media only screen and (max-width: 1023px) and (min-width: 671px) {
  .top-page .column4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .top-page .col4 {
    width: calc((100% - 45px)/4);
  }
  .top-page .col4.rec-box .image {
    width: 100%;
  }
  .top-page .col4.rec-box .image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 670px) {
  .recommend-content .col4 {
    width: auto;
  }
  .recommend-content .col4.rec-box .image {
    overflow: hidden;
    width: 30%;
    height: auto;
  }
  .recommend-content .col4.rec-box {
    display: block;
  }
  .recommend-content .col4.rec-box + .col4.rec-box {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 670px) {
  .recommend-content .image, .recommend-content .text {
    display: inline-block;
    box-sizing: border-box;
    background: #f5f5f5;
    vertical-align: top;
    letter-spacing: normal;
  }
  .recommend-content .image img {
    width: 100%;
    height: auto;
  }
  .recommend-content a {
    display: block;
    letter-spacing: -.38em;
  }
  .recommend-content .text {
    width: 68%;
    padding: 8px 9px 8px 29px;
    vertical-align: middle;
  }
  .recommend-content a:hover:before {
    display: none;
  }
}
.rec-box {
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #fff;
}
.rec-box a[target="_blank"]:after {
  display: none;
}
.rec-box a:hover:before {
  display: block;
}
@media only screen and (max-width: 670px) {
  .rec-box a:hover:before {
    display: none;
  }
}
.rec-box a:before {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid #2e93c9;
  content: "";
}
.rec-box:hover {
  padding: 1px;
  border: none;
}
@media only screen and (max-width: 670px) {
  .rec-box:hover {
    padding: 0;
    border: 1px solid #ccc;
  }
}
.rec-box:hover, .rec-box:hover .text, .rec-box:hover a {
  color: #e58407;
}
.rec-box:hover p {
  cursor: pointer;
}
.rec-box a:hover .text:before {
  text-decoration: none;
}
.rec-box .text {
  position: relative;
  margin: 0;
  padding: 8px 9px 8px 29px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}
@media only screen and (max-width: 670px) {
  .rec-box .text {
    padding: 8px 9px 6px 29px;
  }
}
.rec-box .text:hover {
  color: #e58407;
}
.rec-box .text:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
}
form[name="aform-confirm-form"] .hidden01 {
  display: none;
}
form[name="aform-confirm-form"] .hidden02 {
  display: none;
}
form[name="aform-confirm-form"] .hidden03 {
  display: none;
}
@media screen and (max-width: 1023px) {
  form[name="aform-confirm-form"] .aform-button-area input {
    display: block;
    margin: 0 auto;
  }
  form[name="aform-confirm-form"] .aform-button-area input[type="submit"] {
    margin-top: 12px;
  }
}
.news_image_col3 .rec-box:hover {
  border: 1px solid #ccc;
}
/*takesako
***************************************************** */
/*4分割*/
.column4.boxlv-2 > .col4 {
  width: 160px;
  margin-left: 20px;
}
.column4.boxlv-2 > .col4 img, img.img_auto {
  max-width: 100%;
  height: auto;
}
/*背景色*/
.bg-yellow {
  background: #f0c65d;
}
.bg-blue {
  background: #e5fdff;
}
.bg-cream {
  background: #fffbdd;
}
/*パネル*/
.panel {
  bottom: 10px;
  padding: 8px 10px;
}
/*字下げ*/
.text-att {
  padding-left: 1em;
  text-indent: -1em;
}
sup {
  vertical-align: super;
  font-size: .8em;
}
/*グリッド
***************************************************** */
.container_960 {
  margin: 0 -6px;
}
.container_960:before, .container_960:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}
.container_960:after {
  clear: both;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
  display: inline;
  float: left;
  margin-right: 6px;
  margin-left: 6px;
}
.container_960 .grid_1 {
  width: 69px;
}
.container_960 .grid_2 {
  width: 150px;
}
.container_960 .grid_3 {
  width: 231px;
}
.container_960 .grid_4 {
  width: 312px;
}
.container_960 .grid_5 {
  width: 380px;
}
.container_960 .grid_6 {
  width: 474px;
}
.container_960 .grid_7 {
  width: 568px;
}
.container_960 .grid_8 {
  width: 636px;
}
.container_960 .grid_9 {
  width: 717px;
}
.container_960 .grid_10 {
  width: 798px;
}
.container_960 .grid_11 {
  width: 879px;
}
.container_960 .grid_12 {
  width: 948px;
}
/*list-link
***************************************************** */
.list-link {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 670px) {
  .list-link {
    padding: 0 10px;
  }
}
.list-link li {
  margin: 0;
  padding: 0 10px;
}
.list-link li:before {
  display: none;
}
.list-link li + li {
  margin: 1px 0 0 0;
  padding-top: 4px;
}
.list-link.list_horizontal > li {
  display: inline-block;
}
/*news一覧へ戻るボタン用*/
.newsback_btn_01 {
  position: relative;
}
.newsback_btn_01 {
  text-align: right;
}
.newsback_btn_01 p {
  position: absolute;
  top: 6px;
  right: 9px;
  margin: 0;
}
.newsback_btn_01 p a {
  display: block;
  padding-left: 20px;
  color: #333;
}
.newsback_btn_01 p a:hover {
  color: #e58407;
}
.newsback_btn_01 a:before {
  display: block;
  position: absolute;
  top: 1px;
  left: -2px;
  width: 12px;
  height: 12px;
  color: #278fc5;
  font-size: 139%;
  line-height: 156%;
  text-decoration: underline;
}
.newsback_btn_01 a:before {
  text-decoration: none;
}
@media only screen and (max-width: 670px) {
  .newsback_btn_01 {
    padding: 0 10px;
  }
}
/*フォームname*/
.aform-name-ul li {
  float: left;
  width: 30%;
}
.aform-name-ul li + li {
  margin-top: 0;
  margin-left: 4%;
}
.aform-name-ul:after {
  display: table;
  clear: both;
  content: "";
}
@media only screen and (max-width: 670px) {
  .aform-name-ul li {
    float: none;
    width: 80%;
    margin-left: 0;
  }
  .aform-content li + li {
    margin-left: 0;
  }
}
/*フォームkana*/
.aform-kana-ul li {
  float: left;
  width: 30%;
}
.aform-kana-ul li + li {
  margin-top: 0;
  margin-left: 4%;
}
.aform-kana-ul:after {
  display: table;
  clear: both;
  content: "";
}
@media only screen and (max-width: 670px) {
  .aform-kana-ul li {
    float: none;
    width: 80%;
    margin-left: 0;
  }
  .aform-kana-ul li + li {
    margin-left: 0;
  }
}
/*フォームpostalcode*/
.postalcode {
  width: 50% !important;
}
@media only screen and (max-width: 670px) {
  .postalcode {
    width: 80% !important;
  }
}
/*フォームtodouhu*/
.todouhu {
  width: 50% !important;
}
@media only screen and (max-width: 670px) {
  .todouhu {
    width: 80% !important;
  }
}
/*フォームtell*/
.tell {
  width: 50% !important;
}
@media only screen and (max-width: 670px) {
  .tell {
    width: 80% !important;
  }
}
/*フォームninzu*/
#ninzu {
  width: 20% !important;
}
@media only screen and (max-width: 670px) {
  #ninzu {
    width: 20% !important;
  }
}
/*フォームファイルアップ*/
.aform-upload {
  width: 50% !important;
}
@media only screen and (max-width: 670px) {
  .aform-upload {
    width: 100% !important;
  }
}
/*firefox文字切れ対応*/
@-moz-document url-prefix() {
  .aform-content dl input.aform-input {
    line-height: inherit;
  }
}
/*IR情報テーブル*/
.ir_table_01 {
  width: 60%;
}
@media only screen and (max-width: 670px) {
  .ir_table_01 {
    width: 100% !important;
  }
}
.area-tab table tbody td {
  text-align: right;
}
@media only screen and (max-width: 670px) {
  .area-tab table tbody td {
    text-align: center;
  }
}
/*トップページボタン修正用*/
@media only screen and (max-width: 670px) {
  .top-page .text {
    background: none;
  }
}
/*参加会場ラジオボタン*/
.sankakaijou li {
  display: inline-block;
  width: 100px;
}
.sankakaijou li + li {
  margin-top: 0;
}
input.sankakaijou {
  vertical-align: text-top !important;
}
/*web視聴申しこみフォーム*/
.id, .password {
  width: 50% !important;
}
/*newマーク表示*/
.new_icon_01 {
  display: inline-block;
  margin-left: 4px;
  padding: 0 6px;
  border-radius: 2px;
  background-color: #c33737;
  vertical-align: middle;
  color: #fff;
  font-size: 80%;
  line-height: 130%;
}
/*watsonページ*/
* + table.table-02 {
  margin-top: 5px;
}
.table-02 th {
  background: #2e93c9;
  color: #fff;
}
@media only screen and (min-width: 669px) {
  .table-02 th {
    width: 20%;
  }
}
.table-02 td {
  background: #cde4f2;
}
/*reCAPTCHA*/
.grecaptcha-badge {
  z-index: 100;
}
.aform-header {
  margin: 1em 0 1em;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  font-size: 130%;
  font-weight: bold;
}
.aform-hdln {
  margin: 2em 0 .5em;
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
  font-size: 120%;
  font-weight: bold;
}
.aform-input.error {
  background-color: #fdecf1;
}
.aform-content ul, .aform-content li, .aform-content dl p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.aform-content dl {
  margin: .5em 0;
  padding: .5em 0;
}
.aform-content dl dt {
  font-weight: bold;
}
.aform-content dl dd {
  margin: 0 0 .5em;
}
.aform-content dl input, .aform-content dl textarea, .aform-content dl select {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  font-size: 120%;
}
.aform-content input, .aform-content dl textarea, .aform-content dl select {
  border-radius: 0;
}
.aform-content dl input[type="radio"], .aform-content dl input[type="checkbox"], .aform-content dl input[type="file"] {
  width: auto;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}
.aform-content ul input, .aform-content dl .aform-calendar {
  width: auto;
}
.aform-calendar {
  width: auto;
  margin-right: 5px;
  vertical-align: middle;
}
.aform-calendar + label {
  margin-right: 5px;
  vertical-align: middle;
}
.aform-content .ui-datepicker-trigger {
  margin-left: 5px;
  vertical-align: text-top;
}
.aform-content input.aform-checkbox, .aform-content input.aform-radio {
  margin-right: 5px;
  vertical-align: middle;
}
.aform-content input.aform-field-option-text {
  margin-left: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.aform-content input.aform-field-option-text.error {
  background-color: #fdecf1;
}
.aform-content .aform-name-ul li, .aform-content .aform-kana-ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.aform-content input.aform-name, .aform-content input.aform-kana {
  margin-right: 5px;
}
.aform-content .aform-horizontal-ul li {
  display: inline-block;
  margin-right: 1.5em;
}
.aform-content ul.aform-payment li {
  margin-bottom: .8em;
}
.aform-content ul.aform-payment .aform-payment-description {
  margin-top: 3px;
  margin-left: 22px;
}
.aform-content ul.aform-payment .aform-payment-description table th {
  padding: 2px 5px 2px 0;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.aform-content ul.aform-payment .aform-payment-description table td {
  padding: 2px 5px 2px 0;
}
.aform-content .aform-validation, .aform-content .aform-input-example {
  margin-bottom: .3em;
  color: #595959;
  font-size: 90%;
  font-weight: normal;
}
.aform-content .aform-note.hidden01 {
  margin-bottom: 1em;
  padding: 5px 0 5px 5px;
  background: #f3f3f3;
}
.aform-content .aform-twice-note {
  display: block;
}
.aform-content input.require-twice {
  margin-top: 3px;
}
.validation-advice {
  margin: 0;
  color: #d92b00;
}
.aform-content dl.aform-error-list {
  margin-bottom: 20px;
}
.aform-content dl.aform-error-list dt {
  float: none;
  width: auto;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 120%;
}
.aform-content dl.aform-error-list dd {
  display: list-item;
  margin-left: 16px;
  padding-left: inherit;
}
.aform-content p.powerdby {
  margin: 1em 0;
  text-align: right;
  font-size: 70%;
}
.aform-content p.powerdby a {
  padding: 0 5px;
  background: #bad7e4;
  color: #fff;
  text-decoration: none;
}
.aform-content p.powerdby a:hover {
  background: #75aeca;
}
.aform-content .aform-demo {
  margin: 2em 0;
  padding: 5px 10px;
  border: 1px solid #ee7ba0;
  background: #fdecf1;
  text-align: center;
}
.aform-content .aform-demo a {
  margin: 0 5px;
  color: #903;
  font-weight: bold;
}
/*----------------------------------*/
#aform_result {
  margin: 15px auto;
  /*padding: 10px 15px;*/
  /*color: #c00;*/
  font-size: 110%;
  /*font-weight: bold;*/
}
#aform_result a {
  /*margin: 0 1em;*/
}
/*----------------------------------
  form-layout
----------------------------------*/
.aform-content dl {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}
.aform-content dl dt {
  position: relative;
  float: left;
  width: 30%;
}
.aform-content dl dt .aform-label {
  display: block;
  padding-right: 2em;
}
.en_us .aform-content dl dt .aform-label {
  padding-right: 3.5em;
}
.aform-content dl dt .aform-required {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0;
  margin-left: 5px;
  padding: 3px 3px 2px;
  border-radius: 3px;
  background: #d92b00;
  vertical-align: text-top;
  color: #fff;
  font-size: 82%;
  line-height: 100%;
  line-height: 1;
  font-weight: normal;
}
.aform-content dl dd {
  padding-left: 33%;
}
.aform-content .aform-name-ul li, .aform-content .aform-kana-ul li {
  display: block;
  margin-bottom: 5px;
}
.aform-content .aform-name-ul li input, .aform-content .aform-kana-ul li input {
  width: 100%;
}
.ui-datepicker .ui-widget-header {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .aform-content dl dt {
    position: relative;
    float: none;
    width: auto;
  }
  .aform-content dl dd {
    padding-left: 0;
  }
}
.text-right {
  text-align: right;
}
.aform-content ol li {
  list-style: inherit;
}
.aform-content .aform-note li + li {
  margin-top: 0;
}
/*ポップアップ（AIチャットにお問合せ）
***************************************************** */
.popup {
  position: fixed;
  z-index: 200;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 230px;
  border: 1px solid #278fc5;
  border-bottom: none;
  box-shadow: -3px -3px 10px rgba(0, 0, 0, .2);
  font-size: 13px;
}
.trig-popup {
  box-sizing: border-box;
  height: 40px;
  padding: 9px 0 0 16px;
  background: #278fc5;
  color: #fff;
}
#trig-popup {
  cursor: pointer;
}
#trig-popup:after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 14px;
  width: 15px;
  height: 15px;
  font-size: 120%;
  line-height: 1;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e600";
  transition: .2s linear;
  transform: rotate(180deg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.open#trig-popup:after {
  transform: rotate(0deg);
}
.txt-popup {
  display: none;
  margin-top: 0;
}
.txt-popup a {
  display: block;
  box-sizing: border-box;
  height: 80px;
  padding: 10px 0 0 16px;
  background: #fff url("/i/popup_bg.png") no-repeat center center;
  background-size: 70% 70%;
  color: #222;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff, 2px 2px 2px #fff, 0 0 1px #fff, -1px -1px 2px #fff, -2px -2px 2px #fff;
  transition: .2s linear;
}
.txt-popup a:hover {
  color: #e58407;
}
.SnaviBunner {
  margin-top: 10px;
  text-align: center;
}
.SnaviBunner a:hover {
  opacity: .7;
}
.SnaviBunner a[target="_blank"]:after {
  display: none;
}
/*cookie同意ポップアップ
***************************************************** */
.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: calc(50% - 650px/2);
  width: 650px;
  font-size: 12px;
  background: #fff;
  padding: 1.2em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: .2s bottom;
  z-index:5;
  box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.cookie-consent.is-show {
  bottom: 45px;
}
.cookie-text {
  width: 90%;
}
.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: .5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 650px) {
  .cookie-consent {
    flex-direction: column;
    width: 300px;
    left: calc(50% - 300px/2);
  }
  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
  }
  .cookie-agree {
    padding: 1em 2em;
  }
}
/*box.css
***************************************************** */
#LayerContents .float-none {float:none;}
.left {float:left;}
.right {float:right;}
@media only screen and (max-width:670px) {
  .clear {width:auto;}
  .clear .left, .clear .right {float:none; margin-left:0; margin-right:0;}
}
.set-center {text-align:center;}
.set-left {text-align:left;}
.set-right {text-align:right;}
@media only screen and (max-width:670px) {
  .sp-set-center {text-align:center;}
  .sp-set-left {text-align:left;}
  .sp-set-right {text-align:right;}
}
.v-top {vertical-align:top;}
.v-bottom {vertical-align:bottom;}
.v-middle {vertical-align:middle;}
.font10 {font-size:77%; line-height:200%;}
.font11 {font-size:85%; line-height:191%;}
.font12 {font-size:93%; line-height:184%;}
.font13 {font-size:100%; line-height:177%;}
.font14 {font-size:108%; line-height:172%;}
.font15 {font-size:116%; line-height:167%;}
.font16 {font-size:124%; line-height:163%;}
.font17 {font-size:131%; line-height:159%;}
.font18 {font-size:139%; line-height:156%;}
.font19 {font-size:147%; line-height:153%;}
.font20 {font-size:154%; line-height:150%;}
.font21 {font-size:162%; line-height:148%;}
.font22 {font-size:170%; line-height:146%;}
.font23 {font-size:177%; line-height:144%;}
.font24 {font-size:185%; line-height:142%;}
.font25 {font-size:193%; line-height:140%;}
.m-auto {margin:0 auto;}
.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t15 {margin-top:15px;}
.m-t20 {margin-top:20px;}
.m-t25 {margin-top:25px;}
.m-t30 {margin-top:30px;}
.m-t35 {margin-top:35px;}
.m-t40 {margin-top:40px;}
.m-t45 {margin-top:45px;}
.m-t50 {margin-top:50px;}
.m-t55 {margin-top:55px;}
.m-t60 {margin-top:60px;}
.m-t65 {margin-top:65px;}
.m-t70 {margin-top:70px;}
.m-t75 {margin-top:75px;}
.m-t80 {margin-top:80px;}
.m-t85 {margin-top:85px;}
.m-t90 {margin-top:90px;}
.m-t95 {margin-top:95px;}
.m-t100 {margin-top:100px;}
.m-up0 {margin-top:0;}
.m-up5 {margin-top:-5px;}
.m-up10 {margin-top:-10px;}
.m-up15 {margin-top:-15px;}
.m-up20 {margin-top:-20px;}
.m-up25 {margin-top:-25px;}
.m-up30 {margin-top:-30px;}
.m-up35 {margin-top:-35px;}
.m-up40 {margin-top:-40px;}
.m-up45 {margin-top:-45px;}
.m-up50 {margin-top:-50px;}
.m-up55 {margin-top:-55px;}
.m-up60 {margin-top:-60px;}
.m-up65 {margin-top:-65px;}
.m-up70 {margin-top:-70px;}
.m-up75 {margin-top:-75px;}
.m-up80 {margin-top:-80px;}
.m-up85 {margin-top:-85px;}
.m-up90 {margin-top:-90px;}
.m-up95 {margin-top:-95px;}
.m-up100 {margin-top:-100px;}
.m-r0 {margin-right:0;}
.m-r5 {margin-right:5px;}
.m-r10 {margin-right:10px;}
.m-r15 {margin-right:15px;}
.m-r20 {margin-right:20px;}
.m-r25 {margin-right:25px;}
.m-r30 {margin-right:30px;}
.m-r35 {margin-right:35px;}
.m-r40 {margin-right:40px;}
.m-r45 {margin-right:45px;}
.m-r50 {margin-right:50px;}
.m-r55 {margin-right:55px;}
.m-r60 {margin-right:60px;}
.m-r65 {margin-right:65px;}
.m-r70 {margin-right:70px;}
.m-r75 {margin-right:75px;}
.m-r80 {margin-right:80px;}
.m-r85 {margin-right:85px;}
.m-r90 {margin-right:90px;}
.m-r95 {margin-right:95px;}
.m-r100 {margin-right:100px;}
.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b25 {margin-bottom:25px;}
.m-b30 {margin-bottom:30px;}
.m-b35 {margin-bottom:35px;}
.m-b40 {margin-bottom:40px;}
.m-b45 {margin-bottom:45px;}
.m-b50 {margin-bottom:50px;}
.m-b55 {margin-bottom:55px;}
.m-b60 {margin-bottom:60px;}
.m-b65 {margin-bottom:65px;}
.m-b70 {margin-bottom:70px;}
.m-b75 {margin-bottom:75px;}
.m-b80 {margin-bottom:80px;}
.m-b85 {margin-bottom:85px;}
.m-b90 {margin-bottom:90px;}
.m-b95 {margin-bottom:95px;}
.m-b100 {margin-bottom:100px;}
.m-l0 {margin-left:0;}
.m-l5 {margin-left:5px;}
.m-l10 {margin-left:10px;}
.m-l15 {margin-left:15px;}
.m-l20 {margin-left:20px;}
.m-l25 {margin-left:25px;}
.m-l30 {margin-left:30px;}
.m-l35 {margin-left:35px;}
.m-l40 {margin-left:40px;}
.m-l45 {margin-left:45px;}
.m-l50 {margin-left:50px;}
.m-l55 {margin-left:55px;}
.m-l60 {margin-left:60px;}
.m-l65 {margin-left:65px;}
.m-l70 {margin-left:70px;}
.m-l75 {margin-left:75px;}
.m-l80 {margin-left:80px;}
.m-l85 {margin-left:85px;}
.m-l90 {margin-left:90px;}
.m-l95 {margin-left:95px;}
.m-l100 {margin-left:100px;}
.p-t0 {padding-top:0;}
.p-t5 {padding-top:5px;}
.p-t10 {padding-top:10px;}
.p-t15 {padding-top:15px;}
.p-t20 {padding-top:20px;}
.p-t25 {padding-top:25px;}
.p-t30 {padding-top:30px;}
.p-t35 {padding-top:35px;}
.p-t40 {padding-top:40px;}
.p-t45 {padding-top:45px;}
.p-t50 {padding-top:50px;}
.p-r0 {padding-right:0;}
.p-r5 {padding-right:5px;}
.p-r10 {padding-right:10px;}
.p-r15 {padding-right:15px;}
.p-r20 {padding-right:20px;}
.p-r25 {padding-right:25px;}
.p-r30 {padding-right:30px;}
.p-r35 {padding-right:35px;}
.p-r40 {padding-right:40px;}
.p-r45 {padding-right:45px;}
.p-r50 {padding-right:50px;}
.p-b0 {padding-bottom:0;}
.p-b5 {padding-bottom:5px;}
.p-b10 {padding-bottom:10px;}
.p-b15 {padding-bottom:15px;}
.p-b20 {padding-bottom:20px;}
.p-b25 {padding-bottom:25px;}
.p-b30 {padding-bottom:30px;}
.p-b35 {padding-bottom:35px;}
.p-b40 {padding-bottom:40px;}
.p-b45 {padding-bottom:45px;}
.p-b50 {padding-bottom:50px;}
.p-l0 {padding-left:0;}
.p-l5 {padding-left:5px;}
.p-l10 {padding-left:10px;}
.p-l15 {padding-left:15px;}
.p-l20 {padding-left:20px;}
.p-l25 {padding-left:25px;}
.p-l30 {padding-left:30px;}
.p-l35 {padding-left:35px;}
.p-l40 {padding-left:40px;}
.p-l45 {padding-left:45px;}
.p-l50 {padding-left:50px;}
.w0 {width:0;}
.w5 {width:5px;}
.w10 {width:10px;}
.w15 {width:15px;}
.w20 {width:20px;}
.w25 {width:25px;}
.w30 {width:30px;}
.w35 {width:35px;}
.w40 {width:40px;}
.w45 {width:45px;}
.w50 {width:50px;}
.w55 {width:55px;}
.w60 {width:60px;}
.w65 {width:65px;}
.w70 {width:70px;}
.w75 {width:75px;}
.w80 {width:80px;}
.w85 {width:85px;}
.w90 {width:90px;}
.w95 {width:95px;}
.w100 {width:100px;}
.w105 {width:105px;}
.w110 {width:110px;}
.w115 {width:115px;}
.w120 {width:120px;}
.w125 {width:125px;}
.w130 {width:130px;}
.w135 {width:135px;}
.w140 {width:140px;}
.w145 {width:145px;}
.w150 {width:150px;}
.w155 {width:155px;}
.w160 {width:160px;}
.w165 {width:165px;}
.w170 {width:170px;}
.w175 {width:175px;}
.w180 {width:180px;}
.w185 {width:185px;}
.w190 {width:190px;}
.w195 {width:195px;}
.w200 {width:200px;}
.w205 {width:205px;}
.w210 {width:210px;}
.w215 {width:215px;}
.w220 {width:220px;}
.w225 {width:225px;}
.w230 {width:230px;}
.w235 {width:235px;}
.w240 {width:240px;}
.w245 {width:245px;}
.w250 {width:250px;}
.w255 {width:255px;}
.w260 {width:260px;}
.w265 {width:265px;}
.w270 {width:270px;}
.w275 {width:275px;}
.w280 {width:280px;}
.w285 {width:285px;}
.w290 {width:290px;}
.w295 {width:295px;}
.w300 {width:300px;}
.w305 {width:305px;}
.w310 {width:310px;}
.w315 {width:315px;}
.w320 {width:320px;}
.w325 {width:325px;}
.w330 {width:330px;}
.w335 {width:335px;}
.w340 {width:340px;}
.w345 {width:345px;}
.w350 {width:350px;}
.w355 {width:355px;}
.w360 {width:360px;}
.w365 {width:365px;}
.w370 {width:370px;}
.w375 {width:375px;}
.w380 {width:380px;}
.w385 {width:385px;}
.w390 {width:390px;}
.w395 {width:395px;}
.w400 {width:400px;}
.w405 {width:405px;}
.w410 {width:410px;}
.w415 {width:415px;}
.w420 {width:420px;}
.w425 {width:425px;}
.w430 {width:430px;}
.w435 {width:435px;}
.w440 {width:440px;}
.w445 {width:445px;}
.w450 {width:450px;}
.w455 {width:455px;}
.w460 {width:460px;}
.w465 {width:465px;}
.w470 {width:470px;}
.w475 {width:475px;}
.w480 {width:480px;}
.w485 {width:485px;}
.w490 {width:490px;}
.w495 {width:495px;}
.w500 {width:500px;}
.w505 {width:505px;}
.w510 {width:510px;}
.w515 {width:515px;}
.w520 {width:520px;}
.w525 {width:525px;}
.w530 {width:530px;}
.w535 {width:535px;}
.w540 {width:540px;}
.w545 {width:545px;}
.w550 {width:550px;}
.w555 {width:555px;}
.w560 {width:560px;}
.w565 {width:565px;}
.w570 {width:570px;}
.w575 {width:575px;}
.w580 {width:580px;}
.w585 {width:585px;}
.w590 {width:590px;}
.w595 {width:595px;}
.w600 {width:600px;}
.w605 {width:605px;}
.w610 {width:610px;}
.w615 {width:615px;}
.w620 {width:620px;}
.w625 {width:625px;}
.w630 {width:630px;}
.w635 {width:635px;}
.w640 {width:640px;}
.w645 {width:645px;}
.w650 {width:650px;}
.w655 {width:655px;}
.w660 {width:660px;}
.w665 {width:665px;}
.w670 {width:670px;}
.w675 {width:675px;}
.w680 {width:680px;}
.w685 {width:685px;}
.w690 {width:690px;}
.w695 {width:695px;}
.w700 {width:700px;}
.w705 {width:705px;}
.w710 {width:710px;}
.w715 {width:715px;}
.w720 {width:720px;}
.w725 {width:725px;}
.w730 {width:730px;}
.w735 {width:735px;}
.w740 {width:740px;}
.w745 {width:745px;}
.w750 {width:750px;}
.w-100p {width:100%;}
.h-auto {height:auto!important;}
@media only screen and (max-width:670px) {
  .h-auto-sp {height:auto!important;}
  .h-auto-sp .left {float:left;}
  .h-auto-sp .right {float:right;}
  .clear.m-auto {width:auto;}
}
/* 個人情報取扱について
----------------------------------------*/
.privacy-policy {
  overflow-y: scroll;
  height: 150px;
  padding: 20px;
  border-radius: 2px;
  background: #f3f3f3;
  line-height: 150%;
  -webkit-overflow-scrolling: auto;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    padding: 10px;
  }
}
.privacy-policy:focus:not(:focus-visible) {
  outline: 0;
}
.privacy-policy:focus-visible {
  outline: 2px solid #ccc;
}