<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;family=Roboto:wght@400;700&amp;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 {
  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] {
  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 {
  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&amp;medium=40em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em";
}

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

*, *::before, *::after {
  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 {
  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;
  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 **
&lt;li&gt;&lt;a href=""&gt;&lt;span class="date"&gt;&lt;/span&gt;&lt;span class="category"&gt;&lt;/span&gt;&lt;h* class="title"&gt;&lt;/h*&gt;&lt;/a&gt;&lt;/li&gt;
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
&lt;li class="item"&gt;&lt;p&gt;
&lt;span class="item-date"&gt;&lt;/span&gt;
&lt;span class="item-category"&gt;&lt;/span&gt;
&lt;span class="item-title"&gt;&lt;/span&gt;
&lt;/p&gt;&lt;/li&gt;&lt;!-- /.item --&gt;
*/
/* [TYPE02-FORMAT]
&lt;li class="item"&gt;&lt;a href=""&gt;
&lt;div class="item-thumbnail"&gt;&lt;img src="/common/images/noimage.png"&gt;&lt;/div&gt;
&lt;div class="item-info"&gt;&lt;p class="item-title"&gt;&lt;/p&gt;&lt;/div&gt;
&lt;/a&gt;&lt;/li&gt;&lt;!-- /.item --&gt;
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
/* 基本タグのフォントサイズを指定（12px -&gt; 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;
  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: #212121;
}

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

@media screen and (min-width: 960px) {
  .media-PC {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .media-PC {
    display: none;
  }
}

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

@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;
  }
}
@media screen and (max-width: 767px) {
  .media-SP {
    display: block;
  }
}

.fr {
  float: right;
}

.fl {
  float: left;
}

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

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

.tR {
  text-align: right;
}

.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;
}

/* =========================================================
	general
========================================================= */
/* text */
span.bold {
  font-weight: bold;
}
span.accent {
  color: #FA9700;
}
span.underline {
  text-decoration: underline;
}

p.left {
  text-align: left;
}
p.right {
  text-align: right;
}
p.center {
  text-align: center;
}
p.attention {
  font-size: 14px !important;
}

strong {
  font-weight: bold;
}
strong a {
  color: #1A69B5;
}

.btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .btn {
    margin-top: 30px;
  }
}
.btn a {
  display: inline-flex;
  width: 274px;
  height: 56px;
  border-radius: 28px;
  background: linear-gradient(to right, #1a69b5 0%, #08206d 100%);
  border: 2px solid #1a69b5;
  justify-content: center;
  align-items: center;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  text-decoration: none;
}
.btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .btn a {
    font-size: 16px;
  }
}
.btn.white a {
  background: white;
  color: #1A69B5;
}
.btn.left {
  text-align: left;
}
.btn.large a {
  max-width: 100%;
  width: auto;
  padding: 0 30px;
}
@media screen and (max-width: 959px) {
  .btn.large a {
    width: 100%;
    padding: 0;
    line-height: 1.4;
  }
}

.cnt-btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .cnt-btn {
    margin-top: 50px;
  }
}
.cnt-btn a {
  display: inline-flex;
  width: 600px;
  height: 80px;
  border-radius: 40px;
  background: linear-gradient(to right, #1a69b5 0%, #08206d 100%);
  border: 2px solid #1a69b5;
  justify-content: center;
  align-items: center;
  font: bold 25px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  text-decoration: none;
}
.cnt-btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .cnt-btn a {
    width: 274px;
    height: 56px;
    font-size: 16px;
  }
}
.cnt-btn a .small {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
.cnt-btn.under {
  margin: 100px auto;
}
.cnt-btn.under br.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .cnt-btn.under {
    margin: 50px auto;
  }
  .cnt-btn.under a {
    width: calc(100% - 30px);
    height: auto;
    padding: 30px 20px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .cnt-btn.under a p {
    font-weight: bold;
    line-height: 1.4;
  }
  .cnt-btn.under a .small {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
  }
  .cnt-btn.under a br.sp {
    display: block;
  }
}
.cnt-btn.upborder {
  padding-top: 100px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 959px) {
  .cnt-btn.upborder {
    padding-top: 50px;
  }
}

.scroller {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .scroller {
    overflow-x: scroll;
  }
  .scroller .inbox {
    width: 800px;
  }
}
.scroller + p {
  margin-top: 30px;
}

.table-base {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  border-top: none;
  border-left: none;
}
.table-base.sortp {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.table-base th, .table-base td {
  padding: 20px;
  border: none;
  border: 1px solid #DDDDDD;
  border-right: none;
  border-bottom: none;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
.table-base th {
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: middle;
}
.table-base td {
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.table-base td ul:last-child, .table-base td dl:last-child {
  margin-bottom: 0;
}
.table-base td .column {
  display: flex;
}
.table-base td .column dt {
  padding-right: 10px;
  width: 100px;
}
.table-base td .column dd {
  flex: 1;
}
.table-base td.price {
  font-weight: bold !important;
  color: #FF5E5C !important;
}
.table-base td.price .num {
  background: transparent !important;
  padding: 0 !important;
  font-weight: bold !important;
  color: #FF5E5C !important;
  font-size: 1.5em !important;
}
.table-base.small {
  max-width: 300px;
  margin: 0 auto;
}
.table-base.small th {
  background: #eeeeee;
  font-weight: normal;
}
.table-base.small th, .table-base.small td {
  padding: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .table-base .onPC {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table-base:not(.scroll) th, .table-base:not(.scroll) td {
    display: block;
    padding: 10px;
  }
  .table-base.scroll {
    width: 1070px;
  }
}
.table-base + .list-thumb {
  margin-top: 40px;
}
.table-base.font-s td, .table-base.font-s th {
  font-size: 14px;
}
.table-base.w700 {
  max-width: 700px;
  margin: 0 auto;
}
.table-price {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-price.sortp {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}
.table-price tr td, .table-price tr th {
  border-right: solid 2px white;
  vertical-align: middle;
  text-align: center;
}
.table-price tr td span.ac, .table-price tr th span.ac {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #FF5E5C;
}
.table-price tr td:last-child {
  border: none;
}
.table-price thead tr {
  border-bottom: 2px solid white;
}
.table-price thead tr th {
  font: bold 18px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.12em;
  padding: 10px 10px 9px;
}
@media screen and (max-width: 959px) {
  .table-price thead tr th {
    font-size: 16px;
  }
}
.table-price thead tr th:nth-child(1) {
  width: 120px;
}
.table-price thead tr th.priority3 {
  background: #666;
  color: white;
  position: relative;
}
.table-price thead tr th.priority3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 30px;
  border-top: 15px solid #666;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.table-price thead tr th.priority2 {
  background: #1A69B5;
  color: white;
  position: relative;
}
.table-price thead tr th.priority2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 30px;
  border-top: 15px solid #1A69B5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.table-price thead tr th.priority1 {
  background: #FA9700;
  color: white;
  position: relative;
}
.table-price thead tr th.priority1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 30px;
  border-top: 15px solid #FA9700;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.table-price thead tr th:last-child {
  border: none;
}
.table-price tbody tr {
  border-bottom: 2px solid white;
}
.table-price tbody tr:last-child {
  border: 0;
}
.table-price tbody tr.priority-row {
  border: 3px solid #FA9700;
  background: #FFF0D8;
}
.table-price tbody tr th, .table-price tbody tr td {
  padding: 20px;
}
.table-price tbody tr th {
  width: 120px;
  background: #666;
  color: white;
}
.table-price tbody tr td {
  font: normal 16px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.table-price tbody tr td.priority3 {
  background: #f5f5f5;
}
.table-price tbody tr td.priority2 {
  background: #EFF8FF;
}
.table-price tbody tr td.priority1 {
  background: #FFF0D8;
}
@media screen and (max-width: 959px) {
  .table-price tbody tr td {
    font-size: 14px;
  }
}
.table-price tbody tr td.large {
  font-size: 1.4em;
}
.table-price tbody tr td.price {
  font-weight: bold !important;
  color: #FF5E5C !important;
}
.table-price tbody tr td.price .num {
  background: transparent !important;
  padding: 0 !important;
  font-weight: bold !important;
  color: #FF5E5C !important;
  font-size: 1.5em !important;
}
.table-price.headlarge thead th:nth-child(1) {
  width: 210px;
}
.table-price.small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.table-price.underprice {
  max-width: 700px;
  margin: 0 auto;
}
.table-price.underprice tbody tr th {
  width: 50%;
  background: #FA9700;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .table-price.underprice tbody tr th, .table-price.underprice tbody tr td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

/* =========================================================
	common comprnent
========================================================= */
.article {
  max-width: 1120px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.article__title {
  position: relative;
  display: inline-block;
  font: bold 35px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
.article__title:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background: #FEC001;
  bottom: 4px;
  left: 0;
  z-index: -1;
}
.article__title.noline:before {
  content: none;
}
.article__title + .article__main {
  margin-top: 50px;
}
.article__title br.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .article__title {
    font-size: 24px;
  }
  .article__title br.sp {
    display: block;
  }
  .article__title + .article__main {
    margin-top: 30px;
  }
}
.article__main {
  text-align: left;
}
.article__main &gt; h3 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font: bold 22px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #212121;
  padding-bottom: 15px;
  margin-top: 60px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.article__main &gt; h3.mtshort {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h3 {
    margin-top: 30px;
    font-size: 18px;
  }
  .article__main &gt; h3.mtshort {
    margin-top: 20px;
  }
}
.article__main &gt; h3 strong {
  color: #1A69B5;
}
.article__main &gt; h3 strong.large {
  font-size: 1.2em;
}
.article__main &gt; h3 span.num {
  display: inline-block;
  width: 46px;
  height: 30px;
  padding-top: 6px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  background: #1A69B5;
  color: white;
  vertical-align: 3px;
  font: bold 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h3 span.num {
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 25px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.article__main &gt; h3 br.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h3 br.sp {
    display: block;
  }
}
.article__main &gt; h3.left {
  text-align: left;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h3.left {
    text-align: center;
  }
}
.article__main &gt; h3.otoku img {
  max-width: 420px;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h3.otoku img {
    max-width: 250px;
  }
}
.article__main &gt; h4 {
  text-align: center;
  font: bold 18px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #212121;
  padding: 15px;
  margin-top: 60px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  .article__main &gt; h4 {
    margin-top: 30px;
    font-size: 16px;
  }
}
.article__main &gt; h4.con {
  color: white;
  background: #666;
}
.article__main &gt; h4.pro {
  color: white;
  background: #1A69B5;
}
.article__main &gt; p {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.article__main p {
  font: 400 18px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.12em;
}
.article__main p.attention {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .article__main p.attention {
    font-size: 12px;
  }
}
.article__main p &gt; a {
  color: #1A69B5;
}
.article__main p.center {
  text-align: center;
}
.article__main p + table, .article__main p + p:not(.attention) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article__main p + table, .article__main p + p:not(.attention) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .article__main p {
    font-size: 14px;
  }
}
.article__main p .line {
  font-weight: bold;
  position: relative;
}
.article__main p .line:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: #FEC001;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.article__main .box {
  padding: 20px;
  background: #FFF0D8;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.article__main .box p {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .article__main .box {
    margin-top: 10px;
  }
}
.article__main .box.normal {
  text-align: left;
}
.article__main .box.normal p {
  font-weight: normal;
}
.article__main .block {
  margin-top: 30px;
  padding: 30px;
  background: #f5f5f5;
}
.article__main .block h4 {
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 10px;
  color: #1A69B5;
}
.article__main .btns {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
@media screen and (max-width: 959px) {
  .article__main .btns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.article__main .btns a {
  width: calc(50% - 30px);
  display: block;
  text-align: center;
  padding: 20px 20px 22px;
  background: white;
  color: #1A69B5;
  border: 2px solid #1A69B5;
  text-decoration: none;
  border-radius: 29px;
  font-weight: bold;
}
.article__main .btns a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .article__main .btns a {
    width: 90%;
  }
  .article__main .btns a + a {
    margin-top: 15px;
  }
}
.article__main strong {
  color: #1A69B5;
}
.article__main strong.accent {
  color: #FA9700;
}
.article__main span.colored {
  color: #1A69B5;
}
.article__main .label {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FA9700;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 450px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #FA9700;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .article__main .label {
    font-size: 14px;
    width: 300px;
  }
}
.article__main .img {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .article__main .img {
    margin-top: 20px;
  }
}
.article__main .img.small img {
  width: 530px;
}
.article__main .img.otoku img {
  max-width: 800px;
  width: 100%;
}
.article__main .img + p {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .article__main .img + p {
    margin-top: 10px;
  }
}
.article__main .img.midium img {
  width: 800px;
}
.article__main .demerit {
  margin-top: 30px;
}
.article__main .demerit h3 {
  position: relative;
  text-align: center;
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 20px;
  background: #666;
  color: white;
}
.article__main .demerit h3 .icon {
  position: absolute;
  left: calc(50% - 112px);
}
@media screen and (max-width: 959px) {
  .article__main .demerit h3 .icon {
    left: calc(50% - 93px);
    top: 17px;
  }
}
@media screen and (max-width: 959px) {
  .article__main .demerit h3 {
    font-size: 16px;
  }
}
.article__main .demerit .intxt {
  padding: 20px;
  background: #f5f5f5;
}
.article__main .merit {
  margin-top: 30px;
}
.article__main .merit h3 {
  position: relative;
  text-align: center;
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 20px;
  background: #1A69B5;
  color: white;
}
.article__main .merit h3 .icon {
  position: absolute;
  left: calc(50% - 112px);
}
@media screen and (max-width: 959px) {
  .article__main .merit h3 .icon {
    left: calc(50% - 93px);
    top: 17px;
  }
}
@media screen and (max-width: 959px) {
  .article__main .merit h3 {
    font-size: 16px;
  }
}
.article__main .merit .intxt {
  padding: 20px;
  background: #EFF8FF;
}
.article + .article {
  margin-top: 150px;
}
@media screen and (max-width: 959px) {
  .article + .article {
    margin-top: 80px;
  }
}
.article.last {
  margin-bottom: 150px;
}
@media screen and (max-width: 959px) {
  .article.last {
    margin-bottom: 70px;
  }
}
.article.afterheader {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .article.afterheader {
    margin-top: 40px;
  }
}

ul + p {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  ul + p {
    margin-top: 10px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex &gt; div {
  width: calc((100% - 40px)/2);
}
@media screen and (max-width: 959px) {
  .flex &gt; div {
    width: 100%;
  }
}

ol.num {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  ol.num {
    margin-bottom: 15px;
  }
}
ol.num li {
  position: relative;
  padding-left: 1em;
  text-indent: -1.2em;
  font: normal 18px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  ol.num li {
    font-size: 14px;
  }
}
ol.num li:last-child {
  margin-bottom: 0;
}
ol.num li + li {
  margin-top: 10px;
}

ul.list {
  margin-top: 10px;
}
ul.list li {
  position: relative;
  padding-left: 1em;
  font: normal 18px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  ul.list li {
    font-size: 14px;
  }
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  position: absolute;
  display: block;
  content: "";
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #1A69B5;
  border-radius: 3px;
}
@media screen and (max-width: 959px) {
  ul.list li:before {
    top: 9px;
  }
}

.list-news {
  display: flex;
  flex-wrap: wrap;
}
.list-news li {
  width: 100%;
  padding: 15px 0;
}
.list-news li a {
  text-decoration: none;
}
.list-news li a:hover, .list-news li a:hover .title {
  text-decoration: underline;
}
.list-news li .date {
  font: normal 16px/1.6 "Roboto", sans-serif;
}
.list-news li .title {
  display: inline-block;
  margin-left: 30px;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 767px) {
  .list-news li .title {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.list-news li {
  border-bottom: 1px solid #ddd;
}
.list-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}
@media screen and (max-width: 959px) {
  .list-case {
    margin-bottom: -20px;
  }
}
.list-case li {
  width: calc((100% - 80px)/3);
  margin-bottom: 40px;
}
.list-case li a {
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .list-case li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list-case li .thumb {
  border: 1px solid #ddd;
}
.list-case li h3 {
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background: #f5f5f5;
  padding: 20px 5px;
  text-align: center;
}
.list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -60px;
  margin-top: 40px;
}
.list-area li {
  width: calc(50% - 20px);
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .list-area li {
    width: 100%;
  }
}
.list-area li .head h4 {
  padding: 10px 10px 25px;
  margin-bottom: 10px;
  text-align: center;
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  border-bottom: 3px double #1A69B5;
  color: #1A69B5;
}
.list-area li .head h4 .large {
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .list-area li .head h4 {
    font-size: 18px;
  }
}
.list-area li .head h3.phoneH3,
.list-area li .head h3.freeH3 {
  padding: 10px 10px 25px;
  margin-bottom: 10px;
  text-align: center;
  font: bold 20px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  border-bottom: 3px double #1A69B5;
  color: #1A69B5;
}
.list-area li .head h3.phoneH3 .large,
.list-area li .head h3.freeH3 .large {
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .list-area li .head h3.phoneH3,
.list-area li .head h3.freeH3 {
    font-size: 18px;
  }
}
.list-area li .head.black h4 {
  color: #212121;
}
.list-area li .head.black h4 .large {
  color: #1A69B5;
}
@media screen and (max-width: 959px) {
  .list-area li .head.black h4 {
    font-size: 16px;
  }
}
.list-area li .head.black h3.freeH3 {
  color: #212121;
}
.list-area li .head.black h3.freeH3 .large {
  color: #1A69B5;
}
@media screen and (max-width: 959px) {
  .list-area li .head.black h3.freeH3 {
    font-size: 16px;
  }
}
.list-area li .img {
  margin-top: 20px;
}
.list-area.bordered {
  margin-bottom: -40px;
}
.list-area.bordered li {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 40px;
  background: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .list-area.bordered li {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.list-check li {
  position: relative;
  text-indent: 3em;
  font-size: 18px;
  background: #f5f5f5;
  padding: 1em 1em 0.9em;
}
.list-check li + li {
  margin-top: 1em;
}
.list-check li p {
  font-size: inherit;
}
@media screen and (max-width: 959px) {
  .list-check li {
    font-size: 14px;
    text-indent: 0;
    padding-left: 4em;
    line-height: 1.4;
  }
}
.list-check li:after {
  display: block;
  content: "";
  position: absolute;
  top: 38%;
  left: 2em;
  width: 1em;
  height: 0.6em;
  border-left: 0.3em solid #1A69B5;
  border-bottom: 0.3em solid #1A69B5;
  transform: rotate(-45deg);
}
.list-check.w800 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.list-check.w600 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.list-thumb li {
  display: flex;
}
.list-thumb li + li {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  .list-thumb li {
    flex-wrap: wrap;
    padding: 30px 15px;
    background: #f5f5f5;
    border-radius: 5px;
  }
  .list-thumb li + li {
    margin-top: 20px;
  }
}
.list-thumb li &gt; .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  margin: 0;
  margin-right: 30px;
}
@media screen and (max-width: 959px) {
  .list-thumb li &gt; .img {
    width: 100%;
    margin: 0;
  }
  .list-thumb li &gt; .img img {
    height: 90px;
  }
}
.list-thumb li &gt; .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 278px);
}
.list-thumb li &gt; .txt .num {
  display: inline-block;
  background: #1A69B5;
  color: white;
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 6px 10px 8px;
  border-radius: 5px;
}
.list-thumb li &gt; .txt h3 {
  font: bold 22px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin: 15px 0 10px;
}
.list-thumb li &gt; .txt h3 br.sp {
  display: none;
}
.list-thumb li &gt; .txt p {
  font: normal 18px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  .list-thumb li &gt; .txt {
    width: 100%;
  }
  .list-thumb li &gt; .txt .inner {
    text-align: center;
  }
  .list-thumb li &gt; .txt .inner .num {
    font-size: 12px;
    font-weight: bold;
    margin-top: 18px;
  }
  .list-thumb li &gt; .txt .inner h3 {
    font-size: 16px;
  }
  .list-thumb li &gt; .txt .inner h3 br.sp {
    display: block;
  }
  .list-thumb li &gt; .txt .inner p {
    text-align: left;
    font-size: 14px;
  }
  .list-thumb li &gt; .txt .inner h4 {
    text-align: left;
  }
}
.list-thumb.nothumb li {
  padding: 40px;
  background: #f5f5f5;
}
.list-thumb.nothumb li .txt {
  display: block;
  width: 100%;
  justify-content: start;
}
.list-thumb.nothumb li .txt .num {
  margin-top: 0;
}
.list-thumb.nothumb li .txt .img {
  width: 100%;
  margin-top: 15px;
}
.list-thumb.nothumb li .txt h4 {
  margin: 40px 0 20px;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding-left: 5px;
  border-left: 5px solid #1A69B5;
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb li {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb .scroller {
    width: calc(100vw - 60px);
  }
}
.list-thumb.nothumb .list-area {
  margin-bottom: 0;
}
.list-thumb.nothumb .list-area li {
  display: block;
  padding: 20px;
  background: white;
  margin-bottom: 40px;
}
.list-thumb.nothumb .list-area li h4 {
  border-left: 0;
  line-height: 1.6;
  padding-left: 0;
  margin-top: 0;
}
.list-thumb.nothumb .list-area li + li {
  margin-top: 0;
}
.list-thumb.nothumb .table-price {
  border-bottom: 2px solid white;
}
.list-thumb.nothumb.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb.col2 {
    margin-bottom: -20px;
  }
}
.list-thumb.nothumb.col2 li {
  width: calc((100% - 40px)/2);
  margin-top: 0 !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb.col2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list-thumb.nothumb.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb.col3 {
    margin-bottom: -20px;
  }
}
.list-thumb.nothumb.col3 li {
  width: calc((100% - 60px)/3);
  margin-top: 0 !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .list-thumb.nothumb.col3 li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list-thumb.arrow li {
  position: relative;
}
.list-thumb.arrow li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100px;
  border-top: 15px solid #1A69B5;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .list-thumb.arrow li:before {
    bottom: -17px;
  }
}
.list-thumb.arrow li:last-child:before {
  content: none;
}
.list-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-step li {
  width: calc((100% - 80px)/3);
  padding: 30px;
  background: #EFF8FF;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .list-step li {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .list-step li {
    padding: 30px 15px;
  }
}
.list-step li .num {
  display: inline-block;
  background: #08206D;
  color: white;
  font: 500 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 5px 10px 7px;
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .list-step li .num {
    font-size: 12px;
  }
}
.list-step li .title {
  padding: 20px 0;
  font: bold 22px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  .list-step li .title {
    font-size: 18px;
  }
}
.list-step li p {
  text-align: left;
  font: normal 18px/1.5 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .list-step li p {
    font-size: 14px;
  }
}
.list-step li .img {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .list-step li + li {
    margin-top: 20px;
  }
}
.list-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
@media screen and (max-width: 959px) {
  .list-box {
    margin-bottom: -15px;
  }
}
.list-box li {
  width: calc((100% - 60px)/3);
  background: #EFF8FF;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .list-box li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.list-box li .head .img {
  margin-top: 0;
  margin-bottom: 15px;
}
.list-box li .head h3 {
  padding: 10px 10px 25px;
  margin-bottom: 20px;
  text-align: center;
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  border-bottom: 3px double #1A69B5;
  color: #1A69B5;
}
.list-box li .head h3 img {
  width: 50px;
  vertical-align: -17px;
  margin-right: 10px;
}
.list-box li .main p {
  font-size: 16px;
}

.map {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post__title {
  font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 30px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .post__title {
    font-size: 30px;
  }
}
.post__title span {
  font-size: 0.7em;
  margin-left: 5px;
}
.post__title:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.post__date {
  display: block;
  width: 100px;
  background: #f5f5f5;
  padding: 0 10px;
  margin: 10px auto !important;
  font-size: 12px !important;
}
@media screen and (min-width: 768px) {
  .post__date {
    font-size: 14px;
  }
}
.post__btn {
  padding-right: 0;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .post__btn {
    margin-top: 80px;
  }
}
.post__detail {
  text-align: left;
}
.post__detail p {
  font: normal 16px/2 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 767px) {
  .post__detail p {
    font-size: 14px;
  }
}
.post__detail h3 {
  font-size: 20px !important;
  padding: 10px 5px;
  border-top: 1px solid #1A69B5;
  border-bottom: 1px solid #1A69B5;
  padding-left: 20px !important;
}
.post__detail h3:before {
  content: none !important;
}
.post__detail h4 {
  font-size: 20px;
  font-weight: bold;
}
.post__detail h5 {
  font-size: 16px;
}
.post__detail h3, .post__detail h4, .post__detail h5 {
  margin-top: 60px;
  position: relative;
  padding-left: 30px;
}
.post__detail h3:before, .post__detail h4:before, .post__detail h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 4px;
  height: 100%;
  background: #1A69B5;
}
.post__detail h3:before {
  height: calc(100% - 10px);
}
.post__detail h5:before {
  background: #212121;
}
.post__detail p + p,
.post__detail p + img,
.post__detail img + p,
.post__detail h3 + p,
.post__detail h4 + p,
.post__detail h5 + p {
  margin-top: 30px;
}
.post__detail strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .post__detail h3 {
    font-size: 16px !important;
  }
  .post__detail h4 {
    font-size: 16px;
  }
  .post__detail h5 {
    font-size: 14px;
    font-weight: bold;
  }
  .post__detail h3, .post__detail h4, .post__detail h5 {
    margin-top: 30px;
    padding-left: 15px;
  }
  .post__detail h3:before, .post__detail h4:before, .post__detail h5:before {
    width: 2px;
  }
  .post__detail p + img,
.post__detail img + p,
.post__detail h3 + p,
.post__detail h4 + p,
.post__detail h5 + p {
    margin-top: 15px;
  }
}

.blink {
  animation: blinkAnime 1s infinite alternate;
  font-size: 1.4em;
}

@keyframes blinkAnime {
  0% {
    color: #1A69B5;
  }
  100% {
    color: #FF5E68;
  }
}
/* =========================================================
	keyframe
========================================================= */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

/* =========================================================
	#wrapper
========================================================= */
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #wrapper {
    padding-top: 118px;
  }
}
/* =========================================================
 underpage
========================================================= */
/* =========================================================
	pagetitle
========================================================= */
.page-header {
  background: #E5E8F0;
  width: 100%;
  height: 108px;
  border-bottom: 1px solid #ddd;
}
.page-header .inner {
  max-width: 1120px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.page-header .inner .pankuzu {
  padding-top: 20px;
  font-size: 12px;
}
.page-header .inner .pankuzu a {
  color: #1A69B5;
  text-decoration: none;
}
.page-header .inner .breadCrumb li {
  display: inline;
}
.page-header .inner .breadCrumb li:not(:last-child)::after {
  content: "&gt;";
}
.page-header .inner h1 {
  padding-top: 10px;
  text-align: center;
  font: 500 30px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  .page-header {
    padding-top: 44px;
    height: auto;
    padding-bottom: 14px;
  }
  .page-header .inner h1 {
    font-size: 24px;
  }
}

.page-mv {
  border-bottom: 1px solid #ddd;
}
.page-mv .img {
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 0;
}
.page-mv + .article {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .page-mv .img {
    margin-top: 15px;
  }
  .page-mv + .article {
    margin-top: 40px;
  }
}

/* =========================================================
	header
========================================================= */
@media print, screen and (min-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: white;
  }
}
@media screen and (max-width: 959px) {
  .header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
}
.header .head-logo {
  width: 100%;
  margin: 0 auto;
  padding: 19px 31px;
}
@media screen and (max-width: 959px) {
  .header .head-logo {
    padding: 12.5px 15px;
    background: white;
  }
}
@media screen and (max-width: 959px) {
  .header .head-logo img {
    height: 25px;
  }
}
.header .menu {
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .header .menu {
    border-width: 1px 0 3px 0;
    background: #1A69B5;
  }
}
@media screen and (max-width: 959px) {
  .header .menu {
    max-height: 0;
    overflow: hidden;
    transition: 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #212121;
    opacity: 0;
    transform: translateY(-20px);
    position: fixed;
    width: 100vw;
    top: 0;
    padding: 0;
    z-index: -1;
    float: none;
  }
  .header .menu.on {
    max-height: 3000vw;
    opacity: 1;
    transform: translateY(0);
    min-height: 100vh;
    height: 100%;
    overflow-y: scroll;
    padding: 40px 15px 90px;
    background: white;
  }
}
.header .gnav {
  position: relative;
  max-width: 1130px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .header .gnav {
    display: block;
    height: auto;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .header .gnav &gt; li {
    border-left: 1px solid rgba(255, 255, 255, 0.26);
    text-align: center;
  }
  .header .gnav &gt; li.last, .header .gnav &gt; li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
  }
  .header .gnav &gt; li.parent {
    position: relative;
  }
}
@media screen and (max-width: 959px) {
  .header .gnav &gt; li {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
}
.header .gnav a {
  text-decoration: none;
}
@media print, screen and (min-width: 960px) {
  .header .gnav a {
    display: block;
    padding: 10px 46px 14px;
    color: white;
    text-align: center;
    font: 300 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: 0.15em;
  }
  .header .gnav a:hover {
    opacity: 0.4;
  }
  .header .gnav a img {
    width: 20px;
    margin-right: 10px;
    margin-top: 0;
    vertical-align: -2px;
  }
}
@media screen and (max-width: 959px) {
  .header .gnav a {
    display: block;
    padding: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .header .gnav a img {
    vertical-align: -2px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  .header .gnav .parent:hover .childList-wrapper {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 960px) {
  .header .gnav .childList {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #3A87D1;
  }
  .header .gnav .childList-wrapper {
    position: absolute;
    left: -1px;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    top: 40px;
    background: #3A87D1;
    max-width: 800px;
    width: 800px;
    padding: 20px;
    z-index: 2;
    transition: opacity 0.1s ease;
  }
  .header .gnav .childList &gt; li {
    width: 50%;
    padding: 0 10px;
  }
  .header .gnav .childList &gt; li:nth-of-type(1) a {
    border-top: 1px dotted white;
  }
  .header .gnav .childList &gt; li:nth-of-type(2) a {
    border-top: 1px dotted white;
  }
  .header .gnav .childList &gt; li:nth-of-type(n - 2) a {
    border-bottom: 1px dotted white;
  }
  .header .gnav .childList &gt; li a {
    padding-left: 20px;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
    color: white;
    font-weight: normal;
  }
  .header .gnav .childList &gt; li a img {
    width: 16px;
  }
}
@media screen and (max-width: 959px) {
  .header .gnav .childList {
    min-height: 0px;
    font-size: 14px;
    background: #3A87D1;
    border-radius: 5px;
  }
  .header .gnav .childList &gt; li {
    display: block;
    position: relative;
    padding: 0;
    border: none;
  }
  .header .gnav .childList &gt; li a {
    line-height: 1.6;
    font-size: 14px;
    padding: 20px;
    color: white;
  }
  .header .gnav .childList &gt; li a img {
    width: 11px;
    margin-right: 5px;
    vertical-align: 0;
  }
  .header .gnav .childList &gt; li + li {
    border-top: 1px solid #DDDDDD;
  }
  .header .gnav .childList &gt; li:after {
    content: none;
  }
}
.header .head-info {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: auto;
  right: 8px;
  top: -63px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1060px) {
  .header .head-info {
    right: 15px;
  }
}
.header .head-info a {
  text-decoration: none;
}
.header .head-info li.tel {
  padding: 4px 20px;
}
.header .head-info li.tel a {
  text-align: right;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #08206D;
  letter-spacing: 0em;
  font-weight: 900;
}
.header .head-info li.tel a span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
.header .head-info li.tel a img {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.header .menu-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 9999;
  line-height: 1;
  padding: 16px 12.5px;
  background: #FAFAFA;
}
.header .menu-btn .btn-inner {
  display: block;
  position: relative;
  width: 25px;
  height: 18px;
}
@media print, screen and (min-width: 960px) {
  .header .menu-btn {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .header .menu-btn {
    display: block;
  }
}
.header .menu-btn figure {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #212121;
  transition: 0.25s;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
}
.header .menu-btn figure:nth-child(1) {
  top: 0;
}
.header .menu-btn figure:nth-child(2) {
  top: 50%;
}
.header .menu-btn figure:nth-child(3) {
  bottom: 0;
}
.header .menu-btn.on figure:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .menu-btn.on figure:nth-child(2) {
  background: transparent;
}
.header .menu-btn.on figure:nth-child(3) {
  bottom: 50%;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* =========================================================
	nav
========================================================= */
/* =========================================================
	footer
========================================================= */
.footer-contact {
  display: block;
  padding: 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 959px) {
  .footer-contact {
    padding: 40px 0;
  }
}
.footer-contact .inner {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 959px) {
  .footer-contact .inner {
    width: calc(100% - 30px);
    padding: 30px 15px;
  }
}
.footer-contact .title {
  font: bold 38px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #08206D;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .footer-contact .title {
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer-contact .footerContact {
  letter-spacing: 1px;
}
.footer-contact .main {
  display: flex;
  justify-content: space-between;
  max-width: 67%;
}
.footer-contact .main .tel {
  width: calc(50% - 10px);
}
.footer-contact .main .tel a {
  height: 116px;
  width: 100%;
  background: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: right;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #08206D;
  letter-spacing: 0em;
  font-weight: 900;
  text-decoration: none;
}
.footer-contact .main .tel a span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
.footer-contact .main .tel a img {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.footer-contact .main .tel a:hover {
  opacity: 0.6;
}
.footer-contact .main .mail {
  width: calc(50% - 10px);
}
.footer-contact .main .mail a {
  width: 100%;
  color: white;
  background: linear-gradient(to right, #1a69b5 0%, #08206d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 116px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.footer-contact .main .mail a img {
  display: block;
  margin: 0 auto 10px;
}
.footer-contact .main .mail a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 959px) {
  .footer-contact .main {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .footer-contact .main .tel {
    width: 100%;
  }
  .footer-contact .main .tel a {
    height: 76px;
  }
  .footer-contact .main .mail {
    margin-top: 15px;
    width: 100%;
  }
  .footer-contact .main .mail a {
    height: 76px;
  }
  .footer-contact .main .mail img {
    width: 25px;
  }
}
.footer-contact .img {
  position: absolute;
  width: 16%;
  right: 9%;
  bottom: -1px;
}
@media screen and (max-width: 959px) {
  .footer-contact .img {
    display: none;
  }
}

.footer {
  background: #EEEEEE;
  padding: 70px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 30px 15px;
  }
}
.footer .footer__refcontents {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 959px) {
  .footer .footer__refcontents {
    padding-bottom: 25px;
  }
}
.footer .footer__refcontents .title {
  font: 900 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #212121;
}
.footer .footer__refcontents .list-refcontents {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  column-gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .footer .footer__refcontents .list-refcontents {
    grid-template-columns: 33% 33% 33%;
    column-gap: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .footer .footer__refcontents .list-refcontents {
    grid-template-columns: 50% 50%;
    column-gap: 30px;
  }
}
@media screen and (max-width: 959px) {
  .footer .footer__refcontents .list-refcontents {
    grid-template-columns: 100%;
  }
}
.footer .footer__refcontents .list-refcontents li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.footer .footer__refcontents .list-refcontents li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  height: 11px;
  width: 5px;
  background: url(/svg/arrow.svg);
}
.footer .footer__refcontents .list-refcontents li a {
  font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.footer .footer__refcontents .list-refcontents li a:hover {
  text-decoration: none;
}
.footer .footer__info {
  position: relative;
  margin-top: 40px;
}
.footer .footer__info .description {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.4;
}
.footer .footer__info .copyright {
  font-size: 10px;
  opacity: 0.8;
}
.footer .footer__right {
  position: absolute;
  right: 0;
  text-align: right;
  display: flex;
  top: 0;
}
.footer .footer__right .footer__sitenav {
  margin-right: 40px;
}
.footer .footer__right .footer__sitenav li {
  margin-bottom: 13px;
}
.footer .footer__right .img {
  width: 108px;
}
@media screen and (max-width: 959px) {
  .footer .footer__right {
    position: relative;
    text-align: left;
  }
}
.footer .pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

/* home page
========================================================= */
#home-page {
  /*
  .cnt-solution {
      margin-top: 100px;
      @include mediaTablet {
          margin-top: 60px;
      }
      .main {
          .list-solution {
              display: flex;
              @include mediaTablet {
                  flex-wrap: wrap;
              }
              li {
                  position: relative;
                  width: 100%;
                  @include mediaTablet {
                      width: 50%;
                      margin-bottom: 30px;
                  }
              }
              .thumbnail {
                  position: relative;
                  z-index: -1;
              }
              .contents {
                  width: calc(100% - 20px);
                  margin: 0 auto;
                  margin-top: -60px;
                  background: white;
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  z-index: 1;
                  h3 {
                      text-align: center;
                      padding: 20px;
                      font: bold 35px/1 $base_font;
                      letter-spacing: .1em;
                      background: $ac;
                      color: white;
                      @media screen and (max-width: 1500px)  {
                          font-size: 2.3vw;
                          padding: 20px 0;
                      }
                      @include mediaTablet {
                          font-size: 18px;
                          padding: 20px 0;
                      }
                  }
                  p {
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      height: 110px;
                      text-align: center;
                      font: normal 20px/1.4 $base_font;
                      @media screen and (max-width: 1500px)  {
                          font-size: 1.45vw;
                      }
                      @include mediaTablet {
                          padding: 0 20px;
                          font-size: 14px;
                          br {
                              display: none;
                          }
                      }

                  }
              }
          }
      }
  }*/
}
@media screen and (min-width: 960px) {
  #home-page .mv {
    position: relative;
    text-align: center;
    background: linear-gradient(90deg, #0f2f73 0%, #0f2f73 50%, #113A7A 51%, #113A7A 100%);
  }
  #home-page .mv img {
    max-height: 500px;
    vertical-align: bottom;
  }
  #home-page .mv .catchphrase {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1429px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #home-page .mv .catchphrase img {
    height: 65%;
    margin-left: 60px;
  }
}
@media screen and (max-width: 959px) {
  #home-page .mv {
    padding-top: 51px;
    text-align: center;
  }
}
#home-page .article--index .title {
  text-align: center;
  color: #08206D;
  font: 400 30px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #home-page .article--index .title {
    font-size: 20px;
  }
}
#home-page .article--index .title strong {
  display: block;
  font-size: 1.33em;
}
#home-page .article--index .title strong span {
  position: relative;
  font-size: 1.25em;
  font-weight: 900;
}
#home-page .article--index .title strong span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FEC001;
  bottom: 9px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #home-page .article--index .title strong span {
    display: inline-block;
    line-height: 1;
  }
  #home-page .article--index .title strong span:before {
    bottom: -6px;
  }
}
#home-page .article--index .title span.bold {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #home-page .article--index .title span.bold {
    display: block;
  }
}
#home-page .article--index .title + .main {
  margin-top: 50px;
}
@media screen and (max-width: 959px) {
  #home-page .article--index .title + .main {
    margin-top: 30px;
  }
}
#home-page .cnt-ivr {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
#home-page .cnt-ivr .img {
  padding: 0 20px;
}
#home-page .cnt-ivr .main .list-ivrstep {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep {
    flex-wrap: wrap;
  }
}
#home-page .cnt-ivr .main .list-ivrstep li {
  position: relative;
  width: calc((100% - 60px)/4);
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep li {
    width: calc((100% - 10px)/2);
    margin-bottom: 10px;
  }
}
#home-page .cnt-ivr .main .list-ivrstep li .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font: bold 30px/1 "Roboto", sans-serif;
  color: white;
  background: #08206D;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep li .num {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
