@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://use.typekit.net/zwj6tva.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
figcaption,
figure {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul,
li,
ol,
dt,
dd {
  list-style: none;
}

/* Embedded content
========================================================================== */
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  overflow: visible;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/* Interactive
========================================================================== */
details {
  display: block;
}

summary {
  display: list-item;
}

menu {
  display: block;
}

/* Scripting
========================================================================== */
canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
========================================================================== */
[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
}

.js-scroll.fade_on {
  margin-top: 0;
  opacity: 1;
}

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.js-scroll2.fade_on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* [FAQ-FORMAT]
AS Q&A!
<ul class="list-faq">
<li class="item">
<div class="question"><span class="number">Q<span>1</span></span><p>最短で納期はどれぐらいで対応してもらえますか？</p></div>
<div class="answer"><p>最短で、お申し込み当日の発送に対応させていただいております。</p></div>
</li><!-- / .item -->
</ul>
*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6;
}

@media screen and (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
th,
td,
address,
li,
dt,
dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

/* =========================================================
	element style
========================================================= */
html,
body {
  height: 100%;
}

body {
  color: #212121;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

input,
textarea,
button {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

a {
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 960px) {
  .media-PC {
    display: block !important;
  }
}

@media screen and (max-width: 959px) {
  .media-PC {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block;
  }
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .mv__bk {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
  }
}

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .media-SP {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .media-SP {
    display: block !important;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.imgC,
.tC {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR {
  text-align: right;
}

div.center {
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroller {
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .scroller {
    overflow-x: scroll;
  }

  .scroller .inbox {
    width: 800px;
  }
}

.scroller+p {
  margin-top: 30px;
}

.table {
  width: 100%;
}

.table tr {
  border-top: solid 1px #e5e5e5;
}

.table tr th {
  width: 200px;
  padding: 20px;
  font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .table tr th {
    width: 100px;
  }
}

.table tr td {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.6;
}

.table tr:last-child {
  border-bottom: solid 1px #e5e5e5;
}

.table tr:nth-child(odd) {
  background: #fafafa;
}

.table.thlong tr th {
  width: 500px;
}

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

  .table:not(.inbox) tr th,
  .table:not(.inbox) tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  .table:not(.inbox) tr th {
    background: rgba(0, 0, 0, 0.05);
  }
}

.table.clarified tr th p {
  font-size: 14px !important;
  font-weight: bold;
}

.table.clarified tr td p {
  word-wrap: break-word !important;
  font-size: 14px !important;
  white-space: normal;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.clear {
  clear: both;
}

.clear-fix {
  zoom: 1;
}

.clear-fix:before,
.clear-fix:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
}

.clear-fix:after {
  clear: both;
}

ul.list li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
  font-size: 14px;
}

ul.list li:last-child {
  margin-bottom: 0;
}

ul.list li:before {
  position: absolute;
  display: block;
  content: '';
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
}

@media screen and (max-width: 959px) {
  ul.list li {
    font-size: 14px;
  }

  ul.list li:before {
    top: 9px;
  }
}

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold;
}

span.accent {
  color: #A31D21;
}

span.underline {
  text-decoration: underline;
}

p.left {
  text-align: left;
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

p.attention {
  font-size: 0.8em !important;
  color: #A31D21;
}

p.attention+.attention {
  margin-top: 0px !important;
}

.img p.caption {
  margin-top: 10px;
  text-align: right;
  opacity: .7;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.btn {
  margin-top: 40px;
}

.btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  background: #2D459D;
  color: white;
  padding: 15px 15px 17px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
}

.btn a img {
  vertical-align: -4px;
  margin-left: 10px;
  width: 19px;
}

.btn a:hover {
  opacity: .6;
}

.article {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .article {
    padding: 0 15px;
  }
}

.article.full {
  max-width: 100%;
}

@media screen and (max-width: 959px) {
  .article.full {
    padding: 0;
  }
}

.article+.article {
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .article+.article {
    margin-top: 70px;
  }
}

.article .type01__ornament {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .article .type01__ornament {
    margin-bottom: 20px;
  }
}

.article .type01__ornament span {
  font: bold 16px/1 "Lato", sans-serif;
  color: #2D459D;
  background: white;
  padding-right: 20px;
}

.article .type01__ornament:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.article .type01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .article .type01__flex {
    display: block;
  }
}

.article .type01__title h2 {
  font: bold 30px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-right: 0
}

@media screen and (max-width: 959px) {
  .article .type01__title h2 {
    font-size: 20px;
  }
}

.article .type01__main {
  width: 800px;
}

@media screen and (max-width: 959px) {
  .article .type01__main {
    width: 100%;
    margin-top: 23px;
  }
}

.article .type01.white__ornament span {
  color: white;
}

.article .type01.white__ornament:before {
  background: white;
}

.article .type01.white__title h2 {
  color: white;
}

.article .type02__title h2 {
  font: bold 30px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .article .type02__title h2 {
    font-size: 20px;
  }
}

.article .type02__title+.type02__main {
  margin-top: 35px;
}

@media screen and (max-width: 959px) {
  .article .type02__title+.type02__main {
    margin-top: 20px;
  }
}

.article .type02__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .article .type02__main p {
    text-align: left;
  }

  .article .type02__main p br {
    display: none;
  }
}

.article .type02__main p+.list-merit {
  margin-top: 35px;
}

@media screen and (max-width: 959px) {
  .article .type02__main p+.list-merit {
    margin-top: 20px;
  }
}

.article .type03 {
  position: relative;
}

.article .type03__ornament {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .article .type03__ornament {
    margin-bottom: 20px;
  }
}

.article .type03__ornament span {
  font: bold 16px/1 "Lato", sans-serif;
  color: #2D459D;
  background: white;
  padding-right: 20px;
}

.article .type03__ornament:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}

.article .type03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .article .type03__flex {
    display: block;
  }
}

.article .type03__flex+.type03__flex {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.article .type03__title {
  width: 354px;
  margin-right: 40px;
}

.article .type03__title h2 {
  font: bold 29px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.article .type03__title h2 small {
  font-size: 18px;
}

.article .type03__title h2.small {
  line-height: 1.2;
}

.article .type03__title .img {
  margin-top: 30px;
}

@media screen and (max-width: 959px) {
  .article .type03__title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .article .type03__title h2 {
    font-size: 20px;
  }
}

.article .type03__main {
  width: 586px;
}

@media screen and (max-width: 959px) {
  .article .type03__main {
    width: 100%;
  }
}

.article .type03__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  word-break: break-word;
}

.article .type03__main p+.table {
  margin-top: 20px;
}

.article .type03__main p+h3 {
  margin-top: 40px;
}

.article .type03__main p span {
  font-weight: bold;
}

.article .type03__main p+.list,
.article .type03__main p+.img,
.article .type03__main p+p {
  margin-top: 20px;
}

.article .type03__main h3 {
  font-weight: bold;
}

.article .type03__main h3+.img,
.article .type03__main h3+p {
  margin-top: 20px;
}

.article .type03__main .map+.img,
.article .type03__main .table+h3,
.article .type03__main .img+.img,
.article .type03__main .img+h3 {
  margin-top: 40px;
}

.article .type03__main h3+.list,
.article .type03__main .table+p,
.article .type03__main p+.map,
.article .type03__main .img+.list,
.article .type03__main .list+.img,
.article .type03__main .list+p,
.article .type03__main .youtube+p,
.article .type03__main p+.youtube,
.article .type03__main .img+p {
  margin-top: 20px;
}

.article .type03__main .img p.caption {
  font-size: 12px;
}

@media screen and (max-width: 959px) {
  .article .type03__flex.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article .type03__flex.rev .type03__title {
  margin-left: 40px;
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  .article .type03__flex.rev .type03__title {
    margin-left: 0;
  }
}

.article .type03.white .type03__ornament span {
  color: white;
  background: transparent;
}

.article .type03.white .type03__ornament:before {
  background: white;
  z-index: 1;
  width: calc(100% - 116px);
  right: 0;
}

.article .type03.white .type03__title h2 {
  color: white;
}

.article .type03.white .type03__main p {
  color: white;
}

.article.noflex {
  position: relative;
}

.article.noflex .anchor {
  position: absolute;
  top: -180px;
}

.article.noflex .type03__title {
  margin-bottom: 40px;
  width: 100%;
}

.article.noflex .type03__main {
  width: 100%;
}

.article.noflex .type03__main .caution {
  margin-top: 40px;
  padding: 20px 30px;
  background: rgba(163, 29, 33, 0.1);
}

.article.noflex .type03__main .caution p {
  color: #A31D21;
}

.article.noflex .type03__main .caution p+p {
  margin-top: 5px;
}

.article.wide .type03__main {
  width: 800px;
}

@media screen and (max-width: 959px) {
  .article.wide .type03__main {
    width: 100%;
  }
}

.article .type04__title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-top: 50px;
  margin: 0 0 50px;
  border-top: 2px solid #ddd;
}

.article .type04__title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: -3px;
  left: 0;
  background: #A31D21;
}

.article .type04__main {
  border-top: 1px solid #ddd;
  padding-top: 45px;
}

.article .type04__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.article .type04__main p+.table {
  margin-top: 20px;
}

.article .type04__main p+h3 {
  margin-top: 40px;
}

.article .type04__main p span {
  font-weight: bold;
}

.article .type04__main p+.img,
.article .type04__main p+p {
  margin-top: 20px;
}

.article .type04__main h3 {
  font-weight: bold;
}

.article .type04__main h3+.img,
.article .type04__main h3+p {
  margin-top: 20px;
}

.article .type04__main .img+p {
  margin-top: 20px;
}

.article .type04__main .img {
  text-align: center;
}

.detail h3 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.detail h3+p {
  margin-top: 20px;
}

.detail p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.detail p+ul,
.detail p+p {
  margin-top: 5px;
}

.detail p+table {
  margin-top: 15px;
}

.detail p+h3 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.detail ul+h3 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.post {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .post {
    padding: 0;
  }
}

.post__title {
  padding: 3px 0 6px 20px;
  border-left: 3px solid #212121;
}

.post__title h2 {
  font: normal 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.post__title p.date {
  font: normal 12px/1 "Lato", sans-serif;
  color: #666;
  margin-top: 5px;
}

.post__main {
  padding-top: 40px;
  margin-top: 20px;
  border-top: 1px solid #DDDDDD;
}

@media screen and (max-width: 959px) {
  .post__main {
    padding-top: 0;
  }
}

.post__main p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

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

.post__main.news p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 767px) {
  .post__main.news p {
    font-size: 14px;
  }
}

.post__main.news h3 {
  font-size: 20px !important;
  padding: 10px 5px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 20px !important;
  background: #fafafa;
}

.post__main.news h3:before {
  content: none !important;
}

.post__main.news h4 {
  font-size: 20px;
  font-weight: bold;
}

.post__main.news h5 {
  font-size: 16px;
  font-weight: bold;
}

.post__main.news h4 {
  position: relative;
  padding-left: 30px;
}

.post__main.news h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 4px;
  height: 100%;
  background: #212121;
}

