@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}
a {
  text-underline-offset: 4px;
        cursor : pointer;
}
a:hover {
    color: #2167a8;
}
.go-to-top-button {
    background-color: #555555;
}
/*ヘッダ＆メニュー*/
.navi {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0,0.25);
}
#navi .navi-in>ul>li {
    width: 110px;
}
.navi-in a {
    font-size: 14px;
}
.mobile-menu-buttons {
    background-color: #fff;
    color: #555;    
}
.mobile-menu-buttons .logo-menu-button a {
    background-color: transparent;
}
.navi-menu-content, .navi-menu-content a, .menu-drawer .menu-button a {
    background: #555;
    color: #fff;
}
.menu-close-button {
    text-align: right;
}
.menu-drawer a {
    display: inline-block;
}
.menu-drawer .sub-menu {
    padding: 0 0 0 1.5em;
}
.menu-drawer li{
    font-weight: bold;
}
.menu-drawer .sub-menu li{
    font-weight:normal;
}
.menu-drawer .sub-menu li:before {
    content: "\f054";
    font-family: fontawesome;
    margin-right: 4px;
    font-size: 0.6em;
    vertical-align: 16%;
}
.navi-menu-content{
	left: auto;
	right: 0;
	transform: translateX(101%);
}
.search-menu-button.menu-button,
.navi-menu-button.menu-button{
	height: 55px;
	padding-top: 8px;
}