#home-page .cnt-ivr .main .list-ivrstep li .thumbnail {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#home-page .cnt-ivr .main .list-ivrstep li p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 20px 0;
}
#home-page .cnt-ivr .main .list-ivrstep li p span {
  font-weight: bold;
  color: #1A69B5;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep li p {
    font-size: 14px;
    padding: 0 10px;
  }
  #home-page .cnt-ivr .main .list-ivrstep li p br {
    display: none;
  }
}
#home-page .cnt-ivr .main .list-ivrstep li span.icon {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border: 3px solid #FA9700;
  background: white;
  font: bold 24px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #FA9700;
  text-align: center;
  border-radius: 25px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep li span.icon {
    font-size: 16px;
    width: 100px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}
#home-page .cnt-ivr .main .list-ivrstep li:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 10px solid #9CA5C4;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}
#home-page .cnt-ivr .main .list-ivrstep li:last-child:before {
  content: none;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr .main .list-ivrstep li:before {
    content: none;
  }
}
@media screen and (max-width: 959px) {
  #home-page .cnt-ivr {
    margin-top: 60px;
  }
  #home-page .cnt-ivr .img {
    padding: 0 15px;
  }
}
#home-page .cnt-solution {
  margin-top: 100px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-solution {
    margin-top: 60px;
  }
}
#home-page .cnt-solution .main .list-solution {
  display: flex;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-solution .main .list-solution {
    flex-wrap: wrap;
  }
}
#home-page .cnt-solution .main .list-solution li {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-solution .main .list-solution li {
    width: 50%;
    margin-bottom: 30px;
  }
}
#home-page .cnt-solution .main .list-solution .thumbnail {
  position: relative;
  z-index: -1;
}
#home-page .cnt-solution .main .list-solution .contents {
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-top: -60px;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
#home-page .cnt-solution .main .list-solution .contents h3 {
  text-align: center;
  padding: 10px;
  font: bold 23px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.1em;
  background: #FA9700;
  color: white;
}
@media screen and (max-width: 1500px) {
  #home-page .cnt-solution .main .list-solution .contents h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 959px) {
  #home-page .cnt-solution .main .list-solution .contents h3 {
    font-size: 18px;
    padding: 10px 0;
  }
}
#home-page .cnt-solution .main .list-solution .contents p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  text-align: center;
  font: normal 15px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-solution .main .list-solution .contents p {
    height: 100px;
    padding: 0 20px;
    font-size: 14px;
  }
  #home-page .cnt-solution .main .list-solution .contents p br {
    display: none;
  }
}
#home-page .cnt-telework {
  margin-top: 50px;
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework {
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0 15px;
  }
}
#home-page .cnt-telework .txt {
  background: #F5F5F5;
  width: 100%;
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework .txt {
    min-height: 0;
  }
}
#home-page .cnt-telework .txt .inner {
  padding: 80px;
}
@media screen and (max-width: 1500px) {
  #home-page .cnt-telework .txt .inner {
    padding: 5vw;
  }
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework .txt .inner {
    padding: 20px;
  }
}
#home-page .cnt-telework .txt .title--telework {
  font: normal 45px/1.37 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #08206D;
  margin-bottom: 20px;
}
#home-page .cnt-telework .txt .title--telework span {
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #home-page .cnt-telework .txt .title--telework {
    font-size: 3vw;
  }
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework .txt .title--telework {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#home-page .cnt-telework .txt p {
  font: normal 20px/1.75 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework .txt p {
    font-size: 14px;
  }
}
#home-page .cnt-telework .img {
  width: 100%;
  display: block;
  background: url(/images/index/img03.jpg);
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-telework .img {
    height: 60vw;
    max-height: 500px;
    background-position: top;
  }
}
#home-page .cnt-system {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-system {
    margin-top: 40px;
  }
}
#home-page .cnt-system .title--system {
  font: normal 45px/1.37 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #08206D;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-system .title--system {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#home-page .cnt-system .title--system span {
  display: block;
  font-weight: black;
}
#home-page .cnt-system .title--system p {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  margin-top: 10px;
}
#home-page .cnt-system .title--system p:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  height: 2px;
  width: 575px;
  background: #212121;
  top: 14px;
  z-index: -1;
}
#home-page .cnt-system .title--system p:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 20px;
  display: block;
  background: white;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 4px;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-system .title--system p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #home-page .cnt-system .title--system p:before {
    top: 9px;
    width: 90%;
    height: 1px;
  }
  #home-page .cnt-system .title--system p:after {
    width: 260px;
  }
}
#home-page .cnt-system .main {
  margin-top: 50px;
  height: 375px;
  width: 100%;
  background-image: url(/images/index/img04.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-page .cnt-system .main img {
  height: 276px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-system .main {
    margin-top: 30px;
    padding: 15px;
    height: 180px;
  }
  #home-page .cnt-system .main img {
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  #home-page .cnt-system .main img {
    height: auto;
  }
}
#home-page .cnt-cost {
  margin-top: 100px;
  background: #F5F5F5;
  padding-top: 90px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost {
    margin-top: 50px;
    padding-top: 50px;
  }
}
#home-page .cnt-cost .title--cost {
  color: #08206D;
  text-align: center;
  font: normal 50px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding-bottom: 70px;
}
#home-page .cnt-cost .title--cost span {
  font: bold 60px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost .title--cost {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #home-page .cnt-cost .title--cost span {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
  }
}
#home-page .cnt-cost .main {
  display: flex;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost .main {
    flex-wrap: wrap;
  }
}
#home-page .cnt-cost .main .cost {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 600px;
  background-image: url(/images/index/img05.jpg);
  background-size: cover;
}
#home-page .cnt-cost .main .cost a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#home-page .cnt-cost .main .cost a:hover {
  opacity: 0.6;
}
#home-page .cnt-cost .main .cost p {
  font: normal 24px/40px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost .main .cost {
    height: auto;
  }
}
#home-page .cnt-cost .main .cost2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 600px;
  background-image: url(/images/index/img05-02.jpg);
  background-size: cover;
}
#home-page .cnt-cost .main .cost2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#home-page .cnt-cost .main .cost2 a:hover {
  opacity: 0.6;
}
#home-page .cnt-cost .main .cost2 p {
  font: normal 24px/40px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost .main .cost2 {
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  #home-page .cnt-cost .main .inner {
    padding: 30px 50px;
  }
  #home-page .cnt-cost .main .inner p {
    font-size: 16px;
    line-height: 1.6;
  }
  #home-page .cnt-cost .main .inner p br {
    display: none;
  }
}
#home-page .cnt-info {
  padding: 100px 0;
  background: #f5f5f5;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-info {
    padding: 50px 0;
  }
}
#home-page .cnt-info .title--cost {
  font: 400 45px/1.37 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  color: #08206D;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-info .title--cost {
    font-size: 25px;
  }
}
#home-page .cnt-info .infolist {
  max-width: 1120px;
  width: 100%;
  margin: 50px auto;
  background: white;
  padding: 40px 50px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-info .infolist {
    max-width: calc(100% - 30px);
    margin: 30px auto;
    padding: 20px 15px;
  }
}
#home-page .cnt-info .infolist .list-info {
  display: flex;
  flex-wrap: wrap;
}
#home-page .cnt-info .infolist .list-info li {
  width: 100%;
  padding: 15px 0;
}
#home-page .cnt-info .infolist .list-info li a {
  text-decoration: none;
}
#home-page .cnt-info .infolist .list-info li a:hover, #home-page .cnt-info .infolist .list-info li a:hover .title {
  text-decoration: underline;
}
#home-page .cnt-info .infolist .list-info li .date {
  font: normal 16px/1.6 "Roboto", sans-serif;
}
#home-page .cnt-info .infolist .list-info li .title {
  display: inline-block;
  margin-left: 30px;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media screen and (max-width: 767px) {
  #home-page .cnt-info .infolist .list-info li .title {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
#home-page .cnt-info .infolist li {
  padding: 10px 0 !important;
}
#home-page .cnt-info .infolist li a {
  text-decoration: none;
}
#home-page .cnt-info .infolist li a .date {
  font: bold 16px/1 "Roboto", sans-serif;
  font-weight: bold !important;
  color: #08206D;
  margin-right: 40px;
}
#home-page .cnt-info .infolist li a .title {
  font: normal 16px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #212121;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-info .infolist li a .title {
    text-align: left;
  }
}
#home-page .cnt-strength {
  padding: 100px 0;
  background-image: url(/images/index/img06.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-strength {
    padding: 50px 0;
  }
}
#home-page .cnt-strength .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-strength .inner {
    width: calc(100% - 30px);
  }
}
#home-page .cnt-strength .title--strength {
  font: bold 50px/1.4 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-strength .title--strength {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
#home-page .cnt-strength ol.num {
  margin-bottom: 50px;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-strength ol.num {
    margin-bottom: 30px;
  }
}
#home-page .cnt-strength ol.num li {
  font: bold 34px/45px YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: white;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #home-page .cnt-strength ol.num li {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 959px) {
  #privacy-page ul.list-thumb .img {
    margin-bottom: 20px;
  }
}

