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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.sp_only {
	display: none !important;
}

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

/*834px以下*/
@media screen and (max-width: 834px){
.sp_only {
	display: block !important;
}
.pc_only {
	display: none !important;
}
}

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


.entry-content h3, .entry-content h4, .entry-content h5,
.article h3, .article h4, .article h5 {
    margin: 0;
    margin-bottom: 16px;
    border: none;
	background: none;
    padding: 0;
}

/*ページの投稿日・更新日・著者情報を消す*/
.page .date-tags,
.page .author-info {
    display: none;
} 
/*エントリーカードカテゴリー名非表示*/
.cat-label {
    display: none;
}



h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 150%;
	background: none;
	border: none;
}




ul.side_menu {
margin: 0;
padding: 0;
list-style: none;
}


ul.side_menu li {
margin: 0;
padding: 0;
list-style: none;
}

ul.side_menu li:nth-child(n+2) {
margin-top: 8px;
}

ul.side_menu li a {
display: block;
color: #000;
text-decoration: none;
}



/** アクセス
*******************/

ul.list_honbu {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.list_honbu li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	width: 47.5%;
	margin: 0;
	margin-right: 5%;
	margin-bottom: 25px;
	padding: 0;
}
ul.list_honbu li:nth-child(even), ul.list_honbu li:last-child {
	margin-right: 0;
}

ul.list_honbu li h5 {
	position: relative;
padding-left: 25px;
font-weight: 500;
}

ul.list_honbu li h5 a {
color: #000;
}

ul.list_honbu li h5:before {
position: absolute;
	display: block;
	margin-left: -25px;
  content: '\f02e';
  color: #F00;
  font-family: "Font Awesome 5 Free";
}

