@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.article h2 {
  background-color: #00a698;
  color: #fff;
}
.article h3 {
  border-top: 3px solid #00a698;
  border-bottom: 3px solid #00a698;
  border-left: none;
  background-color: #e8fbfa;
  padding: 0.8em 0 0.8em 0.5em;
}
.article h4 {
  border: none;
  border-left: 4px solid #00a698;
  background-color: #e8fbfa;
}
.article h5 {
  border-color: #00a698;
}
.article h6 {
  border-color: #00a698;
}
.toc-title {
  font-weight: bold;
}
.toc-title::after {
  font-weight: normal;
}
.article .list-check {
  padding: 0;
  list-style: none;
}
.list-check li {
  position: relative;
  padding-left: 1.3rem;
  margin: 0;
}
.list-check li + li {
  margin-top: 10px;
}
.list-check li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #00a799;
  border-bottom: 2px solid #00a799;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list-check li::marker {
  content: none;
}
.widget_cta_box + .widget_cta_box {
  margin-top: 30px;
}
.cta-box {
  background-color: #fff;
  color: #333;
  border: 3px solid #ccc;
}
.cta-box .cta-heading {
  color: #28b893;
}
.entry-card-thumb {
  max-height: 180px;
  overflow: hidden;
}
.entry-card-wrap .card-thumb img,
.popular-entry-card-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 500px) {
  .entry-card-wrap .card-thumb img {
    min-height: 67.8px;
    max-height: 67.8px;
  }
}
@media screen and (min-width: 1024px) {
  .popular-entry-card-thumb {
    max-height: 67.5px;
    overflow: hidden;
  }
  .popular-entry-card-thumb img {
    min-height: 67.5px;
    max-height: 67.5px;
  }
}
@media screen and (min-width: 1400px) {
  .entry-card-wrap .card-thumb img {
    min-height: 180px;
    max-height: 180px;
  }
}
/** Topへ戻るボタン **/
.go-to-top {
  right: 40px;
  bottom: 110px;
}
.go-to-top a {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  opacity: 0.6;
}
.mblt-footer-mobile-buttons .go-to-top-button {
  display: flex;
}
@media screen and (max-width: 991px) {
  .go-to-top {
    right: 30px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .go-to-top {
    right: 20px;
    bottom: 60px;
  }
}
/************************************
** 未分類カテゴリーの記事トップの
** カテゴリー表示を非表示とする
************************************/
.categoryid-1 .entry-categories-tags {
	display: none;
}

/************************************
** 追加固定フッター
************************************/
.mobile-footer-menu-buttons {
  display: none;
}
.add-fiexd_fooer ul,
.add-fiexd_fooer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.add-fiexd_fooer a {
  background-color: transparent;
  text-decoration: none;
}
.add-fiexd_fooer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s, bottom 0.6s;
  -o-transition: opacity 0.6s, bottom 0.6s;
  transition: opacity 0.6s, bottom 0.6s;
  z-index: 1;
}
.add-fiexd_fooer._down {
  bottom: 0;
}
.add-fiexd_fooer._active {
  opacity: 1;
  pointer-events: all;
}
.add-fiexd_fooer._end {
  opacity: 0;
  pointer-events: none;
}
.fiexd_fooer_inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fiexd_fooer_inner > ul > li {
  width: 50%;
}
.fiexd_fooer_inner > ul > li::marker {
  content: none;
}
.add-fiexd_fooer .primary-button {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.add-fiexd_fooer .primary-button.color_1 {
  background-color: #2a7cc0;
}
.add-fiexd_fooer .primary-button.color_2 {
  background-color: #f47d1c;
}
.add-fiexd_fooer .primary-button .primary-button__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .fiexd_fooer_inner {
    padding: 15px;
    position: relative;
  }
  .fiexd_fooer_inner::before {
    content: "";
    display: inline-block;
    background-color: #3e3a39;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }
  .fiexd_fooer_inner > ul {
    margin: 0 -15px;
  }
  .fiexd_fooer_inner > ul > li {
    padding: 0 15px;
  }
  .fiexd_fooer_inner > ul > li:first-child .primary-button {
    margin: 0 0 0 auto;
  }
  .fiexd_fooer_inner > ul > li:last-child .primary-button {
    margin: 0 auto 0 0;
  }
  .add-fiexd_fooer .primary-button {
    max-width: 335px;
    -webkit-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .add-fiexd_fooer .primary-button.color_1:hover {
    background-color: #3088d1;
  }
  .add-fiexd_fooer .primary-button.color_2:hover {
    background-color: #f98b32;
  }
  .add-fiexd_fooer .primary-button .primary-button__icon {
    -webkit-transition: right 0.6s;
    -o-transition: right 0.6s;
    transition: right 0.6s;
  }
  .add-fiexd_fooer .primary-button:hover .primary-button__icon {
    right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .add-fiexd_fooer .primary-button {
    height: 60px;
  }
  .add-fiexd_fooer .primary-button .primary-button__icon {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .add-fiexd_fooer {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .add-fiexd_fooer .primary-button {
    max-width: 400px;
  }
}

/************************************
** スマホ時にサイドバー
************************************/
@media screen and (max-width: 1024px) {
  main.main {
    margin-bottom: 40px;
  }
  .no-mobile-sidebar .sidebar {
    display: block;
    max-width: 672px;
    margin: 0 auto;
  }
}
/************************************
** 詳細目次
************************************/
.toc-list ol {
  list-style-type: disc;
}
.toc-content ol li {
  padding-right: 1em;
}
@media screen and (max-width: 1024px) {
  .article .toc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .toc-content ol li {
    padding-right: 1.4em;
  }
}
#link-tokyo01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #28b893;
  padding: 20px;
  border-radius: 4px;
  line-height: 1.6;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  position: relative;
  text-decoration: none;
  color: black;
  position: relative;
}

#link-tokyo01 .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#link-tokyo01 .item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 11px;
}

#link-tokyo01 .item2 p {
  margin: 0;
  font-size: 14.4px;
}

#link-tokyo01 .item2 .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.4em;
}

#link-tokyo01 .link-icon {
  position: absolute;
  font-size: 13px;
  padding: 3px 0.6em;
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -6%;
}