#contact-page .pagetop {
  bottom: 90px;
}
#contact-page .contactpage-tel {
  display: flex;
  flex-wrap: wrap;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 30px;
}
#contact-page .contactpage-tel .read {
  width: calc(50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #1A69B5;
  font: bold 18px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  height: 60px;
}
@media screen and (max-width: 959px) {
  #contact-page .contactpage-tel .read {
    width: 100%;
    height: 40px;
  }
}
#contact-page .contactpage-tel .tel {
  width: 50%;
  display: block;
  padding: 9px 20px;
  padding-left: 35px;
  margin: 0;
  height: 60px;
  position: relative;
  background: #f5f5f5;
}
#contact-page .contactpage-tel .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-left: 15px solid #1A69B5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  height: 60px;
}
@media screen and (max-width: 959px) {
  #contact-page .contactpage-tel .tel {
    width: 100%;
  }
  #contact-page .contactpage-tel .tel:before {
    content: none;
  }
}
#contact-page .contactpage-tel .tel a {
  text-align: right;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  color: #08206D;
  letter-spacing: 0em;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
}
#contact-page .contactpage-tel .tel a span {
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: left;
}
#contact-page .contactpage-tel .tel a img {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
#contact-page .contactpage-tel .tel a:hover {
  opacity: 0.6;
}
#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: #1A69B5;
  top: 50%;
  left: 0;
}
@media all and (-ms-high-contrast: none) {
  #contact-page .form .mw_wp_form dt:before {
    content: none;
  }
}
#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 #1A69B5;
  color: #1A69B5;
  font-size: 14px;
  line-height: 1;
}
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact-page .form .mw_wp_form dd.flex-col4 &gt; span:not(.error) {
  width: calc((100% - 30px)/4);
}
#contact-page .form .mw_wp_form dd.flex-col4 &gt; 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 &gt; span:not(.error) {
    width: 100%;
    padding-left: 0;
    margin: 0;
    margin-top: 8px;
  }
}
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact-page .form .mw_wp_form dd.flex-col2 &gt; span:not(.error) {
  width: calc((100% - 8px)/2);
}
#contact-page .form .mw_wp_form dd.flex-col2 &gt; span:not(.error):nth-of-type(2) {
  padding-right: 0;
}
#contact-page .form .mw_wp_form dd.flex-col2 &gt; input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}
#contact-page .form .mw_wp_form dd.flex-col2 &gt; input:nth-of-type(2) {
  margin-right: 0;
}
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  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%;
  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 {
  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 {
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1A69B5;
  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: flex;
  justify-content: space-between;
  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: #1A69B5;
}
#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: #1A69B5;
  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: #FAFAFA;
  border-radius: 5px;
  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 {
  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;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  border-radius: 5px;
}
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #FAFAFA;
}
#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: #1A69B5;
  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;
  transition: background-color 0.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: flex;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #contact-page .form .btns {
    flex-wrap: wrap;
    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: flex;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #contact-page .form .address dl {
    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: 0.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: flex;
}
@media screen and (max-width: 767px) {
  #contact-page .form .col3 {
    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 .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: #1A69B5;
  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: #1A69B5;
  font-size: 18px;
  font-weight: 600;
}
#contact-page .form .step h4 span {
  display: block;
  width: 30px;
  margin: 0 auto 5px;
  background: #1A69B5;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  border-radius: 15px;
}
#contact-page .form .step i {
  display: block;
  margin: 0 auto 15px;
  color: #1A69B5;
  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%;
  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%;
  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: #FA9700;
}
#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;
  padding: 0px;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}
