@charset "UTF-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

	phone

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	UIKITカスタム　foundation/uikit.scss
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
em {
  font-style: normal;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

/* accordion
---------------------------------------- */
.uk-accordion-title {
  font-size: inherit;
  margin-bottom: 10px;
}

.uk-accordion-title:before {
  display: none;
}

.pnav-menu-list .uk-accordion-title:focus-visible {
  outline: solid #FFA500;
}

.flex-ml.uk-position-relative:focus-visible {
  outline: solid #FFA500;
}

.uk-accordion-content {
  margin-top: 0;
}

/* card
---------------------------------------- */
.uk-card-default.radius-5 {
  border-radius: 5px;
}

.uk-card-default.radius-10 {
  border-radius: 10px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	リセット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  zoom: 1;
}

html,
body,
div,
object,
iframe,
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
pre,
input,
textarea,
button,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
  background-color: #FFF;
  overflow-x: hidden;
  line-height: 1.5em;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}

article::after,
aside::after,
details::after,
figcaption::after,
figure::after,
footer::after,
header::after,
hgroup::after,
menu::after,
nav::after,
section::after {
  clear: both;
  content: "";
  display: block;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 100%;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #0173B8;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s linear;
}

small {
  font-size: 0.7rem;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:focus-visible {
  outline-color: #000;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	グリッド
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* mainとasideの囲み
---------------------------------------- */
#content {
  clear: both;
}

#content::after {
  clear: both;
  content: "";
  display: block;
}