.post__main.news h3,
.post__main.news h4,
.post__main.news h5 {
  margin-top: 40px;
}

.post__main.news .content-top+h3,
.post__main.news .content-top+h4,
.post__main.news .content-top+h5 {
  margin-top: 0;
}

.post__main.news h3:before {
  height: calc(100% - 10px);
}

.post__main.news p+p,
.post__main.news p+img,
.post__main.news img+p,
.post__main.news h3+p,
.post__main.news h4+p,
.post__main.news h5+p {
  margin-top: 30px;
}

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

@media screen and (max-width: 959px) {
  .post__main.news h3 {
    font-size: 16px !important;
  }

  .post__main.news h4 {
    font-size: 16px;
  }

  .post__main.news h5 {
    font-size: 14px;
    font-weight: bold;
  }

  .post__main.news h3,
  .post__main.news h4,
  .post__main.news h5 {
    margin-top: 30px;
    padding-left: 15px;
  }

  .post__main.news h3:before,
  .post__main.news h4:before,
  .post__main.news h5:before {
    width: 2px;
  }

  .post__main.news p+img,
  .post__main.news img+p,
  .post__main.news h3+p,
  .post__main.news h4+p,
  .post__main.news h5+p {
    margin-top: 15px;
  }
}

.list-merit .merit {
  position: relative;
  height: 140px;
  width: 100%;
  border-left: 1px solid #2D459D;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* wrapper */
.info-paging {
  margin: 40px 0;
  text-align: center;
}

/* frame pagination */
.wp-pagenavi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}


.wp-pagenavi .pages {
  margin-right: 10px;
  color: #888;
}

/* style */
.wp-pagenavi a,
.wp-pagenavi span {
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all .2s ease;
}

/* hover */
.wp-pagenavi a:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* current page */
.wp-pagenavi .current {
  background: #111;
  color: #fff;
  border-color: #111;
  font-weight: 600;
}

/* next */
.wp-pagenavi .nextpostslink {
  font-weight: bold;
}


@media screen and (max-width: 959px) {
  .list-merit .merit {
    display: block;
    height: auto;
  }
}

.list-merit .merit__header {
  width: calc(100% - 650px);
}

 .list-merit .merit__header {
  width: calc(100% - 550px);
  display: flex;
}

 .list-merit .merit__main {
  width: 550px;
}

 .list-merit .merit__header h3 {
  padding: 0 10px;
  line-height: 1.6em;
}

@media screen and (max-width: 959px) {
  .list-merit .merit__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

   .list-merit .merit__header,
   .list-merit .merit__main {
    width: 100%;
  }
}

.list-merit .merit__header span {
  position: absolute;
  top: 0;
  left: 5px;
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #2D459D;
}

.list-merit .merit__header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  padding: 45px 46px;
}

.list-merit .merit__header h3 img {
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .list-merit .merit__header h3 {
    padding: 20px;
    font-size: 20px;
  }

  .list-merit .merit__header h3 img {
    height: 40px;
    margin-right: 10px;
  }

   .list-merit .merit__header h3 {
    padding: 20px;
    font-size: 20px;
  }
}

.list-merit .merit__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 650px;
  height: 100%;
  background: #FAFAFA;
  padding: 0 30px;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .list-merit .merit__main {
    width: 100%;
    padding: 15px;
  }
}

.list-merit .merit__main p {
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}

@media screen and (max-width: 959px) {
  .list-merit .merit__main p {
    font-size: 14px;
  }
}

.list-merit .merit+.merit {
  margin-top: 20px;
}

.list-info {
  width: 100%;
}

.list-info .item {
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 959px) {
  .list-info .item {
    padding: 15px 10px;
  }

  .list-info .item:first-of-type {
    border-top: 1px solid #ddd;
  }
}

.list-info .item a {
  text-decoration: none;
}

.list-info .item a:hover {
  text-decoration: underline;
}

.list-info .item__date {
  font: normal 16px/1.4 "Lato", sans-serif;
  opacity: .4;
  margin-right: 20px;
}

@media screen and (max-width: 959px) {
  .list-info .item__date {
    display: block;
    font-size: 14px;
  }
}

.list-info .item__title {
  font: normal 16px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

@media screen and (max-width: 959px) {
  .list-info .item__title {
    font-size: 14px;
    margin-top: 5px;
    display: block;
  }
}

.list-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -60px;
}

.list-test .item {
  margin-bottom: 60px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 959px) {
  .list-test .item {
    width: 100%;
  }
}

.list-test .item a {
  display: block;
  text-decoration: none;
}

.list-test .item a:hover {
  opacity: .6;
}

.list-test .item a h3 {
  font: bold 22px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin: 30px 0 25px;
}

.list-test .item a h3 img {
  vertical-align: -5px;
  margin-left: 10px;
}

.list-test .item a p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

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

