@charset "utf-8";

@media screen and (max-width: 768px) {

/* =============================================================

　　Mobile - Module Setting

============================================================= */

/*  Text
-------------------------- */

.txt-bold-sp {
  font-weight: bold;
}

/* -- Text Other -- */

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

.txt-tel {
  font-size: 1.25em;
}

.txt-tel .link-tel {
  font-size: 1.5em;
  letter-spacing: -.01em;
}

.link-tel a {
  color: inherit;
  text-decoration: none;
}

.link-tel a:hover {
  text-decoration: underline;
}

.txt-cont {
  line-height: 2;
}

.txt-cont p {
}

.txt-note {
  padding: 15px;
}

.txt-note .txt-lg {
  font-size: 1.1em;
}


/*  Link
-------------------------- */

/*  Title
-------------------------- */

.ttl {
}

.ttl .txt-sm {
  font-size: .55em;
}

.ttl.ttl-style1 {
  font-size: 2.25em;
}

.ttl.ttl-style1 span:first-child {
  padding-right: 8px;
}

.ttl.ttl-style1 .txt-sm {
  font-size: .35em;
  padding-bottom: 2px;
}

.ttl.ttl-style2 {
  font-size: 1.8em;
}

.ttl.ttl-style3 {
  margin-bottom: 15px;
  font-size: 1.5em;
}

.ttl.ttl-style4 {
  font-size: 1.6em;
}

.ttl.ttl-style4 .txt-sm {
  font-size: .45em;
}

.ttl.ttl-style5 {
  font-size: 1.5em;
}

.ttl.ttl-style6 {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.ttl.ttl-style7 {
  font-size: 1.15em;
}


/*  Button
-------------------------- */

.btn {
  padding: 12px 5px;
  font-size: 1em;
}

.btn.txt-gothic,
.btn .txt-gothic {
  font-size: .98em;
}

/* -- Button Hover -- */

a > .btn:hover,
a.btn:hover,
input.btn:hover,
button.btn:hover {
  padding-right: 5px;
  padding-left: 5px;
}

/* -- Button Icon -- */

.btn .fa:before {
  margin-right: 10px;
}

/* -- Button Size -- */

/* Small Size */
.btn-sm {
  padding: 8px;
}

/* Middle Size */
.btn-md {
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 16px 30px;
}

a > .btn.btn-md:hover,
a.btn.btn-md:hover,
input.btn.btn-md:hover,
button.btn.btn-md:hover {
  padding-right: 30px;
  padding-left: 30px;
}

/* Large Size */
.btn-lg {
  width: 100%;
  min-width: 100%;
  padding: 17px 30px;
}

a > .btn.btn-lg:hover,
a.btn.btn-lg:hover,
input.btn.btn-lg:hover,
button.btn.btn-lg:hover {
  padding-right: 30px;
  padding-left: 30px;
}

/* -- Button Shape -- */

.btn-square {
}

.btn-rounded {
}

.btn-rounded2 {
  padding-right: 5px !important;
  padding-left: 5px !important;
  border-radius: 4px;
}

/* Small Size */
.btn-sm.btn-rounded2 {
}

/* Middle Size */
.btn-md.btn-rounded2 {
}

/* Large Size */
.btn-lg.btn-rounded2 {
  padding-top: 17px;
  padding-bottom: 17px;
}

/* -- Button Frame -- */

.btn.btn-frame {
}

.btn-sm.btn-frame.icn-arw:before {
  right: 10px;
}

/* -- Button Arrow -- */

.btn.icn-arw {
}

.btn.icn-arw:before {
  width: 9px;
  height: 9px;
}

/* Small Size */
.btn-sm.icn-arw {
  padding-right: 17px;
}

/*  X Large Size */
.btn-lg-x.icn-arw {
  padding-right: 40px;
}

.btn-lg-x.icn-arw:before {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: 10px;
  border-width: 3px 3px 0 0;
}

/* -- Button Arrow2 -- */

.btn.icn-arw2 {
}

.btn .icn-arw2 {
  margin-right: -20px;
  margin-left: 0;
}

.btn .icn-arw2,
.btn.icn-arw2 {
  padding-right: 90px;
}

@media screen and (max-width: 280px) {

  .btn.icn-arw2,
  .btn .icn-arw2 {
    padding-right: 20vw;
  }

  .btn.icn-arw2:before,
  .btn .icn-arw2:before {
    width: 12vw;
  }
}

/* ---- Button Other ---- */

/* -- More -- */

.btn-more {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.btn-more .btn {
  padding-right: 20px;
  padding-left: 20px;
}

.btn-more .btn .icn-arw2 {
  margin-right: -15px;
  padding-right: 30%;
}

.btn-more .btn .icn-arw2:before {
  width: 23vw;
  max-width: 60px;
}

/* -- PDF -- */

.btn-pdf .btn {
  margin-bottom: 1em;
}

.btn-pdf .btn .icn-arw {
  padding: 0;
}

.btn-pdf .btn .icn-arw:before {
  display: none;
}




/*  Tag
-------------------------- */

.tag {
  font-size: 12px;
  letter-spacing: .05em;
}


/*  Icon
-------------------------- */

.icn {
}

/* -- Icon Arrow -- */

.icn-arw {
  padding-left: 12px;
}

.icn-arw:before,
.icn-arw:after {
  top: 7px;
  border-width: 4px 5px;
}

/* -- Icon Arrow2 -- */

.icn-arw2 {
  padding-right: 90px;
}

.icn-arw2:before {
  width: 60px;
}

/* -- Round Icon -- */

.icn-rounded {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  font-size: 15px;
  line-height: 20px;
}

/* -- Font Awesome Icon -- */

.fa:before {
}

.fa-exclamation:before {
}

/* -- Movie Icon -- */

.icn-movie {
}

.icn-movie > *:before {
  width: 80px;
  height: 40px;
  margin-top: -18px;
  margin-left: -30px;
}

.icn-movie > *:after {
  margin-top: -4px;
  margin-left: 5px;
  border-width: 6px 10px;

}


/*  Image
-------------------------- */

.img-frame {
}

.img-frame img {
}

/* -- Thumb -- */

.thumb-xs {
}

.thumb-sm {
}

.thumb-md {
}

.thumb-lg {
}

.thumb-flyer {
}

.thumb-border {
}

.thumb-border .thumb-inner {
  padding-right: 7%;
  padding-bottom: 7%;
}

.thumb-border .thumb-inner:before {
  top: 7%;
  left: 7%;
}

/* -- Section Image -- */

.section .thumb-border {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 35px;
  padding: 0 15px;
}

/*  List
-------------------------- */

/* -- List Line -- */

.list-line > ul > li {
  padding: 15px 0;
}

/* -- List Dot -- */

.list-dot {
  margin: 20px 0 30px;
}

.list-dot.list-dot2,
.list-dot.list-dot3,
.list-dot.list-dot4 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-dot.list-dot2 ul li,
.list-dot.list-dot3 ul li,
.list-dot.list-dot4 ul li {
  padding-top: 8px;
}

.list.list-dot {
  margin: 0;
}

.list-dot.list-dot2 ul li:before,
.list-dot.list-dot3 .list-dot.list-dot2 ul li:before {
  padding-right: 7px;
}

/* -- List Number -- */

.list-num {
  margin: 20px 0 30px;
}

.list-num ol {
  padding-left: 25px;
}

.list-num li ol {
  padding-left: 35px;
}

/* -- List Arrow -- */

.list-arw {
}

.list-arw ul {
  padding-left: 2px;
}

/* -- List Style -- */

.list-style1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: .9em;
}

.list-style1 > ul > li {
  width: 50%;
  margin: 7px -1px;
  border-width: 0 1px;
  background-color: #fff;
}

.list-style1 a {
  padding-right: 5px;
  padding-left: 15px;
  text-align: left;
}

/* -- List Definition -- */

.list-dl dl {
  margin: 0;
}

.list-dl > ul > li:first-child {
  padding-top: 0;
}

/* -- List Definition2 -- */

.list-dl2 dl,
.list-dl2 dl dt,
.list-dl2 dl dd {
  display: block;
}

.list-dl2 dl dt {
}

.list-dl2 dl dt:before {
  content: " [ ";
}

.list-dl2 dl dt:after {
  content: " ] ";
}

.list-dl2 dl dd {
  padding-left: 0;
}

.list-dl2 .txt-lg {
  font-size: 1em;
}

/* -- List Definition3 -- */

.list-dl3 dl {
}

.list-dl3 dl,
.list-dl3 dl dt,
.list-dl3 dl dd {
  display: block;
}

.list-dl3 dl dt {
  min-width: 0;
}

.list-dl3 dl dd {
  padding-left: 0;
}

.list-dl3 .txt-lg {
  font-size: 1em;
}

.list-dl3.list-line > ul > li {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
}

/* -- List Definition Contact -- */

.list-dl-contact dl {
  margin: 0;
  padding-top: 0;
}

.list-dl-contact dl,
.list-dl-contact dl dt,
.list-dl-contact dl dd {
  display: block;
  width: 100%;
  float: none;
  padding: 0;
  line-height: 1.65;
}

.list-dl-contact dl dt,
.list-dl-contact dl dd {
  padding-top: 4px;
}

.list-dl-contact dl dt {
}

.list-dl-contact dl dt:after {
}

.list-dl-contact dl dd {
}


/*  Table
-------------------------- */

.table {
  margin-bottom: 5px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
  border-top-width: 0;
}

.table-ttl-sp {
  background-color: #f6f6f6;
  font-weight: bold;
}

/* ---- Responsive ---- */

.table-responsive {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* ---- Responsive2 ---- */

.table-responsive2,
.table-responsive2 caption,
.table-responsive2 thead,
.table-responsive2 tbody,
.table-responsive2 tfoot,
.table-responsive2 tr,
.table-responsive2 th,
.table-responsive2 td {
  display: block !important;
  width: 100% !important;
  min-width: 0;
  border-width: 0;
  padding: 0 !important;
}

.table-responsive2 tr {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.table-responsive2 tr:first-child {
  padding-top: 0 !important;
}

.table-responsive2 caption {
  margin-bottom: 10px;
}

.table-responsive2 > thead > tr,
.table-responsive2 > tbody > tr,
.table-responsive2 > tfoot > tr {
  border-width: 1px 0 0 0;
}

.table-responsive2 > thead > tr + tr,
.table-responsive2 > tbody > tr + tr,
.table-responsive2 > tfoot > tr + tr {
  border-width: 0;
}

.table-responsive2 > thead > tr > th,
.table-responsive2 > tbody > tr > th,
.table-responsive2 > tfoot > tr > th,
.table-responsive2 > thead > tr > td,
.table-responsive2 > tbody > tr > td,
.table-responsive2 > tfoot > tr > td {
  border-width: 0;
}

.table-responsive2 > thead > tr > th,
.table-responsive2 > tbody > tr > th,
.table-responsive2 > tfoot > tr > th {
  padding-bottom: 12px !important;
}

/*  Grid
-------------------------- */

/*  Column
-------------------------- */

/* ---- Common ---- */

.column > * {
  letter-spacing: -.40em;
}

.column > * > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
}

.column > * > *.column-full-sp {
  width: 100% !important;
}

/* -- Title -- */

.column .column-ttl {
  padding-top: 22px;
  text-align: center;
  line-height: 1.65;
}

/* -- Cont -- */

.column .column-cont {
  padding-top: 15px;
}

/* ---- 2 Column ---- */

.column.column2 > * {
  margin-top: -15px;
  margin-left: 0;
}

.column.column2 > * > * {
  width: 100%;
  padding: 15px 0 0;
}

.column.column2 .column-cont {
  line-height: 2;
}

/* ---- 3 Column ---- */

.column.column3 > * {
  margin-top: -25px;
  margin-left: 0;
}

.column.column3 > * > * {
  width: 100%;
  padding: 25px 0 0;
}

.column.column3 .txt-cont {
  line-height: 2;
}

/* ---- 4 Column ---- */

.column.column4 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column4 > * > * {
  width: 50%;
  padding: 20px 0 0 20px;
}

/* ---- 5 Column ---- */

.column.column5 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column5 > * > * {
  width: 50%;
  padding: 20px 0 0 20px;
}

/* ---- 6 Column ---- */

.column.column6 > * {
  margin-top: -20px;
  margin-left: -20px;
}

.column.column6 > * > * {
  width: 33.333%;
  padding: 20px 0 0 20px;
}

/* ---- Line Column ---- */

.column.column-line,
.column.column-line2 {
  margin: 30px 0;
}

.column.column-line > * {
  display: block;
  margin: 0;
}

.column.column-line > * > * {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.column.column-line2 > * {
  margin: 0 0 0 -12px;
}

.column.column-line2 > * > * {
}

.column.column-line2 .column-inner {
  padding-top: 15px;
}

/* ---- Column Style1 ---- */

.column.column-style1 {
  margin: 10px 0;
}

.column.column-style1 > * {
  margin: 0 -5px;
}

.column.column-style1 > * > * {
  padding: 5px;
}

.column.column-style1 .column-inner {
  padding: 0;
}

.column.column-style1 dt {
  padding: 10px 15px;
}

.column.column-style1 dd {
  padding: 15px;
}

/*  Section
-------------------------- */

.section {
  margin-bottom: 30px;
  line-height: 1.8;
}

.section:last-child {
  margin-bottom: 20px;
}

/* ---- Section Number ---- */

.section-num {
  display: none !important;
}

.section-num + .inner,
.section-num + .section {
  margin-top: 0 !important;
}

/* ---- Section Header ---- */

.section-header {
}

/* ---- Section Main / SIde ---- */

.section-main,
.section-side {
  float: none;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-main.float-right,
.section-side.float-right {
  width: auto;
  padding-left: 0;
}

.section-main.float-left,
.section-side.float-left {
  width: auto;
  padding: 0;
}

.section-main {
  line-height: 1.7;
}

.section-side {
}

.section-side .section {
  margin-bottom: 0;
}

/* ---- Section Half ---- */

.section-half {
  float: none;
  width: 100%;
}

.section-half.float-left,
.section-half.float-right {
  padding: 0;
}

/* ---- Section Inner ---- */

.section-inner {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section-inner2 {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.section.line-top,
.section-inner.line-top,
.section-inner2.line-top {
  margin-top: 30px;
  padding-top: 30px;
}

.section-inner3 {
  margin: 0;
}

/*  Box Decoration
-------------------------- */

.line-top {
}

.line-dot {
}

.line-frame {
  padding-right: 15px;
  padding-left: 15px;
}

.line-frame2 {
  border-width: 6px;
  padding-right: 15px;
  padding-left: 15px;
}


/*  Breadcrumb
-------------------------- */

.breadcrumb {
  float: none;
  width: auto;
  margin: 0;
  padding: 10px 0 30px;
  font-size: .95em;
  line-height: 1.7;
}

.breadcrumb a {
  display: inline;
}


/*  Pagination
-------------------------- */

.pagination {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  font-size: .95em;
}

.pagination div > * {
  min-width: 36px;
  height: 36px;
  margin: 0 2px 12px;
  border-radius: 4px;
  font-size: 1em;
  line-height: 34px;
}

.pagination .icn-arw:before,
.pagination .icn-arw:after {
  margin-top: -8px;
  margin-left: -3px;
  border-width: 8px;
}

.pagination .icn-arw:after {
  margin-left: -5px;
  border-left-color: #fff;
}

.pagination .icn-arw.previous:before,
.pagination .icn-arw.previous:after {
  margin-left: -12px;
}

.pagination .icn-arw.previous:after {
  margin-left: -10px;
}


/*  Pager
-------------------------- */

.pager {
  margin: 30px 0;
  font-size: .85em;
}

.pager .btn {
  margin: 0;
  padding: 0;
}

.pager .btn a {
  padding: 15px;
}


/*  Mail Form
-------------------------- */

.contact-section {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  padding: 25px 20px;
}

.contact-section .line-top {
  margin-top: 25px;
  padding-top: 25px;
}

/* ---- Form Mail ---- */

.form-mail {
  margin: 25px 0 0;
}

.form-mail .table > tbody > tr {
}

.form-mail .table > tbody > tr:first-child {
}

.form-mail .table > tbody > tr > th,
.form-mail .table > tbody > tr > td {
  border-width: 0;
}

.form-mail .table > tbody > tr > th .txt-accent {
  padding-left: 5px;
}

.form-mail .form-control,
.form-mail .field-w2 {
  width: 116%;
}

.form-mail textarea.form-control {
  width: 116%;
  padding: 10px;
}

.form-mail .txt-caption {
  display: block;
  margin: 0;
  padding-top: 5px;
  padding-left: 0;
  text-align: left;
}

.form-mail .control-label {
  padding: 0;
}

.form-mail td .form-error {
  line-height: inherit;
}

.form-mail td .form-error .txt-error {
  display: block;
  padding-top: 10px;
}

/* ---- Form Button ---- */

.form-mail .form-btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-mail .form-btn.txt-left {
  text-align: center;
}

.form-mail .form-btn .btn {
  padding: 15px 5px !important;
}

.form-mail .form-btn .btn:hover {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.form-mail .form-btn .btn.btn-confirm {
  letter-spacing: .15em;
}

/* ---- Form Error ---- */

.form-error {
  margin-top: -5px;
}

/* ---- Message ---- */

.contact-message {
  margin-top: 20px;
  margin-bottom: 15px;
}

.contact-message p {
  padding: 10px 15px;
}

/* ---- Confirm ---- */

.contact-confirm {
  margin-top: 0;
}

.contact-confirm .table > tbody > tr > th {
  padding: 8px 12px !important;
}

.contact-confirm .table > tbody > tr > td {
  padding: 12px 12px 20px !important;
}

.contact-confirm .form-btn {
  padding-bottom: 10px;
}

/* ---- Finish ---- */

.contact-finish {
  margin-bottom: 0 !important;
  padding: 10px 15px 0;
}

.contact-finish .form-btn {
  padding-top: 30px;
}


/*  Search Form
-------------------------- */

.search-form-wrap {
  display: table !important;
  overflow: hidden;
  width: 101.5%;
  margin-right: 0;
  margin-left: 0;
  padding: 20px 0 0;
  background: none;
}

.search-form .search-input {
  width: 116%;
  padding-right: 40px;
}

.search-form .search-btn {
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

/*  Embed
-------------------------- */

.embed {
  max-width: 520px;
  margin: 0 auto;
}

.embed iframe {
  width: 100%;
  height: 52vw;
}

/* -- Embed Twitter -- */

.embed-tw {
  max-width: 380px;
}

/*  SNS
-------------------------- */

.list-sns {
}


/*  Mega Header
-------------------------- */

.mega-header {
}

.mega-header .inner {
  padding: 65px 15px 25px 20px;
}

.mega-header h1 {
  font-size: 1.2em;
}

.mega-header .txt-num {
  top: 20px;
  left: 15px;
}

.mega-header .txt-en,
.mega-header .txt-ja {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: bottom;
}

.mega-header .txt-en {
  padding-right: 5px;
  padding-left: 0;
  line-height: 1;
}

.mega-header .txt-ja {
  line-height: 1.5;
}


/*  Detail
-------------------------- */

.article-body {
}

.article-title {
  margin-bottom: 2.2em;
}

.article-topics .article-title {
  margin-bottom: 3em;
}

/* ---- Entry Body ---- */

.entry-body {
}

/* ---- Entry Header ---- */

.entry-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.entry-header .ttl,
.entry-header .entry-data {
  display: block;
  margin: 0;
}

/* ---- Entry Content ---- */

.entry-content {
}

/* ---- List ---- */

.entry-body .list {
  font-size: 1em;
}

/* -- List Dot -- */

.entry-body ul {
}

/* -- List Number -- */

.entry-body ol {
}

/* ---- Table ---- */

.entry-body table {
  width: 100%;
}

/* ---- List Row ---- */

.entry-body .list-row {
  margin-top: 20px;
}

.entry-body .list-row ul {
  margin-left: 0;
}

.entry-body .list-row li {
  display: block;
  width: auto;
  margin: 0 0 20px;
}

.entry-body .list-row li img {
  margin-bottom: 6px;
}

/* ---- Entry Section ---- */

.entry-body .section {
}

/* ---- CMS ---- */

.alignright,
.alignleft {
  display: block;
  float: none;
  margin: 0 auto 2em;
}

/* ---- Summary ---- */

.summary {
  padding-left: 15px;
}

.summary > p,
.entry-cont,
.entry-cont-inner {
  margin-top: 10px;
  padding-top: 10px;
}

.summary .ttl,
.summary .profile {
  margin-left: -15px;
}

/* ---- Notice ---- */

.notice {
  font-size: 1.05em;
}

.notice .notice-head,
.notice .notice-content {
  display: block;
  width: auto;
  padding: 10px;
  vertical-align: top;
}

.notice .notice-head {
  font-size: 1.1em;
}

.notice .notice-content {
  padding-top: 15px;
  padding-bottom: 20px;
}

.notice .notice-content-inner {
  display: block;
}

.notice .notice-content .notice-left,
.notice .notice-content .notice-right {
  display: block;
  vertical-align: top;
}

.notice .notice-content .notice-left {
  border-right: none;
  padding-right: 0;
}

.notice .notice-content .notice-right {
  width: auto;
  padding-top: 15px;
  padding-left: 0;
}

.notice .notice-content .notice-btn a {
  display: block;
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #003b9f;
  text-align: center;
}

/* -- Notes -- */

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

.notes2 {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.7;
}

.notes3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.notes-quote {
  float: none;
  width: 100%;
  padding: 20px;
  margin: 0 0 30px;
}

.notes-quote:before {
  top: -6%;
  right: 4%;
  font-size: 4em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", "YuMincho", "HG明朝E","メイリオ", Meiryo, Verdana, sans-serif;
}

.notes-quote dl {
  margin: 0;
}


/*  Tab
-------------------------- */

.tab-wrap {
  margin-bottom: 0;
  padding: 0;
}

/* -- Select -- */

.tab-select {
  margin: 0 0 15px;
  border-width: 0;
  font-size: .9em;
}

.tab-select .tab-select-pc {
  display: none;
}

.tab-select .tab-select-sp {
  display: block;
}

.tab-select ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-select .icn {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 15px 10px !important;
}

/* -- Select Form -- */

.select-form {
}

.select-form:before {
  left: 15px;
  margin-top: -6px;
}

.select-form:after {
  margin-top: -5px;
}

.select-form.media-sp {
  display: block;
}

.select-form select {
  padding-left: 60px;
}

/*  Contact
-------------------------- */

.contact-area {
  margin-top: -10px !important;
  text-align: left;
}

.contact-area ul {
  margin: 0 !important;
}

.contact-area li {
  margin-bottom: 15px !important;
  padding: 0 !important;
}

.contact-area dd {
  padding: 20px 15px;
}


/*  Topics List
-------------------------- */

.topics-list {
  margin-bottom: 20px;
  padding-top: 0;
}

.tag.topics {
  min-width: 90px;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: .82em;
}

.topics-list li {
  padding: 10px 0;
}

.topics-list li:first-child {
  padding-top: 2px;
}

.topics-list li dt {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding: 0 0 3px;
}

.topics-list li dd {
  padding-left: 0;
}

.topics-list li dd a {
  display: block;
}


/*  List Photo
-------------------------- */

.list-photo {
}

.list-photo.column > ul {
  margin-left: -15px;
}

.list-photo.column > ul > li {
  width: 50%;
  padding-left: 15px;
}


/*  List Faq
-------------------------- */

.list-faq {
}

.list-faq ol {
  margin-top: -20px;
}

.list-faq li {
  padding-top: 20px;
  padding-bottom: 5px;
}

.list-faq dt {
  padding-left: 2.25em;
}

.list-faq .txt-num {
  margin-left: -2.33em;
  padding-right: .5em;
}

.list-faq dd {
  padding-left: 2.75em;
}


/*  Section Interview
-------------------------- */

.section-interview {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #898989;
}

.section-interview:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.section-interview > .inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.section-interview .section-header .section-side {
  padding-right: 18%;
  padding-left: 18%;
}

.section-interview .section-header .section-main {
  padding-top: 10px;
}

.section-interview .section-content .section-main {
  padding-top: 0;
}

.section-interview .section-content .section-side {
  padding-top: 30px;
}

/*  =============================================================

　　Plugins Setting

============================================================= */


/*  Accordion
-------------------------- */

.acc,
.acc-list {
}

/* -- Accordion Button -- */

.acc-btn {
}

.section-header + .acc-btn {
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.acc-btn .btn,
.acc-close-btn .btn,
.acc-btn .btn:hover,
.acc-close-btn .btn:hover {
  padding-left: 30px;
}

/* -- Accordion List -- */

.acc-list .acc {
  margin: 0 0 15px;
}

.acc-list .acc-content-inner {
  padding: 20px 15px 0;
}

/* -- Icon Acc -- */

.icn-acc {
}

.icn-acc:before,
.icn-acc:after {
  right: 23px;
  width: 8px;
  height: 2px;
}

.icn-acc:after {
  width: 2px;
  height: 8px;
  margin-top: -4px;
  margin-right: 3px;
}

.icn-acc > *:before {
  right: 12px;
  z-index: 10;
  width: 28px;
  height: 28px;
  margin-top: -14px;
}



/*  Modal
-------------------------- */

/* -- Modal Sction -- */

.modal-section,
.modal-section:first-child,
.modal-section:last-child {
  margin: 0;
}

/* -- JS Setting -- */

.mfp-container {
  padding-right: 15px;
  padding-left: 15px;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  margin-bottom: 20px;
  padding: 50px 20px 20px;
}

/* -- Arrow -- */

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

.mfp-arrow:before {
  margin-top: 30px !important;
}

.mfp-arrow-right {
  right: 1%;
}

.mfp-arrow-left {
  left: 1%;
}

/* -- Close -- */

.mfp-close-btn-in .mfp-close {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}

/* -- Bottom Bar -- */

.mfp-bottom-bar {
  margin-top: -35px;
}

.mfp-title {
  font-size: .8em;
}



}