/* 全体(grid)幅　＞　一列(onerow)　＞カラム (col)
---------------------------------------- */
.grid,
.grid-p,
.grid-narrow,
.grid-wide {
  /* 全体幅 960px・92% */
  clear: both;
  overflow: visible;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.grid::after,
.grid-p::after,
.grid-narrow::after,
.grid-wide::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  /* 一行 */
  display: block;
  clear: both;
  overflow: visible;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

.col {
  /* 一列 */
  float: left;
  text-align: left;
  display: block;
}

.col-0,
.col-0-p {
  display: none !important;
}

.col-1,
.col-1-p {
  float: left;
  text-align: left;
  display: block;
  width: 6.04167% !important;
  margin: 0 2.5% 0 0;
}

.col-2,
.col-2-p {
  float: left;
  text-align: left;
  display: block;
  width: 14.58333% !important;
  margin: 0 2.5% 0 0;
}

.col-3,
.one_fourth,
.col-3-p {
  float: left;
  text-align: left;
  display: block;
  width: 23.125% !important;
  margin: 0 2.5% 0 0;
}

.col-4,
.one_third,
body.home main #otoku .col,
body.home main #otoku .col-last,
.col-4-p {
  float: left;
  text-align: left;
  display: block;
  width: 31.66667% !important;
  margin: 0 2.5% 0 0;
}

.col-5,
.col-5-p {
  float: left;
  text-align: left;
  display: block;
  width: 40.20833% !important;
  margin: 0 2.5% 0 0;
}

.col-6,
.br-2d-2p .col,
.one_half,
.pbr-2 .one_half,
.pbr-2 .one_third,
.pbr-2 .two_third,
.pbr-2 .one_fourth,
.pbr-2 .three_fourth,
body.page-template-page-planlist main #planlist .col,
body.page-template-page-planlist .main #planlist .col,
body.page-template-page-planleaf aside .col,
.col-6-p {
  float: left;
  text-align: left;
  display: block;
  width: 48.75% !important;
  margin: 0 2.5% 0 0;
}

.col-7,
.col-7-p {
  float: left;
  text-align: left;
  display: block;
  width: 57.29167% !important;
  margin: 0 2.5% 0 0;
}

.col-8,
.two_third,
.col-8-p {
  float: left;
  text-align: left;
  display: block;
  width: 65.83333% !important;
  margin: 0 2.5% 0 0;
}

.col-9,
.three_fourth,
.col-9-p {
  float: left;
  text-align: left;
  display: block;
  width: 74.375% !important;
  margin: 0 2.5% 0 0;
}

.col-10,
.col-10-p {
  float: left;
  text-align: left;
  display: block;
  width: 82.91667% !important;
  margin: 0 2.5% 0 0;
}

.col-11,
.col-11-p {
  float: left;
  text-align: left;
  display: block;
  width: 91.45833% !important;
  margin: 0 2.5% 0 0;
}

.col-12,
.br-4 .col,
.br-4 .col-3,
.br-4 .one_fourth,
.br-3 .col,
.br-3 .col-4,
.br-3 .one_third,
.br-3 body.home main #otoku .col,
body.home main #otoku .br-3 .col,
.br-3 body.home main #otoku .col-last,
body.home main #otoku .br-3 .col-last,
.br-2 .col,
.br-2 .col-6,
.br-2 .one_half,
.br-2 .pbr-2 .one_third,
.pbr-2 .br-2 .one_third,
.br-2 .pbr-2 .two_third,
.pbr-2 .br-2 .two_third,
.br-2 .pbr-2 .one_fourth,
.pbr-2 .br-2 .one_fourth,
.br-2 .pbr-2 .three_fourth,
.pbr-2 .br-2 .three_fourth,
.br-2 body.page-template-page-planlist main #planlist .col,
body.page-template-page-planlist main #planlist .br-2 .col,
.br-2 body.page-template-page-planlist .main #planlist .col,
body.page-template-page-planlist .main #planlist .br-2 .col,
.br-2 body.page-template-page-planleaf aside .col,
body.page-template-page-planleaf aside .br-2 .col,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
body.home main #iitoko ul li,
.col-12-p {
  float: left;
  text-align: left;
  display: block;
  width: 100% !important;
  margin: 0;
}

.offset-1,
.offset-1-p {
  margin-left: 8.54167%;
}

.offset-2,
.offset-2-p {
  margin-left: 17.08333%;
}

.offset-3,
.offset-3-p {
  margin-left: 25.625%;
}

.offset-4,
.offset-4-p {
  margin-left: 34.16667%;
}

.offset-5,
.offset-5-p {
  margin-left: 42.70833%;
}

.offset-6,
.offset-6-p {
  margin-left: 51.25%;
}

.offset-7,
.offset-7-p {
  margin-left: 59.79167%;
}

.offset-8,
.offset-8-p {
  margin-left: 68.33333%;
}

.offset-9,
.offset-9-p {
  margin-left: 76.875%;
}

.offset-10,
.offset-10-p {
  margin-left: 85.41667%;
}

.offset-11,
.offset-11-p {
  margin-left: 93.95833%;
}

.offset-12,
.offset-12-p {
  margin-left: 102.5%;
}

.col-last,
.col-last-p {
  /* 最後のカラム */
  margin-right: 0;
  float: left;
  text-align: left;
  display: block;
}

/* ●列ごとに改行
---------------------------------------- */
.br-2d-2p .col:nth-child(2n+2) {
  margin-right: 0 !important;
}

/* 左右反転
---------------------------------------- */
.col-inverse {
  float: right;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Column Shortcodes
---------------------------------------- */
.one_half {
  margin-right: 2.5%;
}

.one_third {
  margin-right: 2.5%;
}

.two_third {
  margin-right: 2.5%;
}

.one_fourth {
  margin-right: 2.5%;
}

.three_fourth {
  margin-right: 2.5%;
}

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth {
  margin-bottom: 10px;
}

.pbr-2 .one_half,
.pbr-2 .one_third,
.pbr-2 .two_third,
.pbr-2 .one_fourth,
.pbr-2 .three_fourth {
  border: solid 1px #F00;
  margin-bottom: 10px;
}

.pbr-2 .one_half:nth-child(2n+2),
.pbr-2 .one_third:nth-child(2n+2),
.pbr-2 .two_third:nth-child(2n+2),
.pbr-2 .one_fourth:nth-child(2n+2),
.pbr-2 .three_fourth:nth-child(2n+2) {
  margin-right: 0;
}

.last_column img {
  margin-bottom: 10px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* margin,padding　マージン
---------------------------------------- */
.mt-0,
.mt-0-p {
  margin-top: 0px !important;
}

.mr-0,
.mr-0-p {
  margin-right: 0px !important;
}

.mb-0,
.mb-0-p {
  margin-bottom: 0px !important;
}

.ml-0,
.ml-0-p {
  margin-left: 0px !important;
}

.mv-0,
.mv-0-p {
  /* 上下マージン */
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mh-0,
.mh-0-p {
  /* 左右マージン */
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-0,
.m-0-p {
  /* 全方向マージン */
  margin: 0px !important;
}

.pt-0,
.pt-0-p {
  padding-top: 0px !important;
}

.pr-0,
.pr-0-p {
  padding-right: 0px !important;
}

.pb-0,
.pb-0-p {
  padding-bottom: 0px !important;
}

.pl-0,
.pl-0-p {
  padding-left: 0px !important;
}

.pv-0,
.pv-0-p {
  /* 上下マージン */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ph-0,
.ph-0-p {
  /* 左右マージン */
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-0,
.p-0-p {
  /* 全方向マージン */
  padding: 0px !important;
}

.mt-5,
.mt-5-p {
  margin-top: 5px !important;
}

.mr-5,
.mr-5-p {
  margin-right: 5px !important;
}

.mb-5,
.mb-5-p {
  margin-bottom: 5px !important;
}

.ml-5,
.ml-5-p {
  margin-left: 5px !important;
}

.mv-5,
.mv-5-p {
  /* 上下マージン */
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mh-5,
.mh-5-p {
  /* 左右マージン */
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-5,
.m-5-p {
  /* 全方向マージン */
  margin: 5px !important;
}

.pt-5,
.pt-5-p {
  padding-top: 5px !important;
}

.pr-5,
.pr-5-p {
  padding-right: 5px !important;
}

.pb-5,
.pb-5-p {
  padding-bottom: 5px !important;
}

.pl-5,
.pl-5-p {
  padding-left: 5px !important;
}

.pv-5,
.pv-5-p {
  /* 上下マージン */
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ph-5,
.ph-5-p {
  /* 左右マージン */
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-5,
.p-5-p {
  /* 全方向マージン */
  padding: 5px !important;
}

.mt-10,
.mt-10-p {
  margin-top: 10px !important;
}

.mr-10,
.mr-10-p {
  margin-right: 10px !important;
}

.mb-10,
.mb-10-p {
  margin-bottom: 10px !important;
}

.ml-10,
.ml-10-p {
  margin-left: 10px !important;
}

.mv-10,
.mv-10-p {
  /* 上下マージン */
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mh-10,
.mh-10-p {
  /* 左右マージン */
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-10,
.m-10-p {
  /* 全方向マージン */
  margin: 10px !important;
}

.pt-10,
.pt-10-p {
  padding-top: 10px !important;
}

.pr-10,
.pr-10-p {
  padding-right: 10px !important;
}

.pb-10,
.pb-10-p {
  padding-bottom: 10px !important;
}

.pl-10,
.pl-10-p {
  padding-left: 10px !important;
}

.pv-10,
.pv-10-p {
  /* 上下マージン */
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ph-10,
.ph-10-p {
  /* 左右マージン */
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-10,
.p-10-p {
  /* 全方向マージン */
  padding: 10px !important;
}

.mt-15,
.mt-15-p {
  margin-top: 15px !important;
}

.mr-15,
.mr-15-p {
  margin-right: 15px !important;
}

.mb-15,
.mb-15-p {
  margin-bottom: 15px !important;
}

.ml-15,
.ml-15-p {
  margin-left: 15px !important;
}

.mv-15,
.mv-15-p {
  /* 上下マージン */
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mh-15,
.mh-15-p {
  /* 左右マージン */
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-15,
.m-15-p {
  /* 全方向マージン */
  margin: 15px !important;
}

.pt-15,
.pt-15-p {
  padding-top: 15px !important;
}

.pr-15,
.pr-15-p {
  padding-right: 15px !important;
}

.pb-15,
.pb-15-p {
  padding-bottom: 15px !important;
}

.pl-15,
.pl-15-p {
  padding-left: 15px !important;
}

.pv-15,
.pv-15-p {
  /* 上下マージン */
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ph-15,
.ph-15-p {
  /* 左右マージン */
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-15,
.p-15-p {
  /* 全方向マージン */
  padding: 15px !important;
}

.mt-20,
.mt-20-p {
  margin-top: 20px !important;
}

.mr-20,
.mr-20-p {
  margin-right: 20px !important;
}

.mb-20,
.mb-20-p {
  margin-bottom: 20px !important;
}

.ml-20,
.ml-20-p {
  margin-left: 20px !important;
}

.mv-20,
.mv-20-p {
  /* 上下マージン */
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mh-20,
.mh-20-p {
  /* 左右マージン */
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-20,
.m-20-p {
  /* 全方向マージン */
  margin: 20px !important;
}

.pt-20,
.pt-20-p {
  padding-top: 20px !important;
}

.pr-20,
.pr-20-p {
  padding-right: 20px !important;
}

.pb-20,
.pb-20-p {
  padding-bottom: 20px !important;
}

.pl-20,
.pl-20-p {
  padding-left: 20px !important;
}

.pv-20,
.pv-20-p {
  /* 上下マージン */
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ph-20,
.ph-20-p {
  /* 左右マージン */
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-20,
.p-20-p {
  /* 全方向マージン */
  padding: 20px !important;
}

.mt-30,
.mt-30-p {
  margin-top: 30px !important;
}

.mr-30,
.mr-30-p {
  margin-right: 30px !important;
}

.mb-30,
.mb-30-p {
  margin-bottom: 30px !important;
}

.ml-30,
.ml-30-p {
  margin-left: 30px !important;
}

.mv-30,
.mv-30-p {
  /* 上下マージン */
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mh-30,
.mh-30-p {
  /* 左右マージン */
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-30,
.m-30-p {
  /* 全方向マージン */
  margin: 30px !important;
}

.pt-30,
.pt-30-p {
  padding-top: 30px !important;
}

.pr-30,
.pr-30-p {
  padding-right: 30px !important;
}

.pb-30,
.pb-30-p {
  padding-bottom: 30px !important;
}

.pl-30,
.pl-30-p {
  padding-left: 30px !important;
}

.pv-30,
.pv-30-p {
  /* 上下マージン */
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ph-30,
.ph-30-p {
  /* 左右マージン */
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-30,
.p-30-p {
  /* 全方向マージン */
  padding: 30px !important;
}

.mt-40,
.mt-40-p {
  margin-top: 40px !important;
}

.mr-40,
.mr-40-p {
  margin-right: 40px !important;
}

.mb-40,
.mb-40-p {
  margin-bottom: 40px !important;
}

.ml-40,
.ml-40-p {
  margin-left: 40px !important;
}

.mv-40,
.mv-40-p {
  /* 上下マージン */
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mh-40,
.mh-40-p {
  /* 左右マージン */
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-40,
.m-40-p {
  /* 全方向マージン */
  margin: 40px !important;
}

.pt-40,
.pt-40-p {
  padding-top: 40px !important;
}

.pr-40,
.pr-40-p {
  padding-right: 40px !important;
}

.pb-40,
.pb-40-p {
  padding-bottom: 40px !important;
}

.pl-40,
.pl-40-p {
  padding-left: 40px !important;
}

.pv-40,
.pv-40-p {
  /* 上下マージン */
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ph-40,
.ph-40-p {
  /* 左右マージン */
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-40,
.p-40-p {
  /* 全方向マージン */
  padding: 40px !important;
}

.mt-50,
.mt-50-p {
  margin-top: 50px !important;
}

.mr-50,
.mr-50-p {
  margin-right: 50px !important;
}

.mb-50,
.mb-50-p {
  margin-bottom: 50px !important;
}

.ml-50,
.ml-50-p {
  margin-left: 50px !important;
}

.mv-50,
.mv-50-p {
  /* 上下マージン */
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mh-50,
.mh-50-p {
  /* 左右マージン */
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.m-50,
.m-50-p {
  /* 全方向マージン */
  margin: 50px !important;
}

.pt-50,
.pt-50-p {
  padding-top: 50px !important;
}

.pr-50,
.pr-50-p {
  padding-right: 50px !important;
}

.pb-50,
.pb-50-p {
  padding-bottom: 50px !important;
}

.pl-50,
.pl-50-p {
  padding-left: 50px !important;
}

.pv-50,
.pv-50-p {
  /* 上下マージン */
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ph-50,
.ph-50-p {
  /* 左右マージン */
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.p-50,
.p-50-p {
  /* 全方向マージン */
  padding: 50px !important;
}

.mt-100,
.mt-100-p {
  margin-top: 100px !important;
}

.mr-100,
.mr-100-p {
  margin-right: 100px !important;
}

.mb-100,
.mb-100-p {
  margin-bottom: 100px !important;
}

.ml-100,
.ml-100-p {
  margin-left: 100px !important;
}

.mv-100,
.mv-100-p {
  /* 上下マージン */
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mh-100,
.mh-100-p {
  /* 左右マージン */
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.m-100,
.m-100-p {
  /* 全方向マージン */
  margin: 100px !important;
}

.pt-100,
.pt-100-p {
  padding-top: 100px !important;
}

.pr-100,
.pr-100-p {
  padding-right: 100px !important;
}

.pb-100,
.pb-100-p {
  padding-bottom: 100px !important;
}

.pl-100,
.pl-100-p {
  padding-left: 100px !important;
}

.pv-100,
.pv-100-p {
  /* 上下マージン */
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ph-100,
.ph-100-p {
  /* 左右マージン */
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.p-100,
.p-100-p {
  /* 全方向マージン */
  padding: 100px !important;
}

.mt-120,
.mt-120-p {
  margin-top: 120px !important;
}

.mr-120,
.mr-120-p {
  margin-right: 120px !important;
}

.mb-120,
.mb-120-p {
  margin-bottom: 120px !important;
}

.ml-120,
.ml-120-p {
  margin-left: 120px !important;
}

.mv-120,
.mv-120-p {
  /* 上下マージン */
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mh-120,
.mh-120-p {
  /* 左右マージン */
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.m-120,
.m-120-p {
  /* 全方向マージン */
  margin: 120px !important;
}

.pt-120,
.pt-120-p {
  padding-top: 120px !important;
}

.pr-120,
.pr-120-p {
  padding-right: 120px !important;
}

.pb-120,
.pb-120-p {
  padding-bottom: 120px !important;
}

.pl-120,
.pl-120-p {
  padding-left: 120px !important;
}

.pv-120,
.pv-120-p {
  /* 上下マージン */
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ph-120,
.ph-120-p {
  /* 左右マージン */
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.p-120,
.p-120-p {
  /* 全方向マージン */
  padding: 120px !important;
}

.mt-150,
.mt-150-p {
  margin-top: 150px !important;
}

.mr-150,
.mr-150-p {
  margin-right: 150px !important;
}

.mb-150,
.mb-150-p {
  margin-bottom: 150px !important;
}

.ml-150,
.ml-150-p {
  margin-left: 150px !important;
}

.mv-150,
.mv-150-p {
  /* 上下マージン */
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.mh-150,
.mh-150-p {
  /* 左右マージン */
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.m-150,
.m-150-p {
  /* 全方向マージン */
  margin: 150px !important;
}

.pt-150,
.pt-150-p {
  padding-top: 150px !important;
}

.pr-150,
.pr-150-p {
  padding-right: 150px !important;
}

.pb-150,
.pb-150-p {
  padding-bottom: 150px !important;
}

.pl-150,
.pl-150-p {
  padding-left: 150px !important;
}

.pv-150,
.pv-150-p {
  /* 上下マージン */
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ph-150,
.ph-150-p {
  /* 左右マージン */
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.p-150,
.p-150-p {
  /* 全方向マージン */
  padding: 150px !important;
}

.mt-200,
.mt-200-p {
  margin-top: 200px !important;
}

.mr-200,
.mr-200-p {
  margin-right: 200px !important;
}

.mb-200,
.mb-200-p {
  margin-bottom: 200px !important;
}

.ml-200,
.ml-200-p {
  margin-left: 200px !important;
}

.mv-200,
.mv-200-p {
  /* 上下マージン */
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.mh-200,
.mh-200-p {
  /* 左右マージン */
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.m-200,
.m-200-p {
  /* 全方向マージン */
  margin: 200px !important;
}

.pt-200,
.pt-200-p {
  padding-top: 200px !important;
}

.pr-200,
.pr-200-p {
  padding-right: 200px !important;
}

.pb-200,
.pb-200-p {
  padding-bottom: 200px !important;
}

.pl-200,
.pl-200-p {
  padding-left: 200px !important;
}

.pv-200,
.pv-200-p {
  /* 上下マージン */
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.ph-200,
.ph-200-p {
  /* 左右マージン */
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.p-200,
.p-200-p {
  /* 全方向マージン */
  padding: 200px !important;
}

/* 表示・非表示
---------------------------------------- */
.d-b {
  display: block;
}

.d-n {
  display: none;
}

.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-t {
  display: table;
}

.d-tc {
  display: table-cell;
}

/* メディア別表示・非表示
---------------------------------------- */
.is_desktop,
.is_d {
  display: none !important;
}

.is_phone,
.is_p {
  display: block !important;
}

/* 回り込み解除
---------------------------------------- */
.clear,
.cl,
.cl-b {
  clear: both;
}

.clearfix::after,
.cf::after {
  clear: both;
  content: "";
  display: block;
}

/* フロート
---------------------------------------- */
.fl-l,
.fl-l-p {
  float: left;
}

.fl-r,
.fl-r-p {
  float: right;
}

/* オーバーフロー
---------------------------------------- */
.ov-h,
.ov-h-p {
  overflow: hidden;
}

.ov-v,
.ov-v-p {
  overflow: visible;
}

.ov-s,
.ov-s-p {
  overflow: scroll;
}

.ovx-s,
.ovx-s-p {
  overflow-x: scroll;
}

.ovy-s,
.ovy-s-p {
  overflow-y: scroll;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　flexbox
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
.flex-mc {
  /* 縦中央・横中央寄せ */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-mc-d {
  /* 縦中央・横中央寄せ */
}

.flex-mc-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-ml {
  /* 縦中央・横左寄せ */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-ml-wrap {
  /* 縦中央・横左寄せ */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-tc-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-msb {
  /* 縦中央・横最初と最後両端他等間隔 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-tsb {
  /* 縦上・横最初と最後両端他等間隔 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-tl {
  /* 縦上・横上寄せ */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-tl-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

.flex-col-tc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: mpwrap;
  flex-wrap: mpwrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	タイポグラフィ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
.seotext {
  display: none !important;
}

/* フォントファミリー
---------------------------------------- */
.ff-en {
  font-family: "Roboto", sans-serif;
}

/* フォントサイズ
---------------------------------------- */
.fz-1,
.fz-1-p {
  font-size: 1rem !important;
}

.fz-2,
.fz-2-p {
  font-size: 2rem !important;
}

.fz-3,
.fz-3-p {
  font-size: 3rem !important;
}

.fz-0_1,
.fz-0_1-p {
  font-size: 0.1rem !important;
}

.fz-0_2,
.fz-0_2-p {
  font-size: 0.2rem !important;
}

.fz-0_3,
.fz-0_3-p {
  font-size: 0.3rem !important;
}

.fz-0_4,
.fz-0_4-p {
  font-size: 0.4rem !important;
}

.fz-0_5,
.fz-0_5-p {
  font-size: 0.5rem !important;
}

.fz-0_6,
.fz-0_6-p {
  font-size: 0.6rem !important;
}

.fz-0_7,
.fz-0_7-p {
  font-size: 0.7rem !important;
}

.fz-0_8,
.fz-0_8-p {
  font-size: 0.8rem !important;
}

.fz-0_9,
.fz-0_9-p {
  font-size: 0.9rem !important;
}

.fz-1_1,
.fz-1_1-p {
  font-size: 1.1rem !important;
}

.fz-1_2,
.fz-1_2-p {
  font-size: 1.2rem !important;
}

.fz-1_3,
.fz-1_3-p {
  font-size: 1.3rem !important;
}

.fz-1_4,
.fz-1_4-p {
  font-size: 1.4rem !important;
}

.fz-1_5,
.fz-1_5-p {
  font-size: 1.5rem !important;
}

.fz-1_6,
.fz-1_6-p {
  font-size: 1.6rem !important;
}

.fz-1_7,
.fz-1_7-p {
  font-size: 1.7rem !important;
}

.fz-1_8,
.fz-1_8-p {
  font-size: 1.8rem !important;
}

.fz-1_9,
.fz-1_9-p {
  font-size: 1.9rem !important;
}

.fz-2_1,
.fz-2_1-p {
  font-size: 2.1rem !important;
}

.fz-2_2,
.fz-2_2-p {
  font-size: 2.2rem !important;
}

.fz-2_3,
.fz-2_3-p {
  font-size: 2.3rem !important;
}

.fz-2_4,
.fz-2_4-p {
  font-size: 2.4rem !important;
}

.fz-2_5,
.fz-2_5-p {
  font-size: 2.5rem !important;
}

.fz-2_6,
.fz-2_6-p {
  font-size: 2.6rem !important;
}

.fz-2_7,
.fz-2_7-p {
  font-size: 2.7rem !important;
}

.fz-2_8,
.fz-2_8-p {
  font-size: 2.8rem !important;
}

.fz-2_9,
.fz-2_9-p {
  font-size: 2.9rem !important;
}

@media only screen and (max-width: 321px) {
  .fz-1-se {
    font-size: 1rem !important;
  }

  .fz-2-se {
    font-size: 2rem !important;
  }

  .fz-3-se {
    font-size: 3rem !important;
  }

  .fz-0_1-se {
    font-size: 0.1rem;
  }

  .fz-0_2-se {
    font-size: 0.2rem;
  }

  .fz-0_3-se {
    font-size: 0.3rem;
  }

  .fz-0_4-se {
    font-size: 0.4rem;
  }

  .fz-0_5-se {
    font-size: 0.5rem;
  }

  .fz-0_6-se {
    font-size: 0.6rem;
  }

  .fz-0_7-se {
    font-size: 0.7rem;
  }

  .fz-0_8-se {
    font-size: 0.8rem;
  }

  .fz-0_9-se {
    font-size: 0.9rem;
  }

  .fz-1_1-se {
    font-size: 1.1rem;
  }

  .fz-1_2-se {
    font-size: 1.2rem;
  }

  .fz-1_3-se {
    font-size: 1.3rem;
  }

  .fz-1_4-se {
    font-size: 1.4rem;
  }

  .fz-1_5-se {
    font-size: 1.5rem;
  }

  .fz-1_6-se {
    font-size: 1.6rem;
  }

  .fz-1_7-se {
    font-size: 1.7rem;
  }

  .fz-1_8-se {
    font-size: 1.8rem;
  }

  .fz-1_9-se {
    font-size: 1.9rem;
  }

  .fz-2_1-se {
    font-size: 2.1rem;
  }

  .fz-2_2-se {
    font-size: 2.2rem;
  }

  .fz-2_3-se {
    font-size: 2.3rem;
  }

  .fz-2_4-se {
    font-size: 2.4rem;
  }

  .fz-2_5-se {
    font-size: 2.5rem;
  }

  .fz-2_6-se {
    font-size: 2.6rem;
  }

  .fz-2_7-se {
    font-size: 2.7rem;
  }

  .fz-2_8-se {
    font-size: 2.8rem;
  }

  .fz-2_9-se {
    font-size: 2.9rem;
  }
}

/* line-height
---------------------------------------- */
.lh-1,
.lh-1-p {
  line-height: 1;
}

.lh-2,
.lh-2-p {
  line-height: 2;
}

.lh-3,
.lh-3-p {
  line-height: 3;
}

.lh-0_1,
.lh-0_1-p {
  line-height: 0.1;
}

.lh-0_2,
.lh-0_2-p {
  line-height: 0.2;
}

.lh-0_3,
.lh-0_3-p {
  line-height: 0.3;
}

.lh-0_4,
.lh-0_4-p {
  line-height: 0.4;
}

.lh-0_5,
.lh-0_5-p {
  line-height: 0.5;
}

.lh-0_6,
.lh-0_6-p {
  line-height: 0.6;
}

.lh-0_7,
.lh-0_7-p {
  line-height: 0.7;
}

.lh-0_8,
.lh-0_8-p {
  line-height: 0.8;
}

.lh-0_9,
.lh-0_9-p {
  line-height: 0.9;
}

.lh-1_1,
.lh-1_1-p {
  line-height: 1.1;
}

.lh-1_2,
.lh-1_2-p {
  line-height: 1.2;
}

.lh-1_3,
.lh-1_3-p {
  line-height: 1.3;
}

.lh-1_4,
.lh-1_4-p {
  line-height: 1.4;
}

.lh-1_5,
.lh-1_5-p {
  line-height: 1.5;
}

.lh-1_6,
.lh-1_6-p {
  line-height: 1.6;
}

.lh-1_7,
.lh-1_7-p {
  line-height: 1.7;
}

.lh-1_8,
.lh-1_8-p {
  line-height: 1.8;
}

.lh-1_9,
.lh-1_9-p {
  line-height: 1.9;
}

.lh-2_1,
.lh-2_1-p {
  line-height: 2.1;
}

.lh-2_2,
.lh-2_2-p {
  line-height: 2.2;
}

.lh-2_3,
.lh-2_3-p {
  line-height: 2.3;
}

.lh-2_4,
.lh-2_4-p {
  line-height: 2.4;
}

.lh-2_5,
.lh-2_5-p {
  line-height: 2.5;
}

.lh-2_6,
.lh-2_6-p {
  line-height: 2.6;
}

.lh-2_7,
.lh-2_7-p {
  line-height: 2.7;
}

.lh-2_8,
.lh-2_8-p {
  line-height: 2.8;
}

.lh-2_9,
.lh-2_9-p {
  line-height: 2.9;
}

/* 太字・テキスト装飾
---------------------------------------- */
.fw-b {
  font-weight: bold;
}

.fw-m {
  font-weight: 500;
}

.fw-n {
  font-weight: normal;
}

.td-n {
  text-decoration: none;
}

.td-u {
  text-decoration: underline;
}

/* 改行
---------------------------------------- */
.whs-n,
.whs-n-p {
  white-space: normal;
}

.whs-p,
.whs-p-p {
  white-space: pre;
}

.whs-nw,
.whs-nw-p {
  white-space: nowrap;
}

.whs-pw,
.whs-pw-p {
  white-space: pre-wrap;
}

br.dbr {
  display: none;
}

br.sebr {
  display: none;
}

@media only screen and (max-width: 321px) {
  br.sebr {
    display: block !important;
  }
}

/* align
---------------------------------------- */
.ta-l,
.alignlight,
.left,
.ta-l-p {
  text-align: left !important;
}

.ta-c,
.aligncenter,
.center,
.ta-c-p {
  text-align: center !important;
}

.ta-r,
.alignright,
.right,
.ta-r-p {
  text-align: right !important;
}

.entry .frame img.aligncenter {
  display: block !important;
  margin: auto auto 20px auto;
}

.entry .frame table.aligncenter {
  display: table;
  margin: auto auto 20px auto;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　図表
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* リンク画像透明化
---------------------------------------- */
a:hover img,
a:hover button {
  opacity: 0.8;
}

/* 画像サイズ
---------------------------------------- */
img.retina {
  zoom: 0.5;
}

img.retina-0_9 {
  zoom: 0.9;
}

img.full {
  width: 100%;
  height: auto;
}

img.half {
  zoom: 0.5;
}

img.va-m {
  display: inline-block !important;
  vertical-align: text-bottom !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* レスポンシブで画像←→テキスト入れ替え
---------------------------------------- */
.dtl:before {
  content: attr(data-label);
  white-space: pre-wrap;
}

.dtl img {
  display: none !important;
}

/* 画像に並ぶテキストの位置
---------------------------------------- */
img.va-t {
  vertical-align: top;
}

img.va-m {
  vertical-align: middle;
}

img.va-b {
  vertical-align: bottom;
}

/* 画像位置
---------------------------------------- */
img.alignleft,
.wp-caption.alignleft {
  clear: both;
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright,
.wp-caption.alignright {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

/* キャプション
---------------------------------------- */
figure,
.wp-caption {
  display: inline-block;
  position: relative;
  max-width: 100% !important;
  margin-bottom: 20px;
}

figure img,
.wp-caption img {
  width: 100%;
  height: auto;
  zoom: 1;
  margin-bottom: 0 !important;
}

figure figcaption,
figure .wp-caption-text,
.wp-caption figcaption,
.wp-caption .wp-caption-text {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0px !important;
  left: 0px !important;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  margin-bottom: 0;
}

/* border-radius
---------------------------------------- */
.radius-0,
.radius-0-p {
  border-radius: 0 !important;
}

.radius-5,
.radius-5-p {
  border-radius: 5 !important;
}

.radius-10,
.radius-10-p {
  border-radius: 10 !important;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	色　http://goo.gl/xdcMU2　http://goo.gl/vlqZQ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 文字色
---------------------------------------- */
.c-white {
  color: #fff;
}

.c-mizu {
  color: #0173B8;
}

.c-pink {
  color: #c40a00;
}

.c-grey {
  color: #484848;
}

.c-yellow {
  color: #FFCE00;
}

.c-red {
  color: #FF0000;
}

.c-base {
  color: #333;
}

/* 背景色
---------------------------------------- */
.bgc-cmizu {
  background-color: #0173B8;
}

.bgc-darkgrey {
  background-color: #c4c4c4;
}

.bgc-blue {
  background-color: #0096c3;
}

.bgc-mizu {
  background-color: #d9eff6;
}

.bgc-grey {
  background-color: #f5f5f5;
}

.bgc-base {
  background-color: #FFF;
}

/* 線色
---------------------------------------- */
.bdc-mizu {
  border-color: #0173B8 !important;
}

.bdc-light {
  border-color: #CFD8DC !important;
}

.bdc-base {
  border-color: #333 !important;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　アイコン・リスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* アイコン
---------------------------------------- */
.ico-none {
  /* アイコン無し */
  padding-left: 0;
  background: none;
}

.ico-tel {
  height: auto;
  width: 30px;
  margin: 5px 13px 5px 3px;
}

.ico-mail {
  width: 30px;
  margin: 5px 13px 5px 3px;
}

/* 数字リスト
---------------------------------------- */
ol {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  /* olが数字を付けることをキャンセル */
  margin: 0 0 20px 0;
  padding: 0;
}

ol li:before {
  /* カウンタ（数字になる部分） */
  counter-increment: number;
  /* 任意名前を付けて！ */
  content: counter(number) ".";
  /* 名前を付けたカウンターを呼び出し */
  font-weight: bold;
  padding: 0 5px;
  color: #333;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}

/* Material iconsを利用する
---------------------------------------- */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-transform: none;
  vertical-align: bottom;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}

/* OPEN
---------------------------------------- */
i.aco-open,
i.aco-open_p,
i.aco-open_d {
  transform: rotate(180deg);
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* submitボタンのリセット
---------------------------------------- */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* CSSボタン
---------------------------------------- */
a.btn,
span.btn a {
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
  color: #fff !important;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 50px;
}

a.btn:hover,
span.btn a:hover {
  background: linear-gradient(to bottom, #0173B8 10%, #0173B8);
  color: #fff;
}

/* グラデ100%ボタン
---------------------------------------- */
.btn-grade a {
  display: block;
  text-align: center;
  padding: 10px 20px !important;
  width: 100%;
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.btn-grade a .ico-cal {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: transparent url(../img/ico-cal.png) left no-repeat;
  background-size: 25px 25px;
  margin-right: 10px;
}

.btn-grade a .ico-member {
  display: inline-block !important;
  width: 20px;
  height: 24px;
  background: transparent url(../img/ico-member-w.png) left no-repeat;
  background-size: 20px 24px;
  margin-right: 15px;
}

.btn-grade a:hover {
  background: #0173B8 !important;
}

/* 開閉できるボタンの矢印
---------------------------------------- */
.aco-tri i.aco-open {
  transform: rotate(180deg);
}

/* 反転
---------------------------------------- */
/* 回転
---------------------------------------- */
.rotate-x {
  transform: rotateX(350deg);
  transition: .3s;
}

.rotate-x {
  transform: rotateY(350deg);
  transition: .3s;
}

/* ふわっとhover
---------------------------------------- */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　ヘルパー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
hr {
  border-top: solid 1px #CFD8DC;
  border-bottom: solid 1px #fff;
  margin: 20px 0;
}

/* 線
---------------------------------------- */
.bdr {
  border: solid 1px #333;
}

.bdr-b {
  border-bottom: solid 1px #333;
}

/* tablepress
---------------------------------------- */
table.tablepress {
  border-bottom: solid 2px #CFD8DC;
  border-top: solid 2px #CFD8DC;
}

table.tablepress th,
table.tablepress td {
  line-height: 2;
}

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

table.tablepress.whs-n-1 td:first-child {
  white-space: nowrap;
}

table.tablepress.col-1-nw td.column-1 {
  white-space: nowrap !important;
}

/* 吹き出し
---------------------------------------- */
.arrow_box {
  position: relative;
  background: #0173B8;
  border: 5px solid #0173B8;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(1, 115, 184, 0);
  border-top-color: #0173B8;
  border-width: 5px;
  margin-left: -5px;
}

.arrow_box:before {
  border-color: rgba(1, 115, 184, 0);
  border-top-color: #0173B8;
  border-width: 12px;
  margin-left: -12px;
}

/* ページネーション
---------------------------------------- */
#wp_page_numbers {
  clear: both;
  padding: 30px 0;
}

#wp_page_numbers ul {
  border-top: none !important;
}

#wp_page_numbers ul li {
  background-image: none !important;
  padding: 0 !important;
  margin-right: 5px;
  margin-top: 5px;
}

#wp_page_numbers ul li a {
  font-weight: bold;
  padding: 10px !important;
  color: #0173B8;
  background-image: none !important;
  border: 2px solid #0173B8;
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
}

#wp_page_numbers ul li a:hover {
  background-color: #0173B8;
  border-color: #0173B8;
  color: #fff;
}

#wp_page_numbers ul li.page_info {
  padding: 15px 10px !important;
  border-width: 0px !important;
  display: block;
}

#wp_page_numbers ul li.active_page a {
  color: #fff !important;
  background-color: #0173B8;
  border-color: #0173B8;
  pointer-events: none;
}

#wp_page_numbers ul li.space {
  border: none;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
}

/* cursor
---------------------------------------- */
.cur-p {
  cursor: pointer;
}

/* 三角 http://goo.gl/ONPw4r
---------------------------------------- */
.triangle {
  width: 0;
  height: 0;
  border-top: 15px solid #333;
  border-bottom: 15px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  margin: -7px auto;
}

.searchform form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

.searchform form input[type="text"] {
  border-radius: 20px;
  border: solid 1px #333;
}

.searchform form input[type="submit"] {
  display: inline-block;
  background: transparent url(../img/ico-search.png) center center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}

/* タブメニュー
---------------------------------------- */
ul#tabmenu,
ul#tabmenu-sub,
ul.tabmenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

ul#tabmenu li,
ul#tabmenu-sub li,
ul.tabmenu li {
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-size: 0.8rem;
}

#tabbox,
.tabbox {
  padding: 15px;
  width: 100%;
  height: auto;
}

#tabbox article,
.tabbox article {
  display: none;
}

#tabbox article.show,
.tabbox article.show {
  display: block;
}

#tabbox-sub .price {
  display: none;
}

#tabbox-sub .price.show {
  display: block;
}

/* メールフォーム
---------------------------------------- */
.wpcf7 .contactform {
  background-color: transparent;
  padding: 10px 0;
}

.wpcf7 div.row {
  border-bottom: solid 1px #CFD8DC;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
}

.wpcf7 div.row ul {
  width: 100%;
}

.wpcf7 div.row ul:first-child {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin: 5px auto !important;
  font-weight: bold;
}

.wpcf7 div.row li {
  background-image: none !important;
}

.wpcf7 span.hissu,
.wpcf7 span.nini {
  /* 必須＆任意 */
  margin-left: 10px !important;
  margin-bottom: 5px !important;
  color: #FFF;
  font-size: 0.6rem;
  white-space: nowrap;
  padding: 3px 5px;
}

.wpcf7 .hissu {
  /* 必須 */
  background-color: #FF0000;
}

.wpcf7 .nini {
  /*　任意 */
  background-color: #9e9e9e;
}

.wpcf7 span.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 2;
  padding: 3px 5px;
  margin: 1px 0;
  border-radius: 2px;
  width: 98%;
  margin-top: 2px;
}

.wpcf7 input.short {
  width: 150px;
  margin: 0 5px;
}

.wpcf7 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  border: solid 1px #333;
  margin-left: 2px;
}

.wpcf7 input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  border: solid 1px #333;
  margin-left: 2px;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
  padding: 10px 40px;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7 .wpcf7-submit,
.wpcf7 .mm-submit {
  /* ボタン送信 */
  -webkit-appearance: none;
  color: #fff;
  background-color: #0173B8;
  padding: 15px 50px;
  margin-bottom: 3px;
  border: solid 1px #003453;
  border-bottom: solid 3px #003453;
}

.wpcf7 .wpcf7-submit:hover,
.wpcf7 .mm-submit:hover {
  opacity: 0.9;
  border-bottom: solid 1px #003453;
  margin-top: 4px;
  margin-bottom: 1px;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors {
  /* エラー */
  color: #FF0000 !important;
  font-weight: bold;
}

.wpcf7 .wpcf7-mail-sent-ok {
  /* 送信完了 */
  font-weight: bold;
}

.wpcf7 .wpcf7c-confirm {
  /* 確認画面の背景色 */
  border: none !important;
  background-color: #fff;
}

.wpcf7 #zip {
  /* 郵便番号 */
  margin-bottom: 5px;
}

.wpcf7 .submitbtn {
  text-align: center;
  margin-top: 20px;
}

.sent .contactform,
.sent .btns,
.sent .submitchk,
.sent .submitbtn {
  /* 送信後 */
  display: none !important;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　プロジェクト共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
strong {
  color: #c40a00;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}

a:hover img {
  transition-property: all;
  transition: 0.2s linear;
}

em.otoku {
  background-color: #c40a00;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 0.8em;
  margin: 0 2px 0 0;
}

span.new {
  background-color: #c40a00;
  color: #fff;
  font-size: 0.7em;
  padding: 0 4px 0 5px;
  margin-right: 5px;
  letter-spacing: 1px;
}

.qaform {
  padding: 30px 0;
  text-align: center;
}

.qaform form {
  background-color: #fff;
  border: solid 2px #ccc;
  padding: 2px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
  width: 90%;
}

.qaform form i {
  color: #ccc;
  text-align: center;
  width: 20px;
}

.qaform form input[type="submit"] {
  background-color: #0173B8;
  color: #fff;
  padding: 3px 10px;
  flex-basis: 50px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 4px;
}

.qaform form input[type="text"] {
  width: 160px;
  overflow: hidden;
  padding: 3px;
}

.arrow-next {
  color: #0173B8;
  font-size: 1.5rem;
}

/* 白背景+影
---------------------------------------- */
.frame {
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 20px !important;
}

.frame a {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
}

.frame img.ico {
  height: 34px;
  width: auto;
  margin-right: 20px;
}

.frame caption a,
.frame table a,
.frame .content-column a {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  border: none !important;
}

.entry .frame {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  width: 100%;
}

.entry .frame img {
  display: inline-block;
  vertical-align: top !important;
  margin-right: 10px;
}

.entry .frame a {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  background-color: transparent;
  display: inline-block !important;
  width: auto !important;
  padding: 0;
}

.content-column .frame {
  margin-bottom: 0 !important;
}

.sttl-blue,
body.page main .sec-frame .sec-ttl {
  margin-bottom: 20px;
  font-size: 1.2rem;
  padding: 10px 20px;
  background-color: #0173B8;
  color: #fff !important;
  border-radius: 10px;
}

.frame>.sttl-blue,
body.page main .sec-frame .frame>.sec-ttl {
  margin-top: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
}

.frame>.sttl-blue h2,
body.page main .sec-frame .frame>.sec-ttl h2 {
  margin: 0 !important;
  padding: 0 !important;
}

.sttl-bdr-blue {
  border-bottom: solid 2px #0173B8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #0173B8;
  font-weight: 500;
}

.sttl-bdr-grey {
  border-bottom: solid 2px #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* 色関係
---------------------------------------- */
.c-25 {
  color: #ff5a4e;
}

.c-50 {
  color: #44bbdf;
}

.c-100 {
  color: #8cc63f;
}

.c-200 {
  color: #f679af;
}

.c-any {
  color: #fa8243;
}

.c-wi {
  color: #c45ca3;
}

.bgc-25 {
  background-color: #ff5a4e;
}

.bgc-50 {
  background-color: #44bbdf;
}

.bgc-100 {
  background-color: #8cc63f;
}

.bgc-200 {
  background-color: #f679af;
}

.bgc-any {
  background-color: #fa8243;
}

.bgc-wi {
  background-color: #c45ca3;
}

/* グリッド
---------------------------------------- */
.kakudai:hover {
  transition: 0.15s linear;
  overflow: visible;
  z-index: 100;
  position: relative;
  transform: scale(1.1);
}

/* グリッド
---------------------------------------- */
body.blog .grid,
body.blog .grid-p,
body.blog .grid-narrow,
body.blog .grid-wide,
body.blog .row,
body.archive .grid,
body.archive .grid-p,
body.archive .grid-narrow,
body.archive .grid-wide,
body.archive .row,
body.single .grid,
body.single .grid-p,
body.single .grid-narrow,
body.single .grid-wide,
body.single .row {
  overflow: visible;
}

/* パンくず
---------------------------------------- */
#breadcrumbs {
  padding: 15px 0 0;
}

#breadcrumbs ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  line-height: 1;
}

#breadcrumbs ul li {
  vertical-align: bottom;
  padding: 3px 5px 0 0;
  position: relative;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#breadcrumbs ul li i {
  font-size: 16px;
}

#breadcrumbs ul li b {
  position: relative;
  margin-top: -3px;
}

#breadcrumbs ul li a:hover {
  color: #0173b8;
  opacity: 0.8;
  transition: 0.2s linear;
}

#breadcrumbs i.ico-home {
  display: inline-block;
  background: transparent url(../img/ico-home.png) left no-repeat;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
}

body.single #breadcrumbs .breadcrumb_last {
  line-height: 1.5;
}

/* ポップアップ
---------------------------------------- */
.spu-box {
  max-width: 94% !important;
  margin-left: 3% !important;
}

.spu-box .name {
  font-size: 1.2rem !important;
  color: #0173B8 !important;
  font-weight: bold;
  margin: 10px 0 !important;
}

.spu-box .com-price .price {
  transform: scale(1.1);
}

.spu-box figure {
  margin-bottom: 10px;
}

.spu-box figure img {
  margin: 10px 10px 0 10px;
  width: 90px;
}

.spu-box img.txt {
  width: 90%;
  margin-bottom: 10px !important;
}

.spu-box img.tori {
  width: 60%;
  margin-bottom: 5px;
}

.spu-box img.tbl {
  display: none;
}

.spu-box .btn {
  margin-top: -10px;
  width: 90%;
  margin-bottom: 15px;
}

/* ポップアップ申し込み
---------------------------------------- */
#popup-entry {
  padding: 25px;
}

#popup-entry .col:first-child {
  padding-bottom: 10px;
}

#popup-entry .col:last-child {
  padding-top: 10px;
}

#popup-entry img {
  width: 300px;
  max-width: 100%;
}

/* 目安の表
---------------------------------------- */
table.tbl-meyasu {
  width: 100%;
}

table.tbl-meyasu tr:first-child td {
  background-color: #7FCAE1;
  text-align: center;
  color: #333 !important;
  letter-spacing: 2px;
}

table.tbl-meyasu tr {
  border-bottom: solid 3px #fff;
}

table.tbl-meyasu th,
table.tbl-meyasu td {
  background-color: #d9eff6;
  text-align: left;
  padding: 5px;
  font-size: 0.8rem;
}

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

  table.tbl-meyasu th,
  table.tbl-meyasu td {
    font-size: 0.7rem;
  }
}

table.tbl-meyasu td {
  text-align: right;
  font-weight: bold;
  color: #c40a00;
  border-left: solid 3px #fff;
}

table.tbl-meyasu i {
  color: #c40a00;
  font-size: 0.8rem;
  margin-right: 5px;
}

table.tbl-meyasu i.metariel-icons {
  position: absolute;
  top: 2px;
}

/* ページ送りプラグイン
---------------------------------------- */
#wp_page_numbers {
  background-color: transparent !important;
  margin: 0;
  padding: 10px 0 15px;
}

#wp_page_numbers ul,
#wp_page_numbers li {
  background-color: transparent !important;
}

#wp_page_numbers ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

#wp_page_numbers .page_info {
  display: none !important;
}

/* コラム一覧　column-whiteとセットで使用
---------------------------------------- */
.column-col figure {
  display: block;
  overflow: hidden;
  width: 110px;
  height: 110px;
  position: relative;
  border: solid 1px #f5f5f5;
  margin: 0;
}

.column-col figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.column-col figure img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.column-col .cat {
  font-size: 12px;
  color: #007FA6;
  border: 1px solid #007FA6;
  border-radius: 33px;
  text-align: center;
  padding: 0 13px;
  width: fit-content;
}

.column-col .ttl {
  margin-bottom: 10px !important;
  font-weight: bold;
}

.column-col .desc {
  font-size: 14px;
  color: #333;
  padding-bottom: 20px;
}

.column-col .date {
  display: none;
}

body.subsite .column-col .desc {
  display: none !important;
}

body.subsite .column-col .page-date.page-date-sp{
  display: flex;
  gap: 1rem;
  margin-bottom: 10px;
}
body.subsite .column-col .page-date{
  display: none;
}

body.subsite .column-col .page-date p#date,
body.subsite .column-col .page-date p#update{
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #333;
}

body.subsite .column-col .page-date p#date img,
body.subsite .column-col .page-date p#update img{
  width: 14px;
  height: auto;
  margin-right: 3px;
}

body.mainsite .column-col .desc {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

/* プラン料金一覧　column-whiteとセットで使用
---------------------------------------- */
.com-price .ico {
  width: 100%;
}

.com-price .opt {
  color: #333;
  display: none;
}

.com-price .name {
  color: #333;
  margin-bottom: 10px;
  font-size: 0.8rem;
  letter-spacing: 0px;
}

.com-price .name em {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1rem;
}

.com-price .price {
  color: #333;
  font-weight: 700;
}

.com-price .price em {
  font-family: "Roboto", sans-serif;
  color: #c40a00;
  font-weight: 900;
  font-size: 2rem;
}

.com-price .price small {
  margin-left: 10px;
}

.com-price-tate div,
.com-price-responsive div {
  width: 100%;
  text-align: center;
}

.com-price-tate div img,
.com-price-responsive div img {
  margin-bottom: 10px;
}

.com-price-tate div small,
.com-price-responsive div small {
  display: block;
  text-align: right;
}

.com-price-yoko a::after {
  clear: both;
  content: "";
  display: block;
}

.com-price-yoko a .ico {
  width: 30%;
  float: left;
}

.com-price-yoko a .opt,
.com-price-yoko a .name,
.com-price-yoko a .price,
.com-price-yoko a .bnr {
  width: 65%;
  float: right;
}

.com-price-yoko a .price br {
  display: none;
}

.com-price-mini {
  display: block;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.1));
  margin-bottom: 15px;
}

.com-price-mini .ico {
  border-radius: 10px 10px 0 0;
  padding: 10px;
  text-align: center;
}

.com-price-mini .price {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.com-price-mini .price em {
  font-size: 1.5rem;
}

@media only screen and (max-width: 321px) {
  .com-price-mini .price {
    font-size: 0.6rem;
  }
}

.com-price-mini .price small {
  display: block;
  text-align: right;
}

/* プランシュミレーターボタン
---------------------------------------- */
#plans {
  text-align: center;
  margin: 40px 0;
}

#plans a {
  background-color: #d9eff6;
  border-radius: 20px;
  display: block;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  padding-bottom: 15px;
}

#plans a img {
  width: 90%;
  margin-top: -25px;
  margin-bottom: 15px;
}

#plans a p {
  display: block;
  color: #333;
  margin-bottom: 15px;
}

#plans a span.btn {
  display: inline-block;
  background-color: #c40a00;
  color: #fff;
  padding: 10px 50px;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#plans a span.btn i:after {
  color: #fff;
}

#plans a:hover img {
  transform: rotateX(350deg);
  transition: .3s;
}

#plans a:hover span.btn {
  transition: 0.15s linear;
  overflow: visible;
  z-index: 100;
  position: relative;
  transform: scale(1.1);
}

#content {
  background-color: #f5f5f5;
  margin-top: 68px;
  padding-top: 30px;
  min-height: calc(100vh - 240px);
}

#content.content-home {
  background-color: #f5f5f5;
  margin-top: 90px;
  padding-top: 35px;
}

body.single #content {
  padding-top: 0;
}

body.home #content {
  position: relative;
}

body.home #content.content-home::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  background-image: url(../img/section-fuji.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 25vw;
}

body.home #content .grid {
  position: relative;
}

.frame a:hover img {
  opacity: unset;
}

.frame a:hover {
  color: #0173b8;
}

.frame:hover {
  opacity: 0.8;
  transition: 0.2s linear;
}

/* ホーム
---------------------------------------- */
body.home #intro-img {
  background-color: #fff;
}

body.home #intro-img #slider {
  background-color: #fff;
  opacity: 1;
  position: relative;
}

body.home #intro-img #slider li img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}

body.home #intro-img #slider .slick-dots {
  padding-top: 4px;
  background-color: #fff;
}

body.home #intro-img #slider .slick-prev {
  left: 5px !important;
}

body.home #intro-img #slider .slick-next {
  right: 5px !important;
}

body.home #intro-bnr {
  background-color: #fff;
  text-align: center;
  margin-top: -5px;
}

body.home #intro-bnr ul#noslick {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

body.home #intro-bnr ul li {
  display: block;
}

body.home #intro-bnr ul li img {
  width: 172px !important;
  margin: 20px 10px;
}

/* 下層共通
---------------------------------------- */
body.leaf #content,
body.blog #content {
  display: block;
  padding-bottom: 30px;
}

body.leaf #content #page-head,
body.leaf #content #page-body,
body.leaf #content #page-foot,
body.blog #content #page-head,
body.blog #content #page-body,
body.blog #content #page-foot {
  width: 100%;
}

body.leaf #content #page-head,
body.blog #content #page-head {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 16px;
}

body.home.blog #content #page-head {
  color: #0173b8;
  margin-bottom: 55px;
  margin-top: 40px;
}

body.home.blog #content #page-head h1 {
  font-size: 32px;
  margin-top: 7px;
}

body.leaf #content #page-head img,
body.blog #content #page-head img {
  margin-right: 10px;
  height: 37px;
  width: auto !important;
}

body.leaf #content #page-head h1,
body.leaf #content #page-head .h1,
body.blog #content #page-head h1,
body.blog #content #page-head .h1 {
  font-size: 20px;
}

body.leaf #content #page-head h1 span,
body.leaf #content #page-head .h1 span,
body.blog #content #page-head h1 span,
body.blog #content #page-head .h1 span {
  margin-top: 8px;
  display: block;
  font-size: 0.9rem;
}

body.leaf #content #page-body,
body.blog #content #page-body {
  margin-bottom: 15px;
}

body.home #content #page-body {
  margin-bottom: 15px;
}

body.leaf #content #page-foot h2,
body.blog #content #page-foot h2 {
  text-align: center;
  line-height: 1.5em;
}

body#router #page-head {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* コラム
---------------------------------------- */
body.blog #content,
body.archive #content,
body.single #content,
body#all #content {
  padding-bottom: 30px;
}

body.blog #content #page-head img,
body.archive #content #page-head img,
body.single #content #page-head img,
body#all #content #page-head img {
  width: 20px;
}

body.blog #content .row-flex main,
body.blog #content .row-flex aside,
body.archive #content .row-flex main,
body.archive #content .row-flex aside,
body.single #content .row-flex main,
body.single #content .row-flex aside,
body#all #content .row-flex main,
body#all #content .row-flex aside {
  flex-basis: 100%;
  overflow: visible;
}

/* 端末
---------------------------------------- */
body.page-template-page-area .row-flex main,
body.page-template-page-area .row-flex aside,
body.page-template-page-device .row-flex main,
body.page-template-page-device .row-flex aside {
  flex-basis: 100%;
  overflow: visible;
}

/*　プラン詳細
---------------------------------------- */
body.page-template-page-planleaf .row-flex .col-main,
body.page-template-page-planleaf .row-flex .col-sub {
  flex-basis: 100%;
  overflow: visible;
}

/*　背景を水色にしたい場合
---------------------------------------- */
.bgc-mizu #breadcrumbs {
  background-color: #d9eff6;
  padding-bottom: 20px;
}

/*　ドロップダウンが出ている時スクロールさせない
---------------------------------------- */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　ヘッダ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
header .grid,
header .grid-p,
header .grid-narrow,
header .grid-wide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
  height: 68px;
}

header #header-l {
  float: left;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}

header #header-l img#logo {
  width: 100%;
  margin: 11px 0;
}

