    * {
  font-family: 'Noto Sans JP', sans-serif;
}

.c-filterLayer.-filter-dot:after {
  background-color: rgba(255, 255, 255, 1);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
  background-size: 0px;
  opacity: .5;
}
.p-postList__excerpt{
display:none;
}
.link_transition {
  color: #007784;
}
  .h1_under {
    text-align: center;
    border-bottom: solid 3px #007784;
    position: relative;
    top: -70px;
    margin: 0px 380px
  }
  .img_pc_550 {
    width: 550px;
  }
  .under {
    background: linear-gradient(transparent 50%, #D6E4FD 50%);
    font-weight: 550;
  }
  .title_1 {
    text-align: center;
    width: 100%;
    margin-top: 112px;
    margin-bottom: 56px;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1.44px;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .title_1:before {
    display: block;
    flex-shrink: 0;
    flex-grow: 1;
    width: 96px;
    margin-right: 25px;
    height: 1px;
    content: '';
    background: #007784;
  }
  .title_1:after {
    display: block;
    flex-shrink: 0;
    flex-grow: 1;
    width: 96px;
    margin-left: 25px;
    height: 1px;
    content: '';
    background: #007784;
  }
  .flex_box {
    display: flex;
    /*横並び*/
  }
  .flex_box .flex_image {
    width: 640px;
    /*画像サイズ指定*/
    margin: 0;
    padding: 0;
  }
  .flex_box .flex_image img {
    width: 100%;
    height: auto;
  }
  .flex_box .flex_right {
    margin: 0 0 0 20px;
    padding: 0;
  }
  .flex_box .flex_title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
  }
  .flex_box .flex_text {
    margin: 10px 0 0;
    padding: 0;
  }
  .tab-switch {
    display: none;
  }
  .tab-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-top: none;
    border-radius: 5px;
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
  }
  .tab-label_1:not(:last-child) {
    margin-right: 5px;
  }
  .tab-label {
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    order: -1;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    background-color: #007784;
  }
  .tab-label_1 {
    margin-right: 5px;
  }
  .tab-label:hover {
    background: #006570;
  }
  .tab-switch:checked+.tab-label {
    color: #007784;
    background: #fff;
  }
  .tab-switch:checked+.tab-label::after {
    opacity: 1;
  }
  .tab_content {
    height: 0;
    opacity: 0;
    padding: 0 35px;
    width: 100%;
    background-color: #fff;
    bottom: 0px;
    z-index: 1;
  }
  .tab-switch:checked+.tab-label+.tab_content {
    height: auto;
    opacity: 1;
    order: 1;
    pointer-events: auto;
  }
  .tab-label_1 {
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
  }
  .tab-switch_sitemap, .tab-switch_a, .tab-switch_b {
    display: none;
  }
  .tab-list_sitemap, .tab-list_a, .tab-list_b {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-top: none;
    border-radius: 5px;
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
  }
  .tab-label_1_sitemap:not(:last-child) {
    margin-right: 5px;
  }
  .tab-label_1_a:not(:last-child) {
    margin-right: 5px;
  }
  .tab-label_1_b:not(:last-child) {
    margin-right: 5px;
  }
  .tab-label_sitemap, .tab-label_a, .tab-label_b {
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-weight: bold;
    order: -1;
    padding: 12px 24px;
    position: relative;
    text-align: center;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    user-select: none;
    white-space: nowrap;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    font-size: 16px;
    background-color: #007784;
  }
  .tab-label_1_sitemap, .tab-label_1_a, .tab-label_1_b {
    margin-right: 5px;
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
  }
  .tab-label_sitemap:hover {
    background: #006570;
  }
  .tab-label_a:hover {
    background: #006570;
  }
  .tab-label_b:hover {
    background: #006570;
  }
  .tab-switch_sitemap:checked+.tab-label_sitemap {
    color: #007784;
    background: #fff;
  }
  tab-switch_a:checked+.tab-label_a {
    color: #007784;
    background: #fff;
  }
  tab-switch_b:checked+.tab-label_b {
    color: #007784;
    background: #fff;
  }
  .tab-switch_sitemap:checked+.tab-label_sitemap::after {
    opacity: 1;
  }
  .tab-switch_a:checked+.tab-label_a::after {
    opacity: 1;
  }
  .tab-switch_b:checked+.tab-label_b::after {
    opacity: 1;
  }
  .tab_content_sitemap, .tab_content_a, .tab_content_b {
    height: 0;
    opacity: 0;
    padding: 0 35px;
    width: 100%;
    background-color: #fff;
    bottom: 0px;
    z-index: 1;
  }
  .tab-switch_sitemap:checked+.tab-label_sitemap+.tab_content_sitemap {
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .tab-switch_a:checked+.tab-label_a+.tab_content_a {
    height: auto;
    opacity: 1;
    pointer--events: auto;
  }
  .tab-switch_b:checked+.tab-label_b+.tab_content_b {
    height: auto;
    opacity: 1;
    pointer--events: auto;
  }
  .l-header__body {
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
  }
  table {
    border: #ebebeb solid 1px!important;
  }
  th {
    background-color: #ebebeb!important;
    text-align: center;
  }
  .table_transparent {
    background-color: #f7f7f7;
    text-align: center;
    vertical-align: middle!important;
  }
  .table_1 {
    margin-top: 0px;
  }
  .table_1_border {
    border-bottom: #dddddd solid 2px!important;
  }
  .table_2_border {
    border-bottom: #dddddd solid 1px!important;
  }
  .table_3_border {
    border-right: #fff solid 1px!important;
  }
  .table_4_border {
    border-bottom: #dddddd solid 1px!important;
  }
  .grid_container {
    display: grid;
    grid-template-columns: 48% 4% 48%;
  }
  .flex {
    display: flex;
  }
  .anchor_link_img {
    width: 15px;
    height: 8px;
    margin-right: 10px;
  }
  .anchor_link_a_1, .anchor_link_a_2, .anchor_link_a_3, .anchor_link_a_4, .anchor_link_a_5, .anchor_link_a_6, .anchor_link_a_7, .anchor_link_a_8, .anchor_link_a_9, .anchor_link_a_10, .anchor_link_a_11, .anchor_link_a_12, .anchor_link_a_13, .anchor_link_a_14, .anchor_link_a_15, .anchor_link_a_16, .anchor_link_a_17, .anchor_link_a_18, .anchor_link_a_19, .anchor_link_a_20, .anchor_link_a_21, .anchor_link_a_22, .anchor_link_a_23, .anchor_link_a_24, .anchor_link_a_25, .anchor_link_a_26, .anchor_link_a_27, .anchor_link_a_28, .anchor_link_a_29, .anchor_link_a_30,
.anchor_link_a_31{
    color: #000;
    font-size: 18px;
    padding: 20px 0px;
    border-bottom: 2px solid #ddd;
    text-decoration: none!important;
  }
  .anchor_link_1, .anchor_link_2, .anchor_link_3, .anchor_link_4, .anchor_link_5, .anchor_link_6, .anchor_link_7, .anchor_link_8, .anchor_link_9, .anchor_link_10, .anchor_link_11, .anchor_link_12, .anchor_link_13, .anchor_link_14, .anchor_link_15, .anchor_link_16, .anchor_link_17, .anchor_link_18, .anchor_link_19, .anchor_link_20, .anchor_link_21, .anchor_link_22, .anchor_link_23, .anchor_link_24, .anchor_link_25, .anchor_link_26, .anchor_link_27, .anchor_link_28, .anchor_link_29, .anchor_link_30, .anchor_link_31 {
    font-weight: bold;
    padding-bottom: 13px;
    margin-right: 30px;
    padding-right: 10px;
  }
  .anchor_link_a_1:hover, .anchor_link_a_2:hover, .anchor_link_a_3:hover, .anchor_link_a_4:hover, .anchor_link_a_5:hover, .anchor_link_a_6:hover, .anchor_link_a_7:hover, .anchor_link_a_8:hover, .anchor_link_a_9:hover, .anchor_link_a_10:hover, .anchor_link_a_11:hover, .anchor_link_a_12:hover, .anchor_link_a_13:hover, .anchor_link_a_14:hover, .anchor_link_a_15:hover, .anchor_link_a_16:hover, .anchor_link_a_17:hover, .anchor_link_a_18:hover, .anchor_link_a_19:hover, .anchor_link_a_20:hover, .anchor_link_a_21:hover, .anchor_link_a_22:hover, .anchor_link_a_23:hover, .anchor_link_a_24:hover, .anchor_link_a_25:hover, .anchor_link_a_26:hover, .anchor_link_a_27:hover, .anchor_link_a_28:hover, .anchor_link_a_29:hover, .anchor_link_a_30:hover,
.anchor_link_a_31:hover{
    color: #007784;
    border-bottom: 2px solid #007784;
  }
  .p-entry__author>h2:before {
    font-size: 24px;
    content: 'この記事を書いた猫';
  }
  .p-entry__author>h2 {
    font-size: 0;
  }
  .margin50_pc {
    margin-top: 30px;
  }
  .comment-form .submit {
    background-color: #007784;
    padding: 0.7rem 5rem;
    display: flex;
    margin: auto;
  }
  .filter {
    position: absolute;
    left: -9999px;
  }
  .radios-boxes {
    display: flex;
  }
  .burger {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .radios {
    display: flex;
    filter: url('#gooeyness');
    flex-direction: column;
    overflow: hidden;
    position: relative;
  }
  .radio {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 50%;
    border: 16px solid #ddd;
    cursor: pointer;
    height: 60px;
    margin: 10px;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 800ms;
    width: 60px;
  }
  .radio.active {
    border-color: #ddd;
  }
  .ball {
    background: #ddd;
    border-radius: 50%;
    height: 34px;
    left: 23px;
    pointer-events: none;
    position: absolute;
    top: 23px;
    transform: translateY(-80px);
    transition: transform 800ms;
    width: 34px;
  }
  .ball.pos0 {
    transform: translateY(0px);
  }
  .ball.pos1 {
    transform: translateY(80px);
  }
  .ball.pos2 {
    transform: translateY(160px);
  }
  .ball.pos3 {
    transform: translateY(240px);
  }
  .labels {
    margin-left: 5px;
  }
  .label {
    color: #ddd;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 19px;
    line-height: 37px;
    -webkit-tap-highlight-color: transparent;
    transition: color 800ms;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    margin-bottom: 20px;
    margin-top: -21px;
    line-height: 25px;
  }
  .label.active {
    color: #000;
  }
  .c-button {
    font-weight: 550;
    font-size: 19px;
    text-decoration: none;
    padding: 0.5em 0.1em;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    width: 230px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-button--gooey {
    color: #007784;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 3px solid #007784;
    border-radius: 0;
    position: relative;
    transition: all 700ms ease;
    background-color: #fff;
  }
  .c-button--gooey .c-button__blobs {
    height: 100%;
    filter: url(#goo);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -3px;
    right: -1px;
    z-index: -1;
  }
  .c-button--gooey .c-button__blobs div {
    background-color: #007784;
    width: 34%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    transform: scale(1.4) translateY(125%) translateZ(0);
    transition: all 700ms ease;
  }
  .c-button--gooey .c-button__blobs div:nth-child(1) {
    left: -5%;
  }
  .c-button--gooey .c-button__blobs div:nth-child(2) {
    left: 30%;
    transition-delay: 60ms;
  }
  .c-button--gooey .c-button__blobs div:nth-child(3) {
    left: 66%;
    transition-delay: 25ms;
  }
  .c-button--gooey:hover {
    color: #fff;
  }
  .c-button--gooey:hover .c-button__blobs div {
    transform: scale(1.4) translateY(0) translateZ(0);
  }
  .accordion {
    margin: 0 auto;
  }
  .accordion__item_2 {
    border: 1px solid #ddd;
    margin-top: 10px;
  }
  .accordion__item {
    cursor: pointer;
  }
  .accordion__title {
    position: relative;
    padding: 30px 60px 30px 20px;
    font-size: 19px;
    cursor: pointer;
    z-index: 0;
    font-weight: bold;
  }
  /* (+)アイコン */
  .accordion__title::before, .accordion__title::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-color: #007784;
    width: 20px;
    height: 2px;
    transition: all 0.3s;
    border-radius: 2px;
  }
  .accordion__title::after {
    transform: rotate(90deg);
  }
  .accordion__content {
    padding: 0px 30px 15px 20px;
    display: none;
    cursor: pointer;
  }
  .accordion__content.is-open {
    display: block;
  }
  .accordion__item.is-active .accordion__title::before {
    transform: rotate(180deg);
  }
  .accordion__item.is-active .accordion__title::after {
    transform: rotate(180deg);
    opacity: 0;
  }
  .c-postContent dt {
    font-weight: 550;
  }
  .next_button {
    max-width: 100%;
    background: #007784;
    width: auto;
    min-width: 320px;
    color: #FFFFFF;
    border: none;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    padding: 9px 0;
    position: relative;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
  }
  .next_button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #006570;
    z-index: -1;
    transition: .5s;
  }
  .next_button:hover:before {
    width: 100%;
  }
  .button_icon_right {
    position: absolute;
    top: 50%;
    right: 20px;
    /*右からの距離*/
    width: 13px;
    /*アイコンの横幅指定*/
    transform: translateY(-50%);
    /*この指定で上下中央に*/
  }
  .return_button {
    max-width: 100%;
    background: #ddd;
    width: auto;
    min-width: 320px;
    color: #000;
    border: none;
    display: inline-flex;
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
    padding: 9px 0;
    position: relative;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    transition: color 0.5s ease;
  }
  .return_button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    display: block;
    background: #D4D4D4;
    z-index: -1;
    transition: .5s;
  }
  .return_button:hover:after {
    width: 100%;
    right: 100;
  }
  .button_icon_left {
    position: absolute;
    top: 50%;
    left: 20px;
    /*右からの距離*/
    width: 13px;
    /*アイコンの横幅指定*/
    transform: translateY(-50%);
    /*この指定で上下中央に*/
  }
  .transparent {
    display: none;
  }
  .c-fixBtn {
    background: #fff;
    border-radius: 100px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    color: #006570;
    height: 62px;
    width: 62px;
    opacity: 10;
  }
  .img_center_2 {
    display: block;
    margin: auto;
  }
  .width_55 {
    width: 55px;
  }
  .title_h5 {
    margin-top: 0px;
    height: 24px;
  }
  .grid_container_h5 {
    display: grid;
    grid-template-columns: 2% 0% 95%;
  }
  .padding_top_1 {
    padding-top: 1px;
  }
  .asterisk {
    font-size: 14px;
    color: #808080;
  }
  p.asterisk {
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 0.8em;
    margin: 3px 0px;
  }
  .asterisk::before {
    color: #808080;
    content: "※ ";
    font-size: 14px;
  }
  .p-authorBox__avatar .avatar {
    border-radius: 0%;
  }
  .p-topArea.-noimg {
    background: #fff;
  }
  .c-pageTitle__main {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
  }
  .gray_box {
    background-color: #f7f7f7;
    padding: 20px;
  }
  .modal-open, .modal-open_3, .modal-open_4, .modal-open_5, .modal-open_6, .modal-open_7, .modal-open_8, .modal-open_9, .modal-open_10, .modal-open_11, .modal-open_12 {
    font-weight: bold;
    color: #007784;
    cursor: pointer;
  }
  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container_2, .modal-container_3, .modal-container_4, .modal-container_5, .modal-container_6, .modal-container_7, .modal-container_8, .modal-container_9, .modal-container_10, .modal-container_11, .modal-container_12 {
    position: fixed;
	margin-top: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 0px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
  }
  /*モーダル本体の擬似要素の指定*/
  .modal-container_2:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_3:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_5:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_6:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_7:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_8:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_9:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_10:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_11:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  .modal-container_12:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container_2.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_3.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_4.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_5.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_6.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_7.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_8.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_9.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_10.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_11.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  .modal-container_12.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  /*モーダル枠の指定*/
  .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
  }
  /*モーダルを閉じるボタンの指定*/
  .modal-close, .modal-close_3, .modal-close_4, .modal-close_5, .modal-close_6, .modal-close_7, .modal-close_8, .modal-close_9, .modal-close_10, .modal-close_11, .modal-close_12 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 500px;
    height: 200px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
  }
  /*モーダル内のコンテンツの指定*/
  .modal-content {
    background: #fff;
    text-align: left;
    padding: 15px;
	margin-top: -500px;
    margin-left: 250px;
    margin-right: 250px;
  }
  #modal_icon {
    position: relative;
    top: 3px;
    left: 3px;
    z-index: -1;
  }
  #link_icon {
    position: relative;
    top: 9px;
    left: -10px;
  }
  .gray_list li {
    color: #ddd;
  }
  .gray_list span {
    color: #000;
  }
  .slick-num .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #007784;
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway"!important;
    margin-top: -5px;
  }
  .nowcnt, .nowcnt_2, .nowcnt_2_2, .nowcnt_3, .nowcnt_3_2, .allcnt {
    font-family: "Raleway"!important;
  }
  .slick-num_2 .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #007784;
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway"!important;
    margin-top: 0px;
  }
  .slick-num_2_2 .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #007784;
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway"!important;
    margin-top: 26px;
  }
  .slick-num_3 .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #007784;
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway"!important;
    margin-top: 11px;
  }
  .slick-num_3_2 .inner {
    display: inline-block;
    padding: 10px 15px;
    color: #007784;
    font-weight: bold;
    font-size: 26px;
    font-family: "Raleway"!important;
    margin-top: 31px;
  }
  .slick-arrow:before {
    content: ""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
  }
