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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
table.nomad_table {
  max-width: 900px !important;
  width: 100%;
  margin: 15px auto !important;
  background: #FFF;
  text-align: center !important;
  font-size: 14px !important;
  display: block !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  -webkit-overflow-scrolling: touch !important;
  color: #333 !important;
  border: none !important;
  border-collapse: collapse !important;
}

table.nomad_table a {
  color: #333 !important;
  text-decoration: none !important;
  transition: .2s;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.25em !important;
  font-size: 13px !important;
  display: block !important;
  position: relative !important;
  text-align: center !important;
}

table.nomad_table a:hover {
  opacity: .8;
}

table.nomad_table tr td,
table.nomad_table tr th {
  padding: 1.5em 2.2em !important;
  line-height: 1.25em !important;
  font-size: 14px !important;
  border: none !important;
  position: relative !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-bottom: 1px solid #505050 !important;
}

table.nomad_table tr:first-child td,
table.nomad_table tr:first-child th,
table.nomad_table tr:last-child td,
table.nomad_table tr:last-child th {
  border-bottom: none !important;
}

table.nomad_table tr td {
  font-size: 13px !important;
}

table.nomad_table tr td:first-child {
  position: sticky !important;
  left: 0 !important;
  background: #FFF !important;
  z-index: 2;
}

table.nomad_table tr th:first-child {
  position: sticky !important;
  left: 0 !important;
  z-index: 2;
}

table.nomad_table tr td:nth-child(even) {
  background: #FAFAFA !important;
}

table.nomad_table tr th {
  padding: .8em 2em !important;
  background: #505050 !important;
  color: #fff !important;
  width: 100% !important;
  position: relative !important;
}

table.nomad_table tr th:nth-child(even):after {
  content: "";
  display: block !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .05);
  position: absolute;
}

table.nomad_table tr:nth-child(even) td:nth-child(even):after {
  content: "";
  display: block !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .03);
  position: absolute;
}

table.nomad_table::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

table.nomad_table::-webkit-scrollbar-track {
  background: #FAFAFA !important;
}

table.nomad_table::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background: #505050 !important;
}

table.nomad_table .table_img {
  display: block;
  max-width: 60px;
  margin: 0 auto 15px auto;
}

@media(max-width:480px) {

  table.nomad_table tr td,
  table.nomad_table tr th {
    padding: 1em !important;
    font-size: 12px !important;
  }

table.nomad_table tr th {
    padding: .8em 2em !important;
    font-size: 13px !important;
  }

table.nomad_table .table_img {
    max-width: 45px;
    margin: 0 auto 10px auto;
  }

table.nomad_table a {
    font-size: 10px !important;
  }

}

.list-wrap .list-title{
  font-size: 30px;
  margin-top: 3em;
}

.list-new-entries .list-title{
  margin-top: 0;
}

.list-title-in{
  padding: 0 95px;
  color: #0081cc;
}
.list-title-in:before, .list-title-in:after{
  width: 75px;
  background-color: #0081cc;
}



h2#independent_link{
	background-color: #fa9641;
}
p#independent_link_box{
    background-color: #ffebd9;
    border: 1px solid #ffc08b;
}
p#independent_link_box.is-style-information-box::before, .information-box::before, .information::before{
	color: #ffc08b;
}


/********************************************
** 教科書ページテンプレート用スタイル　PC ここから
********************************************/

.tb_a{
  text-decoration: none;
}

.tb_content_width{
  max-width: 980px;
  margin: 0 auto;
}

.tb_read_text{
  font-size: min(1.3em,18px);
}
.tb_middle_text{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
}

.tb_main_title{
  font-size: 40px;
  line-height: 1.6em;
}

.tb_back_blue{
  background-color: #0D89CB !important;
}
.tb_color_blue{
  color: #0D89CB !important;
}
.tb_color_white{
  color: #ffffff !important;
}
.tb_color_gray{
  color: #707070 !important;
}

.tb_color_orange{
  color: #FF922B !important;
}


.tb_back_step1{
  background-color: #66AFEB;
}

.tb_back_step2{
  background-color: #738BBE;
}

