/*
Theme Name:20240919resposive2_side_install_pack
*/

@charset "utf-8";

@import url(option.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* --------------------------------------
ブラウザスタイル初期化
-------------------------------------- */
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,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

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

/* --------------------------------------
背景＆基本設定
-------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  color: #303030;
  background-color: #fff;
  line-height: 1;
  -webkit-text-size-adjust: none;
  min-width: 1000px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
}

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

img {
  border: none;
}

a {
  color: #000;
  text-decoration: underline;
}

a:link {
  color: #000;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
  line-height: 2;
}

ul {
  list-style: none;
  margin-bottom: 20px;
}

ol {
  margin-left: 25px;
}

dt {
  width: 20%;
  clear: left;
  float: left;
  padding: 10px 0;
}

dd {
  padding: 10px 0 10px 20%;
  border-bottom: 1px solid rgb(239, 239, 239);
}

hr {
  overflow: hidden;
  height: 0;
  border: #bdbdbd dotted 1px;
  margin: 5px 0 15px 0;
}

/* --------------------------------------
webアイコン定義
-------------------------------------- */

.fa-home {
  font-size: 12px !important;
}

.fa-window-restore {
  margin-left: 3px;
}

/* --------------------------------------
レイアウト定義
-------------------------------------- */
#base {
  /*
  background-image:url("img/bg_s.png");
  background-repeat:repeat;
  width:100%;
*/
}

.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
}

.wrapper_head {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 1000;
  position: sticky;
  top: 0;
  background-color: #fff;
}

#content {
  background-color: white;
  padding: 20px 0;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}

#content #main {
  width: 100%;
  line-height: 1.8;
  text-align: justify;
}


/* メイン画像 */
#simplegallery1 {
  clear: both;
  margin-bottom: 10px;
  z-index: 2;
}

.simplegallery {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.simplegallery img {
  width: 100%;
}

#ibox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 560px;
  width: 100%;
  background: url(img/main_bg.webp) center no-repeat;
  background-size: cover;
  position: relative;
}


#ibox img.main_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#ibox img.main_sp_img {
  display: none;
}

.ibox_inner {
  width: 900px;
  padding: 60px;
  margin: auto;
  background: url('img/contact_bnr_bg.webp') right bottom no-repeat, #fffd;
  background-size: 200px;
}

.ibox_copy {
  padding: 0 .5em;
  margin: 0 0 20px;
  color: #1057b5;
  font-size: 32px;
  font-weight: bold;
}

.ibox_text {
  font-weight: bold;
  padding-right: 180px;
}

.ibox_text p {
  margin-bottom: 20px;
}

#imagebox {
  clear: both;
  z-index: 2;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#imagebox img {
  width: 100%;
}

#imagebox3 {
  clear: both;
  z-index: 2;
  text-align: center;
  height: 506px;
  background-color: #f6f7fa;
  padding-top: 40px;
  margin-bottom: 0;
  background-position: center;
  background-image: url("img/main.png");
  position: relative;
  background-size: cover;
}

#base #bg #imagebox3 h1 {
  font-size: 54px;
  font-weight: bold;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: normal;
  color: #fff;
}

#base #bg #imagebox3 h1 .fs {
  font-size: 25px;
}

.imagebox_p {
  width: auto;
  height: auto;
  padding: 50px 100px;
  background-color: rgba(0, 0, 0, 0.42);
}

.imagebox_p p {
  line-height: normal;
  color: white;
  font-size: 20px;
}

.imagebox_p span.c_2 {
  font-size: 23px;
}

.imagebox_p span.c_3 {
  font-size: 30px;
  text-shadow: 1px 1px 0 white;

  /* font-weight: bold; */
  color: rgb(255, 80, 80);
}

#pan {
  font-size: 10px;
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin: 10px auto;
  width: 1000px;
  line-height: 1.3;
}

#pan a {
  background: transparent;
}

.sec {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

#content .sec h2:first-child,
#content .sec h3:first-child,
#content .sec h4:first-child {
  margin-top: 0 !important;
}

.page_wrap {
  padding: 0 40px;
}

/* --------------------------------------
各ページタイトル
-------------------------------------- */
#content #main .singletitle a,
#content #main .title a {
  color: #ff6000;
  text-decoration: none;
}

/* --------------------------------------
マウスオーバー設定
-------------------------------------- */
a:hover img {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}

#content #side a:hover img {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}

#content #side li:hover {
  opacity: 0.6;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
  /* border-left:#ff6000 2px solid; */
}

/* --------------------------------------
ヘッダー定義
-------------------------------------- */
#header_main {
  margin: auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header h1.title {
  padding: 0;
  text-align: inherit;
  display: inline-block;
}

header h1.title a {
  display: block;
}

.header_l {
  padding-left: 40px;
}

.header_r {
  margin-left: auto;
}

.pc_menu {
  display: flex;
  align-items: center;
}

.pc_menu nav {
  flex-grow: 1;
  white-space: nowrap;
}

.h_btn {
  display: flex;
  width: 100%;
  max-width: 440px;
}

.h_btn p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.h_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  color: #fff;
}

.h_btn .tel,
.h_btn .mail {
  flex: 1;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  color: #fff;
  white-space: nowrap;
  text-align: center;
}

.h_btn .mail {
  flex-wrap: nowrap;
  background: #990000;
  border-left: 1px solid #fff;
}

.h_btn .tel {
  background: #434343;
}

.h_btn .tel_inner {
  display: flex;
  align-items: center;
}

.h_btn img {
  margin: 0 5px 0 0;
  box-sizing: border-box;
  transform: translateY(2px);
}

.h_btn .tel img {
  width: auto;
  background: none;
  padding: 0;
}

.h_btn .mail img {
  width: 20px;
}



.h_btn .telnum {
  font-size: 24px;
  font-weight: bold;
}

.h_btn .note {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: normal;
}



/* -------------------------------------
グローバルナビ定義（gnavi・グロナビ）
------------------------------------- */

/* 横ならびメニュー部分 */

#menu {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header.fixed #menu {
  position: relative;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#menu li {
  position: relative;
  flex-grow: 1;
}

#menu>li a {
  display: block;
  margin: 0 15px;
  padding: 15px 0;
  text-decoration: none;
  position: relative;
  color: #333;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
  border-bottom: 1px solid #fff;
}

#menu>li a:hover {
  color: #1057b5;
  border-bottom: 1px solid #1057b5;
}

#menu ul.dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 9999;
  width: 241px;
  background-color: #79c2fb;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}


#menu li a.hover {
  background-position: center -50px;
}


#menu ul.dropdown li {
  float: none;
  border-bottom: 1px solid #FFFFFF;
  position: static;
  background-image: none;
}

#menu ul.dropdown li:last-child {
  border-bottom: none;
}

#menu ul.dropdown li:hover {
  background-color: #2196f3;
}

#menu ul.dropdown li a {
  text-indent: 0px;
  font-size: 12px;
  height: auto;
  padding: 13px 10px;
  color: #000000;
}

#headnav {
  /*IE7対策*/
  position: relative;
  z-index: 9999;
}

#m_logo svg {
  width: 66px;
  height: 31px;
  margin-top: 10px;
  margin-left: 10px;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(200px) rotateX(90deg);
  }

  100% {
    -webkit-transform: perspective(200px) rotateX(0deg);
  }
}

/* --ここまで-- */



@media screen and (max-width: 1300px) {
  .header_l {
    padding-left: 20px;
  }

  .header_l img {
    width: 260px;
    height: auto;
  }

  #menu>li a {
    margin: 0 10px;
    font-size: 0.9em;
  }

  .h_btn {
    max-width: 340px;
  }

  .h_btn a {
    padding: .5em;
  }

  .h_btn .tel,
  .h_btn .mail {
    min-height: 80px;

  }

  .h_btn .telnum {
    font-size: 20px;
  }

  .h_btn .note {
    font-size: 12px;
  }
}

/* --------------------------------------
サイドタイトル
-------------------------------------- */

#content #side {}

#content #side h3 {
  background: url("img/btn_title_side.png") 10px center no-repeat, url("img/bg_title_side.png") left top repeat-x;
  background: #fc1d25;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fc1d25 1%, #bf0209 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fc1d25 1%, #bf0209 100%);
  height: auto;
  padding: 7px 0 6px 15px;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  border: none;
  margin: 20px 0 0 0;
  text-indent: 10px;
  position: relative;

  /* 上部角丸の場合コメントアウト外す
border-top-right-radius: 4px;
border-top-left-radius: 4px;
*/
}

#content #side div:first-child h3 {
  margin: 0 0 0 0;
}

#content #side h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #feed68;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/* --------------------------------------
サイドメニューリスト
-------------------------------------- */

#content #side ul {
  margin: 0;
  list-style: none;
}

#content #side li {
  border-bottom: #c9c1b9 1px dotted;
  vertical-align: middle;
  position: relative;
}

#content #side li a {
  display: block;
  color: #080808;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  position: relative;
}

#content #side li a::before,
#content #side li.recentcomments::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  transition: 0.3s;
}

#content #side li a:hover::before,
#content #side li.recentcomments:hover::before {
  transform: translate(2px, -50%);
}

#content #side li.recentcomments {
  padding: 10px 10px 10px 20px;
}

#content #side li.recentcomments a::before {
  content: none;
}



/* --------------------------------------
トップに戻るボタン
-------------------------------------- */

/* スムーススクロール
html {
  scroll-behavior: smooth;
}*/

/* トップに戻るボタン */
a.backToTop {
  background: #104fa5;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  z-index: 999;
  border-radius: 9999px;
  display: inline-block;
  transition: opacity 0.8s;
  pointer-events: none;
}

/* 上三角 */
a.backToTop:before {
  display: inline-block;
  color: #FFF;
  line-height: 1;
  width: 0.8rem;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  content: "";
  z-index: 1000;
  opacity: 1;
  left: 50%;
  top: 55%;
  position: absolute;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* hover時 */
a.backToTop:hover {
  opacity: 0.8 !important;
}


/* --------------------------------------
フッター定義
-------------------------------------- */
footer {
  height: auto;
  padding: 60px 0 0;
  background-color: rgb(232 231 231);
}

footer,
footer a {
  color: #333;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.footer_nav {
  width: 1000px;
  padding: 0 0 40px;
  margin: auto;
  text-align: center;
}

.footer_btm_wrap {
  display: flex;
}

/* footer_btm_left  */
.logo_footer {
  display: block;
  margin-bottom: 12px;
}

.logo_footer img {
  width: 250px;
  /* フッターのロゴ横幅 */
}

a.logo_footer:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

.logo_footer svg {
  margin-bottom: 12px;
  width: 80px;
  float: left;
}

footer svg path {
  fill: rgb(152, 152, 152);
}


/* footer_btm_right  */
.footer_btm_right {
  flex-grow: 1;
  display: flex;
}

.f_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.tel {
  padding: 0 20px 0 0;
  color: #333;
  font-weight: bold;
}

.tel img {
  width: 25px;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  background: #333;
  box-sizing: border-box;
  border-radius: 4px;
  transform: translateY(2px);
}

.telnum {
  font-size: 1.875rem;
  font-family: Roboto;
  line-height: 1.3;
}

.tel .note {
  display: block;
  font-size: 0.875rem;
}

.f_mail a {
  display: block;
  padding: 10px 40px;
  background: #333;
  border-radius: 4px;
  color: #fff;
}

.f_mail img {
  margin: 0 5px 0 0;
  transform: translateY(2px);
}

/* footermenu  */
.footermenu {
  flex: 1;
  margin-left: 80px;
}


.footermenu ul {}

.footermenu ul.sub-menu {
  margin: 1em 0px 0px 1em;
}

.footermenu li {
  width: auto;
  white-space: nowrap;
  margin: 0 0 1em;
}

.footermenu li a {
  text-decoration: none;
  display: block;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
}

.footermenu li:last-child a {
  border: none;
}

.footermenu .menu_title {
  color: #333;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: left;
}

.footermenu.sub li a {
  font-weight: normal;
  position: relative;
}

.footermenu.sub li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background: #1057b5;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

.copyright {
  padding: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #434343;
}

.copyright a {
  text-decoration: none;
  color: #fff;
}

#pagetop {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

a#pagetop:hover {
  opacity: 0.6;
}

