@charset "utf-8";
/*
Theme Name:  2-210307
Theme URI: http://
Description: 専用のベーステーマ
Version: 1.0
*/

::-moz-selection {
  background: #ffffc9;
  color: #000000;
}
::selection {
  background: #ffffc9;
  color: #000000;
}

.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

body.pc .sp_view {
  display: none !important;
}
body.sp .pc_view {
  display: none !important;
}

.narrow {
  display: none;
}
.wide {
  display: block;
}
@media (max-width: 320px) {
  .narrow {
    display: block;
  }
  .wide {
    display: none;
  }
}

/*
---------------------------------------------------------------------------*/
html {
  width: 100%;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-family: "FOT-筑紫A丸ゴシック Std D", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
}

body.noscroll {
  /* width: 100%;
  position: fixed;
  overflow-y: scroll; */
}

body#top header,
body#top #mainContents,
body#top footer {
  /* opacity: 0; */
}

p {
  font-size: 14px;
  line-height: 1.8;
}
address,
i {
  font-style: normal;
}

/* .modal
------------------------------------*/
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(img/share/bg-modal.jpg);
  background-size: 188px 133px;
  background-position: left -20px top -55px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 999999;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .modal {
    background-image: url(img/share/bg-modal@2x.jpg);
  }
}

/* txt
-----------------------------------*/
.txt-bold {
  font-family: "FOT-筑紫A丸ゴシック Std B", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.txt-mincho {
  font-family: "游明朝体", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.txt-sans {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.txt-sans2 {
  font-family: "Montserrat", sans-serif;
}
.txt-s {
  font-size: 12px !important;
}

/* link
------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s linear;
  -webkit-transform: translateZ(0);
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* .btn
------------------------------------*/
.btn-link {
  position: relative;
  box-sizing: border-box;
  padding: 0 5px 5px 0;
  -webkit-transform: perspective(0);
}

.btn-link a {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 11px 26px 10px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.15em;
  transition: 0.05s ease-in-out;
}

.btn-link a:hover {
  opacity: 1;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}

.btn-link a span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.btn-link a span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 1px;
  left: -3%;
  border-radius: 10px;
  background: #f1f35b;
  width: 0;
  height: 3px;
  transition: 0.15s ease-in-out;
  z-index: 1;
}

.btn-link a:hover span:after {
  width: 106%;
}

.btn-link:before,
.btn-link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
}

.btn-link:before {
  width: 97%;
  height: 1px;
}

.btn-link:after {
  width: 1px;
  height: 91%;
}

.btn-set li,
.btn-set div {
  float: left;
}
.btn-set li:last-of-type,
.btn-set div:last-of-type {
  margin-right: 0;
}

.btn-link.link a,
.btn-link.pdf a {
  padding-right: 18px;
  padding-left: 48px;
}

.btn-link.link a {
  background: url(img/share/ico-link@2x.png) no-repeat 18px 14px;
  background-size: 17px 13px;
}

.btn-link.pdf a {
  background: url(img/share/ico-pdf@2x.png) no-repeat 18px 11px;
  background-size: 16px 17px;
}

.btn-un-link {
  color: #666;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 14px 10px;
}

/* .gnav
---------------------------------------------------------------------------*/
.gnav {
  position: relative;
}

.gnav li a {
  position: relative;
  display: block;
  padding: 17px 14px;
  z-index: 9999;
}

.gnav li a:hover {
  opacity: 1;
}

.gnav li a span {
  position: relative;
  display: inline-block;
}

.gnav li a span:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  border-radius: 10px;
  background: #f1f35b;
  width: 0;
  height: 3px;
  transition: 0.2s ease-in-out;
  z-index: 1;
  -webkit-transform: perspective(0);
}

.gnav li:hover a span:after {
  left: -5%;
  width: 110%;
}

.gnav li a img {
  z-index: 2;
}

/* .nav-mega
------------------------------------*/
.nav-mega {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 830px;
  padding-top: 21px;
  opacity: 0;
  z-index: 9998;
}

.nav-mega .mnav {
  float: left;
  box-sizing: border-box;
  width: 277px;
  text-align: left;
}

.nav-mega .mnav .inner {
  box-sizing: border-box;
  background: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding: 0;
}

.nav-mega .mnav:first-of-type .inner {
  border-left: 1px solid #000000;
  border-radius: 5px 0 0 5px;
}

.nav-mega .mnav:nth-of-type(2) {
  width: 276px;
}

