@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** メインエリア（TOP）
************************************/


/* グローバルメニュー */

 /* ロゴの大きさ・幅に関するもの */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 10px 0;
}
#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 17px; /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: #fff; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 10px 0;
}
#container {
  padding-top: 10px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}

/* エントリーカード　枠線・影 */
.ect-vertical-card .entry-card-wrap {
margin-bottom: 24px;
}
.entry-card-wrap {
border:1px #d2d6d6;
box-shadow: 3px 3px 3px 3px #d2d6d6
}
.entry-card-wrap a {
transition: color .3s, background.3s, box-shadow .3s, transform .3s;
}
.entry-card-wrap:hover {
background: #ffffff;/*カードの色*/
box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0,0,0,.2);
transform: translateY(3px);
}
.entry-card-wrap a:active {
transition-duration: .1s;
}
.entry-card .cat-label{
display: none;
}
.eye-catch .cat-label {
border-radius: 5px;
}

.home main, .archive main{
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
}

.entry-card-wrap{
    background-color: white;
    border-radius: 4px;
    margin-bottom: 1em!important;
}

/* ページ送り */

.pagination-next-link {
  background-color: #d42c1c;
  color: #fff;
  border: none;
  border-radius: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); /*「次のページ」部分の影*/
}
.pagination-next-link:hover {
  background-color: #d42c1c;
  transition: all 0.5s ease;
  color: #fff;
}
.page-numbers {
  color: #d42c1c;
  border: 1px solid #d42c1c;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); /*数字部分の影*/
}
.pagination .current {
  background-color: #d42c1c;
  color: #fff;
}
.page-numbers.dots {
  opacity: 1;
  background: note;
}
.pagination a:hover {
  background-color: #d42c1c;
  color: #fff;
}
a.prev, a.next {
  display: none;
}
@media screen and (max-width: 480px){ 
.page-numbers {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
}

/************************************
** コンテンツエリア（記事内）
************************************/

/*タイトル真ん中*/
.page .entry-title,
.single .entry-title {
	text-align: center;
}

/* サムネイル真ん中 */
.entry-content figure.wp-block-image {
    width: 100%;
    text-align: center;
}

/* サムネイルラベル非表示 */
 .eye-catch .cat-label {
    display: none;
}

/* コンテンツ真ん中 */
.video-container, 
.instagram-container, 
.facebook-container,
.twitter-tweet {
    margin: 30px auto;
} 

/*記事内画像中央表示*/
.entry-content img{
margin:auto;
display:block;
}
.wp-caption{
margin:auto;
}


/* 目次全体デザイン */
	
.toc{
    background:#ffff; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#FFC679;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #FFC679; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次全体デザイン */
	
.toc{
    background:#ffff; /* 目次全体の背景色を変える場合はここを変更 */
    border:none;
    display:block;
    border-top:5px solid;
    border-top-color:#FFC679;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    padding: 20px 25px;
}
/* 目次の文字指定 */
.toc-title {
    text-align:left;
    margin: 0 20px 20px -10px;
    padding-left: -20px;
    font-size: 23px;
    font-weight: 700;
    color: #FFC679; /* 目次の文字色を変える場合はここを変更 */
}
/* 目次のアイコン設定 */
.toc-title:before {
    top: 0;
    left: -45px;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    content : "\f0ca"; /* アイコンを変える場合はここを変更 */
    font-size:20px;
    margin-right:5px;
    color:#FFF; /* アイコンの色を変える場合はここを変更 */
    background-color:#FFC679; /* アイコンの背景色を変える場合はここを変更 */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding:14px;
}
/* 目次のデザインカスタマイズ */
.toc-content ol {
    padding: 0 0.5em;
    position: relative;
}
.toc-content ol li {
    line-height: 1.5;
    padding: 0.7em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
/* 目次の各節の先頭にあるアイコンを設定 */
.toc-content ol li:before {
    font-family: FontAwesome;
    content: "\f138"; /* アイコンを変える場合はここを変更 */
    position: absolute;
    left : 0.5em;
    color: #FFC679; /* 色を変える場合はここを変更 */
}
.toc-content ol li:last-of-type {
    border-bottom: none;
}
.toc-content .toc-list li {
    font-weight:700; /* h2のみ太文字に */
}
.toc-content .toc-list li li {
    font-weight:normal; /* h3以降の文字サイズを普通に */
}

/* スマホの目次調整 */
@media screen and (max-width: 768px){
	.toc {
	    padding: 20px 5px;
	}

	.toc .toc-list {
	    padding-left: 5px;
	}

	.toc-content ol li {
	    padding: 0.7em 0 0.5em 1.2em;
	}

	.toc .toc-list ul, .toc .toc-list ol {
	    padding-left: 0.4em;
	    margin: 0;
	}
}

/* 箇条書き */

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-box-1{
   background: #fef9ed; /* 背景色 */
   border-radius: 4px;
   max-width: 600px; /* 横幅 */
   padding: 2em;
   margin:0 auto;
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 20px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

/* ブログカード */

.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 600px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #d42c1c; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}

/* 人気記事 */
.popular-entry-card {
    padding: 8px 8px 7px 13px;
}

.widget-entry-card-content {
    margin-left: 131px;
    padding-top: 6px;
    font-size: 95%;
    line-height: 1.4;
}


@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}

.single-post .entry-content {
    padding: 0 16px;
}

.article h2 {
    margin: 4em -20px 2em;
}

/* 20200927 シングルカラムのH2デザイン調整 */
.no-sidebar .article h2 {
    margin: 4em 0 2em;
}

.article h3 {
    margin: 3em -16px 2em;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.article h4 {
    border-top: 0;
}

/*数字リストのpaddingを40から20に変更*/
ol {
    padding-left: 20px;
}


/* 記事下の関連記事*/

h2.related-entry-heading span:before {
  content: "";
  z-index: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-family: FontAwesome;
  content: "\f15c";
  color:#fff;
  background-color:#f8c678;/*お好みの色に*/
  display:inline-block;
  text-align: center;
 }
h2.related-entry-heading span{
  color:#999;
}
.related-entry-card-thumb img {
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.entry-card-title, .related-entry-card-title {
  color:#555;
}
.rect-mini-card .related-entry-card-wrap {
  border-bottom: 1px dashed #CCCCCC;/*区切り線*/
}
.related-entry-card .cat-label {
  display: none;/*カテゴリー非表示に*/
}

/*吹き出しのデザイン*/
.sb-id-1 .speech-icon img, .sb-id-11 .speech-icon amp-img {
  border: 2px solid #d42c1c; /* ボーダーの太さ・形状・色 */
  background: #ffffff; /* 背景色 */
}

.sb-id-1 .speech-balloon {
  background-color: #ffffff; /* 吹き出しメイン部分の背景色 */
  border: 2px solid #d42c1c; /* 吹き出しメイン部分のボーダー */
}

/************************************
** サイドバーエリア
************************************/

/* 検索窓 */
.sidebar .search-box, .search-menu-content .search-box {
  width: 100%;
  margin: 1em 0 2em;
  position: relative;
  display: flex;
  border-radius: 50px; /*全体を囲むボックスの角丸*/
  box-shadow:2px 4px 6px 3px #c4c4c4; /*全体を囲むボックスのシャドウ*/
}
.search-menu-content .search-box {
  box-shadow:0px 4px 6px 0px #333; /*スライドイン表示でのシャドウ*/
}

.sidebar .search-edit, .search-menu-content .search-edit {
  width: 80%; /*入力部分の長さ*/
  background: #fff; /*入力部分の背景色*/
  padding: 0 10px;
  border: none; /*ボーダーを消す*/
  border-radius: 50px 0 0 50px; /*左上、左下のみ角丸*/
  font-size: 16px;
}


.search-submit {
  width: 20%; /*ボタン部分の長さ*/
  background: #d42c1c; /*ボタン部分の背景色*/
  color: #fff; /*アイコンの色*/
  position: static;
  right: auto;
  top: auto;
  font-size: 20px; /*アイコンの大きさ*/
  cursor: pointer;
  line-height: 40px; /*検索窓の高さ*/
  border: none;
  border-radius: 0 50px 50px 0; /*右上、右下のみ角丸*/
  padding: 0;
}

/* サイドバーサーチボックス右側の余白削除 */
.sidebar .search-submit {
    position: relative;
    right: -1px;
}

/* #mainの中のサーチボックス削除 */
main#main .search-box {
    display: none;
}

.search-box input::placeholder {
  color: #bbb; /*プレースホルダーの色*/
}
.search-box input:focus, .search-box button:focus {
  outline: 0; /*フォーカス時の枠線を消す*/
}



/************************************
** フッターエリア
************************************/

/* フッター幅*/
.footer {
	margin-top: 0;
	padding-top: 0;
}

#custom_html-8,
.footer-bottom {
	margin-top: 0;
	padding-top:0;
}


/*サイドバーカテゴリ*/
.sidebar{
	background:#ffffff;
}
.widget-sidebar h3{/*サイドウィジェットタイトル*/
	background:transparent;
	font-size:.95em;/*文字サイズ*/
	border-bottom:2px solid #d42c1c;/*下線の太さ・色*/
	padding:5px 10px 0;
	margin-bottom:0;
	color: #d42c1c; /* サイドバータイトルの色を指定 */
}
.widget_popular_entries h3:before{/*人気記事タイトルアイコン*/
	font-family:Fontawesome;
	content:"\f14a";/*アイコン種類*/
	
	color:#FFC14D;/*アイコン色*/
	font-weight:normal;
	margin-right:6px;/*アイコンとタイトルの距離*/
}
.widget_categories h3:before{/*カテゴリータイトルアイコン*/
	font-family:Fontawesome;
	content:"\f0ca";/*アイコン種類*/
	color:#d42c1c;/*アイコン色*/
	font-weight:normal;
	margin-right:6px;/*アイコンとタイトルの距離*/
}
.widget_archive h3:before{/*アーカイブタイトルアイコン*/
	font-family:Fontawesome;
	content:"\f274";/*アイコン種類*/
	color:#d42c1c;/*アイコン色*/
	font-weight:normal;
	margin-right:6px;/*アイコンとタイトルの距離*/
}
.widget_categories ul li,
.widget_archive ul li{/*カテゴリ・アーカイブ下線*/
	padding-left:10px;
	border-bottom:1px dotted  rgba(125, 125, 125, 0.2);/*下線の種類*/
}
.widget_categories ul li a,
.widget_archive ul li a{/*親カテゴリ・アーカイブの文字サイズ*/
	font-size:.95rem;
}
.widget_categories ul li a:before,
.widget_archive ul li a:before{/*親カテゴリ・アーカイブアイコン*/
	font-family:Fontawesome;
	content:"\f138";/*アイコン種類*/
	color:#FFC14D;/*アイコン色*/
	margin-right:6px;/*アイコンと文字の距離*/
}
.widget_categories ul .children li a:before{/*子カテゴリアイコン*/
	font-family:Fontawesome;
	content:"\f105";/*アイコン種類*/
	color:#FFC14D;/*アイコン色*/
	font-weight:normal;
	margin-right:6px;/*アイコンと文字の距離*/
}
.widget_categories ul .children li{
	border-bottom:none;
}	
.widget_categories ul .children li a{/*子カテゴリ*/
	padding:3px 10px;
	font-size:.85rem;/*文字サイズ*/
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover{/*カテゴリ・アーカイブhover時*/
	background:transparent;
	color:#38b48b;/*hover時の文字色*/
	margin-left:5px;/*hover時動く幅*/
}
.widget_categories ul li a .post-count,
.widget_archive ul li a  .post-count{/*カテゴリ・アーカイブ記事数*/
	border:1px solid rgba(221, 221, 221, 0.867);/*囲線*/
	border-radius:5px;
	font-size:.8em;/*数字サイズ*/
	padding:1px 10px;/*囲いの大きさ*/
}
.widget_categories ul li a:hover .post-count,
.widget_archive ul li a:hover  .post-count{/*カテゴリ・アーカイブ記事数hover時*/
	border-color:#FFC14D;/*囲線色*/
	background:#FFC14D;/*背景色*/
	color:#fff;/*文字色*/
	transition:.4s;/*変化スピード*/
}



/* 人気記事*/
.popular-entry-card {
border:1px #d2d6d6;
box-shadow: 1px 1px 3px 1px #d2d6d6
}


.popular-entry-card:hover {
background: #ffffff;/*カードの色*/
box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0,0,0,.2);
transform: translateY(3px);
}

.popular-entry-card{
    background-color: white;
    border-radius: 5px;
    margin-bottom: 0em!important;
}

/* カテゴリー*/
.widget_categories{
box-shadow: 1px 1px 3px 1px #d2d6d6
	}

.widget_categories{
    background-color: white;
    border-radius: 5px;
    margin-bottom: 0em!important;
}

/* ツイッタータイムライン*/
.timeline-Tweet-text{
box-shadow: 1px 1px 3px 1px #d2d6d6
	}

/*h5 見出し点線に変更 20200922 murakami*/
.article h5 {
    border-bottom: 2px dashed #d42c1c;
}

/*h5 浮き出る設定を他箇所に揃える 20200922 murakami*/

.blogcard-wrap:hover {
    transform: translateY(3px);
	box-shadow: none;
}

.blogcard {
    border: 1px solid #d2d6d6 !important;
    box-shadow: 3px 3px 3px 3px #d2d6d6;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.blogcard:hover {
    background: #ffffff;
    box-shadow: 0 3px 0 #d2d6d6, 0 6px 0 rgba(0,0,0,.2);
}

/* Simple Pay ボタンデザイン変更 20210513 murakami */

body .stripe-button-el {
    overflow: hidden;
    display: block;
    visibility: visible !important;
    background: #d42c1c;
    -webkit-font-smoothing: antialiased;
    border-bottom: 5px solid #089045;
    padding: 12px 50px;
    text-decoration: none;
    border-radius: 100px;
    min-width: 240px;
    transition: all 0.3s;
    position: relative;
	margin:auto;
}

body .stripe-button-el:before {
    content: "";
    position: absolute;
    right: 25px;
    color: #fff;
    top: 25px;
    width: 9px;
    height: 9px;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    z-index: 10;
    transform: rotate( 45deg );
}

body .stripe-button-el:hover {
	margin-top: 3px;
	border-bottom: 2px solid #089045;
}

body .stripe-button-el:not(:disabled):active,
body .stripe-button-el.active {
    background: #9f000c;
}

body .stripe-button-el:not(:disabled):active span,
body .stripe-button-el.active span {
    color: #fff;
    background: none;
    box-shadow: none;
}

body .stripe-button-el span {
display: block;
    position: relative;
    padding: 0 12px;
    height: 35px;
    line-height: 40px;
	background:rgb(255 255 255 / 0%);
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}

body .stripe-button-el:disabled span,
body .stripe-button-el.disabled span {
    color: #fff;
    background: #f8f9fa;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

/* ブログカード文字サイズ変更 20210306 murakami*/
@media screen and (min-width: 835px){
	.entry-card-title {
		font-size: 22px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 480px){
	.entry-card-content{
		padding-bottom: 2em;
	}
}

/**
 * サイドバー用 人気記事一覧ウィジェットのCSS読み込み
 */
.article-list .article-item:nth-child(n+2) {
	border-top: 1px solid #ddd;
}
.article-list .rank-1 .rank-number {
    background-color: #dbb900 !important;
}

.article-list .rank-2 .rank-number {
    background-color: #a5a5a5 !important;
}

.article-list .rank-3 .rank-number {
    background-color: #ab6520 !important;
}

.article-list .rank-number {
	position: absolute;
	z-index: 5;
	top: -10px;
	left: -10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #fff;
  font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	background-color: #5d5d5d;
}

.article-list .image-wrap {
	position: relative;
}

.article-list .article-link {
	display: flex;
  align-items: center;
	padding: 20px 15px;
  text-decoration: none;
	transition: all 0.2s;
}

.article-list .article-link:hover {
	opacity: .7;
}

.article-list .image-wrap {
	width: 40%;
}

.article-list .image-wrap img {
	object-fit: cover;
	width: 100%;
	max-width: 120px;
	height: 65px;
	transition: all 0.2s;
}

.article-list .article-text {
	display: flex;
	align-items: center;
	width: 60%;
	padding-left: 15px;
	font-size: 95%;
	font-weight: bold;
  color: #555 !important;
	line-height: 1.4;
}

/* サイドバーのバナーにホバーした際に透明度が下がるアニメーション追加 20250218 takashina */
aside div a img {
    transition: opacity 0.3s;
}
aside div a img:hover {
    opacity: 0.8;
}

/* 記事内１日の流れブロックのスタイル 20250425 takashina */
.schedule-flow {
  border-left: 3px solid #d42c1c;
  margin: 2em 0;
  padding-left: 20px;
}
.schedule-row {
  display: flex;
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative;
}
.schedule-row::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 6px;
  width: 14px;
  height: 14px;
  background-color: #d42c1c;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #d42c1c;
}
.schedule-time {
  width: 80px;
  font-weight: bold;
  color: #333;
  flex-shrink: 0;
}
.schedule-desc {
  background: #f8f8f8;
  padding: 8px 12px;
  border-radius: 6px;
  width: 100%;
}
.schedule-desc__main {
  font-weight: bold;
}
.schedule-desc__sub {
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .schedule-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule-time {
    margin-bottom: 5px;
  }
}


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

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

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