#fix_footer {
  display: none;
}

/* --------------------------------------
コンテンツ共通パーツ
-------------------------------------- */

/* お客様編集時のためにここは変えない */
#content #main p {
  margin-bottom: 20px;
}

#content #main .singleline {
  overflow: hidden;
}

#submain {
  height: 200px;
  background-color: #d2d2d2;
  background-size: cover;
  position: relative;
  overflow: hidden;

  /* background-position-y: 50%;
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1); */
}

#submain img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -550px;

  /*
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
*/
  opacity: 0.5;
}

.h1wrap {
  width: 1000px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#submain h1 {
  width: 100%;
  padding: 0 30px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.dotted {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

/* --------------------------------------
ブログ系
-------------------------------------- */

.blog-eyecatch {
  float: left;
  margin: 0 20px 20px 0;
}

.blog-eyecatch img {
  width: 100px;
  height: 100px;
}

.prev-next {
  text-align: center;
  margin: 30px 0;
  overflow: visible !important;
  font-size: 16px;
}

.wp-pagenavi {
  overflow: visible !important;
}

.wp-pagenavi span.pages {
  font-size: 80%;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 6px 8px;
  color: #585858;
  border-radius: 2px;
}

.wp-pagenavi span.current {
  background: #bdbdbd;
  color: black;
  border-color: #5f5f5f;
}

/* newarchivephp */

.post .s-time,
.single .s-time {
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
}

blockquote {
  position: relative;
  padding: 20px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote::before {
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888;
  font-size: 0.9em;
}

/* archives.php 202007_add */
#content #main .post_box p.more {
  padding: 5px 20px 5px 40px;
  position: relative;
  text-decoration: none;
}

#content #main .post_box p.more::before {
  content: " \f054";
  font-family: FontAwesome;
  color: #ccc;
  position: absolute;
  left: 15px;
  top: 5px;
  transition: 0.3s;
}

#content #main .post_box a:hover p.more::before {
  transform: translateX(4px);
}

.post_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 20px;
}

#main .post_wrap::after {
  content: none;
}

.post_box {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #ccc;
}

.post_box a,
.post_box a:visited,
.post_box a:link {
  text-decoration: none;
}

.post_box a.post_link {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}

.post_box a.post_link:hover {
  transform: translateY(-4px);
}

.posttitle {
  margin-bottom: 5px;
}

#content #main .post_wrap h3 {
  clear: both;
  height: auto;
  background: none;
  padding: 0;
  margin: 5px 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  line-height: normal;
  text-align: left;
  border-bottom: none;
}

#content #main .post_box p.date {
  display: block;
  padding: 10px;
  margin: 0;
}

#content #main p.date i {
  margin: 0 10px 0 0;
}

.post_img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

#content #main .post_box p {
  padding: 10px;
  line-height: 1.5;
}

/* single.php */
.article_img {
  text-align: center;
}

.article_img img {
  width: auto;
  height: auto;
}

.cat_list li {
  display: inline-block;
}

.cat_list li a {
  display: flex;
  align-items: center;
  height: 3.2em;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  padding: 0.6em 1em;
  margin: 0 1em 0 0;
  border: 1px solid #666;
  border-radius: 2px;
  background-color: #fff;
  transition: color, background-color 0.1s ease-out;
}

.cat_list li a:hover {
  background: #666;
  color: #fff;
}


/* --------------------------------------
見出し設定
-------------------------------------- */


/* h1共通部分 */
#content #main h1.singletitle,
#content #main h1 {
  clear: both;
  height: auto;
  /* 改行時崩れ防止のため必須。高さはpaddingで調整お願い致します。 */
  color: #054594;
  font-size: 38px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left bottom;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 112px 0 10px 0;
}

/* コンテンツ中のh1上margin */
#content #main h1.title {
  margin-top: 0;
}

#content #main h2,
h2 {
  clear: both;
  height: auto;
  color: #333;
  border-bottom: 1px solid #1057b5;
  font-size: 26px;
  margin: 60px 0 30px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 20px 0;
}

#content #main h2:nth-of-type(1),
h2:nth-of-type(1) {
  margin-top: 0;
}

#content #main h2 a {
  text-decoration: none;
}

#content #main h3,
h3 {
  clear: both;
  height: auto;
  color: #1156b3;
  font-size: 24px;
  margin: 30px 0 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0;
}

#content #main h4,
h4 {
  clear: both;
  height: auto;
  color: #000;
  font-size: 20px;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  padding: 10px 0;
}

/* special css */


/* end special css */

/* --------------------------------------
パーツ
-------------------------------------- */

#main div.eyecatch_box {
  position: relative;
  margin: 30px 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e1edff;
  overflow: visible;
}

.eyecatch_box .wrap {
  width: 60%;
  padding: 0 30px;
}

#content #main .eyecatch_box .ttl p {
  display: inline-block;
  margin: 0 0 5px;
  padding: 30px 0 0;
  position: relative;
  color: #1057b5;
  font-size: 30px;
  font-weight: bold;
}

.eyecatch_box .txt_wrap {
  padding: 0 25px 0 0;
  text-align: left;
  position: relative;
}

.eyecatch_box img {
  display: block;
  width: 40%;
  height: auto;
}

.eyecatch_box .txt:not(:last-child) {
  margin-bottom: 5px;
}

/* --------------------------------------
WordPress FCKEditor table
-------------------------------------- */

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  background: white;
}

th {
  border: 1px solid #666666;
  padding: 10px;
  background: #e1edff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

td {
  border: 1px solid #666666;
  padding: 10px;
}

.table2 {
  border: 1px solid #666666;
}

.table2 th {
  width: 30%;
}

/* --------------------------------------
テーブル
-------------------------------------- */

.tablestyle {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}

.tdstyle {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  width: 30%;
  text-align: center;
}

.tdstyle_none {
  background-color: #f5f3f3;
  border: 1px solid #d2d2d2;
  padding: 8px 10px;
  text-align: center;
}

/* 左寄せ */

.tdstyle2 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: left;
}

/* 右寄せ */

.tdstyle3 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: right;
}

/* 中央寄せ */

.tdstyle4 {
  border-color: #d2d2d2;
  border-style: solid;
  border-width: 1px;
  padding: 8px 10px;
  text-align: center;
}

/* special css */

/* end special css */

/* --------------------------------------
<div class="sq?"></div>での 飾り設定
-------------------------------------- */

/* 色:グレー */

.sq1 {
  border: 1px solid #ecebeb;
  background-color: #f3f3f3;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み:グレー */

.sq2 {
  border: 5px solid #f3f3f3;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み：赤 */

.sqred {
  border: 1px solid #f29e9e;
  background-color: #fffafa;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み：二重線 */

.nizyuu {
  border-width: 4px;
  border-style: double;
}

/* 囲み：点線 */

.tensen {
  border-width: 3px;
  border-style: dotted;
}

/* 囲み：角丸 */

.radious {
  border-radius: 5px;
}

/* special css */

/* end special css */


/* --------------------------------------
便利ボタン
-------------------------------------- */


a.btn-round1 {
  display: inline-block;
  width: auto;
  min-width: 220px;
  height: auto;
  background: #1057b5;
  border-radius: 40px;
  padding: 10px 40px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  position: relative;
}

.btn-round1:hover {
  opacity: 0.8;
}

a.btn-round2 {
  display: inline-block;
  width: auto;
  min-width: 220px;
  height: auto;
  background: #990000;
  border-radius: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 40px;
  margin-bottom: 20px;
  position: relative;
}

.btn-round2:hover {
  opacity: 0.8;
}

a.btn-round1::after,
a.btn-round2::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
  text-shadow: 0 0 3px #464646;
}

.btn-round1:hover::after,
.btn-round2:hover::after {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
  transform: translate(2px, -50%) rotate(45deg);
}

a.btn-list1 {
  background: #d0dff3;
  border-radius: 40px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  color: #333;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 10px 40px;
  position: relative;
  text-align: center;
}

.btn-list1::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s;
  position: absolute;
  right: 18px;
  top: 50%;
}

.btn-list1:hover::before {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
  transform: translate(2px, -50%) rotate(45deg);
}

.btn-list2 {
  border-radius: 4px;
  width: auto;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbf2), to(#f6efd5));
  background: linear-gradient(180deg, #fffbf2, #f6efd5);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: justify;
}

.btn-list2::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #b58d5a;
  border-right: 2px solid #b58d5a;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 18px;
}

.btn-list2:hover {
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.05), -1px -1px rgba(0, 0, 0, 0.05);
}

.btn-list-arc {
  width: auto;
  height: auto;
  background: #fff;
  margin-bottom: 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 7px 40px 7px 40px;
  position: relative;
  text-align: justify;
  font-size: 13px;
  background-color: #f1f1f1;
  margin-top: 10px;
  border-radius: 4px;
}

.btn-list-arc::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 16px;
}

.btn-list-arc:hover {
  opacity: 0.6;
}

/* special css */

/* end special css */


/* --------------------------------------
テキスト飾り設定
-------------------------------------- */

.hosoku {
  color: #5a5a5a;
  font-size: 90%;
  line-height: 1.7;
}

.datetxt {
  color: gray;
  font-size: 90%;
}

.fs2 {
  font-size: 114.2857%;
}

.fs3 {
  font-size: 130%;
}

.fs4 {
  font-size: 160%;
  line-height: 1.5;
}

.fs5 {
  font-size: 200%;
  line-height: 1.5;
}

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

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

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

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

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

.yellow {
  background-color: #ffff85;
  padding: 4px 5px 2px 5px;
  font-weight: normal;
}

/* テキスト装飾 */
.tk1 {
  color: #990000;
}

.tk2 {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #e1edff 40%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
  color: #000;
}

.tk3 {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #feefef 20%);
  text-shadow: 0 2px 0 rgb(255, 255, 255);
  padding-bottom: 3px;
}

.tk4 {
  color: #1057b5;
}

/* ディスプレイインラインブロック */
.dib {
  display: inline-block !important;
}

.uline {
  color: #f00;
  text-decoration: underline;
  font-style: italic;
}

.round {
  border-radius: 100px;
}

.blue {
  color: #4485e9;
}

/* 電話番号装飾 */

.telarea {
  border: 1px solid #cecece;
  margin: 0 0 10px 0;
  padding: 20px 20px 0 20px;
  display: inline-block;
}

.teltext {
  font-size: 26px;
}

.freedial {
  text-align: left;
}

/* チェックボックスの付くリスト */
.check_list-border li {
  position: relative;
}

.check_list-border li {
  position: relative;
  background: url(img/icon_check.webp) left 0 top 15px no-repeat;
  padding: 8px 5px 8px 30px;
}

.check_list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.check_list li::after {
  position: absolute;
  right: calc(100% - 16px);
  top: 10px;
  content: '';
  width: 10px;
  height: 16px;
  display: block;
  border-top: 4px solid #1057b5;
  border-left: 4px solid #1057b5;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* special css */

/* end special css */



/* --------------------------------------
Q&A
-------------------------------------- */
.q {
  background-color: #f3f3f3;
  color: #ff6000;
  padding: 4px;
  font-weight: bold;
}

.a {
  padding: 7px 4px;
  border-bottom: #ccc 1px dotted;
  margin: 5px 0 20px 1em;
  text-indent: -1em;
}

/* --------------------------------------
WordPress 画像貼付け用
-------------------------------------- */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
  display: inline;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  display: inline;
}