.slick-prev:before {
background-image: url(/wp-content/uploads/2023/02/arrows_circle_right.svg)!important;
background-size: contain!important;
  }
.slick-next:before {
background-image: url(/wp-content/uploads/2023/02/arrows_circle_left.svg)!important;
background-size: contain!important;
  }
  .slick-arrow {
    z-index: 2!important;
    width: 60px!important;
    height: 60px!important;
  }
  .slick-next {
    right: -30px!important;
  }
  .slick-prev {
    left: -30px!important;
  }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1!important;
  }
  .slick-prev:before, .slick-next:before {
    opacity: 1!important;
  }
  .slick-num, .slick-num_2, .slick-num_2_2, .slick-num_3, .slick-num_3_2 {
    text-align: center;
  }
  .slick-slide {
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 330px;
  }
  .slick-track {
    display: flex!important;
  }
  .slick-slide {
    height: auto !important;
    padding: 20px;
    background-color: #f7f7f7;
  }
  .slick-slide:first-child {
    margin-right: 17px;
    margin-left: 0px;
    margin-bottom: 10px
  }
  .slick-slide:last-child {
    margin-right: 0px;
    margin-left: 17px;
    margin-bottom: 10px
  }
  .slick-slide:not(:first-of-type):not(:last-of-type) {
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 10px
  }
  .slick-box, .slick-box_2, .slick-box_2_2, .slick-box_3, .slick-box_3_2 {
    padding: 0px 130px;
  }
  .point_text {
    color: #007784;
    text-align: center;
    font-size: 10px;
    margin-bottom: -5px!important;
  }
  .point_number {
    color: #007784;
    text-align: center;
    font-size: 26px;
  }
  .slick_text {
    font-size: 18px;
    text-align: center;
    padding: 0px 20px;
  }
  .slick-next:before {
    margin: 151px 0px 0px -230px!important;
  }
  .slick-prev:before {
    margin: 151px 0px 0px 230px!important;
  }
  .slick_next_prev>.slick-prev:before {
    margin: 401px 0px 0px 400px!important;
  }
  postContent ul {
    padding-left: 0em!important;
  }
  .list_box {
    padding: 2em;
    /*内側余白*/
    position: relative;
    border: 5px solid #ddd;
    /* 線の太さ・種類・色 */
    z-index: 0;
  }
  .list_box:before {
    background-color: #007784;
    /* ワインポイントの色 */
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 5px;
    height: 5px;
    z-index: 1;
  }
  .none_pc {
    display: none;
  }
  .vertical_centered {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .padding_5 {
    padding: 5px!important;
  }
  .grid_container_2 {
    display: grid;
    grid-template-columns: 47% 6% 47%;
  }
  .grid_container_3 {
    display: grid;
    grid-template-columns: 48% 4% 48%;
    margin-bottom: 36px;
  }
  .grid_container_4 {
    display: grid;
    grid-template-columns: 30% 5% 30% 5% 30%;
  }
  .grid_container_5 {
    display: grid;
    grid-template-columns: 25% 5% 70%;
  }
  .box1_container_2 {
    padding: 2em;
    /*内側余白*/
    position: relative;
    border: 5px solid #ddd;
    /* 線の太さ・種類・色 */
    z-index: 0;
  }
  .box1_container_2:before {
    background-color: #007784;
    /* ワインポイントの色 */
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 5px;
    height: 5px;
    z-index: 1;
  }
  .box3_container_2 {
    padding: 2em;
    /*内側余白*/
    position: relative;
    border: 5px solid #ddd;
    /* 線の太さ・種類・色 */
    z-index: 0;
  }
  .box3_container_2:before {
    background-color: #007784;
    /* ワインポイントの色 */
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 5px;
    height: 5px;
    z-index: 1;
  }
  .img_margin_top_34 {
    margin-top: -34px;
  }
  .bold_text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }
  .modal-container.active_2 {
    opacity: 1;
    visibility: visible;
    padding-top: 100px;
  }
  .wrapper {
    display: grid;
    grid-template-columns: 8% 3% 89%;
    border: 3px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
  }
  .vertical {
    border-left: 2px solid #ddd;
    margin-left: 50%;
    margin-top: -30px;
    padding: 20px;
  }
  .c-postContent ul {
    padding-left: 0em;
  }
  .gray_list {
    padding-left: 20px!important;
  }
  .bold_text_2 {
    font-weight: bold;
    font-size: 18px;
  }
  ul {
    padding: var(--ark-list-padding, 0 0 0 0em)!important;
  }
  .anchor_link_b_1, .anchor_link_b_2, .anchor_link_b_3, .anchor_link_b_4, .anchor_link_b_5, .anchor_link_b_6, .anchor_link_b_7, .anchor_link_b_8, .anchor_link_b_9, .anchor_link_b_10, .anchor_link_b_11 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0px 10px 5px 5px;
    border-bottom: 2px solid #ddd;
    text-decoration: none!important;
  }
  .anchor_link_b_1:hover, .anchor_link_b_2:hover, .anchor_link_b_3:hover, .anchor_link_b_4:hover, .anchor_link_b_5:hover, .anchor_link_b_6:hover, .anchor_link_b_7:hover, .anchor_link_b_8:hover, .anchor_link_b_9:hover, .anchor_link_b_10:hover, .anchor_link_b_11:hover {
    color: #007784;
    border-bottom: 2px solid #007784;
  }
  anchor_link_b_1::before {
    background-image: url("/wp-content/uploads/2022/11/anchor_link_2.png");
  }
  .anchor_link_b {
    display: grid;
    grid-template-columns: 20% 80%
  }
  .more-btn {
    display: block;
    width: 100%;
    padding: 200px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient( top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 60%);
    background: -webkit-linear-gradient( top, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 60%);
    background: linear-gradient( to bottom, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  }
  .close-btn {
    display: none;
  }
  .slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
  }
  .slide-down {
    height: auto!important;
    overflow: visible!important;
  }
  .more-btn p {
    display: inline-block;
    color: #007784;
    cursor: pointer;
    background: #fff;
    padding: 5px 20px;
    width: 50%;
    border: 2px solid #007784;
    margin-bottom: 50px;
    font-weight: bold;
  }
  .table_wrap {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  .slide-items_2 {
    padding-bottom: 37px;
  }
  .slide-items_3 {
    padding-bottom: 50px;
  }
  .link_transition {
    font-weight: bold;
    text-decoration: none;
  }
  .up_down_left_right_center {
    text-align: center;
    height: 60px;
    line-height: 60px;
  }
  .box1_container_sitemap {
    display: flex;
    align-items: center;
  }
  .white_text {
    color: #fff;
  }
  .grid_img {
    width: 70px
  }
  /* --------------------------------------------
codoc paywall 背景色やボタン色を変更するサンプル
----------------------------------------------*/
  /* ペイウォール用スタイル */
  .codoc-more-title, .codoc-more-text, .codoc-more-image {
    color: #808080!important;
    font-size: 14px!important;
  }
  .codoc-more span strong {
    margin-left: 2px;
    font-size: 14px;
  }
  .codoc-entry .codoc-btn {
    background: #007784 !important;
    border-radius: 0 !important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 100!important;
    border: solid 1px #007784!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 400px!important;
  }
  .noentry {
    display: none;
  }
  .link-section {
    padding-left: 45px;
  }
  .modal-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 12px 140px;
  }
  .modal-footer{
    display: flex;
    justify-content: center;
  }
  /*スクロールバー非表示（Chrome・Safari）*/
  .modal-container::-webkit-scrollbar {
    display: none;
  }
  .codoc-entry .codoc-btn:hover {
    background: #006570 !important;
  }
  .codoc_customization_2 {
    margin-top: 100px!important;
  }
  .codoc-continue::after, .codoc-continue::before {
    background: #ddd !important;
    /* 「この続きを見るには」の左右のボダー色を指定 */
  }
  .codoc-continue {
    color: #ddd !important;
    /* 「この続きを見るには」のテキスト色を指定 */
    font-size: 18px!important;
    font-weight: bold!important;
    color: #000!important;
  }
  /* サブスクリプションのリスト用スタイル */
  .codoc-subscription-list .codoc-btn {
    background: #007784 !important;
    font-size: 18px!important;
    font-weight: 500!important;
    width: 400px!important;
  }
  .wp-block-codoc-codoc-block .codoc-subscription-list .codoc-btn:hover {
    background: #006570 !important;
    /* ボタンのホバー時の背景色を指定 */
  }
  .codoc-subscription-price {
    color: #007784 !important;
    /* 価格の文字色を指定 */
  }
  .codoc-subscription-articlelist a {
    color: #007784 !important;
    /* リンク色を指定 */
  }
  .codoc-subscription-articlelist a:before {
    border-left: 4px solid #fff !important;
    /* ボーダー色を指定 */
  }
  .codoc-subscription-list li {
    border-radius: 0 !important;
    /* 角丸を無くす */
  }
  /* サポートボタン用スタイル */
  .codoc-entry .codoc-support .codoc-btn {
    color: #fff !important;
    font-size: 18px!important;
    font-weight: 500!important;
    background: #007784 !important;
    height: 40px !important;
    width: 400px!important;
  }
  .codoc-entry .codoc-support .codoc-btn:hover {
    color: #fff !important;
    background: #006570 !important;
  }
  .codoc-support {
    background-color: #fff !important;
    border: solid 1px #ddd!important;
  }
  .codoc-support .codoc-support-title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px!important;
    font-weight: 100!important;
    color: #000!important;
  }
  .codoc-copyright {
    color: #808080!important;
  }
  .codoc-copyright-powered-by:before {
    background: #808080!important;
  }
  /* サポートモーダルウィンドウ ボタン用スタイル */
  .modal-container .codoc-btn-buy-bg {
    color: #fff !important;
    background: #007784 !important;
    border: none!important;
    border-radius: 0 !important;
  }
  .modal-container .codoc-btn-buy-bg:hover {
    background: #006570 !important;
    border: none !important;
  }
  .codoc-support-modal-price a {
    border: 1px solid #007784 !important;
    color: #007784 !important;
    border-radius: 0!important;
  }
  .codoc-support-modal-price a:hover {
    background: #fff !important;
    /* 金額指定ホバー時の背景色を指定 */
  }
  .modal-thx-price {}
  .codoc-support-modal-body, .codoc-support-modal-body-thx {
    width: 400px!important;
  }
  .dli-plus {
    display: inline-block;
    vertical-align: middle;
    color: #007784;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    top: 23px;
  }
  .dli-plus::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);
  .fa-add:before, .fa-plus:before {
    color: #007784;
  }
  .fabs {
    bottom: 0;
    position: fixed;
    margin: 1em;
    right: 0;
    width: 61px;
    margin-right: 41px;
    margin-bottom: 110px;
  }
  .fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin: 20px auto 0;
    box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
  }
  .fab>i {
    font-size: 28px;
    line-height: 60px;
    transition: all .2s ease-in-out;
    transition-delay: 2s;
  }
  .fab.Share {
    background: #D6E4FD;
  }
  .fab.red {
    background: #F44336;
  }
  .fab.pink {
    background: #E91E63;
  }
  .fab.purple {
    background: #9C27B0;
  }
  .fab.deep-purple {
    background: #673AB7;
  }
  .fab.indigo {
    background: #3F51B5;
  }
  .fab.blue {
    background: #2196F3;
  }
  .fab.light-blue {
    background: #03A9F4;
  }
  .fab.cyan {
    background: #00BCD4;
  }
  .fab.teal {
    background: #009688;
  }
  .fab.green {
    background: #4CAF50;
  }
  .fab.light-green {
    background: #8BC34A;
  }
  .fab.lime {
    background: #CDDC39;
  }
  .fab.yellow {
    background: #FFEB3B;
  }
  .fab.amber {
    background: #FFC107;
  }
  .fab.green {
    background: #00B900;
  }
  .fab.deep-green {
    background: #FF5722;
  }
  .fab.brown {
    background: #795548;
  }
  .fab.grey {
    background: #9E9E9E;
  }
  .fab.blue-grey {
    background: #607D8B;
  }
  .fab:active, .fab:focus, .fab:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  }
  .fab:not(:last-child) {
    width: 36px;
    height: 36px;
    margin: 20px auto 0;
    opacity: 0;
  }
  .fab:not(:last-child)>i {
    font-size: 18px;
    line-height: 40px;
    transition: all .3s ease-in-out;
  }
  .fabs:hover .fab:not(:last-child) {
    opacity: 1;
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
  }
  .fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    transition-delay: 25ms;
  }
  .fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms;
  }
  .fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms;
  }
  .fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms;
  }
  .fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
  }
  [tooltip]:before {
    font-family: 'Roboto';
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #808080;
    content: attr(tooltip);
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    padding: 5px 7px;
    margin-right: 10px;
    position: absolute;
    right: 100%;
    bottom: 5%;
    white-space: nowrap;
  }
  [tooltip]:hover:before, [tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
  }
  .fab {
    text-decoration: none!important;
  }
  @media screen and (max-width: 767px) {
    .return_button {
      display: flex;
      margin-bottom: 20px;
    }
    .next_button {
      display: flex;
      margin-bottom: 20px;
    }
    [data-btns=rr-rl] .l-header__body {
      grid-template-columns: 0% 80% auto var(--ark-searchW) var(--ark-drawerW);
    }
    .has-text>.c-headLogo {
      margin-top: 4px;
      font-size: 23px;
    }
    .grid_container, .grid_container_2, .grid_container_4, .flex {
      display: block;
    }
    .grid_container_3 {
      display: block;
      margin-bottom: -10px;
    }
    .grid_container_5 {
      display: grid;
      grid-template-columns: 20% 5% 75%;
    }
    .box1_container_2 {
      padding: 2em;
      position: relative;
      border: 5px solid #ddd;
      z-index: 0;
      margin-bottom: 20px;
    }
    .table_scroll {
      display: block;
      overflow-x: scroll;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    .table_scroll::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 5px;
    }
    /* スクロールできるツマミ部分 */
    .table_scroll::-webkit-scrollbar-thumb {
      background-color: #ddd;
      border-radius: 4px;
    }
    .img_max_width_sp {
      max-width: 100px;
      !important
    }
    .padding_top_50_sp {
      padding-top: 50px;
    }
    .grid_container_h5 {
      display: grid;
      grid-template-columns: 4% 0% 95%;
    }
    .margin-top_10_sp {
      margin-top: 25px;
    }
    .title_1:before, .title_1:after {
      width: 20px;
    }
    .anchor_link_a_1, .anchor_link_a_2, .anchor_link_a_3, .anchor_link_a_4, .anchor_link_a_5, .anchor_link_a_6, .anchor_link_a_7, .anchor_link_a_8, .anchor_link_a_9, .anchor_link_a_10, .anchor_link_a_11, .anchor_link_a_12, .anchor_link_a_13, .anchor_link_a_14, .anchor_link_a_15, .anchor_link_a_16, .anchor_link_a_17, .anchor_link_a_18, .anchor_link_a_19, .anchor_link_a_20, .anchor_link_a_21, .anchor_link_a_22, .anchor_link_a_23, .anchor_link_a_24, .anchor_link_a_25, .anchor_link_a_26, .anchor_link_a_27, .anchor_link_a_28, .anchor_link_a_29, .anchor_link_a_30, .anchor_link_a_31 {
      color: #000;
      font-size: 18px;
      padding: 20px 0px;
      border-bottom: 0px solid #ddd;
      text-decoration: none!important;
    }
    .anchor_link_1, .anchor_link_2, .anchor_link_3, .anchor_link_4, .anchor_link_5, .anchor_link_6, .anchor_link_7, .anchor_link_8, .anchor_link_9, .anchor_link_10, .anchor_link_11, .anchor_link_12, .anchor_link_13, .anchor_link_14, .anchor_link_15, .anchor_link_16, .anchor_link_17, .anchor_link_18, .anchor_link_19, .anchor_link_20, .anchor_link_21, .anchor_link_22, .anchor_link_23, .anchor_link_24, .anchor_link_25, .anchor_link_26, .anchor_link_27, .anchor_link_28, .anchor_link_29, .anchor_link_30, .anchor_link_31 {
      font-weight: bold;
      padding-bottom: 13px;
      margin-right: 30px;
      padding-right: 10px;
      border-bottom: 2px solid #ddd;
    }
    .anchor_link_1:hover, .anchor_link_2:hover, .anchor_link_3:hover, .anchor_link_4:hover, .anchor_link_5:hover, .anchor_link_6:hover, .anchor_link_7:hover, .anchor_link_8:hover, .anchor_link_9:hover, .anchor_link_10:hover, .anchor_link_11:hover, .anchor_link_12:hover, .anchor_link_13:hover, .anchor_link_14:hover, .anchor_link_15:hover, .anchor_link_16:hover, .anchor_link_17:hover, .anchor_link_18:hover, .anchor_link_19:hover, .anchor_link_20:hover, .anchor_link_21:hover, .anchor_link_22:hover, .anchor_link_23:hover, .anchor_link_24:hover, .anchor_link_25:hover, .anchor_link_26:hover, .anchor_link_27:hover, .anchor_link_28:hover, .anchor_link_29:hover, .anchor_link_30:hover {
      color: #007784;
      border-bottom: 2px solid #007784;
    }
    .anchor_link_a_1:hover, .anchor_link_a_2:hover, .anchor_link_a_3:hover, .anchor_link_a_4:hover, .anchor_link_a_5:hover, .anchor_link_a_6:hover, .anchor_link_a_7:hover, .anchor_link_a_8:hover, .anchor_link_a_9:hover, .anchor_link_a_10:hover, .anchor_link_a_11:hover, .anchor_link_a_12:hover, .anchor_link_a_13:hover, .anchor_link_a_14:hover, .anchor_link_a_15:hover, .anchor_link_a_16:hover, .anchor_link_a_17:hover, .anchor_link_a_18:hover, .anchor_link_a_19:hover, .anchor_link_a_20:hover, .anchor_link_a_21:hover, .anchor_link_a_22:hover, .anchor_link_a_23:hover, .anchor_link_a_24:hover, .anchor_link_a_25:hover, .anchor_link_a_26:hover, .anchor_link_a_27:hover, .anchor_link_a_28:hover, .anchor_link_a_29:hover, .anchor_link_a_30:hover {
      color: #007784;
      border-bottom: 0px solid #007784;
    }
    .margin50_pc {
      margin-top: -12px;
    }
    .margin-top_20_sp {
      margin-top: 20px;
    }
    .tab-label {
      color: #fff;
      cursor: pointer;
      flex: 1;
      font-weight: bold;
      order: -1;
      padding: 12px 5px;
      position: relative;
      text-align: center;
      transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
      user-select: none;
      white-space: nowrap;
      border-bottom: none;
      border-radius: 5px 5px 0px 0px;
      font-size: 16px;
      background-color: #007784;
    }
    .tab-label_sitemap {
      color: #fff;
      cursor: pointer;
      flex: 1;
      font-weight: bold;
      order: -1;
      padding: 12px 5px;
      position: relative;
      text-align: center;
      transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
      user-select: none;
      white-space: nowrap;
      border-bottom: none;
      border-radius: 5px 5px 0px 0px;
      font-size: 14px;
      background-color: #007784;
    }
    .tab-content_sitemap {
      padding: 0 5px;
    }
    .table_1 {
      border: none;
    }
    .table_1 td {
      display: block;
      width: 100%;
      padding: 10px;
      font-size: 15px;
    }
    .table_1 th {
      display: none;
    }
    .table_2_border, .table_2_border_sp {
      border-bottom: #dddddd solid 2px!important;
    }
    .radios-boxes_2_sp {
      display: grid;
      grid-template-columns: 20% 80%
    }
    .none_sp {
      display: none;
    }
    .label_sp_font {
      font-size: 15px;
    }
    .label {
      color: #ddd;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 37px;
      -webkit-tap-highlight-color: transparent;
      transition: color 800ms;
      flex-direction: column;
      justify-content: center;
      height: 60px;
      margin-bottom: -8px;
      margin-left: -20px;
      line-height: 25px;
    }
    .fontsize_sp {
      font-size: 13px;
    }
    .none_pc {
      display: block;
    }
    .slick-next:before {
      margin: 165px 0px 0px -60px!important;
    }
    .slick-prev:before {
      margin: 165px 0px 0px 60px!important;
    }
    .slick-slide {
      width: 250px
    }
    .slick-box, .slick-box_2, .slick-box_2_2, .slick-box_3, .slick-box_3_2 {
      padding: 0px 0px;
    }
    .slick-slide:first-child {
      margin-right: 7px;
      margin-left: 0px;
      margin-bottom: 10px
    }
    .slick-slide:last-child {
      margin-right: 0px;
      margin-left: 7px;
      margin-bottom: 10px
    }
    .slick-slide:not(:first-of-type):not(:last-of-type) {
      margin-right: 7px;
      margin-left: 7px;
      margin-bottom: 10px
    }
    .slick-num_2_2 .inner {
      margin-top: 40px;
    }
    .slick-num .inner {
      margin-top: 9px;
    }
    .slick-num_3 .inner {
      margin-top: 25px;
    }
    .slick-num_3_2 .inner {
      margin-top: 33px;
    }
    .wrapper {
      display: block;
      border: 3px solid #ddd;
      padding: 15px 20px 20px 20px;
      margin-bottom: 30px;
    }
    .bold_text_2 {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
    }
    .img_center_3 {
      display: block;
      margin: auto;
    }
    .more-btn p {
      display: inline-block;
      color: #007784;
      cursor: pointer;
      background: #fff;
      padding: 5px 20px;
      width: 80%;
      border: 2px solid #007784;
      margin-bottom: 50px;
      font-weight: bold;
      margin-left: -30px;
    }
    .slide-items_2 {
      padding-bottom: 15px;
    }
    .slide-items_3 {
      padding-bottom: 15px;
    }
    .slick-num_2 .inner {
      margin-top: 18px;
    }
    .white_text {
      display: none;
    }
    .box1_container_4 {
      padding: 2em;
      /*内側余白*/
      position: relative;
      border: 5px solid #ddd;
      /* 線の太さ・種類・色 */
      z-index: 0;
      margin-bottom: 20px;
    }
    .box1_container_4:before {
      background-color: #007784;
      /* ワインポイントの色 */
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      left: -5px;
      width: 5px;
      height: 5px;
      z-index: 1;
    }
    .box3_container_4 {
      padding: 2em;
      /*内側余白*/
      position: relative;
      border: 5px solid #ddd;
      /* 線の太さ・種類・色 */
      z-index: 0;
      margin-bottom: 20px;
    }
    .box3_container_4:before {
      background-color: #007784;
      /* ワインポイントの色 */
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      left: -5px;
      width: 5px;
      height: 5px;
      z-index: 1;
    }
    .box5_container_4 {
      padding: 2em;
      /*内側余白*/
      position: relative;
      border: 5px solid #ddd;
      /* 線の太さ・種類・色 */
      z-index: 0;
    }
    .box5_container_4:before {
      background-color: #007784;
      /* ワインポイントの色 */
      content: '';
      display: block;
      position: absolute;
      top: -5px;
      left: -5px;
      width: 5px;
      height: 5px;
      z-index: 1;
      margin-bottom: 20px;
    }
    .fabs {
      margin-right: 11px;
    }
    .modal-container {
      margin-top: 50px!important;
      width: 320px;
    }
    .slick_text {
      font-size: 15px;
      padding: 0px 10px;
    }
    .codoc-entry .codoc-btn {
      width: 330px!important;
    }
    .codoc-subscription-list .codoc-btn {
      width: 250px!important;
    }
    .codoc-entry .codoc-support .codoc-btn {
      width: 250px!important;
    }
    .codoc-support-modal-body, .codoc-support-modal-body-thx {
      width: 270px!important;
    }
    .modal-close, .modal-close_3, .modal-close_4, .modal-close_5 {
      top: -40px;
      right: -10px;
    }
    .img_pc_550 {
      width: auto;
    }
    .font_size_10_sp {
      font-size: 10px;
    }
    .radios {
      display: flex!important;
      filter: url('#gooeyness')!important;
      flex-direction: column!important;
      overflow: hidden!important;
      position: relative!important;
      transform: scale(0.8, 0.8);
      resize: none;
    }
    .radios-boxes {
      resize: none;
    }