@charset "utf-8";
/*
Theme Name: LIQUID MAGAZINE Child
Theme URI: https://lqd.jp/wp/
Template: liquid-magazine
Description: LIQUID PRESS THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-header, custom-menu, featured-images, threaded-comments, translation-ready
Version: 0.9.5.8
*/

/* ------------------------------------
// common
------------------------------------ */
body {
 /*   color: #333;*/
    color: #3c2c1c;
    font-size: 17px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック",Helvetica,Sans-Serif;
    line-height: 1.5;
}
.wrapper {
    overflow: hidden;
}
p {
    margin-bottom:0;
}
a {
    color: #3c2c1c;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color:#3c2c1c;
    text-decoration: none;
}
a:visited {
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
.none {
    display: none;
}
/*
[class*='col-'] {
    overflow: hidden;
}
*/
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em 1em;
    border-top: 2px solid #333;
    border-bottom: 2px solid #f5f5f5;
    font-size: 10px;
}
.breadcrumb>li+li:before {
    color: #ddd;
    content: ">";
}
.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.navbar .container {
    padding-left: 0;
}
.navbar-nav a {
    font-size: small;
    display: block;
    padding: .5rem 1rem;
}
.navbar li {
    border-bottom: 1px solid transparent;
    list-style: none;
}
.nav>.menu-item-has-children>ul, .nav>.page_item_has_children>ul {
    display: none;
}
.open ul {
    display: block !important;
}
.dropdown-menu {
    margin: 0;
}
.logo {
    font-size: x-large;
    font-family: Helvetica, sans-serif;
}
.logo img {
    width: auto !important;
    height: 60px !important;
    max-width: initial !important;
}
.logo_text {
    font-size: x-small;
    text-align: right;
}
.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
.navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    font-weight: bold;
}
blockquote {
    border-left: 2px solid #f5f5f5;
    padding-left: 1em;
}
blockquote:before {
    content: "\e977";
    color: #333;
    font-size: large;
}
.screen-reader-text {
    display: none;
}
/*
thead th, thead td,
tr:nth-child(even) th, tr:nth-child(even) td {
	background: rgba(119, 119, 119, 0.1);
}
*/
/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggle */
.navbar-toggle {
  position: absolute;
  top: -3rem;
  right: .5rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 47.9em) {
  .navbar-toggle {
    display: none;
  }
}

/* Animated “x” icon */
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: #555 !important;
  width: 22px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -o-transform: rotate(45deg);
  -o-transform-origin: 10% 10%;
  -ms-transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -o-transform: rotate(-45deg);
  -o-transform-origin: 10% 90%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
}

/* carousel */
.carousel-item img {
    width: 100%;
    position: relative;
}
.carousel-control.left,
.carousel-control.right {
    background-image: initial;
    background: transparent;
    filter: initial;
}
.carousel-control .icon-arrow-left2,
.carousel-control .icon-arrow-right2 {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -1em;
}
.carousel-control .icon-prev,
.carousel-control .icon-arrow-left2 {
  left: 50%;
  margin-left: -1em;
}
.carousel-control .icon-next,
.carousel-control .icon-arrow-right2 {
  right: 50%;
  margin-right: -1em;
}
.carousel-indicators {
   bottom: -3rem;
}
.carousel-indicators li {
    background-color: #ccc;
    border: 0 none;
}
.carousel-indicators .active {
    background-color: #333;
}
.carousel-indicators li {
    margin: 0 .2em !important;
}
/* /carousel */

.form-control, .btn {
    border-radius: 0;
}

/* ------------------------------------
// main
------------------------------------ */
.headline {
    padding: 1rem 0;
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
}
.headline .ttl, .headline .subttl {
    vertical-align: top;
    font-size: x-small;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.cover {
    margin-bottom: 3rem;
}
.hero {
    background-color: #eee;
    height: 100px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.hero_img {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    text-align: center;
    line-height: 100px;
    font-size: medium;
    opacity: 0.7;
}
.main {
    background-color: #333;
    text-align: center;
    padding: .5em 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
}
.main h3 {
    margin-bottom: 0;
    font-size: medium;
}
.main h3 a {
    color: #fff;
    display: block;
}
.mainpost {
    margin-top: 2rem;
}

.list .post_links {
    display: block;
    margin-bottom: 1rem;
    border: 1px solid #f5f5f5;
    position: relative;
}
.list .post_links .list-block {
    display: table;
}
.list .post_links .post_thumb,
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}
.list .post_links .post_thumb {
    background-color: rgba(119, 119, 119, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}
.list .post_links .post_thumb span {
    width: 150px;
    height: 100px;
    display: block;
}
.list .post_links .post_thumb:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .list-text {
    padding: .5rem;
}
.list .post_ttl {
    font-size: large;
    line-height: 1.2em;
}

.list_big .post_links .list-block {
    display: block;
}
.list_big .post_links .post_thumb,
.list_big .post_links .list-text {
    display: block;
}
.list_big .post_links .post_thumb span {
    width: 100%;
    height: 237px;
}
.list_big .post_ttl {
    line-height: 1.2em;
    height: 2.2em;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: ellipsis;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
}

.post_meta {
    margin-bottom: 1rem;
}
.post_time, .post_cat {
    font-size: small;
    color: #777;
    margin-right: .5em;
}
.post_body {
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.post_body h1, .post_body h2 {
    font-weight: bold;
/*    border-bottom: 2px solid #f5f5f5;*/
/*    margin-bottom: 2rem;*/
}
.post_body h1 > span, .post_body h2 > span {
/*    border-bottom: 2px solid #333;*/
    display: inline-block;
    padding: 1rem 0;
/*    margin-bottom: -2px;*/
}
.post_body h3 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: large;
}
.post_body hr {
    clear: both;
}
.post_body a {
    text-decoration: underline;
}
.post_views {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2rem .5rem;
    background: #333;
    color: #fff;
    font-size: small;
}

.cat_info {
    margin-bottom: 1rem;
    color: #777;
}
.cat_info img {
    width: 100%;
}

.ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}

ul.post-categories, .widget ul, ul.page-numbers {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers {
    display:table;
    margin-left:auto;
    margin-right:auto;
}
ul.page-numbers li {
/*    display: inline-block;*/
    display:table-cell;
}

.sidebar {
    background-color: rgba(119, 119, 119, 0.1);
    padding-top: 1rem;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
}
.widget {
    margin-bottom: 2rem;
}
.widget .ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}
.ttl span {
    display: inline-block;
    padding: .5em 0;
    border-bottom: 2px solid #333;
}
.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid #ccc;
    margin-left: 1rem;
}
.widget ul li a {
    padding: .5rem;
    display: inline-block;
}
.widget_nav_menu .hidden-sm-down {
    display: block !important;
}
.sidebar .newpost a {
    display: table;
    width: 100%;
}
.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.sidebar .newpost a .post_thumb span {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
}
.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}
.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a, ul.tag a, .pager li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 .5rem .5rem 0;
}
ul.post-categories a:hover, ul.tag a:hover, .page-numbers a:hover, .widget a:hover, .formbox a:hover {
    /*background: rgba(119, 119, 119, 0.1);*/
    background-color: #887766;
    color:#fff;
}

.authorbox {
    border: 2px solid #f5f5f5;
    padding: 1em;
}
.authorbox a {
    text-decoration: underline;
}
.share, .authorbox {
    margin-bottom: 1rem;
}
.widget .authorbox {
    padding: 0;
    border: 0 none;
}
.widget .authorbox .fn {
    margin: .5rem 0;
    text-align: center;
    font-weight: bold;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
}
.share a:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F;
}
.share_twitter {
    background: #45B0E3;
}
.share_google {
    background: #DB4437;
}
.share_hatena {
    background: #00A4DE;
}
.share_pocket {
    background: #D3505A;
}
.share_line {
    background: #00C300;
}

.icon{
    color:white;
}
.sns {
    font-size: large;
    display: block;
    background: #3c2c1c;
    color: #fff;
    line-height: 1em;
    padding:14px 0 10px 0;
}
.sns a{
    margin-left:10px;
    margin-right:10px;
}
.follow {
    margin-bottom: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.follow_wrap {
    display: table;
}
.follow_img, .follow_sns {
    display: table-cell;
    vertical-align: middle;
}
.follow .share {
    margin: 0;
}
.follow .share a {
    color: inherit !important;
    font-size: 1.5em;
    margin: 0;
    padding: .5em 1em;
    background-color: transparent;
}
.formbox a {
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    border: 2px solid #333;
}

.detail {
    padding-top:0;
}
.ttl_h1 {
    margin-bottom: 1rem;
}

.archive .ttl_h1, .search .ttl_h1 {
/*    
    border-bottom: 2px solid #333;
    text-align:center;
    font-size:16px;
    display:block;
    line-height:24px;
    margin:0;
    padding:0;
*/
    font-weight: normal;
    overflow: hidden;

    font-size: 30px;
    line-height: 36px;
    padding: 28px 0 16px 0;
    margin: 0 auto 16px auto;
/*    min-width: 320px;*/
    text-align:center;
}
.archive .ttl_h1:after{
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
    margin: 12px auto 0 auto;
}
.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.pager li>a, .pager li>span {
    border-radius: 0;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a, span.current {
/*
    display: inline-block;
    background: #fff;
    border: solid 1px #f5f5f5;
    padding: .5em 8px;
    margin: 2px;
    text-decoration: none;
*/
    min-width:36px;

    position: relative;
    float:left;
/*    padding:6px 12px;*/
    padding:0 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #887766;
    background-color: #ffffff;
    border: 1px solid #dddddd;
/*    margin-left: -1px;*/

    display: block;
/*    line-height:1.45;*/
    line-height:35px;
/*    line-height: 36px;*/
}
span.current {
/*    background: rgba(119, 119, 119, 0.1);*/
    background-color: #3c2c1c;
    color:#FFF;
}

.pagetop a {
    width:36px;
    height:36px;
    background-color: rgba(60, 44, 28, 0.9);
    background-position:center center;

    color:#fff;
    font-size:10px;
    display: none;
    text-align: center;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    background-image:url('./img/arrow-pagetop.png');
    background-repeat: no-repeat;
    border-radius:50%;
    z-index: 999;
    text-indent:-999em;
}
footer {
    background: rgba(119, 119, 119, 0.1);
    padding:0;
}
.copy {
    padding: 2em;
    text-align: center;
    font-size: small;
}

.eg {
    background: rgba(119, 119, 119, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}
.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid #ddd;
}


/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}
.attachment-post-thumbnail, .ttl_h1 + img {
    margin-bottom: 1em;
}
.attachment-post-thumbnail {
    width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}
.sticky .list-title {
    font-weight: bold;
}
.bypostauthor {
    font-weight: bold;
}
.form-allowed-tags {
    font-size: small;
}

.searchform_nav {
    margin-top: 1rem;
}
.searchform {
    position: relative;
}
.searchform .search-text {
    border-color: transparent transparent #ddd transparent;
}
.searchform .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    color: #333;
    border: 0 none;
}
.searchform * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ------------------------------------
// cse-search
------------------------------------ */
#cse-search-box input[name="q"] {
    width: 74%;
}