.tb_back_step3{
  background-color: #5F79C7;
}


.tb_back_step4{
  background-color: #4553A3;
}


.tb_back_step5{
  background-color: #242D65;
}


.tb_box_border{
  display: inline-block;
  border: 0.5px solid #FFFFFF;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px 20px;
  line-height: 1.6em;
}

.tb_text_center{
  text-align: center;
}

.tb_ptb_80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.tb_mb_10{
  margin-bottom: 10px;
}

.tb_mb_20{
  margin-bottom: 20px;
}

.tb_mr_10{
  margin-right: 10px;
}

.tb_mt_20{
  margin-top: 20px;
}

.tb_mt_30{
  margin-top: 30px;
}
.tb_mt_60{
  margin-top: 60px;
}
.tb_mb_60{
  margin-bottom: 60px;
}

.tb_mb_80{
  margin-bottom: 80px;
}

.tb_border_line{
  border-top: 1px solid #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
}




/**-------------------コンテンツ--------------------**/

.tb_title_sub_copy{
  font-size: min(1.3em,20px);
}
h2.tb_main_title{
  line-height: 1.1em;
}


.tb_step_icon{
  background-color: #0E89CB;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 1.8em;
  padding: 10px;
}

.tb_step_icon_number{
  font-size: 40px;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.tb_index_card{
  padding: 20px 20px;

}
.tb_flex_box{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

a.tb_index_card_box{
  transition: 0.3s;
  border: 1px solid #EAEAEA;
  width: 50% !important;
}

a.tb_index_card_box:hover{
  background-color: #dfdfdf;
}


.tb_flex_box_item{
  max-width: 50%;
  width: calc(50% - 10px);
}


.tb_step_illust{
  margin-left: auto;
}

.tb_step_font{
  font-size:  min(1.6em,20px);
  font-weight: 600;
  line-height: 1.6em;
  color: #0E89CB;
}

/**-------------------END コンテンツ--------------------**/


/**-------------------stepコンテンツ--------------------**/

.tb_step_title{
  padding-top: 40px;
  padding-bottom: 40px;
}
.tb_step_number{
  display: inline-block;
  line-height: 1.1em;
  font-size: 25px;
  padding: 10px 30px;
  border: 1px solid #ffffff;
  border-radius: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}

.tb_relation_topic{
  padding: 30px;
  background-color: #F2F2F2;
}
.tb_relation_topic_text{
  font-size: 25px;
  font-weight: 600;
  color: #2C2C2C;
  line-height: 1.6em;
}

.tb_relation_title_box{
  display: flex;
  align-items: center;
}
.tb_relation_icon{
  vertical-align: middle;
  padding-right: 10px;
}

.tb_relation_icon img{
  width: 50px;
  vertical-align: middle;
}
.tb_relation_topic_text img{
  width: 50px;
  vertical-align: middle;
  padding-right: 10px;
}

a.tb_relation_topic_btn{
  padding: 20px 35px;
  background-color: #ffffff;
  border: 1px solid #0E89CB;
  color: #0E89CB;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 5px 5px 5px;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
  line-height: 1.6em;
}


a.tb_relation_topic_btn::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #0E89CB;;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

a.tb_relation_topic_btn:hover{
  background-color: #0E89CB;
  color: #ffffff;
}

.tb_id_topic{
  padding: 30px;
  border: 2px dashed #FF912B;
}

a.tb_id_topic_btn{

  background-color: #FF912B;
  border: 1px solid #FF912B;
  color: #ffffff;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 5px 5px 5px;
  box-sizing: border-box;
  transition: 0.3s;
  position: relative;
  line-height: 1.6em;
}
a.tb_id_topic_btn_pd{
  padding: 26px 35px;
}

a.tb_id_topic_btn_pd2{
  padding: 10px 35px;
}

a.tb_id_topic_btn::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

a.tb_id_topic_btn:hover{
  background-color: #636363;
  border: 1px solid #636363;
  color: #ffffff;
}

/**-------------------END stepコンテンツ--------------------**/


/**-------------------bottomコンテンツ--------------------**/

.tb_border_box{
  border: 1px dashed #FFFFFF;
  padding: 25px 30px;
}



/**-------------------END bottomコンテンツ--------------------**/

/********************************************
** 教科書ページテンプレート用スタイル　PC ここまで
********************************************/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (max-width: 1050px){

  /**-------------------コンテンツ--------------------**/

  .tb_step_icon{
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    line-height: 1.5em;
    padding: 10px;
  }

  .tb_step_icon_number{
    font-size: 30px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .tb_step_font{
    font-size:  18px;
    font-weight: 600;
    line-height: 1.6em;
    color: #0E89CB;
  }

  /**-------------------END コンテンツ--------------------**/

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

  /********************************************
  ** 教科書ページテンプレート用スタイル　SP ここから
  ********************************************/
  .tb_content_width{
    max-width: 900px;
    padding: 30px 15px 0 15px;
    margin: 0 auto;
  }

  /**-------------------stepコンテンツ--------------------**/
  h2.tb_main_title{
    line-height: 1.6em;
  }
  .tb_step_title{
    padding: 40px 15px;
  }

  /**-------------------END stepコンテンツ--------------------**/
}


@media screen and (max-width: 900px){

  /**-------------------コンテンツ--------------------**/

  .tb_flex_box_item{
    max-width: 100%;
  }

  a.tb_index_card_box{
    transition: 0.3s;
    border: 1px solid #EAEAEA;
    width: 100% !important;
  }

  /**-------------------END コンテンツ--------------------**/

}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .list-wrap .list-title{
    font-size: 25px;
  }

  .list-title-in{
    padding: 0 65px;
  }

  .list-title-in:before, .list-title-in:after{
    width: 50px;
  }
  

  /********************************************
  ** 教科書ページテンプレート用スタイル　SP ここから
  ********************************************/

  .tb_main_title{
  font-size: 30px;
  line-height: 1.6em;
  }


  .tb_flex_box_item{
    max-width: 100%;
    width: 100%;
  }
  /**-------------------コンテンツ--------------------**/


  /**-------------------END コンテンツ--------------------**/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  .list-wrap .list-title{
    font-size: 20px;
  }
}

#yop_poll_widget-2 .widget-sidebar-title{
	color: #111;
    background-color: #fff;
}

img.pc-media-img{
	display:block;
}
img.sp-media-img{
	display:none;
}
@media screen and (max-width:768px) {
	img.pc-media-img{
	display:none;
}
img.sp-media-img{
	display:block;
}
	


  /********************************************
  ** 教科書ページテンプレート用スタイル　SP ここから
  ********************************************/

  .tb_middle_text{
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 10px;
}

    /**-------------------コンテンツ--------------------**/

  .tb_step_icon{
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    line-height: 1.5em;
    padding: 8px;
  }

  .tb_step_icon_number{
    font-size: 20px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .tb_step_font{
    font-size:  16px;
    font-weight: 600;
    line-height: 1.6em;
    color: #0E89CB;
  }

  .tb_step_illust img{
    max-width: 40px;
    width: 100%;
    vertical-align: middle;
  }
  .tb_index_card{
    padding: 10px;
  }
  /**-------------------END コンテンツ--------------------**/


  /**-------------------stepコンテンツ--------------------**/
  .tb_relation_topic_text{
  font-size: 23px;
}


.tb_id_topic{
  padding: 30px 15px;
}

.tb_relation_topic{
  padding: 30px 15px;
}


a.tb_relation_topic_btn{
  font-size: 18px;
}


  /**-------------------END stepコンテンツ--------------------**/

}

.blogcard-footer{
  display:none;
}
@media screen and (max-width:585px) {
	.suipo_news_text{
		display: block !important;
		
	}
	.suipo_news_link{
		margin-top:12px;
	}

    /********************************************
    ** 教科書ページテンプレート用スタイル　SP ここから
    ********************************************/
}


/********************************************
** 教科書ページテンプレート用スタイル　SP ここから
********************************************/


/********************************************
** 教科書ページテンプレート用スタイル　SP ここまで
********************************************/

	h3.widget-sidebar-scroll-title{
		background-color: #fa9641 !important;
	}