.list-flow dl dt {
  padding-bottom: 7px;
  border-bottom: 2px solid #2D459D;
  font-weight: bold;
}

.list-flow dl dt .num {
  padding: 6px;
  border-radius: 5px 5px 0 0;
  font: bold 20px/1 "Lato", sans-serif;
  background: #2D459D;
  color: white;
  vertical-align: -2px;
  margin-right: 10px;
}

.list-flow dl dd {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 19px;
  padding-left: 27px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-left: 1px solid #2D459D;
}

.list-flow dl dd p:not(.attention)+p.attention {
  margin-top: 10px !important;
}

.list-flow dl dd:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  border-top: 10px solid #2D459D;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
}

.list-flow dl:last-child dt {
  border-color: #A31D21;
}

.list-flow dl:last-child dt .num {
  background: #A31D21;
}

.list-flow.nochangcl dl:last-child dt {
  border-color: #2D459D;
}

.list-flow.nochangcl dl:last-child dt .num {
  background: #2D459D;
}

.list-flow dl:last-child dd {
  border-left: 1px solid rgba(45, 69, 157, 0.2);
}

.list-flow dl:last-child dd:before {
  content: none;
}

.pulldown .parent i img,
.pulldown-h .parent i img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.pulldown .child,
.pulldown-h .child {
  position: absolute;
  background: #1B2C6D;
  margin-left: -21px;
  width: 137px;
  margin-top: 0px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.pulldown .child li a,
.pulldown-h .child li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.pulldown .child li+li,
.pulldown-h .child li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.pulldown.on>.child,
.on.pulldown-h>.child {
  -webkit-transition: opacity .5s ease, margin .5s ease;
  transition: opacity .5s ease, margin .5s ease;
  margin-top: 8px;
  opacity: 1;
  pointer-events: auto;
}

.pulldown.on>.parent i img,
.on.pulldown-h>.parent i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pulldown-h:hover>.child {
  -webkit-transition: opacity .5s ease, margin .5s ease;
  transition: opacity .5s ease, margin .5s ease;
  margin-top: 8px;
  opacity: 1;
  pointer-events: auto;
}

.pulldown-h:hover>.parent i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.voice dt {
  font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  background: #2D459D;
  padding: 13px 20px;
  margin-bottom: 20px;
}

.voice dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.voice dd .flex .img {
  width: 226px;
}

.voice dd .flex .table tr th {
  width: 230px;
  border-right: solid 1px #e5e5e5;
}

.voice dd .flex .table tr th:nth-child(1) {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .voice dd .flex .table tr th {
    width: 110px;
  }
}

.voice dd .flex .table tr td {
  vertical-align: middle;
}

.voice+.voice {
  margin-top: 40px;
}

.list-faq>li {
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  border-top: 1px solid #ddd;
}

.list-faq>li:last-child {
  border-bottom: 1px solid #ddd;
}

.list-faq>li .number {
  font-size: 1.777em;
  font-weight: lighter;
  letter-spacing: .1em;
  font-family: "Lato", sans-serif;
  color: #A31D21;
  vertical-align: -3px;
}

.list-faq>li .number span {
  color: #A31D21;
}

@media screen and (max-width: 959px) {
  .list-faq>li .number {
    position: absolute;
    font-size: 1.2em;
    top: 21px;
  }
}

.list-faq>li:last-child {
  margin-bottom: 0;
}

.list-faq>li .answer,
.list-faq>li .question {
  padding: 20px 15px;
  position: relative;
}

.list-faq>li .answer p,
.list-faq>li .question p {
  width: calc(100% - 100px);
  display: inline-block;
  margin-bottom: 0 !important;
  padding-left: 30px;
  text-align: left;
}

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

  .list-faq>li .answer,
  .list-faq>li .question {
    padding: 15px;
  }

  .list-faq>li .answer p,
  .list-faq>li .question p {
    width: 100%;
    padding-left: 47px;
    padding-right: 20px;
  }
}

.list-faq>li .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  z-index: 2;
}

.list-faq>li .question:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "+";
  color: #2D459D;
  font-size: 40px;
  font-family: "Lato", sans-serif;
  right: 30px;
  font-weight: normal;
}

@media screen and (max-width: 959px) {
  .list-faq>li .question:after {
    font-size: 20px;
  }
}

.list-faq>li .question.on {
  border-radius: 10px 10px 0 0;
}

.list-faq>li .question.on:after {
  content: "-";
}

@media screen and (min-width: 960px) {
  .list-faq>li .question p {
    font-size: 18px !important;
    font-weight: bold;
    text-align: left;
  }
}

@media screen and (max-width: 959px) {
  .list-faq>li .question:after {
    right: 5px;
    top: 32px;
  }

  .list-faq>li .question p {
    padding-left: 46px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }
}

.list-faq>li .answer {
  padding-top: 0;
  padding-left: 55px;
  display: none;
  min-height: 0px;
  font-size: 16px;
  text-align: left;
}

.list-faq>li .answer p {
  padding-left: 15px;
}

@media screen and (max-width: 959px) {
  .list-faq>li .answer {
    padding-left: 0;
  }

  .list-faq>li .answer p {
    padding-left: 61px;
    padding-right: 10px;
  }
}

.add20211026 {
  color: red !important;
}

/* =========================================================
	#wrapper
========================================================= */
/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  padding-top: 143px;
}

.pagetitle__title {
  margin-bottom: 100px;
  background: rgba(45, 69, 157, 0.1);
  border-bottom: 1px solid rgba(45, 69, 157, 0.1);
}

.pagetitle__title h1 {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
  padding: 80px 0;
  font: bold 38px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.pagetitle__title h1:before {
  content: "";
  position: absolute;
  display: block;
  width: 70px;
  height: 6px;
  background: #A31D21;
  bottom: 0;
}

@media screen and (max-width: 959px) {
  .pagetitle {
    padding-top: 86px;
  }

  .pagetitle__title {
    margin-bottom: 50px;
  }

  .pagetitle__title h1 {
    padding: 60px 15px 40px 15px;
    font-size: 24px;
  }
}

/* =========================================================
	header
========================================================= */
.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: white;
}

@media screen and (max-width: 959px) {
  .header {
    border-top: 5px solid #2D459D;
  }
}

.header__subcnt {
  width: 100%;
  height: 43px;
  background: #2D459D;
  text-align: right;
}

.header__subcnt .subnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 90px;
  padding-top: 10px;
}

.header__subcnt .subnav li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.27);
}

