/*!
Theme Name: さかい労務管理事務所
*/

@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #3c3c3c;
  letter-spacing: 4px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
figcaption {
  background: none !important;
  height: 100%;
}
figcaption a {
  display: block;
  height: 100%;
  color: rgba(0, 0, 0, 0) !important;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
dd,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: left;
}
#main section h2 {
  font-weight: 500;
  font-style: normal;
  font-size: 37px;
  color: #2694ff;
}
body {
  line-height: 1.4;
  letter-spacing: 1px;
  font-family: brandon-grotesque, 'Noto Sans JP', "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #555;
  background: #fff;
  word-wrap: break-word;
}
/* テキストリンク */
a:link,
a:visited,
a:hover {
  color: #008BCB;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
.container .inner {
  width: 1056px;
  margin: auto;
}
.image-over-thumb {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* -- パンくずナビ -- */
.bread_crumb {
  text-align: right;
  padding: 35px  45px;
}
.bread_crumb li {
  color: #3c3c3c;
  font-size: 90%;
  display: inline;
  list-style: none outside none;
  font-size: 11px;
}
.bread_crumb li a {
  color: #646464;
}
.bread_crumb li:after {
  content: '-';
  padding-left: 5px;
  margin-right: 0;
}
.bread_crumb li:last-child:after {
  content: '';
}
/* -- categoryページ送り -- */
#pager {
  clear: both;
  padding: 0 0 2em 0;
  line-height: 2.8;
}
#pager span,
#pager a {
  border: 1px solid #008BCB;
  padding: 10px 14px;
  border-radius: 4px;
  margin-right: 10px;
  color: #008BCB;
  font-size: 15px;
}
#pager .current {
  color: #fff;
  background: #008BCB;
}
#pager a:hover {
  color: #fff;
  background: #008BCB;
  text-decoration: none;
}
/* -- singleページ送り -- */
#single-navi {
  font-size: 13px;
}
#single-navi span {
  color: #222;
  font-weight: bold;
}
#single-navi p {
  margin-bottom: 5px;
}
.btn {
  clear: both;
  border-radius: 30px;
  border: 2px solid #54bcff;
  background: #fff;
  display: inline-block;
  position: relative;
}
.btn:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #54bcff;
}
.btn a {
  padding: 4px 17px 4px 32px;
  font-size: 13px;
  text-align: none;
  color: #2694ff;
  display: block;
}
.btn:hover {
  background: #54bcff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.btn:hover a {
  color: #fff;
  text-decoration: none;
}
#c-submit input {
  border: 0;
  outline: 0;
}
.search-box {
  margin-bottom: 24px;
}
.search-box .search-text {
  height: 44px;
  width: 220px;
  background: #e7e7e7;
  padding: 15px 12px;
  border: 1px solid #e0ddd5;
  color: #333;
}
.search-box .search-btn {
  width: 44px;
  vertical-align: bottom;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#header {
  margin-bottom: 16px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 130px;
  padding: 40px 0;
  z-index: 9998;
  top: 0;
}
#header #hd {
  padding: 3px 0 0 0;
  margin-bottom: 12px;
}
#header #hd #header-inner {
  max-width: 1280px;
  min-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE          */
  flex-wrap: wrap;
  /* = flex-direction:row;flex-wrap:wrap; */
}
#header #hd h1 {
  color: #222;
  font-weight: normal;
  text-align: right;
  font-size: 15px;
  line-height: 1.2;
}
#header #hd #logo {
  width: 245px;
  margin-right: 20px;
}
#header #hd ul {
  float: right;
  margin: 0;
}
#header #hd li {
  line-height: 2;
  /* テキストリンク */
}
#header #hd li:first-child a {
  border-left: none;
}
#header #hd li:last-child a {
  border-right: none;
}
#header #hd li a:link {
  text-decoration: none;
  vertical-align: text-top;
  letter-spacing: 1.5px;
}
#header #hd li a:visited {
  text-decoration: none;
}
#header #hd li a:hover {
  color: #008BCB;
}
#header #hd #menu-main_navi_pc_header li .sub-menu {
  background: #f5f8fa;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul {
  float: none;
  width: 1000px;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: center;
  /* Safari etc. */
  -ms-justify-content: center;
  /* IE10        */
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE          */
  flex-wrap: wrap;
  /* = flex-direction:row;flex-wrap:wrap; */
  margin: auto;
  padding: 40px 0 10px;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li {
  width: 170px;
  margin: 0 15px 30px;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li img {
  width: 170px;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li.title {
  height: 120px;
  background: #2694ff;
  border-radius: 10px;
  padding: 35px 0;
  line-height: 1;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li.title a {
  color: #fff;
  font-size: 16px;
  display: block;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li.title a span {
  font-size: 10px;
  color: #91d4ff;
  border: none;
  display: block;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li a {
  color: #3c3c3c;
  font-size: 12px;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li a span {
  display: inline-block;
  border-bottom: 1px solid #54bcff;
  letter-spacing: 1px;
  line-height: 1.5;
}
#header #hd #menu-main_navi_pc_header li .sub-menu ul li:hover {
  opacity: 0.7;
}
#header #hd .last {
  margin-right: 0;
}
#header .gnav {
  clear: both;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: flex-start;
  /* Safari etc. */
  -ms-justify-content: flex-start;
  /* IE10        */
  justify-content: flex-start;
}
#header .gnav li {
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1.5px;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 30px;
}
#header .gnav li.menu-item-has-children {
  /*background: url(https://web.archive.org/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/images/icon_arrow.png);*/
  background-repeat: no-repeat;
  background-position: center bottom 24px;
}
#header .gnav li .sub-menu {
  position: absolute;
  top: 40px;
  background: #2694ff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
  width: 130%;
  left: -15%;
}
#header .gnav li .sub-menu li {
  display: block;
  margin: 0;
}
#header .gnav li .sub-menu li:hover {
  opacity: 0.7;
}
#header .gnav li .sub-menu li:last-child {
  border-bottom: none;
}
#header .gnav li .sub-menu a {
  display: block;
  border: none;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
}
#header .gnav li .sub-menu a:link {
  color: #fff;
  text-decoration: none;
}
#header .gnav li .sub-menu a:visited {
  color: #fff;
  text-decoration: none;
}
#header .gnav li:hover .sub-menu {
  top: 110px;
  visibility: visible;
  opacity: 1;
}
#header .gnav li a {
  font-weight: 400;
  display: inline;
  line-height: 30px;
  border-right: 1px solid #54bcff;
  padding: 0 15px;
}
#header .gnav li a:link {
  color: #393939;
  text-decoration: none;
}
#header .gnav li a:visited {
  color: #393939;
  text-decoration: none;
}
#header .gnav li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
#header .gnav li a:active {
  text-decoration: none;
  outline: none;
}
#header .gnav li:first-child a {
  border-left: 1px solid #54bcff;
}
#header .tel {
  width: 250px;
  text-align: center;
  margin-top: -10px;
}
#header .tel a {
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  color: #3c3c3c;
  letter-spacing: 1.5px;
}
#header .tel p {
  font-size: 10px;
  letter-spacing: 1.5px;
}
#main {
  padding-top: 130px;
}
#main figure {
  max-width: 1020px;
  margin: 0px auto 17px auto;
}
#main figure img {
  display: block;
}
#main figure#m-visual {
  /*background: url(/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/css/images/figure-bg.png) no-repeat;*/
  background-position: center;
}
#main .bread-box {
  background: #fff;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  line-height: 1.5;
}
#main #mes p {
  margin-bottom: 1.6em;
}
#main #content.two-col-content {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
#main #content.two-col-content #main-content {
  float: left;
  width: 70.6%;
  max-width: 720px;
}
#main .update article {
  clear: both;
  margin-bottom: 20px;
}
#main .update article .img {
  float: left;
  width: 30%;
  margin-right: 2%;
}
#main .update article .img .img-cover {
  display: block;
  position: relative;
  height: 0;
  padding-top: 75%;
}
#main .update article .img .img-cover span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main .update article .right-box {
  float: left;
  width: 68%;
}
#main .update article .right-box p.day {
  margin-bottom: 10px;
  font-size: 14px;
}
#main .update article .right-box p.day span.cat {
  background: #008BCB;
  text-align: center;
  padding: 4px 6px;
  color: #fff;
  margin-right: 10px;
}
#main .update article .right-box p.day span.cat a:link {
  color: #fff;
}
#main .update article .right-box p.day span.cat a:visited {
  color: #fff;
}
#main .update article .right-box p.day span.cat a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .update article .right-box p.day span.new {
  animation: new 1s infinite;
  margin-bottom: 0;
  margin-right: 5px;
  color: #008BCB;
}
@keyframes new {
  50% {
    opacity: 0;
  }
}
#main .update article .right-box .title,
#main .update article .right-box .txt {
  margin-bottom: 0;
}
#main .update article .right-box .title {
  font-size: 24px;
}
#main .single-update .entry {
  padding: 0 0 5px 0;
  margin-bottom: 36px;
}
#main .single-update .entry .entry-content {
  margin-bottom: 14px;
  padding-bottom: 10px;
}
#main .single-update .entry p.day {
  margin-bottom: 10px;
  font-size: 14px;
}
#main .single-update .entry p.day span.cat {
  background: #008BCB;
  text-align: center;
  padding: 4px 6px;
  color: #fff;
  margin-right: 10px;
}
#main .single-update .entry p.day span.cat a:link {
  color: #fff;
}
#main .single-update .entry p.day span.cat a:visited {
  color: #fff;
}
#main .single-update .entry p.day span.cat a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#main .single-update .entry p.day span.new {
  animation: new 1s infinite;
  margin-bottom: 0;
  margin-right: 5px;
  color: #008BCB;
}
@keyframes new {
  50% {
    opacity: 0;
  }
}
#main .single-update .entry h1.title {
  font-size: 30px;
  border-bottom: 1px solid #c1b7aa;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#main .single-update .entry p {
  margin-bottom: 2em;
}
#main .single-update .entry h2 {
  color: #fff;
  background: #008BCB;
  padding: 10px;
  text-align: left;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
}
#main .single-update .entry h3 {
  color: #008BCB;
  border-left: 6px solid #008BCB;
  padding: 0 0 0 10px;
  text-align: left;
  margin: 2.8em 0 20px 0;
  font-size: 18px;
}
#main .single-update .entry .img-width {
  max-width: 100%;
  height: auto;
}
#main .single-update .entry pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  border: 1px solid #d7d7d7;
  background: #fff;
  line-height: 1.3;
  color: #666;
  padding: 1.4em;
  font-size: 13px;
  margin-bottom: 2em;
}
#main .single-update .entry blockquote {
  background: #fff;
  padding: 2em 1em 0.5em;
  position: relative;
  border: 1px solid #d7d7d7;
  margin: 0 10px 25px 10px;
  clear: both;
}
#main .single-update .entry blockquote .title {
  font-weight: bold;
}
#main .single-update .entry blockquote .title span {
  font-weight: normal;
  color: #666;
  font-size: 12px;
}
#main .single-update .entry blockquote strong {
  font-weight: bold;
}
#main .single-update .entry blockquote ul li {
  line-height: 1.5;
}
#main .single-update .entry blockquote:before {
  content: "“";
  font-size: 400%;
  line-height: 1em;
  font-family: 'Hiragino Mincho ProN', serif;
  color: #999;
  position: absolute;
  left: 4px;
  top: 2px;
}
#main .single-update .entry blockquote:after {
  content: "”";
  font-size: 400%;
  line-height: 0em;
  font-family: 'Hiragino Mincho ProN', serif;
  color: #999;
  position: absolute;
  right: 3px;
  bottom: 0;
}
#main .single-update .entry h4 {
  font-size: 16px;
  font-weight: bold;
  border-left: 4px solid #008BCB;
  padding: 2px 0 3px 8px;
  margin-bottom: 12px;
}
#main .single-update .entry h5 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}
#main .single-update .entry strong {
  font-weight: normal;
}
#main .single-update .entry small {
  font-size: 12px;
  color: #888;
}
#main .single-update .entry .sns-box {
  padding: 14px;
}
#main .single-update .entry .sns-box p {
  margin-bottom: 0;
}
#main section h2 {
  text-align: center;
  letter-spacing: 4px;
  padding-left: 3px;
}
#main section img {
  max-width: 100%;
  vertical-align: bottom;
}
#main section .center {
  text-align: center;
}
#main section .keikou-b {
  background: linear-gradient(transparent 65%, #66ccff 65%);
}
#main section .keikou-y {
  background: linear-gradient(transparent 65%, #ffff66 65%);
}
#main section .c-g {
  color: #50c878;
}
#main section .c-r {
  color: #FF2C00;
}
#main section .c-b {
  color: #008BCB;
}
#main section .c-8 {
  color: #888;
}
#main section .f12 {
  font-size: 12px;
}
#main section .f16 {
  font-size: 16px;
}
#main section .s20 {
  width: 20px;
  display: inline;
  vertical-align: bottom;
  margin-bottom: 5px;
}
#main section .bold {
  font-weight: bold;
}
#main section p.m0 {
  margin-bottom: 0;
}
#main section p.m10 {
  margin-bottom: 10px;
}
#main section .img-left {
  overflow: hidden;
}
#main section .img-left .img {
  float: left;
  width: 38%;
  margin-right: 3%;
}
#main section .img-left .img img {
  width: 100;
}
#main section .img-left .txt {
  float: left;
  width: 59%;
}
#main section .img-left .txt h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
}
#main section .img-left .txt .lay-img {
  text-align: right;
  padding-top: 30px;
}
#main section .img-left .txt .lay-img img {
  width: 300px;
}
#main section .img-right {
  overflow: hidden;
}
#main section .img-right .img {
  float: right;
  width: 38%;
  margin-left: 3%;
}
#main section .img-right .img img {
  width: 100;
}
#main section .img-right .txt {
  float: left;
  width: 59%;
}
#main section .img-right .txt h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
}
#main section .img-three ul {
  overflow: hidden;
}
#main section .img-three ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
}
#main section .img-three ul li img {
  width: 100%;
  border-radius: 10px;
}
#main section .img-three ul li:last-child {
  margin-right: 0;
}
#main section .col3-wap {
  width: 100%;
  overflow: hidden;
}
#main section .col3-wap div {
  width: 30%;
  float: left;
  margin-right: 5%;
}
#main section .col3-wap div img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 1em;
}
#main section .col3-wap div h3 {
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
#main section .col3-wap div:last-child {
  margin-right: 0;
}
#main section .tbl-layout {
  width: 80%;
  margin: 0 auto 36px auto;
  border: 1px solid #D3D3D3;
  border-top: none;
  background: #f5f5f5;
}
#main section .tbl-layout dt {
  clear: left;
  float: left;
  width: 35%;
  border-top: 1px solid #d3d3d3;
  padding: 20px;
  font-size: 14px;
}
#main section .tbl-layout dt span {
  background: #008BCB;
  color: #fff;
  margin-left: 10px;
  padding: 2px 6px;
  border-radius: 6px;
}
#main section .tbl-layout dt span.n {
  color: #008BCB;
  background: #fff;
}
#main section .tbl-layout dd {
  margin-left: 35%;
  width: 65%;
  background: #fff;
  border-left: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding: 20px;
}
#main section .tbl-layout dd input,
#main section .tbl-layout dd textarea,
#main section .tbl-layout dd select {
  border: 1px solid #ccc;
  padding: 5px;
  color: #555;
  background: #F3FFF8;
}
#main section .tbl-layout dd input,
#main section .tbl-layout dd textarea {
  width: 337px;
}
#main section .tbl-layout dd .formtext02 {
  width: 137px;
}
#main section .tbl-layout dd input:focus,
#main section .tbl-layout dd textarea:focus {
  background: #FFFFCC;
}
#main section .check {
  text-align: center;
}
#main section .check p {
  margin-bottom: 36px;
}
#main section .check,
#main section p#check-btn,
#main section p#c-submit {
  text-align: center;
}
#main section p#c-submit input {
  outline: 0;
  display: block;
  cursor: pointer;
  margin: 0 auto 24px auto;
  width: 230px;
  line-height: 1.8;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, #0c95d4 0%, #008BCB);
  background: -webkit-gradient(linear, left top, left bottom, from(#0c95d4), to(#008BCB));
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 1px 1px 1px #888;
}
#main section p#c-submit input:hover {
  color: #fff;
  text-decoration: none;
  background: -moz-linear-gradient(top, #008BCB 0%, #0c95d4);
  background: -webkit-gradient(linear, left top, left bottom, from(#008BCB), to(#0c95d4));
}
#main section #search-lay {
  margin-bottom: 2em;
}
#main section #search-lay p {
  margin-bottom: 14px;
}
#main section #search-lay #search-hit span {
  font-size: 24px;
}
#main section #search-lay #search-hit .keyword,
#main section #search-lay #search-hit .count {
  color: #ff3333;
}
#main section #search-lay .search-lay-box {
  padding: 12px;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
}
#main section #search-lay .search-lay-box h3 {
  padding: 0 0.75em;
  font-size: 16px;
}
#main section #search-lay .search-lay-box h3:after {
  border-bottom: none;
}
#main section #search-lay .search-lay-box img {
  width: 120px;
  height: auto;
  float: left;
  margin-right: 10px;
}
#main section #search-lay .search-lay-box:nth-of-type(even) {
  background: #eee;
}
#sub-content {
  float: right;
  max-width: 260px;
  width: 26.5%;
  font-size: 14px;
}
#sub-content h4 {
  clear: both;
  font-weight: bold;
  color: #393939;
  letter-spacing: 2px;
  border-left: 5px solid #008BCB;
  margin: 0 0 14px 0;
  padding: 7px 0 6px 8px;
  background: #F4F5F7;
  border-radius: 4px;
}
#sub-content .update .right-box p.day {
  margin-bottom: 0px;
  font-size: 12px;
}
#sub-content .update .right-box p.day span.cat {
  display: inline-block;
  margin-bottom: 4px;
  background: #008BCB;
  text-align: center;
  padding: 1px 6px;
  color: #fff;
  margin-right: 0;
}
#sub-content .update .right-box p.day span.cat a:link,
#sub-content .update .right-box p.day span.cat a:visited {
  color: #fff;
}
#sub-content .update .right-box p.day span.new {
  animation: new 1s infinite;
  margin-bottom: 0;
  margin-right: 5px;
  color: #008BCB;
}
@keyframes new {
  50% {
    opacity: 0;
  }
}
#sub-content .update .right-box p.title {
  font-size: 14px;
}
#sub-content .update .right-box .txt {
  display: none;
}
#sub-content strong {
  font-weight: normal;
}
#sub-content .children {
  margin-bottom: 0;
}
#sub-content .children li:before {
  content: "・";
}
.conversion .banner {
  width: 1054px;
  margin: auto;
  border-top: 1px solid #cecece;
  padding-top: 95px;
}
.conversion .banner .inner {
  margin: auto;
  width: 940px;
  text-align: center;
  margin-bottom: 80px;
}
.conversion .banner .item {
  width: 100%;
  border: 1px solid #2694ff;
  border-radius: 60px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.conversion .banner .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 110px;
}
.conversion .banner .item a {
  padding: 25px;
  display: block;
}
.conversion .banner .item a span {
  font-size: 24px;
  border-bottom: 4px solid #a6e5ff;
  font-family: 'Noto Sans JP', sans-serif;
}
.conversion .banner .item a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #2694ff;
  color: #fff;
  border-radius: 60px;
}
.conversion .banner .item a:hover span {
  color: #fff;
}
.conversion.home .banner {
  border: none;
}
.conversion .contact .inner {
  margin: auto;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE          */
  flex-wrap: wrap;
  /* = flex-direction:row;flex-wrap:wrap; */
  width: 940px;
}
.conversion .contact .item a {
  display: block;
  background: #2694ff;
  width: 455px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding: 25px 0;
}
.conversion .contact .item a:link:hover {
  transition: 0.3s;
  opacity: 0.7;
  text-decoration: none;
}
.conversion .contact .item a img {
  width: 100px;
  display: block;
  margin: 0 auto 25px;
}
.conversion .contact .item a p {
  text-decoration: none;
  color: #fff;
  font-size: 34px;
  margin: 10px 0 0;
  display: block;
}
.conversion .contact .item a p span {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-size: 19px;
  color: #fff;
}
#footer {
  margin-top: 155px;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0 0;
}
#footer .inner {
  height: 100%;
  width: 1056px;
  text-align: center;
  margin: auto;
}
#footer .info {
  margin-bottom: 40px;
  position: relative;
}
#footer .info #f-logo {
  display: block;
  margin-bottom: 23px;
}
#footer .info #f-logo a img {
  width: 245px;
}
#footer .info #f-logo a span {
  color: #2694ff;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 5px;
}
#footer .info #f-logo a:hover {
  text-decoration: none;
}
#footer .info .left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 196px;
}
#footer .info .right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 139px;
}
#footer .info p {
  font-size: 14px;
}
#footer #footer-inner {
  background: #f7f7f6;
  width: 100%;
  padding: 55px 0;
}
#footer #footer-menu {
  width: 660px;
}
#footer #footer-menu ul {
  height: 280px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer #footer-menu ul li {
  text-align: left;
}
#footer #footer-menu ul li a {
  color: #3c3c3c;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
}
#footer #footer-menu ul li a:link {
  color: #3c3c3c;
}
#footer #footer-menu ul li ul {
  height: auto;
  margin-bottom: 40px;
}
#footer #footer-menu ul li ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #606060;
  margin-bottom: 0px;
}
#footer #footer-menu ul li ul li:last-child {
  margin-bottom: 200px;
}
#footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin-bottom: 12px;
  display: none;
  z-index: 9997;
}
#footer #pagetop img {
  width: 75px;
}
#footer #copy {
  line-height: 1.6;
  font-size: 11px;
  margin-bottom: 6px;
  text-align: right;
  margin-top: -36px;
  color: #606060;
}
#footer #copy small {
  color: #888;
}
.post-nav {
  display: flex;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.post-nav .next,
.post-nav .prev {
  width: 50%;
}
.post-nav .next a,
.post-nav .prev a {
  position: relative;
  display: flex;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s;
  text-decoration: none !important;
  font-size: 0.7em;
}
.post-nav .next a:hover,
.post-nav .prev a:hover {
  background-color: #d1e6ef;
}
.post-nav .next a:before,
.post-nav .prev a:before {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #ccc;
  transform: rotate(120deg) translate(-7px);
}
.post-nav .next a:after,
.post-nav .prev a:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #ccc;
  transform: rotate(-120deg) translate(-7px);
}
.post-nav .next p,
.post-nav .prev p {
  margin: 0;
}
.post-nav .next .image,
.post-nav .prev .image {
  width: 30%;
}
.post-nav .next .title,
.post-nav .prev .title {
  flex: 1;
  margin: 0 !important;
  padding-top: 20px;
  line-height: 1.3;
}
.post-nav .next {
  border-right: 1px solid #ddd;
}
.post-nav .next .image {
  margin-right: 20px;
}
.post-nav .prev a {
  flex-direction: row-reverse;
}
.post-nav .prev a:before,
.post-nav .prev a:after {
  left: auto;
  right: 3px;
}
.post-nav .prev a:before {
  transform: rotate(60deg) translate(-7px);
}
.post-nav .prev a:after {
  transform: rotate(-60deg) translate(-7px);
}
.post-nav .prev .image {
  margin-left: 20px;
}
@media screen and (max-width: 854px) {
  .post-nav .next a:hover,
  .post-nav .prev a:hover {
    background: none;
  }
  .post-nav .next .image,
  .post-nav .prev .image {
    display: none;
  }
  .post-nav .next .title,
  .post-nav .prev .title {
    padding-top: 0;
  }
  .post-nav .next .image {
    margin-right: 0;
  }
  .post-nav .prev .image {
    margin-left: 0;
  }
}
/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  /*src: url('/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/fonts/icomoon.eot?original');
  src: url('/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/fonts/icomoon.eot?original#iefix') format('embedded-opentype'), url('/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/fonts/icomoon.ttf?original') format('truetype'), url('/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/fonts/icomoon.woff?original') format('woff'), url('/web/20220708183738im_/https://h-sakai.com/wp/wp-content/themes/original/fonts/icomoon.svg?original#icomoon') format('svg');*/
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-feedly:before {
  content: "\e907";
}
.icon-hatebu:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e909";
}
.icon-pocket:before {
  content: "\e90a";
}
.icon-google-plus:before {
  content: "\e900";
}
.icon-google-plus2:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-rss:before {
  content: "\e90b";
}
.icon-rss2:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e905";
}
#share_top1 ul li a,
#share_top2 ul li a,
#share_btm1 ul li a,
#share_btm2 ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*--------------------------------
share_top1（Style1）
---------------------------------*/
#share_top1 {
  width: 100%;
  margin: 50px 0;
  font-family: sans-serif;
}
#share_top1 h2 {
  color: #666;
  font-weight: 400;
}
#share_top1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#share_top1 ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#share_top1 ul li a {
  display: inline-block;
  min-width: 27px;
  height: 27px;
  text-decoration: none;
  margin: 0 1px 5px 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  color: #fff !important;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  line-height: 25px;
  padding: 1px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#share_top1 ul li a i {
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
#share_top1 ul li a .ttl {
  margin: 0 3px 0 5px;
  text-align: center;
  line-height: 20px;
}
#share_top1 ul li a .share-count {
  display: inline;
  font-size: 9px;
  color: #fff;
  padding: 0;
  line-height: 25px;
  margin: 0;
  border-radius: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#share_top1 ul li > a:hover {
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}
@media screen and (max-width: 480px) {
  #share_top1 {
    width: 100%;
    margin: 30px 0;
  }
  #share_top1 ul li a {
    margin-right: 2px;
    height: 25px;
    min-width: 18px;
  }
  #share_top1 ul li a i {
    left: 1px;
  }
  #share_top1 ul li > a span.ttl {
    display: none;
  }
  #share_top1 ul li a .share-count {
    margin-left: 3px;
  }
}
/*------------- share_top1 & share_btm1 button_color -------------*/
/* Twitter */
#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
  color: #fff;
  background-color: #55acee;
}
#share_top1 ul li.twitter a:hover,
#share_btm1 ul li.twitter a:hover {
  background-color: #468ec5;
}
/* Facebook */
#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
  background-color: #35629a;
}
#share_top1 ul li.facebook a:hover,
#share_btm1 ul li.facebook a:hover {
  background-color: #1f3669;
}
/* Google+ */
#share_top1 ul li.googleplus a,
#share_btm1 ul li.googleplus a {
  background-color: #dd4b39;
}
#share_top1 ul li.googleplus a:hover,
#share_btm1 ul li.googleplus a:hover {
  background-color: #b94031;
}
#share_top1 ul li.googleplus a i {
  top: 4px;
}
/* Hatena */
#share_top1 ul li.hatebu > a,
#share_btm1 ul li.hatebu a {
  background-color: #3c7dd1;
}
#share_top1 ul li.hatebu > a:hover,
#share_btm1 ul li.hatebu a:hover {
  background-color: #0270ac;
}
/* Pocket */
#share_top1 ul li.pocket a,
#share_btm1 ul li.pocket a {
  background-color: #ee4056;
}
#share_top1 ul li.pocket a:hover,
#share_btm1 ul li.pocket a:hover {
  background-color: #c53648;
}
/* rss */
#share_top1 ul li.rss a,
#share_btm1 ul li.rss a {
  background-color: #ffb53c;
}
#share_top1 ul li.rss a:hover,
#share_btm1 ul li.rss a:hover {
  background-color: #e09900;
}
/* Feedly */
#share_top1 ul li.feedly a,
#share_btm1 ul li.feedly a {
  background-color: #6cc655;
}
#share_top1 ul li.feedly > a:hover,
#share_btm1 ul li.feedly > a:hover {
  background-color: #5ca449;
}
/* Pinterest */
#share_top1 ul li.pinterest a,
#share_btm1 ul li.pinterest a {
  background-color: #d4121c;
}
#share_top1 ul li.pinterest a:hover,
#share_btm1 ul li.pinterest a:hover {
  background-color: #a42f35;
}
/* ----------------------------------
      front-page.php
-----------------------------------*/
/* -- home -- */
.page-home #keyvisual {
  padding: 0 45px;
  font-size: 0;
  margin-bottom: 43px;
}
.page-home #keyvisual img {
  width: 100%;
}
.page-home .swiper-container {
  width: 100%;
  z-index: 9997;
}
.page-home h2 {
  margin: 0;
  margin-bottom: -33px;
}
.page-home h2 span.en {
  display: block;
  margin-bottom: -15px;
  color: #2694ff;
}
.page-home h2 span.jp {
  font-size: 24px;
  border-bottom: 4px solid #a6e5ff;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-home .policy {
  background: #f7f7f6;
  margin-bottom: 70px;
}
.page-home .policy .inner {
  padding: 65px 0 60px;
}
.page-home .policy img {
  width: 493px;
  margin-right: 45px;
  float: left;
}
.page-home .policy p.title {
  font-size: 20px;
  line-height: 2;
  margin-top: -10px;
  margin-bottom: 20px;
}
.page-home .policy p.title span {
  padding-bottom: 5px;
  border-bottom: 1px solid #2694ff;
  color: #2694ff;
}
.page-home .policy p.text {
  font-size: 14px;
  line-height: 1.9;
  margin-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.page-home .service {
  margin: 70px auto 130px;
}
.page-home .service .inner {
  width: 945px;
  margin: 71px auto 0;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE          */
  flex-wrap: wrap;
  /* = flex-direction:row;flex-wrap:wrap; */
}
.page-home .service .item {
  width: 33%;
  text-align: center;
}
.page-home .service .item a {
  text-decoration: none;
  display: block;
}
.page-home .service .item a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.page-home .service .item a:hover h3 {
  opacity: 0.7;
}
.page-home .service .item a:hover p {
  opacity: 0.7;
}
.page-home .service .item a:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #2694ff;
}
.page-home .service .item img {
  border-radius: 50%;
  /* 角丸半径を50%にする(=円形にする) */
  width: 270px;
  /* ※縦横を同値に */
  height: 270px;
  /* ※縦横を同値に */
  border: 2px solid #2694ff;
  background: #fff;
}
.page-home .service .item h3 span {
  border-bottom: 1px solid #2694ff;
  color: #2694ff;
  font-size: 18px;
  display: inline-block;
  margin: 34px 0 16px;
}
.page-home .service .item p span {
  font-size: 13px;
  border-bottom: 1px solid;
  position: relative;
  display: inline-block;
}
.page-home .service .item p span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 13px;
  height: 1px;
  margin: auto;
  content: "";
  vertical-align: middle;
  background: #3c3c3c;
}
.page-home .service .item p span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-home .topics {
  margin-bottom: 115px;
}
.page-home .topics .inner {
  padding: 70px 0;
}
.page-home .topics li {
  border-top: 1px solid #54bcff;
  padding: 20px;
}
.page-home .topics li:last-child {
  border-bottom: 1px solid #54bcff;
}
.page-home .topics li time {
  margin-right: 20px;
}
.page-home .topics li .date {
  float: left;
  font-size: 16px;
}
.page-home .topics li .cat {
  background: #54bcff;
  border-radius: 30px;
  color: #fff;
  width: 120px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
}
.page-home .topics li p {
  font-size: 16px;
  margin-left: 260px;
}
.page-home #main-content .inner {
  border-bottom: none !important;
}
/* ----------------------------------
      page.php
-----------------------------------*/
#main.pages {
  margin-bottom: 90px;
}
#main.pages .title {
  height: 300px;
  background: #2694ff;
  padding: 80px 0;
}
#main.pages h2 {
  color: #fff;
  text-align: center;
}
#main.pages h2 .en {
  font-size: 54px;
  display: block;
  color: #fff;
  letter-spacing: 4px;
}
#main.pages h2 .jp {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  letter-spacing: 4px;
}
#main #main-content .inner {
  width: 960px;
  margin: auto;
  padding-bottom: 60px;
}
#main #main-content .policy .inner {
  width: 1060px;
}
#main #main-content.child .inner {
  box-sizing: content-box;
  width: -webkit-calc(-160%);
  width: calc(100% - 260px);
  margin: auto;
  float: left;
  border-bottom: 0;
  padding-bottom: 0;
}
#main #main-content.child .inner section {
  width: 800px;
  margin: auto;
  padding-bottom: 60px;
}
#main #sub-content .title {
  padding: 65px 0;
  height: 180px;
}
#main #sub-content .title h2 .jp {
  font-size: 24px;
  display: block;
  border-bottom: 0;
}
#main #sub-content .title h2 .en {
  font-size: 10px;
}
#main #sub-content ul li {
  background: #54bcff;
  border-bottom: 1px solid #2694ff;
  font-size: 0;
}
#main #sub-content ul li:last-child {
  border-bottom: 0;
}
#main #sub-content ul li a {
  font-size: 16px;
  padding: 30px 0 30px 65px;
  text-align: left;
  display: block;
  color: #fff;
  position: relative;
}
#main #sub-content ul li a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #c1e7ff;
  color: #2694ff;
}
#main #sub-content ul li a:hover:before {
  border-color: #2694ff;
}
#main #sub-content ul li a:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#main #sub-content ul li.current-menu-item {
  background: #c1e7ff;
}
#main #sub-content ul li.current-menu-item a {
  color: #2694ff;
}
#main #sub-content ul li.current-menu-item a:before {
  border-color: #2694ff;
}
/* ----------------------------------
      page-work.php
-----------------------------------*/
#main #main-content .inner .work-title {
  background: #f7f7f6;
}
#main #main-content .inner .work-title .work-inner {
  width: 800px;
  margin: auto;
  clear: both;
  padding: 20px 0;
}
#main #main-content .inner .work-title .work-inner img {
  float: left;
  width: 205px;
  margin-right: 50px;
}
#main #main-content .inner .work-title .work-inner h3 {
  /*margin-top: 25px;*/
  font-size: 24px;
  color: #2694ff;
  margin-bottom: 25px;
  margin-left: 260px;
}
#main #main-content .inner .work-title .work-inner p {
  margin-left: 260px;
}
#main #main-content .inner .work-menu {
  margin: 35px auto 70px;
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex;
  /* Safari6.1以降 */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE          */
  flex-wrap: wrap;
  /* = flex-direction:row;flex-wrap:wrap; */
}
#main #main-content .inner .work-menu .item {
  margin-top: 50px;
  width: 290px;
  position: relative;
  padding-bottom: 80px;
}
#main #main-content .inner .work-menu .item img {
  width: 70%;
  margin: auto;
  display: block;
}
#main #main-content .inner .work-menu .item h3 {
  text-align: center;
  margin: 20px auto;
}
#main #main-content .inner .work-menu .item h3 span {
  display: inline-block;
  color: #2694ff;
  border-bottom: 1px solid #2694ff;
  padding-bottom: 3px;
  font-size: 18px;
}
#main #main-content .inner .work-menu .item p {
  font-size: 14px;
  line-height: 1.5;
}
#main #main-content .inner .work-menu .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
}
#main #main-content .inner .work-menu .btn:before {
  content: none;
}
#main #main-content .inner .work-menu .btn a {
  border: 2px solid #2694ff;
  padding: 15px;
  border-radius: 10px;
  color: #2694ff;
}
#main #main-content .inner .work-menu .btn a span {
  color: #3c3c3c;
}
#main #main-content .inner .work-menu .btn a span.text {
  border-bottom: 1px solid #2694ff;
  padding-bottom: 3px;
}
#main #main-content .inner .work-menu .btn a span.arrow {
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
#main #main-content .inner .work-menu .btn a span.arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -101px;
  width: 12px;
  height: 1px;
  background: #2694ff;
}
#main #main-content .inner .work-menu .btn a span.arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -105px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #2694ff;
  border-right: 1px solid #2694ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main #main-content .inner .work-menu .btn a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 28px;
  height: 28px;
  border: 1px solid #2694ff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#main #main-content .inner .work-menu .btn a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #2694ff;
}
#main #main-content .inner .work-menu .btn a:hover span {
  color: #fff;
}
#main #main-content .inner .work-menu .btn a:hover span.arrow:before {
  background: #fff;
}
#main #main-content .inner .work-menu .btn a:hover span.arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#main #main-content .inner .work-menu .btn a:hover span.text {
  border-bottom: 1px solid #fff;
}
#main #main-content .inner .work-menu .btn a:hover:before {
  border: 1px solid #fff;
}
#main .container {
  margin-left: auto;
  margin-right: auto;
}
#main .container.editor ul {
  margin: 15px 0;
}
#main .container.editor ul li {
  margin-bottom: 10px;
}
#main .container.editor h2 {
  font-size: 22px !important;
  color: #3c3c3c !important;
  padding: 18px;
  border-left: 9px solid #2694ff;
  text-align: left;
  margin-top: 50px;
}
#main .container.editor #worker {
  margin-top: -100px;
  padding-top: 100px;
}
#main .container.editor #company {
  margin-top: -100px;
  padding-top: 100px;
}
#main .container.editor h3 {
  background: #f7f7f6;
  border-bottom: 1px solid #2694ff;
  padding: 10px;
  margin-top: 45px;
  margin-bottom: 15px;
  font-size: 18px;
}
#main .container.editor h4 {
  border-bottom: 1px solid;
  margin: 15px 0 10px;
  font-weight: bold;
}
#main .container.editor p {
  margin-top: 30px;
}
#main .container.editor .mrg-l {
  margin-left: 40px;
}
#main .container.editor .inner {
  width: 1056px;
  margin: auto;
}
#main .container.editor .wp-block-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
#main .container.editor .wp-block-table input {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
}
#main .container.editor .wp-block-table textarea {
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  border: none;
  border: 1px solid #ccc;
}
#main .container.editor .wp-block-table th {
  width: 270px;
  color: #2694ff;
  border-bottom: 1px solid #c8c8c8;
  vertical-align: middle;
}
#main .container.editor .wp-block-table th span {
  margin-left: 38px;
  color: #2694ff;
}
#main .container.editor .wp-block-table th span.hissu {
background: #008BCB;
    color: #fff;
    margin-left: 10px;
    padding: 2px 6px;
    border-radius: 6px;
}
#main .container.editor .wp-block-table th span.nini {
  	background: #f1f1f1;
  	color: #008BCB;
  	margin-left: 10px;
    padding: 2px 6px;
    border-radius: 6px;
} 
#main .container.editor .wp-block-table td {
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
}
#main .container.editor .wp-block-table td span {
  border-left: 1px solid #c8c8c8;
  display: block;
  padding: 5px 0px 5px 15px;
}
#main .container.editor .wp-block-table.noindent th span {
  text-indent: 0px;
  margin-left: 0px;
}
#main .container.editor .wp-block-table.no-top {
  margin-top: 0;
}
#main .container.editor .scroll .wp-block-table th {
  padding: 5px;
  width: auto;
}
#main .container.editor .scroll .wp-block-table th span {
  padding: 5px;
  font-size: 14px;
  text-indent: 0px;
  margin-left: 0px;
}
#main .container.editor .scroll .wp-block-table td {
  padding: 5px;
}
#main .container.editor .scroll .wp-block-table td span {
  padding: 5px;
  font-size: 14px;
}
#main .container.editor .scroll .nomal {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  text-align: center;
  width: 100%;
  margin: 30px 0;
}
#main .container.editor .scroll .nomal th {
  border-collapse: collapse;
  color: #2694ff;
  text-align: center;
  border: 1px solid #c8c8c8;
  padding: 15px;
}
#main .container.editor .scroll .nomal th.left {
  text-align: left;
}
#main .container.editor .scroll .nomal td {
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  text-align: center;
  padding: 15px;
}
#main .container.editor .scroll .nomal td.left {
  text-align: left;
}
#main .container.editor .scroll .nomal.small th {
  font-size: 80%;
  letter-spacing: 1px;
  padding: 10px 5px;
}
#main .container.editor .scroll .nomal.small td {
  font-size: 80%;
  letter-spacing: 1px;
  padding: 10px 5px;
}
#main .container.editor input.button {
  display: block;
  margin: auto;
  width: 300px;
  padding: 14px;
  text-align: center;
  border-style: none;
  border: 1px solid;
  font-size: 16px;
  background: #fff;
  color: #2694ff;
}
#main .container.editor input.button:hover {
  background: #2694ff;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.work .wp-block-table {
  width: inherit!Important;
}
/* -- contact -- */
/* -- contact -- */
@media screen and (min-width: 855px) {
  .display-sp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 854px) {
  .alignright {
    float: none !Important;
  }
  .display-pc {
    display: none;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  body.body_fix {
    display: fixed;
    overflow: hidden;
  }
  .bread_crumb {
    padding: 5px;
  }
  #header {
    position: fixed;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    height: 19vw;
  }
  #header #header-inner {
    max-width: inherit;
    min-width: inherit;
  }
  #header #header-inner h1 {
    padding: 53px 0 6px 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
  }
  #header #header-inner #logo {
    float: none;
    text-align: center;
  }
  #header #header-inner ul {
    position: relative;
    left: 50%;
    float: left;
  }
  #header #header-inner ul li {
    position: relative;
    left: -50%;
  }
  #header .gnav {
    display: none;
    margin-bottom: 12px;
  }
  #header .gnav li {
    float: left;
    width: 50%;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
    line-height: 44px;
  }
  #header .gnav li:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
  #sp-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
  }
  #sp-header .logo {
    float: left;
    line-height: 1;
    margin: 0;
    font-size: 24px;
    width: 50vw;
  }
  #sp-header .logo a {
    display: inline-block;
    padding: 5vw 0 0 4vw;
    color: #555;
    font-weight: bold;
    width: 50vw;
  }
  #sp-header .logo a img {
    width: 100%;
  }
  #sp-header .logo a:hover {
    text-decoration: none;
  }
  #sp-header .menu-trigger {
    display: inline-block;
    width: 10vw;
    height: 6vw;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 4vw;
    right: 4vw;
    z-index: 9999;
    transform: translateX(0);
    transition: transform 0.5s;
  }
  #sp-header .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2694ff;
  }
  #sp-header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #sp-header .menu-trigger span:nth-of-type(2) {
    top: 2.9vw;
  }
  #sp-header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #sp-header .menu-trigger span.txt {
    background: none;
    font-size: 2vw;
    bottom: -2vw;
    text-align: center;
    letter-spacing: 0px;
  }
  #sp-header .menu-trigger.active span {
    background-color: #fff;
  }
  #sp-header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(2.9vw) rotate(-45deg);
  }
  #sp-header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-2.9vw) rotate(45deg);
  }
  #sp-header .menu-trigger.active span.txt {
    background: none;
    color: #fff;
  }
  #sp-header #sp-nav {
    width: 80vw;
    height: 100%;
    padding-top: 19vw;
    background-color: #2694ff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    transform: translate(80vw);
    transition: all 0.5s;
    overflow: scroll;
  }
  #sp-header #sp-nav .logo {
    width: 55vw;
    position: absolute;
    top: 0;
  }
  #sp-header #sp-nav.open {
    transform: translateZ(0);
  }
  #sp-header #sp-nav li {
    color: #fff;
    text-align: left;
    margin: 0 3vw;
    padding-right: 15vw;
    border-bottom: 1px solid #0aa6ff;
    position: relative;
  }
  #sp-header #sp-nav li.menu-item-has-children:after {
    position: absolute;
    content: url(./img/common/icon_arrow_sp.png);
	width:16px;
	height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 4vw;
    right: 5vw;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sp-header #sp-nav li.open.menu-item-has-children:after {
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #sp-header #sp-nav li:first-child {
    border-top: 1px solid #0aa6ff;
  }
  #sp-header #sp-nav li a {
    display: block;
    padding: 4vw 2vw;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  #sp-header #sp-nav li ul {
    display: none;
    width: 74vw;
  }
  #sp-header #sp-nav li ul li {
    padding-right: 5vw;
    box-sizing: content-box;
    width: 66vw;
  }
  #sp-header #sp-nav li ul li a {
    color: #caf5ff;
    font-size: 13px;
  }
  #sp-header #sp-nav .contact {
    margin-top: 10vw;
  }
  #sp-header #sp-nav .contact p {
    width: 90%;
    margin: 0 auto 5vw;
  }
  #sp-header #sp-nav .contact p a {
    display: block;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
  }
  #sp-header #sp-nav .contact p a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 6vw;
    text-align: center;
  }
  #sp-header #sp-nav .contact p a img {
    width: 10vw;
    vertical-align: middle;
  }
  #main {
    width: 100%;
    padding-top: 19vw;
  }
  #main .breadcrumbs {
    padding: 0 30px;
    margin-bottom: 25px;
  }
  #main.pages {
    margin-bottom: 5vw;
  }
  #main.pages .title {
    height: auto;
    padding: 8vw 0 10vw;
    margin: 0 30px;
  }
  #main.pages h2 .en {
    font-size: 25px;
    display: block;
    color: #fff;
  }
  #main.pages h2 .jp {
    font-size: 16px;
  }
  #main #main-content .inner {
    width: 100vw!Important;
    padding: 0 30px;
  }
  #main #main-content .inner .work-title {
    margin: 0 -30px;
  }
  #main #main-content .inner .work-title .work-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  #main #main-content .inner .work-title .work-inner img {
    float: none;
    width: 60vw;
    height: 60vw;
    margin: auto;
    margin-bottom: 20px;
    display: block;
  }
  #main #main-content .inner .work-title .work-inner h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
  }
  #main #main-content .inner .work-title .work-inner p {
    padding: 8vw;
    margin: 0;
  }
  #main #main-content.child .inner {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  #main #main-content.child .inner section {
    width: 100%;
    padding-bottom: 10vw;
  }
  #main figure {
    margin-bottom: 12px;
  }
  #main #content.two-col-content #main-content {
    float: none;
    width: auto;
  }
  #main section h2 {
    font-size: 25px;
  }
  #main section .img-left,
  #main section .img-right {
    overflow: hidden;
  }
  #main section .img-left .img,
  #main section .img-right .img {
    width: 80%;
    margin: 0 auto 30px auto;
    float: none;
  }
  #main section .img-left .img img,
  #main section .img-right .img img {
    width: 100%;
  }
  #main section .img-left .txt,
  #main section .img-right .txt {
    width: 100%;
    margin: 0 auto;
  }
  #main section .col3-wap {
    width: 100%;
    overflow: hidden;
  }
  #main section .col3-wap div {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3em;
  }
  #main section .col3-wap div .img {
    width: 80%;
    margin: 0 auto 1em auto;
  }
  #main section .col3-wap div img {
    width: 100%;
  }
  #main section .col3-wap div:last-child {
    margin-bottom: 0;
  }
  #main section .tbl-layout {
    width: 100%;
    border-bottom: none;
  }
  #main section .tbl-layout small {
    font-size: 11px;
  }
  #main section .tbl-layout dt {
    padding: 10px 14px;
    font-size: 16px;
    background: #F5F5F5;
    border: 1px solid #ccc;
  }
  #main section .tbl-layout dd {
    padding: 18px 14px 20px 14px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #main section .tbl-layout dd input,
  #main section .tbl-layout dd select {
    width: 100%;
    height: 40px;
  }
  #main section .tbl-layout dd textarea {
    font-size: 16px;
    width: 100%;
  }
  #main section .tbl-layout dd input,
  #main section .tbl-layout dd textarea {
    border: 1px solid #f5f5f5;
    background: #F3FFF8;
    font-size: 16px;
  }
  #main section .tbl-layout dd:last-child {
    border-bottom: 1px solid #ccc;
  }
  #main section .check {
    text-align: left;
  }
  #main .container.editor .content-toggle {
    position: relative;
  }
  #main .container.editor .accordion_icon {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    width: 30px;
    margin-right: 5px;
    top: -9%;
    bottom: 0;
    right: 5px;
    margin: auto;
    height: 10px;
  }
  #main .container.editor .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #2694ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  #main .container.editor .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  #main .container.editor .accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #main .container.editor .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  #main .container.editor .accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  #main .container.editor .content-area {
    display: none;
  }
  #main .container.editor .content-table {
    display: none;
  }
  #main .container.editor h2 {
    font-size: 14px !Important;
    padding: 5px 18px;
    margin-top: 50px;
  }
  #main .container.editor h3 {
    font-size: 14px;
    padding-right: 5vw;
  }
  #main .container.editor .mrg-l {
    margin-left: 0;
  }
  #main .container.editor .inner {
    width: 100%;
  }
  #main .container.editor .wp-block-table {
    margin-top: 30px;
    border: 1px solid #c8c8c8;
    border-bottom: 0;
    width: 100%;
  }
  #main .container.editor .wp-block-table th {
    display: block;
    padding: 10px 0 4px 10px;
    margin: 0;
    border: none;
    width: 100%;
  }
  #main .container.editor .wp-block-table th span {
    border: none;
    text-indent: 0;
    padding: 5px 5px 10px;
    margin: 5px;
    text-align: center;
  }
  #main .container.editor .wp-block-table th span.hissu {
  	background: #008BCB;
    color: #fff;
    margin-left: 10px;
    padding: 2px 6px;
    border-radius: 6px;
  }
  #main .container.editor .wp-block-table th span.nini {
  	background: #f1f1f1;
  	color: #008BCB;
  	margin-left: 10px;
    padding: 2px 6px;
    border-radius: 6px;
  } 
  #main .container.editor .wp-block-table td {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
  }
  #main .container.editor .wp-block-table td span {
    padding: 10px;
    margin: 0;
    border: none;
  }
  #main .container.editor .scroll {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  #main .container.editor .scroll .wp-block-table {
    margin-bottom: 20px;
  }
  #main .container.editor .scroll .wp-block-table th {
    display: inline-table;
  }
  #main .container.editor .scroll .wp-block-table td {
    display: inline-table;
  }
  .btn {
    margin: auto;
    display: block;
    width: 240px;
    text-align: center;
  }
  .btn a {
    font-size: 12px;
    padding: 8px 17px 8px 32px;
  }
  #sub-content {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .page-home h2 {
    margin-bottom: 3vw;
  }
  .page-home h2 span.en {
    font-size: 25px;
    margin-bottom: -1vw;
  }
  .page-home h2 span.jp {
    font-size: 16px;
  }
  .page-home #keyvisual {
    padding: 0 15px;
    font-size: 0;
    margin-bottom: 6vw;
  }
  .page-home .policy {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .page-home .policy h2 {
    margin: 20px 0 15px;
  }
  .page-home .policy img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .page-home .policy p.title {
    font-size: 16px;
    margin: 0 0 20px;
    text-align: center;
  }
  .page-home .policy p.title span {
    padding-bottom: 0;
  }
  .page-home .policy p.text {
    font-size: 12px;
  }
  .page-home .service {
    margin: 8vw auto 15vw;
  }
  .page-home .service .inner {
    display: block;
  }
  .page-home .service .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-home .service .item img {
    width: 60vw;
    height: auto;
  }
  .page-home .service .item h3 span {
    margin: 2vw 0;
    font-size: 14px;
  }
  .page-home .service p span {
    font-size: 12px;
  }
  .page-home .topics {
    margin: 25px 0 0;
  }
  .page-home .topics .inner {
    padding: 10vw 0;
  }
  .page-home .topics li {
    padding: 4vw 2vw;
  }
  .page-home .topics li time {
    width: 50%;
    margin: 0 0 3vw;
  }
  .page-home .topics li .date {
    float: none;
    font-size: 4vw;
    width: 50vw;
  }
  .page-home .topics li .cat {
    width: 50%;
    font-size: 3vw;
    vertical-align: baseline;
    padding: 2px 0 0;
  }
  .page-home .topics li p {
    font-size: 4vw;
    margin: 1vw 0 0;
  }
  #main #main-content p,
  #main #main-content table,
  #main #main-content table th,
  #main #main-content table td {
    font-size: 12px;
  }
  #main #main-content .inner .work-menu {
    display: block;
    margin-bottom: 9vw;
  }
  #main #main-content .inner .work-menu .item {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
  #main #main-content .inner .work-menu .item h3 span {
    font-size: 16px;
  }
  #main #main-content .inner .work-menu .item p {
    font-size: 12px;
  }
  #main #main-content .inner .work-menu .item img {
    width: 75%;
  }
  #main #main-content .inner .work-menu .btn {
    position: relative;
    margin: 5vw auto 10vw;
    width: 170px;
  }
  #main #main-content .inner .work-menu .btn a {
    font-size: 13px;
    padding: 10px;
  }
  #main #main-content .inner .work-menu .btn a:before {
    right: 5.5vw;
  }
  #main #main-content .inner .work-menu .btn a span {
    padding: 0;
  }
  #main #main-content .inner .work-menu .btn a span.arrow:before {
    right: -98px;
  }
  #main #main-content .inner .work-menu .btn a span.arrow:after {
    right: -105px;
  }
  .conversion .banner {
    width: 100%;
    padding-top: 60px;
  }
  .conversion .banner .inner {
    width: 100%;
    padding: 4vw 30px 0;
    margin-bottom: 0;
  }
  .conversion .banner .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .conversion .banner .item img.left {
    left: 7%;
  }
  .conversion .banner .item img.right {
    right: 7%;
    left: inherit;
  }
  .conversion .banner .item a {
    position: relative;
    padding: 3vw 25px;
  }
  .conversion .banner .item a img {
    height: 100%;
  }
  .conversion .banner .item a span {
    font-size: 12px;
  }
  .conversion .contact .inner {
    display: block;
    width: 100%;
    padding: 4vw 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .conversion .contact .item {
    margin-bottom: 5vw;
  }
  .conversion .contact .item.tel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
  }
  .conversion .contact .item.mail {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .conversion .contact .item a {
    padding: 12px;
    width: 100%;
  }
  .conversion .contact .item a img {
    margin-bottom: 4vw;
    width: 20vw;
  }
  .conversion .contact .item a p {
    font-size: 19px;
  }
  .conversion .contact .item a p span {
    font-size: 12px;
  }
  #footer {
    margin-top: 0;
  }
  #footer #pagetop img {
    width: 12vw;
  }
  #footer .inner {
    width: 100vw;
    padding: 4vw 30px;
  }
  #footer .inner .info #f-logo a span {
    font-size: 10px;
  }
  #footer .inner .info #f-logo a img {
    width: 50vw;
  }
  #footer .inner .info .f-logo {
    width: 50vw;
  }
  #footer .inner .info .f-logo a img {
    width: 90%;
  }
  #footer .inner .info p {
    font-size: 9px;
  }
  #footer .inner .info .display-sp {
    display: -ms-flexbox;
    /* IE10 */
    display: -webkit-box;
    /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex;
    /* Safari6.1以降 */
    display: flex;
    -webkit-justify-content: center;
    /* Safari etc. */
    -ms-justify-content: center;
    /* IE10        */
    justify-content: center;
    -webkit-flex-wrap: wrap;
    /* Safari etc. */
    -ms-flex-wrap: wrap;
    /* IE          */
    flex-wrap: wrap;
    /* = flex-direction:row;flex-wrap:wrap; */
    margin-top: 6vw;
  }
  #footer .inner .info .display-sp p {
    width: 40%;
  }
  #footer #footer-inner {
    padding: 0;
  }
  #footer #footer-inner .inner {
    padding: 0;
  }
  #footer #footer-inner .inner #copy {
    position: relative;
    padding: 10vw 6vw 3vw;
    font-size: 7.5px;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  #main section .img-left,
  #main section .img-right {
    overflow: hidden;
  }
  #main section .img-left .img,
  #main section .img-right .img {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  #main section .img-left .img img,
  #main section .img-right .img img {
    width: 100%;
  }
  #main section .img-left .txt,
  #main section .img-right .txt {
    width: 100%;
    margin: 0 auto;
  }
  #main section .col3-wap {
    width: 100%;
    overflow: hidden;
  }
  #main section .col3-wap div {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3em;
  }
  #main section .col3-wap div .img {
    width: 100%;
    margin: 0 auto 1em auto;
  }
  #main section .col3-wap div img {
    width: 100%;
  }
  #main section .col3-wap div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 855px) {
  #footer .inner {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .mrg-l.content-toggle p { display: none; }
}


.wp-block-table td, .wp-block-table th {
  border: none;
}
