@charset "UTF-8";
/*
Theme Name: jutakushindan orijin
Theme URI: 
Description: wordpress汎用テーマ
Version: 4.0
Author: huevo
*/
/*////////////////////////////////////////////////////////////

	Layout CSS

////////////////////////////////////////////////////////////*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*////////////////////////////////////////////////////////////

 clearfix

////////////////////////////////////////////////////////////*/
/* clearfix
------------------------------------------------------------*/
.footer_items, .block8 .block8items, .block9 .block9items, .block10 .block10items, form .formitemwrap, .b1box, .b1box2, .b1items {
  zoom: 1;
}
.footer_items:after, .block8 .block8items:after, .block9 .block9items:after, .block10 .block10items:after, form .formitemwrap:after, .b1box .b1items:after {
  content: "";
  display: block;
  clear: both;
}
/* ul reset
------------------------------------------------------------*/
.header_nav ul, .footer_nav ul, .block6 .checkwrap ul.tab, .block6 .checkwrap ul.content, .block6 .checkwrap ul.content li ul, .broker3 .broker3wrap2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* inner
------------------------------------------------------------*/
header .inner, footer .inner, .block1 .inner, .block2 .inner {
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  header .inner, footer .inner, .block1 .inner, .block2 .inner {
    margin: 0 auto;
    padding: 0;
    width: 980px;
  }
}
.common_ttl, .topvisual p, .index_lead .lead_content, .block3 h2, .block4 h2, .block7 h2, .contact h2, .broker2 h2 {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.note a {
  text-decoration: underline;
}
.note a:hover {
  text-decoration: none;
}
/* ロールオーバーの処理
------------------------------------------------------------*/
.header_nav ul li a:hover, .btn:hover, .btn2:hover, .block6 .sample:hover, .block6 .block6item .block6_btn:hover, .block6 .checkwrap ul.tab li:hover:not(.select), form .contact_btn .confirm:hover, form .contact_btn .submit:hover, .tel_btn a:hover {
  opacity: 0.5;
  -moz-transition: opacity, 0.2s, ease-in;
  -o-transition: opacity, 0.2s, ease-in;
  -webkit-transition: opacity, 0.2s, ease-in;
  transition: opacity, 0.2s, ease-in;
  text-decoration: none !important;
}
.opa {
  transition: 0.2s;
}
.opa:hover {
  opacity: 0.6;
  transition: 0.2s;
}
/* デバイスごとの表示の制御
------------------------------------------------------------*/
.dspsp {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .dspsp {
    display: none !important;
  }
}
.dsppc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .dsppc {
    display: block !important;
  }
}
.dsppc_i {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .dsppc_i {
    display: inline !important;
  }
}
/*/////////////////////////////////////////////////////////////

	structures

///////////////////////////////////////////////////////////////

	共通の設定

=============================================================*/
body, article, aside, details, div, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, p, header, hgroup, main, menu, nav, section, summary, ul, ol, span, table, th, td, a, input, textarea {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1rem;
  line-height: 2rem;
  font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  display: block;
}
a {
  color: #3e3a39;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: #3e3a39;
}
a:hover {
  text-decoration: underline;
  color: #0082CB;
}
/*=============================================================

	html, body, wrapper

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
html {
  font-size: 62.5%;
  /* 10px相当 */
  line-height: 62.5%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #3e3a39;
}
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
/*=============================================================

	header

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
header {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}
header .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
header._fixed {
  position: fixed;
  z-index: 9900;
  top: 0;
}
.header_nav {
  width: 100%;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 9910;
}
@media only screen and (min-width: 768px) {
  .header_nav {
    display: block;
    position: static;
    width: 82.9%;
  }
}
.header_nav ul {
  margin-top: 10px;
  background-color: #0082CB;
}
@media only screen and (min-width: 768px) {
  .header_nav ul {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .header_nav ul:after {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #cccccc;
    display: block;
    position: absolute;
    top: 18px;
    right: 0;
  }
}
.header_nav ul li {
  height: 50px;
  border-bottom: 1px solid #fff;
  line-height: 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li {
    padding: 9px 15px;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    line-height: 1.7rem;
    text-align: left;
    position: relative;
  }
  .header_nav ul li:before {
    content: '';
    width: 2px;
    height: 15px;
    background-color: #cccccc;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
  }
}
.header_nav ul li a {
  color: #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li a {
    color: #000;
  }
}
.header_nav ul li a br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header_nav ul li a br {
    display: block;
  }
}
.logo {
  width: 40.6%;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 14.2%;
    margin-right: 25px;
  }
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  nav.global {
    display: block;
  }
}
/* */
.btn_sp_nav {
  width: 46px;
  height: 46px;
  background-color: #fff;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9920;
  display: block;
}
.btn_sp_nav img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .btn_sp_nav {
    display: none;
  }
}
/*=============================================================

	main, contents, sidebar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.main {
  padding: 80px 0 0 0;
  width: 100%;
}
.contents {
  margin: 0 auto;
  padding: 70px 0 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents {
    padding: 80px 0 0px 0;
  }
}
/*=============================================================

	footer

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
.footer_before {
  display: none;
}
.totop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer_before {
    /*height: 44px;*/
    position: relative;
    display: block;
  }
  .totop {
    display: block;
    position: fixed;
    right: 70px;
    bottom: 0;
  }
  .totop img {
    display: block;
  }
}
footer {
  width: 100%;
  background-color: #fff;
}
.footer_nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer_nav {
    margin-bottom: 30px;
    padding: 40px 0;
    background-color: #0082CB;
    display: block;
  }
}
.footer_nav ul {
  margin: 0 auto;
  padding-left: 80px;
  width: 780px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.footer_nav ul li {
  padding-left: 12px;
  width: 22%;
  margin-bottom: 25px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.footer_nav ul li a {
  color: #fff;
}
.footer_nav ul li._contact {
  padding-top: 10px;
}
.footer_items {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  width: 100%;
}
.img_sp {
  display: block;
  margin: auto;
  float: none !important;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .footer_items {
    width: 680px;
  }
  .img_sp {
    display: block;
    margin: auto;
    float: right !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.footer_items .footer_item {
  float: left;
}
@media only screen and (min-width: 768px) {
  .footer_items .footer_item {
    width: 400px;
  }
}
.footer_items .footer_item .cname {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #0082CB;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer_items .footer_item .cname {
    width: 780px;
    text-align: left;
  }
}
.footer_items .footer_item .copy {
  margin: 0 auto;
  padding: 10px 0 30px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  color: #0082CB;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer_items .footer_item .copy {
    padding: 10px 0 30px;
    width: 780px;
    text-align: left;
  }
  .footer_items .footer_item .copy br {
    display: none;
  }
}
.footer_items img {
  display: block;
  float: right;
}
.footer_btns {
  width: 100%;
  height: 60px;
  background-color: #002665;
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  position: fixed;
  z-index: 9999;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer_btns {
    display: none;
  }
}
.footer_btns a {
  width: 50%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 60px;
  display: block;
}
.footer_btns a:first-of-type {
  border-right: 1px solid #fff;
}
.footer_btns a:hover {
  text-decoration: none;
}
/*/////////////////////////////////////////////////////////////

 pages

///////////////////////////////////////////////////////////////

/* 共通
-------------------------------------------------------------*/
.btn {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background-color: #0082CB;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn {
    width: 350px;
  }
}
.btn:after {
  content: url(images/btn_arrow_r.png);
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}
.common_ttl {
  margin: 0 auto 45px;
  width: 280px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block10 .common_ttl {
    width: 350px;
    letter-spacing: 0.15rem;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .common_ttl {
    margin-bottom: 50px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.common_ttl span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .common_ttl span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.common_ttl:before {
  content: url(images/common-ttl_l_sp.png);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .common_ttl:before {
    content: url(images/common-ttl_l.png);
  }
}
.common_ttl:after {
  content: url(images/common-ttl_r_sp.png);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .common_ttl:after {
    content: url(images/common-ttl_r.png);
  }
}
.flexbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  background-color: #d5d5d5;
}
.flexbox .flexitem {
  flex-grow: 1;
  background-color: yellow;
}
/* トップページ
-------------------------------------------------------------*/
.topvisual {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .topvisual {
    margin-bottom: 0px;
  }
}
.topvisual img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .topvisual img {
    margin-bottom: 0;
  }
}
.topvisual p {
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  text-align: center;
  bottom: 120px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .topvisual p {
    display: none;
  }
}
/* リード　*/
.index_lead {
  margin: 0 auto 60px;
  padding: 0 20px 100px;
  width: 100%;
  border-bottom: 1px solid #666;
  background: url(images/index_lead_img.jpg) no-repeat bottom right / 160px auto;
}
@media only screen and (min-width: 768px) {
  .index_lead {
    margin-bottom: 70px;
    width: 980px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: none;
  }
}
.index_lead .lead_content {
  color: #002665;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .index_lead .lead_content {
    width: 460px;
  }
}
.index_lead .lead_content p {
  text-align: justify;
}
.index_lead .lead_content .title {
  font-size: 20px;
  font-size: 2rem;
}
.index_lead .lead_content .title span {
  font-size: 14px;
  font-size: 1.4rem;
}
.index_lead img {
  width: 450px;
  height: auto;
  display: block;
}
/* こんな物件の購入を検討してませんか？ */
.block1 {
  padding: 80px 0 85px;
  margin-bottom: 30px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .block1 {
    margin-bottom: 100px;
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .block1 .common_ttl {
    width: 580px;
  }
}
.block1 .block1items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.block1 .block1items .block1item {
  margin-bottom: 20px;
  padding-top: 45px;
  width: 47%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .block1item {
    width: 33%;
    height: 145px;
  }
}
.block1 .block1items .block1item h3 {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .block1item h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .block1item h3 br {
    display: none;
  }
}
.block1 .block1items .block1item p {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .block1item p {
    text-align: center;
  }
}
.block1 .block1items .block1item p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .block1item p br {
    display: block;
  }
}
.block1 .block1items .bg1 {
  background: url(images/block1_bg1.png) no-repeat center top;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.block1 .block1items .bg2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background: url(images/block1_bg2.png) no-repeat center top;
}
.block1 .block1items .bg3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background: url(images/block1_bg3.png) no-repeat center top;
}
.block1 .block1items .bg4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
  background: url(images/block1_bg4.png) no-repeat center top;
}
.block1 .block1items .bg5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
  background: url(images/block1_bg5.png) no-repeat center top;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .bg5 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