header.modal-open #header-l img#logo {
  width: 135px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

header.modal-open .menu-btn span:before,
header.modal-open .menu-btn span:after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 36px; /* 棒の高さ */
  background: #0173B8;
  border-radius: 0;
  transition: opacity .15s linear;
}

header.modal-open .menu-btn span {
  height: 0;
  width: 0;
}
 
header.modal-open .menu-btn span::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
header.modal-open .menu-btn span::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

header #header-r {
  float: right;
  width: 60%;
  height: 100%;
}

header #header-r ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-align-content: auto;
  align-content: auto;
  height: 100%;
}

header #header-r ul img {
  width: 55px;
  margin: 5px 0 5px 5px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　ナビゲーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

/* スマホ2段目
---------------------------------------- */
nav#pnav,
nav#pnav-fixed {
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
}

nav#pnav ul,
nav#pnav-fixed ul {
  height: 54px;
  border-bottom: solid 1px #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

nav#pnav ul li,
nav#pnav-fixed ul li {
  border-right: solid 1px #fff;
  height: 100%;
  align-self: center;
}

nav#pnav ul li a,
nav#pnav-fixed ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 10px;
}

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

  nav#pnav ul li a,
  nav#pnav-fixed ul li a {
    font-size: 8px;
  }
}

nav#pnav ul li a img,
nav#pnav-fixed ul li a img {
  margin-bottom: 3px;
}