#link-tokyo01 .link-icon p {
  margin: 0;
}

#link-tokyo01 .link-icon img {
  width: 17px;
  height: 13px;
}

#link-tokyo01 .item1-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

#link-tokyo01 .item1-item .info01 {
  font-size: 16px;
  margin-left: 5px;
}

#link-tokyo01 .item1-item img {
  width: 16px;
  height: 21px;
}
@media screen and (max-width: 896px) {
  #link-tokyo01 {
    width: 100%;
    padding: 14px 16px;
  }
  #link-tokyo01 .item2 p {
    font-size: 12px;
  }
  #link-tokyo01 .item1-item .info01 {
    font-size: 14px;
  }
  #link-tokyo01 .item1 {
    width: 62%;
  }
  #link-tokyo01 .item2 .title {
    font-size: 14.58px;
  }
  #link-tokyo01 .link-icon {
    top: -10%;
  }
}

@media screen and (max-width: 480px) {
  #link-tokyo01 .item2 .title {
    font-size: 12.09px;
  }
  #link-tokyo01 .link-icon {
    top: -9%;
  }
  #link-tokyo01 .item2 p {
    font-size: 10px;
  }
  #link-tokyo01 {
    padding: 9px 7px 6px;
  }
  #link-tokyo01 .item2 {
    width: 83%;
  }
}

/************************************
** エディタスタイル拡張
************************************/
/* 囲みブログカード */
.bct-recommendation .blogcard-label .fa::before {
  content: "";
}

