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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************/
html {
  scroll-behavior: smooth;
}
.main {
    background-color: #f8f8f8;
}
.entry-content {
  margin-top: 0;
}

.date-tags {
  margin-bottom: 0;
}

.content {
margin-top: 0;
}
.article h1 {
margin-top: 0;
padding-top: 0;
}

.main {
  border-top: none;
  margin-top: 0;
  background-color: #000;
}

/*  カバーイメージ*/
 * .cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
/*  カバー内テキスト*/
.hero-group{
	width: 700px;
	margin: 0 auto;
	
}

/*  サブタイトル　 */
.subtitle-font{
	font-size:1.3em;
  font-weight: bold;
}
.subtitle-font-no{
	font-size:1.1em;
  font-weight: bold;
}

/*  CETの技術　------------------------------------ */

.tec-all{
  margin:0 50px;
}

.tec-contents{
  margin:0 8%;
}

/*  タイトル　 */
.big-no{
	width: 70px;
	height:auto;
}
.big-no-text1{
  font-size:40px;
  font-weight: bold;
  line-height: 1.4;
	padding-left: 60px;
}
.big-no-text2{
  font-size:30px;
  line-height: 1.4;
letter-spacing: 2.5px;
	padding-left: 60px;
}

.big-no-meta{
  font-size:30px;
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}

.big-no-text3{
  font-size:25px;
  line-height: 1.4;
	padding-left: 60px;
}

/*  本文　 */
/*  1配信スタジオ　 */
/* 　tec1配信スタジオ説明の吹き出し　 */
.balloon1,.balloon2,.balloon3 {
  position: relative;
  display: inline-block;
  padding: 0 5px 5px 5px;
  margin-bottom:1em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  font-size: 30px;
  border-radius: 50%;
  box-sizing: border-box;
	font-family:"Impact";
}

.balloon1 {
  background: #acbdaf;
}
.balloon2 {
  background: #9cb1d9;
}
.balloon3 {
  background: #f48181;
}


/*  説明文　 */

.tec1-sub-width{
  margin:0 5%;
}

.tec1-1-sub{
	  font-size:22px;
letter-spacing: 2px;
	font-weight:bold;
}

.tec1-1-subtext{
	  font-size:16px;
}


/*  メタモジ注記　 */
/*  全体　 */
.ticss-f2df297a{
	width:80%;
	margin: 0 auto;
	
}
/*  内部　 */
.meta-padding{
}
.meta-icon{
	width:100px:
}
	
/*  ClassRoomテキスト　 */
.meta-class{
	font-size:1.2em;
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}
.meta-tyuu{
	font-size:0.8em;
	color:#585858;
}

.meta_link {
	color:#000000;
}

.meta_link :hover{
	text-decoration-line:none;
	color:red;
}

/*  2 配信スタジオ  */
.tec2-class-img{
	width:80%;
	height:auto;
}

.tec2-tyuuki{
	width:60%;
	margin: 0 auto;
    border: solid 1px #848484;
}

.textbox_leftmargin{
	margin-left:10%;
}
/*  3 システム利用の効果 */
.tex3-allbox{
	width:60%;
	margin: 0 auto;
}

.tec3-box{
	margin: 0 auto;
    border: solid 1px #848484;
 padding:30px 60px;
  background: #fff;
	
}

.tec3-subtitle{
	font-size:40px;
	letter-spacing: 2px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
	padding-bottom:0;
	margin-bottom:0;
}

.tec3-text{
	width:90%;	
	margin: 0 auto;
	padding:30px 0 30px 0;
    border-top: solid 1px #464646;
	
	}

/*  実例              ------------------------------------ */
.ex-box{
	width: 100vw;
	height;100%;
	margin: 0 calc(50% - 50vw);
	background-color: #2d3e50;
}
.ex-title-font{
  color: #fff;
}


/*  問い合わせ         ------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  width:400px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

.fa-position-left {
  left: 3rem;
}

/*  フッター              ------------------------------------ */

.footer_box{
  line-height: 1;
}
/**本文用メニュー
************************************/
/* 本文内のスクロールメニューラッパー */
.custom-menu {
  text-align: right;
  margin-bottom: 10px;
}