nav#pnav ul li#pnav-01,
nav#pnav-fixed ul li#pnav-01 {
  flex-basis: 25%;
}

nav#pnav ul li#pnav-01 img,
nav#pnav-fixed ul li#pnav-01 img {
  width: 24px;
}

nav#pnav ul li#pnav-02,
nav#pnav-fixed ul li#pnav-02 {
  flex-basis: 25%;
}

nav#pnav ul li#pnav-02 img,
nav#pnav-fixed ul li#pnav-02 img {
  width: 27px;
}

nav#pnav ul li#pnav-03,
nav#pnav-fixed ul li#pnav-03 {
  flex-basis: 25%;
}

nav#pnav ul li#pnav-03 img,
nav#pnav-fixed ul li#pnav-03 img {
  width: 20px;
}

nav#pnav ul li#pnav-entry,
nav#pnav-fixed ul li#pnav-entry {
  flex-basis: 25%;
  border-right: solid 1px #c40a00;
  background-color: #c40a00;
}

nav#pnav ul li#pnav-entry a,
nav#pnav-fixed ul li#pnav-entry a {
  font-size: 13px;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

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

  nav#pnav ul li#pnav-entry a,
  nav#pnav-fixed ul li#pnav-entry a {
    font-size: 10px;
  }
}

nav#pnav ul li#pnav-entry a i,
nav#pnav-fixed ul li#pnav-entry a i {
  font-size: 1.2em;
  padding-left: 3px;
}

/* スマホ2段目 fixed
---------------------------------------- */
#pnav-fixed ul {
  width: 100% !important;
}

#pnav-fixed ul li a {
  font-size: 9px !important;
}

@media only screen and (max-width: 321px) {
  #pnav-fixed ul li a {
    font-size: 8px !important;
  }
}

#pnav-fixed ul li#pnav-menu {
  flex-basis: 12% !important;
  background: linear-gradient(to bottom, #f5f5f5 10%, #ccc) !important;
}

#pnav-fixed ul li#pnav-menu a {
  color: #0173B8 !important;
}

#pnav-fixed ul li#pnav-01 {
  flex-basis: 22%;
  white-space: nowrap;
}

#pnav-fixed ul li#pnav-02 {
  flex-basis: 22%;
}

#pnav-fixed ul li#pnav-03 {
  flex-basis: 22%;
}

#pnav-fixed ul li#pnav-entry {
  flex-basis: 22%;
}

#pnav-fixed ul li#pnav-entry a {
  font-size: 10px !important;
}

#pnav-fixed.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#pnav-fixed.hide * {
  display: none;
}

/* モーダル
---------------------------------------- */
.pnav,
#pnav-menu {
  padding: 0;
}

.pnav .uk-modal-dialog .close,
#pnav-menu .uk-modal-dialog .close {
  display: flex;
  justify-content: space-between;
  padding-right: 1%;
}

.pnav .uk-modal-dialog .close img,
#pnav-menu .uk-modal-dialog .close img {
  width: 55%;
  margin: 6.5%;
}

.pnav .uk-modal-dialog .menu a,
.pnav .uk-modal-dialog .menu .a,
#pnav-menu .uk-modal-dialog .menu a,
#pnav-menu .uk-modal-dialog .menu .a {
  background-color: #d9eff6;
  border-bottom: solid 1px #DDDDDD;
  padding: 23px 0;
}

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

  .pnav .uk-modal-dialog .menu a,
  .pnav .uk-modal-dialog .menu .a,
  #pnav-menu .uk-modal-dialog .menu a,
  #pnav-menu .uk-modal-dialog .menu .a {
    padding: 10px 5px;
  }
}

.pnav .uk-modal-dialog .menu figure,
#pnav-menu .uk-modal-dialog .menu figure {
  display: block;
  width: 50px;
  height: 40px;
  margin: 0 15px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

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

  .pnav .uk-modal-dialog .menu figure,
  #pnav-menu .uk-modal-dialog .menu figure {
    margin-right: 5px;
  }
}

.pnav .uk-modal-dialog .menu i,
#pnav-menu .uk-modal-dialog .menu i {
  right: 10px;
}

.pnav .uk-modal-dialog .menu .btn,
#pnav-menu .uk-modal-dialog .menu .btn {
  right: 20px;
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
  color: #fff !important;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 50px;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1;
}

.pnav .uk-modal-dialog .menu .btn:hover,
#pnav-menu .uk-modal-dialog .menu .btn:hover {
  background: linear-gradient(to bottom, #0173B8 10%, #0173B8);
  color: #fff;
}

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

  .pnav .uk-modal-dialog .menu .btn,
  #pnav-menu .uk-modal-dialog .menu .btn {
    font-size: 0.7rem;
  }
}

#pnav-menu .uk-modal-dialog {
  background-color: #FFF;
}

#pnav-menu .uk-modal-dialog .menu a,
#pnav-menu .uk-modal-dialog .menu .a {
  background-color: #F5F5F5;
  color: #0173B8;
}

#pnav-menu .uk-modal-dialog .menu a figure img,
#pnav-menu .uk-modal-dialog .menu .a figure img {
  filter: brightness(0%) invert(100%);
}

#pnav-menu .uk-modal-dialog .menu ul.others {
  padding: 10px 0 20px 0;
}

#pnav-menu .uk-modal-dialog .menu ul.others li a {
  display: block;
  padding: 8px 20px;
  border-bottom: none;
}

#pnav-menu .uk-modal-dialog .uk-open i {
  transform: rotateX(180deg);
  top: 12px;
}

#pnav-menu .uk-modal-dialog .uk-accordion-content a {
  background-color: #d9eff6;
  color: #0173B8;
}

#pnav-menu .uk-modal-dialog .uk-accordion-content a figure img {
  filter: none;
}

.wp-embedded-content {
  max-width: 100%;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
.ttl-bgc-mizu {
  display: block;
  background-color: #0173B8;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}

main p.more {
  text-align: right;
  margin-bottom: 20px;
}

main p.more a {
  border-bottom: solid 1px #0173B8;
}

main p.more.sim {
  margin-top: -10px;
}

main p.more.sim img {
  width: 20px;
  margin-right: 10px;
}

main p.more.sim i {
  vertical-align: top;
}

main .entry {
  line-height: 1.8em;
}

main .entry h2,
main .entry h3,
main .entry h4 {
  margin-bottom: 20px;
}

main .entry p,
main .entry ul,
main .entry img {
  margin-bottom: 20px;
}

main .entry h2 {
  font-size: 1.2rem;
}

main .entry h3 {
  font-size: 1.1rem;
}

main .entry h4 {
  font-size: 1.1rem;
}

main .entry em {
  font-weight: bold;
}

/* ページ共通
---------------------------------------- */
body.page main .entry h2 {
  padding-top: 10px;
}

body.page main .entry a {
  text-decoration: underline;
}

body.page main .entry-off p,
body.page main .entry-off ul,
body.page main .entry-off img,
body.page main .entry-off dl,
body.page main .entry-off dt,
body.page main .entry-off dd,
body.page main .entry-off li {
  margin: 0 !important;
}

body.page main .device {
  margin-bottom: 30px;
}

body.page main .device table {
  margin-bottom: 0 !important;
}

body.page main .device table td {
  vertical-align: middle;
}

body.page main .device table td:first-child p,
body.page main .device table td:first-child img {
  margin-bottom: 0;
}

body.page main .device table td:last-child {
  padding-left: 15px;
}

body.page main .device table td:last-child p:first-child {
  color: #0173B8;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 1.2rem;
}

body.page main .tbl-bdr {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

body.page main .tbl-bdr thead th {
  background-color: #0173B8;
  color: #fff;
  font-weight: normal;
}

body.page main .tbl-bdr td {
  background-color: #fff;
  border: solid 1px #0173B8;
  font-size: 0.9rem;
  padding: 5px;
}

body.page main .tbl-bdr td img {
  width: 20px;
  margin-right: 10px;
}

body.page main .tbl-bdr td em {
  color: #c40a00;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  margin-right: 2px;
}

body.page main .tbl-bdr td:last-child {
  text-align: center;
}

body.page main .sec-frame {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

body.page main .sec-frame .sec-ttl {
  border-radius: 10px 10px 0 0;
}

body.page main .sec-frame .sec-body {
  position: relative;
  padding: 0px 10px 20px 10px;
}

body.page main .sec-frame .sec-body .ttl-bdr-mizu {
  border-bottom: solid 1px #0173B8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #0173B8;
}

body.page main .sec-frame .sec-body .ttl-bdr-mizu img {
  margin: 0 5px;
  vertical-align: bottom;
}

body.page main #price-list h4 {
  background-color: #0173B8;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 5px !important;
}

body.page main #price-list .btn {
  margin: 30px 0 50px 0;
}

body.page main #price-list ul#tabmenu,
body.page main #price-list ul.tabmenu {
  margin: 0 5px;
  border-bottom: none;
}

body.page main #price-list ul#tabmenu li,
body.page main #price-list ul.tabmenu li {
  position: relative;
  width: 33.33%;
  border-right: solid 1px #fff;
  background-color: #7fcae1;
  padding: 5px 2px;
}

body.page main #price-list ul#tabmenu li small,
body.page main #price-list ul.tabmenu li small {
  display: block;
  margin-top: -3px;
  font-size: 0.6rem;
}

body.page main #price-list ul#tabmenu li.active,
body.page main #price-list ul.tabmenu li.active {
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
  color: #fff;
}

body.page main #price-list ul#tabmenu li.active:after,
body.page main #price-list ul.tabmenu li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(1, 115, 184, 0);
  border-top-color: #0173b8;
  border-width: 10px;
  margin-left: -10px;
}

body.page main #price-list #tabbox,
body.page main #price-list .tabbox {
  margin-top: 10px;
  padding: 0 !important;
}

body.page main .pagemenu .frame h3,
body.page main .pagemenu .uk-card-default h3,
body.page main .pagemenu .sec-frame.ribbon h3 {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 100;
}

body.page main .pagemenu .frame h3 img,
body.page main .pagemenu .uk-card-default h3 img,
body.page main .pagemenu .sec-frame.ribbon h3 img {
  width: 100px;
}

body.page main table.tbl-support th,
body.page main table.tbl-support td {
  vertical-align: middle;
  padding: 5px;
  width: 25%;
  text-align: center;
}