table.table_list_honbu {
table-layout: auto;
width: 100%;
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_honbu tr, table.table_list_honbu th, table.table_list_honbu td {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_list_honbu th, table.table_list_honbu td {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 10px 10px;
}

table.table_list_honbu th {
background-color: #F5F5F5;
min-width: 20%;
font-weight: 500;
}





/** 学費について
*******************/

.bg_content_title {
display: block;
  margin: 0 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #F5F5F5;
}
.bg_content_title_inner {
  position: relative;
display: flex;
justify-content: center;
width: 100%;
height: 100px;
  }
  
.bg_content_title h2 {
display: flex;
align-items: center;
margin: 0;
  text-box-trim: trim-both;
margin-bottom: 0;
font-weight: 600;
}  
.bg_content_title h3 {
display: flex;
align-items: center;
margin: 0;
  text-box-trim: trim-both;
margin-bottom: 0;
font-weight: 600;
}
@media screen and (min-width: 1200px){
.bg_content_title_inner {
}
}
@media screen and (min-width: 1380px){
.bg_content_title_inner {
}
}
@media screen and (max-width: 834px){
.bg_content_title {	
}
}



/* 学費について */

/* パソコンではタイル型で表示 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 834px){
/* スマホではスライダーで表示 */
  .slide-wrap {
	  max-width: 834px !important;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  margin-bottom: 20px;
  }
  .slide-box {
    flex: 0 0 70%;
  }
  .slide-wrap table {
	  table-layout: fixed !important;
	 min-width: 834px !important;
	  margin: 0;
	  padding: 0;
	  border: none;
	  background: none;
  }
  .slide-wrap table tr, .slide-wrap table td {
	  border: none;
	  margin: 0;
	  padding: 0;
  }
  .slide-wrap .sp_only img {
	display: block;
	width: 100%;
}
}

.mobile-scroll {width: 100%; overflow-x: scroll;}


.test {
overflow: auto; /* 横スクロールバーを表示 */
white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
}

.slide-wrap img {
	display: block;
	width: 100% !important;
}

.table_gakuhi_loan_orient {
table-layout: auto;
width: auto;
border-collapse: collapse;
border: none;
background: none;
margin: 0;
padding: 0;
}
.table_gakuhi_loan_orient tr {
border: none;
background: none;
margin: 0;
padding: 0;
}
.table_gakuhi_loan_orient th,
.table_gakuhi_loan_orient td {
border-collapse: collapse;
margin: 0;
padding: 2px 16px;
text-align: center;
white-space: nowrap;
border: 1px solid #555;
font-weight: 400;
}
.table_gakuhi_loan_orient th {
background-color: #999;
color: #FFF;
}
@media screen and (max-width: 834px) {
.table_gakuhi_loan_orient {
width: 100%;
}
.table_gakuhi_loan_orient th,
.table_gakuhi_loan_orient td {
padding: 2px 8px;
}
}




/********* 募集要項2025　*************************************************/

.midashi_otv {
background: linear-gradient(transparent 10%, #fff9b1 90%);
}

.midashi_otv_cara {
display: block;
margin: 0;
max-width: 40%;
}
@media screen and (max-width: 834px){
.midashi_otv_cara {
margin: 0 auto;
max-width: 50%;
}
}
.box_bg_gray {
background-color: #F1F1F1;
padding: 24px;
}
@media screen and (max-width: 834px){
.box_bg_gray {
padding: 16px;
}
}


.box_katsuyaku {
  box-sizing: border-box;
	position: relative;
	display: block;
	line-height: 130%;
	margin: 0;
	height: 100%;
	padding: 24px 24px;
	padding-bottom: 10px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border-collapse: collapse;
	}
.box_katsuyaku p {
margin-bottom: 0;
}

.box_katsuyaku h4,
.box_katsuyaku h4 a {
font-weight: 600;
font-size: 150%;
text-decoration: none;
color: #08C;
margin: 0;
line-height: 160%;
text-align: center;
}
.box_katsuyaku h5,
.box_katsuyaku h5 a {
font-weight: 600;
font-size: 100%;
text-decoration: none;
color: #08C;
margin: 0;
line-height: 150%;
text-align: center;
}

.box_katsuyaku:before {
  content: "PICK UP";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 45px;
  line-height: 35px;
  margin: 0;
  padding: 15px 0 0 0;
  border-radius: 50%;
  background: #3a60ef; 
  background-image: radial-gradient(#fff 10%, transparent 10%), radial-gradient(#fff 10%, transparent 10%); 
  background-size: 10px 10px; 
  color: #fff;
  font-size: 10px;
  text-align: center;
  z-index: 1;
}


.box_katsuyaku h3{
  display: block;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  line-height: 130%;
  font-size: 120%;
}



@media screen and (max-width: 834px){
.box_katsuyaku {
	padding: 8px 8px;
}

.box_katsuyaku h5, .box_katsuyaku h5 a {
font-size: 90%;
}
}

.box_katsuyaku h5 a:hover {
text-decoration: underline;
color: #08C;
}

h5.title_boad {
position: relative;
padding-left: 1em;
font-weight: 500;
color: #08C;
margin-bottom: 8px;
}
h5.title_boad:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -1em;
  content: '\f328';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}


/** よくある質問
*******************/

dl.faq {
clear: both;
margin: 0;
padding: 0;
line-height: 130%;
}
dl.faq dt {
margin: 0;
position: relative;
color: #08C;
font-size: 120%;
padding: 5px;
padding-left: 40px;
border-bottom: 1px dotted #CCC;
margin-bottom: 10px;
}
dl.faq dt:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -40px;
	margin-top: 0;
  font-size: 150%;
  content: '\f059';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}

dl.faq dd {
margin: 0;
position: relative;
padding: 5px;
padding-left: 40px;
margin-bottom: 30px;
}
dl.faq dd:before {
position: absolute;
	display: block;
	float: left;
	margin-left: -36px;
	margin-top: 0;
  font-size: 150%;
  content: '\f031';
  color: #08C;
  font-family: "Font Awesome 5 Free";
}

@media screen and (max-width: 834px){
dl.faq {
font-size: 90%;
}
dl.faq dt {
padding: 5px;
padding-left: 25px;
margin-bottom: 10px;
}
dl.faq dt:before {
	margin-left: -25px;
	margin-top: 0;
  font-size: 130%;
}

dl.faq dd {
margin: 0;
position: relative;
padding: 5px;
padding-left: 25px;
margin-bottom: 20px;
}
dl.faq dd:before {
	margin-left: -25px;
	margin-top: 0;
  font-size: 130%;
}
}



/********* grid　*************************************************/

.cc_grid_half {
display: grid;
grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
gap: 24px;
}
.cc_grid_half_box {
grid-column: span 6 / span 6;
}
.cc_grid_txt {
grid-column: span 6 / span 6;
}
.cc_grid_txt_left {
grid-column: span 6 / span 6;
}
.cc_grid_pic {
grid-column: span 6 / span 6;
}
.cc_grid_pic_right {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}
.cc_grid_helf01 {
grid-column: span 6 / span 6;
}
.cc_grid_helf02 {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}

@media screen and (max-width: 834px){
.cc_grid_half {
display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_half_box {
    grid-column: span 12 / span 12;
}
.cc_grid_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
}
.cc_grid_txt_left {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
}
.cc_grid_pic {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_pic_right {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf01 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf02 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.cc_grid_helf02.sp_onne {
display: none;
}
}

.cc_grid_txt h4 {
  text-box-trim: trim-start;
}


.box_manager {
display: block;
padding-bottom: 24px;
border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 834px){
.box_manager {
padding-bottom: 24px;
}
}


.cc_grid_3_2 {
display: grid;
grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.cc_grid_3_2_box {
    grid-column: span 4 / span 4;
}
.cc_grid_3_2_pic {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}

.cc_grid_3_2_txt {
    grid-column: span 8 / span 8;
}
.cc_grid_3_2_30 {
    grid-column: span 4 / span 4;
}
.cc_grid_3_2_70 {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
  
  
@media screen and (max-width: 834px){
.cc_grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}

.cc_grid_3_2_box {
    grid-column: span 6 / span 6;
}
.cc_grid_3_2_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.cc_grid_3_2_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}

.cc_grid_3_2_30 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
}
.cc_grid_3_2_70 {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}

}





/************************************
** liststyle
************************************/
ul.list_kome {
	margin: 0;
	padding: 0;
}
ul.list_kome li {
	position: relative;
	list-style: none;
	line-height: 130%;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 1em;
}
ul.list_kome li:before {
position: absolute;
	content: "※";
	display: block;
	margin-left: -1em;
}
ul.list_kome li:last-child {
	margin-bottom: 0;
}



/************************************
** マージン
************************************/
.mb0 {
  margin-bottom: 0 !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 834px) {
.mb4 {
  margin-bottom: 2px !important;
}
.mb8 {
  margin-bottom: 4px !important;
}
.mb16 {
  margin-bottom: 8px !important;
}
.mb24 {
  margin-bottom: 16px !important;
}
.mb32 {
  margin-bottom: 24px !important;
}
.mb40 {
  margin-bottom: 32px !important;
}
}

/************************************
** 個別
************************************/


.bt_kuwashiku {
font-size: 95%;
color: #08C;
}
.bt_kuwashiku a {
color: #08C;
}

ul.list_childpage li .bt_kuwashiku {
position: absolute;
bottom: -8px;
left: 15px;
}

.normal {
font-weight: 400 !important;
}
.bold {
font-weight: 600 !important;
}
.f70 {
	font-size: 70%;
}
.f80 {
	font-size: 80% !important;
}
.f90 {
	font-size: 90% !important;
}
.f120 {
	font-size: 120% !important;
}
.f150 {
	font-size: 150%;
}
.f200 {
	font-size: 200%;
}

.f10 {
	font-size: 10px;
	line-height: 110%;
}
.f50 {
	font-size: 50px;
}

.t_center {
	text-align: center !important;
}
.t_center_pc {
	text-align: center;
}
.t_right_pc{
	text-align: right;
}


.purple {
	color: #4a1086 !important;
}

.red {
color: #F00 !important;
}

.blue {
color:  #08C;
}
.green {
color: #090 !important;
}


.mb001 {
	margin-bottom:30px;
}


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

.t_center_pc,
.t_right_pc {
	text-align: left;
}
}

.right {
float: right;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}