.custom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 15px;
}

.custom-menu li {
  display: inline;
  position: relative;
}

.custom-menu a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
	font-size:1em;
  padding: 0 15px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.custom-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #333; /* アンダーラインの色 */
  transition: width 0.3s ease;
}

.custom-menu a:hover::after {
  width: 100%;
}

/*ハンバーガーメニュー見えないように*/
rmp_menu_trigger rmp-menu-trigger-boring {
    display: none;
  }











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




}
/*915px以下*/
@media screen and (max-width: 915px){
  /*必要ならばここにコードを書く*/
	
.hero-group{
	width: 430px;
	margin: 0 auto;
}
 .custom-menu {
    display: none;
  }
	
/*  CETの技術　 */
	
.tec-all{
  margin:0 10px;
}

.big-no{
	width: 70px;
	height:auto;
}
	
.big-no-text1{
  font-size:40px;
  font-weight: bold;
  line-height: 1.4;
	padding-left: 20;
}
		
.big-no-text1_tec3{
  font-size:35px;
  font-weight: bold;
  line-height: 1.4;
	padding-left: 20;
}
	
.big-no-text2{
  font-size:20px;
  line-height: 1.4;
	padding-left: 20;
}

.big-no-text3{
  font-size:17px;
  line-height: 1.4;
	padding-left: 20;
}
.big-no-meta{
  font-size:20px;
  font-weight: bold;
	font-family:"Yu Gothic";
}


/*  メタモジ注記　 */
.fontfamily-YuGothic-sub{
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}

/*  メタモジ注記　 */
.meta-class{
	font-size:1.2em;
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}


.meta-tyuu{
	font-size:0.8em;
	color:#585858;
}

/*  2 配信スタジオ  */
.tec2-class-img{
	width:600px;
	height:auto;
	margin: 0 auto;
	
}

/*  3 システム利用の効果 */
.tex3-allbox{
	width:80%;
	margin: 0 auto;
}

	}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/*カバーイメージ*/
 .cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.hero-font{
	font-size:0.9em;
}
.hero-font-towa{
	font-size:0.6em;
}
	
.hero-cet-font{
	font-size:18px;
}
	
.hero-group{
	width: 340px;
	margin: 0 auto;
}
/*  CETの技術　 */
	
.tec-all{
  margin:0;
}
/* サブタイトル　 */
.big-no{
	width: 50px;
	height:auto;
}

.big-no-text1{
  font-size:25px;
  font-weight: bold;
  line-height: 1.4;
	padding-left: 35px;
}
.big-no-text2{
  font-size:12px;
  line-height: 1.4;
	padding-left: 35px;
}
	
.big-no-text3{
  font-size:10px;
  line-height: 1.4;
	padding-left: 35px;
}
	
.big-no-meta{
  font-size:10px;
  font-weight: bold;
	font-family:"Yu Gothic";
	}

/*  メタモジ注記　 */
.meta-padding{
	padding: 0 0 0 10px;
}
.meta-icon{
	width:70px:
}
	
/*  ClassRoomテキスト　 */
.fontfamily-YuGothic-sub{
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}

.meta-class{
	font-size:1.2em;
  font-weight: bold;
	font-family:"Yu Gothic";
	letter-spacing: 2.5px;
}

.meta-tyuu{
	font-size:0.8em;
	color:#585858;
}
/*  2 配信スタジオ  */
.tec2-class-img{
	width:300px;
	height:auto;
	margin: 0 auto;
	
}

/*  3 システム利用の効果 */
.tex3-allbox{
	width:100%;
	margin: 0 auto;
}

.tec3-box{
	width:90%;
	margin: 0 auto;
    border: solid 1px #848484;
 padding:10px 20px;
  background: #fff;
	
}


.tec3-subtitle{
	font-size:28px;
	letter-spacing: 1.5px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
	
	}

.tec3-text{
	font-size:0.9em;
	}


/*  問い合わせ         ------------------------------------ */

.btn,
a.btn,
button.btn {
  width:300px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


}