body.page main table.tbl-support th i,
body.page main table.tbl-support td i {
  color: #0173B8;
}

body.page main table.tbl-support th {
  font-size: 0.9rem;
}

@media only screen and (max-width: 321px) {
  body.page main table.tbl-support th {
    font-size: 0.7rem;
  }
}

body#overseas main table.tbl-support th:nth-child(4),
body#overseas main table.tbl-support td:nth-child(4) {
  display: none;
}

/* ホーム
---------------------------------------- */
body.home main {
  display: block;
  padding: 20px 0 0 0;
}

body.home main h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  width: fit-content;
  margin: 0 auto 15px;
}

.main-phrase-border {
  border-bottom: 4px solid #FFCE4A;
  width: 60px;
  margin: 20px auto;
  border-radius: 0.75em;
}

.main-phrase-border-sub {
  border-bottom: 4px solid #FFCE4A;
  width: 50px;
  margin: 5px auto 0;
  border-radius: 0.75em;
}

body.home main section,
body.home main .section {
  margin-bottom: 25px;
}

body.home main #important p.btn-red {
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

body.home main #important p.btn-red a {
  display: inline-block;
  border-radius: 30px;
  background: linear-gradient(to bottom, #3FA5E3 10%, #0173B8);
  color: #fff !important;
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 50px;
  width: 100%;
  padding: 14px;
  background: linear-gradient(to bottom, #FF0000 10%, #FF0000);
}

body.home main #important p.btn-red a:hover {
  background: linear-gradient(to bottom, #0173B8 10%, #0173B8);
  color: #fff;
}

body.home main #important p.btn-red a:hover {
  background: linear-gradient(to bottom, #ff5a4e 10%, #ff5a4e);
}

body.home main #important p.btn-red a i {
  display: inline-block;
  min-height: 30px;
  color: #fff;
  background: transparent url(../img/ico-important.png) left no-repeat;
  background-size: 22px 19px;
  padding-left: 25px;
  font-size: 14px;
}

body.home main #news h2 {
  color: #c40a00;
  border-bottom: solid 1px #c40a00;
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

body.home main #news ul li {
  border-bottom: solid 1px #c40a00;
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
}

body.home main #news ul li .ttl {
  font-weight: bold;
}

body.home main #news ul li p.meta {
  font-size: 14px;
}

body.home main #iitoko {
  overflow: hidden !important;
}

body.home main #iitoko h2 {
  height: 221px;
  width: 200%;
  margin: 0 -50%;
  text-align: center;
  margin-bottom: 20px !important;
}

body.home main #iitoko h2 img {
  width: 454px;
  /* トリミングしたい画像幅 */
  height: 221px;
  /* トリミングしたい画像高さ */
}

body.home main h2.unhome-h2 {
  margin: 0 auto 25px 0;
}

@media only screen and (max-width: 321px) {
  body.home main #iitoko h2 {
    height: 195px;
    width: 200%;
    margin: 0 -50%;
    text-align: center;
  }

  body.home main #iitoko h2 img {
    width: 400px;
    /* トリミングしたい画像幅 */
    height: 195px;
    /* トリミングしたい画像高さ */
  }
}

body.home main #iitoko ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  align-content: center;
}

body.home main #iitoko ul li {
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #0173B8;
}

body.home main #iitoko ul li:nth-child(3) {
  margin-right: 0;
}

body.home main #iitoko ul li .ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  background: #fff url() 0 0 no-repeat;
  position: relative;
}

body.home main #iitoko ul li .ttl img.ico {
  margin-right: 8px;
  width: 34px;
}

body.home main #iitoko ul li .ttl h3 {
  color: #0173B8;
  font-weight: bold;
  font-size: 16px;
  min-height: 34px;
  padding-top: 6px;
}

@media only screen and (max-width: 321px) {
  body.home main #iitoko ul li .ttl h3 {
    font-size: 14px;
  }
}

body.home main #iitoko ul li .ttl h3 small {
  font-size: 0.95em;
  line-height: 1;
}

body.home main #iitoko ul li .ttl i {
  position: absolute;
  right: 10px;
  color: #0173B8;
}

body.home main #iitoko ul li .ttl i.aco-open {
  transform: rotate(180deg);
}

body.home main #iitoko ul li p.img {
  margin: 20px 0;
  text-align: center;
}

body.home main #iitoko ul li p.img img {
  width: 70%;
}

body.home main #iitoko ul li p.txt {
  margin-bottom: 20px;
}

body.home main #iitoko ul li p.txt small {
  line-height: 1;
}

body.home main #otoku h2 {
  height: 419px;
  width: 200%;
  margin: 0 -50%;
  text-align: center;
  margin-bottom: 20px !important;
}

body.home main #otoku h2 img {
  width: 454px;
  /* トリミングしたい画像幅 */
  height: 419px;
  /* トリミングしたい画像高さ */
}

@media only screen and (max-width: 321px) {
  body.home main #otoku h2 {
    height: 369px;
    width: 200%;
    margin: 0 -50%;
    text-align: center;
  }

  body.home main #otoku h2 img {
    width: 400px;
    /* トリミングしたい画像幅 */
    height: 369px;
    /* トリミングしたい画像高さ */
  }
}

body.home main #otoku h3 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 20px 0;
}

body.home main #otoku .grid-narrow {
  width: 80% !important;
}

body.home main #otoku .row {
  overflow: visible;
}

body.home main #otoku .col:nth-child(3n+3),
body.home main #otoku .col-last:nth-child(3n+3) {
  margin-right: 0;
}

body.home main #column {
  text-align: center;
}

body.home main #column h2 {
  height: 219px;
  width: 200%;
  margin: 0 -50%;
  text-align: center;
}

body.home main #column h2 img {
  width: 454px;
  /* トリミングしたい画像幅 */
  height: 219px;
  /* トリミングしたい画像高さ */
}

@media only screen and (max-width: 321px) {
  body.home main #column h2 {
    height: 193px;
    width: 200%;
    margin: 0 -50%;
    text-align: center;
  }

  body.home main #column h2 img {
    width: 400px;
    /* トリミングしたい画像幅 */
    height: 193px;
    /* トリミングしたい画像高さ */
  }
}

body.home main #column .column-col:nth-child(n + 5) {
  display: none;
}

body.home main #column #wp_page_numbers {
  display: none;
}

body.home main #about {
  background-color: #d9eff6;
  margin-bottom: 0;
  padding: 30px 0 15px 0;
}

body.home main #about .one_half {
  margin-bottom: 0px;
}

body.home main #about .one_half br {
  display: none;
}

body.home main #about .one_half h2 {
  margin-bottom: 0;
}

body.home main #about p {
  margin-bottom: 14px;
}

/* コラム
---------------------------------------- */
body.blog main {
  background-color: #f5f5f5;
  padding-top: 0 !important;
}

body.blog main .wp-embedded-content {
  max-width: 100%;
}

body.blog main .wp-embedded-content .wp-embed {
  border: none !important;
}

/* コラムアーカイブ
---------------------------------------- */
/* おしらせアーカイブ
---------------------------------------- */
body.archive.mainsite main,
body#all main {
  padding-bottom: 30px;
}

body.archive.mainsite main .row,
body#all main .row {
  border-top: solid 1px #c40a00;
}

body.archive.mainsite main .info-col,
body.archive.mainsite main .result-col,
body#all main .info-col,
body#all main .result-col {
  display: block;
  width: 100%;
  border-bottom: solid 1px #c40a00;
  padding: 10px;
}

body.archive.mainsite main .date,
body#all main .date {
  font-size: 0.9rem;
}

body.archive.mainsite main .ttl,
body#all main .ttl {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.5;
}

/* コラムシングル
---------------------------------------- */
body.single-post main #entry-ttl p {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

body.single-post main #entry-ttl p#cat {
  margin-bottom: 8px;
}

body.single-post main #entry-ttl h1 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: medium;
  line-height: 1.6;
}

body.single-post main #entry-ttl p#cat a,
body.single-post main #entry-ttl p#tag a {
  background-color: #0173B8;
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  margin-right: 3px;
  font-size: 0.8rem;
  white-space: nowrap;
}

body.single-post main #entry-ttl p#cat a:hover,
body.single-post main #entry-ttl p#tag a:hover {
  background-color: #0096c3;
}

body.single-post main #entry-ttl .page-date{
  display: flex;
  gap: 1rem;
}
body.single-post main #entry-ttl p#date,
body.single-post main #entry-ttl p#update {
  text-align: right;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
}
body.single-post main #entry-ttl p#date img,
body.single-post main #entry-ttl p#update img{
  width: 20px;
  height: auto;
  margin-right: 0.5rem;
}

body.single-post main #entry-body {
  margin: 30px 0 25px 0;
}

body.single-post main #entry-body .wp-caption,
body.single-post main #entry-body .wp-caption-text {
  width: 100% !important;
  overflow: hidden;
}

body.single-post main #entry-body .wp-caption a,
body.single-post main #entry-body .wp-caption-text a {
  color: #fff;
  font-size: 0.9rem;
}

body.single-post main #entry-body strong {
  color: #333;
  font-weight: bold;
}

body.single-post main #entry-body ul,
body.single-post main #entry-body ol {
  border-radius: 3px;
  border: solid 2px #0096c3;
  background-color: #fff;
  padding: 10px 20px;
  word-break: break-all;
}

body.single-post main #entry-body ul li {
  background: transparent url(../img/ico-list.png) left 10px no-repeat;
  background-size: 8px 8px;
  padding-left: 16px;
}

body.single-post main #entry-body ol li:before {
  color: #c40a00;
}

body.single-post main #entry-body h2 {
  border-top: solid 5px #0096c3;
  border-bottom: solid 2px #0096c3;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.8;
  padding: 10px;
}

body.single-post main #entry-body h2 span {
  padding-top: 120px;
  margin-top: -120px;
}

body.single-post main #entry-body h3 span,
body.single-post main #entry-body h4 span {
  padding-top: 90px;
  margin-top: -90px;
}

body.single-post main #entry-body h3 {
  background-color: #0096c3;
  color: #fff;
  line-height: 1.8;
  border-radius: 3px;
  border-left: solid 5px #7fcae1;
  padding: 10px 10px 10px 15px;
}

body.single-post main #entry-body h4 {
  border-left: solid 10px #c40a00;
  border-bottom: dotted 1px #0096c3;
  line-height: 1.8;
  padding: 0 0 3px 20px;
}

body.single-post main #entry-body table {
  border: solid 2px #bbb;
  border-bottom: solid 2px #bbb;
  margin-bottom: 20px;
}

body.single-post main #entry-body table tbody tr:first-child td {
  background-color: #d9eff6;
  text-align: center;
}

body.single-post main #entry-body table tbody tr td {
  font-size: 0.9rem;
  border-bottom: solid 1px #bbb;
  border-left: solid 1px #bbb;
  line-height: 1.5;
  padding: 5px;
  background-color: #fff;
}

body.single-post main #entry-body blockquote {
  border-radius: 5px;
  background-color: #d9eff6;
  margin-bottom: 20px;
  position: relative;
  padding: 10px 10px 10px 40px;
}

body.single-post main #entry-body blockquote p:last-child {
  margin-bottom: 0;
}

body.single-post main #entry-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "“";
  color: #FFF;
  line-height: 1;
  font-size: 60px;
}

body.single-post main #entry-body .scrollx {
  overflow-x: scroll;
}

body.single-post main #entry-body .scrollx p {
  font-size: 0.8rem;
  color: #FF0000;
  margin-bottom: 0;
}

body.single-post main #entry-body .scrollx td {
  white-space: nowrap;
}

body.single-post main #entry-body #kyoyu {
  background-color: #ddd;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
  padding: 15px;
  margin-top: 25px;
}

body.single-post main #entry-body #kyoyu .copy_main {
  margin-bottom: 10px;
}

body.single-post main #entry-body #kyoyu .copy_main span {
  padding: 5px 10px;
  background-color: #0173B8;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

body.single-post main #entry-body #kyoyu .copy_main span i {
  color: #fff;
  vertical-align: middle;
  font-size: 1rem;
  margin-top: -2px;
}

body.single-post main #ez-toc-container {
  background-color: #d9eff6;
  padding: 10px;
  margin-bottom: 15px;
}

body.single-post main #ez-toc-container .ez-toc-title-container {
  margin-bottom: 10px;
}

body.single-post main #ez-toc-container ul.ez-toc-list {
  background-color: #d9eff6;
  padding: 0;
  border: none;
}

body.single-post main #ez-toc-container ul.ez-toc-list li {
  list-style-type: decimal;
  margin-bottom: 10px;
  background: none;
  padding-left: 0;
}

body.single-post main #ez-toc-container ul.ez-toc-list li ul {
  background-color: #d9eff6;
  padding: 0;
  margin-top: 5px;
  border: none;
}

body.single-post main #ez-toc-container ul.ez-toc-list li ul li {
  list-style-type: decimal;
  margin-bottom: 0px;
  background: none;
  padding-left: 0;
}

body.single-post main #entry-foot ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

body.single-post main #entry-foot ul li {
  margin: 0 10px;
  position: relative;
}

body.single-post main #entry-foot ul li a {
  border: solid 2px #0173B8;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  padding: 5px 10px 5px 10px;
  background-color: #fff;
}

body.single-post main #entry-foot ul li a:hover {
  opacity: 0.8;
  transition: 0.2s linear;
}

/* ページ
---------------------------------------- */
/* プランシミュレーション
---------------------------------------- */
body#simulation #col-sub img {
  width: 144px;
}

body#simulation #col-main {
  float: right;
}

body#simulation #col-main .bgc-mizu {
  background-color: #d9eff6;
  border-radius: 10px;
  padding: 20px;
}

body#simulation #col-main ul.says {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin-bottom: 34px;
}

body#simulation #col-main ul.says li:first-child {
  flex-basis: 65px;
}

body#simulation #col-main ul.says li:first-child img {
  width: 40px;
}

body#simulation #col-main ul.says li:last-child {
  flex: 1;
}

body#simulation #col-main ul.says li:last-child .bal {
  position: relative;
  background: #fff;
  border: 1px solid #707070;
  padding: 5px 10px 15px 10px;
  font-size: 0.8rem;
  border-radius: 15px;
}

body#simulation #col-main ul.says li:last-child .bal:after,
body#simulation #col-main ul.says li:last-child .bal:before {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

body#simulation #col-main ul.says li:last-child .bal:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 0px 20px 10px 20px;
  margin-top: -10px;
}

body#simulation #col-main ul.says li:last-child .bal:before {
  border-color: rgba(112, 112, 112, 0);
  border-right-color: #707070;
  border-width: 1px 21px 11px 21px;
  margin-top: -11px;
}

body#simulation #col-main .answer {
  margin: 0 0 34px 0;
  font-size: 0.8rem;
}

body#simulation #col-main .answer ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

body#simulation #col-main .answer ul li {
  width: 48%;
  margin-right: 4%;
}

body#simulation #col-main .answer ul li:nth-child(2n+2) {
  margin-right: 0% !important;
}

body#simulation #col-main .answer ul li img {
  margin: 20px;
}

body#simulation #col-main .answer ul li small {
  display: inline-block;
  text-align: left;
  font-size: 0.7rem;
}

body#simulation #col-main .answer ul.btn-radio input[type="radio"] {
  display: none;
}

body#simulation #col-main .answer ul.btn-radio label {
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  color: #0173B8;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

body#simulation #col-main .answer ul.btn-radio input[type="radio"]:checked+label {
  background-color: #0173B8;
  color: #fff;
}

body#simulation #col-main .answer .select-plan i {
  display: inline-block;
  margin: 10px;
  background-size: 70px 39px;
  width: 70px;
  height: 39px;
}

body#simulation #col-main .answer .select-plan li:first-child i {
  background-image: url(../img/ico-routerplan_off.png);
}

body#simulation #col-main .answer .select-plan li:first-child input[type="radio"]:checked+label i {
  background-image: url(../img/ico-routerplan_on.png);
}

body#simulation #col-main .answer .select-plan li:last-child i {
  background-image: url(../img/ico-simplan_off.png);
}

body#simulation #col-main .answer .select-plan li:last-child input[type="radio"]:checked+label i {
  background-image: url(../img/ico-simplan_on.png);
}

body#simulation #col-main .answer ul.checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin-bottom: 24px;
}

@media only screen and (max-width: 321px) {
  body#simulation #col-main .answer ul.checkbox {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-align-content: auto;
    align-content: auto;
  }
}

body#simulation #col-main .answer ul.checkbox li {
  background-color: transparent;
  text-align: left;
  padding: 0;
  line-height: 1;
  margin: 0 0 10px 0;
  color: #0173B8;
  font-size: 0.8rem;
}

body#simulation #col-main .answer ul.checkbox li:nth-child(2n+1) {
  width: 55%;
}

@media only screen and (max-width: 321px) {
  body#simulation #col-main .answer ul.checkbox li:nth-child(2n+1) {
    width: 100%;
  }
}

body#simulation #col-main .answer ul.checkbox li:nth-child(2n+2) {
  width: 45%;
}

@media only screen and (max-width: 321px) {
  body#simulation #col-main .answer ul.checkbox li:nth-child(2n+2) {
    width: 100%;
  }
}

body#simulation #col-main .answer ul.checkbox li input[type="checkbox"] {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
}

body#simulation #col-main .answer table {
  width: 100%;
  margin-bottom: 30px;
}