.nav-mega .mnav:nth-of-type(2) .inner {
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
}

.nav-mega .mnav:last-of-type .inner {
  border-right: 1px solid #000000;
  border-radius: 0 5px 5px 0;
}

.nav-mega .mnav a {
  position: relative;
  display: block;
  padding: 22px 25px 20px;
}

.nav-mega .mnav a:hover {
  opacity: 0.5;
}

.nav-mega .mnav a i {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 21px;
  height: 21px;
  margin-top: -9px;
}

.nav-mega .mnav a i img {
  width: 21px;
  height: 21px;
}

.nav-mega .mnav em {
  display: block;
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.nav-mega .mnav strong {
  display: block;
  font-family: "FOT-筑紫A丸ゴシック Std D", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 21px;
}

.nav-mega .dnav {
  display: none;
  border-radius: 0 0 6px 6px;
  background: #ffffff;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  padding: 2px 10px 0;
}

.nav-mega .dnav div {
  background: linear-gradient(to left, #999999 40%, #ffffff 40%, #ffffff 100%)
    left bottom repeat-x;
  background-size: 5px 1px;
}

.nav-mega .dnav div:last-of-type {
  background: none;
}

.nav-mega .dnav div a {
  padding: 15px 17px;
}

.nav-mega .mnav .dnav a i {
  right: 12px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.nav-mega .mnav .dnav a i img {
  width: 100%;
  height: auto;
}

/* header
---------------------------------------------------------------------------*/
header {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto 55px;
  padding: 0;
}

header .inner {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 20px;
  padding: 38px 34px 0 31px;
}

.hnav {
  float: left;
}

.hnav li {
  float: left;
  letter-spacing: 0.03em;
}

.hnav li a {
  display: block;
  padding: 0 8px 7px;
}

.sns-wrap {
  float: right;
  overflow: hidden;
}

.sns-wrap dt {
  float: left;
  margin-right: 20px;
}

.sns-wrap dd {
  float: left;
}

.sns-wrap dd:nth-of-type(2) {
  margin: 0 8px 0 12px;
}

.header-logo {
  clear: both;
  width: 288px;
  margin: 0 auto;
  text-align: center;
  padding-right: 17px;
}

.header-logo a {
  display: block;
}

.header-logo .logo {
  margin-top: 0px;
  width: 288px;
}

.header-logo .logo img {
  width: 288px;
}

header .gnav {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  width: 830px;
  margin: 0 auto;
  text-align: center;
}

header .gnav li {
  display: inline-block;
}

/* .logo-sub
------------------------------------*/
.logo-sub {
  position: relative;
  width: 120px;
  height: 16px;
  margin: 0 auto;
  left: 40px;
}

.logo-sub img {
  position: absolute;
  top: 6px;
  opacity: 0;
  height: 20px;
}

.logo-sub img.sub1 {
  left: 0;
}
.logo-sub img.sub2 {
  left: 19px;
}
.logo-sub img.sub3 {
  left: 34px;
}
.logo-sub img.sub4 {
  left: 47px;
}
.logo-sub img.sub5 {
  left: 64px;
}
.logo-sub img.sub6 {
  left: 82px;
}
.logo-sub img.sub7 {
  left: 98px;
}
.logo-sub img.sub8 {
  left: 116px;
}

/* footer
---------------------------------------------------------------------------*/
footer {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  padding: 170px 0 60px;
}

footer .plist {
  overflow: hidden;
  margin-bottom: 40px;
}

footer .plist li {
  position: relative;
  float: left;
  margin-right: 27px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

footer .plist li:after {
  display: block;
  content: ">";
  position: absolute;
  top: 2px;
  right: -19px;
  font-size: 10px;
}

footer .plist li:last-of-type:after {
  display: none;
}

.footer-company {
  position: relative;
}

.footer-company p:first-of-type {
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.footer-company p:first-of-type span {
  display: block;
  position: absolute;
  top: -10px;
  left: 87px;
  font-size: 10px;
  letter-spacing: 0.28em;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.footer-company address {
  margin-bottom: 8px;
}

.footer-company address,
.footer-company p:last-of-type {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.logo-crown {
  position: absolute;
  top: -124px;
  right: 14px;
}

.logo-crown img {
  width: 108px;
  height: auto;
}

.footer-nav {
  position: absolute;
  bottom: 54px;
  right: 0;
  text-align: right;
}

.copyright {
  display: inline-block;
  margin: 0 -21px 10px 0;
  font-size: 10px;
  letter-spacing: 0.15em;
  transform: scale(0.8);
}

.footer-nav .gnav {
  margin: 0 0 2px 4px;
}
.footer-nav .gnav li {
  float: left;
}
/* .footer-nav .gnav li:first-of-type { display: none; } */
.footer-nav .gnav li a {
  padding: 17px 10px;
}

.fnav {
  position: relative;
  text-align: right;
  margin-right: 1px;
}
.fnav li {
  display: inline-block;
}

.fnav li a {
  position: relative;
  display: block;
  padding: 2px 10px 10px 16px;
  font-size: 13px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.fnav li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: -11px;
  background: #d0d0d0;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.fnav li:first-of-type a:before {
  display: none;
}

/* contents
---------------------------------------------------------------------------*/
#mainContents {
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.contents {
  width: 1100px;
  margin: 0 auto;
}

/* .title-page
------------------------------------*/
.title-page {
  margin-bottom: 55px;
  text-align: center;
}

.title-page .title-line strong {
  margin-bottom: 12px;
  font-size: 22px;
  white-space: nowrap;
}

.title-page i {
  overflow: hidden;
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
}

/* .title-line
------------------------------------*/
.title-line strong {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.15em;
}

.title-line strong:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  background: #f1f35b;
  width: 100%;
  height: 3px;
}

/* .slider
------------------------------------*/
.slider-wrap {
  width: 940px;
}
.slider-wrap .inner {
  position: relative;
  width: 100%;
  opacity: 0;
}

.slider-wrap .inner:first-of-type {
  opacity: 1;
}

/*
.slider-wrap .inner span {
	position: absolute;
	bottom: 20px;
	left: 25px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 10px 18px 10px 20px;
	font-size: 13px;
	letter-spacing: 0.1em;
	z-index: 999;
}
*/

.slider-center .slick-dots {
  overflow: hidden;
  position: absolute;
  bottom: -58px;
  left: 50%;
  padding-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider-center .slick-dots:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  background: #f1f35b;
  width: 100%;
  height: 3px;
}

.slider-center .slick-dots li {
  float: left;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 2px;
}

.slider-center .slick-dots li button {
  position: relative;
  box-sizing: border-box;
  text-indent: -9999px;
  border-radius: 50%;
  background: #000000;
  border: 11px solid #ffffff;
  width: 30px;
  height: 30px;
}

.slider-center .slick-dots li.slick-active button {
  background: #f1f35b;
}

@media all and (-ms-high-contrast: none) {
  .slider-center .slick-dots li button:before {
    display: block;
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 28px;
    height: 28px;
  }
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
  padding-top: 60px;
  text-align: center;
  font-size: 16px;
  min-height: 40px;
}

.wp-pagenavi a.page {
  margin: 0 5px;
  padding: 5px;
}

.wp-pagenavi .current {
  display: inline-block;
  border-bottom: 1px solid #666666;
  margin: 0 10px;
  padding: 5px 0 2px;
}

.wp-pagenavi .extend {
  display: inline-block;
  margin: 0 10px;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
}

.wp-pagenavi a.previouspostslink {
  background-image: url(img/share/btn-prev-s.png);
  margin-right: 40px;
}

.wp-pagenavi a.nextpostslink {
  background-image: url(img/share/btn-next-s.png);
  margin-left: 40px;
}

.wp-pagenavi a.first {
  margin-right: 20px;
}
.wp-pagenavi a.last {
  margin-left: 20px;
}

/* .form-table
------------------------------------*/
.sec-contact {
  text-align: left;
}

.sec-content .btn-back {
  margin: 30px 0;
  background: #000000;
  border: none;
  width: 100%;
  height: auto;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s linear;
  display: flex;
  width: 300px;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.form-table {
  width: 810px;
  margin: 0 auto 5px;
  text-align: left;
  line-height: 1.8;
}

.form-table th {
  position: relative;
  width: 230px;
  padding-top: 19px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.05em;
}

.form-table th.th-top {
  padding-top: 10px;
}

.form-table tr:last-of-type th {
  padding-top: 40px;
  vertical-align: top;
}

/* TODO 改行 */
textarea {
  background: transparent;
  padding: 15px;
}
#placeholder {
  opacity: 0.7;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 14px;
  z-index: -1;
}
#placeholder.none {
  display: none;
}

.form-table th i {
  padding: 2px 3px;
  display: inline;
  margin: -3px 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.02em;
  border-radius: 3px;
  border: 1px solid #f1f35b;
  background: #ffffc9;
}

.form-table th i.option {
  padding: 2px 3px;
  display: inline;
  margin: -3px 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #7e7e7e;
  background: none;
  border-radius: 3px;
  border: 1px solid #7e7e7e;
}

.form-table td {
  width: 430px;
  padding: 8px 0 1px;
  letter-spacing: 0.05em;
}

.form-table tr:last-of-type td {
  padding-top: 35px;
}

.form-table td.td-line div {
  box-sizing: border-box;
  border: 1px solid #afafaf;
  min-height: 45px;
  margin-bottom: 7px;
  padding: 10px 17px 4px;
}

.form-table td input,
.form-table td textarea {
  font-family: "FOT-筑紫A丸ゴシック Std D", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  box-sizing: border-box;
  border: 1px solid #afafaf;
  width: 100%;
  height: 45px;
  margin-bottom: 7px;
  padding: 0 15px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.form-table td textarea {
  height: 360px;
  padding: 15px;
}

.form-table td label {
  display: inline-block;
  margin: 0 22px 4px 0;
  cursor: pointer;
}

.form-table td label input,
.form-table td label span {
  display: inline-block;
}

.form-table td label input {
  width: 14px;
  height: auto;
}

.form-table td label span {
  padding-left: 5px;
}

.form-table td .input-check {
  display: none;
  margin: 10px 0;
}

.form-table td .input-check input {
  height: 40px;
  padding: 0 12px;
}

.form-table td .wpcf7-form-control {
  display: block !important;
}

/* Google Chrome, Safari, Android, iOS */
::-webkit-input-placeholder {
  line-height: 1.8;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #888888;
}

.form-table td p {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.form-table td div p {
  margin-bottom: 4px;
}
.form-table td p a {
  text-decoration: underline;
}

/* ここからTOPOSTOPOS変更
---------------------------------------------------------------------------*/
.form-table td .short-form {
  display: flex;
  gap: 12px;
}

/* select
------------------------------------*/
.form-table .your-todouhuken,
.form-table .group-hour,
.form-table .group-minute {
  display: inline-block !important;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #afafaf;
  width: 165px;
  margin: 0 5px 7px 0;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.form-table .group-hour,
.form-table .group-minute {
  width: 90px;
}

.form-table .your-todouhuken:before,
.form-table .group-hour:before,
.form-table .group-minute:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(img/share/arrow-down-nav) no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.form-table select {
  cursor: pointer;
}

.form-table .customSelect {
  display: block !important;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 30px 13px 14px !important;
  line-height: 1;
  letter-spacing: 0.04em;
}

.form-table .customSelect .customSelectInner {
  width: 100% !important;
}

/* .btn-submit
------------------------------------*/
.form-table td .btn-submit {
  width: 100%;
  margin-top: 35px;
  padding: 0;
}

.form-table td .btn-submit input {
  background: #000000;
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s linear;
}

.form-table td .btn-submit button {
  background: #000000;
  border: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s linear;
}

.form-table td .btn-submit button._back {
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

.form-table td .btn-submit._confirm {
  display: flex;
  gap: 14px;
}

.form-table td .btn-submit input:hover {
  opacity: 0.5;
}

.form-table td .btn-submit button:hover {
  opacity: 0.5;
}

@media all and (-ms-high-contrast: none) {
  .form-table td .btn-submit input {
    padding: 15px 0 25px;
  }

  .form-table td .btn-submit button {
    padding: 15px 0 25px;
  }
}

/* error
------------------------------------*/
.form-table td .txt-error,
.wpcf7-not-valid-tip {
  display: inline-block;
  border-bottom: 2px solid #f1f35b;
  margin: 0 0 12px 2px;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.form-table td.td-line .txt-error,
.form-table td.td-line .wpcf7-not-valid-tip {
  margin: 7px 0 10px 2px;
}

.form-table td.td-notline .txt-error,
.form-table td.td-notline .wpcf7-not-valid-tip {
  position: absolute;
  top: 11px;
  left: 180px;
  width: 190px;
}

.screen-reader-response {
  display: none;
}

.txt-response,
.wpcf7-response-output {
  display: inline-block;
  border-bottom: 2px solid #f1f35b;
  margin: 10px 0 0 230px;
  padding: 0 0 1px;
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* .attention-list
------------------------------------*/
.attention-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.attention-list li:before {
  display: block;
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* .dl-common
------------------------------------*/
.dl-common {
  background: linear-gradient(to left, #999999 40%, #ffffff 40%, #ffffff 100%)
    left top repeat-x;
  background-size: 5px 1px;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.dl-common dt {
  clear: both;
  float: left;
  width: 140px;
  padding: 18px 0 18px 10px;
}

.dl-common .dt-height {
  margin-top: 8px;
}

.dl-common dd {
  background: linear-gradient(to left, #999999 40%, #ffffff 40%, #ffffff 100%)
    left bottom repeat-x;
  background-size: 5px 1px;
  padding: 18px 0 18px 150px;
}

.dl-common dd a {
  text-decoration: underline;
}

.dl-common dd ul {
  margin-top: 8px;
}

.dl-common dd li {
  display: flex;
  margin-bottom: 15px;
}

.dl-common dd li:last-of-type {
  margin-bottom: 10px;
}

.dl-common dd li p {
  width: 110px;
  font-size: 13px;
}

.dl-common dd li address {
  width: 490px;
}

.dl-common dd li address a {
  display: block;
  text-decoration: underline;
}

/* .table-common
------------------------------------*/
.table-common {
  border-top: 1px solid #e5e5e5;
  width: 100%;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.table-common th {
  background: #ffffea;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px dotted #dbdbdb;
  padding: 10px 8px 8px;
  font-size: 16px;
}

.table-common td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px dotted #dbdbdb;
  padding: 50px 35px;
  vertical-align: middle;
}

.table-common th:last-of-type,
.table-common td:last-of-type {
  border-right: none;
}

.table-common td.txt-l {
  font-size: 22px;
}
.table-common td.txt-left {
  text-align: left;
}

/* .pnav
------------------------------------*/
.pnav {
  box-sizing: border-box;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  width: 900px;
  margin: 0 auto;
}

.pnav ul {
  overflow: hidden;
  text-align: center;
}

.pnav li {
  display: inline-block;
}

.pnav li a {
  position: relative;
  display: block;
  padding: 15px 15px 14px;
  font-size: 17px;
  letter-spacing: 0.1em;
}

.pnav li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 23px;
  right: -13px;
  background: #494949;
  width: 24px;
  height: 1px;
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.pnav li:last-of-type a:after {
  display: none;
}

.pnav li a span {
  padding-left: 3px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* 2018-0808 Add Movie Banner */
.LeftTitle {
  width: 150px;
  float: left;
}
.RightCont {
  width: 750px;
  float: right;
}
.movLink {
  margin: 30px 0 20px;
}

.sec-outline.movie,
.sec-movie.movie {
  margin-bottom: 60px;
}

/* 20190830 臨時 */
/*
body .textcontainer {
  padding: 0;
  text-align: center;

  position: absolute;
  top: 3px;
  left: 33px;
}

body .news-area article .textcontainer {
    top: 20px;
    left: 15px;
}

body .particletext {
  text-align: center;
  font-size: 14px;
  position: relative;
  color: #f00;
  font-weight: 700;
}

body .particletext.bubbles > .particle {
  opacity: 0;
  position: absolute;
  background-color: rgba(33, 150, 243, 0.5);
  -webkit-animation: bubbles 3s ease-in infinite;
          animation: bubbles 3s ease-in infinite;
  border-radius: 100%;
}

@-webkit-keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%);
            transform: translate(0, -1000%);
  }
}

@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%);
            transform: translate(0, -1000%);
  }
}
*/

.ico-new {
  position: absolute;
  top: -25px;
  left: 90px;
}

.news-area article .ico-new {
  top: 34px;
  left: 160px;
}

.ico-new span {
  display: block;
  transform-origin: center bottom;
}

.ico-new .left,
.ico-new .right {
  display: block;
  position: absolute;
  top: 12px;
  background-color: #f16543;
  width: 10px;
  height: 1px;
}

.ico-new .left {
  left: -15px;
  transform-origin: right bottom;
  transform: rotate(70deg);
}

.ico-new .right {
  right: -15px;
  transform-origin: left bottom;
  transform: rotate(-70deg);
}

.ico-new .btm {
  position: absolute;
  bottom: -3px;
  left: -10px;
  background-color: #fdff66;
  width: 54px;
  height: 5px;
  transform-origin: center bottom;
  z-index: -1;
}

/* news
---------------------------------------------------------------------------*/
.news-area {
  background: linear-gradient(to left, #999999 40%, #ffffff 40%, #ffffff 100%)
    left bottom repeat-x;
  background-size: 5px 1px;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 1px;
}

.news-area article {
  position: relative;
  background: linear-gradient(to left, #999999 40%, #ffffff 40%, #ffffff 100%)
    left top repeat-x;
  background-size: 5px 1px;
  padding-top: 1px;
}

.news-area article time {
  display: block;
  position: absolute;
  top: 37px;
  left: 15px;
  font-size: 14px;
  letter-spacing: 0.12em;
}

/* .news-title
------------------------------------*/
.news-title {
  cursor: pointer;
  transition: 0.2s linear;
}

.news-title:hover {
  opacity: 0.5;
}

.news-title.not-link {
  cursor: default;
}

.news-title.not-link:hover {
  opacity: 1;
}

.news-title > a,
.news-title span {
  display: block;
  /* background: #FFFFFF; */
  /* 20190830 */
  background-color: transparent;
  padding: 28px 20px 28px 150px;
}

.news-title h2 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.ico-new + .news-title h2 {
  padding-left: 66px;
}

.post-categories {
  overflow: hidden;
  font-size: 16px;
  color: #848484;
  letter-spacing: 0.08em;
}

.post-categories li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding-right: 16px;
}

.post-categories li:after {
  display: block;
  content: "/";
  position: absolute;
  top: 1px;
  right: 0px;
}

.post-categories li:last-of-type:after {
  display: none;
}

/* .news-main
------------------------------------*/
.news-main {
  display: none;
  padding: 0 20px 50px 150px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  transform: translateY(10px);
}

body#news.single .news-main {
  display: block !important;
}

.news-main p {
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.news-main p:last-of-type {
  margin-bottom: 0;
}

.news-main img {
  display: block;
  max-width: 730px;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
}

.news-main img:last-child {
  padding-bottom: 0;
}

.news-main .wp-caption {
  max-width: 100%;
  margin-bottom: 25px;
}

.news-main .wp-caption-text {
  margin-top: -5px;
}

.news-main a {
  text-decoration: underline;
}

.news-main strong {
  font-weight: bold;
}

.news-main em {
  font-style: italic;
}

.news-main del {
  text-decoration: line-through;
}

.news-main ul,
.news-main ol {
  margin: 30px 0;
}

.news-main ul li {
  list-style: disc;
  margin-bottom: 6px;
  margin-left: 20px;
}

.news-main ol li {
  list-style: decimal;
  margin-bottom: 6px;
  margin-left: 25px;
}

.news-main blockquote {
  background: #f0f0f0;
  margin: 35px 0;
  padding: 18px 22px;
  font-size: 13px;
}

.news-main blockquote p {
  font-size: 13px;
}

.news-main blockquote p:last-of-type {
  margin-bottom: 0;
}

/* .sec-table
------------------------------------*/
.sec-table {
  width: 100%;
}

.sec-table h3 {
  margin: 40px 0 25px;
}

.sec-table h3:first-of-type {
  margin-top: 0;
}

.sec-table h3 strong {
  padding-bottom: 2px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.sec-table .dl-common dt {
  width: 100px;
  padding: 15px 0 15px 10px;
}

.sec-table .dl-common dd {
  padding: 15px 0 15px 120px;
}

/* .news-link
------------------------------------*/
.news-main .news-link {
  overflow: hidden;
  margin: 0;
}

.news-main .news-link li {
  float: left;
  list-style: none;
  margin: 15px 20px 0 0;
}

/* padding
------------------------------------*/
.news-main .pts {
  padding-top: 20px;
}
.news-main .ptl {
  padding-top: 35px;
}

/* recruit
---------------------------------------------------------------------------*/

/* .btn-recruit
------------------------------------*/
.btn-recruit a {
  background-color: #1d4898;
  border-radius: 4px;
  padding: 4px 7px 5px !important;
  color: #ffffff;
  line-height: 0;
}

.hnav .btn-recruit {
  margin-left: 7px;
  transform: translateY(-3px);
}

.fnav .btn-recruit {
  position: absolute;
  top: -88px;
  left: 15px;
}

.fnav .btn-recruit a {
  padding: 4px 5px 4px 7px !important;
  font-size: 16px;
  line-height: 1;
}

.fnav .btn-recruit a:before {
  display: none;
}

.form-table td .btn-submit input:disabled {
  background: #979797;
}

.multi-column {
  display: flex;
  gap: 24px;
}

.txt-bold-top {
  letter-spacing: 0.25em;
  font-weight: 400;
}