.header__subcnt .subnav li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.header__subcnt .subnav li a {
  color: white;
  text-decoration: none;
  font: normal 12px/17px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.header__subcnt .subnav li a:hover {
  opacity: .6;
}

.header__subcnt .subnav li a.parent {
  font: normal 13px/15px "Lato", sans-serif;
  cursor: pointer;
}

.header__subcnt .subnav li a.parent i {
  margin-left: 10px;
}

.header__subcnt .subnav li a.parent i img {
  padding-bottom: 3px;
}

@media screen and (max-width: 1379px) {
  .header__subcnt .subnav {
    margin-right: 20px;
  }
}

.header__subcnt .subnav.media-Tablet {
  height: 100%;
  padding: 0;
  margin: 0;
  background: white;
}

.header__subcnt .subnav.media-Tablet .contact {
  background: #A31D21;
  height: 100%;
}

.header__subcnt .subnav.media-Tablet .contact a {
  font-weight: bold;
}

.header__subcnt .subnav.media-Tablet .parent {
  background: #2D459D;
}

.header__subcnt .subnav.media-Tablet li {
  padding: 13px 20px 0;
}

@media screen and (min-width: 960px) {
  .header__splang {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .header__splang {
    position: absolute;
    top: 25px;
    right: 50px;
  }

  .header__splang .langbtn img {
    width: 25px;
  }

  .header__splang .langcnt {
    position: absolute;
    top: 40px;
    left: -44px;
    text-align: center;
    background: #2D459D;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    z-index: 2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.27);
  }

  .header__splang .langcnt.on {
    opacity: 1;
    pointer-events: visible;
  }

  .header__splang .langcnt li {
    padding: 10px 15px;
    color: white;
  }

  .header__splang .langcnt li+li {
    border-top: 1px solid white;
  }

  .header__splang .langcnt li a {
    color: white;
    text-decoration: none;
    line-height: 1.5;
    font-size: 12px;
  }
}

.header__cnt {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 959px) {
  .header__cnt {
    height: 75px;
      
  }
}

.header__logo {
  padding: 21px 29px;
}

.header__logo img {
  width: 220px;
}
@media screen and (min-width: 960px) and (max-width: 1504px) {
  .header__logo {
    padding: 20px 10px;
    width: 20%;
  }
  .header__logo img {
      width: 100%;
      height: auto;
  }
}



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

@media screen and (max-width: 959px) {
  .header__logo img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
.header__logo {
    padding: 24px 0 24px 15px;
    max-width: 220px;
}
}
@media screen and (max-width: 414px) {
  .header__logo {
      padding: 26px 0 26px 10px;
      max-width: 190px;
  }
}

.header__logo a:hover {
  opacity: .6;
}

.header__nav {
  position: absolute;
  top: 0;
  height: 100%;
  right: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .header__nav {
    display: none;
  }
}

.header__nav>li:not(.contact) {
  height: 100%;
  padding-top: 19px;
}

.header__nav>li:not(.contact) a {
  border-left: 1px solid #ddd;
  display: block;
  padding: 9px 20px;
  text-decoration: none;
  font: normal 14px/20px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.header__nav>li:not(.contact) a:hover {
  opacity: .6;
}
@media screen and (min-width: 960px) and (max-width: 1560px) {
    .header__nav {
        right: 8px;
        width: 80%;
        justify-content: flex-end;
    }
    .header__nav>li:not(.contact) a {
        padding: 9px 6px;
        font-size: min(1.1vw,13px);
        letter-spacing: 0.02em;
    }
}

@media screen and (max-width: 959px) {
  .header__nav>li:not(.contact) a {
    font-size: 14px;
  }
}

.header__nav .pulldown-h .parent {
  position: relative;
}

.header__nav .pulldown-h .parent i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  top: 44px;
}

.header__nav .pulldown-h .child {
  margin-top: 3px;
  margin-left: 0;
  width: 218px;
}

.header__nav .pulldown-h .child a {
  color: white;
  font-size: 13px;
  border-left: 0 !important;
}

.header__nav .pulldown-h:hover .child {
  margin-top: 16px;
}

.header__nav li.contact a {
  display: block;
  height: auto;
  width: 180px;
  text-align: center;
  border-radius: 3px;
  background: #A31D21;
  color: white;
  text-decoration: none;
  font: bold 14px/20px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 9px;
  margin-top: 20px;
}

.header__nav li.contact a:hover {
  opacity: .6;
}

.header__btn {
  position: absolute;
  top: 19px;
  right: 5px;
}
@media screen and (min-width: 960px) and (max-width: 1560px) {
    .header__nav li.contact{
        display: flex;
        align-items: center;
    }
    .header__nav li.contact a {
        width: 124px;
        padding: 5px 3px;
        font-size: 10px;
        margin: 0 0 0;
        letter-spacing: 0;
    }
}
@media screen and (min-width: 960px) {
  .header__btn {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .header__menu {
    display: none;
    opacity: 0;
  }
}

@media screen and (max-width: 959px) {
  .header__menu {
    position: fixed;
    top: 105px;
    width: 100%;
    background: #2D459D;
    overflow: hidden;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.27);
  }

  .header__menu.on {
    pointer-events: visible;
    opacity: 1;
    top: 75px;
    height: calc(100% - 75px);
    overflow-y: auto;
  }
  .header__menu.on .gtranslate_wrapper{
      padding: 5px 0;
  }
}

.header__spnav {
  text-align: center;
}

.header__spnav a {
  display: block;
  padding: 15px 0;
  color: white;
  text-decoration: none;
  text-align: center;
}

.header__spnav li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.header__spnav .child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
  background: white;
}

.header__spnav .child li {
  width: 50%;
  border: 1px solid rgba(45, 69, 157, 0.1);
}

.header__spnav .child li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #2D459D;
  font-weight: bold;
}

.header__spnav .contact {
  background: #A31D21;
}

.header__spsubnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #1B2C6D;
}

.header__spsubnav a {
  font: bold 12px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  display: block;
  padding: 15px 0;
  color: white;
  text-decoration: none;
  text-align: center;
}

.header__spsubnav li {
  width: 100%;
}

.header__spsubnav li+li {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
}

.menu-btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.menu-btn__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-btn__icon:after,
.menu-btn__icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-btn__icon:after {
  -webkit-transform: translate(0, 400%);
  transform: translate(0, 400%);
}

.menu-btn__icon:before {
  -webkit-transform: translate(0, -400%);
  transform: translate(0, -400%);
}

.menu-btn.on .menu-btn__icon {
  background: transparent;
}

.menu-btn.on .menu-btn__icon:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-btn.on .menu-btn__icon:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logo {
  margin-top: 10px;
  text-decoration: none;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 959px) {
  .logo {
    margin-top: 0;
  }

  #tuv-page .pagetitle__title {
    margin-bottom: 15px;
  }

  #tuv-page .must_read {

    margin-bottom: 15px;
  }

  #tuv-page .mt15_sp {
    margin-top: 15px !important;
  }

  #tuv-page .lis_anc {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}

.logo p {
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: .022em;
  margin-bottom: 5px;
}

/* =========================================================
	footer
========================================================= */
.footer {
  margin-top: 100px;
}

.footer__cnt {
  background: #2D459D;
  padding: 50px 0;
}

@media screen and (max-width: 959px) {
  .footer__cnt {
    padding: 0;
  }
}

.footer__sitenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .footer .sitenav {
    display: none;
  }
}

.footer .sitenav+.sitenav {
  margin-left: 50px;
}

.footer .sitenav li {
  position: relative;
  padding-left: 18px;
}

.footer .sitenav li:before {
  content: "";
  display: block;
  height: 13px;
  width: 6.5px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(/svg/arrow-fw.svg);
}

.footer .sitenav li a {
  text-decoration: none;
  color: white;
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.footer .sitenav li a:hover {
  opacity: .6;
  text-decoration: underline;
}

.footer .sitenav li+li {
  margin-top: 15px;
}

.footer .sitenav li.child {
  padding-left: 28px;
}

.footer .sitenav li.child:before {
  left: 10px;
  height: 10px;
  width: 5px;
  top: 5px;
  background-size: cover;
}

.footer .sitenav li.child a {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.footer__cnt02 {
  background: #1B2C6D;
  padding: 50px 0;
}

.footer__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .footer__inner {
    padding: 0 15px;
  }
}

.footer__inner .bnrs {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .footer__inner .bnrs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__inner .bnrs a {
  display: block;
  width: calc((100% - 30px)/5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .footer__inner .bnrs a {
    width: calc((100% - 30px)/2);
  }

  .footer__inner .bnrs a+a {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__inner .bnrs a {
    width: 100%;
  }
}

.footer__inner .bnrs a:hover {
  opacity: .6;
}

.footer__inner p {
  font: normal 12px/20px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
}

.footer__inner p a {
  font: bold 12px/20px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-decoration: none;
  margin-bottom: 5px;
  color: white;
}

.footer__inner p a:hover {
  opacity: .6;
  text-decoration: underline;
}

.footer__inner p+p {
  margin-top: 10px;
}

.footer__copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.footer__copyright p {
  font-size: 12px;
  color: white;
}

@media screen and (max-width: 959px) {
  .footer__copyright {
    position: relative;
  }

  .footer__copyright p {
    font-size: 10px;
    margin-top: 25px;
  }
}

/* home page
========================================================= */
#home-page .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


 .bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
   .bnrs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #home-page .bnrs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#home-page .bnrs li {
  width: calc(50% - 20px);
}

#home-page .bnrs li a:hover {
  opacity: .6;
}


 .bnrs li {
  width: calc(50% - 20px);
}

 .bnrs li a:hover {
  opacity: .6;
}

@media screen and (max-width: 959px) {
   .bnrs li {
    width: 100%;
    margin-top: 20px;
  }

  #home-page .bnrs li {
    width: 100%;
    margin-top: 20px;
  }
}

#home-page .txt-bk {
  margin-top: 30px;
  padding: 14px 20px;
  border: 2px solid #2D459D;
  border-radius: 3px;
}