.block1 .block1items .illust {
  padding-top: 30px;
  width: 47%;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .illust {
    padding-top: 0;
    width: 20%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}
.block1 .block1items .illust img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block1 .block1items .illust img {
    width: auto;
  }
}
.block1 .block1text {
  margin: 0 auto 35px;
  width: 260px;
  background: url(images/block1_bar_sp.png) no-repeat center bottom;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.32rem;
}
@media only screen and (min-width: 768px) {
  .block1 .block1text {
    width: 660px;
    background: url(images/block1_bar.png) no-repeat center bottom;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 56px;
    line-height: 5.6rem;
  }
}
.block1 .block1text span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block1 .block1text span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    display: inline;
  }
}
.block1 .block1text em {
  color: #0082CB;
  font-style: normal;
}
/* さまざまな住宅での診断実績があります！ */
.block2 .block2wrap {
  margin-bottom: 50px;
  padding: 25px 15px 25px;
  border: 1px dashed #0082CB;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block2 .block2wrap {
    margin-bottom: 100px;
    padding: 50px 10px 60px;
  }
}
.block2 .block2wrap::before{
  content: "";
  position: absolute;
  width: calc(317px * 0.9);
  height: calc(68px * 0.9);
  background-size: 100% auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  background: url(images/block2wrap_add.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .block2 .block2wrap::before{
    width: 317px;
    height: 68px;
  }
}
.block2 .block2catch {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  width: 100%;
  background: url(images/block2_catch_bg.png) no-repeat center bottom;
  background-size: 300px auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block2 .block2catch {
    padding-bottom: 35px;
    width: 400px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.block2 .block2ttl {
  margin: 0 auto;
  width: calc(100% - 25px);
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  border: 2px solid #0082CB;
  color: #0082CB;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .block2 .block2ttl {
    width: 500px;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    top: -20px;
  }
}
.block2 .block2items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
.block2 .block2items .block2item ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
    padding: 15px 0px 15px 0px;
    list-style-position: inherit;
    font-size: 13px;
    line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item ul{
    list-style-position: inside;
    font-size: 14px;
    padding: 15px 30px 15px 30px;
    line-height: 2.0;
  }
}

.block2 .block2items .block2item ul li{
  flex-basis: calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item ul li {
    flex-basis: 25%;
    margin-bottom: 0px;
    margin-left: 0px;
}
}
.block2 .block2items .block2item .block2items_note{
text-align: right;
width: 100%;
font-size: 1.2rem;
padding: 0 30px;
}
.block2 .block2items .block2item {
  margin-bottom: 15px;
  padding-bottom: 45px;
  width: 100%;
  border-bottom: 1px dashed #666;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item {
    margin-bottom: 0;
    padding: 0 25px 0;
    border-right: 1px dashed #666;
    border-bottom: none;
  }
}
.block2 .block2items .block2item h3 {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  color: #0082CB;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.block2 .block2items .block2item h3 span {
  background-color: #F5EA41;
}
.block2 .block2items .block2item h3 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item h3 br {
    display: block;
  }
}
.block2 .block2items .block2item p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .block2 .block2items .block2item p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.block2 .block2items .block2item .notice {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.block2 .block2items .block2item:last-of-type {
  border: none;
}
.block2 .block2bg {
  background-color: #0082CB;
}
.block2 .block2bg img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block2 .block2bg img {
    width: auto;
  }
}
/* 不安をなくす4つのお約束？ */
.block3 {
  padding: 100px 20px 60px;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .block3 {
    padding: 180px 0 100px 0;
  }
}
.block3 .block3wrap {
  margin: 0 auto;
  padding: 50px 20px 0;
  border: 3px solid #0082CB;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block3 .block3wrap {
    padding: 0 30px;
    background: url(images/block3_img.png) no-repeat center center;
    width: 980px;
  }
}
.block3 h2 {
  background: url(images/common_bg.png);
  margin: 0 auto 45px;
  width: 200px;
  text-align: center;
  position: absolute;
  top: -80px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block3 h2 {
    margin-bottom: 50px;
    width: 340px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    line-height: 4rem;
    top: -40px;
  }
}
.block3 h2:before {
  margin: 0 auto;
  content: url(images/block3_ttl_bg.png);
  width: 65px;
  height: 28px;
  display: block;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
}
.block3 h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .block3 h2 span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.block3 .block3items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.block3 .block3items .block3item {
  padding-bottom: 30px;
  width: 47%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .block3item {
    margin-bottom: 50px;
    padding: 40px 0 0;
    width: 370px;
  }
}
.block3 .block3items .block3item h3 {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0;
  color: #0082CB;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .block3item h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.block3 .block3items .block3item p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .block3item p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.block3 .block3items .block3item p br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .block3item p br {
    display: block;
  }
}
.block3 .block3items .b31 {
  margin-bottom: 80px;
}
.block3 .block3items .b31:before {
  margin: 0 auto;
  content: url(images/block3_num1.png);
  width: 103px;
  height: 74px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .b31:before {
    top: -45px;
  }
}
.block3 .block3items .b32 {
  margin-bottom: 80px;
}
.block3 .block3items .b32:before {
  margin: 0 auto;
  content: url(images/block3_num2.png);
  width: 103px;
  height: 74px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .b32:before {
    top: -45px;
  }
}
.block3 .block3items .b33:before {
  margin: 0 auto;
  content: url(images/block3_num3.png);
  width: 103px;
  height: 74px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .b33:before {
    top: -45px;
  }
}
.block3 .block3items .b34:before {
  margin: 0 auto;
  content: url(images/block3_num4.png);
  width: 103px;
  height: 74px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
}
@media only screen and (min-width: 768px) {
  .block3 .block3items .b34:before {
    top: -45px;
  }
}
/* だから皆様に選ばれています！ */
.block4 {
  padding: 40px 0 30px;
  background: #0082CB url(images/block4_top_bg.png) repeat-x center top;
}
@media only screen and (min-width: 768px) {
  .block4 {
    padding: 100px 0;
  }
}
.block4 h2 {
  margin: 0 auto 40px;
  background: url(images/block4_ttl_bg_sp.png) no-repeat center top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block4 h2 {
    margin-bottom: 50px;
    width: 468px;
    background: url(images/block4_ttl_bg.png) no-repeat center top;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.block4 h2 span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block4 h2 span {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.block4 .block4items {
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block4 .block4items {
    padding: 0;
    width: 780px;
  }
}
.block4 .block4items .block4item {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block4 .block4items .block4item {
    margin-bottom: 60px;
    width: 350px;
  }
}
.block4 .block4items .block4item h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #F5EA41;
}
@media only screen and (min-width: 768px) {
  .block4 .block4items .block4item h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.block4 .block4items .block4item h3 span {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .block4 .block4items .block4item h3 span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.block4 .block4items .block4item p {
  text-align: left;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .block4 .block4items .block4item p {
    text-align: center;
  }
}
.block5 {
  padding: 50px 20px;
  position: relative;
  background: #0082CB;
  margin: 0 auto 70px auto;
}
@media only screen and (min-width: 768px) {
  .block5 {
    padding: 100px 0 70px 0;
    background: #0082CB;
    margin: 0 auto 70px auto;
  }
}
.block5:before {
  margin: 0 auto;
  width: 41px;
  height: 16px;
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
}
.block5 h2 {
  margin: 0 auto 40px;
  background: url(images/block4_ttl_bg_sp.png) no-repeat center top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .block5 h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    color: #fff;
    letter-spacing: 0.2em;
    height: 80px;
    padding-top: 30px;
  }
}
.block5 .block5items {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block5 .block5items {
    width: 980px;
  }
}
.block5 .block5items .block5item {
  margin-bottom: 20px;
  width: 47%;
}
@media only screen and (min-width: 768px) {
  .block5 .block5items .block5item {
    margin-bottom: 0;
    width: 280px;
  }
}
.block5 .block5items .block5item .itemimg {
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block5 .block5items .block5item .itemimg {
    margin-bottom: 15px;
    width: 280px;
    height: 187px;
    overflow: hidden;
  }
}
.block5 .block5items .block5item .itemimg img {
  width: 100%;
  height: auto;
  display: block;
}
.block5 .block5items .block5item .itemtext {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .block5 .block5items .block5item .itemtext {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
  }
}
.block5 .block5items .block5item .itemdate {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  line-height: 1.1rem;
  color: #fff;
  margin-top: 7px;
}
.block5 .block5items .block5item .thumbnail {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  .block5 .block5items .block5item .thumbnail {
    height: 100px;
  }
}
.itemtext a {
  color: #fff;
}
/* 中古・新築の診断お任せください！ */
.block6 {
  padding: 50px 27px;
  background-color: #F5F5F5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block6 {
    padding: 100px 0;
  }
}
.block6 .common_ttl {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .block6 .common_ttl {
    width: 570px;
  }
}
.block6 .block6wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block6 .block6wrap {
    width: 980px;
  }
}
.block6 .sample {
  position: absolute;
  top: -90px;
  right: 0;
}
.block6 .block6innerwrap {
  width: 100%;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .block6 .block6innerwrap {
    width: 465px;
  }
}
.block6 .block6innerwrap h3 {
  margin: 0 auto 25px;
  text-align: center;
	padding: 0 15px;
  /*width: 70px;*/
  width: auto;
  display: inline-block;
  height: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .block6 .block6innerwrap h3 {
    /*width: 90px;*/
    margin: 0 auto 20px;
    height: 45px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 45px;
    line-height: 4.5rem;
  }
}
.block6 .block6innerwrap h3._pink {
  border: 1px solid #ED7787;
  color: #ED7787;
}
.block6 .block6innerwrap h3._blue {
  border: 1px solid #0082CB;
  color: #0082CB;
}
.block6 .block6items {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block6 .block6items {
    margin-bottom: 30px;
  }
}
.block6 .block6item {
  padding: 20px 10px;
  width: 47%;
  background-color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block6 .block6item {
    padding: 25px 13px;
    width: 225px;
  }
}
.block6 .block6item h4 {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .block6 .block6item h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}
.block6 .block6item h4 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .block6 .block6item h4 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.block6 .block6item p.price {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .block6 .block6item p.price {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}
.block6 .block6item p.price span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-weight: normal;
  color: #000;
	padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .block6 .block6item p.price span {
    display: inline;
  }
}
.block6 .block6item p.price._pink {
  color: #ED7787;
}
.block6 .block6item p.price._blue {
  color: #0082CB;
}
.block6 .block6item p.text {
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: justify;
	/*letter-spacing: -0.01rem;*/
}
.block6 .block6item .block6_btn {
  width: 100%;
  height: 28px;
  border: 1px dashed #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 28px;
  line-height: 2.8rem;
  display: block;
  position: relative;
  bottom: 0;
}
.block6 .block6item .block6_btn:after {
  content: url(images/btn_arrow2_r.png);
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 2px;
  right: 13px;
}
.block6 .block6item .block6_btn:hover {
  color: inherit;
}
.block6 .notes {
  margin: 0 auto 45px;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.block6 .notes p {
  margin-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .block6 .notes {
    width: 830px;
  }
}
.block6 .checkwrap {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap {
    width: 980px;
  }
}
.block6 .checkwrap ul.tab {
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.tab {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.tab {
    width: 580px;
  }
}
.block6 .checkwrap ul.tab li {
  padding: 5px 0;
  width: 280px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.block6 .checkwrap ul.tab li:not(.select):hover {
  cursor: pointer;
}
.block6 .checkwrap ul.tab .check_use {
  background-color: #ED7787;
}
.block6 .checkwrap ul.tab .check_new {
  background-color: #0082CB;
}
.block6 .checkwrap ul.tab .select {
  cursor: text;
}
.block6 .checkwrap ul.content {
  padding: 15px;
  border: 5px solid #fff;
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.content {
    padding: 35px 45px 0;
  }
}
.block6 .checkwrap ul.content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.block6 .checkwrap ul.content li ul {
  margin-bottom: 20px;
  padding-right: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.content li ul {
    width: 33%;
  }
}
.block6 .checkwrap ul.content li ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.block6 .checkwrap ul.content li ul li:before {
  content: url(images/block6_list_p.png);
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.content li.check_use ul {
    margin-bottom: 30px;
  }
}
.block6 .checkwrap ul.content li.check_use ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.block6 .checkwrap ul.content li.check_use ul li:before {
  content: url(images/block6_list_p.png);
  margin-right: 5px;
}
.block6 .checkwrap ul.content li.check_use ul .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #ED7787;
}
.block6 .checkwrap ul.content li.check_use ul .ttl.num1:before {
  content: url(images/block6_num01p.png);
}
.block6 .checkwrap ul.content li.check_use ul .ttl.num2:before {
  content: url(images/block6_num02p.png);
}
.block6 .checkwrap ul.content li.check_use ul .ttl.num3:before {
  content: url(images/block6_num03p.png);
}
.block6 .checkwrap ul.content li.check_use ul .ttl.num4:before {
  content: url(images/block6_num04p.png);
  display: inline;
}
.block6 .checkwrap ul.content li.check_use ul .ttl.num5:before {
  content: url(images/block6_num05p.png);
}
@media only screen and (min-width: 768px) {
  .block6 .checkwrap ul.content li.check_new ul {
    margin-bottom: 30px;
  }
}
.block6 .checkwrap ul.content li.check_new ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.block6 .checkwrap ul.content li.check_new ul li:before {
  content: url(images/block6_list_b.png);
  margin-right: 5px;
}
.block6 .checkwrap ul.content li.check_new ul .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  color: #0082CB;
}
.block6 .checkwrap ul.content li.check_new ul .ttl.num1:before {
  content: url(images/block6_num01b.png);
}
.block6 .checkwrap ul.content li.check_new ul .ttl.num2:before {
  content: url(images/block6_num02b.png);
}
.block6 .checkwrap ul.content li.check_new ul .ttl.num3:before {
  content: url(images/block6_num03b.png);
}
.block6 .checkwrap ul.content li.check_new ul .ttl.num4:before {
  content: url(images/block6_num04b.png);
  display: inline;
}
.block6 .checkwrap ul.content li.check_new ul .ttl.num5:before {
  content: url(images/block6_num05b.png);
}
.block6 .checkwrap ul.content .hide {
  display: none;
}
/* ご依頼頂いたお客様の声 */
.block7 {
  padding: 60px 0;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .block7 {
    padding: 100px 0;
  }
}
.block7 h2 {
  margin: 0 auto 45px;
  width: 280px;
  background: url(images/block7_ttl_bg_sp.png) no-repeat center top;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block7 h2 {
    margin-bottom: 50px;
    width: 390px;
    background: url(images/block7_ttl_bg.png) no-repeat center top;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.block7 h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .block7 h2 span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.block7 .block7items {
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block7 .block7items {
    width: 900px;
  }
}
.block7 .block7items .block7item {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .block7 .block7items .block7item {
    margin-bottom: 0;
    padding: 25px;
    width: 30%;
  }
}
.block7 .block7items h3 {
  margin-bottom: 20px;
  border-bottom: 1px dashed #666;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-bottom: 15px;
  color: #0082CB;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .block7 .block7items h3 {
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.block7 .block7items h3 span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .block7 .block7items h3 span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.block7 .block7items h4 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .block7 .block7items h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0;
  }
}
.block7 .block7items p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: justify;
}
/* どうやって診断士を選べばいいですか？ */
.block8 {
  padding: 60px 20px 30px;
}
@media only screen and (min-width: 768px) {
  .block8 {
    padding: 100px 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .block8 .common_ttl {
    width: 460px;
  }
}
.block8 .block8items {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block8 .block8items {
    width: 980px;
  }
}
.block8 .block8items .block8item {
  margin-bottom: 30px;
  padding: 20px 0;
  width: 100%;
  border: 1px dashed #0082CB;
  float: left;
}
@media only screen and (min-width: 768px) {
  .block8 .block8items .block8item {
    margin: 0 1.5% 30px;
    width: 47%;
  }
}
.block8 .block8items h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  color: #0082CB;
  display: table;
  background: url(images/arrow_down.png) no-repeat center right;
}
@media only screen and (min-width: 768px) {
  .block8 .block8items h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
.block8 .block8items h3 em {
  width: 20%;
  display: block;
  display: table-cell;
  vertical-align: middle;
}
.block8 .block8items h3 em img {
  width: 100%;
  height: auto;
  top: 50%;
}
.block8 .block8items h3 span {
  width: 55%;
  padding: 0 50px 0 15px;
  display: table-cell;
  border-left: 1px dashed #0082CB;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .block8 .block8items h3 span {
    padding: 0 0 0 15px;
    width: 68%;
  }
}
.block8 .block8items h3 br {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block8 .block8items h3 br {
    display: block;
  }
}
.block8 .block8items .up {
  background: url(images/arrow_up.png) no-repeat center right;
}
.block8 .block8items p {
  padding: 20px 20px 0;
  display: none;
}
/* なごや住宅診断所はどんなとこ？ */
.block9 {
  padding: 80px 20px 80px;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .block9 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .block9 .common_ttl {
    width: 524px;
  }
}
.block9 .block9wrap {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block9 .block9wrap {
    margin-bottom: 50px;
    padding: 50px;
    width: 980px;
    box-shadow: 15px 15px rgba(190, 190, 190, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  .block9 .block9items {
    margin-bottom: 40px;
  }
}
.block9 .block9items .block9item .block9img {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .block9 .block9items .block9item .block9img {
    width: 340px;
  }
}
.block9 .block9items .block9item .block9img img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .block9 .block9items .block9item .block9img img {
    margin-bottom: 0;
  }
}
.block9 .block9items .block9item .block9content {
  margin-bottom: 40px;
  float: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block9 .block9items .block9item .block9content {
    margin-bottom: 0;
    width: 490px;
  }
}
.block9 .block9items .block9item .block9content img {
  width: 100%;
  height: auto;
}
.block9 .block9items .block9item .block9content .title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.block9 .block9items .block9item .block9content .name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 4.6rem;
  font-weight: bold;
}
.block9 .block9items .block9item .block9content .name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: normal;
}
.block9 .block9items .block9item .block9content p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.block9 .company_ttl {
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  border-bottom: 1px solid #000;
  width: 70px;
}
.block9 .companyitems {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block9 .companyitems {
    width: 980px;
  }
}
.block9 .companyitems dl.companyitem {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .block9 .companyitems dl.companyitem {
    width: 470px;
  }
}
.block9 .companyitems dl.companyitem dt, .block9 .companyitems dl.companyitem dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.block9 .companyitems dl.companyitem dt {
  margin: 0;
  width: 30%;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .block9 .companyitems dl.companyitem dt {
    width: 20%;
  }
}
.block9 .companyitems dl.companyitem dd {
  margin: 0;
  padding: 0;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .block9 .companyitems dl.companyitem dd {
    width: 80%;
  }
}
.block9 .companyitems dl.companyitem dd ul {
  margin: 0;
  padding: 0;
}
/* 無料個別相談会 */
.block10 {
  padding: 80px 20px;
}
@media only screen and (min-width: 768px) {
  .block10 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) {
  .block10 .common_ttl {
    width: 706px;
  }
}
.block10 .block10wrap {
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #F5EA41;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block10 .block10wrap {
    padding: 50px;
    width: 980px;
    box-shadow: 15px 15px #f5ea41;
  }
}
.block10 .block10items .block10item .block10img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block10 .block10items .block10item .block10img {
    width: 310px;
    float: right;
  }
}
.block10 .block10items .block10item .block10img img {
  width: 100%;
  height: auto;
  display: block;
}
.block10 .block10items .block10item .block10content {
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .block10 .block10items .block10item .block10content {
    width: 510px;
    float: left;
  }
}
.block10 .block10items .block10item table {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.block10 .block10items .block10item tr {
  border-bottom: 1px dashed #666;
}
.block10 .block10items .block10item th, .block10 .block10items .block10item td {
  padding: 5px 0;
  text-align: left;
}
.block10 .block10items .block10item th {
  width: 20%;
}
@media only screen and (min-width: 768px) {
  .block10 .block10items .block10item th {
    width: 15%;
  }
}
.block10 .block10items .block10item td {
  width: 80%;
}
.block10 .block10items .block10item td p + p{
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .block10 .block10items .block10item td {
    width: 85%;
  }
}
.block10 .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .block10 .btn {
    margin: 0 auto;
    position: absolute !important;
    bottom: -25px;
    left: 0;
    right: 0;
  }
}
/* お問い合わせ */
.contact {
  padding: 80px 0 0;
}
@media only screen and (min-width: 768px) {
  .contact {
    display: block;
  }
}
.contact h2 {
  margin: 0 auto 45px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .contact h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.contact .contactwrap {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .contact .contactwrap {
    padding: 0;
    width: 980px;
  }
}
.contact .contactwrap p.finish {
  padding: 80px 0 !important;
  text-align: center !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 5px;
  }
}
.notice {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
.notice span {
  padding-right: 10px;
  color: #f4ea62;
  font-size: 10px;
  font-size: 1rem;
}
form {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  form {
    padding: 0;
  }
}
form input[type=text], form input[type=email] {
  padding: 19px 30px 19px 30px;
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  color: #a0a0a0;
  font-size: 13px;
  /* フォント置換による類似 */
  font-weight: 500;
  line-height: 26px;
  /* フォント置換による類似 */
  text-align: left;
}
@media only screen and (min-width: 768px) {
  form input[type=text], form input[type=email] {
    padding: 19px 30px 19px 30px;
  }
}
form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 19px 30px 19px 30px;
  width: 100%;
  background: #f5f5f5 url(images/select_arrow.png) no-repeat right 50%;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: YuGo;
  height: 64px;
}
form label {
  padding: 0 15px 0 0;
  display: inline-block;
  line-height: 21px;
}
form input[type=radio] {
  display: none;
  margin-right: 10px;
  position: relative;
}
form span.mwform-radio-field-text {
  position: relative;
  padding-left: 36px;
}
form input[type=radio] + span.mwform-radio-field-text:before {
  content: '';
  width: 21px;
  height: 21px;
  border: 2px solid #bebebe;
  border-radius: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
}
form input[type=radio]:checked + span.mwform-radio-field-text:before {
  content: "●";
  border: 2px solid #bebebe;
  color: #666;
  padding: 0 0 0 0px;
  width: 21px;
  height: 21px;
  position: absolute;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  box-sizing: border-box;
  text-align: center;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + .mwform-checkbox-field-text {
  position: relative;
}
form .mwform-checkbox-field-text {
  padding-left: 25px;
}
form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: url(images/icon_check.png);
  position: absolute;
  top: -6px;
  left: 0;
}
form input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  content: url(images/icon_checked.png);
  position: absolute;
  top: -6px;
  left: 0;
}
form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
form textarea {
  margin-bottom: 25px;
  padding: 20px;
  width: 100%;
  height: 200px;
  border: none;
  background-color: #f5f5f5;
  resize: vertical;
}
form p.label {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000000;
  font-size: 13px;
  /* フォント置換による類似 */
  font-weight: bold;
  text-align: left;
}
form p.label span {
  padding-right: 10px;
  color: #0082CB;
  font-size: 10px;
  font-size: 1rem;
}
form .inline {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  form .inline {
    pading-right: 40px;
  }
}
form .childa {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  form .childa {
    display: inline;
  }
}
form .formitemwrap {
  margin-bottom: 30px;
}
form .formitemwrap .formitem_l, form .formitemwrap .formitem_r {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem_l, form .formitemwrap .formitem_r {
    width: 48%;
  }
}
form .formitemwrap .formitem_l._narrow, form .formitemwrap .formitem_r._narrow {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem_l._narrow, form .formitemwrap .formitem_r._narrow {
    width: 30.6%;
  }
}
form .formitemwrap .formitem_l {
  float: left;
}
form .formitemwrap .formitem_l._narrow {
  margin-right: 40px;
}
form .formitemwrap .formitem_r {
  float: right;
}
form .formitemwrap .formitem {
  margin-bottom: 30px;
}
form .formitemwrap .formitem select {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form .formitemwrap .formitem select {
    width: 30%;
  }
}
form .contact_btn {
  margin-bottom: 30px;
  height: 60px;
  text-align: center;
  font-weight: bold;
}
form .contact_btn .confirm, form .contact_btn .submit {
  margin: 0 auto;
  width: 60%;
  height: 50px;
  background-color: #fff;
  border: 3px solid #0082CB;
  color: #0082CB;
  position: relative;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .confirm, form .contact_btn .submit {
    width: 300px;
    height: 60px;
  }
}
form .contact_btn .confirm:after, form .contact_btn .submit:after {
  content: url(images/arrow_r_b.png);
  width: 5px;
  height: 9px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
form .contact_btn .back {
  width: 35%;
  height: 50px;
  border: 3px solid #0082CB;
  background-color: #fff;
  color: #0082CB;
}
@media only screen and (min-width: 768px) {
  form .contact_btn .back {
    width: 150px;
    height: 60px;
  }
}
.bnr {
  width: 100%;
  margin: 80px auto 0;
  padding: 50px 25px 40px;
  background: #DCEAF4;
  text-align: center;
}
.bnr a img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.bnr a:hover {
  opacity: 0.5;
}
.cboxttl {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .cboxttl {
    margin-bottom: 50px;
  }
}
.b1box {
  padding: 80px 25px 0;
}
@media only screen and (min-width: 768px) {
  .b1box {
    padding: 50px 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .b1box {
    width: 760px !important;
  }
}
.b1box .b1items .b1item .b1img {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .b1box .b1items .b1item .b1img {
    margin-bottom: 0;
    width: 30%;
    float: left;
  }
}
.b1box .b1items .b1item .b1img img {
  width: 100%;
  height: auto;
  display: block;
}
.b1box .b1items .b1item .b1content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .b1box .b1items .b1item .b1content {
    width: 65%;
    float: right;
  }
}
.b1box .b1items .b1item .b1content p {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}
.b4box {
  padding: 80px 25px 0;
}
@media only screen and (min-width: 768px) {
  .b4box {
    padding: 50px 25px 0;
  }
}
@media only screen and (min-width: 768px) {
  .b4box {
    width: 760px !important;
  }
}
.b4box p {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .b4box p {
    margin: 0 auto;
    width: 475px;
  }
}
.b5box {
  padding-top: 100px;
  text-align: center;
}
.broker1 {
  width: 100%;
  padding-bottom: 50px;
  position: relative;
  background: url(images/broker1_ttl_bg.png) no-repeat center -130px;
}
@media only screen and (min-width: 768px) {
  .broker1 {
    background: url(images/broker1_ttl_bg.png) no-repeat center top;
  }
}
.broker1 h1 {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .broker1 h1 {
    padding: 0;
  }
}
.broker1 h1 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .broker1 h1 img {
    width: auto;
  }
}
.broker1 p {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .broker1 p {
    padding: 0 0 0 80px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}
.broker1 .broker1wrap {
  margin: 0 auto 50px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .broker1 .broker1wrap {
    margin-bottom: 70px;
    width: 980px;
  }
}
.broker1 .broker1wrap .broker1img {
  margin: 0 auto;
  display: block;
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .broker1 .broker1wrap .broker1img {
    position: absolute;
    bottom: 0;
    right: 120px;
    width: auto;
  }
}
.broker1 p.ttl2 {
  margin: 0 auto;
  padding: 0 0 15px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  width: 320px;
  background: url(images/block1_bar.png) no-repeat center bottom;
}
@media only screen and (min-width: 768px) {
  .broker1 p.ttl2 {
    padding: 0 0 20px;
    width: 500px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 4rem;
    letter-spacing: 0.25rem;
  }
}
.broker1 p.ttl2 span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
}
@media only screen and (min-width: 768px) {
  .broker1 p.ttl2 span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 4rem;
  }
}
.broker2 {
  padding: 55px 20px 60px;
  background-color: #0082CB;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .broker2 {
    padding: 55px 0 100px;
  }
}
.broker2:after {
  margin: 0 auto;
  content: url(images/broker1_arrow.png);
  width: 119px;
  height: 31px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.broker2 h2 {
  margin: 0 auto 40px;
  padding: 33px 0 0 0;
  background: url(images/broker2_ttl_bg.png) no-repeat center center;
  background-size: contain;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .broker2 h2 {
    padding: 53px 0 0 0;
    width: 607px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}
.broker2 .broker2items {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .broker2 .broker2items {
    width: 510px;
  }
}
.broker2 .broker2items .broker2item {
  width: 45%;
}
@media only screen and (min-width: 768px) {
  .broker2 .broker2items .broker2item {
    width: 220px;
  }
}
.broker2 .broker2items .broker2item img {
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
  display: block;
}
.broker3 {
  padding: 70px 20px 60px;
  position: relative;
  background: url(images/common_bg.png);
}
@media only screen and (min-width: 768px) {
  .broker3 {
    padding: 90px 0 70px;
  }
}
.broker3:after {
  margin: 0 auto;
  content: url(images/broker2_arrow.png);
  width: 119px;
  height: 31px;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}
.broker3 .common_ttl {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .broker3 .common_ttl {
    width: 650px;
  }
}
.broker3 .broker3wrap {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap {
    width: 980px;
  }
}
.broker3 .broker3wrap img {
  margin: 0 auto 35px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap img {
    margin-bottom: 35px;
    width: auto;
  }
}
.broker3 .broker3wrap p {
  margin-bottom: 60px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap p {
    margin-bottom: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.broker3 .broker3wrap2 {
  margin: 0 auto;
  padding: 30px 20px 20px;
  border: 1px dashed #666;
  width: 100%;
  background: url(images/broker3_img2.png) no-repeat 533px 55px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap2 {
    padding: 55px 55px 50px;
    width: 700px;
  }
}
.broker3 .broker3wrap2 h3 {
  margin: 0 auto;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap2 h3 {
    top: -25px;
    left: 0;
    right: 0;
  }
}
.broker3 .broker3wrap2 h3 img {
  width: 250px;
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  .broker3 .broker3wrap2 h3 img {
    width: auto;
  }
}
.broker3 .broker3wrap2 ul {
  padding: 0 0 0 1rem;
}
.broker3 .broker3wrap2 ul li {
  margin-left: 1rem;
  text-indent: -1rem;
}
.broker3 .broker3wrap2 ul li i {
  color: #0082CB;
}
.fix-btn_wrap{
  display: none;
}
@media only screen and (min-width: 768px) {
  .fix-btn_wrap{
    width: 200px;
    display: block;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .tel_btn {
    padding: 10px 10px 20px;
    background-color: #002665;
    border-radius: 20px;
    display: block;
    text-align: center;
  }
}
.tel_btn a {
  color: #fff;
  display: block;
}
.tel_btn p{
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 9px;
}
.tel_btn .tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-family: 'Lato', serif;
  letter-spacing: 0.2rem;
}
.tel_btn .mail {
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  letter-spacing: 0.2rem;
}

.line_btn{
  margin-top: 10px;
  padding: 10px 20px;
  display: block;
  border-radius: 20px;
  background-color: #00B900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  font-weight: bold;
  transition: 500ms;
}
.line_btn p:first-child{
  font-size: 1.4rem;
}
.line_btn p:first-child span{
  margin-bottom: 2px;
  display: block;
  font-size: 1.8rem;
}
.line_btn p:last-child{
  margin-top: 7px;
  padding: 5px 5px 3px;
  color: #00B900;
  background-color: #fff;
  border-radius: 5px;
}
.line_btn p:last-child span{
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
.line_btn p:last-child span::before{
  content: "";
  width: 19px;
  aspect-ratio: 19 / 15;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 1px));
  background: url(images/icon_line.svg) no-repeat center / 100% auto;
}
.line_btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
}
.line_btn:visited {
  color: #fff;
}


/* 動画部分追加CSS*/
.movie_01 {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  overflow: hidden;
}
.movie_01 a:hover {
  opacity: 0.7;
}
.m_box_l {
  float: nonet;
  width: 100%;
  margin-bottom: 30px;
}
.movie_01 img {
  width: 100%;
}
.m_box_r {
  float: none;
  width: 100%;
}
.m_box_title {
  background-image: url(images/common-ttl_r.png), url(images/common-ttl_l.png);
  background-position: right, left;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  height: 80px;
  padding-bottom: 10px;
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.m_box_text01 {
  font-size: 19px;
  line-height: 1.8em;
}
.m_box_text02 {
  font-size: 13px;
  line-height: 1.8em;
}
.m_box_text03 {
  font-size: 22px;
  line-height: 1.8em;
}
.movie_02 {
  padding: 40px 0 30px;
  background: #0082CB url(images/block11_top_bg.png) repeat-x center top;
  margin-bottom: 80px;
  padding-top: 70px;
  color: #fff;
  padding-bottom: 70px;
}
.movie_02 a:hover {
  opacity: 0.7;
}
.movie_02 p {
  margin: 0px;
  padding: 0px;
}
.m_box_02_1 {
  float: left;
  width: 20%;
}
.m_box_02_1 img {
  width: 100%;
}
.m_box_02_2 {
  float: left;
  width: 80%;
  margin-bottom: 30px;
}
.m_box_02_3 {
  float: none;
  width: 100%;
  margin: auto !important;
  background: none;
  height: 90px;
  text-align: center;
  color: #fff;
  padding-left: 0px !important;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-top: 10px !important;
  clear: both;
  border: dotted #fff 2px;
}
.m_box_02_text01 {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 10px;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 0px;
  letter-spacing: 0em;
}
.m_box_02_text02 {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  color: #fff;
  padding-left: 10px !important;
  padding-top: 0px !important;
  letter-spacing: 0.2em;
}
.m_box_02_3_text {
  color: #f5ea41;
  font-size: 18px;
  font-weight: bold;
}
.movie_02f_box {
  float: none;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: justify;
  margin-bottom: 30px;
}
.movie_02f_box img {
  width: 100%;
  margin: auto;
}
.movie_mr {
  margin-right: 0px;
}
.movie_new {
  float: left;
  width: 60px;
}
.movie_02box {
  width: 90%;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .movie_01 {
    width: 980px;
    margin: auto;
    margin-bottom: 0px;
  }
  .movie_01 a:hover {
    opacity: 0.7;
  }
  .movie_01 img {
    width: 460px;
  }
  .m_box_l {
    float: left;
    width: 50%;
    margin-bottom: 0px;
  }
  .m_box_r {
    float: right;
    width: 50%;
  }
  .m_box_title {
    background-image: url(images/common-ttl_r.png), url(images/common-ttl_l.png);
    background-position: right, left;
    background-repeat: no-repeat;
    width: 460px;
    text-align: center;
    letter-spacing: 0.2em;
    height: 120px;
    padding-bottom: 20px;
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .m_box_text01 {
    font-size: 26px;
    line-height: 1.8em;
  }
  .m_box_text02 {
    font-size: 18px;
    line-height: 1.8em;
  }
  .m_box_text03 {
    font-size: 22px;
    line-height: 1.8em;
  }
  .movie_02 {
    padding: 40px 0 30px;
    background: #0082CB url(images/block11_top_bg.png) repeat-x center top;
    margin-bottom: 80px;
    padding-top: 70px;
    color: #fff;
    padding-bottom: 70px;
  }
  .movie_02 a:hover {
    opacity: 0.7;
  }
  .movie_02 p {
    margin: 0px;
    padding: 0px;
  }
  .m_box_02_1 {
    float: left;
    width: 100px;
  }
  .m_box_02_2 {
    float: left;
    width: 530px;
  }
  .m_box_02_3 {
    float: left;
    width: 350px;
    background: url(images/top_movie/block11_img_02.png) no-repeat center;
    height: 90px;
    text-align: center;
    color: #fff;
    padding-left: 20px !important;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding-top: 10px !important;
    clear: none;
    border: none;
  }
  .m_box_02_text01 {
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0px;
    letter-spacing: 0.2em;
  }
  .m_box_02_text02 {
    font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    color: #fff;
    padding-left: 30px !important;
    padding-top: 10px !important;
    letter-spacing: 0.2em;
  }
  .m_box_02_3_text {
    color: #f5ea41;
    font-size: 18px;
    font-weight: bold;
  }
  .movie_02f_box {
    float: left;
    width: 300px;
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: justify;
    margin-bottom: 30px;
  }
  .movie_mr {
    margin-right: 40px;
  }
  .movie_new {
    float: left;
    width: 60px;
  }
  .movie_02box {
    width: 980px;
    margin: auto;
  }
}
.btn2 {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background-color: #fff;
  color: #0082CB !important;
  text-align: center;
  line-height: 50px;
  display: block;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .btn2 {
    width: 300px;
  }
}
.btn2:after {
  content: url(images/btn_arrow_r_b.png);
  width: 6px;
  height: 10px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}
.btn2 a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}
.btn2 a:link {
  color: #0082CB;
}
.btn2 a:visited {
  color: #0082CB;
}
.btn2 a:active {
  color: #0082CB;
}
iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  iframe {
    width: 700px;
    height: 450px;
  }
}
.b1box2 {
  padding: 80px 0px 0;
}
@media only screen and (min-width: 768px) {
  .b1box2 {
    padding: 50px 0px 0;
  }
}
.clear_both {
  clear: both;
}
/* 動画一覧ページ*/
.movie_content {
  width: 100%;
  margin: auto;
}
.movie_imgbox_l {
  float: none;
  width: 100%;
  text-align: center;
}
.movie_textbox_r {
  float: none;
  width: 90%;
  margin: auto;
}
.movie_textbox_r p {
  padding-left: 0px !important;
}
.movie_mt {
  margin-top: 30px !important;
}
.text_y {
  background-color: #f5ea41;
}
.movie_contact {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .movie_content {
    width: 980px;
    margin: auto;
  }
  .movie_imgbox_l {
    float: left;
    width: 330px;
    text-align: right;
  }
  .movie_textbox_r {
    float: right;
    width: 600px;
  }
  .movie_textbox_r p {
    padding-left: 0px !important;
  }
  .movie_mt {
    margin-top: 50px !important;
  }
  .movie_contact {
    width: 980;
    margin: auto;
  }
}
/* 動画一覧*/
.movie_list {
  margin-top: 70px;
  margin-bottom: 50px;
}
.movie_l {
  float: none;
  width: 90%;
  margin: auto;
}
.movie_r {
  float: none;
  width: 90%;
  margin: auto;
}
.movie_no {
  width: 20%;
  float: left;
  margin-top: 20px;
  margin-bottom: 60px;
}
.movie_title {
  width: 80%;
  float: left;
  font-size: 16px;
  color: #0082cb;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.5em;
  margin-top: 20px;
  text-align: justify;
  margin-bottom: 60px;
}
.movie_img {
  width: 100%;
}
.ten {
  text-align: center;
  color: #cccccc;
  font-size: 15px;
  line-height: 2em !important;
}
.movie_btn:hover {
  opacity: 0.7;
}
.youtube {
  display: none;
}
.youtube_sp {
  display: block;
  width: 90%;
  margin: auto;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .movie_list {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .movie_l {
    float: left;
    width: 460px;
    margin: 0px;
  }
  .movie_r {
    float: right;
    width: 460px;
    margin: 0px;
  }
  .movie_no {
    width: 70px;
    float: left;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .movie_title {
    width: 390px;
    float: left;
    font-size: 22px;
    color: #0082cb;
    font-weight: bold;
    padding-left: 20px;
    line-height: 1.5em;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 60px;
  }
  .movie_img {
    width: 460px;
  }
  .ten {
    text-align: center;
    color: #cccccc;
    font-size: 15px;
    line-height: 2em !important;
  }
  .youtube {
    position: fixed;
    top: 270px;
    right: 50px;
    z-index: 1000;
    display: block;
  }
  .youtube a:hover {
    opacity: 0.7;
  }
  .youtube_sp {
    display: none;
  }
}
.br_sp {
  display: none;
}
.br_pc {
  display: block;
}
@media only screen and (min-width: 768px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
/* page 1
-------------------------------------------------------------*/
/* お問い合わせ - contact
-------------------------------------------------------------*/
/* BLOG - 一覧
-------------------------------------------------------------*/
.postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
  margin: 0 0 25px !important;
}
.postbody h2 {
  padding: 0 0 0 15px;
  height: 40px;
  background-color: #f2f6f0;
  border-left: 3px solid #a0bc93;
  font-size: 20px;
  font-size: 2rem;
  line-height: 40px;
  line-height: 4rem;
  line-height: 40px;
}
.postbody h3 {
  padding-bottom: 5px;
  border-bottom: 2px solid #a0bc93;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.postbody h4 {
  padding: 0 0 0 30px;
  background: url(images/ttl_bullet.png) top left no-repeat;
  background-size: 25px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
}
.postbody h5 {
  padding: 10px;
  border: 1px solid #a0bc93;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}
.postbody h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}
.postbody p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  line-height: 3.2rem;
}
.postbody img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.postbody a {
  color: #a0bc93;
  text-decoration: underline;
}
.postbody a:hover {
  text-decoration: none;
}
.postbody .single_meta {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.postbody blockquote {
  margin: 0;
  padding: 20px;
  border: 1px dashed #ccc;
}
.postbody blockquote p {
  margin-bottom: 0;
}
/***

2021.09.15 追加

***/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.juchikai p {
  font-size: 1.4rem;
}
.juchikai .btn {
  height: auto;
  line-height: inherit;
  transition: 0.2s;
}
.juchikai .btn:hover {
  transition: 0.2s;
}
.juchikai .btn::after {
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  background: url(images/btn_arrow_r.png);
}
.juchikai .btn a {
  display: block;
  letter-spacing: 0.2rem;
  padding: 15px;
  font-weight: bold;
  background: #274466;
  color: #FFF;
}
.juchikai .btn a:hover {
  text-decoration: none;
}
.juchikai img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.juchikai .inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .juchikai .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.juchikai .txt_min {
  font-family: kinuta-maruminyoshino-stdn, serif;
  /*font-weight: 400;*/
  font-style: normal;
  font-weight: normal;
}
.juchikai .header_nav ul {
  justify-content: flex-start;
  background: none;
}
.juchikai .header_nav ul:after {
  content: none;
}
.juchikai header .logo {
  max-width: 107px;
  width: 100%;
  padding-top: 2px;
}
.wrapper.juchikai {
  overflow: hidden;
}
.juchikai header .inner {
  max-width: 1100px;
}
@media only screen and (max-width: 1200px) {
  .juchikai header .inner {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .header_nav {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9910;
    background: #274466;
    color: #FFF;
    padding: 80px 25px 100px;
    overflow-y: scroll;
  }
}
.juchikai .header_nav ul li {
  border: none;
}
@media only screen and (max-width: 769px) {
  .juchikai.inspector .header_nav > ul > li:not(.logo_sp) {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 35px;
  }
  .juchikai.inspector .header_nav > ul > li:not(.logo_sp) a {
    line-height: 35px;
  }
  .juchikai.inspector .header_nav > ul:not(.sp_bnr) > li:not(.logo_sp) a {
    padding-left: 17px;
    background: url("images/btn_arrow_r.png") no-repeat center left;
  }
  .juchikai.inspector .header_nav > ul.sp_bnr {
    margin-top: 25px;
    float: left;
    clear: both;
    width: 100%;
  }
  .juchikai.inspector .header_nav > ul.sp_bnr li {
    width: 100%;
    float: inherit;
    text-align: center;
    margin-bottom: 5px;
  }
}
.juchikai .header_nav ul li:before {
  content: none;
}
.juchikai .header_nav ul li a {
  font-size: 1.3rem;
  color: #274466;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 769px) {
  .juchikai .header_nav ul li a {
    font-size: 1.4rem;
    color: #FFF;
  }
}
.juchikai .header_btn {
  position: fixed;
  top: 0;
  right: 0;
  transform: translate(-100px, 0);
  z-index: 9901;
  /*display: none;*/
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn {
    top: auto;
    right: auto;
    bottom: 0;
    transform: translate(0px, 0);
    width: 100%;
  }
}
.juchikai .header_btn ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  width: 410px;
  justify-content: flex-end;
}
.juchikai .header_btn ul li {
  display: block;
  /*flex-basis: 190px;*/
  flex-basis: 260px;
  height: 140px;
}
@media only screen and (max-width: 1200px) {
  .juchikai .header_btn ul li {
    display: block;
    height: auto;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn ul li {
    flex-basis: 50%;
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0px 0;
  }
}
.juchikai .header_btn ul a {
  display: flex;
  background: #274466;
  color: #FFF;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 15px;
  transform: translate(0, -10px);
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .juchikai .header_btn ul a {
    padding-top: 0px;
    padding: 0 15px 0;
    height: 70px;
    font-size: 1.2rem;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn ul a {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.juchikai .header_btn ul a:hover {
  text-decoration: none;
  transform: translate(0, 0px);
  transition: 0.2s;
  opacity: 0.9;
}
@media only screen and (max-width: 1200px) {
  .juchikai .header_btn ul a:hover {
    transform: translate(10px, -10px);
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn ul a:hover {
    transform: translate(0px, 0px);
  }
}
@media only screen and (max-width: 1430px) {
  .juchikai .header_btn {
    transform: translate(-50px, 0);
  }
}
@media only screen and (max-width: 1340px) {
  .juchikai .header_btn {
    transform: translate(-10px, 0);
  }
  .juchikai .header_btn ul {
    width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .juchikai .header_btn {
    transform: translate(0px, 0);
    top: 80%;
    padding-top: 0;
  }
  .juchikai .header_btn ul {
    width: 200px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn {
    top: auto;
    transform: translate(0px, 0);
  }
  .juchikai .header_btn ul {
    width: 100%;
  }
  .juchikai .header_btn ul a {
    transform: translate(0, 0px);
    height: auto;
    padding: 15px 15px;
  }
}
.juchikai .header_btn_icon {
  margin: 0 10px 0 0;
}
.juchikai .header_btn_contact .header_btn_icon {
  max-width: 35px;
}
.juchikai .header_btn_school .header_btn_icon {
  max-width: 32px;
}
@media only screen and (max-width: 1200px) {
  .juchikai .header_btn_contact .header_btn_icon {
    max-width: 28px;
  }
  .juchikai .header_btn_school .header_btn_icon {
    max-width: 28px;
  }
}
.juchikai .header_btn ul li.header_btn_school {
  flex-basis: 200px;
}
@media only screen and (max-width: 769px) {
  .juchikai .header_btn ul li.header_btn_school {
    flex-basis: 50%;
  }
}
.juchikai ul .header_btn_school a {
  background: #E5A54A;
}
@media only screen and (min-width: 769px) {
  .juchikai .logo_sp, .juchikai .sp_bnr {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .logo_sp {
    max-width: 107px;
    margin: 0 auto 30px;
  }
  .juchikai .sp_bnr {
    margin: 40px auto 0;
  }
  .juchikai .sp_bnr li {
    margin-top: 15px;
  }
  .juchikai .sp_bnr a {
    background: #FFF;
    padding: 15px 25px;
    display: block;
    width: 100%;
  }
  .juchikai .sp_bnr img {
    max-width: 140px;
    max-height: 48px;
  }
}
footer.juchikai {
  background: #274466;
  padding: 100px 0px;
}
.juchikai .footer_btn {
  max-width: 620px;
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
  margin: 0 auto 25px;
}
.juchikai .footer_btn li {
  flex-basis: 300px;
}
@media only screen and (max-width: 769px) {
  .juchikai .footer_btn ul li {
    flex-basis: 100%;
  }
}
.juchikai .footer_btn li a {
  background: #FFF;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.juchikai .footer_btn li a img {
  height: 48px;
}
.juchikai .footer_btn li:nth-child(2) a img {
  height: 41px;
}
footer.juchikai h1 {
  font-size: 1.0rem;
  color: #96adbd;
  text-align: center;
}
footer.juchikai .copyright {
  font-size: 1.0rem;
  color: #FFF;
  text-align: center;
  margin: 25px auto 0;
}
.juchikai .footer_btns {
  display: none;
}
.juchikai_mainvis {
  position: relative;
  width: 100%;
  height: 1000px;
  max-height: 95vh;
  padding: 60px;
  background: linear-gradient(to top, #274466 0%, #274466 35%, transparent 35%, transparent 100%);
}
@media only screen and (max-width: 769px) {
  .juchikai_mainvis {
    position: relative;
    width: 100%;
    height: 550px;
    max-height: 85vh;
    padding: 80px 20px 80px;
  }
}
.juchikai_mainvis_bg {
  background: url(images/juchikai_mainvis.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 60%;
  height: calc(100% - 120px);
  top: 60px;
  right: 60px;
  bottom: 60px;
}
@media only screen and (max-width: 769px) {
  .juchikai_mainvis_bg {
    position: inherit;
    width: 70%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    float: right;
  }
}
.juchikai_mainvis_logo {
  position: absolute;
  content: "";
  max-width: 337px;
  width: 100%;
  height: auto;
  top: 50%;
  right: 62%;
  transform: translate(0%, -73%);
}
@media only screen and (max-width: 769px) {
  .juchikai_mainvis_logo {
    position: absolute;
    content: "";
    max-width: calc(337px / 2.6);
    width: 100%;
    height: auto;
    top: 50%;
    right: auto;
    left: 0;
    transform: translate(20px, -73%);
  }
}
.juchikai .contents {
  margin: -300px auto 0;
}
@media only screen and (max-width: 1200px) {
  .juchikai .contents {
    margin: -220px auto 0;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai .contents {
    margin: 0px auto 0;
    padding-top: 0;
  }
}
.juchikai .txt_navy {
  color: #274466;
  font-weight: bold;
}
.juchikai .txt_orange {
  color: #E1A555;
  font-weight: bold;
}
.juchikai .txt_marker {
  background: linear-gradient(transparent 60%, rgba(229, 165, 74, 0.3) 60%);
}
.juchikai .txt_dot {
  position: relative;
  display: inline-block;
}
.juchikai .txt_dot::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #E5A54A;
  border-radius: 100%;
  top: 0;
  left: 40%;
  transform: translate(-50%, -250%);
}
@media only screen and (max-width: 769px) {
  .juchikai .txt_dot::before {
    width: 3px;
    height: 3px;
    transform: translate(-50%, 50%);
  }
}
.juchikai h2 {
  text-align: center;
  font-family: kinuta-maruminyoshino-stdn, serif;
  font-weight: 400;
  font-style: normal;
  color: #274466;
  font-size: 3.0rem;
  margin: 0 auto 50px;
  letter-spacing: 0.6rem;
}
@media only screen and (max-width: 769px) {
  .juchikai h2 {
    font-size: 2.6rem;
    letter-spacing: 0.4rem;
  }
}
.juchikai h2 span {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  color: #E5A54A;
  display: block;
  letter-spacing: 0.4rem;
  margin-top: 15px;
}
@media only screen and (max-width: 769px) {
  .juchikai h2 span {
    font-size: 1.1rem;
    letter-spacing: 0.3rem;
  }
}
.juchikai_greeting .inner {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 7px 7px 0 0 rgba(203, 217, 227, 0.5);
  display: flex;
  justify-content: center;
  height: 510px;
  flex-wrap: wrap;
  padding: 90px 25px 80px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .juchikai_greeting {
    margin: 0 25px 0;
  }
  .juchikai_greeting .inner {
    height: auto;
    flex-wrap: wrap;
    padding: 50px 25px 50px;
    margin: -40px auto 0;
  }
}
.juchikai_greeting_h {
  flex-basis: 140px;
  order: 3;
  margin: 0 0 0 50px;
}
.juchikai_greeting_h h3 {
  font-size: 3.5rem;
  line-height: 1.8;
  letter-spacing: 1.1rem;
  writing-mode: vertical-rl;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  .juchikai_greeting_h {
    flex-basis: 100%;
    order: 1;
    margin: 0 0 25px 0px;
  }
  .juchikai_greeting_h h3 {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 0.6rem;
    writing-mode: inherit;
    font-weight: normal;
  }
}
.juchikai_greeting_txt {
  line-height: 3.2;
  letter-spacing: 0.5rem;
  font-size: 1.6rem;
  display: block;
  flex-basis: 340px;
  writing-mode: vertical-rl;
  order: 2;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 769px) {
  .juchikai_greeting_txt {
    line-height: 2.1;
    font-size: 1.4rem;
    flex-basis: 100%;
    letter-spacing: 0.3rem;
    writing-mode: inherit;
    margin: 0 0 0 0px;
  }
}
.juchikai_greeting_name {
  font-size: 2.0rem;
  flex-basis: 30px;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  order: 1;
  display: flex;
  justify-content: end;
  font-weight: normal !important;
}
@media only screen and (max-width: 769px) {
  .juchikai_greeting_name {
    flex-basis: 100%;
    order: 3;
    text-align: right;
    writing-mode: inherit;
    margin-top: 15px;
  }
}
.juchikai_identity {
  padding: 120px 0 10px;
  background: linear-gradient(to top, #274466 0%, #274466 105px, transparent 105px, transparent 100%);
}
.juchikai_identity h3 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.9;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity {
    padding: 100px 0 10px;
  }
  .juchikai_identity h3 {
    font-size: 2.0rem;
    letter-spacing: 0.3rem;
  }
}
.juchikai_identity_sec {
  position: relative;
  margin: 60px auto 0;
  height: auto;
}
.juchikai_identity_sec .inner {
  height: 400px;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_sec .inner {
    height: auto;
    padding: 0;
    padding-right: 20px;
  }
  .juchikai_identity_sec02 .inner {
    padding-right: 0px;
    padding-left: 20px;
  }
}
.juchikai_identity_sec .div_img {
  background: #DCEAF4;
  width: 50%;
  position: absolute;
  content: "";
  height: 100%;
  padding: 25px;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_sec .div_img {
    background: #DCEAF4;
    width: 100%;
    position: inherit;
    content: "";
    height: 100%;
    padding: 25px;
  }
}
.juchikai_identity_sec .div_img img {
  max-height: 350px;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_sec .div_img img {
    max-height: 200px;
  }
}
.juchikai_identity_sec .div_txt {
  max-width: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_sec .div_txt {
    max-width: none;
    width: 100%;
    display: block;
    justify-content: inherit;
    flex-wrap: inherit;
    height: 100%;
    flex-direction: inherit;
    padding: 30px 0 30px 20px;
    float: left;
  }
  .juchikai_identity_sec02 .div_txt {
    max-width: none;
    width: 100%;
    display: block;
    justify-content: inherit;
    flex-wrap: inherit;
    height: 100%;
    flex-direction: inherit;
    padding: 30px 20px 30px 0;
  }
}
.juchikai_identity_sec .div_txt h4 {
  font-size: 2.0rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
.juchikai_identity_sec .div_txt p {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.0;
  text-align: justify;
}
.juchikai_identity_sec .div_L {
  left: 0;
}
.juchikai_identity_sec .div_L.div_img {
  border-radius: 0 20px 20px 0;
}
.juchikai_identity_sec .div_L.div_img .div_img_inner {
  max-width: 557px;
  float: right;
}
.juchikai_identity_sec .div_R {
  right: 0;
  float: right;
}
.juchikai_identity_sec .div_R.div_img {
  border-radius: 20px 0 0 20px;
}
.juchikai_identity_sec .div_R.div_img .div_img_inner {
  max-width: 340px;
  margin: 0 0 0 50px;
}
.div_img_inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.juchikai_identity_arrow {
  max-width: 1243px;
  width: 100%;
  margin: 70px auto;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_arrow {
    width: calc(1243px / 2);
    margin: 0px auto 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
.juchikai_identity_last {
  text-align: center;
  position: relative;
}
.juchikai_identity_last::before {
  position: absolute;
  content: "";
  background: url(images/juchikai_identity_img_vase.png)no-repeat center;
  background-size: 100% auto;
  width: 80px;
  height: 143px;
  bottom: 50px;
  left: 50%;
  transform: translate(-400px, 0);
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_last::before {
    width: calc(80px / 1.5);
    height: calc(143px / 1.5);
    bottom: 60px;
    left: 0%;
    transform: translate(50%, 0);
  }
}
.juchikai_identity_last::after {
  position: absolute;
  content: "";
  background: url(images/juchikai_identity_img_window.png)no-repeat center;
  background-size: 100% auto;
  width: 222px;
  height: 135px;
  bottom: 150px;
  left: 50%;
  transform: translate(300px, 0);
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_last::after {
    width: calc(222px / 1.5);
    height: calc(135px / 1.5);
    bottom: 115px;
    left: inherit;
    right: 0;
    transform: translate(30%, 0);
  }
}
.juchikai_identity_last h3 {
  font-size: 2.2rem;
  letter-spacing: 0.6rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_identity_last h3 {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }
}
.juchikai img.juchikai_identity_last_img {
  max-width: 326px;
  margin: 35px auto 0;
}
@media only screen and (max-width: 769px) {
  .juchikai img.juchikai_identity_last_img {
    max-width: calc(326px / 1.6);
    margin: 35px auto 10px;
  }
}
.juchikai_literacy {
  padding: 120px 0;
  background: url(images/juchikai_literacy_bg.jpg)no-repeat center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy {
    padding: 100px 20px;
  }
}
.juchikai_literacy .inner {
  background: #274466;
  padding: 100px 20px;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy .inner {
    padding: 70px 20px;
  }
}
.juchikai_literacy h2 {
  color: #FFF;
}
.juchikai_literacy_list {
  max-width: 660px;
  margin: 0 auto;
}
.juchikai_literacy_list ul {
  list-style: none;
  padding: 0;
}
.juchikai_literacy_list li {
  margin: 50px auto 0;
}
.juchikai_literacy_list li p {
  margin: 0 0 0 92px;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy_list li p {
    margin: 0 0 0 0px;
  }
}
.juchikai_literacy_list_T {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy_list_T {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px 0;
    justify-content: space-between;
  }
}
.juchikai_literacy_list_number {
  font-size: 4.4rem;
  position: relative;
  flex-basis: 50px;
  margin-left: 42px;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy_list_number {
    font-size: 2.2rem;
    position: relative;
    flex-basis: 23px;
    margin-left: 42px;
  }
}
.juchikai_literacy_list_number::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(images/juchikai_icon_glass_orange.png)no-repeat center;
  background-size: 100% auto;
  left: -6px;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy_list_number::before {
    width: 37px;
    height: 37px;
    left: -6px;
    top: 0%;
    transform: translate(-100%, -0%);
  }
}
.juchikai_literacy_list_h {
  font-size: 2.6rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  letter-spacing: 0.5rem;
  flex-basis: 565px;
}
@media only screen and (max-width: 769px) {
  .juchikai_literacy_list_h {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    flex-basis: calc(100% - 75px);
    line-height: 1.6;
    border: none;
    padding-bottom: 0px;
  }
}
.juchikai_literacy_list_h span {
  font-weight: normal !important;
}
.juchikai_literacy_img {
  position: absolute;
  content: "";
  bottom: 0;
  max-width: 209px;
  width: 100%;
  left: 50%;
  transform: translate(300px, 130px);
}
@media only screen and (max-width: 1200px) {
  .juchikai_literacy_img {
    transform: translate(200px, 130px);
  }
}
.juchikai_literacy_img_inner {
  position: relative;
}
.juchikai_literacy_img_inner::before {
  position: absolute;
  content: "";
  background: url(images/juchikai_literacy_note.png) no-repeat center;
  background-size: 100% auto;
  width: 181px;
  height: 120px;
  right: 0;
  top: 0;
  transform: translate(72%, -60%);
}
.juchikai_importance {
  padding: 120px 0 0;
}
@media only screen and (max-width: 1200px) {
  .juchikai_importance_about {
    padding: 0px 20px;
  }
}
.juchikai_importance_about .inner {
  max-width: 1100px;
  border: 5px solid #274466;
  position: relative;
  border-radius: 20px;
  padding: 90px 60px;
  background: #FFF;
}
@media only screen and (max-width: 1200px) {
  .juchikai_importance_about .inner {
    max-width: 980px;
    padding: 80px 25px;
  }
}
.juchikai_importance_about .inner::before {
  content: "";
  position: absolute;
  border: 50px solid transparent;
  border-top: 35px solid #274466;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.juchikai_importance_about .inner::after {
  content: "";
  position: absolute;
  border: 42px solid transparent;
  border-top: 28px solid #FFF;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.juchikai_importance_about h3 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  margin-bottom: 22px;
  line-height: 1.6;
}
.juchikai_importance_txt {
  max-width: 680px;
  margin: 0 auto 0;
}
p.juchikai_importance_txt {
  text-align: justify;
  line-height: 2.0;
  letter-spacing: 0.2rem;
}
.juchikai_importance_about ul {
  list-style: none;
  padding: 0;
  display: flex;
  /*flex-wrap: wrap;
  justify-content: space-between;*/
  margin: 45px -10px 0;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .juchikai_importance_about ul {
    flex-wrap: wrap;
  }
}
.juchikai_importance_about ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(images/juchikai_important_glass.png)no-repeat center;
  background-size: 100% auto;
  width: 126px;
  height: 127px;
  transform: translate(-30%, -47%);
}
@media only screen and (max-width: 769px) {
  .juchikai_importance_about ul::before {
    background-size: 100% auto;
    width: 126px;
    height: 127px;
    transform: translate(-35%, -0%);
  }
}
.juchikai_importance_about li {
  flex-basis: 310px;
  margin: 0 10px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_importance_about li {
    flex-basis: 100%;
    margin: 40px 10px 0;
  }
}
.juchikai_importance_about li h4 {
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 1.8rem;
  margin: 20px auto 15px;
}
.juchikai_importance_about li p {
  font-size: 1.3rem;
}
.juchikai_importance_result {
  margin: 100px auto 0;
}
.juchikai_importance_result .inner {
  max-width: 1149px;
}
.juchikai_importance_result_h {
  text-align: center;
  position: relative;
  margin: 0 auto 50px;
  max-width: 1060px;
}
.juchikai_importance_result_h::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 89px;
  background: url(images/juchikai_importance_result_h_L.png) no-repeat center;
  background-size: 100% auto;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_importance_result_h {
    margin: 0 auto 40px;
  }
  .juchikai_importance_result_h::before {
    width: calc(75px / 2);
    height: calc(89px / 2);
  }
}
.juchikai_importance_result_h::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 89px;
  background: url(images/juchikai_importance_result_h_R.png) no-repeat center;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_importance_result_h::after {
    width: calc(75px / 2);
    height: calc(89px / 2);
  }
}
.juchikai p.juchikai_importance_result_T {
  font-size: 2.6rem;
  letter-spacing: 0.6rem;
  margin-bottom: 35px;
  line-height: 2.0;
}
@media only screen and (max-width: 769px) {
  .juchikai p.juchikai_importance_result_T {
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    line-height: 1.8;
  }
}
.juchikai p.juchikai_importance_result_B {
  font-size: 3.6rem;
  letter-spacing: 1rem;
}
@media only screen and (max-width: 769px) {
  .juchikai p.juchikai_importance_result_B {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    line-height: 2.2;
  }
}
.juchikai_about {
  background: #E5A54A;
  padding: 120px 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_about {
    padding: 100px 0;
  }
}
.juchikai_about .inner {
  max-width: 1100px;
}
.juchikai_about h3 {
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0.5rem;
  line-height: 2.0;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .juchikai_about h3 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 1.8;
  }
}
.juchikai_about h3 span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
@media only screen and (max-width: 769px) {
  .juchikai_about h3 span {
    padding: 0 40px;
  }
}
.juchikai_about h3 span::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 58px;
  background: url(images/juchikai_about_h_R.png) no-repeat center;
  background-size: 100% auto;
  left: 0;
  bottom: 0;
}
.juchikai_about h3 span::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 58px;
  background: url(images/juchikai_about_h_L.png) no-repeat center;
  background-size: 100% auto;
  right: 0;
  bottom: 0;
}
.juchikai_about_Q {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.juchikai_about_Q_txt {
  background: #F9E1CA;
  position: relative;
  border-radius: 20px;
  padding: 25px 50px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  flex-basis: 440px;
  height: 80px;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_Q_txt {
    padding: 15px 25px;
    letter-spacing: 0.2rem;
    height: auto;
  }
}
.juchikai_about_Q_txt p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_Q_txt p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.juchikai_about_Q_txt::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 20px solid #F9E1CA;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.juchikai_about_Q_img {
  max-width: 147px;
  margin: 0 0px 0 30px;
}
.juchikai_about_A_img {
  max-width: 329px;
  margin: 0 30px 0 0px;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A_img {
    max-width: calc(329px / 1.4);
    margin: 0 auto;
    order: 2;
  }
}
.juchikai_about_A {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: -70px auto 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A {
    margin: 30px auto 0;
    flex-wrap: wrap;
  }
}
.juchikai_about_A_txt {
  background: #FFF;
  position: relative;
  border-radius: 20px;
  padding: 25px 50px;
  font-weight: bold;
  letter-spacing: 0.3rem;
  flex-basis: 560px;
  height: 223px;
  display: flex;
  align-items: center;
  line-height: 2.0;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A_txt {
    flex-basis: 100%;
    height: auto;
    order: 1;
    padding: 25px 25px;
    letter-spacing: 0.2rem;
    margin: 0 auto 30px;
  }
}
.juchikai_about_A_txt p {
  font-size: 2.4rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A_txt p {
    font-size: 1.7rem;
  }
}
.juchikai_about_A_txt::before {
  position: absolute;
  content: "";
  border: 20px solid transparent;
  border-right: 30px solid #FFF;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A_txt::before {
    position: absolute;
    content: "";
    border: 20px solid transparent;
    border-top: 30px solid #FFF;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.juchikai_about_A_txt::after {
  position: absolute;
  content: "";
  background: url(images/juchikai_about_A_txt_arrow.png) no-repeat;
  width: 46px;
  height: 208px;
  background-size: 100% auto;
  bottom: 0;
  right: 0;
  transform: translate(-30%, 80%);
  z-index: 2;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_A_txt::after {
    content: none;
  }
}
.juchikai_about_comparison {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin: 40px -10px 0;
}
@media only screen and (max-width: 1200px) {
  .juchikai_about_comparison {
    padding: 0;
    margin: 40px auto 0;
    flex-wrap: wrap;
  }
}
.juchikai_about_comparison_sec {
  background: #DCEAF4;
  border-radius: 20px;
  padding: 35px 25px;
  margin: 0 10px;
  flex-basis: 405px;
}
.juchikai_about_comparison_sec p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-top: 15px;
}
.juchikai_about_comparison_sec_L {
  margin: 70px 10px;
}
@media only screen and (max-width: 1200px) {
  .juchikai_about_comparison_sec_L {
    flex-basis: 330px;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai_about_comparison_sec_L {
    margin: 0px auto;
  }
}
.juchikai_about_comparison_sec_L h3 {
  font-size: 1.8rem;
}
.juchikai_about_comparison_sec_L img {
  max-width: 213px;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_comparison_sec_L img {
    max-width: 170px;
  }
}
.juchikai_about_comparison_sec_R {
  background: #274466;
  flex-basis: 650px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .juchikai_about_comparison_sec_R {
    margin: 65px auto 0;
    padding: 35px 25px;
  }
}
.juchikai_about_comparison_sec_R::before {
  position: absolute;
  content: "";
  background: url(images/juchikai_about_add01.png)no-repeat center;
  background-size: 100% auto;
  width: 152px;
  height: 133px;
  top: 0;
  right: 0;
  transform: translate(50%, -45%);
}
@media only screen and (max-width: 769px) {
  .juchikai_about_comparison_sec_R::before {
    position: absolute;
    content: "";
    background: url(images/juchikai_about_add01.png)no-repeat center;
    background-size: 100% auto;
    width: calc(152px / 2);
    height: calc(133px / 2);
    top: 0;
    right: inherit;
    left: 0;
    transform: translate(-20%, -45%) rotate(-75deg);
  }
}
.juchikai_about_comparison_sec_R::after {
  position: absolute;
  content: "";
  background: url(images/juchikai_about_add02.png)no-repeat center;
  background-size: 100% auto;
  width: 265px;
  height: 139px;
  top: 150px;
  right: 0;
  transform: translate(40%, 0%);
}
@media only screen and (max-width: 1200px) {
  .juchikai_about_comparison_sec_R::after {
    width: calc(265px / 1.4);
    height: calc(139px / 1.4);
    top: 0px;
    right: 0;
    transform: translate(15%, -60%);
  }
}
.juchikai_about_comparison_sec_R p {
  color: #FFF;
}
.juchikai_about_comparison_sec_R .txt_marker {
  background: linear-gradient(transparent 0%, rgba(229, 165, 74, 1) 0%);
  color: #274466;
  font-weight: bold;
  padding: 1px 2px;
  margin: 0 2px;
}
.juchikai_about_comparison_sec_R img {
  max-width: 557px;
  width: 100%;
}
.juchikai_about_comparison_sec h3 {
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  margin: 0 auto 20px;
}
.juchikai_about_comparison_sec_img {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}
.juchikai_member {
  padding: 120px 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_member {
    padding: 100px 0;
  }
}
.juchikai_member_kato {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.juchikai_member_kato .div_img {
  flex-basis: 50%;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .juchikai_member_kato .div_img {
    flex-basis: 100%;
  }
}
.juchikai_member_kato_h {
  position: absolute;
  content: "";
  top: -30px;
  left: 10px;
}
@media only screen and (max-width: 1200px) {
  .juchikai_member_kato_h {
    top: auto;
    left: -10px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai_member_kato_h {
    position: inherit;
    margin: 30px 0;
    top: 0px;
    left: 0px;
    line-height: 1.8;
  }
}
.juchikai_member_kato_h span {
  color: #FFF;
  background: rgba(39, 68, 102, 0.9);
  padding: 10px 4px;
  display: block;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  letter-spacing: 0.4rem;
  float: right;
  margin: 0 7px;
}
@media only screen and (max-width: 1200px) {
  .juchikai_member_kato_h span {
    padding: 10px 25px;
    display: block;
    writing-mode: inherit;
    float: left;
    margin: 0 0px;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai_member_kato_h span {
    font-size: 2.2rem;
    writing-mode: inherit;
    color: #274466;
    background: none;
    float: left;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }
}
.juchikai_member_kato_h span:nth-child(2) {
  margin-top: 45px;
}
@media only screen and (max-width: 1200px) {
  .juchikai_member_kato_h span:nth-child(2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  .juchikai_member_kato_h span:nth-child(2) {
    margin-top: 0px;
  }
}
.juchikai_member_kato .div_txt {
  flex-basis: calc(50% - 55px);
  margin: 30px 0 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_member_kato .div_txt {
    flex-basis: 100%;
    margin: 20px 0 0;
  }
}
.juchikai_member_kato .div_txt p {
  text-align: justify;
  margin-top: 10px;
  line-height: 2.0;
}
.juchikai_member_kato_name {
  text-align: right;
  margin: 25px auto 0;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
}
.juchikai_member_kato_name span {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin-right: 15px;
}
.juchikai_member .inspector_voice_member {
  padding: 80px 0 50px;
}
.juchikai_information_table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 25px;
  border-bottom: 1px solid #DCEAF4;
  border-top: 1px solid #DCEAF4;
}
@media only screen and (max-width: 769px) {
  .juchikai_information_table {
    padding: 20px 10px;
  }
}
.juchikai_information_table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
}
.juchikai_information_table table tr {}
.juchikai_information_table table th {
  color: #274466;
  padding: 10px;
}
@media only screen and (max-width: 769px) {
  .juchikai_information_table table th {
    padding: 15px 0px 0;
  }
  .juchikai_information_table table th, .juchikai_information_table table td {
    width: 100%;
    float: left;
    text-align: left;
  }
}
.juchikai_info {
  background: #274466;
  padding: 120px 0;
}
.juchikai_info h2 {
  color: #FFF;
}
.juchikai_info_link {
  margin: 70px auto 0;
}
.juchikai_info_link ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_link ul {
    flex-wrap: wrap;
  }
}
.juchikai_info_link ul li {
  flex-basis: 470px;
  height: 230px;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_link ul li {
    flex-basis: 100%;
    height: auto;
    margin: 30px auto;
  }
}
.juchikai_info_link ul a {
  background: url(images/juchikai_icon_corner.png) no-repeat right bottom, #FFF;
  background-size: 20px 20px, auto;
  display: flex;
  height: 100%;
  align-content: center;
  text-align: center;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  line-height: 2.0;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  transition: 0.2s;
}
.juchikai_info_link_school a {
  /*pointer-events: none;*/
}
@media only screen and (max-width: 769px) {
  .juchikai_info_link ul li a {
    padding: 55px 25px 40px;
  }
}
.juchikai_info_link ul a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -59%);
}
.juchikai_info_link_contact a::before {
  background: url(images/juchikai_icon_home_orange.png) no-repeat;
  background-size: 100% auto;
  height: 64px;
  width: 67px;
}
.juchikai_info_link_school a::before {
  background: url(images/juchikai_icon_glass_orange02.png) no-repeat;
  background-size: 100% auto;
  height: 64px;
  width: 64px;
  z-index: 3;
}
.juchikai_info_link_school .not {
  width: 100%;
  height: 100%;
  position: relative;
}
.juchikai_info_link_school .not::before {
  content: "";
  position: absolute;
  background: rgba(39, 68, 102, 0.8);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.juchikai_info_link_school .not::after {
  content: "準備中";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.0rem;
  color: #FFF;
  z-index: 2;
  letter-spacing: 0.3rem;
  font-family: kinuta-maruminyoshino-stdn, serif;
  font-weight: 400;
  font-style: normal;
}
.juchikai_info_link ul a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s;
}
.juchikai_info_link ul li h3 {
  font-size: 2.6rem;
  margin-bottom: 25px;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_link ul li h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 0.3rem;
  }
}
.juchikai_info_supporting {
  margin: 70px auto 0;
  border: 5px solid #FFF;
  border-radius: 20px;
  text-align: center;
  padding: 60px 25px 80px;
  position: relative;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting {
    margin: 60px auto 0;
    padding: 60px 25px 40px;
  }
}
.juchikai_info_supporting::before {
  position: absolute;
  content: "";
  background: url(images/juchikai_icon_light.png)no-repeat;
  width: 66px;
  height: 49px;
  background-size: 100% auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}
.juchikai_info_supporting h3 {
  color: #FFF;
  font-size: 2.6rem;
  margin: 0 auto 30px;
  letter-spacing: 0.4rem;
}
.juchikai_info_supporting p {
  line-height: 1.9;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}
.juchikai_info_supporting ul {
  display: flex;
  justify-content: space-between;
  max-width: 810px;
  position: relative;
  margin: 35px auto 0;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting ul {
    flex-wrap: wrap;
    margin: 60px auto 0;
  }
}
.juchikai_info_supporting ul::before {
  position: absolute;
  content: "";
  background: url(images/juchikai_supporting_add.png)no-repeat;
  background-size: 100% auto;
  width: 178px;
  height: 42px;
  top: 0;
  right: 0;
  transform: translate(30%, -100%);
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting ul::before {
    right: 50%;
    transform: translate(50%, -100%) rotate(-8deg);
  }
}
.juchikai_info_supporting ul li {
  flex-basis: 260px;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting ul li {
    flex-basis: 100%;
    margin: 10px auto;
  }
}
.juchikai_info_supporting ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: url(images/juchikai_icon_corner.png) no-repeat right bottom, #FFF;
  background-size: 10px 10px, auto;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #274466;
  transition: 0.2s;
}
.juchikai_info_supporting ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
  text-decoration: none;
}
.juchikai_info_supporting_icon {
  background: #274466;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin: 0 10px 0 0;
}
.juchikai_info_supporting_btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.juchikai_info_supporting_btn .btn a {
  background: #DCEAF4;
  color: #274466;
  white-space: nowrap;
}
.juchikai_info_supporting_btn .btn:after {
  content: "";
  background: url(images/juchikai_arrow_navy.png);
  background-size: 100% auto;
}
.juchikai_column {
  background: #FFF;
  padding: 120px 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .juchikai_column {
    padding: 100px 0 80px;
  }
}
.juchikai .itemtext a, .juchikai .block5 .block5items .block5item .itemdate {
  color: #274466;
  transition: 0.2s;
}
.juchikai .block5 .block5items .block5item {
  transition: 0.2s;
}
@media only screen and (max-width: 769px) {}
.juchikai .block5 .block5items .block5item:hover {
  opacity: 0.7;
  transition: 0.2s;
  text-decoration: none;
}
.juchikai .itemtext a {
  text-decoration: none;
  transition: 0.2s;
}
.juchikai #cboxOverlay {
  background-color: #284565;
}
.juchikai #cboxBottomLeft, .juchikai #cboxBottomCenter, .juchikai #cboxBottomRight, .juchikai #cboxMiddleLeft, .juchikai #cboxMiddleRight, .juchikai #cboxTopLeft, .juchikai #cboxTopCenter, .juchikai #cboxTopRight {
  display: none;
}
.juchikai #cboxContent {
  background-color: #284565;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  padding: 25px 25px 35px;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .juchikai #cboxContent {
    width: 100% !important;
    padding: 20px 20px 60px;
    height: 100% !important;
    box-sizing: border-box;
  }
  .juchikai #cboxLoadedContent {
    width: 100% !important;
  }
}
.juchikai #cboxClose {
  top: 15px;
  right: 15px;
}
.juchikai_info_supporting_info_table {
  width: 100%;
  margin: 35px auto 0;
  border: 1px solid #FFF;
  border-left: none;
  border-right: none;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.1);
}
.juchikai_info_supporting_info_table table {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting_info_table {
    padding: 15px 15px;
  }
  .juchikai_info_supporting_info_table table th, .juchikai_info_supporting_info_table table td {
    width: 100%;
    float: left;
  }
  .juchikai_info_supporting_info_table table th {
    padding-bottom: 10px;
  }
}
.juchikai_info_supporting_info_note {
  text-align: center;
  margin: 20px auto 0;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.juchikai_info_supporting_info_note a {
  color: #FFF;
  font-size: 2.0rem;
  padding: 0 10px;
  letter-spacing: 0.2rem;
  pointer-events: none;
}
@media only screen and (max-width: 769px) {
  .juchikai_info_supporting_info_note {
    margin: 20px auto 30px;
  }
  .juchikai_info_supporting_info_note a {
    pointer-events: inherit;
  }
}
.inspector ul {
  padding-left: 0;
  list-style: none;
}
.inspector_fix {
  position: fixed;
  right: 0;
  top: 45%;
}
@media screen and (max-width: 1200px) {
  .inspector_fix {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .inspector_fix {
    top: auto;
    bottom: 0%;
    width: 100%;
  }
}
.inspector_fix ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .inspector_fix ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.inspector_fix ul li {
  margin: 10px 0;
  transition: 0.2s;
  transform: translate(10px, 0);
}
@media screen and (max-width: 768px) {
  .inspector_fix ul li {
    margin: 0;
    transform: translate(0px, 0);
    flex-basis: 50%;
  }
}
.inspector_fix li:hover {
  transition: 0.2s;
  transform: translate(0px, 0);
}
.inspector_fix a {
  background: #E5A54A;
  color: #FFF;
  padding: 20px 20px 20px 15px;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .inspector_fix a {
    padding: 10px 0px 10px 10px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .inspector_fix a {
    justify-content: center;
    padding-right: 15px;
  }
}
.inspector_fix a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow_r.png);
  width: 6px;
  height: 10px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.inspector_fix_icon {
  flex-basis: 35px;
  margin-right: 10px;
}
.inspector_fix_txt {
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.inspector_fix ul li:nth-child(2) a {
  background: #274466;
}
.inspector_fix a:hover {
  text-decoration: none;
}
.inspector_mainvis {
  position: relative;
  width: 100%;
  height: 1000px;
  max-height: 95vh;
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis {
    position: relative;
    width: 100%;
    height: 585px;
    max-height: none;
    padding: 80px 20px 80px;
  }
}
.inspector_mainvis_bg {
  background: url(images/inspector_mainvis.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  content: "";
  width: 55%;
  height: 900px;
  top: 60px;
  left: 60px;
  bottom: 60px;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_bg {
    position: inherit;
    width: 60%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    float: left;
  }
}
.inspector_mainvis_cont {
  position: absolute;
  content: "";
  max-width: 450px;
  width: 100%;
  padding-top: 200px;
  height: auto;
  top: 0%;
  left: 62%;
  transform: translate(0%, -0%);
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_cont {
    left: 55%;
    padding-top: 170px;
  }
}
.inspector_mainvis_cont_sec {
  position: relative;
}
.inspector_mainvis_free {
  position: absolute;
  max-width: 190px;
  width: 100%;
  top: 0;
  right: 0;
  transform: translate(20%, -50%);
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_free {
    max-width: 90px;
    left: 0;
    right: auto;
    transform: translate(85%, -110%);
  }
}
.inspector_mainvis_free:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.inspector_mainvis_logo {
  max-width: 275px;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_logo {
    max-width: 40%;
  }
}
.inspector_mainvis_h {
  font-size: 3.7rem;
  letter-spacing: 0.4rem;
  margin: 50px 0;
  font-weight: normal !important;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_h {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin: 30px 0;
  }
}
.inspector_mainvis_img {
  width: 610px;
  margin-left: -20%;
}
@media screen and (max-width: 768px) {
  .inspector_mainvis_img {
    width: 80%;
    margin-left: -40%;
  }
}
.juchikai.inspector .contents {
  margin: 0px auto 0;
  padding-bottom: 0;
}
.inspector_news {
  background: #FFF;
  padding: 0px 0 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .inspector_news {
    padding: 50px 0 20px;
  }
}
.inspector_about_sec {
  position: relative;
  margin: 60px auto 0;
  height: auto;
}
@media only screen and (max-width: 769px) {
  .inspector_about_sec {
    background: #DCEAF4;
    padding: 80px 0;
  }
}
.inspector_about .inner {
  height: 660px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .inspector_about .inner {
    height: auto;
    display: inherit;
  }
}
.inspector_about .div_L.div_img {
  border-radius: 0 20px 20px 0;
  width: 50%;
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
}
.inspector_about .div_img {
  background: url("images/inspector_about.png") no-repeat right center;
  background-size: cover;
  width: 50%;
  position: absolute;
  content: "";
  height: 100%;
  padding: 25px;
}
@media only screen and (max-width: 769px) {
  .inspector_about .div_L.div_img {
    border-radius: 20px;
    width: 100%;
    position: inherit;
    content: "";
    height: 250px;
    left: auto;
    float: left;
  }
}
.inspector_about .div_R {
  right: 0;
  float: right;
}
.inspector_about .div_txt {
  max-width: 520px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 10px 10px 0 0 rgb(203 217 227 / 50%);
  padding: 100px 70px;
  z-index: 2;
  background: #FFF;
  margin-left: auto;
}
@media only screen and (max-width: 769px) {
  .inspector_about .div_R {
    right: auto;
    width: 100%;
    float: right;
    margin: 25px auto 0;
    padding: 70px 25px;
  }
}
.inspector_about .div_txt::before {
  content: "";
  position: absolute;
  background: url("images/inspector_about_add01.png")no-repeat center;
  background-size: 100% auto;
  width: 29px;
  height: 51px;
  top: 0;
  left: 0;
  transform: translate(-40%, 100px);
}
.inspector_about .div_txt::after {
  content: "";
  position: absolute;
  background: url("images/inspector_about_add04.png")no-repeat center;
  background-size: 100% auto;
  width: 352px;
  height: 67px;
  bottom: 0;
  right: 0;
  transform: translate(30%, -40%);
}
@media only screen and (max-width: 769px) {
  .inspector_about .div_txt::after {
    width: 300px;
    transform: translate(10%, -40%);
  }
}
.inspector_about_h h3 {
  position: relative;
  font-size: 3.0rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.6rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .inspector_about_h h3 {
    font-size: 2.6rem;
  }
}
.inspector_about_h h3::before {
  content: "";
  position: absolute;
  background: url("images/inspector_about_add02.png")no-repeat center;
  background-size: 100% auto;
  width: 105px;
  height: 75px;
  top: 0;
  right: 0;
  transform: translate(-30%, -70%);
}
.inspector_about_h h3::after {
  content: "";
  position: absolute;
  background: url("images/inspector_about_add03.png")no-repeat center;
  background-size: 100% auto;
  width: 57px;
  height: 50px;
  bottom: 0;
  right: 0;
  transform: translate(50%, -40%);
}
.inspector_about p {
  color: #274466;
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
  font-weight: normal;
  line-height: 2.0;
}
@media only screen and (max-width: 769px) {
  .inspector_about p {
    font-size: 1.4rem;
  }
}
.inspector_recommend {
  margin: 120px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend {
    margin: 80px auto 0;
  }
}
.inspector_recommend_h {
  text-align: center;
}
.inspector_recommend_h h3 {
  display: inline-block;
  position: relative;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.4rem;
  padding: 0 80px;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_h h3 {
    font-size: 2.0rem;
    letter-spacing: 0.2rem;
    padding: 0 40px;
  }
}
.inspector_recommend_h h3::before {
  content: "";
  position: absolute;
  background: url("images/inspector_h_L.png") no-repeat center;
  background-size: 100% auto;
  width: 49px;
  height: 58px;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_h h3::before {
    width: 30px;
    height: 40px;
  }
}
.inspector_recommend_h h3::after {
  content: "";
  position: absolute;
  background: url("images/inspector_h_R.png") no-repeat center;
  background-size: 100% auto;
  width: 49px;
  height: 58px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_h h3::after {
    width: 30px;
    height: 40px;
  }
}
.inspector_recommend_h .txt_S {
  font-size: 2.0rem;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_h .txt_S {
    font-size: 1.5rem;
  }
}
.inspector_recommend_li {
  max-width: 800px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_li {
    max-width: 800px;
    margin: 30px auto 0;
  }
}
.inspector_recommend_li ul {
  list-style: none;
}
.inspector_recommend_li li {
  padding: 20px 40px;
  line-height: 1.7;
  letter-spacing: 0.3rem;
  font-weight: bold;
  background: #DCEAF4;
  border-radius: 20px;
  margin: 35px 0 35px 150px;
  position: relative;
  color: #274466;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_li li {
    padding: 20px 20px;
    line-height: 1.7;
    letter-spacing: 0.2rem;
    margin: 20px 0 20px 80px;
    font-size: 1.3rem;
  }
}
.inspector_recommend_li li:nth-child(2n) {
  background: #FFE0D5;
  color: #E5A54A;
}
.inspector_recommend_li li:before {
  content: "";
  position: absolute;
  background: url('images/inspector_recommend01.png')no-repeat center;
  background-size: 100% auto;
  width: 110px;
  height: 113px;
  left: -150px;
  top: -15px;
}
@media only screen and (max-width: 769px) {
  .inspector_recommend_li li:before {
    width: 60px;
    height: 60px;
    left: -80px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.inspector_recommend_li li:nth-child(2):before {
  background: url('images/inspector_recommend02.png')no-repeat center;
  background-size: 100% auto;
}
.inspector_recommend_li li:nth-child(3):before {
  background: url('images/inspector_recommend03.png')no-repeat center;
  background-size: 100% auto;
}
.inspector_recommend_li li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  border: 10px solid transparent;
  border-right: 15px solid #DCEAF4;
  transform: translate(-100%, -50%);
}
.inspector_recommend_li li:nth-child(2n):after {
  border-right: 15px solid #FFE0D5;
}
.bg_wrap.navy {
  background: #274466;
  margin: 130px auto 0;
  padding: 150px 0 150px;
}
@media only screen and (max-width: 769px) {
  .bg_wrap.navy {
    background: #274466;
    margin: 80px auto 0;
    padding: 80px 0 80px;
  }
}
.bg_wrap.navy h2 {
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .bg_wrap.navy h2 {
    line-height: 1.5;
  }
}
.inspector_features_li ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inspector_features_li li {
  flex-basis: 260px;
  max-width: 260px;
  text-align: center;
  margin: 0 auto 50px;
}
.inspector_features_li li h4 {
  color: #FFF;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin: 30px auto 0;
  line-height: 1.6;
}
@media only screen and (max-width: 769px) {
  .inspector_features_li li h4 {
    margin: 20px auto 0;
  }
}
.inspector_features_li li .btn {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 769px) {
  .inspector_features_li li .btn {
    margin-top: 15px;
  }
}
.inspector_features_li li .btn a {
  background: #FFF;
  color: #274466;
  padding: 5px 0;
}
.inspector_features_li li .btn:after {
  content: "";
  background: url(images/juchikai_arrow_navy.png);
  background-size: 100% auto;
}
.inspector_free {
  margin: 0px auto 0;
  padding: 100px 25px 0;
}
@media only screen and (max-width: 769px) {
  .inspector_free {
    margin: 0px auto 0;
    padding: 50px 20px 0;
  }
}
.inspector_free .inner {
  max-width: 1200px;
  background: #FFF;
  border: 15px solid #E5A54A;
  border-radius: 20px;
  position: relative;
  padding: 100px 0 80px;
  box-shadow: 10px 10px 0 0 #0F273F;
}
@media screen and (max-width: 1200px) {
  .inspector_free .inner {
    padding: 100px 25px 80px;
  }
}
@media only screen and (max-width: 769px) {
  .inspector_free .inner {
    border: 10px solid #E5A54A;
    padding: 60px 25px 60px;
  }
}
.inspector_free_add {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  max-width: 213px;
  transform: translate(300px, -30%);
}
.inspector_free_h {
  margin: 0 auto;
  text-align: center;
}
.inspector_free_h h4 {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 769px) {
  .inspector_free_h h4 {
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
  }
}
.inspector_free_h h4 span {
  display: inline-block;
  position: relative;
}
.inspector_free_h h4 span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  left: 0;
  bottom: 2px;
  transform: translate(-15px, 0) rotate(-15deg);
}
.inspector_free_h h4 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  right: 0;
  bottom: 2px;
  transform: translate(15px, 0) rotate(15deg);
}
.inspector_free_h h3 {
  font-size: 3.0rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
  margin: 30px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_free_h h3 {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin: 20px auto 0;
    line-height: 1.3;
  }
}
.inspector_free_h h3 .txt_orange {
  font-weight: normal;
  font-size: 3.6rem;
}
.inspector_free_h h3 .txt_dot::before {
  transform: translate(-20%, -300%);
}
@media only screen and (max-width: 769px) {
  .inspector_free_h h3 .txt_dot::before {
    transform: translate(-20%, -100%);
  }
}
.inspector_free_list ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 1000px;
  width: 100%;
  margin: 90px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_free_list ul {
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 769px) {
  .inspector_free_list li {
    margin-bottom: 90px;
  }
}
.inspector_free_list li:nth-child(2) {
  margin-top: -50px;
}
.div_inspector_free_list_h {
  background: url(images/inspector_free_txt_bg.png) no-repeat center;
  background-size: 100% auto;
  max-width: 320px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #274466;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .div_inspector_free_list_h {
    height: 225px;
    background-size: auto 100%;
  }
}
.div_inspector_free_list_h::before {
  position: absolute;
  content: "";
  background: url(images/inspector_free_num01.png)no-repeat center;
  background-size: 100% auto;
  height: 75px;
  width: 75px;
  top: 0;
  left: 0;
  transform: translate(-30%, 25%);
}
@media only screen and (max-width: 769px) {
  .div_inspector_free_list_h::before {
    background-size: 100% auto;
    height: calc(75px / 1.4);
    width: calc(75px / 1.4);
    transform: translate(-30%, 70%);
  }
}
.inspector_free_list li:nth-child(2) .div_inspector_free_list_h::before {
  background: url(images/inspector_free_num02.png)no-repeat center;
  background-size: 100% auto;
}
.inspector_free_list li:nth-child(3) .div_inspector_free_list_h::before {
  background: url(images/inspector_free_num03.png)no-repeat center;
  background-size: 100% auto;
}
.div_inspector_free_list_h_inner {
  margin-bottom: 15px;
  margin-left: 15px;
}
.div_inspector_free_list_h h5 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 769px) {
  .div_inspector_free_list_h h5 {
    font-size: 1.4rem;
  }
}
.div_inspector_free_list_h h4 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  margin-top: 6px;
}
@media only screen and (max-width: 769px) {
  .div_inspector_free_list_h h4 {
    font-size: 2.6rem;
  }
}
.inspector_free_list_img {
  max-width: 300px;
}
@media only screen and (max-width: 769px) {
  .inspector_free_list_img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.inspector_free_form {
  background: #DCEAF4;
  max-width: 980px;
  width: 100%;
  margin: 60px auto 0;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_free_form {
    margin: 0px auto 0;
    padding: 0 20px 40px;
  }
}
.inspector_free_form::after {
  content: "";
  position: absolute;
  background: url(images/inspector_add.png) no-repeat center;
  background-size: 100% auto;
  width: 157px;
  height: 36px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.inspector_free_form .div_W {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #274466;
}
.inspector_free_form .div_L {
  flex-basis: 245px;
  margin: 10px 30px 0 45px;
}
@media only screen and (max-width: 769px) {
  .inspector_free_form .div_L {
    flex-basis: 245px;
    margin: -50px auto 25px;
    padding: 0 60px;
  }
}
.inspector_free_form .div_R {
  line-height: 1.9;
  letter-spacing: 0.1rem;
}
.inspector_free_form h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 769px) {
  .inspector_free_form h4 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.inspector_free_form_note {
  position: absolute;
  color: #274466;
  font-size: 1.3rem;
  text-align: right;
  right: 0;
}
@media only screen and (max-width: 769px) {
  .inspector_free_form_note {
    position: inherit;
    color: #274466;
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.5;
    right: 0;
  }
}
.inspector_free_form_btn {
  margin-top: 60px;
}
.inspector_free_form_btn .btn a {
  background: #E5A54A;
}
.inspector_forces {
  margin: 150px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_forces {
    margin: 100px auto 0;
  }
}
.inspector_forces h2 {
  line-height: 1.5;
}
.inspector_forces_img img {
  transform: translate(3%, 0);
}
@media only screen and (max-width: 769px) {
  .inspector_free_form_note {}
}
.inspector_forces_txt {
  color: #FFF;
  max-width: 550px;
  margin: 30px auto 0;
}
.inspector_forces_list ul {
  display: flex;
  list-style: none;
  margin: 80px auto 0;
  padding: 0;
}
@media only screen and (max-width: 769px) {
  .inspector_forces_list ul {
    flex-wrap: wrap;
  }
}
.inspector_forces_list_img {
  height: 500px;
  width: 100%;
  background: url(images/inspector_forces_research.png)no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .inspector_forces_list_img {
    height: 300px;
  }
}
.inspector_forces_list li {
  flex-basis: calc(100% / 3);
}
@media only screen and (max-width: 769px) {
  .inspector_forces_list li {
    flex-basis: calc(100% / 1);
    margin-bottom: 60px;
  }
}
.inspector_forces_list li:nth-child(2) .inspector_forces_list_img {
  background: url(images/inspector_forces_resume.png)no-repeat center;
  background-size: cover;
}
.inspector_forces_list li:nth-child(3) .inspector_forces_list_img {
  background: url(images/inspector_forces_advice.png)no-repeat center;
  background-size: cover;
}
.inspector_forces_list_p h2 {
  font-family: inherit;
  font-size: 4vw;
  margin-top: -8%;
  font-weight: bold;
  letter-spacing: 1.0rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .inspector_forces_list_p h2 {
    font-family: inherit;
    font-size: 3.8rem;
    margin-top: -8%;
  }
}
.inspector_forces_list_p h2 span {
  font-family: kinuta-maruminyoshino-stdn, serif;
  font-size: 2.4rem;
  letter-spacing: 0.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 769px) {
  .inspector_forces_list_p h2 span {
    margin-top: 0;
  }
}
.inspector_forces_list_p p {
  color: #FFF;
  max-width: calc(415px + 50px);
  margin: 0 auto;
  padding: 0 25px;
}
.inspector_introduction {
  margin: 120px auto 0;
}
.inspector_introduction_sec {
  background: #DCEAF4;
  border-radius: 20px;
  padding: 35px;
}
.inspector_introduction_sec .div_W {
  display: flex;
  flex-wrap: wrap;
}
.inspector_introduction_sec .div_L {
  flex-basis: 420px;
  height: 433px;
  background: url("images/inspector_teacher.png")no-repeat;
  margin-right: 60px;
  background-size: 100% auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_introduction_sec .div_L {
    flex-basis: 100%;
    height: 250px;
    margin-right: 0px;
  }
}
.inspector_introduction_note {
  position: absolute;
  bottom: -35px;
  left: 35px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #274466;
}
@media only screen and (max-width: 769px) {
  .inspector_introduction_note {
    position: absolute;
    bottom: -45px;
    left: auto;
    right: 0;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    color: #274466;
    text-align: right;
  }
  .inspector_introduction_note p {
    font-size: 1.1rem;
  }
}
.inspector_introduction_sec .div_R {
  width: calc(100% - 420px - 60px);
}
@media only screen and (max-width: 769px) {
  .inspector_introduction_sec .div_R {
    width: 100%;
    margin-top: 30px;
  }
}
.inspector_introduction_sec .div_R h4 {
  font-size: 2.8rem;
  color: #274466;
  letter-spacing: 0.2rem;
  margin: 15px 0 25px;
}
.inspector_introduction_sec .div_R h4 span {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}
.inspector_introduction_list li {
  position: relative;
  padding-left: 2.0rem;
  color: #274466;
  line-height: 1.8;
  font-size: 1.3rem;
}
.inspector_introduction_list li::before {
  position: absolute;
  content: "●";
  color: #274466;
  left: 0;
}
.inspector_introduction_prof_wrap {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 25px;
  margin: 30px 0 0;
  overflow-y: scroll;
  height: 245px;
  color: #274466;
  line-height: 1.9;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_introduction_prof_wrap {
    background: none;
    padding: 0;
    margin: 30px 0 0;
    overflow-y: inherit;
    height: auto;
  }
}
.inspector_introduction_prof_wrap_shadow {
  position: relative;
}
.inspector_introduction_prof_wrap_shadow::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 96%;
  height: 15%;
  background: linear-gradient(rgba(226, 238, 246, 0) 0, rgba(226, 238, 246, .7) 20%, rgba(226, 238, 246, 1) 80%);
}
@media only screen and (max-width: 769px) {
  .inspector_introduction_prof_wrap_shadow::before {
    content: none;
  }
}
/* スクロールバーの幅と高さを設定する */
.inspector_introduction_prof_wrap::-webkit-scrollbar {
  width: 7px;
  height: 10px;
}
/* スクロールバーの形を設定する */
.inspector_introduction_prof_wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 1;
  background-color: #274466;
}
.inspector_introduction_prof {
  margin-bottom: 50px;
}
.bg_wrap.orange {
  background: #E5A54A;
  padding: 80px 0;
  margin: 80px auto 0;
}
@media only screen and (max-width: 769px) {
  .bg_wrap.orange {
    background: #E5A54A;
    padding: 140px 0 80px;
    margin: 130px auto 0;
  }
}
.bg_wrap.orange h2 {
  color: #FFF;
}
.juchikai .bg_wrap.orange h2 span {
  color: #FFF;
}
.inspector_course_list {
  margin: 80px auto 0;
}
.inspector_course_list > ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .inspector_course_list > ul {
    flex-wrap: wrap;
  }
}
.inspector_course_list > ul > li {
  background: #FFF;
  flex-basis: 300px;
  border-radius: 20px;
  padding: 60px 45px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (max-width: 769px) {
  .inspector_course_list > ul > li {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.inspector_course_list > ul > li::before {
  position: absolute;
  content: "";
  background: url(images/inspector_course_add_a.png)no-repeat center;
  width: 83px;
  height: 83px;
  background-size: 100% auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inspector_course_list > ul > li:nth-child(2)::before {
  background: url(images/inspector_course_add_b.png)no-repeat center;
  background-size: 100% auto;
}
.inspector_course_list > ul > li:nth-child(3)::before {
  background: url(images/inspector_course_add_c.png)no-repeat center;
  background-size: 100% auto;
}
.inspector_course_list > ul > li::after {
  position: absolute;
  content: "";
  background: url(images/inspector_course_arrow.png)no-repeat center;
  width: 25px;
  height: 54px;
  background-size: 100% auto;
  top: 180px;
  right: 0%;
  transform: translate(100%, 0);
}
.inspector_course_list > ul > li:last-child::after {
  content: none;
}
@media only screen and (max-width: 769px) {
  .inspector_course_list > ul > li::after {
    content: none;
  }
}
.inspector_course_list_h {
  text-align: center;
  width: 100%;
}
.inspector_course_list_h h4 {
  text-align: center;
  font-size: 2.1rem;
  color: #274466;
  letter-spacing: 0.2rem;
}
.inspector_course_list_img {
  max-width: 240px;
  margin-top: 15px;
}
@media only screen and (max-width: 769px) {
  .inspector_course_list_img {
    max-width: 200px;
    margin: 0 auto;
  }
}
.inspector_course_list .btn {
  width: 100%;
}
.inspector_course_list_txt {
  margin: 25px auto 0;
  margin-bottom: auto;
  width: 100%;
}
.inspector_course_list_txt h5 {
  color: #274466;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.inspector_course_list_txt ul {
  margin-bottom: 20px;
}
.inspector_course_list_txt li {
  font-size: 1.3rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5rem;
}
.inspector_course_list_txt li::before {
  content: "・";
  position: absolute;
  color: #274466;
  left: 0;
}
.inspector_course_list_txt li span {
  display: none;
}
.inspector_course_list_btn .btn {
  margin: 0 auto 35px;
}
.inspector_course_list_btn .btn a {
  background: #E5A54A;
  padding: 8px 0;
}
.inspector_course_list_price {
  border-top: 1px solid #A5A5A5;
  margin-top: auto;
  padding: 25px 0 0;
  color: #E5A54A;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: center;
}
.inspector_course_list_price span {
  font-size: 3.2rem;
  padding: 0 10px;
}
.inspector_course_add {
  max-width: 1100px;
  background: #274466;
  border-radius: 20px;
  margin: -170px auto 0;
  padding: 200px 25px 50px;
}
@media screen and (max-width: 1200px) {
  .inspector_course_add {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 769px) {
  .inspector_course_add {
    max-width: 1100px;
    background: #274466;
    border-radius: 0px;
    margin: -170px auto 0;
    padding: 140px 0px 80px;
  }
}
.inspector_course_add_sum {
  border-bottom: 1px solid #FFF;
  text-align: right;
  color: #FFF;
  padding-bottom: 10px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
.inspector_course_add_sum .txt_S {
  font-size: 2.0rem;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_sum .txt_S {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
}
.inspector_course_add_sum .txt_N {
  font-size: 5.5rem;
  text-decoration: line-through;
  padding: 0 10px;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_sum .txt_N {
    font-size: 4.5rem;
    padding: 0 5px;
  }
}
.inspector_course_add_sum .txt_E {
  font-size: 3.0rem;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_sum .txt_E {
    font-size: 2.4rem;
  }
}
.inspector_course_add_sum .txt_E::before {
  content: "税込";
  position: absolute;
  top: -1.5rem;
  font-size: 1.0rem;
  line-height: 1;
  white-space: nowrap;
}
.inspector_course_add_discount {
  background: #DCEAF4;
  padding: 35px 25px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  margin: 50px auto 0;
}
.inspector_course_add_discount::after {
  content: "";
  position: absolute;
  background: url(images/inspector_add.png) no-repeat center;
  background-size: 100% auto;
  width: 157px;
  height: 36px;
  top: 0;
  right: 50px;
  transform: translate(0%, -100%) rotate(180deg);
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_discount::after {
    left: 50%;
    right: auto;
    transform: translate(-50%, -100%) rotate(180deg);
  }
}
.inspector_course_add_discount h4 {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
}
.inspector_course_add_discount h4 span {
  display: inline-block;
  position: relative;
}
.inspector_course_add_discount h4 span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  left: 0;
  bottom: 2px;
  transform: translate(-15px, 0) rotate(-15deg);
}
.inspector_course_add_discount h4 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  right: 0;
  bottom: 2px;
  transform: translate(15px, 0) rotate(15deg);
}
.inspector_course_add_discount h3 {
  font-size: 3.0rem;
  font-weight: normal !important;
  letter-spacing: 0.4rem;
  margin: 30px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_discount h3 {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin: 15px auto 0;
    line-height: 1.5;
  }
}
.inspector_course_add_discount h3 .txt_orange {
  font-weight: normal;
  font-size: 3.6rem;
}
.inspector_course_add_discount h3 .txt_dot::before {
  transform: translate(-20%, -300%);
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_discount h3 .txt_dot::before {
    transform: translate(-20%, -50%);
  }
}
.inspector_course_add_discount_price {
  background: url(images/inspector_course_corner.png) no-repeat, #E5A54A;
  background-size: 22px 22px, auto auto;
  background-position: bottom right, center;
  max-width: 650px;
  margin: 25px auto 0;
  color: #FFF;
  padding: 35px 20px 15px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_discount_price {
    padding: 20px 10px 15px;
    line-height: 1.3;
  }
}
.inspector_course_add_discount_price .txt_S {
  font-size: 2.0rem;
}
.inspector_course_add_discount_price .txt_N {
  font-size: 5.5rem;
  padding: 0 5px;
  letter-spacing: 0.3rem;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_discount_price .txt_N {
    font-size: 4.5rem;
    padding: 0 5px;
    letter-spacing: 0.2rem;
  }
}
.inspector_course_add_discount_price .txt_E {
  font-size: 3.0rem;
  position: relative;
}
.inspector_course_add_discount_price .txt_E::before {
  content: "税込";
  position: absolute;
  top: -1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}
.inspector_course_add_d {
  background: #FFF;
  border-radius: 20px;
  margin: 50px auto 0;
  position: relative;
  padding: 25px;
}
.inspector_course_add_d::before {
  position: absolute;
  content: "";
  background: url(images/inspector_course_plus.png)no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 68px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inspector_course_add_d::after {
  position: absolute;
  content: "";
  background: url(images/inspector_course_add_option.png)no-repeat;
  background-size: 100% auto;
  width: 268px;
  height: 88px;
  top: 25px;
  right: -20px;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_d::after {
    width: calc(268px / 1.6);
    height: calc(88px / 1.6);
    top: 10px;
    right: -30px;
  }
}
.inspector_course_add_d .div_W {
  display: flex;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_d .div_W {
    flex-wrap: wrap;
  }
}
.inspector_course_add_d .div_L {
  flex-basis: 275px;
  margin-right: 20px;
}
@media only screen and (max-width: 769px) {
  .inspector_course_add_d .div_L {
    flex-basis: 100%;
    padding: 20px 30px;
    margin-right: 0px;
  }
}
.inspector_course_add_d .inspector_course_list_h {
  text-align: left;
  position: relative;
  padding-left: 90px;
  margin: 30px 0 40px;
}
.inspector_course_add_d .inspector_course_list_h h4 {
  text-align: left;
}
.inspector_course_add_d .inspector_course_list_h h4::before {
  position: absolute;
  content: "";
  background: url(images/inspector_course_add_d.png)no-repeat center;
  width: 83px;
  height: 83px;
  background-size: 100% auto;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.inspector_course_add_d p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.inspector_course_add_d .inspector_course_list_price {
  text-align: right;
}
.inspector_schedule {
  margin: 120px auto 0;
  background: #DCEAF4;
  max-width: 1100px;
  border-radius: 20px;
  padding: 100px 0 80px;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule {
    margin: 80px 20px 0;
    padding: 90px 0 40px;
  }
}
.bg_wrap.orange .inspector_schedule h2 {
  color: #274466;
}
@media only screen and (max-width: 769px) {
  .bg_wrap.orange .inspector_schedule h2 {
    margin-bottom: 25px;
  }
}
.bg_wrap.orange .inspector_schedule h2 span {
  color: #274466;
}
.inspector_schedule_list {
  margin: 50px auto;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list {
    margin: 0px auto;
  }
}
.inspector_schedule_list > ul {
  display: flex;
  justify-content: space-between;
  max-width: 845px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list > ul {
    flex-wrap: wrap;
  }
}
.inspector_schedule_list > ul > li {
  writing-mode: vertical-rl;
  background: #274466;
  color: #FFF;
  text-orientation: upright;
  flex-basis: 70px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list > ul > li {
    writing-mode: inherit;
    text-orientation: inherit;
    flex-basis: 100%;
    height: auto;
    margin-top: 25px;
    letter-spacing: 0.2rem;
    padding: 15px 0;
  }
}
.inspector_schedule_list > ul > li::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-left: 15px solid #274466;
  top: 50%;
  right: 0;
  transform: translate(175%, -50%);
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list > ul > li::before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #274466;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
  }
  .inspector_schedule_list > ul > li.inspector_schedule_list_box::before {
    transform: translate(-50%, 132%);
  }
}
.inspector_schedule_list > ul > li:last-child::before {
  content: none;
}
.inspector_schedule_list ul li.inspector_schedule_list_box {
  text-orientation: inherit;
  writing-mode: inherit;
  letter-spacing: 0.2rem;
  flex-wrap: wrap;
  border: 8px solid #274466;
  box-sizing: border-box;
  flex-basis: 350px;
  background: #FFF;
  display: block;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list ul li.inspector_schedule_list_box {
    padding-top: 0;
  }
}
.inspector_schedule_list ul li.inspector_schedule_list_box .inspector_schedule_list_h {
  width: 100%;
  text-align: center;
  background: #274466;
  padding: 10px 0;
  margin-bottom: auto;
}
.inspector_schedule_list_txt {
  color: #274466;
  padding: 20px 25px 20px;
  width: 100%;
  height: 100%;
}
.inspector_schedule_list_txt ul {
  font-size: 2.2rem;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list_txt ul {
    font-size: 1.8rem;
  }
}
.inspector_schedule_list_txt li {
  margin-bottom: 4px;
}
.inspector_schedule_list_btn .btn {
  width: 100%;
}
.inspector_schedule_list_txt_note {
  color: #E5A54A;
  text-align: center;
  margin: 10px auto 0;
}
.inspector_schedule_list_btn .btn a {
  padding: 5px 0;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list_option {
    margin-top: 50px;
    border-top: dotted 1px #aaa;
    padding-top: 25px;
  }
}
.inspector_schedule_list_option li.inspector_schedule_list_box {
  text-align: center;
}
.inspector_schedule_list_option li.inspector_schedule_list_box .inspector_schedule_list_txt ul li {
  margin: 25px auto;
}
.inspector_schedule_list_option li.inspector_schedule_list_box::before {
  border-left: 15px solid #E5A54A;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list_option li.inspector_schedule_list_box::before {
    border-left: 15px solid transparent;
    border-top: 15px solid #E5A54A;
  }
}
.inspector_schedule_list_option li.inspector_schedule_list_box .inspector_schedule_list_txt h5 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.inspector_schedule_list ul li.inspector_schedule_list_box.orange {
  border: 8px solid #E5A54A;
  flex-basis: 320px;
}
.inspector_schedule_list ul li.inspector_schedule_list_box.orange .inspector_schedule_list_h {
  background: #E5A54A;
  position: relative;
}
.inspector_schedule_list ul li.inspector_schedule_list_box.orange .inspector_schedule_list_h::before {
  position: absolute;
  content: "";
  background: url(images/inspector_schedule_add.png) no-repeat center;
  background-size: 100% auto;
  width: 113px;
  height: 175px;
  top: 0;
  right: 0;
  transform: translate(60%, -30%);
}
.inspector_schedule_list ul li.inspector_schedule_list_box.orange .inspector_schedule_list_txt {
  padding: 30px;
  color: #E5A54A;
  text-align: justify;
  line-height: 2.0;
}
.inspector_schedule_list_option li.inspector_schedule_list_box.orange::after {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-top: 15px solid #E5A54A;
  top: 0%;
  right: 15px;
  transform: translate(0%, -150%);
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_list_option li.inspector_schedule_list_box.orange::after {
    content: none;
  }
}
.inspector_schedule_add {
  background: #FFF;
  border-radius: 20px;
  margin: 70px auto 0;
  position: relative;
  padding: 80px 25px 60px;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_add {
    padding: 80px 25px 20px;
  }
}
.inspector_schedule_add::after {
  content: "";
  position: absolute;
  background: url(images/inspector_add.png) no-repeat center;
  background-size: 100% auto;
  width: 157px;
  height: 36px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.inspector_schedule_add h3 {
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.4rem;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_add h3 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
    position: relative;
    letter-spacing: 0.2rem;
  }
}
.juchikai .inspector_schedule_add h3 .txt_dot::before {
  transform: translate(-0%, -100%);
}
.inspector_schedule_add h3::before {
  position: absolute;
  content: "";
  background: url(images/inspector_schedule_h.png)no-repeat center;
  background-size: 100% auto;
  width: 459px;
  height: 22px;
  bottom: -20px;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_add h3::before {
    transform: translate(-27%, 0);
    width: 310px;
  }
}
.inspector_schedule_add_list {
  max-width: 845px;
  margin: 0 auto;
}
.inspector_schedule_add_list ul {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_add_list ul {
    flex-wrap: wrap;
  }
}
.inspector_schedule_add_list li {
  flex-basis: 250px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .inspector_schedule_add_list li {
    margin-bottom: 50px;
  }
}
.inspector_schedule_add_list li h4 {
  color: #274466;
  font-size: 2.0rem;
  margin: 20px auto 0;
}
.inspector_schedule_add_list li p {
  line-height: 1.8;
  margin: 20px auto 0;
}
.inspector_benefits {
  padding: 140px 0 0;
}
.inspector_benefits_list ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 769px) {
  .inspector_benefits_list ul {
    flex-wrap: wrap;
  }
}
.inspector_benefits_list li {
  flex-basis: 300px;
  max-width: 300px;
  line-height: 1.9;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 769px) {
  .inspector_benefits_list li {
    flex-basis: 100%;
    max-width: none;
    margin: 0 auto 60px;
  }
}
.inspector_benefits_list_img {
  max-width: 300px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_benefits_list_img {
    max-width: 60%;
    position: relative;
    margin: 0 auto;
  }
}
.inspector_benefits_list li:first-child .inspector_benefits_list_img::before {
  position: absolute;
  content: "";
  background: url(images/inspector_benefits_add.png)no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 50px;
  top: 0;
  left: 0;
}
.inspector_benefits_list li:last-child .inspector_benefits_list_img::before {
  position: absolute;
  content: "";
  background: url(images/inspector_benefits_add.png)no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 50px;
  bottom: 70px;
  right: -25px;
}
.inspector_benefits_list li h4 {
  color: #274466;
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}
.inspector_benefits_list li .btn {
  width: 100%;
  margin-top: 20px;
}
.inspector_benefits_list li .btn a {
  padding: 8px;
}
.inspector_voice {
  background: #DCEAF4;
  padding: 140px 0 120px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_voice {
    padding: 100px 0 80px;
    margin: 40px auto 0;
  }
}
.inspector_voice_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.inspector_voice_list ul::before {
  position: absolute;
  content: "";
  background: url(images/inspector_voice_add_R.png)no-repeat;
  background-size: 100% auto;
  width: 75px;
  height: 65px;
  top: -50px;
  right: -60px;
}
@media only screen and (max-width: 769px) {
  .inspector_voice_list ul::before {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -30px;
  }
}
.inspector_voice_list ul::after {
  position: absolute;
  content: "";
  background: url(images/inspector_voice_add_L.png)no-repeat;
  background-size: 100% auto;
  width: 65px;
  height: 75px;
  bottom: -50px;
  left: -60px;
}
@media only screen and (max-width: 769px) {
  .inspector_voice_list ul::after {
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: -30px;
  }
}
.inspector_voice_list li {
  background: #FFF;
  box-shadow: 5px 5px 0 0 #274466;
  flex-basis: 475px;
  margin: 15px 0;
  padding: 35px 30px;
  box-sizing: border-box;
}
.inspector_voice_list li .div_W {
  display: flex;
  align-items: center;
}
.inspector_voice_list li .div_img {
  width: 110px;
  height: 110px;
  border-radius: 200px;
  background: #aaa;
}
@media only screen and (max-width: 769px) {
  .inspector_voice_list li .div_img {
    width: 80px;
    height: 80px;
    border-radius: 200px;
    background: #aaa;
  }
}
.inspector_voice_list li .div_txt {
  flex-basis: 270px;
  line-height: 1.8;
  margin-left: auto;
}
@media only screen and (max-width: 769px) {
  .inspector_voice_list li .div_txt {
    flex-basis: 65%;
    line-height: 1.8;
    margin-left: auto;
  }
}
.inspector_voice_list_name {
  font-size: 1.3rem;
  text-align: right;
  margin-top: 10px;
}
.inspector_voice_member {
  padding: 120px 0 0;
}
.inspector_voice_member h4 {
  font-size: 1.7rem;
  letter-spacing: 0.3rem;
  text-align: center;
}
.inspector_voice_member h4 span {
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.inspector_voice_member h4 span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  left: 0;
  bottom: 2px;
  transform: translate(-15px, 0) rotate(-15deg);
}
.inspector_voice_member h4 span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #274466;
  right: 0;
  bottom: 2px;
  transform: translate(15px, 0) rotate(15deg);
}
.juchikai .inspector_voice_member h3.txt_navy {
  font-size: 3.0rem;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}
.inspector_voice_member_list {
  margin: 50px auto 0;
}
.inspector_voice_member_list ul {
  list-style: none;
  padding: 0;
}
.inspector_voice_member_list ul li {
  width: 180px;
  float: left;
  text-align: center;
  margin: 0 10px 20px;
}
.inspector_voice_member_list ul li a {
  display: block;
  text-align: center;
}
.inspector_voice_member_list ul li a:hover {
  text-decoration: none;
}
.inspector_voice_member_list_img {
  background-image: url("images/no_face.jpg");
  border-radius: 50%;
  height: 160px;
  width: 160px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
}
.inspector_voice_member_list_txt {
  color: #274466;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 15px auto 0;
}
.inspector_voice_member_list_txt span {
  display: block;
  font-size: 1.3rem;
}
.inspector_voice_member .btn {
  margin: 50px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_voice_member .btn {
    margin-left: 25px;
    margin-right: 25px;
    width: calc(100% - 25px - 25px);
  }
}
.inspector_voice_member .btn a {
  padding: 8px 0;
}
.inspector_benefits_list {
  padding-bottom: 60px;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 769px) {
  .inspector_benefits_list {
    padding-bottom: 40px;
  }
}
.inspector_form {
  padding: 120px 0;
}
.inspector_form_txt {
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .inspector_form_txt {
    text-align: left;
  }
}
.inspector_form_sec {
  background: #274466;
  border-radius: 20px;
  padding: 50px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 769px) {
  .inspector_form_sec {
    padding: 50px 25px;
  }
}
.inspector_form_sec table {
  max-width: 800px;
  width: 100%;
}
.inspector_form_sec table td {
  padding: 15px 0;
}
@media only screen and (max-width: 769px) {
  .inspector_form_sec table td {
    width: 100%;
    float: left;
  }
}
.inspector_form_sec table td p {
  color: #FFF;
}
.inspector_form_sec table td a {
  color: #FFF;
  text-decoration: underline;
}
.inspector_form_sec table th {
  text-align: right;
  width: 180px;
  padding: 15px 0;
  padding-right: 40px;
  vertical-align: top;
  color: #FFF;
}
@media only screen and (max-width: 769px) {
  .inspector_form_sec table th {
    width: 100%;
    float: left;
    padding-right: 0px;
    text-align: left;
    padding-bottom: 0;
  }
  .mw_wp_form .inspector_form_sec .horizontal-item + .horizontal-item {
    margin-left: 0px;
    display: block;
  }
}
.inspector_form_sec table th .txt_orange {
  margin-right: 5px;
}
.inspector_form_sec_td {
  margin: 0 0 15px;
}
.inspector_operation {
  background: linear-gradient(to top, #274466 0%, #274466 50%, transparent 50%, transparent 100%);
  padding: 0 0 30px;
}
.inspector_operation h2 {
  margin-bottom: 25px;
}
.inspector_operation_sec {
  background: #DCEAF4;
  max-width: 730px;
  border-radius: 20px;
  padding: 60px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 769px) {
  .inspector_operation_sec {
    padding: 60px 25px;
  }
}
.inspector_operation .div_W {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .inspector_operation .div_W {
    flex-wrap: wrap;
  }
}
.inspector_operation .div_L {
  flex-basis: 42%;
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 769px) {
  .inspector_operation .div_L {
    flex-basis: 100%;
    display: flex;
  }
}
.inspector_operation .div_L img {
  max-width: 163px;
  margin: 0 auto;
}
.inspector_operation .div_R {
  line-height: 2.0;
  flex-basis: 58%;
}
@media only screen and (max-width: 769px) {
  .inspector_operation .div_R {
    flex-basis: 100%;
    margin-top: 30px;
  }
}
.inspector_operation .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 300px;
}
.inspector_operation .btn a {
  background: #E5A54A;
  padding: 8px 0;
}
@media only screen and (max-width: 769px) {
  .inspector.juchikai_info_supporting_btn_detail .b4box {
    padding: 80px 0px 0;
  }
}
.inspector.juchikai_info_supporting_btn_detail .b4box p {
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .inspector.juchikai_info_supporting_btn_detail .b4box p {
    text-align: left;
    padding: 0 0 0px 0px;
    font-size: 1.3rem;
    opacity: 0.7;
    font-weight: normal;
  }
  .inspector.juchikai_info_supporting_btn_detail .b4box p.price {
    text-align: right;
    border-top: 1px dotted #FFF;
    margin: 20px auto 0;
    padding: 20px 0 0 15px;
    font-size: 2.4rem;
    opacity: 1;
    letter-spacing: 0.2rem;
  }
  .inspector.juchikai_info_supporting_btn_detail .b4box h4 {
    margin-top: 15px;
  }
}
.inspector.juchikai_info_supporting_btn_detail .cboxttl {
  margin-bottom: 30px;
}
.inspector.juchikai_info_supporting_btn_detail .juchikai_info_supporting_info_note {
  background: #FFF;
  padding: 20px 25px 30px;
  position: relative;
}
.inspector.juchikai_info_supporting_btn_detail .juchikai_info_supporting_info_note p {
  color: #274466;
}
.inspector.juchikai_info_supporting_btn_detail .juchikai_info_supporting_info_note .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.inspector.juchikai_info_supporting_btn_detail .juchikai_info_supporting_info_note .btn a {
  background: #E5A54A;
  font-size: 1.4rem;
  padding: 8px 0;
}
.inspector_form .mwform-radio-field input[type=radio] {
  display: none;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.inspector_form .mwform-radio-field span.mwform-radio-field-text {
  position: relative;
  padding-left: 30px;
  letter-spacing: 0rem;
  color: #FFF;
}
.inspector_form .mwform-radio-field input[type=radio] + span.mwform-radio-field-text:before {
  content: '';
  background: url(images/inspector_contact_radio_off.png)no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
.inspector_form .mwform-radio-field input[type=radio]:checked + span.mwform-radio-field-text:before {
  content: '';
  background: url(images/inspector_contact_radio_on.png)no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
.inspector_form form input[type=radio] + span.mwform-radio-field-text:before {
  border: none;
}
.inspector_form .mwform-checkbox-field input[type=checkbox] {
  display: none;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.inspector_form .mwform-checkbox-field span.mwform-checkbox-field-text {
  position: relative;
  padding-left: 30px;
  letter-spacing: 0rem;
  color: #FFF;
}
.inspector_form .mwform-checkbox-field input[type=checkbox] + span.mwform-checkbox-field-text:before {
  content: '';
  background: url(images/inspector_contact_check_off.png)no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
.inspector_form .mwform-checkbox-field input[type=checkbox]:checked + span.mwform-checkbox-field-text:before {
  content: '';
  background: url(images/inspector_contact_check_on.png)no-repeat;
  width: 22px;
  height: 22px;
  background-size: contain;
  position: absolute;
  top: -5px;
  left: 0;
}
.inspector_form form .contact_btn .confirm, form .contact_btn .submit {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  height: 50px;
  background-color: #E5A54A;
  border: none;
  color: #FFF;
  position: relative;
}
.inspector_form form .contact_btn .back {
  max-width: 300px;
  width: 100%;
  height: 50px;
  background-color: #aaa;
  border: none;
  color: #FFF;
}
.inspector_form .mw_wp_form .error {
  font-size: 93%;
  color: #ff7d21;
  display: block;
  font-weight: bold;
}
.inspector_form .mw_wp_form_confirm table {
  color: #FFF;
}
.inspector_form .mw_wp_form_confirm form .contact_btn {
  margin-top: 50px;
}
.inspector_form_txt_thanks {
  margin: 60px auto 0;
  border: 1px solid #274466;
  max-width: 720px;
  width: 100%;
  padding: 60px 25px;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 769px) {
  .juchikai.inspector .logo_sp {
    max-width: none;
    border-bottom: 1px solid #FFF;
    height: auto;
    line-height: inherit;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .juchikai.inspector .logo_sp img {
    max-width: 40%;
  }
}
.inspector_form form input[type=text], .inspector_form form input[type=email] {
  color: #3e3a39;
}
@media only screen and (max-width: 769px) {
  .inspector_form form input[type=text], .inspector_form form input[type=email] {
    font-size: 1.6rem;
  }
}
.td_b_L {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px 0;
}
.inspector.juchikai_info_supporting_btn_detail#inspector_course_popup .cboxttl {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .inspector.juchikai_info_supporting_btn_detail#inspector_course_popup .cboxttl {
    font-size: 1.7rem;
  }
}
#inspector_course_popup th, #inspector_course_popup td {
  text-align: left;
  vertical-align: top;
}
#inspector_course_popup .juchikai_info_supporting_info_table {
  margin-top: 0;
}
#inspector_course_popup .juchikai_info_supporting_info_table.sp {
  display: none;
}
@media only screen and (max-width: 769px) {
  #inspector_course_popup .juchikai_info_supporting_info_table.pc {
    display: none;
  }
  #inspector_course_popup .juchikai_info_supporting_info_table.sp {
    display: block;
  }
}
.juchikai_info_supporting_info_table span {
  display: none;
}
#inspector_course_popup td.td_b_p {
  vertical-align: middle;
}
.mw_wp_form_confirm .inspector_form_sec_note {
  display: none;
}
.page_h {
  background: #274466;
  padding: 120px 0 0;
  height: 340px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.page_h h2 {
  font-size: 2.8rem;
  letter-spacing: 0.4rem;
  color: #FFF;
}
.page_h h2 span {
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}
.member_wrap {
  padding: 200px 0 0px;
  margin: 0px auto 0;
}
.member_all {
  padding: 100px 0 0px;
  margin-bottom: 60px;
}
.member_all .post_list {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin: 0 -20px;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .member_all .post_list {
    justify-content: space-between;
    margin: 0 auto;
  }
}
.member_all .post_list li {
  flex-basis: calc(calc(100% / 4) - 40px);
}
@media screen and (max-width: 768px) {
  .member_all .post_list li {
    flex-basis: 49%;
    margin-left: 0;
    margin-right: 0;
  }
}
.member_all .post_list li a:hover {
  text-decoration: none;
}
.member_single {
  background: #edf2f6;
}
.member_single .inner {
  padding-bottom: 80px;
}
.member_single_sec {
  background: #FFF;
  border: 15px solid #E5A54A;
  border-radius: 20px;
  position: relative;
  padding: 0px 25px 80px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .member_single_sec {
    padding: 0px 20px 80px;
  }
}
.member_single_img {
  height: 280px;
  width: 280px;
  margin: -140px auto 0;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 100%;
  background: url("images/no_face.jpg") no-repeat center;
}
@media screen and (max-width: 768px) {
  .member_single_img {
    height: 250px;
    width: 250px;
    margin: -125px auto 0;
  }
}
.member_single_h {
  text-align: center;
  margin: 30px auto 0;
  letter-spacing: 0.3rem;
}
.member_single_h_company {
  font-size: 1.6rem;
}
.member_single_h_name {
  font-size: 2.4rem;
}
.member_single_h_name span {
  font-size: 1.4rem;
  padding-right: 5px;
}
.member_single_info {
  margin: 30px auto 0;
  padding: 45px 35px 25px;
  max-width: 600px;
  background: #DCEAF4;
  width: 100%;
  border-radius: 20px;
  color: #274466;
}
@media screen and (max-width: 768px) {
  .member_single_info {
    margin: 30px auto 0;
    padding: 45px 20px 25px;
  }
}
.member_single_info_area {
  position: relative;
  text-align: center;
  padding: 35px 25px 5px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin-bottom: 30px;
}
.member_single_info_area_h {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #274466;
  color: #FFF;
  padding: 5px 25px;
  border-radius: 100px;
}
.member_single_info_area ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.member_single_info_area li {
  margin: 0 5px 10px;
}
.member_single_info table {
  width: 100%;
  margin: 30px auto 0;
  border-top: 1px dotted #274466;
}
.member_single_info table th, .member_single_info table td {
  padding: 7px 15px;
  border-bottom: 1px dotted #274466;
}
.member_single_info table th {
  font-weight: bold;
  text-align: left;
  width: 30%;
}
.member_single_info table td a {
  color: #274466;
}
@media screen and (max-width: 768px) {
  .member_single_info table th, .member_single_info table td {
    width: 100%;
    float: left;
    padding: 7px 10px;
  }
  .member_single_info table td {
    padding-bottom: 15px;
  }
}
.member_single_commont {
  margin: 50px auto 0;
}
.member_single_commont .div_W {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .member_single_commont .div_W {
    flex-wrap: wrap;
  }
}
.member_single_commont .div_L {
  flex-basis: 120px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member_single_commont .div_L {
    flex-basis: 100%;
  }
}
.member_single_commont .div_L .member_single_commont_img {
  max-width: 100px;
  height: 100px;
  margin-top: 0;
}
.member_single_commont_name {
  font-size: 1.3rem;
}
.member_single_commont .div_R {
  flex-basis: calc(100% - 80px - 80px);
  border: 1px solid #274466;
  color: #274466;
  padding: 25px 35px;
  position: relative;
  border-radius: 20px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .member_single_commont .div_R {
    flex-basis: 100%;
    margin-top: 30px;
  }
}
.member_single_commont .div_R::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 15px solid transparent;
  border-right: 20px solid #274466;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .member_single_commont .div_R::before {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}
.member_single_commont .div_R::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border: 14px solid transparent;
  border-right: 19px solid #FFF;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 768px) {
  .member_single_commont .div_R::after {
    left: 50%;
    top: 0%;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}
.member_single_etc {
  margin: 50px auto 0;
  max-width: 600px;
}
.member_single_etc p {
  margin-bottom: 15px;
}
.member_single_etc img {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.member_wrap .single_nav_block {
  margin-bottom: 30px;
}
.member_wrap .inspector_voice_member {
  background: #FFF;
  padding: 100px 0 60px;
}
/*------------------------------------------------------------
BLOG / ブログ
------------------------------------------------------------*/
.blog_wrap {
  margin: 100px auto 80px;
}
.blog_wrap a:hover {
  text-decoration: none;
}
.blog_wrap .inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.blog_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_wrap div::after {
  clear: both;
  content: "";
  display: block;
}
.blog_category_list {
  margin: 0 auto 80px;
  text-align: center;
}
.blog_category_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 850px;
  width: 100%;
}
.blog_category_list ul li {
  position: relative;
  flex-basis: 25%;
  margin-bottom: 30px;
}
.blog_category_list ul li span {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
.blog_category_list ul li span.en {
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
}
.blog_category_list ul li span.en:first-letter {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .blog_category_list {
    margin: 0 auto 50px;
  }
  .blog_category_list ul {
    justify-content: flex-start;
  }
  .blog_category_list ul li {
    flex-basis: 50%;
    margin-bottom: 15px;
  }
}
.blog_category_list ul li a {
  display: block;
  width: 100%;
  padding: 0 20px 0 30px;
  transition: 0.2s;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .blog_category_list ul li a {
    font-size: 1.4rem;
    padding: 0 10px 0 20px;
  }
}
.blog_category_list ul li a:hover, .blog_category_list ul li.current-cat a {
  color: #0082CB;
  opacity: 1;
  ont-weight: bold;
  transition: 0.2s;
}
.blog_category_list ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #595656;
  top: 0;
  right: 0;
}
.blog_category_list ul li:first-child::before, .blog_category_list ul li:nth-child(5)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #595656;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .blog_category_list ul li:nth-child(3)::before, .blog_category_list ul li:nth-child(5)::before, .blog_category_list ul li:nth-child(7)::before, .blog_category_list ul li:nth-child(9)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #595656;
    top: 0;
    left: 0;
  }
}
.post_list .thumbnail {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .post_list .thumbnail {
    height: 250px;
  }
}
.blog_wrap .post_new .div_R {
  flex-basis: 400px;
}
@media screen and (max-width: 768px) {
  .blog_wrap {
    padding-left: 25px;
    padding-right: 25px;
    margin: 60px auto 80px;
  }
  .blog_wrap .post_list {
    margin: 0 -10px;
    padding: 0;
  }
  .blog_wrap .post_list li {
    margin: 0 10px 40px;
  }
  .blog_wrap .post_list li .thumbnail {
    height: 95px;
  }
}
.blog_wrap ul.post_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 0;
  list-style: none;
  padding: 0;
}
.post_list li {
  flex-basis: 300px;
  margin: 0 20px 45px;
}
@media screen and (max-width: 768px) {
  .post_list {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -10px 0;
  }
  .post_list li {
    flex-basis: calc(50% - 20px);
    margin-bottom: 35px;
  }
}
.post_list li a {
  display: block;
  cursor: pointer;
}
.post_list li .div_T {
  position: relative;
  margin-bottom: 20px;
}
.post_list li .thumbnail {
  height: 200px;
  margin-bottom: 15px;
}
.post_list li .thumbnail .post_list li .post_category {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.post_list.post_new li {
  flex-basis: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .post_list.post_new li {
    margin-bottom: 40px;
  }
}
.post_list.post_new li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.post_list.post_new li .thumbnail {
  flex-basis: 540px;
  height: 350px;
}
.post_list li .post_cat {
  max-width: 160px;
  padding: 6px 10px 5px;
  font-weight: bold;
  font-size: 1.3rem;
  /*border: 1px solid #655045;*/
  background: #0082CB;
  color: #FFF;
  text-align: center;
}
.post_list li .post_date {
  font-size: 1.2rem;
}
.post_list.post_new li .post_meta {
  position: relative;
  flex-basis: 350px;
  margin-top: 50px;
}
.post_list.post_new li .post_meta::before {
  position: absolute;
  content: "";
  background: url(../images/new.png) center no-repeat;
  width: 143px;
  height: 72px;
  background-size: 100% auto;
  top: 0;
  left: 0;
  transform: translate(0, -150%);
}
@media screen and (max-width: 768px) {
  .post_list.post_new li .post_meta::before {
    content: none;
  }
  .post_list.post_new li .post_meta {
    margin-top: 10px;
  }
}
.post_list li .post_meta_T {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post_list li .post_meta .post_cat {
  flex-basis: 55%;
}
.post_list li .post_meta .post_date {
  flex-basis: 40%;
  text-align: right;
}
.post_list li .post_meta .post_title {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .post_list li .post_meta .post_cat {
    letter-spacing: 0;
    padding: 1px 0px 1px;
    font-size: 1rem;
  }
  .post_list.post_new li .post_meta .post_cat {
    font-size: 1.2rem;
  }
  .post_list li .post_meta .post_date {
    font-size: 1.0rem;
    letter-spacing: 0;
  }
}
.post_list.post_new li .post_title {
  font-size: 2.0rem;
  margin-top: 15px;
}
.post_list.post_new li .post_date {
  flex-basis: 100%;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .post_list.post_new li .post_date {
    flex-basis: 50%;
    margin-top: 0px;
    font-size: 1.2rem;
    text-align: right;
  }
  .post_list li .post_meta .post_title {
    flex-basis: 100%;
    margin-top: 5px;
    /*line-height: 1.6;*/
  }
}
@media screen and (max-width: 768px) {
  .post_list.post_new li .thumbnail, .post_list.post_new li .post_meta {
    flex-basis: 100%;
  }
  .post_list.post_new li .thumbnail {
    height: 200px;
    position: relative;
  }
  .post_list.post_new li .thumbnail::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 156px;
    background: url('../images/new.png')no-repeat center;
    background-size: 100% auto;
    top: 0;
    left: 0;
    transform: rotate(-10deg) translate(0%, -75%);
  }
}
.post_new .post_info {
  flex-basis: 330px;
}
.post_new_icon {
  font-size: 4.0rem;
  position: relative;
  letter-spacing: 0.4rem;
  padding-bottom: 15px;
  margin: 40px 0 20px;
}
.post_min {
  margin-bottom: 25px;
}
.post_min a {
  display: flex;
  justify-content: space-between;
}
.post_min .thumbnail {
  width: auto;
  flex-basis: 90px;
  height: 60px;
  background-size: cover;
  background-position: center;
}
.post_min .post_meta {
  flex-basis: calc(100% - 90px);
  margin-left: 20px;
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
.post_min .post_meta::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .post_min {
    flex-basis: 100%;
  }
  .post_min .post_meta {
    flex-basis: 200px;
  }
  .post_min .post_meta::after {
    content: none;
  }
  .post_new_icon {
    margin: 0px 0 20px;
  }
  .blog_wrap .new_block .post_list li {
    margin-bottom: 20px;
  }
  .blog_wrap .new_block .post_list li .thumbnail {
    height: 60px;
  }
}
.post_list .post_new .post_category, .post_list .post_new .post_date {
  margin-bottom: 20px;
}
.post_list .post_new .post_title {
  /*font-size: 2.0rem;
  letter-spacing: 0.1rem;*/
}
.post_min .post_cat {
  flex-basis: 90px;
  padding: 2px 5px 2px;
  line-height: 1.4;
}
.post_min .post_cat::after {
  content: none;
}
.post_min .post_date {
  flex-basis: auto;
  text-align: right;
}
.pagenavi_wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagenavi_corner {
  display: inline-block;
  padding: 3px;
  text-align: center;
  background-size: 10px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.pagenavi_bg {
  display: block;
  padding: 5px 20px 5px;
  background: #FFF;
}
.wp-pagenavi {
  clear: both;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
}
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding: 0 6px 0 8px;
  line-height: 40px;
  display: block;
  float: left;
  transition: 0.3s;
  /*background: #FFF;*/
  border: 1px solid #0082CB;
  color: #0082CB;
}
.wp-pagenavi a.last {
  display: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
  background: #0082CB;
  border: 1px solid #0082CB;
}
.wp-pagenavi span.extend {
  background: none;
  padding: 0 0 0;
  line-height: 35px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi a.previouspostslink {
  float: left;
  position: relative;
}
.wp-pagenavi a.previouspostslink:hover {
  /* background: none;
  opacity: 0.6;
  border: 1px solid #595656;*/
}
.wp-pagenavi a.previouspostslink::after {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  background: url('../images/arrow_L_S.png')no-repeat center;
  transform: translate(-50%, -50%);
  background-size: 11px 16px;
}
.wp-pagenavi a.nextpostslink {
  float: right;
  position: relative;
}
.wp-pagenavi a.nextpostslink:hover {
  /*background: none;*/
  /*opacity: 0.6;*/
  /*border: 1px solid #595656;*/
}
.wp-pagenavi a.nextpostslink::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  right: 50%;
  background: url('../images/arrow_R_S.png')no-repeat center;
  background-size: 11px 16px;
  transform: translate(50%, -50%);
}
.blog_single section {
  max-width: 980px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .blog_single .inner {
    /*padding: 0;*/
  }
  .blog_single .post_cat {
    flex-basis: 50%;
  }
}
.post_single_main {
  max-width: 620px;
  width: 100%;
  float: left;
}
.post_single_main .btn {
  margin: 50px auto 0px;
}
.post_single_main .btn a {
  display: block;
  max-width: none;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .post_single_main .btn a {}
}
.post_single_main .btn .btn_txt::before {
  transform: translate(-50%, 18px);
}
.post_single_side {
  max-width: 280px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 768px) {
  .post_single_side {
    max-width: none;
    margin-top: 80px;
  }
}
.post_single_head {
  margin-bottom: 50px;
}
.post_single_head .post_category, .post_single_head .post_date {
  float: left;
}
.post_single_head .post_cat {
  /*margin-right: 15px;*/
  flex-basis: 160px;
}
.post_single_head .post_cat ul li a {
  display: inline-block;
  /*border: 1px solid #655045;*/
  max-width: 160px;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
  background: #0082CB;
  white-space: nowrap;
  font-size: 1.3rem;
}
.post_single_head_T {
  display: flex;
}
.category_list .label, .category_list .count {
  display: inline-block;
}
.category_list .count {
  float: right;
}
.archive_block .count {
  float: none;
}
.post_single_main .post_date {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .post_single_main .post_date {
    width: auto;
    justify-content: flex-end;
    margin-left: 0px;
    flex-basis: 50%;
  }
}
.post_single_main .post_title {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  /*margin-bottom: 30px;*/
  margin-top: 15px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: bold;
  color: #0082CB;
}
@media screen and (max-width: 768px) {
  .post_single_main .post_title {
    font-size: 1.8rem;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
  }
}
a .post_content p {
  margin-bottom: 20px;
}
.post_content p img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
.screen-reader-text {
  display: none;
}
.search_box input[type="text"] {
  height: 30px;
  padding: 5px;
  font-size: 1.2rem;
  border: 1px solid #595656;
  width: 90%;
  float: left;
}
.search_box button[type="submit"] {
  width: 10%;
  height: 30px;
  float: left;
  background: url('images/icon_search.png')no-repeat center, #0082CB;
  background-size: 18px auto, auto;
  border: 1px solid #0082CB;
  border-left: none;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  padding: 5px;
}
.search_box button[type="submit"] img {
  width: 100%;
  height: auto;
}
.search_h3 {
  text-align: center;
  font-size: 2.0rem;
}
.post_list_block {
  display: none;
}
.post_list .post_list_block {
  display: block;
}
.post_single_side .post_meta {
  font-size: 1.2rem;
}
.post_single_side .post_meta_B {
  display: flex;
  font-size: 1.0rem;
  line-height: 2;
}
.post_single_side .post_meta_B .post_cat {
  /*border: 1px solid #655045;*/
  letter-spacing: 0;
  background: #0082CB;
  color: #FFF;
  text-align: center;
}
.post_single_side .post_meta_B .post_date {
  margin-left: auto;
}
.post_single_side_block {
  display: none;
}
.post_single_side .post_single_side_block {
  display: block;
}
.post_single_side .post_title {
  line-height: 1.6;
  font-size: 1.2rem;
  /*order: -1;*/
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.post_single_side .post_single_side .post_category {
  background: none;
  color: #9eb89f;
  text-align: left;
  padding: 5px 0;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.post_single_side .block_head {
  margin: 50px 0 20px;
  border-bottom: 2px solid #0082CB;
  color: #0082CB;
  font-weight: bold;
}
.category_block .block_head {
  margin-top: 0;
}
.search_block {
  margin: 30px 0 15px;
}
.block_head_h {
  font-size: 2.2rem;
}
.post_single_side .block_head_h {
  float: left;
  position: relative;
  /*text-indent: -9999px;*/
  letter-spacing: 0.4rem;
}
.post_single_side .block_head_h::before {
  position: absolute;
  content: "";
  background: url(../images/blog_single_category_h.png)no-repeat center;
  background-size: 100% auto;
  width: 180px;
  height: 74px;
  top: 50%;
  left: 0;
  transform: translate(-20px, -40%);
}
@media screen and (max-width: 768px) {
  .post_single_side .block_head_h::before {
    background: url(../images/blog_single_category_h_sp.png)no-repeat center;
    background-size: 100% auto;
    width: 190px;
    transform: translate(5px, -60%);
  }
}
.post_single_side .new_block .block_head_h::before {
  background: url(../images/blog_single_newpost_h.png)no-repeat center;
  background-size: 100% auto;
  width: 190px;
  height: 101px;
  transform: translate(-20px, -50%);
}
@media screen and (max-width: 768px) {
  .post_single_side .new_block .block_head_h::before {
    background: url(../images/blog_single_newpost_h_sp.png)no-repeat center;
    background-size: 100% auto;
    width: 200px;
    transform: translate(5px, -50%);
  }
}
.post_single_side .ranking_block .block_head_h::before {
  background: url(../images/blog_single_ranking_h.png)no-repeat center;
  background-size: 100% auto;
  width: 178px;
  height: 82px;
  transform: translate(-20px, -30%);
}
@media screen and (max-width: 768px) {
  .post_single_side .ranking_block .block_head_h::before {
    background: url(../images/blog_single_ranking_h_sp.png)no-repeat center;
    background-size: 100% auto;
    width: 200px;
    transform: translate(5px, -60%);
  }
}
.post_single_side .archive_block .block_head_h::before {
  background: url(../images/blog_single_archive_h.png)no-repeat center;
  background-size: 100% auto;
  width: 163px;
  height: 68px;
  transform: translate(-20px, -40%);
}
@media screen and (max-width: 768px) {
  .post_single_side .archive_block .block_head_h::before {
    background: url(../images/blog_single_archive_h_sp.png)no-repeat center;
    background-size: 100% auto;
    width: 190px;
    transform: translate(5px, -60%);
  }
}
.post_single_side .block_head_txt {
  float: right;
  color: #0082CB;
  /*line-height: 30px;*/
  text-align: right;
  font-size: 1.2rem;
  margin-top: 5px;
}
.category_block .category_list li {
  border-bottom: 1px dotted #9B9B9C;
}
.category_block .category_list li a {
  display: block;
  padding: 7px 0 7px 0px;
}
.single_nav_block {
  width: 100%;
  margin: 50px auto 0;
  padding: 20px 0;
  display: table;
  table-layout: fixed;
  border: 1px solid #3e3a39;
  border-left: none;
  border-right: none;
}
.single_nav_block .nav_item {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.single_nav_block .nav_item span {
  background-size: 35px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.single_nav_block .nav_item a {
  padding: 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  display: inline;
  vertical-align: middle;
  position: relative;
}
.single_nav_block .nav_item a::before {
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: auto;
  color: #5c7c60;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
} /*
.single_nav_block .nav_item a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 50%;
  left: 0%;
  background: url('../images/arrow_L_S.png')no-repeat center;
  transform: translate(0%, -50%);
  background-size: 11px 16px;
}*/
.single_nav_block .nav_item .next a {
  padding-left: 60px;
  display: block;
}
.single_nav_block .nav_item .next a::before {
  content: "";
  left: 0;
  width: 13px;
  height: 13px;
  top: 0%;
  border-bottom: 2px solid #40353a;
  border-left: 2px solid #40353a;
  transform: rotate(45deg);
} /*
.single_nav_block .nav_item .next a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 50%;
  left: 0%;
  background: url('../images/icon_arrow_L.png')no-repeat center, #655045;
  transform: translate(0%, -15%);
  background-size: 8px 12px;
  border-radius: 5px;
}*/
.single_nav_block .nav_item .prev a {
  padding-right: 60px;
  margin: 0 0 0 auto;
  /*text-align: right;*/
  display: block;
}
@media screen and (max-width: 768px) {
  .single_nav_block .nav_item .prev a {
    padding-right: 50px;
  }
}
.single_nav_block .nav_item .prev a::before {
  content: "";
  right: 0;
  width: 13px;
  height: 13px;
  top: 0%;
  border-top: 2px solid #40353a;
  border-right: 2px solid #40353a;
  transform: rotate(45deg);
} /*
.single_nav_block .nav_item .prev a::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  top: 50%;
  left: inherit;
  right: 0%;
  background: url('../images/icon_arrow_R.png')no-repeat center, #655045;
  transform: translate(0%, -15%);
  background-size: 8px 12px;
  border-radius: 5px;
}*/
.single_nav_block .left_box {
  border-right: 1px solid #40353A;
}
.archive_block .block_head {
  margin-bottom: 10px;
}
.archive_block .archive_list > li {
  border-bottom: 1px solid #cccccc;
}
.archive_block .archive_list > li .year {
  padding: 10px 5px;
  color: #40353A;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  line-height: 1.6;
  letter-spacing: 0.15em;
  display: block;
  cursor: pointer;
  position: relative;
}
.archive_block .archive_list > li .year:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.archive_block .archive_list > li .year::after {
  content: "";
  border: 6px solid transparent;
  border-top: 6px solid #0082CB;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 0;
}
.archive_block .archive_list > li .year.mode_open::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -7px;
}
.archive_block .archive_list > li ul {
  padding: 0 0 10px 25px;
  display: none;
}
.archive_block .archive_list > li ul li {
  margin: 2px 0 0;
}
.archive_block .archive_list > li ul li:first-child {
  margin-top: 0;
}
.archive_block .archive_list > li ul li a {
  color: #40353A;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: bold;*/
  line-height: 2.0;
}
.archive_block .archive_list > li ul li a .count {
  margin: 0 0 0 2px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  /*color: #ADABAA;*/
}
.bottom_area .area_head {
  margin-bottom: 35px;
}
.bottom_area .area_head span {
  display: block;
  margin: 0 auto;
  color: #9eb89f;
  letter-spacing: 0.1rem;
}
.area_head_img {
  max-width: 265px;
  width: 100%;
  height: auto;
}
.area_head_img img {
  width: 100%;
}
.related_posts_wrap {
  /*background: #C6C2C4;*/
  /*background: rgba(198, 194, 196, 0.8);*/
  /*padding: 80px 0;*/
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap {
    /*padding: 80px 20px;*/
    display: none;
  }
}
.related_posts_wrap h4 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  letter-spacing: 0.3rem;
}
.related_posts_wrap ul {
  display: flex;
  margin: 0 -15px;
}
.related_posts_wrap li {
  flex-basis: 300px;
  margin: 0 15px 20px;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap ul {
    display: inherit;
  }
  .related_posts_wrap li {
    flex-basis: inherit;
    width: 100%;
    margin-bottom: 50px;
  }
}
.related_posts_wrap .div_T {
  max-width: 100%;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.related_posts_wrap .div_B {
  max-width: 100%;
  width: 100%;
  float: right;
  font-weight: normal;
}
.related_posts_wrap .thumbnail {
  max-width: 100%;
  height: 195px;
  background-size: cover;
  margin-bottom: 15px;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .related_posts_wrap .thumbnail {
    height: 200px;
  }
}
.related_posts_wrap .yarpp-related a {
  font-weight: normal;
}
.related_posts_wrap .post_title {
  font-size: 1.8rem;
  margin-bottom: 0;
}
.related_posts_wrap .post_date {
  margin-bottom: 5px;
}
.related_posts_wrap .div_B .post_category {
  display: block;
  background: none;
  color: #9eb89f;
  padding: 0;
  text-align: left;
}
.archive_title_wrap {
  margin: 50px auto;
}
h3.archive_title {
  text-align: center;
}
div.sharedaddy {
  margin: 0 auto;
  text-align: center;
}
.sd-sharing {
  display: table;
  margin: 60px auto 60px;
}
div.sharedaddy h3.sd-title, .sd-content {
  display: table-cell;
}
div.sharedaddy h3.sd-title {
  padding: 30px 20px 30px 0;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  position: relative;
}
.sd-content ul {
  margin-bottom: 0 !important;
}
.sd-content ul li {
  margin-right: 15px;
  margin-bottom: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
  padding: 10px;
}
div.sharedaddy h3.sd-title::before, div.sharedaddy h3.sd-title::after {
  content: "";
  border-top: 2px solid #595757;
  width: 50px;
  height: 1px;
  position: absolute;
  right: 20px;
}
div.sharedaddy h3.sd-title::before {
  position: absolute;
  top: 6px;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
div.sharedaddy h3.sd-title::after {
  position: absolute;
  bottom: 6px;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
  padding: 11px 11px 4px 11px;
  top: 10px;
}
.sd-social-icon .sd-content ul li.share-custom-hatena a.sd-button {
  background: #3D6EB7;
}
.sd-social-icon .sd-content ul li.share-custom-line a.sd-button {
  background: #00B901;
}
.wpp-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .wpp-list {
    margin-top: 15px;
  }
}
.wpp-list li {
  overflow: inherit;
}
.wpp-list li::after {
  content: "";
  display: block;
  clear: both;
}
.ranking_block li {
  margin-bottom: 40px;
}
.ranking_block li .wpp-post-title {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  line-height: 1.8;
}
.wpp-thumbnail {
  margin: 0 auto;
  border-radius: 5px;
}
.wpp-item-img {
  max-width: 90px;
  width: 100%;
  height: 60px;
  float: left;
  position: relative;
  background: url('images/img_logo.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  /*border-radius: 10px;*/
}
.ranking_block div.wpp-list:first-child .wpp-item-img {
  max-width: none;
  width: 100%;
  height: 190px;
}
.wpp-item-data {
  max-width: 180px;
  width: 100%;
  float: right;
}
@media screen and (max-width: 768px) {
  .wpp-item-data {
    max-width: none;
    width: 65%;
  }
}
.ranking_block div.wpp-list:first-child .wpp-item-data {
  max-width: none;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .ranking_block div.wpp-list:first-child .wpp-item-data {
    width: 100%;
  }
}
.wpp-item-data a {
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
  font-size: 1.4rem;
  font-weight: bold;
}
.wpp-item-data .taxonomies {
  color: #9eb89f;
  font-weight: bold;
}
.wpp-item-data .taxonomies a {
  display: inline-block;
  font-size: 1.2rem !important;
}
.ranking_block li a:hover {
  text-decoration: none;
}
.ranking_block .post .thumbnail {
  height: 60px;
  background-size: cover;
  background-position: center;
}
.ranking_block .post:first-child .thumbnail {
  height: 160px;
  flex-basis: 240px;
}
@media screen and (max-width: 768px) {
  .ranking_block .post:first-child .thumbnail {
    flex-basis: 275px;
  }
}
/*
.wpp-item-img::before {
  content: "1";
  position: absolute;
  top: -15px;
  left: -15px;
  height: 30px;
  width: 30px;
  background: #8B6E2B;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}
.ranking_block div.wpp-list:nth-child(2) .wpp-item-img::before {
  content: "2";
}
.ranking_block div.wpp-list:nth-child(3) .wpp-item-img::before {
  content: "3";
}
.ranking_block div.wpp-list:nth-child(4) .wpp-item-img::before {
  content: "4";
}
.ranking_block div.wpp-list:nth-child(5) .wpp-item-img::before {
  content: "5";
}*/
.ranking_block li:first-child .wpp-item-data .title {
  margin-bottom: 5px;
}
.ranking_block li:first-child .wpp-item-data a {
  font-size: 1.8rem;
}
.ranking_block li:first-child .wpp-item-img {
  margin-bottom: 15px;
}
.ranking_block li:first-child .wpp-item-img .wpp-thumbnail {
  width: 100%;
  height: 185px;
  object-fit: cover;
}
.ranking_block .post_min:first-child a {
  flex-wrap: wrap;
  justify-content: center;
}
.ranking_block .post_min:first-child .post_meta {
  flex-basis: calc(100% - 0px);
  margin-left: 0px;
  margin-top: 15px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.ranking_block .post_min:first-child .post_title {
  order: 2;
  margin-top: 10px;
}
.mceContentBody p {
  margin-bottom: 25px;
}
.mceContentBody a {
  color: #0082CB;
  text-decoration: underline;
}
.mceContentBody iframe {
  max-width: 100%;
  height: auto;
}