#contact-page .form dl dd .must,
#contact-page .form dl dt .must {
  float: right;
  color: #FF5E5C !important;
  border-color: #FF5E5C !important;
}
@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: 300px;
}
@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 &gt; dd {
  position: relative;
}
#contact-page .form dl.sub &gt; dd dl {
  padding: 10px 0;
  border: 0;
}
#contact-page .form dl.sub &gt; dd dl dt {
  width: 130px;
}
@media screen and (max-width: 959px) {
  #contact-page .form dl.sub &gt; 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;
  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 {
  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: 0;
  line-height: 24px;
  border: none;
  -webkit-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 {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  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%;
  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 {
  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 {
  transition: opacity 0.2s linear;
  left: 21px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1A69B5;
  z-index: 1;
}
#contact-page .form .mwform-checkbox-field-text:after,
#contact-page .form .mwform-radio-field-text:after {
  border-radius: 100%;
}
#contact-page .form .mwform-checkbox-field-text:after {
  border-radius: 5px !important;
}
@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: #1A69B5;
}
#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: #1A69B5;
  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-c2 {
  display: flex;
  justify-content: space-between;
}
#contact-page .form .flex-c2 &gt; span:not(.error) {
  width: calc((100% - 8px)/2);
}
#contact-page .form .flex-c2 &gt; span:not(.error):nth-of-type(2) {
  padding-right: 0;
}
#contact-page .form .flex-c2 &gt; input {
  width: calc((100% - 8px)/2);
  padding-right: 8px;
}
#contact-page .form .flex-c2 &gt; input:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  #contact-page .form .flex-c2 {
    flex-wrap: wrap;
  }
  #contact-page .form .flex-c2 &gt; input, #contact-page .form .flex-c2 &gt; span:not(.error) {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  #contact-page dl#form-address &gt; dt:before {
    top: 57px;
  }
  #contact-page dl#form-service &gt; dt:before {
    top: 24px;
  }
  #contact-page dl#form-request &gt; dt {
    vertical-align: top;
  }
  #contact-page dl#form-request &gt; dt:before {
    top: 12px;
  }
}