#home-page .txt-bk p {
  text-align: center;
  font-weight: bold;
  color: #2D459D;
  line-height: 1.4;
}


 .txt-bk {
  margin-top: 30px;
  padding: 14px 20px;
  border: 2px solid #2D459D;
  border-radius: 3px;
}

 .txt-bk p {
  text-align: center;
  font-weight: bold;
  color: #2D459D;
  line-height: 1.4;
}

.tuv-header {
  color: #fff;
  text-align: center;
}

.tuv-header h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tuv-header p {
  font-size: 20px;
  line-height: 1.8;
}

.tuv-cert {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 20px;
  flex-wrap: wrap;
}

.tuv-img img {
  max-width: 100%;
  height: auto;
  background: #fff;
}

@media screen and (max-width: 959px) {
  #home-page .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #home-page .flex .img {
    margin-bottom: 20px;
  }

   .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

   .flex .img {
    margin-bottom: 20px;
  }
}

.chatchphrase {
  text-align: center;
  background: #2D459D;
  padding: 50px 0;
  margin: 100px 0;
}

.chatchphrase .inn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 20px;
}

.chatchphrase .inn .img {
  width: 240px;
}

.certified_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.certified_list li {
  width: calc(100% / 3);
  text-align: center;
  max-width: 240px;
  margin-bottom: 30px;
}

.certified_list li span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .chatchphrase {
    margin: 35px 0 70px;
    padding: 30px 0;
    width: 100%
  }

  .chatchphrase .inn {
    gap: 0;
  }

  .chatchphrase .inn .img {
    width: 25%;
  }

  .chatchphrase .inn .txt_r {
    width: 65%;
  }

  .chatchphrase .inn .txt_r p {
    font-size: 2.7vw
  }
}

@media screen and (max-width: 420px) {
  .chatchphrase .inn {
    flex-wrap: wrap;
    text-align: center
  }

  .chatchphrase .inn .img {
    width: 180px;
  }

  .chatchphrase .inn .txt_r {
    width: 100%;
  }

  .chatchphrase .inn .txt_r p {
    font-size: 3.7vw
  }

  .certified_list li span {
    font-size: 3.5vw
  }
}

.chatchphrase p {
  font: bold 25px/1.8 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
}

table.inbox.last_right tr td:last-child {
  text-align: center
}

@media screen and (max-width: 959px) {
  .chatchphrase p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.mv {
  position: relative;
  padding-top: 143px;
}

@media screen and (max-width: 959px) {
  .mv {
    padding-top: 120px;
    display: flex;
    flex-direction: column-reverse;
  }

}

.mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
  height: 560px;
  margin-top: 50px;
}

@media screen and (max-width: 959px) {
  .mv__inner {
    height: max-content;
    margin-top: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
  }

  .mv__img {
    margin-top: 0;
  }
}

.mv__catchphrase {
  margin-left: 12px;
  font: normal 43px/59px "Lato", sans-serif;
}

@media screen and (max-width: 959px) {
  .mv__catchphrase {
    font-size: 30px;
    line-height: 49px;
  }
}

.mv__catchphrase .bkw {
  padding-right: 10px;
  background-color: white;
}

.mv__catchphrase .bold {
  font-weight: bold;
}

.mv__catchphrase--ja {
  margin-top: 10px;
  margin-left: 12px;
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.mv__catchphrase--ja .bkw {
  padding-right: 10px;
  background-color: white;
}

.mv_sp {
  display: none;
}

@media screen and (max-width: 959px) {
  .mv_sp {
    display: block;
  }

  .mv__catchphrase--ja {
    font-size: 14px;
  }

  .mv__catchphrase--ja .bkw {
    background-color: transparent;
  }
}

.mv__img {
  margin-top: 45px;
}

.mv__bk {
  display: block;
  height: 585px;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/images/index/mv-bkimg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 171px;
  z-index: -1;
}

 .mv__bk {
  width: 100%;
}

.aslo {
  position: absolute;
  bottom: 0;
  background: #0000009e;
  padding: 40px 20px;
  width: 100%;
}

.flex_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_2 .item img {
  max-width: 500px;
}

.flex_2 .item.right {
  color: white;
  text-align: right;
}

.big-txt {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.exam-section {}

/* --- BLOCK 1 --- */
.exam-step {
  display: flex;
  align-items: center;
  padding: 15px 0 0;
  background: #fff;
  border-bottom: 2px solid #2D459D;
  margin-bottom: 15px;
}

.exam-step .num {
  background: #2D459D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 12px;
  margin-right: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.exam-step .step-text {
  font-size: 16px;
  font-weight: bold;
}

/* --- BLOCK 2 --- */
.exam-info-right {
  width: 60%;
}

.exam-info-left {
  width: 38%;
}

.exam-info-left img {
  width: 200px;
  height: auto;
  margin-right: 20px;
}

.exam-info-right h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.exam-info-right p {
  line-height: 1.7;
  font-size: 14px;
}

/* --- BLOCK 3 --- */
.exam-links {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  background: #fff;
  gap: 15px;
}

.exam-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
}

.exam-item p {
  font-size: 14px;
  margin: 0;
}


.list-box a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  padding: 20px 20px 20px 0;
  border-left: none;
  position: relative;
  transition: background 0.3s;
  background: #fafafa;
  border-bottom: 1px solid #cccccc;
}

.list-box a:hover {
  background: #ededed;
}

.exam-connect {
  text-decoration: none;
}

.exam-connect:hover .exam-info {
  background: #3552bb;
}

.exam-connect2 {
  text-decoration: none;
}

#ex2 .exam-connect2:hover .exam-info {
  background: #539fd9;
}

.exam-info {
  display: flex;
  align-items: center;
  background: #2D459D;
  color: #fff;
  padding: 20px;
  gap: 10px;
  flex-wrap: wrap;
  height: 405px;
  transition: 0.3s all;
  position: relative;
}

.exam-view-more {
  position: absolute;
  bottom: 0;
  right: -1px;
  background: #fff;
  color: #2D459D;
  font-weight: bold !important;
  padding: 5px 30px 5px 20px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.exam-view-more:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #2D459D;
  border-right: 0;
  right: 10px;
  bottom: 14px;
}

.exam-item {
  flex: 1;
  border: 2px solid #2D459D;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #000;
  padding: 15px 5px;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article .type03__main .exam-links a p {
  display: flex;
  align-items: center;
  height: 100%;
}

.exam-item:hover {
  opacity: .8;
}

.list-box {
  border-left: 2px solid #2D459D;
  margin-bottom: 20px;
  margin-top: 20px;
}

.list-box .num {
  font-size: 12px;
  color: #3f51b5;
  margin-right: 10px;
  flex-shrink: 0;
  position: absolute;
  top: 7px;
  left: 7px;
}

#ex2 .exam-info {
  background: #2D459D;
}

#ex2 .exam-item {
  border: 2px solid #2D459D;
}

#ex2 .exam-step {
  border-bottom: 2px solid #2D459D;
}

#ex2 .exam-step .num {
  background: #2D459D;
}

.list-box .text {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.list-box .arrow {
  color: #3f51b5;
  font-size: 14px;
  margin-left: 10px;
}

.exam-section.cus {
  display: block;
}

.exam-section {
  display: none;
}

.exam-section.active {
  display: block;
}

.list-box a.active {
  background: #ededed;
}


@media screen and (max-width: 959px) {
  .mv__bk {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    background-image: unset;
  }
}

.mv+.article {
  margin-top: 90px;
}

.top-concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 959px) {
  .top-concept {
    display: block;
  }
}