/* ------------------------------------
// popularposts
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
    position: relative;
}
.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .post-stats {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 90px;
    background: #333;
    color: #fff;
    text-indent: .5em;
}
.popular-posts .wpp-list li .post-stats a {
    padding: 0;
    display: inline;
    color: #fff;
}
.wpp-no-data {
    text-align: center;
    opacity: 0.5;
}


/* ------------------------------------
// @media
------------------------------------ */
@media (max-width: 74.9em) {
    .list_big .post_links .post_thumb span {
        height: 193px;
    }
}
@media (max-width: 61.9em) {
    .list_big .post_links .post_thumb span {
        height: 140px;
    }
    .follow .share a {
        font-size: 1em;
    }
}
/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em) {
    .logo_text {
        text-align: left;
    }
}
/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em) {
    .list .post_links {
        margin-bottom: .5rem;
    }
    .list .list-text {
        padding: 0 0 0 .5rem;
    }
    .list .post_time, .list .post_cat {
        font-size: x-small;
    }
    .list .post_ttl {
        font-size: small;
    }
    .list .post_links .post_thumb {
        background-size: 170% auto;
        -webkit-background-size: 170% auto;
        -moz-background-size: 170% auto;
        -o-background-size: 170% auto;
        -ms-background-size: 170% auto;
    }
    .list .post_links .post_thumb span {
        width: 80px;
        height: 80px;
    }
    .list_big .post_links .post_thumb span {
        width: 100%;
        height: 120px;
    }
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .headline .logo_text {
        width: 88%;
    }
    .navbar .menu-item {
        float: none;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid #f5f5f5;
        padding: .5rem 0;
    }
    .navbar .container {
        padding-left: .9375rem;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .main h3 {
        font-size: large;
    }
    .breadcrumb {
        font-size: 10px;
        padding: 5px 10px;
        margin-bottom: 20px;
        border:0;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    .col-xs-min-gutter {
        padding: 0 .1rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    .logo_text {
        text-align: left;
    }
    .hero, .hero_img {
        height: 60px;
        line-height: 60px;
    }
}


.post_body .kiji {}
.post_body .kiji h2 {
	text-align:left;
	background:none;
	border-bottom:none;
	margin-bottom:10px;
}
.post_body .kiji span {
	border-bottom:none !important;
	display:inline !important;
	padding:0 !important;
	margin-bottom:0 !important;
}
.square_btn {
	width:80%;
	margin:0 auto;
	margin-top:30px;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #f7f7f7;
	border: solid 2px #ff7c5c;
	border-radius:5px;
	font-size:18px !important;
	color: #ff7c5c;
	font-weight: bold;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	text-decoration:none !important;
}
.square_btn:active {
	box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
	transform: translateY(2px);
}


/*-------------------------------------------
*
* Apoo(20190912) ここから一番下まで.
*
---------------------------------------------*/
header .contact-btn {
	width : 238px;
	position: absolute;
	top: 6px;
	right: 0;
}

header .contact-btn-link {
	display : flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background-color: #c7b5a3;
	box-shadow: 0px 3px 0 #887766;
    padding : 3px 8px 0 8px;
    width:124px;
    height:33px;
    transition: 0.2s all ease 0s;
	letter-spacing: 1.2px;
    text-decoration : none;
    color:#3c2c1c;
    margin:0 0 0 auto;
}

header .contact-btn-link:hover{
	box-shadow: none;
	text-decoration: none;
	transform: translate3d(0, 3px, 0);
	opacity: 1!important;
}

header .contact-btn i {
	padding-right: 0;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
	height: 1.2em;
}

header .contact-btn-text {
	color: #3c2c1c;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

header .contact-btn i {
    visibility:visible;
}
@media (min-width: 641px) {
    .pagetop a {
        width:70px;
        height:70px;
        padding:38px 0 0 0;
        background-position:center 15px;
        background-color:#3c2c1c;
        text-indent:0em;
        line-height:1.6;
        text-align:center;
    }
}
@media (min-width: 769px) {
	header.fixed {
/*        height: 128px;*/

        padding: 8px 0 0 0;
        height: 85px;
        margin-top: 0;
        top: 0;
        position: fixed;
        background: rgba(255,250,240,0.9);
        transition: top 0.5s ease-out;
        -webkit-transition: top 0.5s ease-out;
        -moz-transition: top 0.5s ease-out;

    }
	header.fixed .subnav-sp_menu2 li:last-of-type .pc-line-btn{
        bottom:-6px;
    }
	header .hd-main {
		height: 120px;
	}

	header.fixed nav {
		top: 74px;
	}
    header .contact-btn-link {
        width:230px;
        height:57px;
        position: absolute;
        right: 3px;
        top: 0;
    
        font-size: 18px;
        letter-spacing: 6px;
    }
    .sns {
        background-color:#fcf9f3;
        position:absolute;
        bottom:-15px;
        right:0;
    }
    .sns a{
        font-size:24px;
        margin-left:0;
        margin-right:0;
    }
   
    .archive .ttl_h1, .search .ttl_h1{
        width: 1000px;

        font-size: 44px;
        line-height: 48px;
        padding: 32px 0 24px 0;
        margin: 0 auto 32px auto;        
/*
        font-size: 24px;
        line-height: 36px;
*/
    }
}
@media (min-width: 1000px){
    .sns {
        right:calc(100% - 1000px + 50px);
    }
}
@media (max-width: 769px){
	header .contact-btn {
		top: 20px;
		right: 64px;
	}

	header .contact-btn-text {
		font-size: 13px;
	}
	header .contact-btn i {
        font-size: 24px;
        padding-right:3px;
	}

}


@media (max-width: 560px){
	/* #public-header {
		height: 200px;
	}

	#subnav-sp {
		top: 160px;
	} */

	header .contact-btn {
		width: 37%;
		right: 60px;
	}
}
/**************************************************************************************/
/* Rishun Trading start */
/**************************************************************************************/
:root{
	--main-color:	#85D8E0;	/* rgb(133,216,224) */
	--sub-color:	#61CCD4;	/* rgb(97,204,212) */
	--sub-color2:	#44BDC6;	/* rgb(68,189,198) */
	--bk-color:		#7fdae0;	/* rgb(127, 218, 224) */
	--bk-color2:	#bfab8d;	/* rgb(191, 171, 141) */
	--bk-color3:	#dd6f9f;	/* rgb(221, 111, 159) */
	--bk-color4:	#f7f5f2;	/*rgb(247, 245, 242); */
	--bk-color5:	#f6f4eb;
	--bk-color6:	#e5e2da;
	--bk-color7:	#fefefd;
	--bk-color8:	#f6feff;
	--word-color:	#3c2c1c;	/* rgb(113, 79, 45) */
	--word-color2:	#664b3a;	/* rgb(102, 75, 58) */
	--word-color3:	#8E6F40;	/* rgb(142, 111, 64) */
	--word-color4:	#080807;	/* rgb(139, 88, 44); */
	--word-color5:	#b37037;	/* rgb(179, 112, 55); */
    --word-color6:	#52271c;	/* rgb(179, 112, 55); */
    --refer-color1:  #3c2c1c;
    --refer-color2:  #0089f6;
    --refer-color3:  #dd1111;
    --headline-color1:#ff0000;	/* rgb(255, 0, 0);	*/
	--headline-color2:#0000ff;	/* rgb(255, 0, 0);	*/
	--border-color1:rgba(255,136,255);
	--border-color2:#ede8db;
	--border-color3:#cabb8c;
	--border-color4:#e6e3db;
    --bt-color1:		#c4b482;
    --price-color:#3c2c1c;
    --price-tbl-border:#E2D7C8;
    --price-tbl-bk:#FFFBF2;
    --bk-color21:    #b3d4fc;
    --bk-color22:   #e2f1fb;
    --bk-color23:    #3c2c1c;
    --bk-color24:   #fcf9ee;
    --word-color21: #777777;
    --border-color21:#555;
    --bk-feechatlady:#FFF3F9;
}
.interview{
/*    padding-bottom:24px;*/
}
.interview>ul{
    display:flex;
    flex-flow:row wrap;
}
.interview .interview_list dl dt h4 {
    margin-top: 10px;
    margin-bottom:10px;
}
@media (min-width: 769px){
    .interview .interview_list dl dt h4 {
        margin-top: 15px;
        font-size: 15px;
        text-align: left;
        border: none;
    }
}
/**************************************************/
/* Menu                                           */
/**************************************************/
/*
background-color: #b3d4fc;
*/
header{
    width: 100%;
    background: #fcf9f3;
}
.toggleMenu>ul>li{
    background: rgba(240, 235, 230, 0.9);
}
#subnav-sp2{
    width:815px;
    position:absolute;
/*    top:73px;*/
    top:70px;
    right:0;
    z-index:100 !important;
    visibility:hidden;
}
.subnav-sp_menu{
    margin:0;
    border:0;
    padding:0;
    width:100%;
    list-style-type: none;
    display:flex;
    flex-flow:row nowrap;
    height:40px;
}
.subnav-sp_menu li{
    margin:0;
    border:0;
    padding:0;
    width:calc(100% / 5);
    display:inline-block;
}
.subnav-sp_menu li:last-of-type{
    width:calc(100% / 5 * 2);
}
.subnav-sp_menu .sp-line-btn{
    display:flex;
    width:100%;
    height:100%;
    justify-content:center;
}
.subnav-sp_menu .sp-line-btn img{
    width:100%;
    height:40px;
    object-fit:contain;
    object-position:center center;
}
.subnav-sp_menu li a {
    display: table;
    width: 100%;
    height: 100%;
    border-bottom: none !important;
}
/* 769px 以上 Menu*/
.subnav-sp_menu2>li a.btn-signin {
    width: 110px;
    margin: 0 5px 0 0;
    height:30px;
    line-height:30px;
}
.subnav-sp_menu2>li a.btn-signin:hover {
    opacity:1;
}
.subnav-sp_menu2>li a.btn-register{
    width: 110px;
    height:30px;
    line-height:30px;
}
.subnav-sp_menu2>li a.btn-register:hover{
    opacity:1;
}
.subnav-sp_menu2{
    height:40px;
    margin:0;
    border:0;
    padding:0;
    width:100%;
    list-style-type: none;
    display:flex;
    flex-flow:row nowrap;
}
.subnav-sp_menu2 li{
/*    margin:0;*/
    margin:0 16px;
    border:0;
    padding:0;
/*    width:calc(100% / 7);*/
    display:inline-block;
}
.subnav-sp_menu2 li{
    display:flex;
    justify-content:center;
    align-items:center;
}
/*
.subnav-sp_menu2 li:nth-of-type(6){
    margin-left:14px;
    margin-right:0;
}
.subnav-sp_menu2 li:nth-of-type(7){
    margin-left:5px;
    margin-right:0;
}
*/
.subnav-sp_menu2 li:last-of-type{
    width:200px;
    position:relative;
}
.subnav-sp_menu2 li:last-of-type .pc-line-btn{
    position:absolute;
    bottom:10px;
    right:0;
    border-radius:5px;
    overflow:hidden;
}
.subnav-sp_menu2>li a{
    display:table;
    white-space:nowrap;
    text-align:center;
    font-size:16px;
}
.subnav-sp_menu2>li a:hover{
    text-decoration:none;
    opacity:0.6;
}
@media (min-width: 769px){
    #subnav-sp{
        visibility:hidden;
    }
    .toggleMenu{
        visibility:hidden;
    }
    #subnav-sp2{
        visibility:visible;
    }
}
@media (max-width: 768px){
    #subnav-sp {
        width: 100%;
        display: block;
        background: #3c2c1c !important;
        position: absolute;
        top: 70px;
        left: 0;
        height: 40px;
        overflow: hidden;
        border-top: none;
    }
/*
    .subnav-sp_menu {
        width: 100%;
        height: 100%;
        display: table;
        table-layout: fixed;
    }
*/
    .subnav-sp_menu li {
        display: table-cell;
        border-right: 1px solid #fff;
        background: #887766;
/*        background: #41bdce !important;*/
        height: 100%;
        vertical-align: middle;
    }
/*
    .subnav-sp_menu li a {
        display: table;
        width: 100%;
        height: 100%;
        border-bottom: none !important;
        background: #887766;
    }
*/
    .subnav-sp_menu li a:hover {
        opacity:1;
    }
    .subnav-sp_iconWrap {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
    }
    .subnav-sp_icon {
        display: block;
        height: 25px !important;
        width: 25px !important;
        margin: 0 auto;
        object-fit:contain;
        object-position:center center;
    }
    .subnav-sp_iconttl {
        display: block;
        text-align: center;
        font-size: 7px;
        color: #fff;
        line-height: 1;
        letter-spacing: -.05em;
    }
}
@media (max-width: 768px){
    #subnav-sp {
        width: 100%;
        display: block;
        background: #3c2c1c !important;
        position: absolute;
        top: 70px;
        left: 0;
        height: 40px;
        overflow: hidden;
        border-top: none;
    }
}
@media (min-width: 321px){
    .subnav-sp_iconttl {
        font-size: 11px;
        padding-bottom: 2px;
    }
}
/**************************************************/
/* header                                         */
/**************************************************/
.hd-inner{
/*    height:calc(110px - 40px);*/
}
.hd-main{
    height:calc(110px - 40px);
}
/* original */
/* hearer original */
.org-header-small{
    visibility:visible;
    position:absolute;
    top:0;
    left:0;
}
.org-header-small-first{
    margin:0;
    padding:0;
    border:0;
    color: #887766;
    font-size:10px;
}
.org-header-main{
	width:100%;
	display:flex;
	flex-flow:row nowrap;
/*
	padding-top:1em;
    padding-bottom:2em;
*/
    height:calc(110px - 40px);
}
.org-header-sub{
    width:50%;
    font-size:1em;
}
.org-header-sub a{
    color: #714f2d;
}
.org-header-sub a:hover{
    opacity:0.6;
}
.org-logo{
    width:100%;
    height:70px;
    display:flex;
    justify-content: flex-start;
    align-items:flex-end;
    visibility:visible;
}
.org-logo img{
    display:inline-block;
    height:50px!important;
    object-fit:contain;
    object-position:center center;
    margin-left:5px;
}
.org-logo-pc{
    visibility:hidden;
    width: 100px;
    height: 62px;
    position:absolute;
    top:10%;
    left:0;
}
.org-logo-pc>a>img{
/*    width: 150px;*/
/*    height: 62px;*/
height:auto;
    object-fit:contain;
    object-position:center center;
}
@media (min-width: 769px){
    .org-header-main{
        width:815px;
    }
    .org-logo-pc{
        visibility:visible;
        font-weight: normal !important;
        vertical-align:middle;
    }
    .org-logo{
        visibility:hidden;
        justify-content:flex-start;
        align-items:flex-end;
    }
    .org-header-small{
        visibility:visible;
    }
    .org-header-small-first{
        font-size:11px;
    }
    header.fixed .org-header-main{
        display:none;
    }
    header.fixed .org-header-small{
        display:none;
    }
    header.fixed #subnav-sp2{
        top:15px;
    }
    header.fixed .org-logo-pc{
        top:-15px;
    }
}
/*******************************************/
/* footer                                  */
/*******************************************/
.follow_ban figure.ico{
/*    visibility:hidden;*/
    z-index:0;
}
.footer-spmenu{
    display:flex!important;
    flex-flow:row wrap;
    width:100%;
}
.footer-spmenu li{
    display:inline-block;
    width:50%;
}
.footer-spmenu li a{
    width:100%!important;
}
.footer_mainNav{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    border-top: 1px #dcd6d0 solid;
    line-height:0;
}
.footer_mainNav>div{
    display:inline-block;
    width:50%;
}
.footer_mainNav>div>a{
    display:block;
    width:100%;
    line-height: 30px;
    font-size:14px;
    border-bottom: 1px #dcd6d0 solid;
}
.footer_mainNav>div>a:hover{
    color:#3c2c1c;
    background: #efeae3;
}
.footer_mainNav div:nth-of-type(odd) a{
    border-right: 1px #dcd6d0 solid;
}
.follow_ban .area-line-btn{
    padding:20px 0 20px 110px;
}
.bottom-box{
    width:100%;
    padding:20px 0;
    position:relative;
}
.bottom-box a{
    display:block;
    width:100%;
    max-width:150px;
    margin:0 auto;
    border-radius:5px;
    overflow:hidden;
    transition:all 0.3s;
}
.bottom-box a:hover{
    filter:brightness(1.1);
}
@media (min-width: 415px){
    .footer-spmenu li{
        display:inline-block;
        width:33.33%;
    }    
}
@media (min-width: 769px){
    footer {
        padding: 32px 0 0 0;
    }
    .follow_ban figure.ico{
        visibility:visible;
    }
    .pc-ft-body ul a:hover{
        text-decoration:underline #3c2c1c;
    }
    .footer_mainNav{
        height: 40px;
        margin: 16px 0 4px;
        border-top: 2px solid #efeae3;
        padding: 16px 0 0 4px;
    }
    .footer_mainNav>div{
        display: inline-block;
        margin: 0 24px 0 0;
        width:auto;
    }
    .footer_mainNav>div a{
        color: #3c2c1c;
        border:none;
    }
    .footer_mainNav div:nth-of-type(odd) a{
        border-right:none;
    }    
    .footer_mainNav>div a:hover{
        text-decoration:underline #3c2c1c;
        background-color:initial;
    }
    .follow_ban .area-line-btn{
        padding:20px 0;
    }
    /* 20223/2/14 */
    .ft-bottom .inner{
        height:120px;
    }
    .bottom-box a{
        display:block;
        position:absolute;
        top:0;
        right:100px;
    }
    .bottom-box a img{
        width:100%;
        height:50px;
        object-fit:contain;
        object-position:center right;
    }
}
@media (min-width: 1200px){
    .bottom-box a{
        display:block;
        position:absolute;
        top:0;
        right:0;
    }
}
/*******************************************/
/* footer PC                               */
/*******************************************/
#menu-footer-menu-1>li:nth-of-type(6){
    margin-bottom:26px;
}
#menu-footer-menu-3>li:nth-of-type(3){
    margin-bottom:26px;
}
#menu-footer-menu-3>li:nth-of-type(7){
    margin-bottom:26px;
}
/*******************************************/
/* ご入会からご成婚までの流れ               */
/*******************************************/
ul, ol, dl, li, dt, dd{
    font-size:14px;
}
/*.btn-default .btn-multiple:hover{*/
.btn-multiple:hover{
    color: #fff!important;
    text-decoration: none;
    background: url('./img/arrow-controller.svg') no-repeat 97% center/14px auto;
    background-color: #3c2c1c;
}
.cocobell-flow-frame{
    width:100%;
    display:block;
}
.cocobell-flow-child{
    width:100%;
    display:block;
    margin-bottom:1em;
}
.cocobell-flow-child img{
    display:block;
    width:220px;
    margin:0 auto;
}
.step1 .cocobell-flow-child img{
    border: none;
    background-color: #fcf9f3;
    box-shadow:none;
}
.flowemph{
    font-weight:bold!important; 
}
.cocobell-flow-table{
    width:100%;
    border-top:solid 2px rgba(221,111,159,0.3);
    border-left:solid 2px rgba(221,111,159,0.3);
    border-right:solid 2px rgba(221,111,159,0.3);

}
.cocobell-flow-table th{
    vertical-align: middle;
    color:red;
    font-weight:bold;
    padding:0.5em;
    background-color:white!important;
}
.cocobell-flow-table td{
    padding:0.5em;
    background-color:white!important;
}
.cocobell-flow-table tr:nth-of-type(1){
    border-bottom:solid 2px rgba(0,0,0,0.1);
}
.cocobell-flow-table tr:nth-of-type(2){
    border-bottom:solid 2px rgba(221,111,159,0.3);
}
.dot-line{
    text-indent:-1em;
    margin:0 1em 0 2em;
}
.mancolor{
    color:var(--headline-color1);
}
@media (min-width: 769px){
    .cocobell-flow-frame{
        display:flex;
        flex-flow:row nowrap;
    }
    .cocobell-flow-child:nth-of-type(1){
        display:inline-block;
        order: 2;
        width:20%;
    }
    .cocobell-flow-child:nth-of-type(2){
        display:inline-block;
        order:1;
        width:80%;
    }
    .cocobell-flow-child img{
        width:100%;
    }
    .cocobell-flow-table th{
        padding:1em;
    }
    .cocobell-flow-table td{
        padding:1em;
    }
     
}
/*******************************************/
/* 利用料金                                */
/*******************************************/
#top_page section:last-child{
    margin-top:0;
}
#top_page .maincontent{
    padding-top:0;
}
#top_page h2.main_title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 10px 0;
    margin: 0 auto 25px auto;
}
#top_page h2.main_title span.small {
    display: block;
    font-size: 16px;
    line-height:24px;
    margin-bottom:0;
}
#top_page h2:after{
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
    margin: 12px auto 0 auto;
    position:relative;
}
#top_page h3 {
    font-size: 22px;
}
.color_change{
    color:var(--word-color)!important;
}
.color-redchange{
    color:var(--headline-color1)!important;
    font-size:1.2em;
    font-weight:bold;
	font-family: "リュウミン M-KL", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* cocobell price list */
.cocobell-course-list-sec1{
    width:100%;
    padding: 30px 0 25px 0;
}
.cocobell-course-list-sec1 h2{
    margin:0;
    padding:0;
    border:0;

    font-size: 24px;
    line-height: 50px;
    display: block;
    font-weight: 500;
    text-align:center;
    position:relative;
}
.cocobell-course-list-sec1>h2 small{
    color: #887766;
    display: block;
    background: url(/img/ttl-dot-line.png) no-repeat center top;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.cocobell-course-list-tbl1{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    margin-top:2em;
}
.cocobell-course-list-tbl1 th{
    padding:0.5em;
    font-size:14px;
    width:33.33%;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #c3b9ae;
}
.cocobell-course-list-tbl1 td{
    padding:0.5em;
    background-color:white;
    font-size:13px;
    width:33.33%;
    text-align:right;
    vertical-align:middle;
    border: 1px solid #c3b9ae;
}
.cocobell-course-list-tbl1>thead>tr>th{
    border-bottom: 1px solid #c3b9ae;
    background: #f4efde;
    color: #3c2c1c;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
    vertical-align:middle;
}
.cocobell-course-list-tbl1>tbody>tr>th{
    border-bottom: 1px solid #c3b9ae;
    background: #fcf9f3;
    color: #3c2c1c;
    font-weight:bold;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
}
.cocobell-course-list-tbl1>tbody>tr>td{
    background-color:white;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
}
.cocobell-course-list-sec1-ch p{
    text-indent:-1em;
    margin:0 0 0 2em;
    font-size:12px;
    color:var(--price-color);
}
.cocobell-course-list-tbl2{
    margin:0;
    border:0;
    padding:0;
    margin-top:30px;
    color:var(--price-color);
}
.cocobell-course-list-tbl2 th{
    width:35%;
    padding:0.3em;
    background-color:transparent!important;
    font-size:0.9em;
    font-weight:bold;
    border-top: none;
    border-bottom: 1px solid #dee2e6;

    background: url(./img/ico_dot.png) left 15px no-repeat!important;
    padding-top: 8px;
    padding-left: 16px;
}
.cocobell-course-list-tbl2 td{
    width:65%;
    padding:0.3em;
    background-color:transparent!important;
    font-size:0.9em;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}
.cocobell-course-list-sec1-ch{
    margin-bottom:2em;
}
/* cocobell price list(option) */
.cocobell-course-list-bold{
    font-weight:bold;
}
.cocobell-course-list-small{
    font-size:0.8em;
}
.cocobell-course-list-sec2{
    width:100%;
    padding: 30px 0 25px 0;
}
.cocobell-course-list-sec2 h2{
    margin:0;
    padding:0;
    border:0;

    font-size: 24px;
    line-height: 50px;
    display: block;
    font-weight: 500;
    text-align:center;
    position:relative;
}
.cocobell-course-list-sec2>h2 small{
    color: #887766;
    display: block;
    background: url(/img/ttl-dot-line.png) no-repeat center top;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.cocobell-course-list-optbl1{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    margin-top:2em;
}
.cocobell-course-list-optbl1 th{
    padding:0.5em;
    font-size:14px;
    width:33.33%;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #c3b9ae;
}
.cocobell-course-list-optbl1 td{
    padding:0.5em;
    background-color:white;
    font-size:13px;
    width:33.33%;
    text-align:right;
    vertical-align:middle;
    border: 1px solid #c3b9ae;
}
.cocobell-course-list-optbl1>thead>tr>th{
    border-bottom: 1px solid #c3b9ae;
    background: #f4efde;
    color: #3c2c1c;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
    vertical-align:middle;
}
.cocobell-course-list-optbl1>tbody>tr>th{
    border-bottom: 1px solid #c3b9ae;
    background: #fcf9f3;
    color: #3c2c1c;
    font-weight:bold;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
}
.cocobell-course-list-optbl1>tbody>tr>td{
    background-color:white;
    font-size:14px;
    line-height:1.3;
    padding:8px 2px;
}
.cocobell-course-list-sec2-ch p{
    text-indent:-1em;
    margin:0 0 0 2em;
    font-size:0.9em;
}
.cocobell-course-list-optbl2{
    margin:0;
    border:0;
    padding:0;
    margin-top:30px;
    color:var(--price-color);
}
.cocobell-course-list-optbl2 th{
    width:35%;
    padding:0.3em;
    background-color:transparent!important;
    font-size:0.9em;
    font-weight:bold;
    border-top: none;
    border-bottom: 1px solid #dee2e6;

    background: url(./img/ico_dot.png) left 15px no-repeat!important;
    padding-top: 8px;
    padding-left: 16px;
}
.cocobell-course-list-optbl2 td{
    width:65%;
    padding:0.3em;
    background-color:transparent!important;
    font-size:0.9em;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
}
/* 利用規約 */
.cocobell-course-rule{
    width:100%;
}
.cocobell-course-rule-frame1{
    width:100%;
    padding: 30px 0 25px 0;
}
.cocobell-course-rule-frame1 h2{
    margin:0;
    padding:0;
    border:0;

    font-size: 24px;
    line-height: 50px;
    display: block;
    font-weight: 500;
    text-align:center;
    position:relative;
}
.cocobell-course-rule-frame1>h2 small{
    color: #887766;
    display: block;
    background: url(/img/ttl-dot-line.png) no-repeat center top;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.cocobell-course-rule-framebox{
    margin-top:2em;
}
.cocobell-course-rule-main{
    width:100%;
    display:block;
}
.cocobell-course-rule-sub{
    width:100%;
    display:block;
}
.cocobell-course-rule-sub h3{
    color:var(--price-color);
    border-bottom:solid 1px var(--price-color)!important;
    font-weight:500;
}
.cocobell-course-rule-sub ul{
    padding:0 1em;
}
.cocobell-course-rule-sub>ul>li{
    padding-left: 18px;
    background: url('/img/dot01.png') left 10px no-repeat;
    background-position:left center;
    color:var(--price-color);
    vertical-align:middle;
}
.cocobell-course-rule-main2{
    width:100%;
    margin-bottom:2em;
}
.cocobell-course-rule-main2 h3{
    color:var(--price-color);
    border-bottom:solid 1px var(--price-color)!important;
    font-weight:500;
}
.cocobell-course-rule-main2 ul{
    padding:0 1em;
}
.cocobell-course-rule-main2>ul li{
    padding-left: 18px;
    background: url('/img/dot01.png') left 10px no-repeat;
    background-position:left center;
    color:var(--price-color);
    vertical-align:middle;
}
.cocobell-course-rule-frame1 p{
    font-size:0.9em;
    color:var(--price-color);
}
/* ご注意事項 */
.cocobell-course-rule-frame2{
    width:100%;
    padding: 30px 0 25px 0;
}
.cocobell-course-rule-frame2 h2{
    margin:0;
    padding:0;
    border:0;

    font-size: 24px;
    line-height: 50px;
    display: block;
    font-weight: 500;
    text-align:center;
    position:relative;
}
.cocobell-course-rule-frame2>h2 small{
    color: #887766;
    display: block;
    background: url(/img/ttl-dot-line.png) no-repeat center top;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.cocobell-course-rule-main2 p{
    color:var(--price-color);
    margin-bottom:0;
    font-size:0.9em;
}
.margin-control{
    margin-bottom:1em!important;
}
.indent-control{
    text-indent:-2em;
    margin-left:3em;
}
.indent-control2{
    text-indent:-1em;
    margin-left:2em;
}
@media (min-width: 560px){
    .cocobell-price-ch2-main2 p{
        text-align:center;
    }
}
@media (min-width: 641px){
    .cocobell-course-list-tbl1>thead>tr>th{
        padding: 12px 2px;
        font-size: 16px;
    }
    .cocobell-course-list-tbl1>tbody>tr>th{
        padding: 8px 2px;
        font-size: 15px;
    }
    .cocobell-course-list-tbl1>tbody>tr>td{
        padding: 12px 2px;
        font-size: 16px;
    }
    .cocobell-course-list-optbl1>thead>tr>th{
        padding: 12px 2px;
        font-size: 16px;
    }
    .cocobell-course-list-optbl1>tbody>tr>th{
        padding: 8px 2px;
        font-size: 15px;
    }
    .cocobell-course-list-optbl1>tbody>tr>td{
        padding: 12px 2px;
        font-size: 16px;
    }
}
@media (min-width: 769px){
    #top_page h2.main_title span.small {
        font-size: 24px;
        line-height:36px;
    }
    #top_page h2.main_title {
        font-size: 44px;
        line-height: 48px;
        padding: 10px 0 10px 0;
        margin: 0 auto 40px auto;
        font-weight: normal;
        overflow: hidden;
    }
    #top_page h2:after{
        margin: 20px auto 0 auto;
    }
    .cocobell-price-ch1>ul li{
        width:33.33%;
    }
    .cocobell-price-course2-ch1>ul li{
        width:33.33%;
    }
    .cocobell-price-ch2-frame1 p{
        font-size:1.7em;
    }
    .cocobell-price-ch2-box p {
        font-size: 1.2em;
    }
    .cocobell-price-ch2-box p:nth-of-type(2) {
        font-size: 1.4em;
    }
    .cocobell-price-ch2-main2 p{
        font-size:1.1em;
    }
    .cocobell-course-list-sec1{
        padding-bottom:0;
    }
    .cocobell-course-list-sec1 h2{
        font-size: 38px;
        line-height: 70px;
        background:transparent;
    }
    .cocobell-course-list-sec1>h2 small{
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 34px;
    }
    .cocobell-course-list-tbl1 th{
        font-size:1em;
    }
    .cocobell-course-list-tbl1 td{
        font-size:1em;
    }
    .cocobell-course-list-tbl2 th{
        font-size:1em;
        width:20%;
    }
    .cocobell-course-list-tbl2 td{
        font-size:1em;
        width:80%;
    }
    .cocobell-course-list-sec1-ch{
        padding:0 1em;        
    }
    .cocobell-course-list-sec2{
        padding-bottom:0;
    }
    .cocobell-course-list-sec2-ch p{
        font-size:1em;
    }
    .cocobell-course-list-optbl1 th{
        font-size:1em;
    }
    .cocobell-course-list-optbl1 td{
        font-size:1em;
    }
    .cocobell-course-list-optbl2 th{
        font-size:1em;
        width:24%;
    }
    .cocobell-course-list-optbl2 td{
        font-size:1em;
        width:76%;
    }
    .cocobell-course-list-sec2 h2{
        font-size: 38px;
        line-height: 70px;
        background:transparent;
    }
    .cocobell-course-list-sec2>h2 small{
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 34px;
    }
    /* 利用規約 */
    .cocobell-course-rule-frame1{
        padding-bottom:0;
    }
    .cocobell-course-rule-frame1 h2{
        font-size: 38px;
        line-height: 70px;
        background:transparent;
    }
    .cocobell-course-rule-frame1>h2 small{
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 34px;
    }
    .cocobell-course-rule-framebox{
        padding:0 1em;
    }
    .cocobell-course-rule-main{
        display:flex;
        flex-flow:row nowrap;
    }
    .cocobell-course-rule-sub{
        display:inline-block;
        width:50%;
    }
    .cocobell-course-rule-sub h3{
        font-size:1.2em!important;
        width:90%;
    }
    .cocobell-course-rule-sub>ul>li{
        font-size:1.2em;
    }
    .cocobell-course-rule-main2 h3{
        font-size:1.2em!important;
        width:90%;
    }
    .cocobell-course-rule-main2>ul>li{
        font-size:1.2em;
    }
    .cocobell-course-rule-frame1 p{
        font-size:1.1em;
    }
    /* ご注意事項 */
    .cocobell-course-rule-frame2 h2{
        font-size: 38px;
        line-height: 70px;
        background:transparent;
    }
    .cocobell-course-rule-frame2>h2 small{
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 34px;
    }
    .cocobell-course-rule-main2 p{
        font-size:1em;
    }
}
@media (min-width: 992px){
    .cocobell-price-ch1>ul li{
        width:16.66%;
    }
    .cocobell-price-ch2-main{
        width:70%;
    }
}
@media (min-width: 1200px){
}
/*******************************************/
/* Top page                                */
/*******************************************/
.top-before{
    width:100%;
    padding:20px 15px 20px 15px;
}
.top-before p{
    font-size:15px;
    letter-spacing:0.1em;
    line-height:1.7em;
    font-weight:bold;
}
.brtop-before{
    display:none;
}
.searchform{
    display:none;
}
.top-sec{
    width:100%;
}
/* section 1 changed */
.btn{
    margin:0;
    border:0;
    padding:0;
}
.btnArea{
    width: 96%;
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
    padding: 16px 0;
}
.btnArea-double{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.btnArea .btn {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    line-height: 1;
/*    font-size: 18px;*/
    font-size:14px;
}
.btnArea .btn-signin {
    flex: 0 0 49%;
    color: #fff!important;
    background: #00bd00;
    line-height: 44px;
    text-decoration:none;
    position:relative;
}
.btnArea .btn-signin img{
    width:40px;
    height:40px;
    object-fit:contain;
    padding:0 5px 0 0;
}
.btnArea .btn-register {
    flex: 0 0 49%;
    color: #fff!important;
    background: #dd1111;
    line-height: 44px;
    text-decoration:none;
}
.btn-castEntry {
    height: 46px;
    flex: 0 0 100%;
    margin: 8px auto 0;
/*    background: url(https://casy.co.jp/assets/static/icon-cast-61edf29….png) no-repeat 4% 0px/auto 100%,url(https://casy.co.jp/assets/static/btn-castEntry_txt-bcb1d5b….png) no-repeat 55% 0px/auto 100%;*/
    background-color: #c7b5a3;
    color: #3c2c1c;
    border: 2px solid #3c2c1c;
    box-shadow: 0 3px 0 #000;
    font-weight: 600;

    letter-spacing : 6px;    
    text-shadow    : 
    2px  2px 1px #ffffff,
   -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
   -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
   -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff; 
}
.btnArea .btn-castEntry {
    line-height: 44px;
    text-decoration:none;
}
.btn-signin:hover{
    text-decoration:none;
    color:white;
    opacity:1;
    text-decoration:none!important;
}
.btn-register:hover {
    text-decoration:none;
    color:white;
    opacity:1;
    text-decoration:none!important;
}
.btn-castEntry{
    color:#3c2c1c;
}
.btn-castEntry:visited{
    color:#3c2c1c;
}
.btn-castEntry:hover{
    color:#3c2c1c;
    transform: translate3d(0, 2px, 0);
    opacity:1;
    text-decoration:none!important;
}
/* pagination */
.nav-links .current{
    float:none;
}

.pagination .nav-links a:hover{
    background-color:#876!important;
    color:white!important;
}

.nav-links .current:hover{
    background-color:#3c2c1c!important;
    color:white!important;
}
/* 2023/2/14 add */
.area-line-btn{
    width:100%;
    margin-bottom:20px;
}
.area-line-btn a{
    display:block;
    width:100%;
    max-width:330px;
    margin:0 auto;
    transition:all 0.3s;
    border-radius:5px;
    overflow:hidden;
}
.area-line-btn a:hover{
    filter:brightness(1.1);
}
.area-line-btn.center-line-btn{
    margin-top:20px;
}
@media (min-width: 641px){
    .btnArea {
        padding: 24px 0;
    }
    .btnArea .btn {
        max-width: 390px;
    }
    .btnArea .btn-signin {
        flex: 0 0 49%;
        line-height: 56px;
    }
    .btnArea .btn-register {
        flex: 0 0 49%;
        line-height: 56px;
    }
    .btn-castEntry {
        height: 58px;
    }
    .btnArea .btn-castEntry {
        line-height: 56px;
    }
    .area-line-btn a{
        max-width:350px;
    }
}
/* section 1 */
.top-sec-frm1{
    width:100%;
}
.top-sec-wrap{
    width: 100%;
    padding: 0 15px 30px 15px;
}
.top-sec-wrap>h2{
    border:2px #000 solid;
    font-size:24px;
    color:#000;
    padding:10px;
    line-height:1.6;
}
.top_content{
    width:100%;
}
.top_content h2{
    border:0;
    padding:0;
}
/* section 2 */
.top-sec-frm2{
    width:100%;
}
/* section 3 */
/* use section 3 4 5 */
.top-sec-wrap-content{
    width: 100%;
    padding: 0 15px 30px 15px;
}
.top-sec-frm3{
    width:100%;
}
.top-sec-frm3 .top-sec-wrap{
    padding:0;
    display: block;
    width: 100%;
    border-top: 3px solid #0089f6;
    background: var(--bk-color22);
}
.top-sec-frm3 .top-sec-wrap-content{
    padding:0;
    display: block;
    width: 100%;
    background: var(--bk-color22);
}
.top-sec-frm3 h2{
    display: block;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 0 16px;
    line-height: 0;
    background: url('./img/aboutchatlady.jpg') no-repeat left top/cover;
    border: 0;
}
.top-sec-wrap-content .top_content{
    padding:24px 0 0 0;
    width:96%;
    margin-left:auto;
    margin-right:auto;
}
/* section 4 */
.top-sec-frm4{
    width:100%;
}
.top-sec-frm4 .top-sec-wrap{
    padding:0;
    display: block;
    width: 100%;
    border-top: 3px solid #ee8822;
    background: var(--bk-color24);
}
.top-sec-frm4 .top-sec-wrap-content{
    padding:0;
    display: block;
    width: 100%;
    background: var(--bk-color24);
}
.top-sec-frm4 h2{
    display: block;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 0 16px;
    line-height: 0;
    background: url('./img/recommendchatlady.jpg') no-repeat left top/cover;
    border: 0;
}
.top-sec-frm4 .topLead_wrap p:last-of-type{
    margin:0;
}
/* section 5 */
.top-sec-frm5{
    width:100%;
}
.top-sec-frm5 .top-sec-wrap{
    padding:0;
    display: block;
    width: 100%;
    border-top: 3px solid #FF69B4;
    background: var(--bk-feechatlady);
}
.top-sec-frm5 .top-sec-wrap-content{
    padding:0;
    display: block;
    width: 100%;
    background: var(--bk-feechatlady);
    padding-bottom:15px;
}
.top-sec-frm5 h2{
    display: block;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    overflow: hidden;
    text-indent: -999em;
    margin: 0 0 16px;
    line-height: 0;
    background: url('./img/feechatlady.jpg') no-repeat left top/cover;
    border: 0;
}
/* service fee */
.ul-fee{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.ul-fee li{
    padding:20px 0 10px 0;
    width:100%;
    display:block;
}
.ul-fee-inner{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.ul-fee-inner2{
    width:100%;
    text-align:left;
    padding:0 10px;
}
.circle-color{
    color:#1eb4e5;
}
.ul-fee-img{
    width:calc(60% - 10px);
    display:inline-block;
    margin-left:10px;
    height:auto;
    height:140px;
    overflow:hidden;
}
.ul-fee-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
}
.ul-fee-box{
    width:40%;
    display:inline-block;
    padding:0 0 0 10px;
    height:120px;
    position:relative;
}
.trial-dl{
    position:relative;
    margin-bottom:0;
}
.trial-dl:after{
    content:"";
    width:90%;
    border-bottom:solid 1px #333;
    position:absolute;
    top:70px;
    left:-11px;
}
.trial-dt p:nth-of-type(1){
    display:block;
    margin: 0 0 10px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    border: 1.3px solid #000;
    border-radius: 12px;
    padding: 0 0 0 8px;
    width: 71px;
    line-height: 1.3;
    text-align: justify;
    letter-spacing: 0.01em;
}
.trial-dt p:nth-of-type(2) span{
    font-size: 44px;
}
.trial-dt p:nth-of-type(2){
    display:block;
    color: #f2506e;
    font-weight: bold;
    margin: 0;
    position: relative;
    top: -5px;
    font-size:16px;
    padding: 0;
    line-height: 1.1;
    text-align: justify;
    letter-spacing: 0.01em !important;
    white-space: nowrap;

}
/* section 6 */
.top-sec-frm6{
    width:100%;
}
.top-sec-frm6 .top_content{
    padding: 24px 0 0 0;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
/* common */
.srv-inner>h2:after {
    content: '';
    display: block;
    padding: calc(50% - 32px) 0 0;
}
.ch4-inner{
    width:100%;
}
.ch4-inner:before{
    content: " ";
    display: table;
}
.srv-main{
    display: block;
    padding: 0;
    text-align: left;
    font-size: 15px;
    width: 96%;
    margin: 0 auto;
}

/**/
.col-xs-20{
    width: 100%;
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.paper-wrap2{
    position: relative;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border: 1px solid #F0F0F0;
    border-right: 2px solid #E9E9E9;
    border-bottom: 2px solid #E9E9E9;
    background: transparent url(./img/assets/paper-bg.png) repeat 0 0;
}
.pdt30 {
    padding-top: 30px;
}
.mgr30 {
    margin-right:20px;
}
.mgl30 {
    margin-left: 20px;
}
.trial-div {
    position: relative;
    margin-bottom: 30px;
}
.trial-div.no{

}
.trial-div:before {
    content: '';
    display: block;
    width: 80px;
    height: 75px;
    background: transparent url(./img/assets/trial-sprite.png) no-repeat;
    position: absolute;
    top: -8px;
    left: 30px;
    z-index: 1;
}
.trial-div.no:before {
    content: '';
    background: none;
}
.trial-step-img {
    display: block;
    border: 5px solid #FFF;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    margin: 0 0 15px 0;
    object-fit: contain;
    height: 203px;
}
.trial-dt {
    display: block;
    color: #734109;
    font-size: 21px;
}
.trial-dd {
    text-align: justify;
}
.pdt10 {
    padding-top: 10px;
}
.trial-dd>p{
    line-height: 1.4;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.trial-dd>p span{
    font-size:12px;
}
/* section 5 */
.top-ch5{
    width:100%;
}
.ch5-inner{
    width:100%;
    padding:0 10px;
}
/************/
/* section 6 */
.top-ch6{
    width:100%;
}
.ch6-inner{
    width:100%;
    padding:0 10px;
}
.button1{

}
.mocchiri{
    animation: mocchiri 3s infinite;
    text-align:center;
}
@keyframes mocchiri {
	0% {
		transform: scale(1, 0.8);
	}
	20% {
		transform: scale(0.8, 1.1);
	}
	95% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 0.8);
	}
}
img.size-full, img.size-large {
    margin-bottom: 10px;
    height: auto;
    max-width: 100%;
}
/* interview */
.top-interview{
    width:100%;
    padding: 30px 10px 25px 10px;
}
.top-interview>strong{
    display:block;
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
}
.top-interview>div{
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:14px;
}
.top-interview-wrap{
    width: 100%;
    padding: 20px 0 0 0;
}
.top-interview-wrap>h1{
    background-color:transparent;
    padding:10px;
    font-size:30px;
    line-height:1.4;
    color: #3c2c1c;
}
.top-interview-wrap>h1 p{
    font-size:30px;
    line-height:1.4;
    color: #3c2c1c;
}
.top-interview-wrap>h1>span>p>span{
    color:var(--headline-color1);
    font-size:30px!important;
    line-height:1.4;
    display:inline;
}
.top-interview>p{
    font-size:15px;
    letter-spacing:0.1em;
    line-height:1.4em;
    padding-bottom:1em;
}
.top-interview-bt{
    width:100%;
    display:block;
}
.top-interview-bt a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    background-color: #fff;

    border-radius: 4px;
    border:solid 1px var(--border-color21);
    vertical-align: top;
    text-decoration: none;
    position:relative;
    max-width:360px;
    width: 96%;
    display: block;
    margin: 0 auto;    
}
.top-interview-bt a:after{
    content:'＞';
    position:absolute;
    padding-right:1em;
    top:50%;
    right:0;
    transform:translateY(-50%);
}
.top-interview-bt a:hover{
    text-decoration:none;
    background-color:var(--bk-color23);
    color:white!important;
    transition-duration:0.5s;
}
/* merit */
.top-inner{
    width:100%;
    padding: 30px 10px 25px 10px;
}
.top-inner-wrap>h2{
    border:2px #000 solid;
    font-size:24px;
    color:#000;
    padding:10px;
    line-height:1.6;
}
.top-inner>p{
    font-size:15px;
    line-height:1.7em;
    letter-spacing:0.1em;
}
.top-inreason{
    display:flex;
    width:100%;
    flex-flow:row wrap;
}
.top-inreason-box{
    display:block;
    width:100%;
}
.top-inreason-box>figure{
    text-align:center;
}
.top-inreason-box>ul{
    display:table;
    margin-left:auto;
    margin-right:auto;
}
.top-inreason-box>ul>li{
    font-size:15px;
    line-height:1.7em;
    letter-spacing: 0.1em;
}
.top-inreason-box>ul>li>span{
    color:var(--headline-color1);
}
.top_p_span_FFB2B2 {
    color: #FFB2B2;
    font-weight: bold;
    line-height: 0.7;
}
.top_h3_a {
    margin-top:20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
.top-btn-regist{
    width:100%;
    text-align:center;
}
.top-btn-regist a{
    display:table;
    width: 280px;
    height: 72px;
    border-radius: 30px;
    background: #ffb2b2;
    border: 1px solid #707070;
    box-shadow: 5px 6px 12px rgb(0 0 0 / 16%);
    color: #707070;
    margin: 20px auto;
    font-size: 20px;
    line-height:1.8;
    text-align: center;
    padding: 17px;
    font-weight: 400;
    text-decoration:none;
}
/* 3 features */
#advantage {
    display:block;
    margin:0;
    background-color:#fcf9f3;
    border-top: 1px #efeae3 solid;

    padding: 30px 0;
}
#advantage>p{
    text-align:center;
    color: #3c2c1c;
    margin:0;
}
#advantage ul li {
    width: 100%;
    text-align: left;

    display: inline-block;
    padding: 0 15px 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.ttl-default{
    border-left:0;
    border-bottom:0;
    display:block;
    padding:0;
    background-color:inherit;

    font-weight:normal;
    overflow:hidden;

    max-width:none;
    overflow:hidden;

    font-size:24px;
    line-height:50px;
    margin:0 auto 4px auto;
}
.ttl-default>span {
    border-bottom:0;
    padding:0!important;
    display:inline-block;
    font-weight:500;
    height:auto;
}
.ttl-default>span>span {
    padding:0!important;
    display:inline-block;
    font-weight:500;
}
.ttl-default-first{
    margin:0!important;
    font-size: 24px!important;
    line-height: 50px;
}
.ttl-default-area{
    margin:0;
    font-size: 24px;
    line-height: 1.4;
    border:solid 2px #000;
    padding:0.5em!important;
}
.ttl-default-small{
    font-size:18px;
    display:inline-block;
    margin:0!important;
}
.ttl-default small {
    color: #887766;
    display: block;
    background: url(./img/ttl-dot-line.png) no-repeat center top;

    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
.point-main{
    width:100%;
    display:block;
}
.point {
    margin:0;
    display: block;
    width: 100%;
    background-image:none!important;
    background:transparent!important;
    height:auto!important;
}
.point figure {
    display: inline-block;
    width: 24%;
    margin-bottom: 0;
    border-radius:50%;
    overflow:hidden;
}
.point-description {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 3%;
    width: 74%;
}
.point-description>strong {
    color: #3c2c1c;
    display: block;
    font-weight: normal;
    margin: 0 auto 6px auto;
    font-size: 20px;
    line-height: 1.2;
}
.point-main .btn-default {
    width: 80%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    background-color: #fff;

    margin:0 0 8px;
    padding:0;
    border: 1px var(--bk-color23) solid;
}
/************/
.srv-inner{
    width:100%;
    max-width: 1000px;
    padding: 0 0 16px 0;
}
.srv-catch{
    display:block;
/*    font-size:16px;*/
    font-size:1.32em;
    margin-bottom:1em;
}
.srv-btnArea{
    margin:0;
    padding:0;

    display:flex;
    flex-flow:row wrap;
}
.btn-default {
    margin:0;
    border:0;
    padding:0;

    color:var(--bk-color23) !important;
    border: 1px var(--bk-color23) solid;

    border-radius: 4px;
    vertical-align: top;
    text-decoration: none;

    width: 96%;
    line-height: 42px;
    background: url('./img/assets/arrow-controller.svg') no-repeat 97% center/14px auto;

}
.topLead .btn-default {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    background-color: #fff;

    margin:0 0 8px;
    padding:0;
    border: 1px var(--bk-color23) solid;
}
.btn-default{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    background-color: #fff;

    border-radius: 4px;
    border:solid 1px var(--refer-color1);
    color:var(--refer-color1)!important;
    vertical-align: top;
    text-decoration: none;
    position:relative;
}
.btn-default:hover{
    background-color:#3c2c1c;
    color:#fff;
}
/* banner-page */
.top-banner{
    width:100%;
    padding-top:1em;
    padding:30px 15px 30px 15px;
}
.top-banner-main{
    width:100%;
    display:block;    
}
.top-banner-sub{
    width:100%;
    display:block;
    margin-bottom:2em;
}
.top-banner-sub a{
    display:table;
    margin:0 auto;
}
.top-banner-sub a:hover{
    opacity:0.6;
}
/* join-interview-reservation */
.top-again-reservation{
    width:100%;
}
/* cocobell-channel */
.top-distributer-mv{
    margin:0;
    padding: 30px 0 25px 0;
}
.ttl-default-first2{
    display:block!important;
/*    height:30px;*/
    font-size: 24px!important;
    line-height: 30px;
    margin:0!important;
}
.ttl-default-first2:nth-of-type(2){
    margin-bottom:10px!important;
}
.top_content small{
    margin-top:
}
.top_content>p{
    color:var(--price-color);
    text-align:left;
    font-size:14px;
    line-height: 1.6;
}
.top_content>p>a{
    font-size:1.1em;
    text-decoration:none;
    color:var(--price-color)!important;
    font-weight:bold;
}
.top_content>p>a:hover{
    text-decoration:none;
    color:var(--price-color)!important;
    opacity:0.6;
}
.top_content-main{
    width:100%;
    display:block;
}
.top_content-sub{
    width:100%;
    display:block;
    margin-bottom:1em;
}
.top_content-details{
    padding:0 0 15px;
}
/* rishun-homepage.work require*/
.top_content-box{
    width:100%;
    position: relative;
}
.top-future-partner{
    margin:0;
    padding: 30px 0 25px 0;
}
.top-future-partner>div>p{
    text-align:center;
    margin-bottom:0.5em;
}
.top-future-partner-mv{
    max-width:800px;
    margin:0 auto;
    padding:1em;
}
.top-future-partner-details p{
    color:var(--headline-color1);
    font-size:14px;
}
/* wedding support */
.top-wedding-support{
    margin:0;
    padding: 30px 0 25px 0;
}
.top-wedding-support-img{
    padding:0 0.5em;
    max-width:800px;
    margin:0 auto;
}
.top-wedding-support-details{
    padding:0.5em;
}
.top-wedding-support-details p{
    font-size:14px;
}
.top-wedding-support-details p:nth-of-type(2){
    color:var(--bk-color3);
}
.top-wedding-support-main{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    padding:0.5em 1em;
}
.top-wedding-support-sub{
    display:inline-block;
    width:50%;
}
.top-wedding-support-box{
    padding:0 0.5em 0.5em 0.5em;
}
.top-wedding-support-boximg{
    max-width:300px;
    margin:0 auto;
}
.top-wedding-support-discription{
    padding:1em;
}
.top-wedding-support-discription-inner{
    border:solid 1px var(--border-color2);
    padding:1em;
    text-align:left;
    border-radius:10px;
}
.top-wedding-support-discription-inner p{
    font-size:14px;
}
/* service area */
.top-servicearea{
    padding:0;
    background-color: #fcf9ee;
}
.top-servicearea-data{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 16px;
}
.top-servicearea-data>h2{
    margin:0;
    border:0;
    padding:0;
    font-size:24px!important;
    font-weight:500;
    line-height:50px;
    color: #3c2c1c;
    background:transparent;
/* rishun-homepage.work require*/
    /*margin:0 0 20px 0;*/
    margin:0 0 4px 0;
}
/* span issue */
.top-servicearea-data>h2>span{
    margin:0;
    padding:0;
    border:0;
    font-size:24px!important;
    line-height:50px;
}
.top-servicearea-data>h2 small{
    color: #887766;
    display: block;
    background: url('./img/ttl-dot-line.png') no-repeat center top;
    font-size: 10px;
    padding: 10px 0 0 0;
    line-height: 1;
    background-color:transparent;
}
.service-area-list>header{
    background-color: #fcf9ee;
}
.service-area-list>header>h3{
    background-color: #fcf9ee!important;
}
.top-servicearea-map{
    width:100%;
    display:block;
    position:relative;
}
.top-servicearea-map-ch{
    margin: 0 0 16px;
}
.top-servicearea-img{
    width:100%;
    display:block;
    position:relative;
    text-align:center;
}
.top-servicearea-word{
    display:table;
    padding:1em 5px;
    position:absolute;
    top:15%;
    left:0;
}
.top-servicearea-word p{
    display:table;
    margin:0;
    padding:0;
    font-weight:bold;
    font-family: 'Noto Sans Japanese', 游ゴシック体, 游ゴシック, 'Yu Gothic', YuGothic, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    margin:0 auto;
}
.top-servicearea-hr{
    margin-top:20px;
    border-top: 1px dotted #887766;
    margin-bottom:0;
}
.service-area-list-items{
    margin:0;
}
.service-area-list header{
    padding:20px 0 20px 0;
}
/* information */
.top-information{
    width:96%;
    margin:0 auto;
    padding:30px 0 16px;
    text-align:center;
}
.top-information>h2{
    margin:0;
    border:0;
    padding:0;
    font-size:24px!important;
    font-weight:500;
    line-height:50px;
    color: #3c2c1c;
    background:transparent;
/* rishun-homepage.work require*/
    /*margin:0 0 20px 0;*/
    margin:0 0 4px 0;
}
/* span isssue*/
.top-information>h2>span{
    margin:0;
    padding:0;
    border:0;
    font-size:24px!important;
    line-height:50px;
}
.top-information>h2 small{
    color: #887766;
    display: block;
    background: url('./img/ttl-dot-line.png') no-repeat center top;
    font-size: 10px;
    padding: 10px 0 0 0;
    line-height: 1;
    background-color:transparent;
}
/*
.info-dd{
    border-bottom: 1px #dcd6d0 dotted;
}
*/
@media (min-width: 560px){
    /* wedding support*/
    .top-wedding-support-img{
        padding:0 1em;
    }
    .top-wedding-support-main{
        display:flex;
        flex-flow:row wrap;
    }
    .top-wedding-support-sub{
        display:inline-block;
        width:50%;
    }
    /* Service Area */
    .top-servicearea-data>h2{
        font-size:38px!important;
        line-height:70px;
    }
    /* span issue */
    .top-servicearea-data>h2>span{
        font-size:38px!important;
        line-height:70px;
    }
    .top-servicearea-map{
        padding:0 1em;
    }
    .top-servicearea-map-ch{
        padding:1em;
    }
    .top-servicearea-word{
        display:table;
        padding:1em;
        position:absolute;
        top:10%;
        left:10%;
    }
    /* information */
    .top-information{
        padding:30px 0 20px;
    }
    .top-information>h2{
        font-size:38px!important;
        line-height:70px;
    }
    .top-information>h2>span{
        font-size:38px!important;
        line-height:70px;
    }
}
@media (min-width: 576px){
    .container{
        max-width:100%;
    }
}
@media (min-width: 769px){
    /* top before*/
    .top-before p{
        font-size:18px;
        line-height:1.7;
        text-align:center;
    }
    .brtop-before{
        display:block;
    }    
    .btnArea .btn {
        font-size:18px;
    }
    .srv-inner {
        padding: 35px 0 25px;
    }
    .srv-inner h2 {
        font-size: 4vw;
        margin: 0 0 1em;
        font-weight: 600;
    }
    .srv-inner>h2{
        margin:0 0 1em 0;
        padding:0;
        border:0;

        overflow: hidden;
        line-height: 1;
        margin: 0 0 1em;

        font-weight: 600;
        width:100%;

        background:transparent;
        background-repeat:no-repeat;
  
        /* h2 word remove */
        text-indent: 0;
    }
    .top-sec-frm3{
        background:#e2f1fb;
    }
    .top-sec-frm3 .top-sec-wrap{
        padding: 0;
        margin: 0 auto;
/*        background: #e2f1fb url('./img/aboutchatlady-pc.jpg') no-repeat center center/auto 100%;*/
        width:100%;
        height:100%;
        max-width:1400px;
        background: #e2f1fb url('./img/aboutchatlady-pc.jpg') no-repeat center center/cover;
        border-top: none;
        position:relative;
    }
    .top-sec-frm3 .top-sec-wrap:before{
        content:'';
        width:100%;
        height:100%;
        background:rgb(226, 241, 251, 0.3);
        position:absolute;
        top:0;
        left:0;
        z-index:1;
    }
    .top-sec-frm3 .top-sec-wrap .srv-inner{
        position:relative;
        z-index:5;
    }
    .top-sec-frm4{
        background:#fcf9ee;
    }
    .top-sec-frm4 .top-sec-wrap{
        padding: 0;
        margin: 0 auto;
        height:100%;
        max-width:1400px;
        background: #fcf9ee url('./img/recommendchatlady-pc.jpg') no-repeat center center/cover;
        border-top: none;
        position:relative;
    }
    .top-sec-frm4 .top-sec-wrap:before{
        content:'';
        width:100%;
        height:100%;
        background:rgba(251, 245, 224, 0.3);
        position:absolute;
        top:0;
        left:0;
        z-index:1;
    }
    .top-sec-frm4 .top-sec-wrap .srv-inner{
        position:relative;
        z-index:5;
    }
    .top-sec-frm5{
        background:#FFF3F9;
    }
    .top-sec-frm5 .top-sec-wrap{
        padding: 0;
        margin: 0 auto;
        height:100%;
        max-width:1400px;
        background: #FFF3F9 url('./img/feechatlady-pc.jpg') no-repeat center center / cover;
        border-top: none;
        position:relative;
    }
    .top-sec-frm5 .top-sec-wrap:before{
        content:'';
        width:100%;
        height:100%;
        background:rgba(253, 229, 241, 0.3);
        position:absolute;
        top:0;
        left:0;
        z-index:1;
    }
    .top-sec-frm5 .top-sec-wrap .srv-inner{
        position:relative;
        z-index:5;
    }
    .srv-inner>h2:after {
        content:none;
    }
    /* section 5 */
    .top-ch5 .srv-main {
        padding: 0 50% 0 16px;
    }
    .top-servicearea-data{
        padding:30px 0 20px;
    }
    .top-banner-sub{
        width:80%;
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:2em;
    }
    /* section 6 */
    .top-sec-frm6 .srv-btnArea a{
        flex:0 0 49%;
    }
    /* section 3 */
    .topLead .srv-btnArea {
        padding: 24px 0;
        justify-content:space-between;
    }
   .top-sec-frm3 .srv-main {
      padding: 0 45% 0 16px;
    }
   .top-sec-frm4 .srv-main {
        padding: 0 16px 0 45%;
    }
    .top-sec-frm5 .srv-main {
        padding: 0 50% 0 16px;
    }  
    .top-sec-wrap>h2{
        display:table;
        background-color:transparent;
        line-height:1.4;
        font-size:32px;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
    }
    .point-main .btn-default {
        width: 100%;
    }
    .top-interview-wrap>h1{
        font-size:44px;
        line-height:1.2;
    }
    .top-interview-wrap>h1 p{
        font-size:44px;
        line-height:1.2;
    }
    .top-interview-wrap>h1>span>p>span{
        color:var(--headline-color1);
        font-size:44px!important;
        line-height:1.2;
    }
    
    .top-interview-wrap{
        margin-bottom:40px;
    }
    .top-interview-wrap>h2{
        width:80%;
        background-color:transparent;
        line-height:1.4;
        font-size:32px;
        padding:20px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-interview-wrap>h2 p {
        font-size:32px;
        color: #000;
    }
    .top-inner-wrap>h2{
        width:80%;
        background-color:transparent;
        line-height:1.4;
        font-size:32px;
        padding-left:20px;
        padding-right:20px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-inner>p{
        font-size:17px;
        line-height:1.7;
        text-align:justify;
    }
    .top-inreason{
        width:800px;
        margin:0 auto;
    }
    .top-inreason-box{
        display:inline-block;
        width:50%;
    }
    .top-inreason-box:nth-child(1){
        order:2;
    }
    .top-inreason-box:nth-child(2){
        order:1;
    }
    .top-inreason-box>ul{
        margin-left:0;
        margin-right:auto;
    }
    .top-inreason-box>ul>li{
        font-size:17px;
        line-height:1.7;
    }
    .top-btn-regist a{
        width: 500px;
    }
    /* section 5 */
/* 3列は一時停止
    .circle-color{
        color:#191919;
    }
    .brfee{
        display:none;
    }
    .ul-fee li{
        flex:0 0 33.33%;
    }
    .ul-fee-img{
        width:100%;
        display:block;
        height:160px;
    }
    .ul-fee-box{
        width:100%;
        display:block;
        height:120px;
    }
    .trial-dt {
        background: transparent url(./img/assets/strong-bg.png) repeat-x 0 0;
        padding:8px 0 8px 0;
    }
    .trial-dt p:nth-of-type(1){
        display:inline-block;
        border:none;
        font-size:21px;
        font-weight:bold;
        color: #734109;
        white-space: nowrap;
        width:auto;
        margin:0;
        padding:0;
        line-height:1.7;
        text-align: initial;
        border-radius:0;
    }
    .trial-dt p:nth-of-type(2) span {
        font-size:34px;
        color:red;
        line-height:1.7;
    }
    .trial-dt p:nth-of-type(2){
        display:inline-block;
        font-size:34px;
        color:red;
        margin:0;
        padding:0;
        line-height:1.7;
        top: 0;
    }
    .trial-dl:after {
        content: none;
    }
    .trial-dd>p span {
        font-size: 16px;
    }
    .ul-fee-inner2 p{
        font-size:18px;
    }
    .top-sec-frm5 .topLead .srv-btnArea a{
        text-align:center;
    }
    .top-sec-frm5 .topLead .srv-btnArea a{
        display:table;
        flex:0 0 100%;
        max-width:392px;
        margin-left:auto;
        margin-right:auto;
    }
*/
    /* 3 features*/
    #advantage ul li {
        display: table-cell;
        width: 33.33333%;
        padding: 0 30px;
        margin:0;
    }
    .point-main{
        display:table;
        width:90%;
        max-width:1000px;
        margin:0 auto;
    }
    .point figure{
        width:100%;
        border: 1px #efe9e3 solid;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        overflow: hidden;

        display: inline-block;
        border-radius: 50%;
        margin: 0 auto 10px auto;
    }
    .point-description{
        width:100%;
        display:block;
    }
    .point-description strong{
        min-height:72px;
    }
    .btnArea .btn-castEntry {
        margin: 16px auto 0;
    }
    .top-interview>p{
        font-size:17px;
        line-height:1.7;
        text-align:center;
    }
    .col-xs-20{
        width: 33.33333%;
        float: left;    
    }
    .srv-inner {
        padding: 40px 0 35px;
        margin: 0 auto;
    }
    .srv-inner h2 {
        font-size: 36px;
    }
    .ttl-default{
        font-size: 38px;
        line-height: 70px;
        margin: 0 auto 30px auto;
    }
    .ttl-default-area {
        font-size: 38px;
        line-height: 70px;
        margin:0;
    }
    .ttl-default-first {
        font-size: 38px!important;
        line-height: 70px;
        margin:0!important;
    }
    .ttl-default-first2{
        display:inline-block!important;
/*        height:30px;*/
        font-size: 38px!important;
        line-height: 70px;
        margin:0!important;
    }
    .ttl-default-first2:nth-of-type(2){
        margin-bottom:0!important;
    }
    .ttl-default-small{
        font-size: 32px;
    }
    .ttl-default small {
        margin:0;
        border:0;
        padding:0;
        font-size: 12px;
        line-height: 34px;
    }
        /* banner page */
    .top-banner-main{
        display:flex;
        flex-flow:row nowrap;
    }
    .top-banner-sub{
        display:inline-flex;
        width:50%;
        padding:1em;
        justify-content:center;
        align-items:flex-end;
    }
    .top-banner-sub>div a:first-of-type{
        display:table;
        max-width:350px;
    }
    .top-banner-sub:first-of-type{
        justify-content:flex-end;
    }
    .top-banner-sub:nth-of-type(2){
        justify-content:flex-start;
    }
    .top-banner-sub>div{
    }
    /* cocobell-channel */
    .top_content-main{
        display:inline-flex;
        flex-flow:row nowrap;
    }
    .top_content-sub{
        width:50%;
        display:inline-block;
        padding:0.5em;
    }
    /* wedding support*/
    .top-wedding-support-sub{
        width:25%;
        padding:0 0.5em;
    }    
    /* Service Area */
    .top-servicearea-data>h2 small{
        padding-top:0;
        font-size: 12px;
        line-height: 34px;
    }
    .top-servicearea-data>h2{
        font-size: 38px;
        line-height: 70px;
        margin: 0 auto 30px auto;
    }
    .top-servicearea-data>h2>small{
        font-size: 12px;
        line-height: 34px;        
    }
    .top-servicearea-map{
        width:80%;
        margin:0 auto;
    }
    .top-servicearea-map-ch{
        padding:1em;
    }
    .top-servicearea-word{
        display:table;
        padding:1em;
        position:absolute;
        top:10%;
        left:10%;
    }
    .top-servicearea-word p{
        font-size:1.5em;
    }
    /* information */
    .top-information>h2{
        margin: 0 auto 30px auto;
        line-height: 70px;
        font-size:38px;
    }
    .top-information>h2 small{
        padding-top:0;
        font-size: 12px;
        line-height: 34px;
    }
/*
    .info-dd{
        border-bottom: 0px #dcd6d0 dotted;
    }
*/
}
@media (min-width: 769px){
    .top-before{
        margin-left:auto;
        margin-right:auto;
    }
    .top-sec-frm1{
        margin-left:auto;
        margin-right:auto;
    }
    .ch4-inner{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .ch5-inner{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .ch6-inner{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-interview{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-inner{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-distributer-mv{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-future-partner{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-wedding-support{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-again-reservation{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
    .top-servicearea-data{
        padding:40px 0 24px;
    }
    .area-map-data{
        width:960px;
        margin-left:auto;
        margin-right:auto;
    }
}
@media (min-width: 960px){
/*
    .ul-fee-img{
        width:100%;
        display:block;
        height:203px;
    }
    .ul-fee{
        justify-content:space-between;
    }
    .ul-fee li {
        flex: 0 0 31%;
    }
*/
}
/*******************************************/
/* area page insert                        */
/*******************************************/
.post_body3{
    width:100vw;
    margin: 0 calc(50% - 50vw);
}
@media (min-width: 769px){
    .post_body3{
        width:1000px;
        margin: 0 calc(50% - 500px - 15px);
    }
}
@media (min-width: 1000px){
    .post_body3{
        width:100vw;
        margin: 0 calc(50% - 50vw);
    }
}
/*******************************************/
/* online                                   */
/*******************************************/
.online_ttl_h1{
    font-size: 30px;
    line-height: 36px;
    padding: 8px 0 16px 0;
    margin: 0 auto 16px auto!important;
    min-width: 320px;
    text-align:center;
}
.online_ttl_h1:after{
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
/*    margin: 0 auto;*/
    margin: 12px auto 0 auto;
}
.online-wrapper{
    width:100%;
    margin:0;
}
#pages h2{
    text-align: center;
    margin: 20px 0;
    border-bottom: 1px solid #b28850;

/*    font-size: 0.33rem; */
    font-size: 1.29rem;
    font-weight: bold;
/*
    background-size: 0.4rem auto;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
*/
    background-size: 1.56rem auto;
    margin-left: -2.34rem;
    margin-right: -2.34rem;

    margin-top: 5px;
}
.title-article{
    border-bottom: 1px solid #956734;

    text-align: center;
/*    margin: 0 -0.3rem 0.34rem;*/
    margin: 0 -1.17rem 1.33rem;
}
.title-article span {
    display: inline-block;
    line-height: 1.25;

/*    background-size: 0.4rem auto;*/
/*    padding: 0 0.5rem;*/
/*    font-size: 0.31rem;*/
    background-size: 1.56rem auto;
    padding: 0 1.95rem;
    font-size: 1.21rem;
    font-weight: bold;
}
.text-center{
    text-align: center;
}
/* online_check */
.online_check div {
    margin: 0 auto;
}
.online_check p.title {
    text-align: center;
/*    font-size: 0.35rem;*/
    font-size: 1.36rem;
    font-weight: 700;
    margin: 30px auto;
    text-align: center;
}
.online_check ul{
    padding-left: 0%;
    background: none;
}
.online_check ul li{
    background-image: url(./img/ico_check.png);
    background-position: left 15px;
/*
    padding: 10px 0.08rem 0 0.4rem;
    background-size: 0.26rem auto;
    margin-bottom: 0.02rem;
    letter-spacing: -0.02em;
    font-size: 0.26rem;
*/
    padding: 10px 0.312rem 0 1.56rem;
    background-size: 1.01rem auto;
    margin-bottom: 0.078rem;
    letter-spacing: -0.078em;
    font-size: 1.01rem;
}
/* online-about */
div.online_about{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 30px 0 20px;
    background: none;
}
.online_about h2{
/*    font-size: 0.36rem;*/
    font-weight: 700;
    font-size: 1.4rem;

}
.line {
    background: url(./img/bd_top_define02.png) left repeat-x;
    background-position: 55% 95%;
}
section.online_about {
    /* org */
    width:100vw;
    margin:0 calc(50% - 50vw);

    text-align: center;
    background-color: #E1F3FF;

    padding: 0 0 30px;
}
/* org */
.online_about h2{
    margin-bottom:0;
}
.online_about .wrapper{
/*
    padding-left: 0.3rem;
    padding-right: 0.3rem;
*/
    padding-left: 1.17rem;
    padding-right: 1.17rem;
}
.online_about h3 {
    font-size: 30px;
    border: none;
    font-weight: 700;
    margin: 30px auto;
/*    font-size: 0.32rem;*/
    font-size: 1.25rem;

}
.online_about p {
    text-align: left;
/*    font-size:0.24rem;*/
    font-size:0.94rem;
}
.online_merit_title {
    text-align: center;
}
#pages.online.wrapper h2 {
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    border-top: #FAED1E 3px solid;
    border-bottom: #FAED1E 3px solid;
    margin: 50px 0;
    line-height:1.5;
}
.online_merit .contents {
    padding-bottom: 50px;
    margin-bottom: 0px;
}
.online p.title {
    text-align: center;
    margin: 20px auto;
    font-weight: 700;
/*    font-size: 0.32rem;*/
    font-size: 1.25rem;
}
.online_merit .contents .title span {
    background-color: #FF9D1D;
    color: #ffffff;
    margin-right: 10px;

    padding: 3px 5px;
/*    font-size: 0.33rem;*/
    font-size: 1.29rem;
}
.online_merit_img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.md {
    display: none !important;
}
.sm {
    display: block !important;
}
.online_merit>div>p{
/*    font-size: 0.24rem;*/
    font-size: 0.94rem;
}
.mark {
    color: #956734;
    background-color:transparent;
}
/* online_chance */
section.online_chance{
    /* org */
    width:100vw;
    margin:0 calc(50% - 50vw);

    padding: 0px 0 20px;
/*    margin: 0px auto 0;*/
    background: url(./img/pattern03.png) repeat;
    text-align: center;
}
/* org */
.online_chance .wrapper{
/*
    padding-left: 0.3rem;
    padding-right: 0.3rem;
*/
    padding-left: 1.17rem;
    padding-right: 1.17rem;
}
.online_chance .contents {
    background: #ffffff;
    padding: 20px 30px 0px;
    text-align: left;

    text-align: left;
}
.online_chance .contents .block {
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 20px;

    padding: 30px 0;
}
.online_chance .contents .block.last {
    border-bottom: none;
    margin-bottom: 30px;
}
.online_chance .block img {
    float: none;
    margin-bottom: 20px;
    text-align:center;
    margin:0 auto;
}
.online_chance .block p {
    float: none;
    width: 100%;
}
.online_chance .online_chance{
    padding: 0px 0 20px;
}

/* org */
.online_chance>div>div>p{
/*    font-size: 0.24rem;*/
    font-size: 0.94rem;
}
/* counseling */
.online_cm_detail {
    text-align: center;
    padding: 30px;
}
section.online_cm_detail {
    /* org */
    width:100vw;
    margin:0 calc(50% - 50vw);

/*    padding: 50px 0 70px;*/
    padding: 50px 0 50px;
}
.online_cm_detail .wrapper{
/*
    padding-left: 0.3rem;
    padding-right: 0.3rem;
*/
    padding-left: 1.17rem;
    padding-right: 1.17rem;
}
section.online_cm_detail.white.top {
    padding: 0px 0 50px;
    /* org */
    margin-bottom:0;
}
.online .contents {
    text-align: left;
}
.online_cm_detail h3 {
    border: none;
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    margin: 0px auto 50px;
/*    font-size: 0.32rem;*/
    font-size: 1.25rem;
}
.online_cm_detail h3:before, .online_cm_detail h3:after {
    border-top: 1px solid;
    content: "";
    width: 1em;
}
.online_cm_detail h3:before{
/*    margin-right: 0.1rem;*/
    margin-right: 0.39rem;
}
.online_cm_detail h3:after {
/*    margin-left: 0.1rem;*/
    margin-left: 0.39rem;
}
.online_cm_detail_img{
    float: none;
    width: 100%;
    height: auto;
    text-align:center;
}
/* org */
.ttl-details{
/*    font-size:0.24rem;*/
    font-size:0.94rem;
}
.online_cm_detail span{
    font-size:14px;
}
/* ibjs */
section.online_cm_detail.pink {
    background-color: #FDE7F4;
}
/* omiai */
p.title.omiai {
    margin-bottom: -10px;
    margin-bottom: -25px;
}
/* support */
section.online_cm_detail.yellow {
    background-color: #FFFEAE;
}
.trans:link{
    color: #996600;
}
.trans {
    color: #996600;
    text-decoration: none;

    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;

    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.online_cm_detail.yellow a.trans.hover {
    padding: 10px 10px 7px 10px;
    background: #faed1e;
    margin: 20px auto 0;
    display: block;
    text-align: center;
    width: 50%;

    width: 100%;
    text-align: center;

    /* org */
/*    font-size:0.24rem;*/
    font-size:0.93rem;
}
@media (min-width: 461px){
    .online_check {
        margin: 37px auto 0;
    }
    #pages h2 {
        font-size: 36px;
        margin: 20px 0;
        background-color:transparent;
    }
    .title-article span {
        font-size: 36px;
    }
    .online_check p.title {
        font-size: 36px;
        margin: 50px auto;
    }
    .online_check ul{
        margin-bottom: 30px;    
    }
    .online_check ul li{
        padding: 0 0 0 44px;
        background: url(./img/ico_check.png) left no-repeat;
        background-size: 24px auto;
        margin-bottom: 18px;
        font-size: 26px;
    }
    /* online-about */
    div.online_about{
/*        width: 60%;*/
        padding: 30px;
    }
    .online_about h2{
        font-size: 40px;
        background-color:transparent;
        border-bottom:0;
    }
    section.online_about {
        padding: 50px 30px;
    }
    .online_about h3 {
        font-size: 30px;
    }
    .online_about p {
        font-size:18px;
    }
    /* merit */
    .online_merit .contents {
        margin-bottom: 90px;
    }
    .online p.title {
        font-size: 24px;
        margin: 0 auto 20px;
    }
    .online_merit .contents .title span {
        font-size: 20px;
        padding: 5px;
    }
    .online_merit>div>p{
        font-size:18px;
    }
    .online_merit .contents {
        margin-bottom: 90px;
        padding-bottom: 0;
    }
    .online_merit_img{
        text-align:center;
    }
    /* online_chance */
    .online_chance>div>div>p {
        font-size: 18px;
    }
    /* counseling */
    section.online_cm_detail.white.top {
        padding: 0px 0 70px;
    }
    .online_cm_detail h3 {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .online_cm_detail h3:before {
        margin-right: 1rem;
    }
    .online_cm_detail h3:after {
        margin-left: 1rem;
    }
    .ttl-details{
        font-size:18px;
    }
    .hover:hover{
        text-decoration:underline;
    }
    /* ibjs */
    section.online_cm_detail {
/*        padding: 50px 0 70px;*/
        padding: 50px 0 10px;
    }
    #omiai{
        padding-bottom:40px;
    }
    #support{
        padding-bottom:40px;
    }
    .online_cm_detail.yellow a.trans.hover {
        font-size:18px;
    }
    .link-record {
        text-align: center;
        margin: 20px 0 0;
    }
    .trans:hover {
        text-decoration:underline;
    }
}
@media (min-width: 641px){
    .online_ttl_h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 8px 0 16px 0;
        margin: 0 auto 24px auto!important;
    }
}
@media (min-width: 769px){
    .online-wrapper{
        width:1000px;
        margin:0 -15px;
        padding:0 50px;
    }
    .online_check {
        margin: 37px auto 0;
    }
    #pages h2 {
        font-size: 36px;
        margin: 20px 0;
        font-weight:normal;
        background-color:transparent;
    }
    .title-article span {
        font-size: 36px;
        font-weight:normal;
    }
    .online_check p.title {
        font-size: 36px;
        margin: 50px auto;
        font-weight:normal;
    }
    .online_check ul{
        padding-left: 25%;
/*        background: url(./img/img_online_check01.png) left bottom no-repeat;*/
        margin-bottom: 30px;    
    }
    .online_check ul li{
        padding: 0 0 0 44px;
        background: url(./img/ico_check.png) left no-repeat;
        background-size: 24px auto;
        margin-bottom: 18px;
        font-size: 26px;
    }
    /* online-about */
    div.online_about{
/*        width: 60%;*/
        width:75%;
        padding: 30px;
/*        background: url(./img/img_online_about01.png)right bottom no-repeat;*/
    }
    .online_about h2{
        font-size: 40px;
        font-weight: 700;
        background-color:transparent;
        border-bottom:0;
    }
    .line {
        background: url(./img/bd_top_define02.png) left repeat-x;
        background-position: 55% 80%;   
    }
    section.online_about {
        /* org */
        width:1000px;
        margin:0 calc(50% - 500px);
        padding: 50px 30px;
    }
    .online_about h3 {
        margin:0;
        font-size: 30px;
        border: none;
        font-weight:normal;
    }
    .online_about p {
        text-align: center;
        font-size:18px;
    }
    /* merit */
    .online_merit .contents {
        margin-bottom: 90px;
    }
    .online p.title {
        font-size: 24px;
        margin: 0 auto 20px;
        text-align: left;
        font-weight:normal;
    }
    .online_merit .contents .title span {
        font-weight: 700;
        font-size: 20px;
        padding: 5px;
    }
    .online_merit_img {
        float: left;
        width: 380px;    
    }
    .md {
        display: block !important;
        vertical-align: baseline;
    }
    .sm {
        display: none !important;
    }
    .online_merit>div>p{
        font-size:18px;
    }
    .online_merit .contents {
        margin-bottom: 90px;
        padding-bottom: 0;
    }
    /* online_chance */
    section.online_chance{
        /* org */
        width:1000px;
        margin:0 calc(50% - 500px);
    }
    .online_chance .wrapper{
        padding-left:0;
        padding-right:0;
    }
    .online_chance>div>div>p {
        font-size: 18px;
    }
    .online_chance .block p {
        padding-left:23%;
    }
    .online_chance .contents .block {
        padding: 20px 20px 40px;
    }
    .online_chance .block img {
        float: left;
    }
    /* counseling */
    section.online_cm_detail {
        /* org */
        width:1000px;
        margin:0 calc(50% - 500px);

        padding:0;
    }
    .online_cm_detail .wrapper{
        /*
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    */
        padding-left: 0;
        padding-right: 0;
    }
    section.online_cm_detail.white.top {
        padding: 0px 0 70px;
    }
    .online_cm_detail h3 {
        font-size: 30px;
        border: none;
        text-align: center;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight:normal;
    }
    .online_cm_detail h3:before {
        margin-right: 1rem;
    }
    .online_cm_detail h3:after {
        margin-left: 1rem;
    }
    .online_cm_detail_img {
        float: left;
        width: 380px;
        height: 260px;
    }
    .ttl-details{
        font-size:18px;
    }
    .hover:hover{
        text-decoration:underline;
    }
    /* ibjs */
    section.online_cm_detail {
/*        padding: 50px 0 70px;*/
        padding: 50px 0 10px;
    }
    #omiai{
        padding-bottom:40px;
    }
    #support{
        padding-bottom:40px;
    }
    .trans {
        color: #996600;
        text-decoration: none;
    
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-transition: opacity 0.26s ease;
        -o-transition: opacity 0.26s ease;
        -webkit-transition: opacity 0.26s ease;
        transition: opacity 0.26s ease;
    }
    .online_cm_detail.yellow a.trans.hover {
        width: 50%;
        font-size:18px;
    }
    .link-record {
        text-align: center;
        margin: 20px 0 0;
    }
    .trans:hover {
        text-decoration:underline;
    }
}
@media (min-width: 1000px){
    section.online_about {
        width:100vw;
        margin:0 calc(50% - 50vw);
        background: #E1F3FF;
    }
    section.online_chance{
        width:100vw;
        margin:0 calc(50% - 50vw);
    }
    /* org */
    .online_chance .wrapper{
        width:1000px;
        margin:0 auto;
    }
    section.online_cm_detail {
        width:100vw;
        margin:0 calc(50% - 50vw);
    }
    .online_cm_detail .wrapper{
        width:1000px;
        margin:0 auto;
    }
}
/*******************************************/
/* data                                   */
/*******************************************/
.l-side-margin {
/*
    margin-left: 15px;
    margin-right: 15px;
*/
}
.entry-content .size-full {
    width: 100%;
    margin-bottom:10px;
}
.l-text-right {
    text-align: right;
    display: block;
    line-height:1.7;
}
.entry-content p {
    overflow: hidden;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1.5em;
    display: inline;
    word-break: break-all;
}
.entry-content p:after {
    content: "";
    display: block;
    margin-bottom: 1.5em;
}

.entry-content .t-note {
    font-size: 12px;
}
.l-text-center {
    text-align: center;
    line-height:1.7;
}
.show-small{
    line-height:1.7;
    display:block;
}
.hide-small{
    display:none;
}
.entry-content .size-full {
    width: 100%;
}
.t-button.is-top-margin {
    margin-top: 50px;
}
.t-button a {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    padding: 16px 10px 13px;
    background: #fff;
    box-shadow: 0 3px 0 false;
    white-space: nowrap;
    width: 100%;
    text-decoration: none;
    border: 1px solid #ddd;
    font-weight: 500;

    background: url('./img/assets/arrow-controller.svg') no-repeat 97% center/14px auto;
    margin-bottom:8px;
}
.t-button a:hover {
    background-color:#3c2c1c;
    color:#fff;
}
.t-button a:after {
    position: absolute;
    top: calc(50% + 2px);
    transform: translateY(-50%);
/*    font-family: ibjapicons;*/
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
}
.t-button a:after {
    right: 10px;
/*    content: "\e90c";*/
/*    background: url('./img/assets/arrow-controller.svg') no-repeat 97% center/14px auto;*/
}
@media (min-width: 769px){
    .show-small{
        display:none;
        line-height:1.7;
    }
    .hide-small{
        line-height:1.7;
        display:block;
    }
    .l-outer.is-max-small {
        width:840px;
        margin-left:auto;
        margin-right:auto;
        padding:0 0.9375rem;
    }
    .entry-content .aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    img.aligncenter {
        margin-bottom: 20px;
    }
    .l-row-2, .l-row-3 {
        line-height: 1.7;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .l-row-2>li, .l-row-3>li{
        overflow: hidden;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 10px;
    }
    .l-row-2>li{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 0;
        max-width: 50%;
    }
    .t-button a {
        width: 360px;
        padding:0;
        font-size: 14px;
        line-height: 48px;
    }
}
/*******************************************/
/* search                                  */
/*******************************************/
.search-wrapper{
    width:100%;
    margin:0;
}
.system_main{
    padding: 20px 0 20px;
}
.md {
    display: none !important;
}
.sm {
    display: block !important;
}
.system_main img {
    display: block;
    width: 100%;
    margin: 10px auto;
    float: none;
}
.system p {
/*    font-size: 0.27rem;*/
    font-size:1.053rem;
}
.system_main p {
    width: 100%;
    padding: 0 0 20px 0;
    font-weight: bold;
    color: #956734;
    font-size: 16px;
}
.system_main p:first-of-type {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 20px;
    color: #513317;
    line-height: 1.4;
}
.system_detail {
    padding: 20px 0 20px 0;
/*    font-size: 0.27rem;*/
    font-size:1.053rem;
}
.system_detail p.title {
    padding: 0 0 10px 0;
/*    font-size: 18px;*/
    font-size: 20px;
    text-align: center;
}
.system_detail img {
    display: block;
    width: 100%;
    margin: 10px auto;
    float: none;
}
.system_detail p.title strong {
    color: #cc0000;
}
.system_detail .title_ibjs {
    font-weight: 700;
    color: #956734;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}
p.caution01 {
    display: block;
    width: calc(100% -26px);
    margin: 0 0 20px 0;
    padding: 14px;
    background: #fffdc7;
    border: 3px solid #fff921;
    /* font-size: 12px; */
}
.link-record {
    text-align: center;
    margin: 20px 0 0;
}
.link-record p {
/*    font-size: 0.23rem;*/
    font-size:0.897rem;
    line-height: 1.3;
}
.trans{
    text-align:center;
}
.trans .sm{
    margin-left:auto;
    margin-right:auto;
}
@media (min-width: 461px){
    .system p {
        /*    font-size: 0.27rem;*/
            font-size:1.9rem;
    }
    .system_detail {
    /*    font-size: 0.27rem;*/
        font-size:1.9rem;
    }
    .link-record p {
        /*    font-size: 0.23rem;*/
            font-size:1.7rem;
            line-height: 1.3;
    }
}
@media (min-width: 769px){
    .search-wrapper{
        width:1000px;
        margin:0 -15px;
        padding:0 50px;
    }
    .system_main{
        padding: 30px 0;
    }
    .md {
        display: block !important;
    }
    .sm {
        display: none !important;
    }
    .system_main img {
        float: right;
        width:auto;
    }
    .system p {
        /*    font-size: 0.27rem;*/
            font-size:1.053rem;
    }
   .system_main p {
        width: 70%;
        padding: 0 0 20px 0;
        font-weight: bold;
        color: #956734;
        font-size: 20px;
    }
    .system_main p:first-of-type {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
        font-size: 30px;
        color: #513317;
    }
    .system_detail {
        padding: 30px 0;
        /*    font-size: 0.27rem;*/
        font-size:1.053rem;
    }
    .system_detail p.title {
        padding: 0 0 20px 0;
        font-size: 20px;
    }
    .system_detail img {
        display: inline-block;
        width: 30%;
        margin: 0 0 0 5%;
        float: right;
    }
    .system_detail .title_ibjs {
        font-weight: 700;
        color: #956734;
        font-size: 20px;
        padding: 0 0 20px;
        text-align:left;
    }
    p.caution01 {
        display: block;
        width: calc(100% -26px);
        margin: 0 0 60px 0;
        padding: 14px;
        background: #fffdc7;
        border: 3px solid #fff921;
        /* font-size: 13px; */
    }
    .link-record p {
        padding-top: 5px;
        color: #996600;
        /*    font-size: 0.23rem;*/
        font-size:0.897rem;
    }
    .link-record {
        margin: 0;
    }
    .trans .md{
        margin-left:auto;
        margin-right:auto;
    }
    
}
/*******************************************/
/* sitemap                                 */
/*******************************************/
.ttl-lower-page{
    font-size: 30px;
    padding: 8px 0 16px 0;
    margin: 0 auto 16px auto;
}
#srv-sitemap{
    padding: 24px 0;
}
#srv-sitemap dl dt{
    padding:0;
}
#srv-sitemap dl dd a{
    font-size:14px;
    line-height:1.2;
    padding-bottom: 10px;
}
/*******************************************/
/* interview h1 hidden                     */
/*******************************************/
.ttl-lower-page-hide{
    display:none;
}
/*******************************************/
/* サービス提供エリア                       */
/*******************************************/
.areamap-full{
    width:100vw;
    margin:0 calc(50% - 50vw);
    background-color: #fcf9ee;
}
.areamap-data{
    width:96%;
    max-width:1000px;
    margin:0 auto;
    padding:1em 0;
}
.areamap-ttl{
    overflow: hidden;
    max-width: none;
    background-color: inherit;
    display: block;
    font-weight: bold;
    border: 0;
    position: static;
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0 0 0;
    margin: 0 auto 25px auto;
}
.areamap-ttl>span{
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    font-size: 24px;
    border-bottom: 0;
    padding: 0!important;
    font-weight: 500;
    height:auto;
    display: inline-block;
}
.areamap-ttl>span>span{
    padding: 0;
    display: inline-block;
    /* margin: 0 auto 20px auto; */
    font-weight: 500;
}
.areamap-ttl small{
    color: #887766;
    display: block;
    background: url('./img/ttl-dot-line.png') no-repeat center top;
    font-size: 10px;
    line-height: 1;
    padding: 10px 0 0 0;
}
@media (min-width: 769px){
    .areamap-full{
        width:1000px;
        margin:0 auto;
    }
    .areamap-ttl{
        font-size: 44px;
        line-height: 48px;
        margin: 0 auto 30px auto;
    }
    .areamap-ttl>span{
        font-size: 30px;
    }
    .areamap-ttl small{
        margin: 0;
        border: 0;
        padding: 0;
        font-size: 12px;
        line-height: 34px;
    }
}
@media (min-width: 1000px){
    .areamap-full{
        width:100vw;
        margin:0 calc(50% - 50vw);
    }
}
/*******************************************/
/* エリアタイトル　                         */
/*******************************************/
.area>.post_body2>h1{
    background-color: transparent;
    padding: 10px;
    font-size: 30px;
    line-height: 1.4;
    color: #3c2c1c;
}
@media (min-width: 769px){
    .area .post_body2{
        width:960px;
        margin-left:auto;
        margin-right:auto;
        padding-top:20px!important;
    }
}
/*******************************************/
/* お客様感想                              */
/*******************************************/
@media (min-width: 769px){
    .reviews{
        padding-top:30px;
    }
}
/*******************************************/
/* 会社概要                                 */
/*******************************************/
.company-page-header{
    width:100vw;
    margin:0 calc(50% - 50vw);

    padding: .89286em 1.07143rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.42857;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(#feb843, #fcac45);
    color: #fff;
    position: relative;
    height:77.75px;
}
.detail_company{
    width:100vw;
    margin:0 calc(50% - 50vw);
}
.company-page-header .breadcrumb{
    display:none;
    padding: 0 2.38rem;
}
.company-page-header h1{
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.42857;
    font-weight: 500;
    text-align: center;
    color: #fff;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.company-bread>li>a>span{
    color:white;
}
.company-bread>li+li:before{
    color:white;
}
.content{
    width:100vw;
    margin:0 calc(50% - 50vw);
    padding:0 calc(50% - 50vw);
    margin-bottom:30px;
    position:relative;
}
.content_wrap{
    width:100%;
}
.company{
    width:100%;
}
.content .content_wrap main.company .company_table {
    width:100%;
    padding: 3.21429rem 1.07143rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content .content_wrap main.company .company_table table {
    width: 100%;
    max-width: 945px;
}
.content .content_wrap main.company .company_table table tr th {
    letter-spacing: .02em;
    vertical-align: top;
    padding: .71429em 0.25em .71429em 0;
    border-top: none;
    border-bottom: #e5e5e5 solid 1px;

    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    color: #555;
    width: 5em;

    font-size:14px;
}
.content .content_wrap main.company .company_table table tr td {
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: .02em;
    vertical-align: top;
    border-top: none;
    border-bottom: #e5e5e5 solid 1px;

    padding: .71429em 0 .71429em 0.25em;
    color: #333;
    font-size:14px;
}
.content .content_wrap main.company .company_table table tr td table {
    width: auto;
}
.content .content_wrap main.company .company_table table tr td table tr th, .content .content_wrap main.company .company_table table tr td table tr td {
    width: auto;
    padding: 0;
    font-weight: inherit;
    border: none;
}
.content .content_wrap main.company .company_table table tr td table tr td {
    padding-left: 1em;
}
.content .content_wrap main.company .company_table table tr td a, .content .content_wrap main.company .company_table table tr td a.note {
    color: #ff7f00;
    text-decoration: underline;
    font-size: .75em;
}
.content .content_wrap main.company .company_table table tr td a:hover{
    text-decoration:none;
    opacity:0.6;
}
/* mission */
.content .content_label {
    width:100%;
    padding: .89286em 1.07143rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.42857;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(#feb843, #fcac45);
    color: #fff;
    position: relative;
    height:77.75px;
}
.content_label>h2>span{
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.6rem;
    font-weight:500;
    padding:0;
}
.content .content_wrap main.philosophy .philosophy_wrap {
    padding: 2.5rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content .content_wrap main.philosophy .philosophy_wrap .catchcard {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 2.1875rem;
    padding: 0 1.07143rem;
}
.content .content_wrap main.philosophy .philosophy_wrap .catchcard .card_inner {
    text-align: center;
}
.content .content_wrap main.philosophy .philosophy_wrap .catchcard .card_inner .title {
    color: #ff7f00;
    font-size: 1.78571rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .05em;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;

}
.content .content_wrap main.philosophy .philosophy_wrap .catchcard .card_inner .title .sub {
    font-size: .48em;
    color: #3c2002;
    line-height: 3;
    font-style: normal;
    font-weight: normal;
    display: block;
}
.content .content_wrap main.philosophy .philosophy_wrap .catchcard .card_inner .catchcopy {
    font-size: 1.35714rem;
    padding: .3125rem 0 .3125rem;
    font-weight: 500;
    letter-spacing: .05em;
    color: #3c2002;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/* representative */
.content .content_wrap main.board .board_member {
    position: relative;
}
.forPC {
    display: none;
}
.content .content_wrap main.board .board_member .board_bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEF3F6 no-repeat 50% top/auto 100%;
}
.content .content_wrap main.board .board_member>img.forSP {
    width: 100%;
}
.forSP{
    display:block;
}
.content .content_wrap main.board .board_member .secInner {
    position: relative;
    z-index: 1;
    padding: 2.14286rem 1.07143rem 3.92857rem;
}
.content .content_wrap main.board .board_member .secInner .desc .boardcopy {
/*    font-size: 1.35714rem;*/
    font-size: 1.25rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.57895;
    color: #3c2002;
    letter-spacing: 0.05em;
}
.content .content_wrap main.board .board_member .secInner .desc .boardname {
/*    font-size: 1.35714rem;*/
    font-size:1.25rem;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1;
    color: #ff7f00;
    margin-top: 1em;
}
.content .content_wrap main.board .board_member .secInner .desc .boardname .posttitle {
/*    font-size: .73684em;*/
    font-size:0.7em;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.35714;
    display: inline-block;
    margin-right: 1em;
}
.content .content_wrap main.board .board_member .secInner .desc .boardbio {
/*    font-size: .85714rem;*/
    font-size:0.8rem;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.91667;
    color: #888;
    margin-top: 0.5em;
}
.content .content_wrap main.board .board_member .secInner .desc .boardtxt {
    color: #333;
    text-align: justify;
    margin-top: 1.8em;
}
.content .content_wrap main.board .board_member .secInner .desc .boardtxt p {
    margin-top: 1.2em;
    font-family: 'Noto Sans JP', 'Noto Sans', Helvetica, Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ',Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size:0.9em;
}
@media (min-width: 769px){
    .company-page-header{
        height:89px;
    }
    .company-page-header h1{
        font-size: 1.7rem;
    }    
    .company-page-header .breadcrumb{
        display:inline-flex;
        position:absolute;
        top:0;
        left:0;
    }
    .company-page-header .breadcrumb>li{
        display:inline-block;
    }
    .content_label h2{
        background:transparent;
        border:none;
    }
    .card_inner h2{
        background:transparent;
        border:none;
    }
    .content .content_label {
        height:89px;
    }
}
@media (min-width: 961px){
    .content .content_wrap main.company .company_table table tr th {
        width: 12.5rem;
        padding-left: 4.0625rem;
        font-size:16px;
    }
    .content .content_wrap main.company .company_table table tr td {
        padding: 1em 0;
        font-size:16px;
    }
    .content_label>h2>span{
        font-size:30px;
        padding:0;
    }
    .forSP {
        display: none;
    }
    .forPC{
        display:block;
    }
    .content .content_wrap main.philosophy .philosophy_wrap .catchcard .card_inner .catchcopy {
        font-size: 1.875rem;
        padding-top: 0;
        font-weight:500;
    }
    /* representative */
    .content .content_wrap main.board .board_member {
/*        min-height: 55.75rem;*/
        min-height:33.45rem;
    }
    .content .content_wrap main.board .board_member .board_bg.forPC {
        display: block;
    }
    .content .content_wrap main.board .board_member .board_bg.h680 {
        display: none;
    }
    .forSP {
        display: none;
    }
    .content .content_wrap main.board .board_member .secInner {
/*        padding: 7.8125rem 1.875rem 8.75rem;*/
        padding:5.8rem 1.875rem 5.8rem 1.875rem;
    }
    .content .content_wrap main.board .board_member .secInner .desc {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardcopy {
/*        font-size: 1.625rem;*/
        font-size:1.2rem;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardname {
/*        font-size: 1.5rem;*/
/*      margin-top: 1.5em;*/
        font-size:1.3rem;
        margin-top: 1.2em;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardname .posttitle {
/*        font-size: .66667em;*/
        font-size:0.5em;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardbio {
/*        font-size: .875rem;*/
        font-size:0.7rem;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardtxt {
        line-height: 2;
        text-align: justify;
    }
    .content .content_wrap main.board .board_member .secInner .desc>* {
        width: 65%;
    }
    .content .content_wrap main.board .board_member .secInner .desc .boardtxt p {
        margin-top: 0;
        font-size:0.8em;
    }
}
/*******************************************/
/* terms                                   */
/*******************************************/
.term_ttl_h1{
    display:none;
}
.detail_terms{
    width:100vw;
    margin:0 calc(50% - 50vw);
}
#legal-notation {
    width: 96%;
    margin: 0 auto;
    padding: 40px 0 60px 0;
}
#legal-notation .ttl-default{
    padding: 4px 0 8px 0;
    margin: 0 auto 20px auto;
}
#legal-notation .ttl-default>span{
    font-size: 22px;
    line-height: 25px;
}
/*
.table-layout {
    text-align: left;
}
*/
.table-layout>dl{
    margin:0;
}
.table-layout>dl>dd{
    margin:0;
    line-height: 1.6;
}
@media (min-width: 600px){
    #legal-notation {
        width: 96%;
        margin: 0 auto;
        padding: 30px 25px;
        margin-bottom: 50px;
    }
    .table-layout>dl>dt{
        font-weight:500;
        font-size:15px;
    }
    .table-layout>dl>dd{
        line-height: 1.24;
    }
}
@media (min-width: 641px){
    #terms, #legal-notation {
        padding:32px 0;
    }    
}
@media (min-width: 769px){
    #terms, #legal-notation {
        width: 980px;
        margin: 0 auto;
        padding: 30px 40px;
        margin-bottom: 60px;
    }
    #legal-notation .ttl-default{
        padding: 0 0 20px 0;
    }
    #legal-notation .ttl-default>span{
        font-size: 28px;
        line-height: 34px;
    }
}
/*******************************************/
/* Privacy Policy                          */
/*******************************************/
.policy_ttl_h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 8px 0 16px 0;
    margin: 0 auto 16px auto!important;
    min-width: 320px;
    text-align:center;
}
.policy_ttl_h1:after{
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
/*    margin: 0 auto;*/
    margin: 12px auto 0 auto;
}
.detail_policy{
    width:100vw;
    margin:0 calc(50% - 50vw);
}
.post_body #privacy{
    padding: 24px 0;
    text-align: left;
    padding-top: 0;
    width: 96%;
    margin: 0 auto;
}
.post_body #privacy .policylead{
    margin-bottom: 1.5em;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
    line-height: 1.6;
    color: #3c2c1c;
}
.post_body #privacy dl dt {
    font-size: 15px;
    margin-bottom: 0.6em;
    font-weight: 500;
}
.post_body #privacy dl dd span {
    display: inline-block;
    margin: 0 auto 4px 0;
    text-decoration: underline;
}
.post_body #privacy ol{
    padding: 10px 0 7px 1em;
}
.post_body #privacy ol li{
    margin-bottom:5px;
}
.post_body #privacy{
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
    line-height: 1.6;
    color: #3c2c1c;
}
@media (min-width: 641px){
    .policy_ttl_h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 8px 0 16px 0;
        margin: 0 auto 24px auto!important;
    }
}
@media (min-width: 769px){
    .post_body #privacy{
        width: 980px;
        margin: 0 auto;
    }
}
/*******************************************/
/* 会員データ                               */
/*******************************************/
.data_ttl_h1{
    font-size: 30px;
    line-height: 36px;
    padding: 8px 0 16px 0;
    margin: 0 auto 16px auto!important;
    min-width: 320px;
    text-align:center;
    background:transparent;
    border-bottom:none;
}
.data_ttl_h1:after{
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
/*    margin: 0 auto;*/
    margin: 12px auto 0 auto;
}
.brctl{
    display:block;
}
.data > div {
    padding: 20px 0 0 0;
    position: relative;
    text-align:center;
}
.data > div p {
    margin: 10px 0 20px 0;
    padding: 10px 0;
    background: url(./img/line.png) repeat-x bottom;
    vertical-align: baseline;
    text-align:center;
    font-size:1.053rem;
}
.data > div p strong {
    color: #cc0000;
}
.data > div p.data_section01 {
    margin: 10px 0 20px 0;
    padding: 10px 0;
    background: none;
    font-size: 22px;
}
.data > div p.data_section01 strong {
    font-size: 32px;
    color: #956734;
}
.data > div p.data_section01 strong span {
    font-size: 24px;
}
.data > div span {
    padding: 10px 0;
    font-size: 12px;
    line-height: 0.7;
}
.data > div:first-of-type img {
    position: inherit;
    display: block;
    width: 60%;
    height: auto;
    margin: 10px auto;
    right: inherit;
    bottom: inherit;
}
.data > div table {
    width: calc(100% - 2px);
    margin: 20px auto;
    border-top: 1px solid #c3b9ae;
    border-right: 1px solid #c3b9ae;
}
.data > div th {
    background: #fcf9f3;
    font-size: 0.84em;
}
.data > div th, .data > div td {
    display: block;
    width: calc(50%);
    padding: 10px 0;
    text-align: center;
    border-top:none;
    border-bottom: 1px solid #c3b9ae;
    border-left: 1px solid #c3b9ae;
    float: left;
    font-size: 0.84em;
}
.ttl-nomargin{
    margin-bottom:0!important;
}
@media (min-width: 641px){
    .data_ttl_h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 8px 0 16px 0;
        margin: 0 auto 24px auto!important;
    }
}
@media (min-width: 769px){
    .brctl{
        display:none;
    }
    .data > div p.data_section01 {
        font-size: 26px;
    }
    .data > div p.data_section01 strong {
        font-size: 40px;
    }
    .data > div p.data_section01 strong span {
        font-size: 28px;
    }
    .data > div span {
        padding: 10px 0;
        font-size: 14px;
        line-height:1;
    }
    .data > div:first-of-type img {
        position: absolute;
        width: 20%;
        height: auto;
        right: 0;
        bottom: 20px;
    }
    .data > div table {
        width: calc(50% - 2px);
        margin: 20px auto;
    }
}
/*******************************************/
/* 会員データのパンくずリスト               */
/*******************************************/
.breadcrumb-wrap{
    margin-left:auto;
    margin-right:auto;
    width:98%;
}
@media (min-width: 600px){
    .breadcrumb-wrap{
        width:92%;
    }
}
@media (min-width: 769px){
    .breadcrumb-wrap{
        width:960px;
    }
}
/*******************************************/
/* トグルメニュー                           */
/*******************************************/
.toggleMenu>ul>li:nth-of-type(5) a:hover{
    background:#3c2c1c;
    color:#fff;
}
.toggleMenu>ul>li:nth-of-type(6) a:hover{
    background:#3c2c1c;
    color:#fff;
}
/*******************************************/
/* 成婚までの流れ(additional button)        */
/*******************************************/
.flow-orgbtn{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    list-style: none;
    margin:0;
    padding:0;
}
.flow-orgbtn li{
    margin:0 0 8px 0;
    padding:0;
    width:100%;
    display:block;
    text-align:center;
}
.btn-default-s{
    width:100%;
}
.flow-btn-box .btn-default{
    margin-bottom:8px;
}
@media (min-width: 769px){
    .btn-default-s{
        width:auto;
    }
    .flow-orgbtn li{
        display:inline-block;
        width:50%;
    }
    .flow-orgbtn li:first-of-type{
        text-align:right;
    }
    .flow-orgbtn li:nth-of-type(2){
        text-align:left;
    }
}
/*******************************************/
/* common                                  */
/*******************************************/
.max_w728{
    max-width:728px;
    margin: 0 auto;
}
.max_w800{
    max-width:800px;
    margin: 0 auto;
}
.max_w960{
    max-width:960px;
    margin: 0 auto;
}
/*
.top-sec-wrap{
    margin: 0;
    padding: 30px 0 25px 0;
}
*/
.top-sec-img{
    padding:0;
    max-width:800px;
    margin:0 auto 40px auto;
}
.topLead{
    width:100%;
}
.topLead-catch{
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #3c2c1c;
}
.hide-pc{
    display:block;
}
.topLead_inner{
    display: block;
    text-align: left;
    max-width: 980px;
}
.topLead_txt{
    display: block;
    margin: 0;
    padding: 0;
}
.topLead_txt p{
    margin: 0 0 1em;
}
.topLead_img{
    display:block;
    padding:0;
    width: 100%;
    margin: 0 0 16px;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    line-height: 0;
}
.topLead_img:after {
    display: block;
    content: '';
    padding: 62.5% 0 0 0;
}
.topLead_img-ck{
/*    background: url('./img/static/img-lead-ck01.png') no-repeat center center/cover;*/
    background: url('./img/static/img-lead-ck01.png') no-repeat center center/contain;
}
.topMenu_list{
    display:block;
    margin:0;
    padding:0;
    list-style:none;
}
.topMenu_list-ck li{
/*    color:#ff8811;*/
/*    font-size:16px;*/
    font-size:14px;
}
.topMenu_list li {
    display:block;
    width:100%;
    position: relative;
    list-style: none;
    font-weight:600;
    line-height: 1.24;
    padding:0 0 0 1.5em;
    margin: 0 0 8px;
    background: url('./img/static/checkbox01.png') no-repeat left top/16px 16px;
    font-size:15px;
}
.top-sec-frm3 .topMenu_list li {
    display: inline-block;
    color: var(--refer-color2);
    font-weight:bold;
}
.top-sec-frm4 .topMenu_list li {
    display: inline-block;
    color: #ee8822;
    font-weight:bold;
}
.srv-headline{
    display: inline-block;
    color: var(--refer-color3);
    font-weight:bold;
}
.note_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.note_list li {
    font-size: 12px;
    color: #887766;
    line-height: 1.25;
    margin: 0 0 4px;
    padding: 0 0 0 1.25em;
    position: relative;
    text-align: left;
}
.note_list li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.topLead_img:after {
    display: block;
    content: '';
    padding: 62.5% 0 0 0;
}
.topLead_inner>.topLead_img {
    display: none;
}
.topLead_wrap{
    width:100%;
}
.topLead_wrap>p{
    font-size: 15px;
    text-align: justify;
    line-height: 1.5;
    margin:0 0 10px;
}
.topLead_wrap h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
.tx_center {
    text-align: center;
}
@media (min-width: 560px){
    .top-sec-img{
        padding:0 1em;
    }
}
@media (min-width: 641px){
    .topLead_wrap h3{
        font-size: 22px;
        margin-top:24px;
        margin-bottom:24px;
    }
    .topLead-catch{
        display: block;
        font-size: 22px;
        margin-bottom: 24px;
    }
    .topLead_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .topLead_inner>.topLead_img {
        display:block;
        flex: 0 0 48%;
        margin: 0;
        box-shadow: 4px 6px 8px rgb(0 0 0 / 20%);
    }
    .topLead_txt .topLead_img {
        display: none;
    }
}
@media (min-width: 769px){
/*    
    .top-sec-wrap{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
*/
    .hide-pc{
        display:none;
    }    
}
/**********************************************************/
/* information                                            */
/**********************************************************/
.info .container{
    max-width:100%;
    padding:0;
    width:100%;
}
.info .row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#info-main{
    width:100%;
    width: 96%;
    margin: 0 auto;
    padding: 30px 0 16px;
    text-align: center;
}
@media (min-width: 560px){
    #info-main{
        padding: 30px 0 20px;
    }
}