/* --------------------------------------
youtube・googlemap 埋め込み用
-------------------------------------- */
.yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.yt iframe,
.yt object,
.yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------
汎用クラス定義
-------------------------------------- */
.clearfix::after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.fixmargin {
  margin-top: -23px;
}

#overlay {
  z-index: 1000 !important;
}

#lightbox {
  z-index: 9999 !important;
}


/* --------------------------------------
RSS用
-------------------------------------- */
#feed_new {
  background-color: #f5f3f3;
  font-size: 11px;
  color: #ff6000;
  padding: 5px 10px 0 10px;
  margin: 0;
  line-height: 130%;
}

#feed_new li {
  border-bottom: #ccc dotted 1px;
  list-style: none;
  padding-bottom: 5px;
}

#feed_new a {
  font-size: 13px;
}

/* --------------------------------------
コンテンツ部分のdiv&pにおけるimg飛び出しの解除
-------------------------------------- */

/* div
#main div::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}*/
#main div {
  min-height: 1px;
}

* html #main div {
  height: 1px;
}


/* fontcontrol */
#control {
  position: absolute;
  top: 5px;
  right: 5px;
}

#control a {
  color: white;
  text-decoration: none;
}

#control a:hover {
  text-decoration: underline;
}

span#intro {
  font-size: 13px;
  margin-right: 5px;
}

span#f-big {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}

span#f-medium {
  background-color: black;
  padding: 2px 4px;
  margin-right: 2px;
}

span#f-small {
  background-color: black;
  padding: 2px 4px;
}

/* --------------------------------------
中央寄せ・右寄せ
-------------------------------------- */
.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.al {
  text-align: left;
}

/* --------------------------------------
リスト（FontAwesome)
-------------------------------------- */
ul {
  text-align: left;
}

ul.li_1 {
  margin-bottom: 20px;
}

ul.li_1 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_1 li::before {
  content: " \f14a";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_2 {
  margin-bottom: 20px;
}

ul.li_2 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_2 li::before {
  color: #008600;
  content: " \f046";
  font-family: FontAwesome;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_3 {
  margin-bottom: 20px;
}

ul.li_3 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_3 li::before {
  content: " \f058";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_4 {
  margin-bottom: 20px;
}

ul.li_4 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_4 li::before {
  content: " \f05d";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_5 {
  margin-bottom: 20px;
}

ul.li_5 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_5 li::before {
  content: " \f0a9 ";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_6 {
  margin-bottom: 20px;
}

ul.li_6 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_6 li::before {
  content: " \f18e";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_7 {
  margin-bottom: 20px;
}

ul.li_7 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_7 li::before {
  content: " \f138";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_8 {
  margin-bottom: 20px;
}

ul.li_8 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_8 li::before {
  content: " \f152";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_9 {
  margin-bottom: 20px;
}

ul.li_9 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_9 li::before {
  content: " \f0da";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_10 {
  margin-bottom: 20px;
}

ul.li_10 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_10 li::before {
  content: " \f069";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_11 {
  margin-bottom: 20px;
}

ul.li_11 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_11 li::before {
  content: " \f111";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_12 {
  margin-bottom: 20px;
}

ul.li_12 li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1.5em;
}

ul.li_12 li::before {
  content: " \f192";
  font-family: FontAwesome;
  color: #008600;
  position: absolute;
  font-weight: normal;
  left: 0;
}

ul.li_maru li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
  font-weight: bold;
}

ul.li_maru li::before {
  content: "● ";
  color: #5077c2;
}

ul.li_kome li {
  margin-bottom: 10px;
  text-indent: -1.3em;
  margin-left: 1.3em;
}

ul.li_kome li::before {
  content: "※ ";
  color: #5077c2;
}

ul.b_gray li::before {
  color: #d9d8d8;
}

ul.b_pink li::before {
  color: #f79698;
}

ul.b_green li::before {
  color: #cafdb1;
}

ul.b_skyblue li::before {
  color: #a0dff3;
}

ul.b_blue li::before {
  color: #608aeb;
}

ul.b_gold li::before {
  color: #d9b087;
}

ul.b_orange li::before {
  color: #fb8230;
}

ul.b_yellow li::before {
  color: #f8ee6d;
}

ul.b_azuki li::before {
  color: #731f21;
}

ul.b_purple li::before {
  color: #aa79e7;
}

/* --------------------------------------
レイアウトbox(2列・3列・4列)
-------------------------------------- */

.box_wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#main .box_wrap::after {
  content: none;
}

/* ボーダー設定 */
.box_border_type1 .two_box,
.box_border_type1 .three_box,
.box_border_type1 .four_box,
.two_box.box_border_type1,
.three_box.box_border_type1,
.four_box.box_border_type1 {
  border: 1px solid #1057b5;
}

.box_border_type2 .two_box,
.box_border_type2 .three_box,
.box_border_type2 .four_box,
.two_box.box_border_type2,
.three_box.box_border_type2,
.four_box.box_border_type2 {
  border: 2px solid #b5b5b5;
}

#main .box_wrap::after {
  content: none;
}

.two_box {
  width: calc((100% - 30px) / 2);
  margin: 0 30px 15px 0;
}

.two_box:nth-child(even) {
  margin: 0 0 15px 0;
}

.two_box .ttl_wrap {
  background: #1057b5;
}

.two_box .ttl {
  padding: 18px 10px 15px 25px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0 !important;
}

.two_box .txt {
  padding: 0 5%;
}

.two_box .more {
  float: right;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 10px 10px 0;
  position: relative;
}

.two_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.two_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}

.three_box {
  width: calc((100% - 40px) / 3);
  padding: 0 0 40px;
  margin-bottom: 20px;
  position: relative;
}

.with_img .three_box {
  padding: 0 0 40px;
}

.three_box:nth-child(3n-1) {
  margin: 0 20px 20px;
}

.three_box .ttl_wrap {
  background: #fff;
}

.three_box .ttl {
  padding: 20px 25px 15px 25px;
  font-weight: bold;
  font-size: 20px;
  color: #1057b5;
  margin-bottom: 0 !important;
}

.three_box .txt {
  padding: 5%;
}

.three_box .more {
  float: right;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.three_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.three_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}

#content #main .three_box .box_inner p {
  padding: 0;
}

.three_box .box_inner {
  padding: 15px;
  display: flex;
  align-items: flex-start;
}

.three_box .box_inner img {
  width: 100px;
  height: 100px;
  display: block;
  background: #ccc;
  margin-right: 10px;
  -ms-flex: 1 0 auto;
}

.four_box {
  width: calc((100% - 30px) / 4);
  margin: 0 10px 10px 0;
}

.four_box:nth-child(4n) {
  margin: 0 0 10px 0;
}

.four_box .ttl_wrap {
  padding: 0 20px;
  background: #1057b5;
}

.four_box .ttl {
  padding: 1em;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
}

.four_box .txt {
  padding: 3% 6%;
}

.four_box .more {
  float: right;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 10px 10px 0;
  position: relative;
}

.four_box .more::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.four_box .more:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(45deg);
  transform: translate(5px, -50%) rotate(45deg);
}

.box_wrap figure img {
  width: 100%;
  height: auto;
}

/* clearfixと組み合わせて使用 */
.six_four_r {
  float: right;
  width: 580px;
}

.six_four_l {
  float: left;
  width: 400px;
}

.seven_three_r {
  float: right;
  width: 680px;
}

.seven_three_l {
  float: left;
  width: 300px;
}

/* --------------------------------------
コンタクトエリア
-------------------------------------- */
section.contact_bnr {
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/contact_bg.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_bnr_inner {
  width: 1000px;
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/contact_bnr_bg.webp')right bottom no-repeat, #fff;
  background-size: 170px;
  padding: 50px;
  margin: 60px 0;
}

.contact_bnr_txt {
  color: #1057b5;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.contact_bnr_btn {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0;
}

.contact_bnr a {
  text-decoration: none;
}

.contact_bnr .tel {
  width: 54%;
  white-space: nowrap;
}

.contact_bnr .mail {
  width: 46%;
  white-space: nowrap;
}

.contact_bnr .tel img {
  width: auto;
  padding: 0;
  margin: 0 5px 0 0;
  background: none;
  box-sizing: border-box;
  border-radius: 0;
  transform: translateY(2px);
}

.contact_bnr .telnum {
  color: #333;
  font-size: 42px;
}

.contact_bnr .tel .note {
  font-size: 20px;
  text-align: center;
}

.contact_bnr .mail {
  flex-wrap: nowrap;
  background: #990000;
  color: #fff;
}

.contact_bnr .mail a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.contact_bnr .mail a img {
  margin: 0 5px 0 0;
}



/* --------------------------------------
フォームボタン
-------------------------------------- */

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

div.sbtn_2 input[type="submit"],
div.sbtn_2 input[type="button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  background: #990000;
  font-weight: bold;
  letter-spacing: 0.075em;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  margin: auto;
  font-weight: bold;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
}

div.maru input[type="submit"] {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  padding: 8px 20px 8px 20px;
  text-shadow: 1px 1px 3px #666;
  box-shadow: 0 0 6px 3px #e6e6e6;
  -moz-box-shadow: 0 0 6px 3px #e6e6e6;
  -webkit-box-shadow: 0 0 6px 3px #e6e6e6;
  width: auto;
}

div.sbtn_2 input:hover {
  background: #990000aa;
}

/* mail_icon表示用 */
.sbtn_2.action {
  position: relative;
  width: 270px;
  height: 60px;
  margin: auto;
}

.sbtn_2.action img {
  position: absolute;
  top: 1.2em;
  left: 80px;
}

/* ページ内スライド制御 */
.sliderbox {
  width: 500px;
  height: auto;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*  special css */

/* end special css */

/* ---------------------
H レスポンシブ用
------------------------ */

/* PC用とモバイル用のロゴを出し分ける */

#pc_logo {
  display: inline;
}

#pc_logo img {
  margin: 0 auto;
}

#mobile_logo {
  display: none;
}

#mobile_button {
  display: none;
}

.mobile_menu {
  display: none;
}

#mobile_main {
  display: none;
}

/* デスクトップでは非表示にする */
#panel,
#mobile_side,
.mobile_only,
.sp_only,
#mobile_tel,
#mobile_main {
  display: none;
}

#content #main p.wp-caption-text {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  padding: 10px 10px 0;
  line-height: 17px;
}

#content #main h2.spe {
  padding: 0;
  margin: 0 0 30px;
  background-color: #fff;
  border: 0;
  display: inline-block;
  color: #444;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: left;
}

.rightbox {
  float: right;
}

.leftbox {
  float: left;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

/* コンタクトフォーム */

.wpcf7-form {
  color: #333;
  margin-bottom: 100px;
}

input.wpcf7-form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

textarea.wpcf7-form-control::placeholder {
  color: #999;
}

/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  height: 52px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 45px 5px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}

.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}

/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  margin: 7.5px;
}

.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}

.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}


/* フォーム幅の調整 */
.field_wrap {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}

.field_wrap.first {
  margin-top: 30px;
}

.field_name {
  display: table-cell;
  width: 200px;
  padding: 0 0 30px 30px;
  font-weight: bold;
  border-bottom: 2px solid #666;
  color: #555;
  text-align: left;
  vertical-align: middle;
}

.field {
  display: table-cell;
  padding: 0 0 30px 30px;
  border-bottom: 2px solid #ddd;
}

.field_name label {
  font-weight: bold;
}