.bct-recommendation .blogcard-label::after {
  content: "この記事の読者におすすめの講座";
}
/************************************
** メインカラムトップシェアボタン
************************************/
.article-header .sns-share-buttons .button-caption {
  display: none;
}
.article-header .sns-share-buttons > a {
  height: 25px;
  flex: 0 0 16%;
}
@media screen and (min-width: 481px) {
  .article-header .sns-share-buttons > a {
    height: 30px;
  }
}
/************************************
** ワイメール（メルマガスタンド登録フォーム）
************************************/
.ymail .ms_form_box{
	max-width: 940px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	width:100%;
	height:auto;
	padding:0px;
	margin:50px auto;
}
.ymail .ms_form_header{
	max-width:100%;
    width:auto;
	height:auto;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:6px;
	margin:0px;
	text-align:center;
	border:solid 1px #c0c0c0;
	background-repeat: repeat-x;
	background-color:#dcdcdc;
}
.ymail .ms_form_footer{
	max-width:100%;
    width:auto;
	height:auto;
	line-height:28px;
	font-size:11px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#666666;
	border:solid 1px #c0c0c0;
	background-repeat: repeat-x;
	background-color:#dcdcdc;
}
.ymail .ms_form_footer .copy{
	float:left;
	margin:0px 0px 0px 6px;
	padding:0px;
}
.ymail .ms_form_footer .powered_by{
	float:right;
	margin:0px 6px 0px 0px;
	padding:0px;
	text-align:right;
}
.ymail .ms_form_footer a:link,
.ymail .ms_form_footer a:visited{
	color:#666666;
	text-decoration:none;
}
.ymail .ms_form_body{
	max-width:100%;
	width:auto;
	height:auto;
	font-size:16px;
	text-align:center;
	padding:28px 0px 28px 0px;
	margin:0px;
	border-style: solid;
	border-width:1px;
	border-color:#c0c0c0;
	background-color:#ffffff;
}
.ymail .ms_form_body p{
	margin: 0
}
.ymail .ms_form_body ul.form_list{
	max-width:100%;
    width:auto;
	list-style:none;
	clear:both;
	margin:6px 6px 0px 6px;
	padding:0px;
	text-align:left;
}
.ymail .ms_form_body ul.form_list li.item,
.ymail .ms_form_body ul.form_list li.item-nofloat {
	clear:both;
	width:220px;
	vertical-align:top;
	margin: 0;
	padding: 0 0 16px 0;
	background-repeat: no-repeat;
	background-position: 0px 13px;
	float:left;
	word-break: break-all;
}
.ymail .ms_form_body ul.form_list li.cont,
.ymail .ms_form_body ul.form_list li.cont-nofloat {
	width: calc(100% - 400px);
	margin: 0;
	padding: 0 0 16px 0;
	border:none;
	float:left;
	word-break: break-all;
}
.ymail .ms_form_body ul.form_list li.cont .text{
	width:100%;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body ul.form_list li.cont .text80{
	width:80px;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body ul.form_list li.cont .text40{
	width: 100px;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body ul.form_list li.cont .sel{
    max-width:100%;
    width:auto;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body ul.form_list li.cont .sel_auto{
	max-width:100%;
    width:auto;
	height:auto;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body .ta{
	width:100%;
	font-size:16px;
	padding:3px;
	background-color:#f9f9f9;
	border:solid 1px #c0c0c0;
}
.ymail .ms_form_body ul.form_list li.cont span.cont_desc,
.ymail .ms_form_body ul.form_list li.cont-nofloat span.cont_desc {
	font-size:10px;
	color:#4f4f4f;
	margin:0px;
}
.ymail .ms_form_body div.submit_btn{
	clear:both;
	text-align:center;
}
.ymail .ms_form_btn{
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	border: solid 0.5px #53a1dc;
	background-position: 0px 0px;
	background: linear-gradient(#118dcf, #0047cc);
	width:200px;
	height: 36px;
	border-radius: 6px;
	padding: 12px 16px;
	margin-top: 8px;
	line-height: 12px;
}
.ymail [type="submit"] {
  max-width: 200px;
}
@media screen and (max-width: 690px) {
	.ymail .ms_form_box{
		margin: 0px auto;
	}
	.ymail .ms_form_btn{
		max-width:100%;
        width:auto;
		height:auto;
	}
	.ymail .ms_form_body ul.form_list{
		width: calc(100% - 14px);
		padding:0px 0px 10px 0px;
		border-bottom:1px solid #c0c0c0;
	}
	.ymail .ms_form_body ul.form_list li.item,
	.ymail .ms_form_body ul.form_list li.item-nofloat {
		width: calc(100% - 65px);
		margin:  0;
		padding: 8px 0 0 20px;
		border-top:1px solid #c0c0c0;
		background-image : url('https://asano-juku.com/img/ms_cp_icon_circle_right.svg');
		background-repeat: no-repeat;
		background-position: 0 12px;
	}
	.ymail .ms_form_body ul.form_list li.cont,
	.ymail .ms_form_body ul.form_list li.cont-nofloat {
		width:90%;
		margin:0px 20px;
		padding: 0px 0px 8px 0px;
	}
}
.ymail div.ssl_seal {
	width:100px;
	/* height:50px;
	margin:0px auto 20px auto; */
  height: 0;
  margin: 0;
}
.ymail div.sim_entry_list {
	max-width:100%;
    width:auto;
	margin:20px 10px 0px 10px;
	padding:6px;
	border: solid 1px #ff0000;
	text-align:left;
}
.ymail div.sim_entry_list span.attention{
	color: #ff0000;
}
.ymail div.sim_entry_list ul{
	max-width:100%;
    width: auto;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
.ymail div.sim_entry_list ul li{
	max-width:100%;
    width: auto;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px 22px;
	background-image : url('https://asano-juku.com/img/ms_cp_icon_text.svg');
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
.ymail .clearfix{
	zoom:1;
}
.ymail .clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