#service-page .strong-spe {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-top: 0;
}
#service-page .strong-spe span {
  position: relative;
  font-size: 1.2em;
}
#service-page .strong-spe span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FEC001;
  bottom: 9px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #service-page .strong-spe {
    font-size: 20px;
  }
  #service-page .strong-spe span:before {
    height: 10px;
    bottom: 5px;
  }
}
#service-page.cnt-free .strong, #service-page.cnt-free .strong-s, #service-page.cnt-ivr .strong, #service-page.cnt-ivr .strong-s {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-top: -29px;
}
#service-page.cnt-free .strong span, #service-page.cnt-free .strong-s span, #service-page.cnt-ivr .strong span, #service-page.cnt-ivr .strong-s span {
  position: relative;
  font-size: 1.2em;
}
#service-page.cnt-free .strong span:before, #service-page.cnt-free .strong-s span:before, #service-page.cnt-ivr .strong span:before, #service-page.cnt-ivr .strong-s span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FEC001;
  bottom: 9px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #service-page.cnt-free .strong, #service-page.cnt-free .strong-s, #service-page.cnt-ivr .strong, #service-page.cnt-ivr .strong-s {
    font-size: 20px;
  }
  #service-page.cnt-free .strong span:before, #service-page.cnt-free .strong-s span:before, #service-page.cnt-ivr .strong span:before, #service-page.cnt-ivr .strong-s span:before {
    height: 10px;
    bottom: 5px;
  }
}
#service-page.cnt-free .strong-s, #service-page.cnt-ivr .strong-s {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  #service-page.cnt-free .strong-s, #service-page.cnt-ivr .strong-s {
    font-size: 18px;
  }
}
#service-page.cnt-free h3.strong, #service-page.cnt-free h3.strong-s, #service-page.cnt-ivr h3.strong, #service-page.cnt-ivr h3.strong-s {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  #service-page.cnt-free .list-step li:nth-child(1) .img, #service-page.cnt-ivr .list-step li:nth-child(1) .img {
    margin-top: 78px;
  }
  #service-page.cnt-free .list-step li:nth-child(2) .img, #service-page.cnt-ivr .list-step li:nth-child(2) .img {
    margin-top: 77px;
  }
}
#service-page.cnt-free .strong, #service-page.cnt-free .strong-s {
  margin-top: 0px;
}
#service-page.cnt-smart0120 dl {
  display: flex;
}
#service-page.cnt-smart0120 dl + dl {
  margin-top: 10px;
}
#service-page.cnt-smart0120 dl dt {
  width: 50%;
  background: #1A69B5;
  color: white;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#service-page.cnt-smart0120 dl dd {
  width: 50%;
  background: white;
  padding: 30px;
  line-height: 1.6;
}
#service-page .strongactive .strong, #service-page .strongactive .strong-s {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}
#service-page .strongactive .strong span, #service-page .strongactive .strong-s span {
  position: relative;
  font-size: 1.2em;
}
#service-page .strongactive .strong span:before, #service-page .strongactive .strong-s span:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 17px;
  background: #FEC001;
  bottom: 9px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #service-page .strongactive .strong, #service-page .strongactive .strong-s {
    font-size: 20px;
  }
  #service-page .strongactive .strong span:before, #service-page .strongactive .strong-s span:before {
    height: 10px;
    bottom: 5px;
  }
}
#service-page .strongactive .strong-s {
  font-size: 30px;
}
@media screen and (max-width: 959px) {
  #service-page .strongactive .strong-s {
    font-size: 18px;
  }
}
#service-page .service-price td {
  font-size: 16px;
  padding: 0;
}
#service-page .service-price td.large {
  font-size: 1.4em;
  font-weight: bold;
}
#service-page .service-price td.large .small {
  font-size: 0.7em;
  font-weight: normal;
}
#service-page .service-price .priority-row {
  border: none;
}
#service-page .service-price .priority-row th {
  position: relative;
  border-top: 8px solid #FA9700;
  border-bottom: 8px solid #FA9700;
  border-left: 8px solid #FA9700;
}
#service-page .service-price .priority-row th:before {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-image: url(/images/service/circle10.svg);
}
#service-page .service-price .priority-row th:after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(/images/service/circle10.svg);
  transform: rotate(90deg);
}
#service-page .service-price .priority-row td {
  border-top: 8px solid #FA9700;
  border-bottom: 8px solid #FA9700;
}
#service-page .service-price .priority-row td.large {
  position: relative;
  border-right: 8px solid #FA9700;
}
#service-page .service-price .priority-row td.large:before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-image: url(/images/service/circle10.svg);
  transform: rotate(-90deg);
}
#service-page .service-price .priority-row td.large:after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  background-image: url(/images/service/circle10.svg);
  transform: rotate(180deg);
}
#service-page .service-price th span.num,
#service-page .service-price td span.num {
  font-size: 1.5em;
}
#service-page .service-price td.price span.num {
  font-size: 2.25em !important;
}
@media screen and (min-width: 960px) {
  #service-page .base-price thead th:nth-child(1) {
    width: 210px;
  }
  #service-page .base-price thead th:nth-child(3) {
    width: 150px;
  }
}