#main div.field_name.require::after,
#main div.field_name.any::after {
  display: inline-block;
  font-size: 10px;
  line-height: normal;
  border-radius: 2px;
  padding: 0 6px 1px;
  margin: 0 0 0 10px;
  position: relative;
  bottom: 2px;
  visibility: visible;
  height: auto;
}

#main div.field_name.require::after {
  content: "必須";
  color: #ee6354;
  border: 1px solid #ee6354;
}

#main div.field_name.any::after {
  content: "任意";
  color: #999;
  border: 1px solid #999;
}

.field_wrap .note {
  font-size: .9em;
  color: #990000;
}

#main div.field_wrap::after {
  content: none;
}


/* 既存サイトから */
/*-------------------------------------
トップページ_20170802
------------------------------------- */
#content #main #lp .title {
  width: 100%;
  height: 57px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0 0 10px;
  background-image: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/bg_title_brown.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  text-align: center;
  line-height: 51px;
}

.border {
  border: 1px solid #ccc;
}

.pc br {
  display: none;
}

/* 色:グレー */

.sq1 {
  border: 1px solid #626262;
  background-color: #fff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み:グレー */

.sq2 {
  border: 1px solid #1057b5;
  background-color: #f9fdff;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}

/* 囲み：赤 */

.sqred {
  border: 1px solid #990000;
  background-color: #fffafa;
  margin: 10px 0;
  padding: 20px 20px 0 20px;
}



.hissu {
  color: #ffffff;
  background-color: #ff0000;
  padding: 2px 3px;
  font-size: 10px;
  line-height: 100%;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

#content #main h3.anq {
  clear: both;
  width: auto;
  border-left: none;
  border-bottom: #e5e5e5 dotted 1px;
  font-size: 14px;
  background-color: #f0f4f8;
  padding: 3px 3px 3px 5px;
  margin: 0 0 10px 0;
  text-align: left;
  font-weight: normal;
}

.anqtextarea {
  width: 100%;
}

.original-submit {
  border: 1px solid #E68849;
  padding: 8px 40px 8px 35px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #fd9a0d;
  background: -moz-linear-gradient(top, #fd9a0d 0%, #fa600c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd9a0d), color-stop(100%, #fa600c));
  background: -webkit-linear-gradient(top, #fd9a0d 0%, #fa600c 100%);
  background: -o-linear-gradient(top, #fd9a0d 0%, #fa600c 100%);
  background: -ms-linear-gradient(top, #fd9a0d 0%, #fa600c 100%);
  background: linear-gradient(to bottom, #fd9a0d 0%, #fa600c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd9a0d', endColorstr='#fa600c', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #B2B2B2;
  -moz-box-shadow: 1px 1px 4px #B2B2B2;
  margin-left: 18px;
}

.original-submit:hover {
  border: 1px solid #E64949;
  padding: 8px 40px 8px 35px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #ff670f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff670f 0%, #ff0c0c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff670f), color-stop(100%, #ff0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff670f 0%, #ff0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff670f 0%, #ff0c0c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff670f 0%, #ff0c0c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff670f 0%, #ff0c0c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff670f', endColorstr='#ff0c0c', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 1px 1px 4px #B2B2B2;
  -moz-box-shadow: 1px 1px 4px #B2B2B2;
}

/*料金システム改修-20190614*/
.pliceWrap {
  font-size: 14px;
}

.pliceWrap p {
  margin-bottom: 20px;
}

.plicePlan01 {
  padding: 10px;
}

.plicePlan01 p {
  margin-bottom: 20px;
}

span.green {
  font-size: 18px;
  color: #709b13;
  font-weight: bold;
}

/**/
.plicePlan02 {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}

.plicePlan02a,
.plicePlan02b {
  width: 265px;
}

.plicePlan02a {
  border: 3px solid #c6e28b;
  border-radius: 10px;
  padding: 30px 15px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.plicePlan02b {
  border: 3px solid #c6e28b;
  border-radius: 10px;
  padding: 30px 15px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #a2da2b;
  position: relative;
}

#content #main .singletxt .plicePlan02a h3 {
  background: no-repeat;
  border-left: none;
  border-bottom: 2px solid #c6e28b;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #81a739;
}

#content #main .singletxt .plicePlan02b h3 {
  background: no-repeat;
  border-left: none;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -2px;
}

#content #main .singletxt .plicePlan02a h4 {
  font-size: 29px;
  background: no-repeat;
  border: none;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #81a639;
  font-weight: bold;
}

#content #main .singletxt .plicePlan02b h4 {
  font-size: 29px;
  background: no-repeat;
  border: none;
  padding: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: bold;
}

span.f19 {
  font-size: 19px;
}

.plicePlan02b:before {
  content: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/plan_01.png);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 171px;
}

.plicePlan02a p,
.plicePlan02b p {
  margin-bottom: 0 !important;
}

span.green02 {
  color: #81a739;
  font-weight: bold;
}

.plicePlan02b p {
  color: #fff;
}

span.bg_pnk {
  background: #f5b4c3;
  font-weight: bold;
}







.pliceWrap .ac {
  text-align: center;
}

.pliceWrap h2.title {
  font-weight: bold !important;
}

.plicePlan03 table tr td {
  padding: 15px;
  border: 1px solid #dfdfdf;
  width: 320px;
}

.plicePlan03 table tr th {
  font-weight: normal;
  padding: 15px;
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  width: 230px;
}

.plicePlan03 table {
  border-collapse: collapse;
}

.plicePlan03 {
  margin-bottom: 30px;
}

.plice_Box {
  margin-bottom: 30px;
  border: 3px solid #c6e28b;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#content #main .singletxt .plice_Box h3 {
  background: #a2da2b !important;
  margin: 0;
  width: 100%;
  border: none;
  padding: 15px 0 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#content #main .plice_Box p {
  padding: 20px 20px 0;
}

#content #main .plice_Box ul {
  padding: 0 20px;
}

.plice_cont {
  margin: 30px 0 15px;
  overflow: hidden;
}

.plice_cont img {
  margin-right: 10px;
}

#content #main .plice_Box ul li:before {
  content: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/price_li.png);
  position: absolute;
  left: -20px;
  bottom: 7px;
  vertical-align: middle;
}

#content #main .plice_Box ul li {
  margin-left: 15px;
  position: relative;
}

.plice_Box02 {
  border: 3px solid #f5b4c3;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

#content #main .singletxt .plice_Box02 h3:after {
  content: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/price_right.png);
  margin: 20px;
  vertical-align: middle;
}

#content #main .singletxt .plice_Box02 h3:before {
  content: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/price_left.png);
  margin: 20px;
  vertical-align: middle;
}

#content #main .singletxt .plice_Box02 h3 {
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 40px 0;
  color: #f296ab;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.plice_Box02 .ac {
  padding: 0 30px 30px;
}

.plice_Box02 .ac p span {
  color: #f296ab;
  font-weight: bold;
}

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

.sp_only {
  display: none;
}

.link_btn {
  margin: 10px 0 30px;
}


.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h3_new {
  font-size: 26px !important;
  text-align: center !important;
  font-weight: bold;
  border-top: 2px solid #0423a9;
  background: linear-gradient(#fdfbfb, #ebedee);
  border-left: none !IMPORTANT;
  padding: 15px 10px 15px !important;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
}

.osusume {
  border: #e5e5e5 8px solid;
  padding: 25px 30px;
  position: relative;
}

.osusume:before {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  top: -8px;
  left: -8px;
  border-top: 8px solid #0423a9;
  border-left: 8px solid #0423a9;
}

.osusume:after {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  bottom: -8px;
  right: -8px;
  border-bottom: 8px solid #0423a9;
  border-right: 8px solid #0423a9;
}

.osusume h4 {
  font-size: 24px !important;
  text-align: center !important;
  width: auto !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  background: none !important;
  font-weight: bold !important;
  font-family: 'Noto Sans JP', sans-serif;
}



.reason_wrap {
  justify-content: space-between;
}

.reason_box {
  width: 28%;
  border: 2px solid gray;
  padding: 10px;
}

.reason_box_ttl {
  font-weight: bold;
  color: #0423a9;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 10px !important;
  margin-bottom: 15px;
}

.price_plan {
  border: 2px solid #0452b6;
  padding: 0 15px 15px 15px;
  margin: 0px 0px 15px 0px;
  background: #f2f4fb;
}

.price_plan h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

.price_plan_waku {
  font-size: 80%;
  padding: 2px 10px;
  border: 1px solid;
  color: #976d32;
  margin-left: 15px;
  background: #fff;
}

.btn-round1 {
  background: #0452b6;
  text-decoration: none;
  padding: 3px 15px 5px;
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}

.btn-round1:hover {
  opacity: 0.60;
  /* opera  firefox safari */
  filter: alpha(opacity=60);
  /* ie */
  -ms-filter: "alpha( opacity=60 )";
}

/* 新レイアウト */

body.bgnone {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}

.wrapper {
  padding: 0;
  z-index: 1;
  position: relative;
}

header {
  padding: 0;
  width: 100%;
  background-color: #fff;
}

header #header {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}


#content {
  background-color: white;
  padding: 0 0 20px;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
  position: relative;
}

#content.w100 {
  width: 100%;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

#content #main {
  line-height: 1.8;
  text-align: justify;
  float: none;
}

#content #side {
  float: none;
  margin-right: 0;
  margin-left: 0;
}

#content #pan {
  width: 100%;
}

#content #main .singletxt {
  width: auto;
}

#content #main p {
  margin-bottom: 20px;
}

#content #main .singletxt h2,
#content #main .singletxt h3 {
  width: auto;
  height: auto;
}

#content #main .page_title,
#content #main .singletxt h2.page_title {
  border-top: 2px solid #0423a9;
  background: linear-gradient(to bottom, rgba(252, 251, 251, 1) 0%, rgba(235, 237, 238, 1) 100%);
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 50px 0 25px;
}

#content #main .page_title a {
  text-decoration: none;
  color: #333;
}

#menu2 {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #fff;
  list-style-type: none;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

#menu2 li {
  position: relative;
  flex-grow: 1;
}

#menu2>li a {
  display: block;
  margin: 0;
  padding: 15px 0;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #fff;
  text-decoration: none;
  position: relative;
  color: #191919;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  transition: 0.3s;
}

#menu2>li a:hover {
  background: linear-gradient(to bottom, rgba(251, 249, 239, 1) 0%, rgba(232, 217, 165, 1) 100%);
}

.wrapper #imagebox {
  margin: 0 0 50px;
}

.wrapper #imagebox img {
  display: block;
  margin: auto;
}

#submain {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  margin: 0 0 20px;
  clear: both;
  background: url('img/submain.webp')center no-repeat;
  background-size: cover;

}

#submain h2 {
  width: 1000px;
  font-size: 27px;
  font-weight: normal;
  line-height: normal;
}

#footer.v2 .footerbox {
  width: 1000px;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
}

.footer_menu .four_box {
  width: calc(100% / 4);
}

#footer.v2 .copy {
  padding-bottom: 20px;
}

#footer.v2 .copy a {
  color: #333;
  text-decoration: none;
}

/* page */
.fc_blue {
  color: #0423a9;
}

.fc_red {
  color: #ce0201;
}

a.btn-round3 {
  display: inline-block;
  padding: 10px 4em;
  border-radius: 100px;
  background: #ff9600;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

a.btn-round3:hover {
  background: #ff9600cc;
}

.btn-round3::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.case_wrap {
  display: flex;
  justify-content: space-between;
}

.case {
  width: calc((100% - 40px) / 3);
}

.case a {
  text-decoration: none;
  color: #333;
  display: block;
}

.case a:hover {
  background: #f0f0f0;
}

.case_title {
  color: #0423a9;
  font-weight: bold;
  border-bottom: 1px solid #0423a9;
  padding: 10px 0;
  margin: 0 0 10px;
}

.worry {
  padding: 8px;
  background: #e5e5e5;
  position: relative;
}

.worry:before,
.worry:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #0423a9;
  position: absolute;
}