body#simulation #col-main .answer table tr:first-child td {
  background-color: #7FCAE1;
  text-align: center;
  color: #333 !important;
  letter-spacing: 2px;
}

body#simulation #col-main .answer table tr {
  border-bottom: solid 3px #d9eff6;
}

body#simulation #col-main .answer table th,
body#simulation #col-main .answer table td {
  background-color: #fff;
  text-align: left;
  padding: 5px;
  font-size: 0.7rem;
}

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

  body#simulation #col-main .answer table th,
  body#simulation #col-main .answer table td {
    font-size: 0.6rem;
  }
}

body#simulation #col-main .answer table td {
  text-align: right;
  font-weight: bold;
  color: #c40a00;
  border-left: solid 3px #d9eff6;
}

body#simulation #col-main .answer table i {
  color: #c40a00;
  font-size: 0.8rem;
  margin-right: 5px;
}

body#simulation #col-main .answer table i.metariel-icons {
  position: absolute;
  top: 2px;
}

body#simulation #col-main .frame:hover {
  transform: scale(1.1);
  transition: .3s;
}

body#simulation #col-main .com-price {
  width: 180px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

body#simulation #col-main p.btn {
  width: 100%;
  margin-bottom: 34px;
}

body#simulation #col-main p.btn input[type="submit"],
body#simulation #col-main p.btn a {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #0173B8;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  cursor: pointer;
}

body#simulation #col-main p.btn input[type="submit"]:hover,
body#simulation #col-main p.btn a:hover {
  background-color: #0173B8;
  color: #fff;
}

body#simulation .star-wrap {
  width: 100%;
  position: relative;
  background-color: #d9eff6;
}

body#simulation .star-wrap .star {
  position: absolute;
  background: url(../img/sparkle.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  z-index: 1000;
}

body#simulation .star-wrap .star.star-1 {
  width: 50px;
  height: 34px;
  top: 10px;
  left: 10px;
}

body#simulation .star-wrap .star.star-2 {
  width: 83px;
  height: 77px;
  top: 50px;
  right: 0px;
}

body#simulation .star-wrap .star.star-3 {
  width: 74px;
  height: 70px;
  top: 100px;
  left: 10px;
}

body#simulation .star-wrap .star.star-4 {
  width: 68px;
  height: 70px;
  top: 150px;
  right: 10px;
}

/* プランリスト
---------------------------------------- */
body.page-template-page-planlist main #planlist .col:nth-child(2n+2),
body.page-template-page-planlist .main #planlist .col:nth-child(2n+2) {
  margin-right: 0 !important;
}

body.page-template-page-planlist main #planlist .bnr img,
body.page-template-page-planlist .main #planlist .bnr img {
  width: 100%;
}

/* プラン詳細
---------------------------------------- */
body.page-template-page-planleaf main {
  margin: 0 0 50px 0;
}

body.page-template-page-planleaf main #tabmenu {
  background-color: #c4c4c4;
  border-radius: 10px 10px 0 0;
}

body.page-template-page-planleaf main #tabmenu li {
  width: 50%;
  color: #fff;
  font-size: 1rem;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main #tabmenu li {
    font-size: 0.8rem;
  }
}

body.page-template-page-planleaf main #tabmenu li.active {
  background-color: #0173B8;
}

body.page-template-page-planleaf main #tabmenu li:first-child {
  border-radius: 10px 0 0 0;
}

body.page-template-page-planleaf main #tabmenu li:last-child {
  border-radius: 0 10px 0 0;
}

body.page-template-page-planleaf main #tabmenu-sub {
  z-index: 100;
}

body.page-template-page-planleaf main #tabmenu-sub li {
  position: relative;
  width: 33.33%;
  background-color: #7fcae1;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}

body.page-template-page-planleaf main #tabmenu-sub li:last-child {
  border-right: none;
}

body.page-template-page-planleaf main #tabmenu-sub li.active {
  background-color: #0173B8;
  color: #fff;
}

body.page-template-page-planleaf main #tabmenu-sub li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0px;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(1, 115, 184, 0);
  border-top-color: #0173b8;
  border-width: 10px;
  margin-left: -10px;
}

body.page-template-page-planleaf main #tab-month,
body.page-template-page-planleaf main #tabbox-sub {
  padding: 10px;
}

body.page-template-page-planleaf main #tabbox {
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

body.page-template-page-planleaf main #tabbox .com-price {
  padding: 10px 0;
}

body.page-template-page-planleaf main #tabbox .opt {
  display: block !important;
  padding-left: 10px;
}

body.page-template-page-planleaf main #tabbox .name {
  color: #0173B8;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 10px;
  line-height: 1.4;
}

body.page-template-page-planleaf main #tabbox .bnr img {
  width: 172px;
}

body.page-template-page-planleaf main #tabbox .price {
  padding: 20px 0;
  text-align: center;
}

body.page-template-page-planleaf main #tabbox .price span {
  display: inline-block;
  line-height: 1.1;
}

body.page-template-page-planleaf main #tabbox .price em {
  font-size: 2.8rem;
  margin: 0 3px;
}

body.page-template-page-planleaf main #tabbox-sub .monthonly {
  display: none;
}

body.page-template-page-planleaf main .price-simulation {
  margin-bottom: 30px;
}

body.page-template-page-planleaf main .price-simulation .btn-grade.aco-tri a {
  padding: 15px 5px;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main .price-simulation .btn-grade.aco-tri a em {
    padding-left: 40px;
    padding-right: 5px;
  }
}

body.page-template-page-planleaf main .price-simulation .aco-cont {
  background-color: #d9eff6;
  padding: 10px;
}

body.page-template-page-planleaf main .price-simulation .ttl {
  font-weight: bold;
  margin: 10px 0;
}

body.page-template-page-planleaf main .price-simulation .ttl .hissu {
  background-color: #f44336;
  font-size: 0.6rem;
  padding: 0 5px;
  color: #fff;
  font-weight: normal;
}

body.page-template-page-planleaf main .price-simulation .ttl a {
  float: right;
  font-weight: normal;
  font-size: 0.9rem;
  text-decoration: underline;
}

body.page-template-page-planleaf main .price-simulation .ttl a i {
  font-size: 1.1rem;
}

body.page-template-page-planleaf main .price-simulation .row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
  padding: 10px;
  border-bottom: solid 1px #CFD8DC;
  width: 100%;
}

body.page-template-page-planleaf main .price-simulation .row .q {
  flex-basis: 70%;
}

body.page-template-page-planleaf main .price-simulation .row .q small {
  font-size: 0.8rem;
  display: inline-block;
  margin-left: 20px;
}

body.page-template-page-planleaf main .price-simulation .row .a {
  flex-basis: 30%;
  text-align: right;
  white-space: nowrap;
}

body.page-template-page-planleaf main .price-simulation .row .a em {
  color: #c40a00;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 5px;
  font-family: "Roboto", sans-serif;
}

body.page-template-page-planleaf main .price-simulation .row.total {
  background-color: #f5f5f5;
  margin: 30px 0;
  border-bottom: none;
}

body.page-template-page-planleaf main .price-simulation .row.total em {
  font-size: 1.6rem;
}

body.page-template-page-planleaf main .price-simulation select {
  padding: 5px;
  font-size: 1.05rem;
}

body.page-template-page-planleaf main .price-simulation input[type="radio"] {
  vertical-align: middle;
  display: none;
}

body.page-template-page-planleaf main .price-simulation input[type="radio"]~.a em {
  color: #f7c4cd;
}

body.page-template-page-planleaf main .price-simulation input[type="radio"]:checked~.a em {
  color: #c40a00;
}

body.page-template-page-planleaf main .price-simulation .ra::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #707070;
  background-color: #fff;
  vertical-align: top;
  margin-right: 10px;
}

body.page-template-page-planleaf main .price-simulation input[type="radio"]:checked~.ra::before {
  background-color: #fff;
  background-image: url(../img/ico-chk.png);
  background-size: 20px 20px;
  background-position: center center;
}

body.page-template-page-planleaf main .price-simulation .bd-l {
  border-left: solid 5px #333;
  padding-left: 10px;
}

body.page-template-page-planleaf main .price-simulation .bd-t {
  border-top: solid 1px #CFD8DC;
}

body.page-template-page-planleaf main .price-simulation .bd-n {
  border-bottom: none;
  padding-bottom: 0;
}

body.page-template-page-planleaf main .price-simulation form {
  display: block;
  text-align: right;
  margin: 10px 0 20px 0;
}

body.page-template-page-planleaf main .price-simulation .btn-grade-wrap {
  position: relative;
  display: inline-block;
  text-align: right;
  background: linear-gradient(to bottom, #c40a00 10%, #c40a00);
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 30px;
}

body.page-template-page-planleaf main .price-simulation .btn-grade-wrap input[type="button"] {
  padding: 5px 30px 10px 60px;
  background-color: transparent;
  color: #fff;
}

body.page-template-page-planleaf main .price-simulation .btn-grade-wrap:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  top: 5px;
  left: 30px;
  background-image: url(../img/ico-pdf.png);
  background-size: 20px 25px;
}

body.page-template-page-planleaf main .price-simulation .btn-grade-wrap:hover {
  background: linear-gradient(to bottom, #0173B8 10%, #0173B8);
}

body.page-template-page-planleaf main .price-monthly {
  width: 100%;
  background-color: #fce4ec;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main .price-monthly div {
    font-size: 0.8rem;
  }
}

body.page-template-page-planleaf main .price-monthly div p {
  margin-bottom: 5px !important;
}

body.page-template-page-planleaf main .price-monthly div em {
  font-size: 2rem !important;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main .price-monthly div em {
    font-size: 1.5rem !important;
  }
}

body.page-template-page-planleaf main .price-monthly div small {
  font-size: 0.7rem;
  text-align: right;
  margin-right: 8px;
  display: block;
}

body.page-template-page-planleaf main .price-monthly div:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #d9eff6;
  position: relative;
  width: 45%;
  padding: 10px 5px 10px 10px;
}

body.page-template-page-planleaf main .price-monthly div:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -40px;
  border: 40px solid transparent;
  border-left: 25px solid #d9eff6;
}

body.page-template-page-planleaf main .price-monthly div:last-child {
  width: 55%;
  padding: 10px 10px 10px 25px;
}

body.page-template-page-planleaf main p.sagaku {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.1rem;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main p.sagaku {
    font-size: 0.9rem;
  }
}

body.page-template-page-planleaf main p.sagaku i {
  font-size: 1.5em;
  color: #FFCE00;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main p.sagaku i {
    font-size: 1em;
  }
}

body.page-template-page-planleaf main p.sagaku em {
  font-size: 2rem !important;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main p.sagaku em {
    font-size: 1.5rem !important;
  }
}

body.page-template-page-planleaf main .merit {
  border: solid 2px #c40a00;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
}

body.page-template-page-planleaf main .merit h2 {
  text-align: center;
  margin-top: -30px;
}

body.page-template-page-planleaf main .merit h2 span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  color: #c40a00;
  font-weight: bold;
}

@media only screen and (max-width: 321px) {
  body.page-template-page-planleaf main .merit h2 span {
    padding: 0;
    letter-spacing: 0;
  }
}

body.page-template-page-planleaf main .merit h2 span span {
  color: #FFCE00 !important;
}

body.page-template-page-planleaf main .merit p {
  margin-top: 10px;
}

body.page-template-page-planleaf main .desc {
  margin-bottom: 30px;
  font-size: 0.9rem;
}

body.page-template-page-planleaf main .desc h2 {
  color: #0173B8;
  font-size: 1.2rem;
  margin-bottom: 30px;
  font-weight: bold;
}

body.page-template-page-planleaf main .desc .coverarea {
  border: solid 1px #0173B8;
  padding: 10px;
}

body.page-template-page-planleaf main .desc .terminal {
  padding: 10px;
  border: solid 1px #0173B8;
  border-top: solid 1px #fff;
  margin-bottom: 10px;
}

body.page-template-page-planleaf main .desc .terminal h3 {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 20px 0;
  color: #0173B8;
  font-family: "Roboto", sans-serif;
}

body.page-template-page-planleaf main .desc .terminal table td {
  vertical-align: middle;
}

body.page-template-page-planleaf main .desc .bnrs img {
  width: 70%;
}

body#router-wi #tabmenu li:first-child {
  width: 100%;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

/* 海外プラン
---------------------------------------- */
body#foreign-router #page-body img.is_d {
  margin-top: -40px;
  margin-bottom: 30px;
}

body#foreign-router #page-body .frame table {
  margin-bottom: 0;
}

body#foreign-router #page-body .frame table h2 {
  padding: 0;
  margin-bottom: 10px;
}

body#foreign-router #page-body .frame table p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

body#foreign-router #page-body .frame img {
  margin-bottom: 0;
}

body#foreign-router #page-body table {
  margin-bottom: 0;
}

body#foreign-router #page-body table td:first-child {
  padding-right: 20px;
}

body#foreign-router #page-body table td:last-child strong {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-right: 3px;
  font-weight: 900;
}

body#foreign-router #page-body table td:last-child em {
  font-size: 0.7rem;
}

body#foreign-router #page-body table td:last-child p:last-child {
  margin-top: -20px;
  font-size: 0.9rem;
}

/* 初期費用・諸費用について
---------------------------------------- */
body#cost main .frame,
body#cost-sim main .frame,
body#cost-foreign main .frame {
  padding: 10px !important;
}

body#cost main .frame .sttl-blue,
body#cost body.page main .frame .sec-frame .sec-ttl,
body.page body#cost main .frame .sec-frame .sec-ttl,
body#cost body.page main .sec-frame .frame .sec-ttl,
body.page body#cost main .sec-frame .frame .sec-ttl,
body#cost-sim main .frame .sttl-blue,
body#cost-sim body.page main .frame .sec-frame .sec-ttl,
body.page body#cost-sim main .frame .sec-frame .sec-ttl,
body#cost-sim body.page main .sec-frame .frame .sec-ttl,
body.page body#cost-sim main .sec-frame .frame .sec-ttl,
body#cost-foreign main .frame .sttl-blue,
body#cost-foreign body.page main .frame .sec-frame .sec-ttl,
body.page body#cost-foreign main .frame .sec-frame .sec-ttl,
body#cost-foreign body.page main .sec-frame .frame .sec-ttl,
body.page body#cost-foreign main .sec-frame .frame .sec-ttl {
  width: calc(100% + 20px);
  margin-top: -10px;
  margin-left: -10px;
}

body#cost main .frame p span,
body#cost-sim main .frame p span,
body#cost-foreign main .frame p span {
  display: block;
  line-height: 1.6;
}

body#cost main .frame img,
body#cost-sim main .frame img,
body#cost-foreign main .frame img {
  margin-bottom: 0 !important;
}

body#cost main .frame table,
body#cost-sim main .frame table,
body#cost-foreign main .frame table {
  border: none;
  margin-bottom: 10px !important;
  font-size: 0.9em;
}

body#cost main .frame table *,
body#cost-sim main .frame table *,
body#cost-foreign main .frame table * {
  border: none;
}

body#cost main .frame table tr td,
body#cost-sim main .frame table tr td,
body#cost-foreign main .frame table tr td {
  width: auto !important;
  vertical-align: middle;
  line-height: 1.6;
}

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

  body#cost main .frame table tr td,
  body#cost-sim main .frame table tr td,
  body#cost-foreign main .frame table tr td {
    padding: 5px 2px;
  }
}

body#cost main .frame table tr td:first-child span,
body#cost-sim main .frame table tr td:first-child span,
body#cost-foreign main .frame table tr td:first-child span {
  display: block;
  color: #333;
  border-left: solid 5px #333;
  padding: 5px;
}

body#cost main .frame table tr td:first-child small,
body#cost-sim main .frame table tr td:first-child small,
body#cost-foreign main .frame table tr td:first-child small {
  display: block;
  line-height: 1.6;
  font-size: 0.8em;
}

body#cost main .frame table tr td:first-child b,
body#cost-sim main .frame table tr td:first-child b,
body#cost-foreign main .frame table tr td:first-child b {
  font-weight: 900;
}

body#cost main .frame table tr td:last-child,
body#cost-sim main .frame table tr td:last-child,
body#cost-foreign main .frame table tr td:last-child {
  text-align: right;
  white-space: nowrap;
  line-height: 1.3;
}

body#cost main .frame table tr td:last-child em,
body#cost-sim main .frame table tr td:last-child em,
body#cost-foreign main .frame table tr td:last-child em {
  font-family: "Roboto", sans-serif;
  color: #0173B8;
  font-weight: 900;
  margin-right: 5px;
  font-size: 1.2rem;
}

body#cost main .frame table tr td:last-child small,
body#cost-sim main .frame table tr td:last-child small,
body#cost-foreign main .frame table tr td:last-child small {
  margin-left: 5px;
  display: block;
}

body#cost main .frame table tr td:last-child .muryo,
body#cost-sim main .frame table tr td:last-child .muryo,
body#cost-foreign main .frame table tr td:last-child .muryo {
  text-align: right;
  padding-right: 12px;
}