#contents01-page .article__main .img,
#contents02-page .article__main .img,
#contents03-page .article__main .img,
#contents04-page .article__main .img,
#contents05-page .article__main .img,
#contents06-page .article__main .img,
#contents07-page .article__main .img {
  margin: 0 auto 20px auto;
  display: block;
  width: 80%;
  max-width: 650px;
}
#contents01-page .article__main p,
#contents02-page .article__main p,
#contents03-page .article__main p,
#contents04-page .article__main p,
#contents05-page .article__main p,
#contents06-page .article__main p,
#contents07-page .article__main p {
  max-width: 700px;
  font: normal 16px/1.8 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

#privacy-page .article,
#privacy-treatment-page .article {
  max-width: 970px;
  padding: 0 10px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  #privacy-page .article .table-base.purpose th,
#privacy-treatment-page .article .table-base.purpose th {
    width: 250px;
  }
}

.news-contents {
  max-width: 900px;
}

#service-page.cnt-s-phone .cnt-intro .txt {
  margin-top: 40px;
  padding: 30px 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  #service-page.cnt-s-phone .cnt-intro .txt {
    margin-top: 20px;
  }
}
#service-page.cnt-s-phone .cnt-intro .txt h4 {
  font: bold 20px/1 YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 10px;
  padding: 10px 15px 12px;
  background: #1A69B5;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #service-page.cnt-s-phone .cnt-intro .txt h4 {
    font-size: 16px;
  }
}
#service-page.cnt-s-phone .list-area h4 .num {
  background: #1A69B5;
  padding: 2px 4px 4px;
  margin-right: 7px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  vertical-align: 1px;
}
#service-page.cnt-s-phone .list-area h3.phoneH3 .num {
  background: #1A69B5;
  padding: 2px 4px 4px;
  margin-right: 7px;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  vertical-align: 1px;
}
#service-page.cnt-s-phone .list-area a {
  display: block;
  color: #1A69B5;
  font-size: 16px;
  margin-top: 10px;
}