.worry:before {
  left: 0;
  top: 0;
}

.worry:after {
  right: 0;
  bottom: 0;
}

.worry_inner {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 2;
}

#content #main .singletxt .worry h3 {
  background: none;
  border: none;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

.check_mark_blue {
  width: 80%;
  margin: 30px auto;
}

.check_mark_blue li {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
}

.check_mark_blue li:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/check_mark_blue.png')center no-repeat;
  margin: 0 10px 0 0;
}

.feature.last {
  margin: 0 0 50px;
}

#content #main .feature h3 {
  display: flex;
  align-items: center;
  background: #f2f4fb;
  border: 2px solid #8a98d7;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#content #main .feature h3 .label {
  width: 60px;
  background: #0423a9;
  color: #fff;
  border-radius: 0 0 45px 0;
  padding: .5em;
  padding-left: 1em;
  margin-right: 20px;
  box-sizing: border-box;

}

.feature_cont {
  display: flex;
  margin: 20px 0 0;
}

.feature_cont figure {
  width: 240px;
}

.feature_text {
  width: calc(100% - 240px);
  padding-left: 30px;
  box-sizing: border-box;
}

.service_wrap {
  display: flex;
  justify-content: space-between;
}

.service {
  width: calc((100% - 40px) / 3);
  border: 1px solid #bfbfbf;
  border-radius: 10px;
}

.service_title {
  display: flex;
  align-items: center;
  padding: 15px 0;
  background: #0423a9;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.num_label {
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.service .title_text {
  border-left: 1px solid #8997d7;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.5;
}

.service img {
  display: block;
  margin: 20px auto;
}

.service a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  padding: 1em;
  position: relative;
  transition: .3s;
}

.service a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 5px;
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/arrow_blue.png')center no-repeat;
  margin: 0 5px;
}

.service a:hover {
  transform: translateX(2px);
}

.check_orange_wrap {
  font-size: 18px;
  font-weight: bold;
}

a.line {
  display: inline-block;
  color: #0423a9;
  text-decoration: none;
  border-bottom: 1px solid #0423a9;
  transition: .3s;
}

a.line:hover {
  color: #0423a9aa;
  border-bottom: 1px solid #0423a9aa;
  transform: translateY(-2px);
}

.check_orange_wrap .note {
  display: inline-block;
  background: #ff9600;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0 1em;
  margin-left: 1em;
  border-radius: 100px;
}

.check_mark_orange {
  margin: 0 0 20px;
}

.check_mark_orange li {
  padding: 10px 5px 10px 10%;
  border-bottom: 1px dotted #d0d0d0;
}

.check_mark_orange li:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/check_mark_orange.png')center no-repeat;
  margin: 0 10px 0 0;
}

#content #main p.arrow_mark {
  padding-left: calc(10% + 10px);
  display: flex;
  align-items: center;
}

.arrow_mark:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 26px;
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/arrow_gray.png')center no-repeat;
  margin: 0 10px 0 0;
}

.voice_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice {
  width: calc((100% - 20px) / 2);
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  margin: 0 0 20px;
}

.voice_title {
  background: #f2f4fb;
  padding: 1em 1.5em;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
}

.voice .name {
  display: block;
  color: #0423a9;
  font-size: 18px;
}

.voice .type {
  display: block;
  font-size: 16px;
}

.voice_text {
  padding: 1em 1.5em 0;
}

#content #main h3.question {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 0;
  color: #0423a9;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#content #main h3.question:before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #0423a9;
  margin-right: 1em;
  color: #fff;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: normal;
}

#content #main h3.question:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0423a9;
  border-right: 2px solid #0423a9;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.answer {
  display: flex;
  padding: 20px 20px 20px 0;
  margin: 0 0 20px;
  position: relative;
  background: #f2f4fb;
}

.answer:before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 1em;
  color: #0423a9;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: normal;
}

#content #main .answer p {
  width: calc(100% - 60px);
}

.flow {
  display: flex;
  margin: 0 0 30px;
  position: relative;
}

.flow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 49px 0 49px;
  border-color: #0422a9 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.flow.last:before {
  content: none;
}

.flow_step {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #0423a9;
  color: #fff;
  font-family: "Roboto";
  padding: 15px;
  box-sizing: border-box;
}

.flow_step .num {
  font-size: 28px;
  line-height: 1;
}

#content #main .flow_text h3 {
  background: none;
  border: none;
  color: #0423a9;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.flow_text {
  flex-grow: 1;
  border: 5px solid #e5e5e5;
  border-left: none;
  padding: 25px 25px 5px;
}

.top_news {
  background: #f2f4fb;
  padding: 20px;
}

.news_link p {
  font-size: 20px;
  font-weight: bold;
}

.news_link a {
  color: #333;
  text-decoration: none;
}

.mind .shochoimg {
  width: 220px;
  background: #f2f4fb;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.mind .shochoimg img {
  width: 100%;
  height: auto;
}

/*コンタクトバナー*/
.contact_box {
  position: relative;
}

.contact_box ul {
  position: absolute;
  bottom: 28px;
  display: flex;
  left: 30px;
  justify-content: space-between;
}

.contact_box ul li {
  margin: 0 5px;
}

#content #main a:hover img {
  transition: 0.5s;
}

/* 料金ページ */
.main_copy {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.line_text {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 239, 155, 1) 75%, rgba(255, 239, 155, 1) 100%);
  padding: 0 0 5px;
}

.main_copy span.num {
  display: inline-block;
  margin: 0 10px;
  color: #0423a9;
  font-size: 70px;
  font-family: "Roboto";
  line-height: 1;
}

.service_top .large_text {
  width: 90%;
  background: #ffef9b;
  padding: .5em;
  margin: auto;
}


#content #main .large_text p {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.service_top ul {
  display: flex;
  justify-content: space-between;
  margin: 3em 0;
}

.service_top li {
  width: calc((100% - 40px) / 3);
  height: 230px;
  position: relative;
}

.service_top li:nth-child(1) {
  background: url('img/service_top01.webp')center no-repeat;
  background-size: contain;
}

.service_top li:nth-child(2) {
  background: url('img/service_top02.webp')center no-repeat;
  background-size: contain;
}

.service_top li:nth-child(3) {
  background: url('img/service_top03.webp')center no-repeat;
  background-size: contain;
}

.service_top li .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fffc;
  height: 3.5em;
  color: #0423a9;
  font-size: 1.5em;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.service_top li:nth-child(3) .text {
  font-size: 1.3em;
}


#content #main .singletxt h3.sub_title {
  background: none;
  border: none;
  border-bottom: 2px solid #0423a9;
  padding: 0 0 10px;
  margin: 60px 0 10px;
  color: #0423a9;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

table.base {
  border-collapse: collapse;
}

table.base th {
  width: 40%;
  background: #e1edff;
  padding: 10px;
}

table.base td {
  padding: 10px;
}

table.base .note {
  display: block;
  font-size: 0.85em;
}

.service_page .reason_box_ttl {
  min-height: 3.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* main画像　カウントアップ */
.imagebox_2 {
  width: 1000px;
  margin: 0 auto 50px;
  position: relative;
}

.countup_item {
  display: flex;
  font-weight: bold;
  position: absolute;
  left: 430px;
  bottom: 45px;
  z-index: 10;
}

.countup_item .item:nth-child(1) {
  margin-right: 60px;
}

.counter .number {
  font-size: 60px;
  color: #ff9600;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}

.counter .text {
  font-size: 18px;
  color: #333;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}

a.cta_btn {
  position: absolute;
  left: 40px;
  bottom: 45px;
  transition: .3s;
}

a.cta_btn:hover {
  filter: brightness(1.2);
}

.page_countup .countup_item {
  width: 580px;
  height: 200px;
  margin: auto;
  background: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/counter_bg.webp)center no-repeat;
  background-size: contain;
  position: relative;
  justify-content: space-between;
  align-items: center;
  left: auto;
  bottom: auto;
}

.f_small {
  font-size: 0.8em;
}

.page_countup .countup_item .item:nth-child(1) {
  margin-right: 0;
}

.page_countup .item {
  width: 40%;
  margin: 0 5%;
  text-align: center;
}

.page_countup .counter .number {
  display: block;
  font-size: 100px;
  line-height: 1;
}

.page_countup .counter .text {
  display: block;
  font-size: 30px;
  text-align: right;
  line-height: 1;
}


/* コンタクトフォーム */

.wpcf7-form {
  color: #333;
}

input.wpcf7-form-control {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

textarea.wpcf7-form-control {
  width: 100%;
  display: block;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 15px;
  background-color: #fff;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

textarea.wpcf7-form-control::placeholder {
  color: #999;
}

/* プルダウンメニュー */
select.wpcf7-form-control {
  max-width: 100%;
  border: 1px solid #bbb;
  border-radius: 3px;
  padding: 10px 45px 10px 15px;
  font-size: 0.9em;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ラジオボタン */
.wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 7.5px;
}

.wpcf7-form-control input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 50%;
  outline: none;
  background-color: #fff;
}

/* チェックボックス */
.wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 7.5px;
}

.wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  padding-left: 7.5px;
  color: #555;
}

.wpcf7-form-control input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 2px;
  outline: none;
  background-color: #fff;
}

.ac.sbtn_2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ac.sbtn_2 .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
  background-color: #ffae3b;
}

/* add style */
html {
  scroll-padding-top: 100px !important;
  scroll-behavior: smooth;
}

#main .flex:after {
  content: none;
}

#content #main h2.main_title {
  border: none;
  color: #1057b5;
  font-size: 34px;
  text-align: center;
}

section.area01 {
  padding: 60px 0 0;
}

.newsblog li {
  display: flex;
  align-items: center;
  position: relative;
}

.newsblog li a {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: .5em 0;
  text-decoration: none;
}

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

.newsblog .readmore {
  background: #d0dff3;
  border-radius: 100px;
  padding: 0 1em;
  margin-left: auto;
  color: #1057b5;
  font-weight: bold;
}

span.newsblog_title {
  margin: 0 1em;
}

section.area02 {
  padding: 60px 0;
}

.strengths_list {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.strength {
  width: calc((100% - 70px) / 3);
  background: #fcf6f6;
  padding: 25px;
  position: relative;
}

.strength .label {
  font-family: "Roboto";
  color: #990000;
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

.strength_title {
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #990000;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

.strength_title .num {
  font-size: 30px;
}

#content #main .strength p {
  margin-bottom: 0;
}

section.area03 {
  padding: 60px 0 30px;
  background: #e2edfa;
}

.service_list a {
  text-decoration: none;
}

.service_list a:hover {
  opacity: .8;
}

.service_list .four_box {
  background: #fff;
  box-shadow: 1px 1px 0 #ccc;
}

.service_list .four_box .ttl_wrap {
  padding: 0 20px;
  background: #1057b5;
  position: relative;
}

.service_list .four_box .ttl_wrap:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  right: 15px;
}

.service_list .four_box .ttl_wrap:hover:before {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
  transform: translate(2px, -50%) rotate(45deg);
}


.four_box .ttl {
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  color: #fff;
  line-height: normal;
}

.service_list ul {
  margin: 0 10px 20px 20px;
}

.service_list li {
  padding-left: 15px;
  color: #333;
  font-weight: bold;
  position: relative;
}

.service_list li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #1057b5;
  border-radius: 50%;
  margin: 0 5px 0 0;
  position: absolute;
  left: 0;
  top: 16px;
}

section.area04 {
  padding: 70px 0 30px;
}