body#cost main .frame table tfoot th,
body#cost main .frame table tbody td .ta-r,
body#cost-sim main .frame table tfoot th,
body#cost-sim main .frame table tbody td .ta-r,
body#cost-foreign main .frame table tfoot th,
body#cost-foreign main .frame table tbody td .ta-r {
  background-color: #fff;
  text-align: right;
  font-weight: normal;
  font-size: 0.9rem;
}

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

  body#cost main .frame table tfoot th,
  body#cost main .frame table tbody td .ta-r,
  body#cost-sim main .frame table tfoot th,
  body#cost-sim main .frame table tbody td .ta-r,
  body#cost-foreign main .frame table tfoot th,
  body#cost-foreign main .frame table tbody td .ta-r {
    font-size: 0.65rem;
  }
}

body#cost main .frame table tfoot th,
body#cost-sim main .frame table tfoot th,
body#cost-foreign main .frame table tfoot th {
  font-size: 0.9rem;
  text-align: left;
}

body#cost main .frame table.tbl-cam td:first-child,
body#cost main .frame table.tbl-cam td:last-child,
body#cost-sim main .frame table.tbl-cam td:first-child,
body#cost-sim main .frame table.tbl-cam td:last-child,
body#cost-foreign main .frame table.tbl-cam td:first-child,
body#cost-foreign main .frame table.tbl-cam td:last-child {
  text-align: center;
}

body#cost main .frame table.tbl-cam .row-1 td,
body#cost-sim main .frame table.tbl-cam .row-1 td,
body#cost-foreign main .frame table.tbl-cam .row-1 td {
  background-color: #c40a00;
  color: #fff;
  font-size: 1.2rem;
}

body#cost main .frame table.tbl-cam .row-2 td,
body#cost-sim main .frame table.tbl-cam .row-2 td,
body#cost-foreign main .frame table.tbl-cam .row-2 td {
  background-color: #fff9c4;
  padding: 20px 10px 0 10px;
}

/* よくあるご質問
---------------------------------------- */
body.tax-qafor main,
body.tax-qacat main,
body.search main,
body.post-type-archive-qa main,
body#contact main {
  padding-bottom: 0;
}

body.tax-qafor main .row,
body.tax-qacat main .row,
body.search main .row,
body.post-type-archive-qa main .row,
body#contact main .row {
  border-top: none !important;
}

body.tax-qafor main .qacat,
body.tax-qacat main .qacat,
body.search main .qacat,
body.post-type-archive-qa main .qacat,
body#contact main .qacat {
  display: block;
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

body.tax-qafor main .qacat .cont-head,
body.tax-qacat main .qacat .cont-head,
body.search main .qacat .cont-head,
body.post-type-archive-qa main .qacat .cont-head,
body#contact main .qacat .cont-head {
  background-color: #0173B8;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
}

body.tax-qafor main .qacat .cont-head em,
body.tax-qacat main .qacat .cont-head em,
body.search main .qacat .cont-head em,
body.post-type-archive-qa main .qacat .cont-head em,
body#contact main .qacat .cont-head em {
  font-weight: bold;
  font-size: 1.3em;
}

body.tax-qafor main .qacat .cont-body,
body.tax-qacat main .qacat .cont-body,
body.search main .qacat .cont-body,
body.post-type-archive-qa main .qacat .cont-body,
body#contact main .qacat .cont-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

body.tax-qafor main .qacat .cont-body h3,
body.tax-qacat main .qacat .cont-body h3,
body.search main .qacat .cont-body h3,
body.post-type-archive-qa main .qacat .cont-body h3,
body#contact main .qacat .cont-body h3 {
  border-bottom: solid 1px #CFD8DC;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
  line-height: 1.5;
  padding: 20px 10px;
}

body.tax-qafor main .qacat .cont-body h3 i,
body.tax-qacat main .qacat .cont-body h3 i,
body.search main .qacat .cont-body h3 i,
body.post-type-archive-qa main .qacat .cont-body h3 i,
body#contact main .qacat .cont-body h3 i {
  color: #0173B8;
  margin-left: 20px;
}

body.tax-qafor main .qacat .cont-body h3 i.aco-open,
body.tax-qacat main .qacat .cont-body h3 i.aco-open,
body.search main .qacat .cont-body h3 i.aco-open,
body.post-type-archive-qa main .qacat .cont-body h3 i.aco-open,
body#contact main .qacat .cont-body h3 i.aco-open {
  transform: rotate(45deg) scale(1.2);
}

body.tax-qafor main .qacat .cont-body .aco-cont,
body.tax-qacat main .qacat .cont-body .aco-cont,
body.search main .qacat .cont-body .aco-cont,
body.post-type-archive-qa main .qacat .cont-body .aco-cont,
body#contact main .qacat .cont-body .aco-cont {
  padding: 20px 10px 30px 10px;
  background-color: #d9eff6;
  border-bottom: solid 1px #CFD8DC;
}

body.tax-qafor main .qacat .unit:last-child h3,
body.tax-qacat main .qacat .unit:last-child h3,
body.search main .qacat .unit:last-child h3,
body.post-type-archive-qa main .qacat .unit:last-child h3,
body#contact main .qacat .unit:last-child h3 {
  padding-bottom: 25px;
}

body.tax-qafor main .qacat .unit:last-child .aco-cont,
body.tax-qacat main .qacat .unit:last-child .aco-cont,
body.search main .qacat .unit:last-child .aco-cont,
body.post-type-archive-qa main .qacat .unit:last-child .aco-cont,
body#contact main .qacat .unit:last-child .aco-cont {
  border-radius: 0 0 10px 10px;
}

/* サポート詳細
---------------------------------------- */
body#support main .entry h2 {
  background-color: #0173B8;
  color: #fff;
  text-align: center;
  padding: 10px;
}

body#support main .entry h3 {
  color: #0173B8;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.3rem;
}

body#support main .entry h3 strong {
  color: #c40a00;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  margin: 0 5px;
}

body#support main .entry h3 small {
  font-size: 0.9rem;
}

body#support main .entry .security em {
  font-weight: bold;
}

body#support main .entry .security h2 {
  background-color: transparent;
  color: #408740;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}

body#support main .entry .security h3 {
  color: #408740;
  font-size: 1rem;
}

body#support main .entry .security h3 img {
  margin-bottom: 10px;
}

body#support main .entry .security .frame {
  border-top: solid 10px #e2662c;
  background-color: #408740;
  border-radius: 0px;
  padding: 10px;
}

body#support main .entry .security .frame p {
  color: #fff;
}

body#support main .entry .security .frame table {
  border-top: none;
  border-bottom: none;
}

body#support main .entry .security .frame table caption a {
  background-color: transparent;
  padding: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.6));
}

body#support main .entry .security .frame table td {
  background-color: #fff;
  border-bottom: solid 1px #408740;
  border-right: solid 1px #408740;
  color: #408740;
  vertical-align: middle;
  padding: 5px 3px;
  font-size: 0.8rem;
}

body#support main .entry .security .frame table td.column-1 {
  white-space: nowrap;
}

body#support main .entry .security .frame table td.column-2 {
  display: none;
}

body#support main .entry .security .frame table td.column-3,
body#support main .entry .security .frame table td.column-4,
body#support main .entry .security .frame table td.column-5 {
  text-align: center;
  width: 50px;
}

body#support main .entry .security .frame table tr.row-1 td,
body#support main .entry .security .frame table tr.row-2 td {
  background-color: #f5f5f5;
}

body#support main .entry .security .frame table img {
  margin-bottom: 0;
  transform: scale(0.7);
}

body#support main .entry .security .frame table+p {
  margin-top: -10px;
}

body#support main .entry .security .btn a {
  border-radius: 30px;
  background-color: #408740;
  color: #fff;
  text-decoration: none;
  padding: 15px 75px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  border: none;
}

body#support main .entry .security .btn a:hover {
  opacity: 0.9;
}

/* 流れ
---------------------------------------- */
body#flow main .frame blockquote {
  background-color: #FFF2C3;
  padding: 10px;
}

body#flow main .frame strong {
  border-bottom: double 5px #c40a00;
}

body#flow main #menu li {
  text-align: center;
}

body#flow main #menu li img {
  height: 50px;
}

body#flow main #menu .col,
body#flow main #menu .col-last-p {
  position: relative;
}

body#flow main #menu .col i.next,
body#flow main #menu .col-last-p i.next {
  position: absolute;
  font-size: 50px;
  color: #0173B8;
  display: none;
}

body#flow main .uk-subnav-pill li span {
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  width: 20px;
}

@media only screen and (max-width: 321px) {
  body#flow main .uk-subnav-pill li span {
    display: none;
  }
}

body#flow main .uk-subnav-pill li span img {
  width: 12px;
}

body#flow main .uk-subnav-pill li a {
  border: solid 2px #0173B8;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background-color: #0173B8;
  color: #fff;
  font-weight: 500;
}

body#flow main .uk-subnav-pill li.uk-active a {
  background-color: #fff;
  color: #0173B8;
}

body#flow main .uk-subnav-pill li.uk-active span {
  background-color: #0173B8;
}

body#flow main .uk-subnav-pill li.uk-active span img {
  filter: brightness(0%) invert(100%);
  opacity: 1;
}

body#flow main .uk-subnav-pill li:last-child {
  padding-left: 3px;
}

body#flow main .uk-switcher {
  margin-top: -2px;
  border: solid 2px #0173B8;
  border-radius: 0px 3px 3px 3px;
}

@media all and (-ms-high-contrast: none) {

  /* IE10以上 */
  .uk-subnav-pill li span {
    background-color: #fff !important;
    border: solid 1px #0173B8;
  }
}

/* 端末
---------------------------------------- */
body#device main .uk-subnav-pill li,
body#device-sim main .uk-subnav-pill li,
body#device-old main .uk-subnav-pill li {
  padding-left: 5px;
}

body#device main .uk-subnav-pill li:first-child,
body#device-sim main .uk-subnav-pill li:first-child,
body#device-old main .uk-subnav-pill li:first-child {
  padding-left: 20px;
}

body#device main .uk-subnav-pill a,
body#device-sim main .uk-subnav-pill a,
body#device-old main .uk-subnav-pill a {
  border-radius: 10px 10px 0 0;
  text-align: center;
  background-color: #0173B8;
  color: #fff;
  width: auto;
  min-width: 50px;
}

body#device main .uk-subnav-pill .uk-active a,
body#device-sim main .uk-subnav-pill .uk-active a,
body#device-old main .uk-subnav-pill .uk-active a {
  background-color: #fff;
  color: #0173B8;
}

body#device main .uk-switcher .bgc-base,
body#device-sim main .uk-switcher .bgc-base,
body#device-old main .uk-switcher .bgc-base {
  border-radius: 0 10px 10px 10px;
  position: relative;
}

body#device main .uk-switcher .intro,
body#device-sim main .uk-switcher .intro,
body#device-old main .uk-switcher .intro {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-content: auto;
  align-content: auto;
}

body#device main .uk-switcher .plan li img,
body#device-sim main .uk-switcher .plan li img,
body#device-old main .uk-switcher .plan li img {
  border-radius: 8px;
}

body#device main .uk-switcher h3.ttl-bdr,
body#device main .uk-switcher h3.ttl-bdr-p,
body#device-sim main .uk-switcher h3.ttl-bdr,
body#device-sim main .uk-switcher h3.ttl-bdr-p,
body#device-old main .uk-switcher h3.ttl-bdr,
body#device-old main .uk-switcher h3.ttl-bdr-p {
  border-bottom: solid 1px #bbb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}

body#device main .uk-switcher ul li,
body#device-sim main .uk-switcher ul li,
body#device-old main .uk-switcher ul li {
  font-size: 0.9rem;
  line-height: 1.2;
}

/*　FUJI　Wifiについて
---------------------------------------- */
body#about main #page-head-about {
  background: transparent url(../img/about-top-bg_p.jpg) top center no-repeat;
  padding: 5px 0 0 0 !important;
  margin: 0 !important;
}

body#about main #page-head-about img {
  width: 400px !important;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 auto !important;
}

body#about main #page-body section#menu .frame a {
  padding: 0 !important;
}

body#about main #page-body section#menu .frame a ul {
  padding: 0 !important;
}

body#about main #page-body section#menu .frame a ul img {
  padding-top: 0;
}

/*　会社概要
---------------------------------------- */
body#company main h2,
body#company main h3 {
  font-size: 1rem;
}

@media only screen and (max-width: 321px) {
  body#company main .c-mizu {
    display: block;
    margin-top: 10px;
  }
}

/*　サイトマップ
---------------------------------------- */
body#sitemap main .col,
body#sitemap main .col-last {
  width: 100%;
}

body#sitemap main .col {
  margin-bottom: 30px;
}

body#sitemap main dl {
  margin-bottom: 20px;
}

body#sitemap main dt,
body#sitemap main li,
body#sitemap main dd {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

body#sitemap main dd,
body#sitemap main li {
  margin-left: 10px;
}

/*　お問い合わせ
---------------------------------------- */
body#contact main #page-head i,
body#contact .main #page-head i {
  color: #0173B8;
  transform: scale(2);
  margin-right: 10px;
}

body#contact main #page-body .cont-body,
body#contact .main #page-body .cont-body {
  padding-top: 20px;
}

body#contact main #page-body .cont-body a,
body#contact .main #page-body .cont-body a {
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  display: inline !important;
  text-decoration: none;
}

/*　料金
---------------------------------------- */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　サイドエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* ブログ
---------------------------------------- */
aside {
  margin-top: 30px;
}

#page-body aside {
  width: 75%;
  margin: 90px auto 0;
}

body.single #page-body aside {
  width: 100%;
}

#pnav-menu aside {
  width: 75%;
  margin: 45px auto 0;
}

aside #aside-cat ul li {
  margin-bottom: 10px;
}

aside #aside-cat ul li img {
  border-radius: 10px;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
}

body.page-template-page-planleaf aside .frame a {
  padding: 10px !important;
}

body.page-template-page-planleaf aside .frame {
  margin-bottom: 10px;
}

body.page-template-page-planleaf aside .col:nth-child(2n+2) {
  margin-right: 0 !important;
}

aside #popular > .ttl,
aside #new > .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 23px;
  width: fit-content;
  margin: 0 auto 15px;
  line-height: 1.5;
}

/* 本体
---------------------------------------- */
aside .widget_wpppw-category-posts,
aside .wpp-plus-widget,
aside .aside-cat,
aside .subsite-aside-cat,
aside .mainsite-aside-cat,
aside .widget_archive,
.aside .widget_wpppw-category-posts,
.aside .wpp-plus-widget,
.aside .aside-cat,
.aside .subsite-aside-cat,
.aside .mainsite-aside-cat,
.aside .widget_archive,
aside #aside-search {
  margin-bottom: 45px;
}

aside .widget_wpppw-category-posts .ttl,
aside .wpp-plus-widget .ttl,
aside .aside-cat .ttl,
aside .subsite-aside-cat .ttl,
aside .mainsite-aside-cat .ttl,
aside .widget_archive .ttl,
.aside .widget_wpppw-category-posts .ttl,
.aside .wpp-plus-widget .ttl,
.aside .aside-cat .ttl,
.aside .subsite-aside-cat .ttl,
.aside .mainsite-aside-cat .ttl,
.aside .widget_archive .ttl,
aside #aside-search .ttl,
aside #aside-key .ttl,
aside .aside-key .ttl {
  text-align: center;
  padding: 7px;
  background-color: #0173b8;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
}

aside .aside-cat ul,
aside .aside-key ul {
  width: 85%;
  margin: 0 auto;
}

aside .aside-cat ul {
  border-top: 1px solid #0173b8;
}

aside .aside-key ul li {
  width: fit-content;
  display: inline-block;
  border: 1px solid #888888;
  padding: 2px 5px;
  font-size: 15px;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  margin-right: 2px;
}

aside .aside-key ul li a {
  color: #888888;
}

aside .widget_wpppw-category-posts ul li,
aside .wpp-plus-widget ul li,
aside .aside-cat ul li,
aside .subsite-aside-cat ul li,
aside .mainsite-aside-cat ul li,
aside .widget_archive ul li,
.aside .widget_wpppw-category-posts ul li,
.aside .wpp-plus-widget ul li,
.aside .aside-cat ul li,
.aside .subsite-aside-cat ul li,
.aside .mainsite-aside-cat ul li,
.aside .widget_archive ul li {
  border-bottom: dotted 1px #0173B8;
  background-color: #fff;
}

aside .widget_wpppw-category-posts ul li:hover,
aside .wpp-plus-widget ul li:hover,
aside .aside-cat ul li:hover,
aside .subsite-aside-cat ul li:hover,
aside .mainsite-aside-cat ul li:hover,
aside .widget_archive ul li:hover,
.aside .widget_wpppw-category-posts ul li:hover,
.aside .wpp-plus-widget ul li:hover,
.aside .aside-cat ul li:hover,
.aside .subsite-aside-cat ul li:hover,
.aside .mainsite-aside-cat ul li:hover,
.aside .widget_archive ul li:hover {
  background-color: #0096c3;
  color: #fff;
}

aside .widget_wpppw-category-posts ul li a,
aside .wpp-plus-widget ul li a,
aside .aside-cat ul li a,
aside .subsite-aside-cat ul li a,
aside .mainsite-aside-cat ul li a,
aside .widget_archive ul li a,
.aside .widget_wpppw-category-posts ul li a,
.aside .wpp-plus-widget ul li a,
.aside .aside-cat ul li a,
.aside .subsite-aside-cat ul li a,
.aside .mainsite-aside-cat ul li a,
.aside .widget_archive ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: transparent url(../img/ico-arrow-forward.png) 95% no-repeat;
  background-size: 16px 16px;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