.top-concept .concept__bk {
  width: calc(100% - 634px);
  height: 500px;
  background-image: url(/images/index/concept-img@2x.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 959px) {
  .top-concept .concept__bk {
    width: 100%;
    height: 200px;
  }
}

.top-concept .concept__contents {
  width: 634px;
  z-index: 2;
  padding: 70px;
  background: #2D459D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-concept .concept__contents h2 {
  font: bold 30px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-decoration: underline;
  color: white;
}

.top-concept .concept__contents p {
  margin-top: 40px;
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
}

@media screen and (max-width: 959px) {
  .top-concept .concept__contents {
    width: 100%;
    padding: 40px 15px;
  }

  .top-concept .concept__contents h2 {
    font-size: 20px;
  }

  .top-concept .concept__contents p {
    margin-top: 20px;
  }
}

.tmap {
  width: calc(100% - 100px);
  margin: 0 auto;
  background: #F5F5F5;
}

@media screen and (max-width: 959px) {
  .tmap {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}

.tmap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 959px) {
  .tmap__inner {
    display: block;
    padding: 15px 0;
  }
}

.tmap__map {
  margin-right: 50px;
}

@media screen and (max-width: 959px) {
  .tmap__map {
    margin-right: 0;
    padding: 15px;
  }
}

.tmap__contents {
  width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tmap__contents>div {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .tmap__contents {
    width: 100%;
    padding: 15px;
  }
}

.tmap__ornament {
  position: relative;
}

.tmap__ornament span {
  font: bold 16px/1 "Lato", sans-serif;
  letter-spacing: .12em;
  color: #2D459D;
}

.tmap__ornament:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 170px;
  height: 2px;
  background: #2D459D;
  top: 7px;
}

.tmap__title {
  font: bold 30px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #2D459D;
  padding: 30px 0;
}

@media screen and (max-width: 959px) {
  .tmap__title {
    font-size: 20px;
    padding: 20px 0;
  }
}

.tmap__list {
  background: white;
  -webkit-box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 3px 6px rgba(0, 0, 0, 0.1);
}

.tmap__list li a {
  position: relative;
  display: block;
  padding: 20px 20px;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-decoration: none;
  color: #2D459D;
  background-color: transparent;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}

.tmap__list li a img {
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-transition: right .15s ease;
  transition: right .15s ease;
}

.tmap__list li a:hover {
  background-color: rgba(45, 69, 157, 0.05);
}

.tmap__list li a:hover img {
  right: 15px;
}

.tmap__list li+li {
  border-top: 1px solid #ddd;
}

.top-beginning {
  display: block;
  padding: 90px 0;
  background-image: url(/images/index/beginning-bk@2x.jpg);
  background-position: center;
  background-size: cover;
}

.top-beginning .inner {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .top-beginning .inner {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 959px) {
  #voice-page .voice .flex {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  #voice-page .voice .flex .img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  #voice-page .voice .flex .img img {
    width: 200px;
  }
}

#contact-page .article__main.form p {
  font: normal 14px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#contact-page .form {
  margin-top: 50px;
}

#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center;
}

#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block;
}

#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center;
}

#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block;
}

#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1);
}

#contact-page .form .mw_wp_form dl .error+.error {
  left: 200px;
}

#contact-page .form .mw_wp_form dd {
  position: relative;
}

#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD;
}

#contact-page .form .mw_wp_form dt:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #2D459D;
  top: 50%;
  left: 0;
}

#contact-page .form .mw_wp_form dt span.must {
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px 6px;
  border-radius: 2px;
  border: 1px solid #2D459D;
  color: #2D459D;
  font-size: 14px;
  line-height: 1;
}

#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact-page .form .mw_wp_form dd.flex-col4>span:not(.error) {
  width: calc((100% - 30px)/4);
}

#contact-page .form .mw_wp_form dd.flex-col4>span:not(.error):nth-of-type(4) {
  padding-right: 0;
}

@media screen and (max-width: 959px) {
  #contact-page .form .mw_wp_form dd.flex-col4>span:not(.error) {
    width: 100%;
    padding-left: 0;
    margin: 0;
    margin-top: 8px;
  }
}

#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contact-page .form .mw_wp_form dd.flex-col2>span:not(.error) {
  width: calc((100% - 8px)/2);
}

#contact-page .form .mw_wp_form dd.flex-col2>span:not(.error):nth-of-type(2) {
  padding-right: 0;
}

#contact-page .form .mw_wp_form dd.flex-col2>input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}

#contact-page .form .mw_wp_form dd.flex-col2>input:nth-of-type(2) {
  margin-right: 0;
}

#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: 16px !important;
  cursor: pointer;
}

#contact-page .form .mw_wp_form .mwform-radio-field-text:before,
#contact-page .form .mw_wp_form .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

#contact-page .form .mw_wp_form .mwform-radio-field-text:before {
  opacity: 0;
}

#contact-page .form .mw_wp_form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 2px;
  background: white;
}

#contact-page .form .mw_wp_form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2D459D;
  z-index: 1;
}

#contact-page .form .mw_wp_form .mwform-radio-field-text:after {
  border-radius: 100%;
}

#contact-page .form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact-page .form .mw_wp_form .mwform-zip-field input {
  margin: 0 10px !important;
}

#contact-page .form .mw_wp_form input[type=radio] {
  display: none;
}

#contact-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:after {
  border-color: #2D459D;
}

#contact-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text:before {
  opacity: 1;
}

#contact-page .form .mw_wp_form input[type=radio]:checked+.mwform-radio-field-text {
  background: #2D459D;
  color: white;
}

#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px;
}

#contact-page .form .mw_wp_form input[type="text"],
#contact-page .form .mw_wp_form input[type="email"],
#contact-page .form .mw_wp_form input[type="url"],
#contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
}

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

  #contact-page .form .mw_wp_form input[type="text"],
  #contact-page .form .mw_wp_form input[type="email"],
  #contact-page .form .mw_wp_form input[type="url"],
  #contact-page .form .mw_wp_form textarea {
    margin-top: 8px;
  }
}

#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%;
}

#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px;
}

@media screen and (max-width: 959px) {
  #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: calc((100% - 32px)/3);
  }
}

#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  border-radius: 5px;
}

#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F5F5F5;
}

#contact-page .form .contact-policy .section {
  margin-top: 30px;
}

#contact-page .form .contact-policy .section-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  line-height: 24px;
  border: 0;
}

#contact-page .form .contact-policy .section-title:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  background: #E60012;
  top: 0;
  left: 0;
}

#contact-page .form .contact-policy .section-title+.section-main {
  margin-top: 15px;
}

#contact-page .form .contact-policy .inner {
  max-height: 200px;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  #contact-page .form .contact-policy {
    padding: 15px;
  }
}

#contact-page .form .button {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #contact-page .form .button {
    margin-top: 30px;
  }
}

#contact-page .form input[type="submit"] {
  background: #2D459D;
  color: white;
  border: 0;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease;
  transition: background-color .15s ease;
}

@media screen and (max-width: 959px) {
  #contact-page .form input[type="submit"] {
    padding: 15px 20px;
    min-width: 300px;
  }
}

#contact-page .form input[type="submit"]:hover {
  background: #212121;
}

#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  #contact-page .form .btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
  }
}

@media screen and (min-width: 960px) {
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px;
  }
}

#contact-page .form p+.mw_wp_form {
  margin-top: 50px;
}

#contact-page .form .address {
  padding: 15px;
}

#contact-page .form .address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #contact-page .form .address dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#contact-page .form .address dl dt {
  width: 20%;
  border: 0;
  margin-bottom: 0;
  padding: 0 0 0 10px;
}

#contact-page .form .address dl dt:before {
  height: 100%;
  opacity: .6;
}