.greeting {
  border: 15px solid #ededed;
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greeting h2 {
  width: 100%;
}

.greeting figure {
  width: 210px;
}

.greeting_txt {
  width: calc(100% - 265px);
}

.greeting figcaption {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}

p.sign {
  text-align: right;
  font-weight: bold;
}

p.sign .name {
  font-size: 20px;
}

section.area05 {
  padding: 30px 0 50px;
}

.voice_list a {
  text-decoration: none;
}

.voice_list .three_box {
  border-radius: 10px;
  padding: 0;
}

.voice_list .three_box .ttl_wrap {
  background: #e1edff;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  position: relative;
}

.voice_list .three_box .ttl_wrap:before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  right: 15px;
}

.voice_list .three_box .ttl_wrap:hover:before {
  -webkit-transform: translate(2px, -50%) rotate(45deg);
  transform: translate(2px, -50%) rotate(45deg);
}

.voice_list .three_box .ttl {
  padding: 0;
  padding-right: 1em;
  color: #333;
  line-height: normal;
}

.voice_list .txt_area {
  padding: 20px;
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.main-visual img {
  width: 100%;
  height: auto;
}

.trouble_plan {
  margin: 40px 0 0;
}

.trouble_worry {
  background: #1057b5;
  padding: 50px 0 30px;
  position: relative;
}

#main .trouble_worry:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #1057B5 transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;
}

.fc2 {
  color: #f1f0a0;
}

.bold {
  font-weight: bold;
}

#content #main h2.main_title.white {
  color: #fff;
}

.worry_lists {
  background: url('https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/trouble_worry.webp')right bottom no-repeat, #043f8d;
  padding: 40px 60px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.worry_lists li {
  padding-left: 35px;
  position: relative;
}

.worry_lists li:before {
  position: absolute;
  right: calc(100% - 16px);
  top: 10px;
  content: '';
  width: 12px;
  height: 20px;
  display: block;
  border-top: 4px solid #8dbeff;
  border-left: 4px solid #8dbeff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.trouble_worry_bottom {
  padding: 40px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #faecec 100%);
  color: #990000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#content #main .plan_item h3 {
  padding: 15px 0;
  margin: 0 0;
  background: #1156b3;
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.plan_inner {
  padding: 30px 70px;
  margin: 0 0 50px;
  background: #e4ebf5;
}

.plan_item th {
  width: 160px;
  border: none;
  border-bottom: 5px solid #e4ebf5;
  background: #bbd3ef;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
}

.plan_item td {
  border: none;
  border-bottom: 5px solid #e4ebf5;
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.plan_item td ul {
  text-align: left;
}


.plan_item .fee {
  color: #1057b5;
  font-size: 30px;
}

.p2 .plan_inner {
  background: #bee5f7;
  border: 2px solid #1156b3;
}

.plan_item.p2 th {
  background: #96d1ec;
  border: none;
  border-bottom: 5px solid #bee5f7;
}

.plan_item.p2 td {
  border: none;
  border-bottom: 5px solid #bee5f7;
}

.plan_item.p2 .fee {
  color: #990000;
}


.swiper.ask-slider {
  padding-bottom: 40px;
}

.ask-slider .swiper-slide {
  box-sizing: border-box;
}

/* Swiper ナビ矢印 (next, prev) を底辺33px 高さ16px の三角形に */
.ask-slider .swiper-button-next svg,
.ask-slider .swiper-button-prev svg {
  display: none;
}

.ask-slider .swiper-button-next,
.ask-slider .swiper-button-prev {
  width: 16px;
  height: 33px;
  background: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  color: transparent;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.swiper-button-next::before {
  border-left: 16px solid #1057b5;
  left: 0;
}

.swiper-button-prev::before {
  border-right: 16px solid #1057b5;
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.3 !important;
  pointer-events: none;
}

.ask-slider .swiper-pagination-bullet-active {
  background: #1057b5;
}

.ask {
  margin: 0 auto;
  border: 2px solid #1057b5;
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
  width: 100%;
}


#content #main .ask h3 {
  background: #ccdff7;
  border-radius: 6px;
  padding: 10px;
  margin: 0 0 20px;
  color: #333;
  text-align: center;
}

.ask dl {
  display: flex;
  flex-wrap: wrap;
}

.ask dt {
  width: 20%;
  float: none;
  border-bottom: 2px solid #8fb1dc;
  padding: 12px 0;
  color: #1057b5;
  font-weight: bold;
}

.ask dd {
  width: 80%;
  border-bottom: 2px solid #8fb1dc;
  padding: 12px;
}

section.trouble_merit {
  background: #e2edfa;
  padding: 50px 0;
  margin: 70px 0;
}

.flex {
  display: flex;
}

#main .flex:after {
  content: none;
}

.merit_list {
  display: flex;
  gap: 30px;
}

.merit_list .merit {
  background: #fff;
  padding: 15px;
}

#content #main .merit h3 {
  background: #fbeded;
  margin: 0 0 .5em;
  color: #333;
  text-align: center;
}

.merit figure {
  text-align: center;
}

.trouble_diff {
  padding: 0 0 60px;
}

.diff_table {
  border-collapse: separate;
  border-spacing: 0;
}

.diff_table th {
  border: none;
  background: none;
  padding: 5px;
}

.diff_table td {
  border: none;
  border-bottom: 5px solid #fff;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.diff_table td .note {
  display: block;
  color: #333;
  font-size: 15px;
}

th.diff_tr01 {
  background: #1057b5;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.5em;
}

th.diff_tr02 {
  border-left: 18px solid #fff;
  border-right: 18px solid #fff;
}

th.diff_tr03 {
  background: #8c8c8c;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.2em;
}

.diff_table td:nth-child(1) {
  background: #e2edfa;
  color: #1057b5;
  font-size: 20px;
}

.diff_table td:nth-child(2) {
  border-left: 18px solid #fff;
  border-right: 18px solid #fff;
  background: #f0efe4;
  font-size: 17px;
}

.diff_table td:nth-child(3) {
  background: #ededed;
  font-size: 20px;
}


.trouble_feature {
  background: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/feature_bg.webp) left top no-repeat, #e3edf9;
  padding: 60px 0 100px;
}

.t_feature_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px;
  background: #fff;
}

.t_feature {
  display: flex;
  gap: 50px;
}

.t_feature figure {
  width: 240px;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

.t_feature:nth-child(1) figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left 0px top -20px;
}

.t_feature_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 .5em;
  border-bottom: 1px solid #1156b3;
}

#content #main .t_feature_title h3 {
  margin: 0;
  color: #333;
}

.t_feature_title .label {
  color: #7ba5d6;
  font-family: "Roboto";
  font-size: 40px;
  font-style: italic;
  line-height: 1;
}

.trouble_flow {
  padding: 60px 0 0;
}

.trouble_flow .flow {
  width: 65%;
  display: flex;
  padding: 5px;
  margin: 0 auto 30px;
  background: #e2edfa;
}

.trouble_flow .flow:before {
  position: absolute;
  left: 52px;
  bottom: -26px;
  content: '';
  width: 16px;
  height: 16px;
  border: none;
  border-top: 3px solid #1057b5;
  border-right: 3px solid #1057b5;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trouble_flow .flow.last:before {
  content: none;
}

#content #main .trouble_flow h3 {
  margin: 0;
  margin-left: 2em;
  color: #333;
}

.trouble_flow .flow_step {
  width: 120px;
  flex-direction: row;
  background: #fff;
  padding: 10px;
  color: #1057b5;
  font-weight: bold;
  line-height: 1;
}

.trouble_flow .flow_step .num {
  font-size: 20px;
  font-weight: normal;
  transform: translate(2px, -1px);
}

.trouble_faq {
  margin: 100px 0;
}

.trouble_faq_inner {
  padding: 30px 0 60px;
  border: 1px solid #1057b5;
  box-sizing: border-box;
}

.trouble_faq .faq {
  width: 72%;
  margin: auto;
}

#content #main .trouble_faq h3.question {
  background: #e2edfa;
  border: none;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
}

#content #main .trouble_faq h3.question:before {
  background: #e2edfa;
  margin: 0;
  color: #1057b5;
  font-family: 'Noto Sans JP';
  font-size: 22px;
  font-weight: bold;
}

#content #main h3.question:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #1057b5;
  border-right: 2px solid #1057b5;
}

.trouble_faq .answer {
  align-items: center;
  background: #ffffff;
  margin: 0;
}

.trouble_faq .answer:before {
  margin: 0;
  color: #990000;
  font-family: 'Noto Sans JP';
  font-size: 22px;
  font-weight: bold;
}