aside .widget_wpppw-category-posts ul li a:hover,
aside .wpp-plus-widget ul li a:hover,
aside .aside-cat ul li a:hover,
aside .subsite-aside-cat ul li a:hover,
aside .mainsite-aside-cat ul li a:hover,
aside .widget_archive ul li a:hover,
.aside .widget_wpppw-category-posts ul li a:hover,
.aside .wpp-plus-widget ul li a:hover,
.aside .aside-cat ul li a:hover,
.aside .subsite-aside-cat ul li a:hover,
.aside .mainsite-aside-cat ul li a:hover,
.aside .widget_archive ul li a:hover {
  color: #fff;
  background: transparent url(../img/ico-arrow-forward-w.png) 95% no-repeat;
  background-size: 16px 16px;
}

aside .widget_wpppw-category-posts ul li:last-child,
aside .wpp-plus-widget ul li:last-child,
aside .aside-cat ul li:last-child,
aside .subsite-aside-cat ul li:last-child,
aside .mainsite-aside-cat ul li:last-child,
aside .widget_archive ul li:last-child,
.aside .widget_wpppw-category-posts ul li:last-child,
.aside .wpp-plus-widget ul li:last-child,
.aside .aside-cat ul li:last-child,
.aside .subsite-aside-cat ul li:last-child,
.aside .mainsite-aside-cat ul li:last-child,
.aside .widget_archive ul li:last-child {
  border-bottom-style: solid;
}

aside .widget_wpppw-category-posts label,
aside .wpp-plus-widget label,
aside .aside-cat label,
aside .subsite-aside-cat label,
aside .mainsite-aside-cat label,
aside .widget_archive label,
.aside .widget_wpppw-category-posts label,
.aside .wpp-plus-widget label,
.aside .aside-cat label,
.aside .subsite-aside-cat label,
.aside .mainsite-aside-cat label,
.aside .widget_archive label {
  display: none;
}

aside .widget_wpppw-category-posts select,
aside .widget_wpppw-category-posts option,
aside .wpp-plus-widget select,
aside .wpp-plus-widget option,
aside .aside-cat select,
aside .aside-cat option,
aside .subsite-aside-cat select,
aside .subsite-aside-cat option,
aside .mainsite-aside-cat select,
aside .mainsite-aside-cat option,
aside .widget_archive select,
aside .widget_archive option,
.aside .widget_wpppw-category-posts select,
.aside .widget_wpppw-category-posts option,
.aside .wpp-plus-widget select,
.aside .wpp-plus-widget option,
.aside .aside-cat select,
.aside .aside-cat option,
.aside .subsite-aside-cat select,
.aside .subsite-aside-cat option,
.aside .mainsite-aside-cat select,
.aside .mainsite-aside-cat option,
.aside .widget_archive select,
.aside .widget_archive option {
  -webkit-appearance: none;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: solid 1px #fff;
  border-bottom: solid 1px #0173B8;
  font-family: "Noto Sans JP", sans-serif;
  color: #0173B8;
  border-radius: 0px;
}

aside #nav-cat,
.aside #nav-cat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin-bottom: 50px;
}

aside #nav-cat li,
.aside #nav-cat li {
  width: 25%;
  background-color: #c4c4c4;
  border-left: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
}

aside #nav-cat li a,
.aside #nav-cat li a {
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 10px;
}

aside #nav-cat li.current-cat,
aside #nav-cat li:hover,
.aside #nav-cat li.current-cat,
.aside #nav-cat li:hover {
  background-color: #0173B8;
}

aside .wpp-plus-widget .unit,
aside .widget_wpppw-category-posts .unit,
.aside .wpp-plus-widget .unit,
.aside .widget_wpppw-category-posts .unit {
  background-color: #fff;
  border-bottom: dotted 1px #0173B8;
  padding: 5px 10px;
  line-height: 1.5;
  position: relative;
}

aside .wpp-plus-widget .unit::after,
aside .widget_wpppw-category-posts .unit::after,
.aside .wpp-plus-widget .unit::after,
.aside .widget_wpppw-category-posts .unit::after {
  clear: both;
  content: "";
  display: block;
}

aside .wpp-plus-widget .unit:last-child,
aside .widget_wpppw-category-posts .unit:last-child,
.aside .wpp-plus-widget .unit:last-child,
.aside .widget_wpppw-category-posts .unit:last-child {
  border-bottom: solid 1px #0173B8;
}

aside .wpp-plus-widget .unit:hover,
aside .widget_wpppw-category-posts .unit:hover,
.aside .wpp-plus-widget .unit:hover,
.aside .widget_wpppw-category-posts .unit:hover {
  background-color: #0096c3;
}

aside .wpp-plus-widget .unit:hover a,
aside .widget_wpppw-category-posts .unit:hover a,
.aside .wpp-plus-widget .unit:hover a,
.aside .widget_wpppw-category-posts .unit:hover a {
  color: #fff;
}

aside .wpp-plus-widget .unit img,
aside .widget_wpppw-category-posts .unit img,
.aside .wpp-plus-widget .unit img,
.aside .widget_wpppw-category-posts .unit img {
  margin: 5px 5px 5px 0px;
  float: left;
  max-width: 120px !important;
}

aside .wpp-plus-widget .unit .wpp-views,
aside .widget_wpppw-category-posts .unit .wpp-views,
.aside .wpp-plus-widget .unit .wpp-views,
.aside .widget_wpppw-category-posts .unit .wpp-views {
  display: inline-block;
  background-color: #0173B8;
  color: #fff;
  z-index: 10;
  padding: 1px 5px;
  font-size: 0.7rem;
}

aside .wpp-plus-widget .unit .wpp-views,
aside .widget_wpppw-category-posts .unit .wpp-views,
.aside .wpp-plus-widget .unit .wpp-views,
.aside .widget_wpppw-category-posts .unit .wpp-views {
  position: absolute;
  top: 10px;
  left: 36px;
  position: relative;
  top: 0;
  left: 0;
}

aside .wpp-list,
.aside .wpp-list {
  counter-reset: wpp-ranking;
}

aside .wpp-list .unit:before,
.aside .wpp-list .unit:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #c40a00;
  color: #fff;
  z-index: 10;
  padding: 1px 10px;
  font-size: 0.7rem;
}

body.single #content aside #aside-search,
body.single #content aside .aside-cat,
body.single #content aside .aside-key,
body.single #content aside #aside-banner {
  display: none;
}

/* フッタの関連記事
---------------------------------------- */
body.single-post main .aside .wpp-list,
body.single-post main .aside .category-posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
}

body.single-post main .aside .wpp-list .unit,
body.single-post main .aside .category-posts .unit {
  border: solid 0px #fff;
  flex-basis: 50%;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  body.single-post main .aside .ttl {
    width: 98.5%;
    margin-bottom: 5px;
  }

  body.single-post main .aside .wpp-list .unit,
  body.single-post main .aside .category-posts .unit {
    flex-basis: 46%;
  }
}

/* エリア・端末
---------------------------------------- */
body.page-template-page-area aside #nav-cat,
body.page-template-page-device aside #nav-cat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-content: auto;
  align-content: auto;
  margin-bottom: 25px;
}

body.page-template-page-area aside #nav-cat li,
body.page-template-page-device aside #nav-cat li {
  width: 50%;
}

/* よくある質問
---------------------------------------- */
body.tax-qafor aside,
body.tax-qacat aside,
body.search aside,
body.single-qa aside,
body.post-type-archive-qa aside,
body.post-type-archive-qa,
body#contact aside {
  margin-top: 0;
}

body.tax-qafor aside .frame,
body.tax-qacat aside .frame,
body.search aside .frame,
body.single-qa aside .frame,
body.post-type-archive-qa aside .frame,
body.post-type-archive-qa .frame,
body#contact aside .frame {
  margin-bottom: 20px !important;
}

body.tax-qafor aside .frame a,
body.tax-qacat aside .frame a,
body.search aside .frame a,
body.single-qa aside .frame a,
body.post-type-archive-qa aside .frame a,
body.post-type-archive-qa .frame a,
body#contact aside .frame a {
  padding: 8px 20px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-align-content: auto;
  align-content: auto;
}

body.tax-qafor aside .search,
body.tax-qacat aside .search,
body.search aside .search,
body.single-qa aside .search,
body.post-type-archive-qa aside .search,
body.post-type-archive-qa .search,
body#contact aside .search {
  background-color: #d9eff6;
  padding: 10px 0;
}

body.tax-qafor aside .search .qasearch,
body.tax-qacat aside .search .qasearch,
body.search aside .search .qasearch,
body.single-qa aside .search .qasearch,
body.post-type-archive-qa aside .search .qasearch,
body.post-type-archive-qa .search .qasearch,
body#contact aside .search .qasearch {
  padding: 0;
}

body.tax-qafor aside .search p,
body.tax-qacat aside .search p,
body.search aside .search p,
body.single-qa aside .search p,
body.post-type-archive-qa aside .search p,
body.post-type-archive-qa .search p,
body#contact aside .search p {
  padding-left: 10px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　フッタ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
footer {
  background-color: #FFF;
  width: 90%;
  margin: 0 auto;
}

footer a {
  color: #000;
}

footer a:hover {
  text-decoration: underline;
}

footer #footer-top {
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px;
}

footer #footer-top img {
  width: 58px;
}

footer #footer-entry {
  border-bottom: solid 1px #fff;
  background-color: #d9eff6;
}

footer #footer-entry .row img {
  filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 30%));
  transform: translateZ(0);
}

footer #footer-entry .row img:hover {
  filter: drop-shadow(0px 5px 5px rgb(0 0 0 / 30%));
  transform: translateZ(0);
  opacity: 1;
}

footer #footer-member {
  padding: 20px 0;
  text-align: center;
}

footer #footer-member a.btn {
  padding: 10px 40px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #FF6A83 10%, #c40a00);
  border: none;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  font-size: 0.9rem;
}

footer #footer-member a.btn img {
  width: 20px;
  margin-right: 10px;
}

footer #footer-link {
  font-size: 14px;
  padding: 0;
  width: fit-content;
  margin: 0 auto 10px;
}

footer #footer-link p.ttl {
  border-left: solid 3px #fff;
}

footer #footer-link_p ul li a {
  padding: 10px;
  border-bottom: solid 1px #fff;
}

footer #footer-link_p ul li a figure {
  margin-bottom: 0;
}

footer #footer-link_p ul li a figure img {
  filter: brightness(0%) invert(100%);
  margin-right: 20px;
}

footer #footer-link_p .uk-accordion-content a {
  display: block;
  background-color: #d9eff6;
  color: #0173B8 !important;
  font-weight: bold;
}

footer #footer-logo {
  text-align: center;
  background-color: #fff;
  padding: 15px 0 20px;
}

footer #footer-logo img {
  width: 135px;
}

footer #footer-copy {
  color: #0173B8;
  background-color: #fff;
  letter-spacing: 2px;
  margin: 20px auto 0;
  text-align: right;
  display: block;
}

footer #footer-copy small {
  font-size: 13px;
  color: #000;
}

footer #footer-copy a {
  color: #0173B8 !important;
}

footer #footer-link_p .uk-accordion-content a.manual-link {
  pointer-events: none;
  border-bottom: none;
}

footer #footer-link_p .uk-accordion-content .manual-link-list {
  display: flex;
  background-color: #d9eff6;
  border-bottom: 1px solid #fff;
  padding-left: 20px;
}

footer #footer-link_p .uk-accordion-content .manual-link-list>a {
  padding-top: 0;
  border-bottom: none;
}

footer #footer-link_p .uk-accordion-content .manual-link-list>a:before {
  content: "▶";
  color: #0173B8;
  font-size: 0.7em;
  padding-right: 0.5em;
}

#footer-link_p {
  margin-bottom: 20px;
}

/* スクロール追随ボタン
---------------------------------------- */

footer #footer-scroll {
  text-align: center;
}

footer #footer-scroll {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
}

footer #footer-scroll ul {
  margin: 0;
  padding: 0;
  display: flex;
}

#footer-scroll li {
  position: relative;
  border-top: 1.5px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-radius: 8px 8px 0 0;
}

#footer-scroll li:first-child {
  width: 60%;
}

#footer-scroll li:nth-child(2) {
  width: 40%;
}

#footer-scroll li:last-child {
  display: none;
}

#footer-scroll li .five-minutes {
  position: absolute;
  top: -50%;
  left: 3%;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.img-mv {
  display: none;
}

.img-mv-sp {
  display: block;
}

body#sitemap main img,
#footer-link img {
  width: 24px;
  margin-right: 6px;
}

body#sitemap main p,
#footer-link p {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}

body#sitemap main p.ttl,
#footer-link p.ttl {
  background-color: #0096c3;
  padding: 5px 10px;
  color: #fff;
}

body#sitemap footer {
  padding-top: 20px;
}

.column-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.column-arrow-white {
  color: #FFFFFF;
  font-size: 21px !important;
}

.frame a {
  padding: 15px;
}

.fuji-header {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  height: 68px;
  width: 100vw;
}

.header-r-sp {
  height: 100%;
}

header.fuji-header ul li {
  width: unset;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

header #header-r ul li .entry-sp-button {
  background-color: #c40a00;
  width: 131px;
  height: 68px;
  color: #FFFFFF;
  text-align: center;
}

header #header-r ul li .entry-sp-button p {
  font-size: 13px;
  height: 100%;
  padding: 5px 0 0;
}

header #header-r ul li .entry-sp-button p .entry-box {
  border: 1px solid #fff;
  padding: 6px 18px;
  margin-top: 4px;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.menu-btn {
  top: 10px;
  right: 10px;
  display: flex;
  width: 36px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 36px;
  border-radius: 2px;
  background-color: #0173B8;
  position: absolute;
}

.menu-btn span:before {
  bottom: 13px;
}

.menu-btn span:after {
  top: 13px;
}

.uk-modal-close {
  position: relative;
}

a.uk-modal-close .material-icons {
  z-index: 1;
  position: absolute;
  font-size: 40px;
}

.pnav-menu-list {
  padding: 0 0 45px;
  width: 90%;
  margin: 0 auto;
}

#pnav-menu .uk-modal-dialog .menu .pnav-menu-list-top {
  border-top: solid 1px #DDDDDD;
}

.pnav-menu-square {
  display: flex;
  justify-content: space-between;
  padding: 7.5% 5.5% 7.5%;
}

.pnav-menu-square a {
  width: 48%;
}

.pnav-menu-square-1,
.pnav-menu-square-2 {
  background-color: #FFFFFF;
  border: 1px solid #0173B8;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0173B8;
}

.pnav-menu-square-img {
  margin-right: 3%;
}

.pnav-menu-square-arrow {
  margin-left: 5%;
}

.reception-text {
  color: #c40a00;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: 600;
}

a.pnav-menu-entry {
  position: relative;
  margin: 0 5.5%;
  background-color: #c40a00;
  color: #FFFFFF;
  height: 48px;
  text-align: center;
  line-height: 48px;
  display: block;
}

a.pnav-menu-entry:focus-visible {
  outline: solid #FFA500;
}

.pnav-menu-entry::before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

li a.hbg_btn:focus-visible {
  outline: solid 2px #FFA500;
  border-radius: 2px;
}

li a.hbg_btn {
  position: relative;
  height: 40px;
  margin-left: 20px;
  padding-top: 20px;
}

.pnav-menu-square-entry {
  margin-left: 3%;
}

.grid-narrow {
  margin-bottom: 19px;
}

.maxbutton-1.maxbutton {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 auto !important;
}

.maxbutton-1.maxbutton span.mb-text {
  padding: 0 !important;
}

#searchform {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

header #searchform {
  width: 100%;
}

#search-input {
  width: 100%;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 4px 10px 5px;
}

#search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/magnifying-glass.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: unset;
}

.blue-button {
  padding: 7px;
  background-color: #0173b8;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 15px;
  width: 75%;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
}

.blue-button:hover {
  color: #FFF;
}

#popular .blue-button {
  margin-bottom: 90px;
}

body.single #breadcrumbs {
  margin-bottom: 20px;
}

body.home #page-head {
  text-align: center;
}

#popular .frame {
  position: relative;
}

.popular-number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #0173b8;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 25px;
  padding-bottom: 2px;
  border: 3px solid #0173b8;
  font-weight: bold;
}

.column-col-flex-sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.column-col-1-sp {
  width: 34%;
}

.column-col-2-sp {
  width: 62%;
}

#popular .frame:nth-child(n+7) {
  display: none;
}

#new:not(.new-page) .frame:nth-child(n+4) {
  display: none;
}

main.archive-page .frame:nth-child(n+7) {
  display: none;
}

main.search-page .frame:nth-child(n+7) {
  display: none;
}

aside #popular .frame:nth-child(n+4) {
  display: none;
}

aside #new .frame:nth-child(n+4) {
  display: none;
}

span.tag-name {
  width: 65px;
  display: inline-block;
}

#breadcrumbs ul li > span > span > *:not(span) {
  display: none;
}

#breadcrumbs div.ico-home {
  display: inline-block;
  background: transparent url(../img/ico-home.png) left no-repeat;
  width: 20px;
  height: 18px;
  background-size: 20px 18px;
  margin-right: 3px;
}