@media screen and (max-width: 767px) {
  #contact-page .form .address dl dt {
    width: 100%;
    margin-bottom: 10px;
  }

  #contact-page .form .address dl dt .error {
    margin-top: 0;
    margin-left: 10px;
    font-size: 13px;
    padding: 7px 10px 8px;
  }
}

#contact-page .form .address dl dd {
  width: 80%;
}

#contact-page .form .address dl dd input {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #contact-page .form .address dl dd {
    width: 100%;
  }
}

#contact-page .form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #contact-page .form .col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#contact-page .form .col3 .mwform-radio-field {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #contact-page .form .col3 .mwform-radio-field {
    margin-left: 0;
  }
}

#contact-page .form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center;
}

#contact-page .form.mw_wp_form_error .error-area {
  display: block;
}

#contact-page .form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center;
}

#contact-page .form.mw_wp_form_confirm .confilm-area {
  display: block;
}

#contact-page .form .mw_wp_form dt {
  padding-right: 60px;
}

#contact-page .form .form-title {
  margin-top: 30px;
}

#contact-page .form .form-title h3 {
  margin: 0 !important;
}

#contact-page .form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600;
}

#contact-page .form .contact-tel dd span {
  color: #2D459D;
  font-size: 2.5em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #contact-page .form .contact-tel dd span {
    display: block;
  }
}

#contact-page .form .contact-tel dd span i {
  margin-right: 5px;
  font-size: 0.8em;
}

#contact-page .form .step {
  display: table;
  table-layout: fixed;
  background: #fff;
}

#contact-page .form .step .item {
  display: table-cell;
  width: 33.3333%;
  padding: 30px 30px 20px;
  vertical-align: top;
  border-right: 1px dashed #DDDDDD;
  text-align: center;
}

#contact-page .form .step .item:last-child {
  border-right: none;
}

@media screen and (max-width: 959px) {
  #contact-page .form .step {
    display: block;
  }

  #contact-page .form .step .item {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px dashed #DDDDDD;
  }

  #contact-page .form .step .item:last-child {
    border: none;
  }
}

#contact-page .form .step h4 {
  margin-bottom: 15px;
  color: #2D459D;
  font-size: 18px;
  font-weight: 600;
}

#contact-page .form .step h4 span {
  display: block;
  width: 30px;
  margin: 0 auto 5px;
  background: #2D459D;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  border-radius: 15px;
}

#contact-page .form .step i {
  display: block;
  margin: 0 auto 15px;
  color: #2D459D;
  font-size: 80px;
}

#contact-page .form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5;
}

#contact-page .form dl:first-of-type {
  border-top: 1px dotted #e5e5e5;
}

#contact-page .form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ef2027;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1);
}

#contact-page .form dl .error+.error {
  left: 200px;
}

#contact-page .form dl dt:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact-page .form dl dt.num {
  position: relative;
  padding-left: 40px;
}

#contact-page .form dl dt.num:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #ef2027;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  padding: 0 0 0 2px;
}

@media screen and (max-width: 959px) {
  #contact-page .form dl dt.num:before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 24px;
    top: 35%;
    padding: 1px 0 0 0;
  }
}

#contact-page .form dl p.red {
  color: #A31D21;
}

#contact-page .form dl:nth-child(2) dt.num:before {
  content: "1";
}

#contact-page .form dl:nth-child(3) dt.num:before {
  content: "2";
}

#contact-page .form dl:nth-child(4) dt.num:before {
  content: "3";
}

#contact-page .form dl:nth-child(5) dt.num:before {
  content: "4";
}

#contact-page .form dl:nth-child(6) dt.num:before {
  content: "5";
}

#contact-page .form dl:nth-child(7) dt.num:before {
  content: "6";
}

#contact-page .form dl:nth-child(8) dt.num:before {
  content: "7";
}

#contact-page .form dl:nth-child(9) dt.num:before {
  content: "8";
}

#contact-page .form dl:nth-child(10) dt.num:before {
  content: "9";
}

#contact-page .form dl dd,
#contact-page .form dl dt {
  display: table-cell;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
  padding: 0px;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  -o-border-image: initial !important;
  border-image: initial !important;
}

#contact-page .form dl dd .must,
#contact-page .form dl dt .must {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

  #contact-page .form dl dd,
  #contact-page .form dl dt {
    display: block;
    font-size: 14px !important;
  }

  #contact-page .form dl dd .must,
  #contact-page .form dl dt .must {
    font-size: 11px !important;
  }
}

#contact-page .form dl dt {
  width: 320px;
}

@media screen and (max-width: 959px) {
  #contact-page .form dl dt {
    width: 100%;
  }
}

#contact-page .form dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 959px) {
  #contact-page .form dl dd {
    padding-left: 0 !important;
  }
}

#contact-page .form dl.sub>dd {
  position: relative;
}

#contact-page .form dl.sub>dd dl {
  padding: 10px 0;
  border: 0;
}

#contact-page .form dl.sub>dd dl dt {
  width: 130px;
}

@media screen and (max-width: 959px) {
  #contact-page .form dl.sub>dd dl dt {
    width: 100%;
  }
}

#contact-page .form input[type="number"],
#contact-page .form input[type="text"],
#contact-page .form input[type="email"],
#contact-page .form input[type="url"],
#contact-page .form input[type="tel"],
#contact-page .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px !important;
}

#contact-page .form input.short {
  width: 130px !important;
}

@media screen and (max-width: 959px) {
  #contact-page .form input.short {
    width: 120px !important;
  }
}

#contact-page .form select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px;
}

#contact-page .form input[type=radio],
#contact-page .form input[type=checkbox] {
  display: none;
}

#contact-page .form .mwform-checkbox-field-text,
#contact-page .form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: white;
  font-size: 16px !important;
  cursor: pointer;
}

#contact-page .form .mwform-checkbox-field-text:before,
#contact-page .form .mwform-checkbox-field-text:after,
#contact-page .form .mwform-radio-field-text:before,
#contact-page .form .mwform-radio-field-text:after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
}

#contact-page .form .mwform-checkbox-field-text:before,
#contact-page .form .mwform-radio-field-text:before {
  opacity: 0;
}

#contact-page .form .mwform-checkbox-field-text:after,
#contact-page .form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  left: 15px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 2px;
  background: white;
}

#contact-page .form .mwform-checkbox-field-text:before,
#contact-page .form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2D459D;
  z-index: 1;
}

#contact-page .form .mwform-checkbox-field-text:after,
#contact-page .form .mwform-radio-field-text:after {
  border-radius: 100%;
}

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

  #contact-page .form .mwform-checkbox-field,
  #contact-page .form .mwform-radio-field {
    margin-top: 10px;
  }
}

#contact-page .form input[type=checkbox],
#contact-page .form input[type=radio] {
  display: none;
}

#contact-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:after,
#contact-page .form input[type=radio]:checked+.mwform-radio-field-text:after {
  border-color: #2D459D;
}

#contact-page .form input[type=checkbox]:checked+.mwform-checkbox-field-text:before,
#contact-page .form input[type=radio]:checked+.mwform-radio-field-text:before {
  opacity: 1;
}

#contact-page .form input[type=file] {
  margin-top: 20px;
}

#contact-page .form .button {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #contact-page .form .button:first-of-type {
    margin-top: 15px;
  }
}

#contact-page .form .button input {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #2D459D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#contact-page .form .button input:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #contact-page .form .button input {
    width: 200px !important;
    min-width: 0;
    height: 40px;
    font-size: 14px;
  }
}

#contact-page .form .flex-c1 span {
  line-height: 1.4;
}

#contact-page .form .flex-c1 span+span {
  display: block;
  margin-top: 10px;
}

#contact-page .form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -8px;
}

#contact-page .form .flex-c2>span:not(.error) {
  margin-bottom: 8px;
  width: calc((100% - 8px)/2);
}

#contact-page .form .flex-c2>span:not(.error):nth-of-type(2) {
  padding-right: 0;
}

#contact-page .form .flex-c2>input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}