#content #main .trouble_faq .answer p {
  margin: 0;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
  /* 構造 */

  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    min-width: 320px;
    font-size: 1rem;
  }

  .wrapper {
    z-index: 10;
    width: 100%;
  }

  body,
  .home {
    /* 背景画像を非表示にしています */
    background: none;
    background-color: #fff;
  }

  .headnav {
    /* tel画像、フッターメニューを非表示にしています */
    display: none;
  }

  #content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #content.w100 {
    padding-top: 0;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
  }

  #content #side {
    /* スマホ用のサイドバー */
    margin: 20px auto 0 auto;
    width: 90%;
  }

  #content #main {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  #content.w100 #main {
    padding: 0;
  }

  #submain .h1wrap {
    width: auto;
  }

  #content #side h3 {
    width: 100%;
  }

  #content #side ul.menu {
    width: 100%;
  }

  #content #side ul.menu li:last-child {
    border-bottom: none;
  }

  #header.fixed {
    /*  top:auto;メニュー戻り時ズレ防止 */
  }

  #header.fixed .header_l img {
    display: block;
  }


  #submain img {
    top: -250px;
  }

  #content img,
  #content iframe {
    max-width: 100%;
    height: auto;
  }

  #content {
    padding-top: 10px;
    width: auto;
  }

  #pan {
    width: auto;
    margin: 10px;
  }

  #content .sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .mobile_only {
    /* モバイルにだけ表示させたいものに使用する */
    display: block;
  }

  .pc_only {
    /* pcにだけ表示させたいものに使用する */
    display: none;
  }

  /* ヘッダー */
  #pc_button {
    display: none;
  }

  .wrapper_head,
  #header_main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 1000;
    background: none;
    margin-top: 0;
    height: 50px;
    background-color: #fff;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
  }

  #header_main .header_l {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }

  header nav {
    display: none;
  }

  header h1 {
    height: 100%;
  }

  a#m_logo {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #header_main .header_l img {
    margin: 0;
    height: auto;
  }


  .h_btn {
    width: 100px;
    position: absolute;
    right: 50px;
    top: 0;
  }

  .h_btn .tel,
  .h_btn .mail {
    min-height: 50px;
  }

  .h_btn .telnum,
  .h_btn .note,
  .h_btn .mail .text {
    display: none;
  }

  .h_btn img {
    margin: 0;
  }



  #mobile_button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 50px;
    width: 50px;
    padding: 2px 10px 0 12px;
  }

  #mobile_button .menutxt {
    /* font-size: 10px; */
    text-decoration: none;
    position: relative;
    border: none;
    display: block;
  }

  #mobile_button .menutxt svg {
    width: 28px;
    height: auto;
  }

  #mobile_button .menutxt svg path {
    fill: gray;
  }

  .lineswrap {
    height: 20px;
  }

  #mobile_button .lines {
    background: #919191;
    display: inline-block;
    width: 28px;
    height: 3px;
    position: relative;
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #mobile_button .lines::after,
  #mobile_button .lines::before {
    background: #919191;
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 3px;
    content: '';
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

  #mobile_button .lines::before {
    top: 8px;
    right: 0;
  }

  #mobile_button .lines::after {
    top: -8px;
    right: 0;
  }

  #mobile_button a.xclose {
    display: block;
    position: relative;
    height: auto;
    padding: 10px 0;
    margin-top: 6px;
    z-index: 1020;
    cursor: pointer;
  }

  #mobile_button .xclose .menutxt {
    display: none;
  }

  #mobile_button .xclose .lines {
    background: 0 0;
  }

  #mobile_button .xclose .lines::before {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  #mobile_button .xclose .lines::after {
    top: -4px;
    right: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
  }

  a#sidr-menu-button {
    display: block;
    height: auto;
    text-decoration: none;
    padding: 5px 0 0;
  }

  #mobile_main {
    display: inline-block;
  }

  #mobile_main img {
    max-width: 100%;
  }

  /*add*/

  .mobile_menu {
    top: 50px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #ededed;
  }

  .mobile_menu ul {
    margin-bottom: 0;
  }

  .mobile_menu ul li {
    border-bottom: 1px dotted #fff;
  }

  .mobile_menu ul li:last-child {
    border: none;
  }

  .mobile_menu ul li a {
    text-decoration: none;
    display: block;
  }

  .mobile_menu ul li a {
    padding: 15px 20px;
  }

  .mobile_menu .sub-menu {
    background: #fff2f2;
  }

  .mobile_menu .sub-menu li {
    border-bottom: 1px solid #fbdedc;
  }

  .mobile_menu .sub-menu li:last-child {
    border: none;
  }

  .mobile_menu .sub-menu li a {
    padding: 15px 10px 15px 30px;
    font-size: 95%;
  }

  /* ハンバーガーボタン */

  #panel-btn {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;

    /*  margin: 20px 0 10px; */
    background: #fff;
  }

  #panel-btn:hover {
    background: #fafafa;
  }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -2px 0 0 -15px;
    background: #666;
    transition: 0.2s;
  }

  #panel-btn-icon::before,
  #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #666;
    transition: 0.3s;
  }

  #panel-btn-icon::before {
    margin-top: -10px;
  }

  #panel-btn-icon::after {
    margin-top: 6px;
  }

  #panel-btn .close {
    background: transparent;
  }

  #panel-btn .close::before,
  #panel-btn .close::after {
    margin-top: 0;
  }

  #panel-btn .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  #panel-btn .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  /* モバイル用のメニュー */

  #panel {
    display: none;
    top: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 5;
  }

  #panel li a {
    text-decoration: none;
    font-size: 87%;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    width: 220px;
    display: block;
    margin: 0 auto 12px;
    font-weight: bold;
  }

  #panel .menu_list1 li a {
    /* 固定ページのリスト部分 */
    background-color: #393871;
  }

  #panel .menu_list2 li a {
    /* 投稿カテゴリのリスト部分 */
    background-color: #ccc;
    color: #333;
  }

  /* メイン画像　下層画像 */
  #imagebox img {
    max-width: 100%;
  }

  #imagebox {
    margin: 0;
    text-align: center;
    height: auto;
  }

  #imagebox3 img {
    max-width: 80%;
    height: auto;
  }

  #imagebox3 {
    margin: 0;
    padding-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  .imagebox_p {
    width: 60%;
    padding: 50px 0 0 0;
    height: 50%;
  }

  #base #bg #imagebox3 h1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 20px;
    color: #566278;
  }

  #base #bg #imagebox3 h1 .fs {
    font-size: 25px;
  }

  .imagebox_p span.c_2 {
    font-size: 20px;
  }

  .imagebox_p span.c_3 {
    font-size: 18px;
  }

  #imagebox2 {
    padding: 15px 10px 10px 10px;
    font-size: 125%;
    background-size: cover;
    height: auto;
    background-position: 50% 50%;
    line-height: 1.3;
  }

  /* 見出し */


  #content #main h2 {
    line-height: 1.5;
    margin-top: 30px;
  }

  /* サイド */

  #mobile_side {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .side_area img {
    display: block;
    margin: 0 auto;
  }

  #mobile_side .side_area h3 {
    width: 100%;
  }

  /* テーブル */

  .tablestyle {
    border-collapse: collapse;
    width: 100% !important;
    border-top: 1px solid #dadada;
  }

  .tablestyle td {
    display: block;
    width: 100%;
    border-top: 0;
  }

  /* 固定ページ */

  .alignright,
  .alignleft,
  .alignnone {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .alignright.pc_only,
  .alignleft.pc_only,
  .alignnone.pc_only {
    /* caption分岐の際、余白防止 */
    display: none;
  }

  /* コンタクトフォーム */

  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }

  .wpcf7-text {
    width: 90%;
  }

  .k-year .wpcf7-form-control {
    /* 年号のテキスト */
    width: 5rem;
  }

  .wpcf7 td {
    /* フォームの行を縦に並べる */
    display: block;
    width: 100%;
    font-weight: bold;
  }

  .wpcf7 .tdstyle {
    /* フォームの項目を左寄せ */
    text-align: left;
  }

  /* 電話番号タップ */

  #mobile_tel {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 0 5px 0;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
  }

  .mobile_tel_inner {
    width: 80%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2px;
    background: #fff;
  }

  .tel_name {
    padding: 5px 0;
    font-weight: bold;
    color: #333;
  }

  .tel_btn {
    display: block;
    border-radius: 5px;
    font-size: 150%;
    font-weight: bold;
    padding-top: 5px;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #46a1e2));
    background: -webkit-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -o-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: -ms-linear-gradient(top, #1e5799 0%, #46a1e2 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #46a1e2 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1e5799', endColorstr='#46a1e2', GradientType=0);
  }

  .tel_btn a {
    color: #fff;
    text-decoration: none;
  }

  /* フッター */
  .footer_nav {
    width: 100%;
  }

  .footer_btm_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .footer_btm_left {
    width: 100%;
    margin: 0 0 20px;
  }

  .footermenu {
    margin-left: 20px;
  }


  /* fix_footer */
  #fix_footer {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fffa;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: 0.3s;
  }

  #fix_footer.fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    transition: 0.3s;
    z-index: 100;
  }

  #fix_footer.fadeout {
    transform: translateY(100%);
  }

  #fix_footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin: 0;
  }

  #fix_footer ul li {
    width: 48%;
    border-radius: 6px;
  }

  /*
  #fix_footer ul li a {
    height: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  */

  #fix_footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }

  #fix_footer img {
    display: inline-block;
    margin: 0 5px 0 0;
  }

  .fix_tel a img {
    width: 16px;
    box-sizing: border-box;
    border-radius: 4px;
  }

  .fix_mailbtn {
    background: #990000;
  }

  .fix_mailbtn a {
    color: #fff;
  }

  .fix_tel {
    background: #434343;
  }

  .fix_tel a {
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
  }

  a.backToTop {
    right: 20px;
    bottom: 100px;
  }

  /* ------------------------------------------------------
オプション用スタイル　目次

(1)スライダー
-------------------------------------------------------- */
  .simplegallery {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  }

  /* ------------------------------------------------------
(1)スライダー
-------------------------------------------------------- */

  /* メイン画像マージン */
  .bx-wrapper {
    margin: 0 auto 0;
  }

  /* メイン画像に内余白をつける */
  .bx-wrapper .bx-viewport {
    padding: 0;
  }

  /* サムネイル */
  #bx-pager {
    background-color: #fff;
    /* サムネイル枠背景色 */
    background-image: url(img/bg_sliderthum.png);
    /* サムネイル枠背景画像 */

    /* ▲どちらか一方を残しもう一方は削除▲ */

    padding: 12px 90px;
    margin-bottom: 20px;
  }

  #bx-pager a.last {
    margin-right: 0;
  }

  /* サムネイル通常時 */
  #bx-pager a img {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #bx-pager a {
    display: block;
    float: left;
    margin-right: 21px;
    border: 1px solid #e1e1e3;
  }

  /* メインで表示されている画像に対応するサムネイル */
  #bx-pager a.active img {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #bx-pager a.active {
    border: 1px solid #f00;
  }

  .ibox_inner {
    width: 90%;
  }

  /* ページ読み込み時に一瞬main2,main3がちらつくのを防ぐ */
  .img2 {
    display: none;
  }

  .img2.show {
    display: block;
  }

  .header_tel {
    display: none;
  }

  #pagetop {
    display: none;
  }

  #header.fixed {
    width: 100%;
    height: 50px;
  }

  a.link,
  a.link2 {
    width: 40%;
  }

  .cd0,
  .cd1,
  .cd2,
  .cd3 {
    padding: 20px 0 20px;
  }

  /* ページ内スライド制御 */
  .sliderbox {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* clearfixと組み合わせて使用 */
  .six_four_r,
  .six_four_l,
  .seven_three_r,
  .seven_three_l {
    width: 80%;
    float: none;
    margin: 0 auto;
  }

  .three_box .box_inner {
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .three_box .box_inner img {
    width: 80%;
    margin: 0 0 10px;
  }

  .imagebox_2 {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }

  .countup_item {
    width: 53%;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: absolute;
    left: 7.1%;
    bottom: 14%;
    z-index: 10;
  }

  .countup_item .item {
    width: 40%;
    margin: 0 5% 0 0;
  }

  .counter .number {
    display: block;
    text-align: center;
    font-size: 8.5vw;
    color: #ff9600;
    line-height: 1;
    text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
  }

  .counter .text {
    display: block;
    text-align: right;
    font-size: 3vw;
    color: #333;
    line-height: 1;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
  }

  a.cta_btn {
    width: 33%;
    position: absolute;
    left: auto;
    right: 2.5%;
    bottom: 12%;
    transition: .3s;
  }

  a.cta_btn:hover {
    filter: brightness(1.2);
  }

  a.cta_btn img {
    max-width: 100%;
  }

  .post a.cta_btn img {
    margin: 0;
  }

  .page_countup .countup_item {
    width: 100%;
    max-width: 580px;
    height: 200px;
    margin: auto;
    background: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/counter_bg.webp)center no-repeat;
    background-size: contain;
    position: relative;
    justify-content: space-between;
    align-items: center;
    left: auto;
    bottom: auto;
  }

  .f_small {
    font-size: 0.8em;
  }

  .page_countup .countup_item .item:nth-child(1) {
    margin-right: 0;
  }

  .page_countup .item {
    width: 40%;
    margin: 0 5%;
    text-align: center;
  }

  .page_countup .counter .number {
    display: block;
    font-size: 100px;
    line-height: 1;
  }

  .page_countup .counter .text {
    display: block;
    font-size: 30px;
    text-align: right;
    line-height: 1;
  }

  /* add style */
  html {
    scroll-padding-top: 50px !important;
    scroll-behavior: smooth;
  }

  .contact_bnr_inner {
    width: calc(100% - 40px);
    padding: 50px 30px;
  }

  .contact_bnr_txt {
    font-size: 26px;
  }

  .contact_bnr_btn {
    width: 85%;
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    flex-wrap: wrap;
  }

  .contact_bnr_inner p.hosoku {
    width: 80%;
    text-align: center;
  }

  .contact_bnr .tel {
    width: 400px;
    padding: 0;
    text-align: center;
  }

  .contact_bnr .mail {
    width: 400px;
    margin: 10px;
  }

  .trouble_flow .flow {
    width: 80%;
  }

  .trouble_faq .faq {
    width: 80%;
  }
}

/* end */

