@charset "UTF-8";
/* Googleフォント */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 52px;
  line-height: 120px;
  color: #1D4E80;
  font-weight: bold; }

h1 + span {
  display: block;
  font-size: 28px;
  color: #056684;
  font-weight: 600;
  margin-top: -30px; }

h2 {
  font-size: 24px;
  color: #1D4E89;
  font-weight: bold;
  margin-bottom: 40px;
  z-index: 2; }
  h2 span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 900;
    margin-bottom: -50px; }

h2 + p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px; }
  h2 + p span {
    color: #EF476F; }

h3 {
  font-size: 21px;
  color: #05668D;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative; }
  h3 span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    color: #05668D;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0; }
    h3 span::after {
      content: '';
      width: 1px;
      height: 40px;
      background: #05668D;
      position: absolute;
      left: 0;
      right: 0;
      margin: 10px auto 0; }

h3 + p {
  font-size: 16px;
  color: #333;
  font-weight: 500; }

h4 {
  font-size: 18px;
  color: #1D4E89;
  font-weight: bold;
  margin-bottom: 20px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:first-of-type {
    padding: 80px 0; }
  section:nth-of-type(even) {
    background: url("../images/common/bg.png"); }

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

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  display: block;
  width: 318px;
  margin: 40px auto;
  background: #C30D23;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  overflow: hidden;
  z-index: 0;
  border-radius: 30px; }
  .link_btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: all .3s;
    z-index: -1;
    background-color: #db0f27; }
  .link_btn:hover::before {
    width: 100%; }
  .link_btn i {
    margin-right: 4px; }

* {
  box-sizing: border-box; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    font-size: 10vw; }

  h3 span {
    writing-mode: rl; }

  h3 span::after {
    width: 40px;
    height: 1px;
    left: 70px; }

  section {
    padding: 40px 0; }
    section:last-of-type {
      padding: 40px 0 100px; }
    section:first-of-type {
      padding: 40px 0; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #C30D23; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #383435;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.fadein {
  opacity: 0;
  transition: opacity .6s; }

.scrollin {
  opacity: 1; }

/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100px;
  /*max-width:1440px;*/
  padding: 0 1%;
  margin: 0 auto;
  min-width: 1280px;
  position: relative;
  z-index: 1; }
  .global_header .logo_container {
    width: 375px; }
    .global_header .logo_container #top_h1 {
      margin-top: 50px; }
    .global_header .logo_container > div {
      margin: 16px 0; }
    .global_header .logo_container img {
      vertical-align: -20%; }
  .global_header nav {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    height: 100%; }
    .global_header nav > span {
      height: 100%;
      line-height: 100px;
      font-size: 16px;
      font-weight: 600;
      color: #05668D;
      transition: .2s;
      margin-left: 50px; }
      .global_header nav > span:hover .megamenu {
        max-height: 9999px;
        opacity: 1;
        padding: 30px 0; }
      .global_header nav > span .megamenu {
        background: rgba(255, 255, 255, 0.8);
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
        position: absolute;
        top: 100px;
        left: 0;
        transition: all .2s ease-in;
        z-index: 999; }
        .global_header nav > span .megamenu .megamenu_inner {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-wrap: wrap;
          padding: 0 8%; }
          .global_header nav > span .megamenu .megamenu_inner .megamenu_item {
            width: 16%;
            padding: 0;
            text-align: center;
            line-height: normal;
            position: relative;
            z-index: 0;
            transition: .3s;
            margin-left: 5%; }
            .global_header nav > span .megamenu .megamenu_inner .megamenu_item:first-of-type {
              margin-left: 0; }
            .global_header nav > span .megamenu .megamenu_inner .megamenu_item a {
              text-decoration: none;
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: 1; }
            .global_header nav > span .megamenu .megamenu_inner .megamenu_item p {
              padding: 0 0 20px; }
            .global_header nav > span .megamenu .megamenu_inner .megamenu_item figure {
              width: 100%;
              margin: 0; }
            .global_header nav > span .megamenu .megamenu_inner .megamenu_item:hover {
              opacity: 0.7;
              transition: .2s; }
      .global_header nav > span:first-of-type {
        margin-left: 0; }
    .global_header nav > a {
      font-size: 16px;
      font-weight: 600;
      color: #05668D;
      margin-left: 50px;
      transition: .2s;
      text-decoration: none; }
      .global_header nav > a:hover {
        color: #C30D23;
        transition: .2s; }
    .global_header nav .nav_phone {
      width: auto;
      margin-left: 50px; }
      .global_header nav .nav_phone p {
        font-size: 16px;
        font-weight: 500;
        color: #118AB2;
        text-align: right;
        margin-bottom: -8px; }
      .global_header nav .nav_phone a {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 28px;
        font-weight: bold;
        color: #C30D23;
        transition: .2s;
        text-decoration: none; }
        .global_header nav .nav_phone a i {
          font-size: 24px;
          margin-right: 8px; }
        .global_header nav .nav_phone a:hover {
          color: #05668D;
          transition: .2s; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%; }

  .global_header .logo_container {
    width: 60%;
    max-width: 245px; }

  .global_header .logo_container > div {
    margin: 10px 0; }

  .global_header .logo_container #top_h1 {
    margin-top: 0; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_contact_wrap {
  width: 100%;
  padding: 60px 0 80px;
  background: url("../images/common/footer_contact_bk.jpg") center/cover no-repeat; }
  .footer_contact_wrap h2, .footer_contact_wrap h2 + p {
    text-align: center; }
  .footer_contact_wrap h2 + p {
    color: #fff; }
  .footer_contact_wrap .footer_contact_container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 40px auto 0;
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .footer_contact_wrap .footer_contact_container .footer_contact_item {
      width: 48.21%; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item h3 {
        color: #05668D; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item .link_btn {
        margin: 0 auto 16px; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item:first-of-type > a:first-of-type {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 28px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        margin-bottom: 24px; }
        .footer_contact_wrap .footer_contact_container .footer_contact_item:first-of-type > a:first-of-type i {
          font-size: 24px; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item:first-of-type .link_btn {
        background: #FFBC42; }
        .footer_contact_wrap .footer_contact_container .footer_contact_item:first-of-type .link_btn:before {
          background-color: #ffc55c; }
      .footer_contact_wrap .footer_contact_container .footer_contact_item:last-of-type .link_btn {
        margin: 40px auto 16px; }

.global_footer {
  width: 100%;
  background: #1D4E89;
  padding: 60px 0 0; }
  .global_footer > .inner > figure {
    max-width: 375px;
    margin: 0; }
  .global_footer .address_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px 0; }
    .global_footer .address_container address {
      width: 30%; }
      .global_footer .address_container address p {
        font-size: 16px;
        font-weight: 500;
        color: #fff; }
        .global_footer .address_container address p:first-of-type {
          font-size: 18px;
          font-weight: bold; }
        .global_footer .address_container address p a {
          text-decoration: none;
          color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #C30D23;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #C30D23;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

.copyright_container {
  width: 100%;
  background: #1D4E89;
  font-size: 14px;
  color: #FFF;
  padding: 14px 0; }
  .copyright_container p {
    max-width: 1440px;
    text-align: right;
    padding: 0 2%; }

@media screen and (max-width: 896px) {
  .footer_contact_wrap {
    padding: 40px 0 100px; }

  .footer_contact_wrap .footer_contact_container {
    width: 100%;
    padding: 20px; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item {
    width: 100%; }

  .footer_contact_wrap .footer_contact_container .footer_contact_item:first-of-type {
    margin-bottom: 20px; }

  .global_footer .address_container address {
    width: 100%;
    margin-bottom: 24px; }
    .global_footer .address_container address:last-of-type {
      margin-bottom: 0; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contactform_container {
  width: 90%;
  margin: 0 auto; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #2ca6e0;
      font-size: 16px;
      color: #333;
      padding: 26px;
      font-weight: 600; }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #C30D23;
        padding: 0 10px;
        float: right;
        border-radius: 2px; }
    .contactform_container table td {
      /*width:70%;*/
      border-bottom: 1px solid #eee;
      font-size: 16px;
      color: #666;
      padding: 20px 40px; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #C30D23;
  padding: 0 10px;
  margin-right: 20px; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
    .privacypolicy p:first-of-type {
      font-size: 18px;
      color: #333;
      font-weight: bold; }
  .privacypolicy h4 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #666; }

.privacypolicy_checkbox_container {
  text-align: center; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

.thanks_container {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }

@media screen and (max-width: 896px) {
  .contactform_wrap {
    padding: 40px 0; }

  .contactform_container {
    width: 90%;
    margin: 0 auto; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 16px 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 16px 0;
    border-bottom: 0; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #2ca6e0; }

  .privacypolicy {
    width: 100%; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

textarea::placeholder {
  color: #ccc; }

textarea::-webkit-input-placeholder {
  color: #cccccc; }

textarea::-moz-placeholder {
  color: #cccccc; }

textarea:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  display: block;
  width: 318px;
  margin: 40px auto;
  background: #C30D23;
  padding: 14px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  border-radius: 30px; }

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 Home
 
*****************************************************/
.main_cover {
  width: 100%;
  height: 1240px;
  position: relative;
  z-index: 0;
  background: linear-gradient(90deg, #FAF9F6 0%, #FAF9F6 43%, #FFE2AD 43%, #FFE2AD 100%);
  min-width: 1680px; }
  .main_cover::before {
    content: '';
    width: 43%;
    height: 80px;
    background: #fff;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0; }
  .main_cover .main_cover_first {
    width: 100%;
    position: relative; }
    .main_cover .main_cover_first::after {
      content: '';
      width: 1200px;
      height: 600px;
      background: url("../images/home/main_cover01.jpg") center/cover no-repeat;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      border-bottom-left-radius: 120px; }
    .main_cover .main_cover_first .main_cover_first_item {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto 60px;
      padding: 130px 0 160px; }
      .main_cover .main_cover_first .main_cover_first_item > div {
        width: 48.21%; }
        .main_cover .main_cover_first .main_cover_first_item > div p {
          font-size: 44px;
          color: #199999;
          font-weight: 500; }
          .main_cover .main_cover_first .main_cover_first_item > div p:first-of-type {
            font-size: 90px;
            font-weight: bold;
            color: #05668D;
            line-height: 120px; }
  .main_cover .main_cover_second {
    width: 100%;
    position: relative; }
    .main_cover .main_cover_second::after {
      content: '';
      width: 48%;
      height: 484px;
      background: url("../images/home/main_cover02.jpg") center/cover no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      border-top-right-radius: 120px; }
    .main_cover .main_cover_second .main_cover_second_item {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 0; }
      .main_cover .main_cover_second .main_cover_second_item > div {
        width: 48.21%;
        margin-left: 52%; }
        .main_cover .main_cover_second .main_cover_second_item > div .link_btn {
          margin: 40px 0; }

@media screen and (max-width: 896px) {
  .main_cover {
    min-width: 100%;
    height: auto;
    background: linear-gradient(180deg, #FAF9F6 0%, #FAF9F6 26%, #FFE2AD 26%, #FFE2AD 100%); }

  .main_cover::before {
    display: none; }

  .main_cover .main_cover_first .main_cover_first_item {
    padding: 260px 5% 30px;
    margin: 0 auto; }

  .main_cover .main_cover_first .main_cover_first_item > div {
    width: 100%; }

  .main_cover .main_cover_first .main_cover_first_item > div p {
    font-size: 6.5vw; }

  .main_cover .main_cover_first .main_cover_first_item > div p:first-of-type {
    font-size: 14vw;
    line-height: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

  .main_cover .main_cover_first::after {
    width: 100%;
    height: 240px;
    border-bottom-left-radius: 30px; }

  .main_cover .main_cover_second .main_cover_second_item > div {
    width: 100%;
    margin-left: 0;
    padding: 240px 6% 20px; }

  .main_cover .main_cover_second::after {
    width: 100%;
    height: 220px;
    border-top-right-radius: 30px; } }
/* service
----------------------------------------------------*/
.top_service_wrap {
  width: 100%;
  padding: 80px 0;
  background: url("../images/common/bg.png"); }
  .top_service_wrap h2, .top_service_wrap h2 + p {
    text-align: center; }
  .top_service_wrap h3, .top_service_wrap h3 + p {
    padding-left: 40px;
    padding-top: 10px; }
  .top_service_wrap .top_service_contaoiner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px; }
    .top_service_wrap .top_service_contaoiner .top_service_item figure {
      width: 100%; }
      .top_service_wrap .top_service_contaoiner .top_service_item figure img {
        border-bottom-right-radius: 60px; }
    .top_service_wrap .top_service_contaoiner .top_service_item p {
      color: #4D4D4D; }
    .top_service_wrap .top_service_contaoiner .top_service_item h4 a {
      text-decoration: none;
      font-size: 15px;
      float: right;
      background: #C30D23;
      padding: 1px 12px;
      color: #fff;
      font-weight: 400;
      border-radius: 31px; }
    .top_service_wrap .top_service_contaoiner:first-of-type {
      margin: 40px auto; }
      .top_service_wrap .top_service_contaoiner:first-of-type .top_service_item {
        width: 30.35%; }
    .top_service_wrap .top_service_contaoiner:last-of-type .top_service_item {
      width: 48.21%; }

@media screen and (max-width: 896px) {
  .top_service_wrap {
    padding: 40px 0; }

  .top_service_wrap h3 {
    padding-left: 0;
    padding-top: 20px; }

  .top_service_wrap h3 + p {
    padding-left: 0;
    padding-top: 0px; }

  .top_service_wrap .top_service_contaoiner:first-of-type .top_service_item {
    width: 100%;
    margin-bottom: 60px; }

  .top_service_wrap .top_service_contaoiner:last-of-type .top_service_item {
    width: 100%;
    margin-bottom: 60px; } }
/*****************************************************

 下層共通
 
*****************************************************/
.flow_wrap {
  width: 100%;
  padding: 80px 0; }
  .flow_wrap > .inner {
    width: 1220px; }
  .flow_wrap h2 {
    text-align: center; }
    .flow_wrap h2 span {
      color: #C2E3E8; }
  .flow_wrap .flow_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 80px; }
    .flow_wrap .flow_container .flow_item {
      width: 21%;
      background: #fff;
      border-bottom-right-radius: 60px;
      box-shadow: 0px 0px 5px rgba(109, 109, 109, 0.4);
      padding: 24px 16px 40px;
      position: relative; }
      .flow_wrap .flow_container .flow_item span {
        position: absolute;
        top: -40px;
        left: 16px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background: #159CDE;
        font-size: 24px;
        color: #fff;
        font-weight: bold; }
      .flow_wrap .flow_container .flow_item figure {
        width: 100%; }
      .flow_wrap .flow_container .flow_item h3 {
        color: #199999; }
      .flow_wrap .flow_container .flow_item p {
        color: #4D4D4D;
        letter-spacing: 0; }
      .flow_wrap .flow_container .flow_item::after {
        content: '';
        width: 106px;
        height: 24px;
        background: url("../images/common/flow_arrow.png") center/cover no-repeat;
        position: absolute;
        bottom: 14px;
        right: -40px; }
      .flow_wrap .flow_container .flow_item:last-of-type::after {
        display: none; }

section:nth-of-type(odd) + .flow_wrap {
  padding: 0 0 80px; }

.lv1_cover {
  width: 100%;
  height: 360px;
  padding: 80px 0; }

.lv2_cover {
  width: 100%;
  height: 200px;
  padding: 20px 0; }

.service {
  background: url("../images/common/lv1_cover_service.jpg") center/cover no-repeat; }

.compnay {
  background: url("../images/common/lv1_cover_company.jpg") center/cover no-repeat; }

.contact {
  background: url("../images/common/lv1_cover_contact.jpg") center/cover no-repeat; }

.news {
  background: url("../images/common/lv1_cover_news.jpg") center/cover no-repeat; }

.content_title {
  width: 100%;
  height: 520px;
  position: relative;
  padding: 40px 0 140px; }
  .content_title::after {
    content: '';
    width: 1300px;
    height: 570px;
    background: #FFD9A4;
    border-bottom-right-radius: 120px;
    position: absolute;
    top: -50px;
    left: 0; }
  .content_title .h2_ttl {
    width: 58%;
    position: relative;
    z-index: 1; }
    .content_title .h2_ttl h2 {
      display: inline-block; }
    .content_title .h2_ttl > span {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 60px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 900;
      position: absolute;
      top: 20px;
      z-index: -1; }
    .content_title .h2_ttl figure {
      margin: 0 16px 0 0;
      display: inline-block; }
      .content_title .h2_ttl figure img {
        width: auto; }
    .content_title .h2_ttl::after {
      content: '';
      width: 575px;
      height: 375px;
      position: absolute;
      transform: translateX(100%);
      z-index: 0;
      top: 0;
      right: -50px; }

.company01 .h2_ttl::after {
  background: url("../images/company/company_h2.jpg") center/cover no-repeat; }
.company01 + section h2 span {
  color: #C2E3E8; }

.contact01 .h2_ttl::after {
  background: url("../images/contact/contact_h2.jpg") center/cover no-repeat; }
.contact01 + section h2 span {
  color: #C2E3E8; }

.service01 .h2_ttl figure img {
  vertical-align: -20px; }
.service01 .h2_ttl::after {
  background: url("../images/service/service01_h2.jpg") center/cover no-repeat; }

.service02 .h2_ttl > span {
  top: -34px; }
.service02 .h2_ttl::after {
  background: url("../images/service/service02_h2.jpg") center/cover no-repeat; }

.service03 .h2_ttl > span {
  top: -20px; }
.service03 .h2_ttl::after {
  background: url("../images/service/service03_h2.jpg") center/cover no-repeat; }

.service04 .h2_ttl > span {
  top: -10px; }
.service04 .h2_ttl::after {
  background: url("../images/service/service04_h2.jpg") center/cover no-repeat; }

.service05 .h2_ttl > span {
  top: -30px; }
.service05 .h2_ttl::after {
  background: url("../images/service/service05_h2.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .flow_wrap {
    padding: 40px 0; }

  .flow_wrap > .inner {
    width: 90%; }

  .flow_wrap .flow_container .flow_item {
    width: 86%;
    margin: 0 auto 60px; }

  .flow_wrap .flow_container .flow_item::after {
    bottom: -6px;
    right: -10px;
    transform: rotate(90deg); }

  .lv1_cover {
    height: 200px;
    padding: 10px 0; }

  .service {
    background-position: 80%; }

  .content_title .h2_ttl span {
    font-size: 40px;
    top: -10px; }

  .service01 .h2_ttl span {
    top: 30px; }

  .service02 .h2_ttl > span {
    top: -20px; }

  .service04 .h2_ttl > span {
    top: 0; } }
/*****************************************************

 Service
 
*****************************************************/
.service_container {
  width: 100%; }
  .service_container .service_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .service_container .service_item figure {
      width: 100%;
      max-width: 390px;
      margin: 0; }
    .service_container .service_item .service_txt {
      width: 62.5%; }
      .service_container .service_item .service_txt h3, .service_container .service_item .service_txt h3 + p {
        padding-left: 40px; }
        .service_container .service_item .service_txt h3 span, .service_container .service_item .service_txt h3 + p span {
          display: block;
          font-size: 14px;
          margin-top: 20px; }
    .service_container .service_item:nth-of-type(n+2) {
      margin-top: 40px; }
    .service_container .service_item:nth-of-type(odd) {
      flex-direction: row-reverse; }
    .service_container .service_item .reform_container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      background: url("../images/common/bg.png");
      padding: 20px;
      margin-top: 40px; }
      .service_container .service_item .reform_container p {
        width: 100%;
        margin-bottom: 20px;
        font-size: 21px;
        color: #199090;
        font-weight: bold; }
      .service_container .service_item .reform_container figure {
        width: 30%;
        margin: 0; }
        .service_container .service_item .reform_container figure figcaption {
          font-size: 16px;
          color: #333;
          font-weight: 600; }

.service_detail_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background: url("../images/common/bg.png");
  margin: 80px auto 0; }
  .service_detail_container h3 {
    width: 100%;
    margin-bottom: 30px; }
  .service_detail_container .service_detail_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .service_detail_container .service_detail_item h4 {
      width: 100%; }
      .service_detail_container .service_detail_item h4 span {
        display: inline-block;
        background: #FFB342;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        margin-right: 8px;
        vertical-align: -15%; }
    .service_detail_container .service_detail_item p {
      color: #4D4D4D; }
    .service_detail_container .service_detail_item div {
      width: 86%; }
    .service_detail_container .service_detail_item figure {
      width: 10%;
      margin: 0 auto; }
    .service_detail_container .service_detail_item:first-of-type {
      width: 44%; }
    .service_detail_container .service_detail_item:nth-of-type(2) {
      width: 54%; }
    .service_detail_container .service_detail_item:nth-of-type(4) {
      width: 31%; }
    .service_detail_container .service_detail_item:nth-of-type(5) {
      width: 66%; }

.faq_wrap h2 {
  text-align: center; }
.faq_wrap .faq_item {
  width: 100%;
  margin-bottom: 40px; }
  .faq_wrap .faq_item:last-of-type {
    margin-bottom: 0; }
  .faq_wrap .faq_item p {
    font-size: 16px;
    color: #4D4D4D; }
    .faq_wrap .faq_item p:first-of-type {
      font-size: 18px;
      color: #333;
      font-weight: 600; }
    .faq_wrap .faq_item p span {
      display: inline-block;
      background: #FFB342;
      width: 40px;
      height: 40px;
      border-radius: 4px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      margin-right: 8px;
      vertical-align: -15%; }

@media screen and (max-width: 896px) {
  .content_title {
    padding: 40px 0;
    height: auto; }

  .content_title::after {
    width: 100%;
    top: 0;
    height: 330px;
    border-bottom-right-radius: 60px; }

  .content_title .h2_ttl {
    width: 100%; }

  .content_title .h2_ttl h2 + p {
    margin-top: 250px;
    margin-bottom: 0; }

  .content_title .h2_ttl::after {
    width: 100%;
    height: 225px;
    transform: translateX(0%);
    top: 90px;
    right: 0; }

  .content_title .h2_ttl figure {
    margin: 0 2% 0 0; }
    .content_title .h2_ttl figure img {
      vertical-align: -10px; }

  .service01 .h2_ttl::after {
    top: 130px; }

  .service01 .h2_ttl figure img {
    vertical-align: -30px; }

  .service_container .service_item .service_txt {
    width: 100%; }

  .service_container .service_item .service_txt h3, .service_container .service_item .service_txt h3 + p {
    padding-left: 0; }

  .service_container .service_item .service_txt h3 {
    padding-top: 30px; }

  .service_container .service_item .service_txt h3 span {
    margin-top: 10px; }

  .service_container .service_item figure {
    margin: 20px 0 0; }

  .service_container .service_item .reform_container figure {
    width: 100%;
    margin: 0 0 40px; }
    .service_container .service_item .reform_container figure:last-of-type {
      margin: 0; }

  .service_detail_container {
    padding: 15px; }

  .service_detail_container .service_detail_item {
    margin-top: 40px; }

  .service_detail_container .service_detail_item:first-of-type {
    width: 100%;
    margin-top: 0; }

  .service_detail_container .service_detail_item:nth-of-type(2), .service_detail_container .service_detail_item:nth-of-type(4), .service_detail_container .service_detail_item:nth-of-type(5), .service_detail_container .service_detail_item div {
    width: 100%; }

  .service_detail_container .service_detail_item figure {
    width: 30%; } }
/*****************************************************

 Company
 
*****************************************************/
.overview_wrap table {
  width: 92.85%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed; }
  .overview_wrap table th {
    width: 30%;
    padding: 30px 10px;
    font-size: 18px;
    color: #1D4E87;
    font-weight: 600;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top; }
  .overview_wrap table td {
    width: 70%;
    padding: 30px 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #E5E5E5; }
    .overview_wrap table td p a {
      color: #333;
      text-decoration: none; }
    .overview_wrap table td .place_ph_container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-top: 20px; }
      .overview_wrap table td .place_ph_container figure {
        width: 47.333%;
        margin: 0; }
  .overview_wrap table tr:nth-child(n+3):nth-child(-n+5) td {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .overview_wrap table tr:nth-child(n+3):nth-child(-n+5) td p {
      width: 80%; }
      .overview_wrap table tr:nth-child(n+3):nth-child(-n+5) td p:first-of-type {
        width: 20%; }

@media screen and (max-width: 896px) {
  .overview_wrap table th, .overview_wrap table td {
    width: 100%;
    display: block;
    padding: 15px 10px 30px; }

  .overview_wrap table th {
    border: none;
    padding: 30px 10px 0; }

  .overview_wrap table tr:nth-child(n+3):nth-child(-n+5) td p, .overview_wrap table td .place_ph_container figure {
    width: 100%; }

  .overview_wrap table tr:nth-child(n+3):nth-child(-n+5) td p:first-of-type {
    width: 100%;
    font-weight: 600; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_phonenum {
  margin-top: -20px; }
  @media screen and (max-width: 896px) {
    .contact_phonenum {
      margin-top: 0; } }
  .contact_phonenum a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    color: #118AB2;
    font-weight: bold;
    text-decoration: none; }
    .contact_phonenum a i {
      font-size: 44px;
      margin-right: 8px; }
  .contact_phonenum span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin-left: 20px; }
    @media screen and (max-width: 896px) {
      .contact_phonenum span {
        display: block; } }

@media screen and (max-width: 896px) {
  .content_title .h2_ttl span.notice {
    font-size: 16px; } }
/*****************************************************

 追加分
 
*****************************************************/
/*広告掲載時のトップページ追加*/
.add_info_container {
  width: 80%;
  margin: -160px auto 60px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
  padding: 40px; }
  .add_info_container h2 {
    color: #C30D23; }
    .add_info_container h2 span {
      color: rgba(255, 226, 173, 0.4); }
  .add_info_container ul {
    width: 80%;
    margin: 0 auto 20px; }
    .add_info_container ul li {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 8px; }
      .add_info_container ul li span {
        background: linear-gradient(transparent 70%, #ffeb78 40%); }
      .add_info_container ul li::before {
        font-family: 'Font Awesome 5 free';
        content: '\f071';
        font-weight: 900;
        color: #C30D23;
        margin-right: 10px; }
  .add_info_container p {
    text-align: center;
    font-size: 18px;
    color: #1D4E89;
    font-weight: bold;
    border: 1px solid #1D4E89;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    margin: 40px auto; }

@media screen and (max-width: 896px) {
  .main_cover {
    height: auto; }

  .add_info_container {
    width: 100%;
    margin: 0 auto 60px;
    padding: 20px; }

  .add_info_container ul {
    width: 100%; }

  .add_info_container p {
    width: 100%;
    font-size: 16px; } }
/*トップ お知らせ追加*/
.information_wrap {
  width: 100%;
  padding: 80px 0 120px; }
  .information_wrap > .inner {
    width: 1220px; }
  .information_wrap h2 {
    text-align: center; }
    .information_wrap h2 span {
      color: #C2E3E8; }

.information_container {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto; }
  .information_container .information_item {
    width: 48.21%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fffffd;
    box-shadow: 0px 0px 8px rgba(109, 109, 109, 0.1);
    padding: 12px;
    margin-bottom: 4%;
    border-radius: 6px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .information_container .information_item a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .information_container .information_item:hover {
      opacity: .7;
      transition: .3s; }
    .information_container .information_item span {
      font-size: 14px; }
      .information_container .information_item span:last-of-type {
        background: #159cde;
        color: #fff;
        padding: 0 14px; }
    .information_container .information_item > div {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin: 8px 0 0; }
      .information_container .information_item > div figure {
        width: 31%;
        height: 88px; }
        .information_container .information_item > div figure img {
          height: 100%;
          object-fit: cover; }
      .information_container .information_item > div p {
        width: 65%; }

/*****************************************************

 アーカイブ・シングルページ
 
*****************************************************/
/*お知らせアーカイブ・シングルページ*/
.news_container h2 span {
  color: #C2E3E8; }

.news_list_container article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #fffffd;
  box-shadow: 0px 0px 8px rgba(109, 109, 109, 0.1);
  padding: 20px;
  margin-bottom: 4%;
  border-radius: 6px;
  position: relative;
  z-index: 0;
  transition: .3s; }
  .news_list_container article a {
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .news_list_container article:hover {
    opacity: .7;
    transition: .3s; }
  .news_list_container article > span {
    font-size: 14px; }
    .news_list_container article > span:last-of-type {
      background: #159cde;
      color: #fff;
      padding: 0 14px; }
  .news_list_container article > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 8px 0 0; }
    .news_list_container article > div figure {
      width: 31%;
      height: 200px; }
      .news_list_container article > div figure img {
        height: 100%;
        object-fit: cover; }
    .news_list_container article > div p {
      width: 65%; }
      .news_list_container article > div p span {
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin-bottom: 20px; }

.news_single_wrap {
  width: 90%;
  margin: 0 auto; }
  .news_single_wrap span {
    background: #159cde;
    color: #fff;
    padding: 0 14px; }
  .news_single_wrap h2 {
    margin-bottom: 10px; }

.breadcrumb {
  width: 100%;
  padding: 12px 0;
  background: #FFE2AD;
  font-size: 14px;
  color: #1D4E96; }
  .breadcrumb > div {
    width: 100%;
    max-width: 1440px;
    padding: 0 2%;
    margin: 0 auto;
    text-align: right; }
  .breadcrumb a {
    text-decoration: none;
    color: #1D4E96; }
  .breadcrumb i {
    margin: 0 16px; }

.informationcat_wrap {
  width: 100%;
  padding: 80px 0;
  background: #FFD9A4; }
  .informationcat_wrap h2 {
    text-align: center; }

/* ページャー
----------------------------------------------------*/
.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #C30D23 solid;
    color: #C30D23;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #C30D23 solid;
      color: #C30D23;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #C30D23;
    border: 2px #C30D23 solid;
    color: #FFF; }

/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important; }

  .editor_area {
    padding-bottom: 40px; } }