#contact-page .form .flex-c2>input:nth-of-type(2) {
  margin-right: 0;
}

@media screen and (max-width: 959px) {
  #contact-page .form .flex-c2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #contact-page .form .flex-c2>input,
  #contact-page .form .flex-c2>span:not(.error) {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
}

#contact-page .form .days input+input {
  margin-top: 10px;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

@media print {
  * html body {
    zoom: .7;
  }
}

.img__wrap {
  display: flex;
}

@media screen and (max-width: 959px) {
  .img__wrap {
    display: block;
  }
}

.class-top .article .type01__flex {
  align-items: center;
  justify-content: space-between;
}

.class-top .article .type01__title h2 {
  margin-right: 0;
}


.three-cols {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 0;
}

.three-cols .col {
  flex: 1;
  padding: 0 20px;
  text-align: left;
  width: calc(100% / 3);
  border-right: 1px solid #ddd;
}

.three-cols .col:first-child {
  padding: 0 20px 0 0;
}

.three-cols .col:last-child {
  border-right: none;
  padding: 0 0px 0 20px;
}

.three-cols h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.three-cols h3 span:first-child {
  color: #000;
}

.three-cols h3 .highlight {
  color: #1d3e9f;
  /* xanh đậm */
}

.three-cols p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.numbered-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  counter-reset: listCount;
}

.numbered-list li {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #1b2c6d;
  background: #fafafa;
  counter-increment: listCount;
  margin-bottom: 10px;
}

.numbered-list .num::before {
  content: counter(listCount, decimal-leading-zero) ".";
  color: #2D459D;
  margin-right: 15px;
  min-width: 40px;
  display: inline-block;
}

.numbered-list .content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 6px;
  color: #222;
}

.numbered-list .content p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.table.center.bold td,
.table.center.bold th {
  text-align: center;
  font-weight: bold;
}

.table.center td {
  text-align: center;
}


.table.center.bold .sm_txt {
  font-size: 70%;
}

.lis_anc {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lis_anc li {
  min-width: 275px;
}

.lis_anc li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #2D459D;
  padding: 20px 40px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 1.6em;
}

.lis_anc li a:hover {
  opacity: .8;
}

p.contact a {
  display: block;
  height: auto;
  width: 185px;
  text-align: center;
  border-radius: 3px;
  background: #A31D21;
  color: white;
  text-decoration: none;
  font: bold 14px / 20px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 9px;
  margin-top: 20px;
}

p.contact a:hover {
  opacity: .8;
}

#tuv-page .list-flow dl dt {
  display: flex;
  align-items: center;
}

.red {
  color: red;
}

.exam-item p {
  color: #2D459D;
  line-height: 1.5em !important;
  margin-bottom: 0;
  font-weight: 700 !important;
}

#ex2 .exam-item p {
  color: #2D459D !important;
  line-height: 1.5em !important;
  margin-bottom: 0;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .tuv-header h2 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .tuv-header p {
    font-size: 3vw;
    line-height: 1.8;
  }

  .tuv-cert {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 10px;
    gap: 15px;
    flex-wrap: wrap;
  }

  .exam-info-right {
    width: 100%;
  }

  .exam-info-left {
    width: 100%;
  }

  .numbered-list li {
    flex-direction: column;
  }

  .flex_2 .item img {
    max-width: 100%;
  }

  .aslo {
    position: absolute;
    bottom: 0;
    background: #0000009e;
    padding: 10px 10px;
    width: 100%;
  }

  .flex_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .smtexxt {
    font-size: 3vw;
  }

  .flex_2 .item.right {
    color: white;
    text-align: center;
  }

  .big-txt {
    font-size: 5vw;
    line-height: 1.5em;
    margin-bottom: 10px;
  }


  .numbered-list .num::before {
    margin-bottom: 5px;
  }

  .three-cols {
    flex-direction: column;
    gap: 1.5rem;
  }

  .three-cols .col {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    width: 100%;
  }

  .three-cols .col:last-child {
    border-bottom: none;
  }

  .three-cols .col:first-child {
    padding: 15px;
  }

  .three-cols .col:last-child {
    padding: 15px;
  }
}

 .mv1 {
  margin-bottom: 60px;
  padding-top: 160px;
}

.slick-slider {
  max-width: 100vw;
  width: 100%;
  overflow: hidden !important;
}

.pc {
  display: block !important;
}

.pc959 {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 959px) {
   .mv1 {
    padding-top: 72px;
  }

  .pc959 {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .exam-info {
    display: flex;
    align-items: center;
    background: #2D459D;
    color: #fff;
    padding: 20px 20px 50px 20px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    text-align: center;
  }

}

.mv1 .slick-prev,
.mv1 .slick-next {
  top: 45%;
}

.slick-prev,
.slick-next {
  background: rgba(255, 255, 255, 0.6) !important;
  /* nền trắng mờ */
  border-radius: 50% !important;
  /* bo tròn nút */
  width: 40px;
  height: 40px;
  z-index: 10;
  transition: all 0.3s ease !important;
}

/* hiệu ứng hover */
.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  /* sáng hơn khi hover */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important;
}

/* ẩn chữ “Previous” / “Next” mặc định, chỉ giữ icon mũi tên */
.slick-prev::before,
.slick-next::before {
  font-size: 20px !important;
  /* chỉnh kích thước icon */
  color: #333 !important;
  /* đổi màu mũi tên */
  opacity: 1;
}

/* vị trí nút */
.slick-prev {
  left: 10px;
  padding-left: 8px;
}

.slick-next {
  right: 10px;
}

.in-blk {
  display: inline-block;
}

.article .type03__main p.bold_01 {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .sp580 {
    display: block !important;
  }
}

@media screen and (max-width: 520px) {
  #tuv-page .lis_anc {
    flex-direction: column;
  }

  #tuv-page .lis_anc li a {
    width: 100%;
    display: block;
  }
}

.must_read {
  border: 1px solid #333;
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 30px;
}

.must_read .strong {
  font-weight: 700;
}

.must_read p {
  margin-bottom: 14px;
}

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

.article.full.top-concept.top {
  margin-top: 50px;
}

.article.bot.top-concept .concept__contents {
  background: #2D459D;
}

.h2-title {
  margin-bottom: 40px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px;
}

.box-content {
  border: 2px solid #ddd;
  padding: 20px;
  max-width: 800px;
  margin: auto;
}

.head-ttl {
  color: red;
  font-weight: bold;
  padding-bottom: 20px;
}

.box-content .desc {
  line-height: 1.6em;
}

 .article.bot.top-concept .concept__contents {
  background: #3E8ECC;
}

 .top-concept .concept__bk {
  height: 310px
}

 .article.cus-color .type03__ornament span {
  color: #3E8ECC;
}

 .article.cus-color .exam-item {
  border: 2px solid #3E8ECC;
}

 .article.cus-color .exam-item p {
  color: #3E8ECC;
}

 .article.cus-color #ex2 .exam-info {
  background: #3E8ECC;
}

 .article.cus-color .exam-info {
  background: #3E8ECC;
}

 .article.cus-color #ex2 .exam-step {
  border-bottom: 2px solid #3E8ECC;
}

 .article.cus-color .exam-step {
  border-bottom: 2px solid #3E8ECC;
}

 .article.cus-color #ex2 .exam-step .num {
  background: #3E8ECC;
}

 .article.cus-color .exam-step .num {
  background: #3E8ECC;
}

 .article.cus-color .list-box {
  border-left: 2px solid #3E8ECC;
}

 .color-new #ex2 .exam-info {
  background: #3E8ECC;
}

 .color-new #ex2 .exam-step .num {
  background: #3E8ECC;
}

 .color-new #ex2 .exam-step {
  border-bottom: 2px solid #3E8ECC;
}

 .color-new .list-box.cus {
  border-left: 2px solid #3E8ECC;
}

 .header__nav .pulldown-h .child {
  width: 250px;
}

 .header__nav .pulldown-h .child a {
  padding: 9px 5px;
}