#service-page.cnt-smart0120 .cnt-reason p + .list-thumb {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #service-page.cnt-smart0120 .cnt-reason .list-thumb + .list-thumb {
    margin-top: 20px;
  }
}
#service-page.cnt-smart0120 span.bold.head {
  display: inline-block;
  padding-bottom: 10px;
}
#service-page.cnt-smart0120 .announce {
  font-size: 12px !important;
}
#service-page.cnt-smart0120 .announce span.bold.head {
  font-size: 14px;
}

#service-page.cnt-wifi .cnt-network .wrapper-mc {
  padding: 5px 40px 40px;
  background: #EFF8FF;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}
@media screen and (max-width: 959px) {
  #service-page.cnt-wifi .cnt-network .wrapper-mc {
    margin-top: 20px;
    padding: 5px 10px 30px;
  }
}
#service-page.cnt-wifi .cnt-network .wrapper-mc .list li {
  font-size: 0.85em;
  font-weight: bold;
}
#service-page.cnt-wifi .cnt-network .wrapper-mc .list li:before {
  top: 9px;
}
#service-page.cnt-wifi .cnt-network .wrapper-mc .intxt {
  background: white;
  border-radius: 0 0 10px 10px;
}
#service-page.cnt-wifi .merit h3 {
  font-size: 25px;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 959px) {
  #service-page.cnt-wifi .merit h3 {
    font-size: 20px;
  }
}

#service-page.cnt-ws-light .table-price {
  margin-top: 40px;
}
#service-page.cnt-ws-light .table-price tbody tr th, #service-page.cnt-ws-light .table-price tbody tr td {
  padding: 10px;
}
#service-page.cnt-ws-light .table-price.headlarge thead th:nth-child(1) {
  width: 110px;
}
#service-page.cnt-ws-light .table-price thead tr th {
  font-size: 14px;
}
#service-page.cnt-ws-light .block.w900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .slider-mv .slide {
    max-width: 1020px;
    width: 90%;
    padding: 0 5px;
  }
}
@media screen and (max-width: 959px) {
  .slider-mv .slide {
    width: calc(100vw - 30px);
    padding: 0 5px;
  }
}

.js-scroll {
  opacity: 0;
  margin-top: 50px;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
}
.js-scroll.fade_on {
  margin-top: 0;
  opacity: 1;
}

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

@media print {
  * html body {
    zoom: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>