#info-main #newsProgram{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
#info-main #newsProgram dl {
    font-weight:normal;
    list-style:none;
    display:block;
    font-size:12px;

    width: 90%;
    margin: auto;
    padding: 10px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #CCC;
}
#info-main #newsProgram h1{
    font-size:1rem;
    line-height:1.6;
}
#info-main #newsProgram h1 span{
    margin:0;
    padding:0;
}
#info-main #newsProgram dl dt {
    color: #ccac93;
    font-size: 16px;
    margin-bottom: 0;
    float: none;
    display: block;
    width: 120px;
    display: block;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 10px;
    padding: 6px 12px;
    font-size: 12px;
    color: #fff;
    background: #3c2c1c;
    line-height: 1rem;
    border-radius: 12px;
    text-align: center;
    padding: 0;
    margin: 16px 0 0 0;
}
#info-main #newsProgram dl dd {
    width: 100%;
    border-top: 0px dashed #ccc;
    font-size: 16px;
    padding: 0;
    margin-bottom: 0;
    color: #3c2c1c;
    float: none;
    font-size: 0.8rem;
    padding: 0 0 16px 0;
    text-align: left;
}
#info-main #newsProgram dl dd strong {
    color: #3c2c1c;
    font-weight: normal;
    margin-top: 0rem;
    margin-bottom: 0;
    display: block;
}
#info-main #newsProgram dl dd p {
    margin-bottom: 1rem;
    color: #3c2c1c;
}
#info-main .btn-default {
    color: #3c2c1c;
    border: 1px #3c2c1c solid;
    line-height: 42px;
    background: url('./img/assets/arrow-controller.svg') no-repeat 97% center/14px auto;
    border-radius: 4px;
    text-decoration: none;
    width: 96%;
    max-width: 350px;
    display: block;
    margin: 24px auto 0 auto;
    font-size: 14px;
    padding: 0;
}
#info-main .btn-default:hover{
    background-color:#3c2c1c;
    color:#fff;
}
@media (min-width: 769px){
    #info-main #newsProgram {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background: #fff;
    }
    #info-main #newsProgram dl {
        width: 920px;
        margin: auto;
        padding: 50px 30px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 2px solid #CCC;
    }
    #info-main #newsProgram dl dt {
        /* border-top: 1px dashed #ccc; */
        width: 120px;
        float: left;
        display: block;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        padding: 6px 12px;
        font-size: 12px;
        color: #fff;
        background: #3c2c1c;
        line-height: 1;
        border-radius: 12px;
        text-align: center;
        margin: 20px 20px 0 0;
    }
    #info-main #newsProgram dl dd {
        width: 710px;
        border-top: 1px dashed #ccc;
        font-size: 16px;
        padding: 30px 0;
        margin-bottom: 0;
        color: #313131;
        float: left;
        display: block;
        text-align: left;
    }
    #info-main #newsProgram dl dd strong {
        color: #3c2c1c;
        font-weight: normal;
        margin-bottom: 15px;
        display: block;
    }
    #info-main #newsProgram dl dd p {
        margin-bottom: 0;
        color: #3c2c1c;
    }
    #info-main #newsProgram dl:after {
        content: '';
        display: table;
        clear: both;
    }
    #info-main .btn-default {
        margin: 0;
        color: #3c2c1c;
        border: 1px #3c2c1c solid;
        max-width: 350px;
        font-size: 16px;
        line-height: 48px;
        background: url('./img/assets/arrow-controller.svg') no-repeat 97% center/14px auto;
        padding: 0 1.62em 0 1em;
        margin: 24px auto 0 auto;
        display: inline-block;
        border-radius: 4px;
        vertical-align: top;
        text-decoration: none;
        width: 400px;
    }
}
/**********************************************************/
/* information Readmore                                   */
/**********************************************************/
.info_readmore{
    margin: 0 auto 8px;
    text-align: right;
}
.info_readmore a:link{
    color: #4c69ba;
    text-decoration: none;
}
.info_readmore a{
    font-size: 14px;
    border: none;
    position: relative;
    padding: 0 1.4em 0 0;
    color: #4c69ba;
}
.info_readmore a:after{
    content: '>';
    color: #3c2c1c;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    padding: 0;
    line-height: 1;
    background: #fff;
    text-align: center;
    border: 1px solid #c3b9ae;
    border-radius: 50%;
}
.info_readmore a:hover{
    text-decoration:underline;
    color: #4c69ba;
}
/**********************************************************/
/* price:about fee                                        */
/**********************************************************/
.fee-sec{
    width:100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0;
}
.fee-sec .maincontent h1{
    background-color: transparent;
    padding: 10px;
    font-size: 30px;
    line-height: 1.4;
    color: #3c2c1c;
}
.fee-sec .maincontent h1 p{
    font-size:30px;
    line-height:1.4;
    color: #3c2c1c;
}
.fee-frm{
    width:100%;
}
/* 2023/2/14 add start */
.fee-system{
    width:100%;
    padding-bottom:20px;
}
.fee-system-ttl{
    font-size:28px;
    color:#f4256a;
    font-weight:900;
    text-shadow:0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
    white-space:nowrap;
    margin-bottom:10px;
    background:transparent;
    border-bottom:none;
}
.fee-system-desc{
    display:flex;
    width:100%;
    justify-content:center;
}
.fee-system-num{
    color:#f4256a;
    font-weight:900;
    text-shadow:0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a,
                0 0 1px #f4256a;
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 0.5px #FFF;
}
.fee-system-num>span:first-of-type{
    font-size:44px;
}
.fee-system-num>span:nth-of-type(2){
    font-size:44px;
}
.fee-system-num>span:last-of-type{
    font-size:70px;    
}
/* 2023/2/14 add end */
.top_service{
    padding-bottom:30px;
}
.maincontent{
    padding-left:15px;
    padding-right:15px;
}
.top_service h2.main_title {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 10px 0;
    margin: 0 auto 25px auto;
}
.top_service h2.main_title:after {
    content: '';
    width: 50px;
    height: 6px;
    background-color: #3c2c1c;
    display: block;
    margin: 12px auto 0 auto;
    position: relative;
}
.detail_text .srvLead {
    padding: 0;
    margin: 0 auto;
}
.srvLead-catch {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-align:center;
}
.feeheadline{
    color:#ff0000;
    font-size:1.5em;
}
.brfee{
    display:block;
}
/* img show/hidden */
.fee-show-sp{
    display:block;
}
.fee-show-pc{
    display:none;
}
.srvLead_inner{
    width: 96%;
    max-width: 980px;
    margin: 0 auto;
}
.srvLead_txt p {
    margin: 0 0 1.6em 0;
}
.srvLead_txt>p span{
    color:#ff0000;
    font-weight:bold;
}
.srvLead_img {
    width: 100%;
    margin: 0;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    line-height: 0;
}
.srvLead_img:after {
    display: block;
    content: '';
    padding: 62.5% 0 0 0;
}
.srvLead_img-ck {
    background: url('./img/static/hoshu.jpg') no-repeat center center/cover;
}
.srvLead_box{
    min-height: 20px;
    width:100%;
    padding: 19px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.srvLead_box p{
    margin-bottom:0;
}
@media (min-width: 641px){
    .brfee{
        display:none;
    }
    .srvLead-catch {
        font-size: 22px;
        margin-bottom: 24px;
    }
}
@media (min-width: 769px){
    .fee-sec{
        width:960px;
        margin-left:auto;
        margin-right:auto;
        padding-top:20px;
    }
    .fee-sec .maincontent h1 p{
        font-size:44px;
        line-height:1.2;
        color: #3c2c1c;
    }
    .fee-show-sp{
        display:none;
    }
    .fee-show-pc{
        display:block;
    }    
    .detail_text .srvLead {
        padding: 0;
        margin: 0 auto;
    }
    .srvLead_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .srvLead_txt {
        flex: 0 0 48%;
    }
    .srvLead_img {
        flex: 0 0 48%;
        margin: 0;
        box-shadow: 4px 6px 8px rgb(0 0 0 / 20%);
    }
    .top_service h2.main_title {
        font-size: 44px;
        line-height: 48px;
        padding: 10px 0 10px 0;
        margin: 0 auto 40px auto;
        font-weight: normal;
        overflow: hidden;
        background:transparent;
        border-bottom:none;
    }
    .top_service h2:after {
        margin: 20px auto 0 auto;
    }
    /* 2023/2/15 start */
    .fee-system-ttl{
        font-size:44px;
    }
    .fee-system-num>span:first-of-type{
        font-size:70px;
    }
    .fee-system-num>span:nth-of-type(2){
        font-size:70px;
    }
    .fee-system-num>span:last-of-type{
        font-size:100px;    
    }    
    /* 2023/2/15 end */
}
/**********************************************************/
/* price:3 features                                       */
/**********************************************************/
.sec_service{
    width:100%;
    padding:20px 0 30px 0;
}
.fee-bk-color{
    background-color: #fcf9ee;
}
.detail_text .srvFeatures{
    width:100%;
    padding:0 15px;
    margin:0;
}
.ttl-def-sub {
    font-size: 22px;
    line-height: 48px;
    margin: 0 auto 30px auto;
}
.ttl-def-sub small {
    color: #887766;
    display: block;
    background: url('./img/ttl-dot-line.png') no-repeat center top;
    font-size: 11px;
    line-height: 1;
    padding: 10px 0 0 0;
}
/* 2 column */
.orgFeatures-2pt{
    display: flex;
    flex-flow:row wrap;
    width: 100%;
    max-width: 980px;
    margin:0 auto 40px auto;
}
.orgFeatures-2pt:last-of-type{
    margin-bottom:0;
}
.orgFeatures-2pt-item {
    display:block;
    width:100%;
/*    font-size: 14px;*/
    font-size:16px;
    list-style: none;
    padding: 0;
    border:0;
}
.orgFeatures-sp{
    display:block;
}
.orgFeatures-pc{
    display:none;
}
.orgFeatures-sp>strong, .orgFeatures-pc>strong{
    font-size:136%;
}
/* image */
.orgFeatures-2pt-item figure{
    background-color:rgba(244,244,244,1);
    border:solid 2px #ff8811;
    border-radius:10px;
    max-width:380px;
}
.srvFeatures-ck strong {
    color:#3c2c1c;
}
.fee-wrap{
    color: #ff8811;
    font-size: 136%;
    font-weight:700;
}
.fee-wrap span{
    display:block;
    font-size:initial;
    font-weight:500;
}
.fee-wrap.chat2 .fee-large{
    font-size:136%;
    font-weight:700;
    display:inline;
}
.fee-wrap.dualchat .fee-large{
    font-size:136%;
    font-weight:700;
    display:inline;
}
@media (max-width: 640px){
}
@media (min-width: 641px){
    .ttl-def-sub {
        font-size: 28px;
        line-height: 54px;
        margin: 0 auto 30px auto;
    }
    .orgFeatures-sp>strong, .orgFeatures-pc>strong{
        font-size: 154%;
    }
}
@media (min-width: 769px){
    .orgFeatures-2pt-item:first-of-type{
        display:inline-block;
        width:380px;
    }
    .orgFeatures-2pt-item:last-of-type{
        display:inline-block;
        width:calc(100% - 380px);
        padding-left:20px;
    }
    .orgFeatures-sp{
        display:none;
    }
    .orgFeatures-pc{
        display:block;
    }
    .orgFeatures-2pt-item figure{
        margin-bottom:0;
    }     
    .ttl-def-sub {
        font-size: 36px;
        line-height: 60px;
        margin: 0 auto 35px auto;
    }
    .fee-wrap span{
        display:inline;
    }
}
/**********************************************************/
/* price:fee system                                       */
/**********************************************************/
.detail_text .ckContrast{
    padding:0;
    margin:0;
}
.ckContrast_inner{
    display: block;
    padding:0 15px;
    width:100%;
    max-width: 980px;
    margin: 0 auto;
}
.ckContrast h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #ff8811;
    text-align:center;
}
.ckContrast_point p {
    font-size:16px;
    line-height:1.6;
    width: 100%;
    max-width: 740px;
    margin: 0 auto 12px;
    text-align: left;
}
.fee-point {
    font-size: 28px;
    padding: 0 0 210px;
    font-weight: bold;
    background: url('./img/home_text03.png')center top/410px no-repeat;
    position:relative;
}
.fee-point:after{
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 32px;
    height: 32px;
    background: url('./img/assets/fee_icon04.png')center center no-repeat;
}
.text {
    background: url('./img/assets/fee_icon03.png')center center/contain no-repeat;
    width: 120px;
    height: 150px;
    font-size: 24px;
    padding: 60px 0 0;
    color: #a08d4c;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    text-align:center;
}
.text:nth-of-type(1) {
    left: 20%;
}
.text:nth-of-type(2) {
    left: 80%;
}
@media (min-width: 461px){
    .text:nth-of-type(1) {
        left: 25%;
    }
    .text:nth-of-type(2) {
        left: 75%;
    }
}
@media (min-width: 661px){
    .text:nth-of-type(1) {
        left: 30%;
    }
    .text:nth-of-type(2) {
        left: 70%;
    }
}
@media (min-width: 769px){
    .fee-point {
        font-size: 28px;
        padding: 0 0 300px;
        font-weight: bold;
        background: url(img/home_text03.png)center top no-repeat;
        position:relative;
    }
    .text {
        background: url('./img/assets/fee_icon03.png')center center no-repeat;
        width: 180px;
        height: 207px;
        font-size: 30px;
        padding: 85px 0 0;
        color: #a08d4c;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        text-align:center;
    }
    .text:nth-of-type(1) {
        left: 25%;
    }
    .text:nth-of-type(2) {
        left: 75%;
    }
    .fee-point:after{
        top: 90px;
    }    
}
@media (min-width: 992px){
    .text:nth-of-type(1) {
        left: 30%;
    }
    .text:nth-of-type(2) {
        left: 70%;
    }
}
@media (min-width: 641px){
    .detail_text .ckContrast{
        padding: 0;
    }
    .ckContrast h3 {
        font-size: 24px;
        margin: 0 0 16px;
    }
    .ckContrast_point p {
        font-size:16px;
    }
}
@media (min-width: 980px){
    .ckContrast h3 {
        font-size: 28px;
    }
}
/**********************************************************/
/* price:fee system2                                       */
/**********************************************************/
/* payment */
.cont {
    position: relative;
    margin: 0;
}