@media screen and (max-width: 768px) {
  #ibox {
    height: auto;
    background: url(img/main_bg_sp.webp) center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }

  .ibox_inner {
    width: 80%;
    padding: 60px;
    margin: auto;
    background: url('img/contact_bnr_bg.webp') right bottom no-repeat, #fffd;
    background-size: 200px;
  }

  .ibox_copy {
    text-align: center;
    line-height: normal;
  }

  .ibox_copy .tk1 {
    display: block;
  }

  .ibox_text {
    padding-right: 0;
    font-weight: bold;
  }

  .ibox_text .text02 {
    padding-right: 100px;
  }

  .contact_box ul {
    position: absolute;
    bottom: 3px;
    width: 70%;
    left: 16px;
  }

  .strengths_list {
    flex-wrap: wrap;
    margin: 30px 0 0;
  }

  .strength {
    width: 100%;
    margin: 0 0 10px;
  }

  .strength_title {
    height: auto;
    padding: .5em;
  }

  .service_list .four_box {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }

  .service_list .four_box:nth-child(even) {
    margin: 0 0 20px
  }

  .greeting {
    flex-direction: column;
    padding: 30px;
  }

  .greeting figure {
    width: 210px;
    margin: 0 auto 20px;
  }

  .greeting_txt {
    width: 100%;
  }

  p.sign .name {
    font-size: 18px;
  }

  .worry_lists {
    padding: 40px;
  }

  .plan_inner {
    padding: 30px;
  }

  .t_feature {
    gap: 30px;
  }

  #content #main .trouble_flow h3 {
    margin: 0 1em;
  }


  .scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll table {
    width: 100%;
  }


  .scroll th,
  .scroll td {
    white-space: nowrap;
  }

  .diff_table td:nth-child(1),
  .diff_table td:nth-child(3) {
    font-size: 1.2em;
  }

  .diff_table td .note {
    font-size: 14px;
  }

  .t_feature {
    flex-direction: column;
  }

  .t_feature figure {
    margin: auto;
  }

  /*
  .main-visual img {
    display: block;
    width: 100%;
    height: 55vw;
    object-fit: cover;
    object-position: right -50px bottom 0px;
  }*/
}

/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
  .sp_only {
    display: block;
  }

  .header_l {
    padding-left: 5px;
  }

  #header_main .header_l img {
    width: 200px;
  }

  #content #main {
    font-size: 0.875rem;
    /* 14px; */
  }

  #content #main h1.singletitle,
  #content #main h1 {
    font-size: 1.875rem;
    /* 30px; */
    padding-top: 70px;
  }

  #content #main h2 {
    font-size: 1.375rem;
    /* 22px; */
  }

  #content #main h3 {
    font-size: 1.125rem;
    /* 18px; */
  }

  .ibox_inner {
    width: 85%;
    background: url(img/contact_bnr_bg.webp) right bottom no-repeat, #fffd;
    background-size: 33vw;
    padding: 40px 30px 20px;
  }

  .ibox_copy {
    padding: 0;
    font-size: 26px;
  }

  .ibox_text p {
    line-height: 1.7;
  }

  .ibox_text .text02 {
    padding-right: 18vw;
  }

  #ibox img.main_img {
    display: none;
  }

  #ibox img.main_sp_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
  }

  .ibox_p h1 {
    font-size: 20px;
  }

  /* キャッチを画像にする場合 */
  .ibox_p img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    display: block;
    margin: auto;
  }

  #submain {
    height: 100px;
  }

  #submain img {
    top: -150px;
  }

  #submain h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .three_box p {
    font-size: 14px;
  }

  /* フッター */

  .footer_btm_left {
    margin: 0;
  }

  .footer_btm_right {
    flex-wrap: wrap;
    margin: 20px 20px 0;
  }

  .footermenu {
    flex: auto;
    width: 100%;
    margin: 0 0 20px;
    font-size: 14px;
  }

  .footermenu.sub {
    width: 50%;
  }

  .footermenu .menu_title {
    margin: 0 0 1em 20px;
  }

  .footermenu li {
    white-space: wrap;
  }

  .f_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f_btn .tel {
    padding: 0 0 20px;
  }

  #fix_footer a {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px;
  }

  #fix_footer img {
    display: block;
    margin: 0 auto;
  }

  #fix_footer .fix_mailbtn img {
    margin: 0 auto 5px;
  }

  .fix_tel a img {
    width: 14px;
    box-sizing: border-box;
    border-radius: 4px;
  }

  #imagebox3 {
    clear: both;
    z-index: 2;
    text-align: center;
    height: 200px;
    background-color: #f6f7fa;
    padding-top: 20px;
    margin-bottom: 0;

    /* background-position: bottom center; */
    background-position: center;

    /* background-image: url("img/dot_black.png"),url("img/main_bg2.jpg"); */
    background-image: url("img/main_bg2.jpg");
    position: relative;
  }

  .imagebox_p {
    width: 95%;
    height: 60%;
    padding-top: 20px;
  }

  #base #bg #imagebox3 h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 12px;
  }

  #base #bg #imagebox3 h1 .fs {
    font-size: 16px;
  }

  .imagebox_p span.c_2 {
    font-size: 13px;
    letter-spacing: -0.5px;
  }

  .imagebox_p span.c_3 {
    font-size: 18px;
  }

  .imagebox_p p {
    line-height: 1.3;
    font-size: 14px;
    margin-bottom: 0;
  }

  .imagebox_p span.c_2 {
    font-size: 15px;
    line-height: 1.3;
  }

  .imagebox_p span.c_3 {
    font-size: 15px;
    line-height: 1.3;
  }

  .rightbox,
  .leftbox {
    float: none;
  }

  .two_box,
  .three_box,
  .four_box {
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  a.link,
  a.link2 {
    width: 90%;
  }

  div.eyecatch_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .eyecatch_box .wrap,
  .eyecatch_box img {
    width: 100%;
  }

  .eyecatch_box .ttl_wrap {
    width: 100%;
  }

  #content #main .eyecatch_box .ttl p {
    font-size: 1.375em;
  }

  .eyecatch_box .ttl_wrap,
  .eyecatch_box .txt_wrap {
    display: block;
  }

  .eyecatch_box .wrap,
  .eyecatch_box .txt_wrap {
    padding: 0;
  }

  .two_box {
    margin: 0 0 15px 0;
  }

  .three_box,
  .three_box:nth-child(3n-1),
  .four_box {
    margin: 0 0 15px 0;
  }

  .two_box .ttl {
    font-size: 1.375em;
  }

  .three_box .ttl {
    font-size: 1.25em;
  }

  .four_box .ttl {
    font-size: 1.125em;
  }

  .box_wrap .more {
    font-size: 0.9em;
  }

  /* フォームの調整 599px以下 */
  .field_wrap {}

  .field_name {
    display: block;
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.1em;
  }

  .field {
    display: block;
    width: auto;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
  }



  input.wpcf7-form-control,
  textarea.wpcf7-form-control,
  select.wpcf7-form-control,
  .wpcf7-list-item-label {
    font-size: 1.2em;
  }

  div.sbtn_2 input[type="submit"] {
    font-size: 1.2em;
  }

  .sbtn_2.action img {
    top: 1.4em;
  }

  /* archives.php 599px以下 */
  #content #main div.post_wrap::after {
    content: none;
  }

  .post_box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #ccc;
  }

  /* 既存サイトから */


  #content .page_title,
  #content .singletxt h2.page_title {
    font-size: 20px;
  }

  .case_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .case {
    width: 100%;
    padding-bottom: 0;
    margin: 0;
  }

  .case_title {
    font-size: 1.2em;
  }

  .check_mark_blue {
    width: 100%;
  }

  .check_mark_blue li,
  .check_mark_orange li {
    padding-left: 35px;
    font-size: 16px;
    position: relative;
  }

  .check_mark_blue li:before,
  .check_mark_orange li:before {
    position: absolute;
    left: 0;
  }

  .check_orange_wrap .note {
    display: inline-block;
    background: #ff9600;
    color: #fff;
    font-size: .9em;
    text-align: center;
    padding: 0 1em;
    margin-left: 1em;
    border-radius: 100px;
  }

  #content #main p.arrow_mark {
    padding-left: 0;
    display: block;
    font-size: .9em;
    line-height: normal;
  }


  .feature_cont {
    display: block;
  }

  .feature_cont figure {
    margin: 0 auto 15px;
  }

  .feature_text {
    width: 100%;
    padding: 0;
  }

  .service {
    width: 100%;
  }

  .voice {
    width: 100%;
  }

  #content #main .flow_text h3 {
    font-size: 18px;
  }

  .voice .type {
    font-size: 14px;
  }

  #content #main h3.question {
    font-size: 16px;
    padding-right: 1.5em;
  }

  #content #main h3.question:before {
    width: 40px;
    height: 60px;
    background: #0423a9;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .mind .shochoimg {
    float: none;
    margin: 0 auto 20px;
  }

  .main_copy {
    font-size: 22px;
  }

  .main_copy span.num {
    margin: 0 5px;
    font-size: 50px;
  }

  .service_top ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2em 0;
  }

  .service_top li {
    width: calc((100% - 20px) / 2);
    height: calc(50vw - 29px);
    margin: 10px 5px;
  }

  .service_top li .text {
    bottom: 5px;
  }

  .service_top .large_text {
    width: 100%;
  }

  #content .large_text p {
    font-size: 1.3em;
  }

  table.base th {
    padding: 10px 5px;
    font-size: .9em;
  }

  .page_countup .countup_item {
    height: 35vw;
  }

  .page_countup .counter .number {
    font-size: 15vw;
  }

  .page_countup .counter .text {
    font-size: 5vw;
  }

  .ac.sbtn_2 {
    flex-direction: column;
  }

  .ac.sbtn_2 .sbtn {
    width: 100%;
  }

  div.sbtn_2 input {
    margin: 5px auto;
  }

  /* add style */


  .newsblog li {
    align-items: flex-start;
    flex-direction: column;
  }

  .newsblog li a {
    width: 100%;
    align-items: flex-start;
    padding: 0 0 1em;
  }

  span.newsblog_title {
    margin: 0 1em 0 0;
  }

  /* add style */
  #content #main h2.main_title {
    margin: 0;
    font-size: 26px;
  }

  .service_list .four_box {
    width: 100%;
    margin: 0 0 20px;
  }

  .service_list .alignnone {
    margin: 0 0 1em;
  }


  .contact_bnr_inner {
    background: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/contact_bnr_bg.webp) right bottom no-repeat, #fff;
    background-size: 30%;
    padding: 30px;
    margin: 40px 0;
  }

  .contact_bnr_txt {
    font-size: 22px;
    line-height: normal;
  }

  .contact_bnr .tel,
  .contact_bnr .mail {
    width: 100%;
  }

  .contact_bnr .tel img {
    width: 20px;
  }

  .contact_bnr .telnum {
    font-size: 30px;
  }

  .contact_bnr .mail a {
    font-size: 18px;
  }

  p.sign {
    text-align: left;
  }

  p.sign .name {
    display: block;
    font-size: 16px;
  }

  .worry_lists {
    background: url(https://www.sr-itoh-office.com/wp-content/themes/standard_black_cmspro/img/trouble_worry.webp) right bottom no-repeat, #043f8d;
    background-size: 240px;
    padding: 40px 40px 200px;
    font-size: 1.3em;
  }

  .trouble_worry_bottom {
    font-size: 1.5em;
  }

  .plan_inner {
    padding: 20px;
  }

  #content #main .plan_item h3 {
    font-size: 1.5em;
  }

  .plan_item th {
    width: 80px;
    font-size: 1rem;
  }

  .plan_item td {
    font-size: 1rem;
  }

  .plan_item .fee {
    font-size: 26px;
  }

  .merit_list {
    flex-direction: column;
  }

  .t_feature_wrap {
    padding: 30px;
  }

  .trouble_faq .faq,
  .trouble_flow .flow {
    width: 90%;
  }

  .trouble_flow .flow_step {
    width: 80px;
  }

  .trouble_flow .flow:before {
    left: 36px;
  }

  .ask {
    padding: 20px;
  }

  .ask dt {
    width: 100%;
    padding: 0 12px;
  }

  .ask dd {
    width: 100%;
    border: none;
  }
}

/* end */