.logo-menu-button.menu-button{
	height: 55px;
}
/*アピールエリア*/
.appeal-content {
    background-color: transparent;
    color:#fff;
    text-shadow: 1px 1px 16px #000;
}
.appeal-content .appeal-button {
    position:relative;
    background-color: transparent;
    border: solid 2px;
    border-radius: 6px;
    overflow: hidden;
    text-shadow: none;
}
.appeal-content .appeal-button:hover {
    color:#cccccc;
    border: solid 2px #fff;
    opacity: 0.99;
}
.appeal-content .appeal-button::before{
	content: '';
    /*絶対配置で線の位置を決める*/
	position: absolute;
	left: 0;
    bottom:0;
	z-index: -1;
    /*背景の形状*/
	width: 100%;
	height: 0;
	background:#fff;
	transition: all .05s;
}
.appeal-content .appeal-button:hover::before{
	height: 100%;
}
/*ブログトップページ*/
.post-2184 .eye-catch-wrap {
    display: none;
}
.post-2184 .date-tags, .post-2998 .date-tags {
    display: none;
}
.main h2 {
  color: #fff;
  position: relative;
  padding: 12px 16px;
  background: #555555;
  &:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-top: 8px solid rgba(255,255,255,0.5);
    border-left: 8px solid rgba(255,255,255,0.5);
    }
}
.post-2184 .article h2 {
    font-size: 1.2em;
}
.post-2184 .widget-entry-cards .a-wrap img, .post-2998 .widget-entry-cards .a-wrap img {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.post-2184 .new-entry-card-date, .post-2998 .widget-entry-cards .a-wrap img {
    display: block;
    margin-top: 20px;
    text-align: right;
}
.post-2184 .new-entry-card-date span, .post-2998 .new-entry-card-date span {
    margin: 0 0 0 8px;
}
.post-2184 .new-entry-card-date .post-date:before, .post-2998 .new-entry-card-date .post-date:before {
    content: "\f017";
    font-family: fontawesome;
    margin-right: 4px;
}
.post-2184 .new-entry-card-date .post-update:before, .post-2998 .new-entry-card-date .post-update:before {
    content: "\f1da";
    font-family: fontawesome;
    margin-right: 4px;
}
.post-2184 .widget-entry-cards .a-wrap, .post-2998 .widget-entry-cards .a-wrap {
    box-shadow: 0 0;
    max-width: none;
    display: inline-flex;
    margin: 0;
    margin-right: 24px;
    margin-bottom: 1.8em;
    padding: 0;
    color: #555555;
}
.post-2184 .a-wrap:hover, .post-2998 .a-wrap:hover {
    transform:none;
}
.post-2184 .a-wrap img:hover, .post-2998 .a-wrap img:hover {
    opacity: 0.8;
}
.post-2184 .a-wrap .card-snippet, .post-2998 .a-wrap .card-snippet {
    font-size: 0.9em;
    opacity: 1;
    line-height: 1.6em;
}
.post-2184 .col3 .a-wrap, .post-2998 .col3 .a-wrap {
    width: calc(33% - 17px);
}
.post-2184 .col4 .a-wrap, .post-2998 .col4 .a-wrap {
    width: calc(25% - 23px);
}
.post-2184 .col3 .new-entry-cards a:nth-of-type(3n), .post-2998 .col3 .new-entry-cards a:nth-of-type(3n) {
    margin-right: 0;
}
.post-2184 .col4 .widget-entry-cards a:nth-of-type(4n), .post-2998 .col4 .widget-entry-cards a:nth-of-type(4n) {
    margin-right: 0;
}
.post-2184 .card-title, .post-2998 .card-title {
    font-size:1.1em;
    font-weight: 500;
    &:hover {
        color: #2167a8;
    }
}
.post-2184 .col4 .card-title, .post-2998 .col4 .card-title {
    font-size: 1em;
}
.post-2184 .new-entry-card-thumb, .post-2998 .new-entry-card-thumb {
    margin-right: 0;
}
.post-2184 .more a, .post-2998 .more a {
    text-decoration: none;
}
.post-2184 .more a:after, .post-2998 .more a:after {
    content: "\f054";
    font-family: fontawesome;
    margin-left: 8px;
    font-size: 0.8em;
    vertical-align: 6%;
}
.post-2184 .author-box {
    box-shadow: 0 0;
}
.post-2184 .author-box .author-thumb {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.post-2184 .author-box .author-content {
    margin-left: 0;
}
.post-2184 .wp-block-column ul {
    padding-top: 0;
}
/*カテゴリ一覧(トップページ＆カテゴリ一覧ページ)*/
.main li.cat-item, .post-2184 .pages li {
    list-style: none;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}
.main .cat-item a,.post-2184 .pages a {
    text-decoration: none;
    &:before {
    font-family: FontAwesome;
    content: '\f0da';
    margin-right: 6px;
}
}
/*フェードインアニメーション*/
.post-2184 .a-wrap {
    opacity:0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-fill-mode:forwards;
}

.col3 a.fadeUp:nth-of-type(1){
    animation-duration:0.5s;
}
.col3 a.fadeUp:nth-of-type(2){
    animation-duration:0.7s;
}
.col3 a.fadeUp:nth-of-type(3){
    animation-duration:0.9s;
}
.col3 a.fadeUp:nth-of-type(4){
    animation-duration:1.1s;
}
.col3 a.fadeUp:nth-of-type(5){
    animation-duration:1.3s;
}
.col3 a.fadeUp:nth-of-type(6){
    animation-duration:1.4s;
}
.col4 a.fadeUp:nth-of-type(1){
    animation-duration:0.5s;
}
.col4 a.fadeUp:nth-of-type(2){
    animation-duration:0.7s;
}
.col4 a.fadeUp:nth-of-type(3){
    animation-duration:0.9s;
}
.col4 a.fadeUp:nth-of-type(4){
    animation-duration:1.1s;
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*アーカイブ・カテゴリページ*/
.ect-entry-card .entry-card-snippet {
    color: #555555;
}
.ect-entry-card img {
    border-radius: 10px;
}
.page-numbers,
.pagination-next-link {
    border-radius: 8px;
    background: #555555;
    color:#fff;
    font-weight:500;
}
.pagination .current,
.page-numbers.current,
.page-numbers.dots {
  background: #cccccc;
    color:#555555;
    border:none;
}
/*記事ページ*/
.article h2 {
    margin-top: 1.62em;
}
.article h5 {
    margin-bottom: 0;
}
.article ul {
    margin-top: 0;
}
.eye-catch {
    width: 100%;
}
.eye-catch img {
    width: 100%;
    height: auto;
}
figcaption {
    font-size: 0.8em;
    padding: 6px 0;
}
.toc-content li {
    font-weight: bold;
    
}
.toc-content li ol li {
    font-weight: normal;
    list-style-type: disc;
}
.author-box {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    transition-duration: 0.3s;
    border: none;
}
.author-box p, .sns-follow-message {
    line-height: 1.6em;
    font-size: 0.9em;
}
.author-box .sns-follow-buttons a.follow-button {
    background-color: #555;
    border: none;
    border-radius: 4px;
    color: #fff;
}
.author-box .author-name {
    text-align: center;
}
.author-box .author-name a {
    text-decoration: none;
    color: #555555;
}
.author-box .sns-follow-buttons a {
    margin: 6px;
}
.category h2, .list h2 {
    display: block;
    line-height: 1.5em;
    color: #555;
    font-size: 1.1em;
    padding: 0;
    background-color: transparent;
    &:before{
        content: none;
    }
}
/*固定ページの日付非表示*/
.post-4 .date-tags, .post-2192 .date-tags {
display: none;
}
/*SNSシェアボタンの非表示*/
.post-4 .sns-share, .post-2192 .sns-share, .post-1347 .sns-share {
display: none;
}
/* about*/
.mincho {
    font-family: 'Noto Serif JP', sans-serif;
	line-height: 2em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
    .post-2184 .widget-entry-cards .a-wrap, .post-2998 .widget-entry-cards .a-wrap, .post-2944 .col3 .widget-entry-cards .a-wrap {
    width: 100%;
}
    .post-2184 .widget-entry-card-content, .post-2998 .widget-entry-card-content, .post-2944 .widget-entry-card-content {
    font-size: 16px;
    }
    body .post-2944 .column-2-2-1-1 .column-left,
    body .post-2944 .column-2-2-1-1 .column-right {
    width: 100%;
  }
     body .post-2944 .column-2-3-1-2 .column-left,
    body .post-2944 .column-2-3-1-2 .column-right {
    width: 100%;
  }
    body .post-2944 .column-2-2-1-1 .column-right {
        padding-top: 1em;
    }
      .post-2944 .message h2 {
        font-size: 18px;;
    }
    .post-2944 .message h3 {
        font-size: 22px;;
    }
    .post-2944 .message p {
        font-size: 15px;;
    }
}
.appeal-button {
    padding: 6px 30px;
    font-size: 0.9em;
}


/* ヘッダロゴ英語対応 */
.header-container-in {
  text-align: center;
}
.site-logo-image {
  display: inline-block;
  margin: 0 auto;
}
.fixed-header .header .header-in img {
max-height: 60px;
height: auto;
vertical-align: middle;
}
/*モバイル用メニューを最初から表示しない*/
#menu-headermobile {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#menu-headermobile.active {
  opacity: 1;
  pointer-events: auto;
}
  body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0;
  }
/* ショートコードのスタイル */
code {
	background-color: #f5f5f5;
	border: solid;  
	border-width: 1px;
	border-radius: 4px;
	border-color: #808080;
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px
}
strong {
     background: linear-gradient(transparent 70%, #ffe48c 60%);
}

/* MW WP Form 確認画面：戻るはリンク風 */
button[name="submitBack"]{
  background: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 16px;
  color: inherit;
  opacity: .6;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.95em;
}

/* 送信ボタンは主役のまま */
input[type="submit"]{
  width: 100%;
  border-radius: 10px;
  font-size: 1.05em;
  padding: 14px 16px;
}

/* 2026フロントページ */
.full-width {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	padding-top: 10px; /* 不要なら削除または、任意の数値を設定してください */
	padding-bottom: 10px; /* 不要なら削除または、任意の数値を設定してください */
}
.bg-gray {
    background-color: #eee;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
}
/*固定ページの日付非表示*/
.post-2944 .date-tags {
    display: none;
}
.page-id-2944 .content {
    margin-top: 0;
}
.post-2944.entry-content {
    margin-bottom: 0;
}
article .post02944 {
    margin-bottom: 0;
    background-color: #eee;
}
.page-id-2944 .main {
    padding-bottom: 0;
}
.post-2944 h2{
    font-size: 28px;
    color: var(--cocoon-text-color);
    border-left: none;
    position: static;
    padding: 0;
    background: none;
    margin-bottom: 0;
    &:before{
    content: none;
    }
}
.post-2944 h3{
    font-size: 16px;
    border-left: none;
    font-weight: 400;
}
.post-2944 .message h2 {
    font-size: 20px;
}
.post-2944 .message h3 {
    font-size: 24px;
    line-height: 2em;
    font-weight: 500;
}
.post-2944 .column-wrap.column-2-3-1-2 {
    gap: 7%;
}
.post-2944 .column-2-3-1-2 .column-right {
    width: 60%;
}
.post-2944 .column-wrap.column-2-2-1-1 {
    gap: 2%;
}
.post-2944 .column-2-2-1-1 .column-right {
    width: 49%;
}
.post-2944 .blank-box.sticky {
    border-color: #fcb53f;
}
.post-2944 .blank-box.sticky h4 {
    border-bottom: 1px solid Var(--cocoon-text-color);
}
.post-2944 .widget-entry-cards .a-wrap img {
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.post-2944 .new-entry-card-date {
    display: block;
    margin-top: 20px;
    text-align: right;
}
.post-2944 .new-entry-card-date span {
    margin: 0 0 0 8px;
}
.post-2944 .new-entry-card-date .post-date:before {
    content: "\f017";
    font-family: fontawesome;
    margin-right: 4px;
}
.post-2944 .new-entry-card-date .post-update:before {
    content: "\f1da";
    font-family: fontawesome;
    margin-right: 4px;
}
.post-2944 .widget-entry-cards .a-wrap {
    box-shadow: 0 0;
    max-width: none;
    display: inline-flex;
    margin: 0;
    margin-right: 24px;
    margin-bottom: 1.8em;
    padding: 0;
    color: #555555;
}
.post-2944 .a-wrap:hover {
    transform:none;
}
.post-2944 .a-wrap img:hover {
    opacity: 0.8;
}
.post-2944 .a-wrap .card-snippet {
    font-size: 0.9em;
    opacity: 1;
    line-height: 1.6em;
}
.post-2944 .col3 .a-wrap {
    width: calc(33% - 17px);
}
.post-2944 .col3 .new-entry-cards a:nth-of-type(3n) {
    margin-right: 0;
}
/* ことばの窓口　*/
.page-id-2925 .sp {
    display: none;
}
.page-id-2925 main {
    padding: 0;
    background-color: #F2F0ED;

}
/*固定ページの日付非表示*/
.page-id-2925 .date-tags {
    display: none;
}
.page-id-2925 .wp-block-group {
    padding: 3em 0 4em 0;
    margin-bottom: 0;
}
.page-id-2925 .wp-block-group .wp-block-group {
    padding: 0;
}
.page-id-2925 .cocoon-block-caption-box {
    display: inline-block;
    width: 48%;
    margin-right: 3%!important;
    background-color: #fff;
    border:none;
    border-radius: 6px;
    box-shadow: 2px 2px 8px #ccc;
}
.page-id-2925 .cocoon-block-caption-box:nth-child(even) {
    margin-right: 0!important;
}
.page-id-2925 .cocoon-block-caption-box .caption-box-label {
    background-color: #77a8c0;
    color:#fff;
    font-size: 1em;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
}
.page-id-2925 h2 {
  position: relative;
  text-align: center;
  background-color: transparent;
  border-left: none;
  font-size: 1.75em;
  color: #ea5506;
}
.page-id-2925 h2:before,
.page-id-2925 h2:after {
  position: absolute;
  content:'';
  width: 20px;/*カギ括弧の横幅*/
  height: 30px;/*カギ括弧の高さ*/
  border-style: solid;/*カギ括弧のスタイル*/
  border-color: #555;/*カギ括弧の色*/
}
.page-id-2925 h2:before {
  border-width: 2px 0 0 2px;
  top:0;
  left: 120px;
}
.page-id-2925 h2:after {
  border-width: 0 2px 2px 0;
  bottom:0;
  right: 120px;
}
.page-id-2925 h3 {
    border-left: 0;
    padding: 2em 0 0.5em 0;
    color: #ea5506;
    margin-bottom: 0;
}
.page-id-2925 h4 {
    border-bottom: dashed 1px #555;
    margin-bottom: 1em;
    color: #ea5506;
}
.page-id-2925 .wp-block-cocoon-blocks-iconlist-box, .page-id-2925 .wp-block-cocoon-blocks-iconlist-box ul {
    padding: 0;;
}
.page-id-2925 strong {
    background-image: none;
    color: #ea5506;
}
.page-id-2925 .problem, .page-id-2925 .example, .page-id-2925 .flow, .page-id-2925 .advisor, .page-id-2925 .apply {
    background-color: #FCDAA9;
}
.page-id-2925 .problem h2, .page-id-2925 .example h2, .page-id-2925 .flow h2, .page-id-2925 .advisor h2, .page-id-2925 .apply h2 {
    color:#EF4B25;
}
.page-id-2925 .hero {
    padding: 0 0 2em 0;
}
.page-id-2925 .hero img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.page-id-2925 .hero .wp-block-image {
    margin-bottom: 0;
}
.page-id-2925 .problem ul {
    padding: 0 146px;
    letter-spacing: 0.05;
}
.page-id-2925 .problem .wp-block-list li {
    line-height: 2.4em;
    font-size: 1.2em;

}
.page-id-2925 .problem .wp-block-list li::before {
    color:#555 !important;
}
.page-id-2925 .example .block-box {
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border-color: transparent;
    background: #fff;
    text-align:center;
    box-shadow: 2px 2px 5px #aca5a1;
    padding: 57px 10px 0;
    margin-right: 10px !important;
    margin-bottom: 20px;
}
.page-id-2925 .example .is-layout-constrained {
    padding: 0 30px;
}
.page-id-2925 .price {
    background-color: #e55e23;
    color: #fff;
}
.page-id-2925 .price h2 {
    color: #fff;
}
.page-id-2925 .price h2:before,
.page-id-2925 .price h2:after {
    border-color:#fff;
}
.page-id-2925 .price strong {
    color:#fff;
    font-size: 200%;
}
.page-id-2925 .price span {
    border-bottom: solid 1px;
}
.page-id-2925 .cocoon-block-timeline {
    background-color: #fff !important;
    border-color: #555;
}
.page-id-2925 .timeline-item-content {
    padding-bottom: 1.5em;
    border-left: 3px solid #ccc;
}
.page-id-2925 .advisor strong {
    color:#555;
}
.page-id-2925 .notion h4 {
    font-size: 88%;
}
.page-id-2925 .notion p {
    font-size: 88%;
}
.page-id-2925 .apply .must {
    color: #d14e12;
}
.page-id-2925 .apply .cta-button {
  display: block;
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 48px;
  background-color: #e85a1b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 24px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}
.page-id-2925 .apply .cta-button:hover {
  background-color: #d14e12;
}
.page-id-2925 .apply select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 16px;
  padding-right: 48px;  /* 矢印のスペースを確保 */
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
}
.page-id-2925 .apply input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
}
/* チェック時のスタイル */
.page-id-2925 .apply input[type="checkbox"]:checked {
  background-color: #e85a1b;
  border-color: #e85a1b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
/* ホバー時 */
.page-id-2925 .apply input[type="checkbox"]:hover {
  border-color: #e85a1b;
}
/* フォーカス時（アクセシビリティ） */
.page-id-2925 .apply input[type="checkbox"]:focus {
  outline: 2px solid #e85a1b;
  outline-offset: 2px;
}
/*1023px以下*/
@media screen and (max-width: 1023px){
.page-id-2925 .wp-block-group {
    padding: 3em 14px 4em;
}
.page-id-2925 .example .is-layout-constrained {
padding: 0;
width: 768px;
margin: 0 auto;
}
.page-id-2925 .example .block-box:nth-child(4n) {
    margin-right: 0!important;
}
}
.page-id-2925 .float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  z-index: 999;
  margin-bottom: 0;
}
.page-id-2925 .float .btn-l {
    height: 60px;
}
/*480px以下*/
@media screen and (max-width: 480px){

    .page-id-2925 .sp {
        display: block;
        margin: 0 auto;
    }
    .page-id-2925 .pc {
        display: none;
    }
    .page-id-2925 .wp-block-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-id-2925 h2{
        font-size: 1.2em;
    }
    .page-id-2925 h2:before {
        left: 0;
    }
    .page-id-2925 h2:after {
        right: 0;
    }
     .page-id-2925 .hero {
        padding-top: 1em;
     }
    .page-id-2925 .hero img {
        margin-bottom: 1em !important;
    }
    .page-id-2925 .hero .sp-title {
        max-width: 80%;
    }
    .page-id-2925 .problem ul {
        padding: 0;
    }
    .page-id-2925 .problem .wp-block-list li {
        line-height: 1.8em;
        font-size: 1em;
    }
    .page-id-2925 .problem br {
        display: none;
    }
    .page-id-2925 .example .is-layout-constrained {
        display: block;
        margin: 0 auto;
        width: 363px;
    }
    .page-id-2925 .example .block-box {
        width: 173px;
        height: 173px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
     .page-id-2925 .example .block-box:nth-child(even) {
        margin-right: 0 !important;
     }
     .page-id-2925 .cocoon-block-caption-box {
        width: 100%;
     }
     .page-id-2925 .timeline-item-content {
        border-left: none;
     }
     .page-id-2925 .wp-block-cocoon-blocks-faq {
        padding: 0;
     }
}