/*
.cont:before {
    position: absolute;
    content: '';
    top: 13px;
    left: 560px;
    width: 450px;
    height: 200px;
    background: url('./img/fee_bg06.png')right center no-repeat;
}
*/
.cont h4 {
    border-left:none;
    text-align:center;
    color: #111;
/*  font-size: 20px;*/
    font-size: 18px;
    position: relative;
    margin: 0 0 20px;
}
.cont h4::before, .cont h4::after {
    position: absolute;
    top: 50%;
/*  width: 155px;*/
    width:35%;
    height: 1px;
    transform: translateY(-50%);
    background: #000;
    content: '';
}
.cont h4::before {
    left: 0;
}
.cont h4::after {
    right: 0;
}
.cont .text02 {
    text-align: left;
/*  font-size: 16px;*/
    font-size:14px;
/*  padding: 0 0 0 165px;*/
    padding:0 0 0 145px;
    margin: 0 0 10px;
    position: relative;
}
.cont .text02 span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
/*  width: 150px;*/
    width:135px;
    font-size: 14px;
    letter-spacing: 1px;
    background: #e1eaea;
}
.cont .text03 {
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 0 0 0 23px;
    margin: 20px 0 0;
}
.cont .text03::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
}
.brcont {
    display: none;
}
@media (min-width: 461px){
    .cont h4::before, .cont h4::after {
        width:40%;
    }
}
@media (min-width: 641px){
    .cont .text02 {
        text-align: left;
        font-size: 16px;
        padding: 0 0 0 165px;
        margin: 0 0 10px;
        position: relative;
    }
    .cont .text02 span {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
        display: inline-block;
        width: 150px;
        font-size: 16px;
        letter-spacing: 1px;
        background: #e1eaea;
    }
    .cont .text03 {
        font-size: 16px;
        text-align: left;
        position: relative;
        padding: 0 0 0 23px;
        margin: 20px 0 0;
    }
    .cont .text03::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '※';
    }
}
@media (min-width: 769px){
    .cont h4 {
        border-bottom:none;
    }
}
@media (min-width: 980px){
    .cont {
        width: 100%;
        margin: 0 0 47px 0;
        position: relative;
        padding-right:51%;
    }
    .cont::before {
        position: absolute;
        content: '';
        top: 10px;
        right:0;
/*        width: 450px;*/
        width:50%;
        height: 200px;
        background: url('./img/fee_bg06.png')right center no-repeat;
    }
}
/**********************************************************/
/* price:allowance                                        */
/**********************************************************/
.text_box {
    width: 100%;
    margin: auto;
    padding: 0 10px 0;
    box-sizing: border-box;
/*    background: linear-gradient(#fff 0%,#ebf5f5 100%);*/
}
.text_box h4 {
    border-left:none;
    text-align:center;
/*    font-size: 24px;*/
    font-size:18px;
    font-weight: bold;
    margin: 0 0 40px;
}
.text_box .box {
    background: #fff;
    border: 1px solid #000;
    margin: 0 0 30px;
    font-size: 0;
}
.text_box .box:last-of-type {
    margin: 0;
}
.text_box .box .text04 {
/*    font-size: 22px;*/
    font-size:18px;
    font-weight: bold;
    text-align: left;
    color: #a08d4c;
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
    line-height: 1.2;
}
.text_box .box .text04 .span01 {
    text-align: right;
    display: block;
/*    font-size: 40px;*/
    font-size:30px;
    color: #000;
    font-weight: bold;
    transform: skewX(-10deg);
}
.text_box .box .text04 .span02 {
/*    font-size: 26px;*/
    font-size:16px;
    color: #a08d4c;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.text_box .box .text04 .span03 {
/*    font-size: 26px;*/
    font-size:16px;
    font-weight: bold;
}
.text_box .box .text04 .span04 {
    font-size: 14px;
    color: #a08d4c;
    font-weight: bold;
    padding: 0 5px 0 15px;
}
.text_box .box .text05 {
/*    font-size: 16px;*/
    font-size:14px;
    text-align: left;
    line-height: 1.8;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px 15px;
}
.text_box .box .text05 span{
    display:block;
}
.text_box>.box:nth-of-type(5){
    margin-bottom:0;
}
@media(min-width: 641px){
    .text_box h4 {
/*      font-size: 28px;*/
        font-size: 24px;
    }
    .text_box .box .text04 {
        font-size: 25px;
    }
    .text_box .box .text04 .span01 {
/*      font-size: 50px;*/
        font-size:40px;
    }
    .text_box .box .text04 .span02 {
/*        font-size: 24px;*/
        font-size:22px;
    }
    .text_box .box .text04 .span03 {
/*        font-size: 34px;*/
        font-size:30px;
    }
    .text_box .box .text05 {
        font-size: 16px;
    }
}
@media (min-width: 769px){
    .text_box h4 {
        border-bottom:none;
    }
}
@media (min-width: 980px){
    .text_box h4{
        font-size:28px;
    }
    .text_box {
        width: 100%;
/*        padding: 0 105px 55px;*/
        padding:0 55px 55px;
    }
    .text_box .box {
        margin: 0 0 55px;
    }
    .text_box .box .text04 {
        display: inline-block;
        width: 51%;
        text-align: left;
        color: #a08d4c;
        padding: 10px 0 10px 10px;
        box-sizing: border-box;
        line-height: 1.2;
    }
    .text_box .box .text04 .span01 {
        display: block;
        padding-left: 150px;
        text-align:left;
    }
    .text_box .box:nth-of-type(5) .text04 .span01 {
        padding-left: 0;
    }
    .text_box .box .text04 .span02 {
        padding: 0 5px 0 0;
    }
    .text_box .box .text04 .span03 {
        font-weight: bold;
    }
    .text_box .box .text05 {
        display: inline-block;
        width: 49%;
        font-size: 18px;
        padding: 10px 0;
    }
}
/**********************************************************/
/* price:rank system                                      */
/**********************************************************/
.detail_text .ranksystem{
    margin-bottom:0;
    padding-bottom:30px;
}
.ranksystem .inner {
/*    background: linear-gradient(#fff 0%,#eaf0f0 100%);*/
/*    padding: 0 0 60px;*/
    position: relative;
    text-align: center;
    margin: 0;
    padding: 30px 15px 0 15px;
}
.ranksystem .inner h2 {
/*    font-size: 24px;*/
    font-size: 18px;
    padding: 30px 0 0;
    font-weight: bold;
    margin: 0 0 60px;
}
.ranksystem .cont {
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    background: #fff;
    border: 1px solid #a08d4c;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
}
.ranksystem .cont:last-of-type {
    margin: 0 auto 20px;
}
.ranksystem .cont .text04 {
    vertical-align: baseline;
    font-size:14px;
    padding-top:5px;
    position: absolute;
    display: block;
    text-align: center;
    top: -27px;
    left: -1px;
    height: 26px;
/*    width: 170px;*/
    width:45%;
    letter-spacing: -1px;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c;
    background: linear-gradient(-95deg,#a08d4c 0%,#a08d4c 10%,#c2b06f 50% ,#a08d4c 90%,#a08d4c 100%);
}
.ranksystem .cont .text04::after {
    content: '';
    position: absolute;
    top: 0;
    right: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 0 13px;
    border-color: transparent transparent transparent #a08d4c;
}
.ranksystem .cont .text04 span {
/*    font-size: 30px;*/
    font-size:26px;
    transform: skewX(-10deg);
    margin-top: -13px;
    display: inline-block;
}
.ranksystem .cont .text05 {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 14px;
/*  font-weight: bold;*/
    font-weight:normal;
    padding: 0 0 0 65px;
}
.ranksystem .cont .text05 span {
    position: absolute;
/*  font-size: 16px;*/
    font-size: 14px;
/*    font-weight: bold;*/
    font-weight:normal;
    padding: 0 12px;
    border: 1px solid #000;
    border-radius: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ranksystem .text06 {
    text-align: left;
    font-size:14px;
}
.ranksystem .cont::before{
    content:none;
}
@media (min-width: 641px){
    .ranksystem .inner h2{
        font-size:24px;
    }
    .ranksystem .cont .text04 {
        padding-top:0;
    }
    .ranksystem .cont .text04 span {
        font-size: 30px;
    }
    .ranksystem .cont .text05 {
/*      font-size: 20px;*/
        font-size: 18px;
    }
    .ranksystem .cont .text05 span {
/*      font-size: 18px;*/
        font-size: 16px;
    }
}
@media (min-width: 769px){
    .ranksystem .inner h2 {
        border-bottom:none;
        background-color:transparent;
    }
}
@media (min-width: 980px){
    .ranksystem .inner {
        margin: 0 auto;
    }
    .ranksystem .inner h2 {
        font-size: 28px;
        padding: 48px 0 0;
        margin: 0 0 90px;
    }
    .ranksystem .cont {
        position: relative;
        padding: 10px 0;
        text-align:center;
    }
    .ranksystem .cont .text04 {
        position: absolute;
        display: block;
        top: -27px;
        left: -1px;
        height: 26px;
        width: 170px;
        letter-spacing: -1px;
        box-sizing: border-box;
        color: #fff;
        text-shadow: 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c, 0 0 5px #a08d4c;
        background: linear-gradient(-95deg,#a08d4c 0%,#a08d4c 10%,#c2b06f 50% ,#a08d4c 90%,#a08d4c 100%);
    }
    .ranksystem .cont .text05 {
        font-size: 20px;
        padding: 0 0 0 74px;
    }
    .ranksystem .cont:nth-of-type(1) {
        width: 350px;
    }
    .ranksystem .cont:nth-of-type(2) {
        width: 465px;
    }
    .ranksystem .cont:nth-of-type(3) {
        width: 525px;
        padding: 22px 0;
    }
    .ranksystem .cont:nth-of-type(4) {
        width: 650px;
        padding: 22px 0;
    }
    .ranksystem .cont:nth-of-type(5) {
        width: 800px;
        padding: 22px 0;
    }
    .ranksystem .text06 {
        text-align: center;
        font-size:14px;
    }    
}
/**********************************************************/
/* condition                                              */
/**********************************************************/
.condition{
    width:100%;
}
.condition .inner{
    padding:20px 10px 30px 10px;
}
.detail_text .condition .inner .ttl-default{
/*    margin: 0 auto 25px auto;*/
    margin:0 auto 15px auto;
}
.condition .text04 {
    position: relative;
    z-index: 2;
/*    margin: 35px 20px 50px;*/
    margin:10px 20px 50px;
    padding: 80px 10px 40px;
    box-sizing: border-box;
/*    font-size: 16px;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    color: #ff0000;
    text-align: center;
}
.condition .text04::before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -2;
    background: url('./img/assets/bg5.png');
}
.condition .text04::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background: #fff600 url('./img/assets/bg6.png') center 19px/50px no-repeat;
}
.condition .inner .cont {
    background: url('./img/condition_bg12.jpg')center bottom no-repeat;
    background-size:100% auto;
/*    padding: 0 0 380px;*/
    padding:0 0 150px;
    margin: 0 0 30px;
}
.condition .inner .cont h3 {
    margin-bottom:0;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    padding: 6px 0 6px 55px;
    background: url('./img/assets/condition_icon21.png')left 15px center no-repeat;
}
.condition .inner .cont h3.bg_yellow {
    background-color: #f7f99f;
}
.condition .inner .cont .condtext {
/*    font-size: 15px;*/
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    padding: 14px 10px 40px;
}
.condition .inner .cont .condtext span {
    font-size: 12px;
    color: #ff0000;
}
.condition .inner .text_box {
    margin: 0 auto;
    box-sizing: border-box;
    background: #e1eaea;
    text-align: left;
    padding: 10px;
    position: relative;
}
.condition .inner .text_box h3 {
    text-align: center;
    padding: 0 0 8px;
    font-size: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    font-weight: bold;
}
.condition .inner .text_box .text02 {
    font-weight: bold;
    padding: 10px 0 0;
    font-size: 14px;
}
.condition .inner .text_box .text02 span {
    font-weight: bold;
    color: #ff0000;
}
@media (min-width: 400px){
    .condition .inner .cont {
        background-size:auto;
        padding: 0 0 380px;
    }
}
@media (min-width: 769px){
    .detail_text .condition .inner .ttl-default{
        margin:0 auto 25px auto;
    }    
    .condition .text04 {
        margin: 45px 20px 50px;
/*      font-size: 20px;*/
        font-size:18px;
    }
    .condition .inner .cont h3{
        margin-bottom: 1rem;
/*      font-size: 20px;*/
        font-size:18px;
    }
    .condition .inner .cont .condtext{
        font-size:16px;
    }
    .condition .inner .text_box h3{
        border-bottom:none;
    }
}
@media (min-width: 980px){
    .condition .text04 {
        width: 920px;
        margin: 45px auto 50px;
        padding: 40px 0 40px 155px;
        font-size: 20px;
        text-align: left;
    }
    .condition .text04::after {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
        background: #fff600 url('./img/assets/bg6.png') 35px center no-repeat;
    }
    .condition .inner .cont h3 {
        width: 840px;
        font-size: 20px;
        margin: 0 auto 1rem auto;
        height: 40px;
    }
    .condition .inner .cont .condtext {
        width: 835px;
        margin: auto;
        font-size: 18px;
        padding: 14px 0 40px 55px;
    }
    .condition .inner .cont .text span {
        font-size: 14px;
    }
    .condition .inner .text_box {
        width: 835px;
        padding: 10px 0 10px 270px;
        position: relative;
    }
    .condition .inner .text_box h3 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        text-align: center;
        width: 250px;
        font-size: 18px;
        box-sizing: border-box;
        border-right: 1px solid #000;
        font-weight: bold;
    }
    .condition .inner .cont::before{
        content:none;
    }
}
/**********************************************************/
/* condition suitable                                     */
/**********************************************************/
.suitable{
    width:100%;
}
.suitable .inner{
/*    padding:20px 10px 30px 10px;*/
    padding:40px 10px 30px 10px;
}
.suitable h2 {
    background: url(img/home_text04.png)center top/contain no-repeat;
    padding: 30px 0 0;
/*    font-size: 24px;*/
    font-size:18px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px auto!important;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.suitable .box {
    background: linear-gradient(90deg ,#c5e3e3 0% , #e1eaea 100%);
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 0 auto 30px;
    font-size: 18px;
}
.suitable .box h3 {
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
    font-weight: bold;
    font-size:16px;
}
.suitable .box h3::after {
    content: '';
    width: 150px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.suitable .box ul {
    zoom: 1;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
    list-style-type: none;
}
.suitable .box ul li {
    padding: 0 0 10px;
/*    font-size: 16px;*/
    font-size: 14px;
}
.suitable .box ul li::before {
    content: '・';
}
.suitable .box:nth-of-type(2) {
    background: #fff;
    border: 1px solid #0099cc;
    color: #0099cc;
}
.suitable .box:nth-of-type(2) h3::after {
    background: #0099cc;
}
@media(min-width: 769px){
    .suitable .inner{
        padding:20px 10px 30px 10px;
    }
    .suitable h2{
        border-bottom:none;
    }
    .suitable .ttl-default-first2{
        line-height:1.1;
        padding-bottom:14px;
    }
    .suitable .box h3 {
        font-size:18px;
    }
    .suitable .box ul li {
        font-size:16px;
    }
}
@media(min-width: 980px){
    .brsuitable{
        display:none;
    }
    .suitable .ttl-default-first2{
        line-height:70px;
        padding-bottom:0;
    }
    .suitable .inner{
        width:920px;
        margin-left:auto;
        margin-right:auto;
    }
    .suitable .box {
        background: linear-gradient(90deg,#c5e3e3 0% , #e1eaea 100%);
        width: 48%;
        height: 340px;
        box-sizing: border-box;
        float: left;
        padding: 35px 60px;
        font-size: 18px;
    }
    .suitable .box:nth-of-type(2) {
        float: right;
        background: #fff;
        border: 1px solid #0099cc;
        color: #0099cc;
    }
}
/**********************************************************/
/* 2021/03/08                                            */
/**********************************************************/
/* follow_ban */
.follow_ban figure.ico{
    left:10px;
    width:30%;
    height:auto;
    display:inline-block;
}
.follow_ban .btnArea-double{
    padding:0 0 0 33.3333%;
    display:table;
    table-layout:fixed;
    width:100%;
}
.follow_ban .btnArea .btn-signin{
    flex:none;
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
    margin-bottom:8px;
}
.follow_ban .btnArea .btn-register{
    flex:none;
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
}
.follow_ban .btnArea .btn-castEntry{
    flex:none;
    width:calc(100% - 20px);
    margin-left:10px;
    margin-right:10px;
}
@media (min-width: 400px){
    .follow_ban figure.ico{
        left:10px;
        width:110px;
        height:auto;
        display:inline-block;
    }
    .follow_ban .btnArea-double{
        padding-top:0;
        padding-left:110px;
        display:table;
        table-layout:fixed;
        width:100%;
    }
}
@media (min-width: 641px){
    .follow_ban .maincontent{
        padding:10px 10px 10px 20%;
        min-height:150px;
    }
    .follow_ban figure.ico{
        left:10px;
        width:18%;
        height:auto;
        display:inline-block;
    }
    .follow_ban .btnArea-double{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        padding:0;
        width:96%;
        max-width:800px;
        margin:0 auto;
    }
    .follow_ban .btnArea .btn-signin{
        flex:0 0 49%;
        max-width:390px;
        margin:0;
    }
    .follow_ban .btnArea .btn-register{
        flex:0 0 49%;
        max-width:390px;
        margin:0;
    }
    .follow_ban .btnArea .btn-castEntry{
        flex:0 0 100%;
        width:100%;
        display:table;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
    }    
}
@media (min-width: 769px){
    section.follow_ban{
        margin-top:40px;
    }
    .follow_ban .maincontent{
        padding:20px 20px 20px 200px;
        min-height:150px;
    }
}
/**********************************************************/
/* reward list                                            */
/**********************************************************/
.reward_list-sec{
    width:100vw;
    margin:0 calc(50% - 50vw);
    background: var(--bk-feechatlady);
    padding-bottom:40px;
}
.reward_list-sec .col-md-12{
    padding:0;
}
.reward_list-sec .inner {
    margin-left: auto;
    margin-right: auto;
}
.archive-examples .ttl-lower-page{
    margin-left:auto;
    margin-right:auto;
    padding-top:28px;
}
@media (max-width: 430px){
    .reward_list-sec .cont {
        position: relative;
/*        height: 300px;*/
        min-height:300px;
    }
    .reward_list-sec .inner {
        width: auto;
    }
    .reward_list-sec .text01 {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        z-index: 10;
        padding: 4px 15px;
        top: 100px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
    .reward_list-sec .cont:nth-of-type(2n-1) .text01::after {
        content: '';
        position: absolute;
        top: 0;
        right: -16px;
        border-left: solid 16px rgba(0, 0, 0, 0.7);
        border-bottom: solid 28px transparent;
    }
    .reward_list-sec .cont .img {
        width: 240px;
        height: 122px;
        position:relative;
        overflow: hidden;
/*
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
*/
    }
    .reward_list-sec .cont:nth-of-type(2n-1) .img::after {
        border-right: solid 67px var(--bk-feechatlady);
        border-top: solid 122px transparent;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .reward_list-sec .cont .img img {
        width: 100%;
    }
    .reward_list-sec .cont .text_box {
        margin:0;
        padding:0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }
    .reward_list-sec .cont .box {
        background:transparent;
        border:none;
        margin:0;
        padding:0;
        position: relative;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .reward_list-sec .cont .text02 {
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        border-radius: 12.5px;
        border: solid 1.5px black;
        padding: 0 10px;
        background: #fff;
        vertical-align: 8px;
    }
    .reward_list-sec .cont .text03 {
        margin:0;
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        color: #f2506e;
    }
    .reward_list-sec .cont .text03 span {
        font-size: 40px;
        font-weight: bold;
    }
    .reward_list-sec .cont .text03:before {
        content:none;
    }
    .reward_list-sec .cont .box:after {
        width: 240px;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        height: 2px;
        background-color: #f2506e;
    }
    .reward_list-sec .cont .text04 {
        font-size: 14px;
        padding: 0 20px 10px 0;
    }
    .reward_list-sec .cont .text04 span {
        display: block;
        font-size: 14px;
        padding-left: 10px;
    }
    /* text05 */
    .reward_list-sec .cont .text05 {
        font-size: 16px;
        text-align: left;
        padding: 30px 10px 0 10px;
    }
    /* text06 */
    .reward_list-sec .cont .text06 {
        font-size: 16px;
        text-align: left;
        padding: 0 10px 30px 10px;
    }
    /* 2n */
    .reward_list-sec .cont:nth-of-type(2n) .text01 {
        left: auto;
        right: 0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text01::after {
        content: '';
        position: absolute;
        top: 0;
        left: -16px;
        border-right: solid 16px rgba(0, 0, 0, 0.7);
        border-bottom: solid 28px transparent;
    }
    .reward_list-sec .cont:nth-of-type(2n) .img {
        margin-left:auto;
        margin-right:0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .img::after {
        border-left: solid 67px var(--bk-feechatlady);
        border-top: solid 122px transparent;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text_box {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text02 {
        margin-left: 20px;
    }
    .reward_list-sec .cont:nth-of-type(2n) .box:after {
        right: auto;
        left: 0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text04 {
        margin-left: 20px;
    }
}
@media (min-width: 430px){
    .archive-examples .ttl-lower-page{
        margin-top:0!important;
        padding-top:64px;
    }
    .reward_list-sec .cont {
        display:table;
        position: relative;
/*        height: 350px;*/
        margin:0 auto;
        min-height:350px;
        height:auto;
        padding:0;
    }
    .reward_list-sec .inner {
        width: 1200px;
    }
    .reward_list-sec .cont .text01 {
        position: absolute;
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        z-index: 10;
        padding: 10px 30px 0;
        height: 61px;
        bottom: 20px;
        color: #fff;
        font-weight: bold;
        font-size: 28px;
    }
    .reward_list-sec .cont:nth-of-type(2n-1) .text01::after {
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        border-left: solid 30px rgba(0, 0, 0, 0.7);
        border-bottom: solid 61px transparent;
    }
    .reward_list-sec .cont .img {
        width: 698px;
        height: 350px;
        position:relative;
        overflow: hidden;
/*
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
*/
    }
    .reward_list-sec .cont:nth-of-type(2n-1) .img::after {
        border-right: solid 193px var(--bk-feechatlady);
        border-top: solid 350px transparent;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .reward_list-sec .cont .img img {
        width: 100%;
    }
    .reward_list-sec .cont .text_box {
        margin:0;
        padding:0;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }
    .reward_list-sec .cont .box {
        background:transparent;
        border:none;
        margin:0;
        padding:0;
        position: relative;
        margin-bottom: 20px;
    }
    .reward_list-sec .cont .text02 {
        display: inline-block;
        margin-right: 32px;
        font-size: 18px;
        border-radius: 18px;
        border: solid 3px black;
        padding: 0 16px;
        background: #fff;
        vertical-align: 8px;
    }
    .reward_list-sec .cont .text03 {
        margin:0;
        font-size: 55px;
        display: inline-block;
        font-weight: bold;
        color: #f2506e;
    }
    .reward_list-sec .cont .text03 span {
        font-size: 82px;
        font-weight: bold;
    }
    .reward_list-sec .cont .text03::before {
        content: none;
    }
    .reward_list-sec .cont .box:after {
        width: 600px;
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        height: 2px;
        background-color: #f2506e;
    }
    .reward_list-sec .cont .text04 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .reward_list-sec .cont .text04 span {
        font-size: 23px;
        padding-left: 10px;
    }
    .reward_list-sec .cont .text_box2 {
        display:table;
        width: 570px;
        min-height:150px;
        position:relative;
        top:-150px;
        margin-bottom:-150px;
    }
    .reward_list-sec .cont .text05 {
        font-size: 18px;
        word-break: break-all;
    }
    .reward_list-sec .cont .text06 {
        font-size: 18px;
        word-break: break-all;
    }
/*
    .reward_list-sec .cont .text05 {
        display:table;
        width: 570px;
        font-size: 18px;
        word-break: break-all;
    }
    .reward_list-sec .cont .text06 {
        display:table;
        width: 570px;
        font-size: 18px;
        word-break: break-all;
    }
*/
    /* 2n */
    .reward_list-sec .cont:nth-of-type(2n) .text01 {
        left: auto;
        right: 0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text01::after {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        border-right: solid 30px rgba(0, 0, 0, 0.7);
        border-bottom: solid 61px transparent;
    }
    .reward_list-sec .cont:nth-of-type(2n) .img {
        margin-left: auto;
        margin-right: 0;
    }
    .reward_list-sec .cont .img img {
        width: 100%;
    }
    .reward_list-sec .cont:nth-of-type(2n) .img::after {
        border-left: solid 193px  var(--bk-feechatlady);
        border-top: solid 350px transparent;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .reward_list-sec .cont:nth-of-type(2n) .text_box {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
    }
    .reward_list-sec .cont:nth-of-type(2n) .box:after {
        right: auto;
        left: 0;
    }
    /* 奇数 */
    .reward_list-sec .cont:nth-of-type(odd) .text_box2 {
        margin-right:0;
        margin-left:auto;
    }
    .reward_list-sec .cont:last-of-type {
        margin-bottom:40px;
    }
/*
    .reward_list-sec .cont:nth-of-type(odd) .text05 {
        margin-right:0;
        margin-left:auto;
    }
    .reward_list-sec .cont:nth-of-type(odd) .text06 {
        margin-right:0;
        margin-left:auto;
    }
*/
    .reward_list-sec .cont:nth-of-type(odd) .text06>p{
        text-align:left;
    }
}
@media (min-width: 769px){
}
@media (min-width: 980px){
    .reward_list-sec .cont::before{
        content:none;
    }
}
/**********************************************************/
/* job                                                    */
/**********************************************************/
.job-sec{
    width:100%;
}
.job-wrap{
    width:100%;
}
.canvas{
    width:auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 430px){
    .job-wrap>p{
        text-align: center;
        font-weight: bold;
        padding-bottom: 20px;
        font-size:16px;
    }
    .job-sec .job-wrap .canvas{
        position:relative;
    }
    /* box1 */
    .job-sec .job-wrap .box01{
        width:100%;
        margin:0 auto 80px;
    }
    .job-sec .box01 .text02{
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }
    .job-sec .box01 .img{
        width: 100%;
    }
    .job-sec .box01 h3{
        border: 3px solid #000;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
    }
    .job-sec .box01 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* plan add*/
    .job-sec .job-wrap .plan{
        font-size:23px;
        font-weight:bold;
        line-height:1.1;
        padding-left:10px;
        margin-bottom:15px;
    }
    .job-sec .job-wrap .plan span{
        display:block;
    }
    /* box2 */
    .job-sec .job-wrap .box02{
        width: 100%;
        margin: 0 auto 80px;
        position: relative;
    }
    .job-sec .job-wrap .box02:after{
        content: url('./img/assets/job_icon1-sp.png');
        position: absolute;
        top: 27px;
        left: -5%;
    }
    .job-sec .box02 .img {
        width: 100%;
    }
    .job-sec .box02 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box02 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box3 */
    .job-sec .job-wrap .box03{
        width: 100%;
        margin: 0 auto 80px;
        position: relative;
    }
    .job-sec .job-wrap .box03:after{
        content: url('./img/assets/job_icon1-sp.png');
        position: absolute;
        top: 27px;
        left: -5%;
    }
    .job-sec .box03 .img {
        width: 100%;
    }
    .job-sec .box03 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box03 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box4 */
    .job-sec .job-wrap .box04{
        width: 100%;
        margin: 0 auto 80px;
        position: relative;
    }
    .job-sec .job-wrap .box04:after{
        content: url('./img/assets/job_icon1-sp.png');
        position: absolute;
        top: 27px;
        left: -5%;
    }
    .job-sec .box04 .img {
        width: 100%;
    }
    .job-sec .box04 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box04 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box5 */
    .job-sec .job-wrap .box05{
        width: 100%;
        margin: 0 auto 80px;
        position: relative;
    }
    .job-sec .job-wrap .box05:after{
        content: url('./img/assets/job_icon2.png');
        position: absolute;
        top: 0;
        left: -5%;
    }
    .job-sec .box05 .img {
        width: 100%;
    }
    .job-sec .box05 h3 {
        border: 3px solid #e9477c;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #e9477c;
    }
    .job-sec .box05 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
}
@media (min-width: 430px){
    .page-job{
        position:relative;
        width:1060px;
        height:2090px;
        margin:0 auto;
    }
    .job-wrap>p{
        text-align: center;
        font-weight: bold;
        margin-bottom:18px;
    }
    .brjob{
        display:none;
    }
    /* box1 */
    .job-sec .job-wrap .box01 {
        position: absolute;
        top: 700px;
        left: 0;
        width: 374px;
    }
    .job-sec .job-wrap .box01:after {
        content: url('./img/assets/job_icon3.png');
        position: absolute;
        top: 170px;
        left: 380px;
    }
    .job-sec .box01 .text02 {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 10px;
    }
    .job-sec .box01 .img{
        width: 100%;
    }
    .job-sec .box01 h3{
        border: 3px solid #000;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
    }
    .job-sec .box01 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* plan add*/
    .job-sec .job-wrap .plan{
        font-size:24px;
        font-weight:bold;
        line-height:1.1;
        margin-bottom:0;
    }
    .job-sec .job-wrap .plan span{
        display:none;
    }
   /* box2 */
    .job-sec .job-wrap .box02 {
        position: absolute;
/*        top: 200px;*/
        top:290px;
        right: 0;
        width: 374px;
    }
    .job-sec .box02 .img{
        width: 100%;
    }
    .job-sec .box02 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box02 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box3 */
    .job-sec .job-wrap .box03 {
        position: absolute;
        top: 750px;
        right: 0;
        width: 374px;
    }
    .job-sec .job-wrap .box03:after{
        content: url('./img/assets/job_icon1.png');
        position: absolute;
        top: 0;
        left: -260px;
    }
    .job-sec .box03 .img {
        width: 100%;
    }
    .job-sec .box03 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box03 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box4 */
    .job-sec .job-wrap .box04 {
        position: absolute;
        top: 1220px;
        right: 0;
        width: 374px;
    }
    .job-sec .box04 .img {
        width: 100%;
    }
    .job-sec .box04 h3 {
        border: 3px solid #19bbe9;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #19bbe9;
    }
    .job-sec .box04 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
    /* box5 */
    .job-sec .job-wrap .box05 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 374px;
    }
    .job-sec .job-wrap .box05:after{
        content: url('./img/assets/job_icon4.png');
        position: absolute;
        top: -700px;
        left: -260px;
    }
    .job-sec .box05 .img {
        width: 100%;
    }
    .job-sec .box05 h3 {
        border: 3px solid #e9477c;
        background: #fff;
        display: block;
        padding: 5px 0;
        font-size: 20px;
        text-align: center;
        width: 280px;
        margin: 15px auto;
        border-radius: 30px;
        color: #e9477c;
    }
    .job-sec .box05 .text{
        background:transparent;
        width:100%;
        height:auto;
        font-size:16px;
        padding:0;
        color:#3c2c1c;
        position:relative;
        top:0;bottom:0;
        left:0;right:0;
        transform:none;
        text-align:left;
    }
}
/**********************************************************/
/* toggle menu customize                                  */
/**********************************************************/
@media (max-width: 768px){
/*
    header nav ul.childnav > li:last-of-type {
        width: 100%;
        line-height: 32px;
        display: block;
        float: left;
    }
*/
}
/**********************************************************/
/* toggle menu customize                                  */
/**********************************************************/
/* reserve */
.reserve-header{
    height:auto;
    border-bottom: solid 1px #8E6F40;
}
.reserve-header h1{
    display: block;
    margin: 0;
    color: #3c2c1c;
    font-size: 16px!important;
    font-weight: normal;
    padding: 12px;
    text-align:center;
}
.reserve-page .mainarea{
    padding-top:20px;
    width:92%;
    padding-left:0;
    padding-right:0;
    max-width: 700px;
    margin:0 auto;
}
.reserve-page .mainarea .breadcrumb{
    padding:0!important;
    margin-bottom:20px;
}
.reserve-page .breadcrumb>li a{
    font-size:12px;
}
.reserve-page .breadcrumb>li{
    font-size:12px;
    font-weight:bold;
}
.reserve-page .detail_text{
    border-top: 1px solid #c3b9ae!important;
}
.mail-entry-sec{
    width:100%;
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:60px;
}
.entry-wrap{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    padding-bottom:4px;
}
.entry-wrap .note{
    padding-top:5px;
    font-size:14px;
}
.entry-sei{
    width:50%;
    display:inline-block;
    padding-right:4px;
}
.entry-mei{
    width:50%;
    display:inline-block;
    padding-left:4px;
}
.mail-entry-sec input{
    border: 1px solid #635446;
}
.mail-entry-sec textarea{
    border: 1px solid #635446;
}
.mail-entry-sec .entry-sei span input{
    width:100%;
    margin:0;
}
.mail-entry-sec .entry-mei span input{
    width:100%;
    margin:0;
}
.mail-entry-sec .entry-wrap span{
    margin:0;
    width:100%;
    max-width:initial;
}
.mail-entry-sec .entry-wrap span input{
    margin:0;
    width:100%;
    max-width:initial;
}
.mail-entry-sec form>p{
    text-align:center;
}
.mail-entry-sec .wpcf7-form .form_btn input{
    display: block;
    width: 92%;
    padding: 0;
    max-width: 480px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    transition: 0.25s;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 22px;
    background: #8E6F40;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}
.mail-entry-sec .wpcf7-form .form_btn input:hover{
    filter: brightness(115%);
    box-shadow: 0 0 4px rgb(60 44 28 / 35%);
}
.mail-entry-sec .form_btn{
    margin: 20px auto 0 auto;
}
/* accept-wrap */
.mail-entry-sec .accept-wrap{
    text-align:center;
    margin-top:20px;
    position:relative;
}
.mail-entry-sec .accept-wrap .your-privacypolicy{
    z-index:10;
}
.mail-entry-sec .accept-wrap>p{
    display:none;
}
.mail-entry-sec .accept-wrap .comment{
    text-align:center;
    position:absolute;
    bottom:-30px;
    left:50%;
    transform:translateX(-50%);
    white-space: nowrap;
    z-index:5;
    pointer-events:none;
}
.mail-entry-sec .accept-wrap .comment p{
    font-size:12px;
    text-align:center;
    border:solid 1px #333;
    box-shadow:3px 3px 3px #ddd;
    border-radius:5px;
    padding:5px 5px;
    z-index:1;
    background-color:#fff;
    position:relative;
}
.mail-entry-sec .accept-wrap .comment p i{
    color:orange;
}
.mail-entry-sec .accept-wrap .comment p:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 20%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    z-index: 2;
}
.mail-entry-sec .accept-wrap .comment p:after{
    content: "";
    position: absolute;
    top: -24px;
    left: 20%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #555;
    z-index: 1;
}
.mail-entry-sec .form_response{
    display:none;
}
.mail-entry-sec .wpcf7-list-item-label a{
    font-size:14px;
}
@media (min-width: 769px){
    .reserve-page .mainarea{
        padding-top:80px;
    }
    .reserve-page .mainarea .breadcrumb{
        padding:5px 10px!important;
    }
    .reserve-page .breadcrumb>li a{
        font-size:14px;
    }
    .reserve-page .breadcrumb>li{
        font-size:14px;
        font-weight:bold;
    }
    .reserve-header h1{
        padding: 0;
        height: 80px;
        line-height: 80px;
        font-size: 24px!important;
        background-color: transparent;
        text-align: center;
    }
    .entry-wrap .note{
        font-size:12px;
    }
}
/**********************************************************/
/* inquiry                                                */
/**********************************************************/
/*
.detail .mainarea .ttl_h1 {
    font-size: 30px;
    font-weight: normal;
    text-shadow: #ddd 2px 2px 2px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px!important;
    background: transparent;
    color: #222222;
    line-height: 2em;
    word-break: break-all;
    border-bottom: 4px solid #41bdce!important;
}
*/
/**********************************************************/
/* inquiry                                                */
/**********************************************************/
@media (min-width: 769px){
    #textbook-main .ttl-lower-page{
        text-align:center;
    }
}
/**********************************************************/
/* inquiry                                                */
/**********************************************************/
/* reserve */
.inquiry-header{
    height:auto;
    border-bottom:solid 1px #8E6F40;
}
.inquiry-header h1{
    display: block;
    margin: 0;
    color: #3c2c1c;
    font-size: 16px!important;
    font-weight: normal;
    padding: 12px;
    text-align:center;
}
.inquiry-page .mainarea{
    padding-top:20px;
    width:92%;
    padding-left:0;
    padding-right:0;
    max-width: 700px;
    margin:0 auto;
}
.inquiry-page .mainarea .breadcrumb{
    padding:0!important;
    margin-bottom:20px;
}
.inquiry-page .breadcrumb>li a{
    font-size:12px;
}
.inquiry-page .breadcrumb>li{
    font-size:12px;
    font-weight:bold;
}
.inquiry-page .detail_text{
    border-top: 1px solid #c3b9ae!important;
}
.inquiry-sec{
    width:100%;
    max-width: 480px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:60px;
}
.inquiry-sec input{
    border: 1px solid #635446;
}
.inquiry-sec textarea{
    border: 1px solid #635446;
}
.inquiry-sec .entry-sei span input{
    width:100%;
    margin:0;
}
.inquiry-sec .entry-mei span input{
    width:100%;
    margin:0;
}
.inquiry-sec .entry-wrap span{
    margin:0;
    width:100%;
    max-width:initial;
}
.inquiry-sec .entry-wrap span input{
    margin:0;
    width:100%;
    max-width:initial;
}
.inquiry-sec form>p{
    text-align:center;
}
.inquiry-sec .wpcf7-form .form_btn input{
    display: block;
    width: 92%;
    padding: 0;
    max-width: 480px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    transition: 0.25s;
    margin: 0 auto;
    border: none;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 22px;
    background: #8E6F40;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
}
.inquiry-sec .wpcf7-form .form_btn input:hover{
    filter: brightness(115%);
    box-shadow: 0 0 4px rgb(60 44 28 / 35%);
}
.inquiry-sec .form_btn{
    margin: 20px auto 0 auto;
}
.inquiry-sec .wpcf7-list-item-label a{
    font-size:14px;
}
/* accept-wrap */
.inquiry-sec .accept-wrap{
    text-align:center;
    margin-top:20px;
    position:relative;
}
.inquiry-sec .accept-wrap .your-privacypolicy{
    z-index:10;
}
.inquiry-sec .accept-wrap>p{
    display:none;
}
.inquiry-sec .accept-wrap .comment{
    text-align:center;
    position:absolute;
    bottom:-30px;
    left:50%;
    transform:translateX(-50%);
    white-space: nowrap;
    z-index:5;
    pointer-events:none;
}
.inquiry-sec .accept-wrap .comment p{
    font-size:12px;
    text-align:center;
    border:solid 1px #333;
    box-shadow:3px 3px 3px #ddd;
    border-radius:5px;
    padding:5px 5px;
    z-index:1;
    background-color:#fff;
    position:relative;
}
.inquiry-sec .accept-wrap .comment p i{
    color:orange;
}
.inquiry-sec .accept-wrap .comment p:before{
    content: "";
    position: absolute;
    top: -20px;
    left: 20%;
    margin-left: -14px;
    border: 11px solid transparent;
    border-bottom: 11px solid #FFF;
    z-index: 2;
}
.inquiry-sec .accept-wrap .comment p:after{
    content: "";
    position: absolute;
    top: -24px;
    left: 20%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #555;
    z-index: 1;
}
.inquiry-sec .form_response{
    display:none;
}
/* after submit */
.org-message{
    display:none;
    padding:20px 0;
}
.org-message>p{
    line-height:1.7;
}
.org-message .return-toppage{
    text-align:center;
    margin:40px 0;
}
.org-message .return-toppage a{
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px var(--border-color21);
    vertical-align: top;
    text-decoration: none;
    position: relative;
    max-width: 360px;
    width: 96%;
    display: block;
    margin:0 auto;
}
.org-message .return-toppage a:after{
    content: '＞';
    position: absolute;
    padding-right: 1em;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.org-message .return-toppage a:hover{
    text-decoration: none;
    background-color: var(--bk-color23);
    color: white!important;
    transition-duration: 0.5s;
}
@media (min-width: 769px){
    .inquiry-page .mainarea{
        padding-top:80px;
    }
    .inquiry-page .mainarea .breadcrumb{
        padding:5px 10px!important;
    }
    .inquiry-page .breadcrumb>li a{
        font-size:14px;
    }
    .inquiry-page .breadcrumb>li{
        font-size:14px;
        font-weight:bold;
    }
    .inquiry-header h1{
        padding: 0;
        height: 80px;
        line-height: 80px;
        font-size: 24px!important;
        background-color: transparent;
        text-align: center;
    }
}