/* ----------------------------------------
	edukiwi.com style2
	
 *	0. 全体
 *	1.0 レイアウト
 *	2.0 ヘッダー
 *	2.1 モバイルヘッダー
 *	2.2 ヘッダーの検索ボックス
 *	3.0 グローバルメニュー
 *	3.1 パンくずリスト
 *	4.0 共通アイテム
 *	5.0 テーブル
 *	6.0 画像など
 *	7.0 TOPページ
 *	7.1 TOPページ スライダー
 *	8.0 学校詳細ページ
 *  9.0 スタッフページ 
 *	10.0 Q&Aページ　（送金ページでも使用）
 *	11.0 体験談ページ　
 *	12.0 学校一覧　
 *	13.0 相談フォーム　
 *	13.1 クイック問い合わせ・見積フォーム
 *	14.0 割引リスト
 *	15.0 ブログ、アーカイブ
 *  16.0 無料サポートページ
 *	17.0 ニュージーランド高校リスト（全国）　
 *	18.0 ウィジェット　
 *	19.0 フッター　
 *	20.0 固定ページCTA　
 *	21.0 専門留学ページ
 *	22.0 TOPページ（NZ英語情報セクション）

---------------------------------------- */
/* ----------------------------------------
 *	0. 全体
 * --------------------------------------- */

body {
	font-size:17px;
	background-image:none;
}

a {
	color:#002d5e;
}
a:link, a:visited, a:active {
    text-decoration: underline;
}
a:hover{ opacity: 0.5;}

.img_medium {
	width:70%;
}
dl dt {
	margin:10px 0 5px;
}
dl dd {
	margin:5px 0 5px 10px;
}
ul {
    padding-left: 0;
	margin-left: 1em;
}
img {
	max-width:100%;
}
/* タイトルのBGカラー */

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

/* スマフォ時にタイトルが隠れる対策 */
.title-section {
    position: relative !important;
    top: 0px  !important;
}

}


/* ----------------------------------------
 *	1.0 レイアウト
 * --------------------------------------- */
@media screen and (max-width: 767px){
	.container {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}

.width_half {
	max-width:50%;
}
@media screen and (max-width: 767px){
  .width_half {
	max-width:100%;
  }
}

/* 行頭揃え */
dl.list-align1 dt, dl.list-align1 dd {
	margin-bottom:0.5em;
}
@media screen and (min-width: 768px){
  dl.list-align1 dt{
	float: left;
	clear: left;
	width: 10em;
  }
  dl.list-align1 dd{
	margin-left: 10em;
  }
}
/* Bootstrapのガターの調整 */
.row-0{
  margin-left:0px;
  margin-right:0px;
}
.row-0 div{
  padding-right:0px;
  padding-left:0px;
}
.row-10{
  margin-left:-5px;
  margin-right:-5px;
}
.row-10 div{
  padding-right:5px;
  padding-left:5px;
}
.row-20{
  margin-left:-10px;
  margin-right:-10px;
}
.row-20 div{
  padding-right:10px;
  padding-left:10px;
}

#content {
	padding-top: 1em;
}

/* ----------------------------------------
 *	2.0 ヘッダー
 * --------------------------------------- */
.logo_tagline {
	color:#239763;
}
header, .header {
	margin-bottom:0px !important;
}

header .max-width-bg {
	background-color:#239763;
}
.header .banners {
	width:auto;
}
.header .banners .banners_item {
	margin-bottom: 5px;
}

.header-top {
	margin: 0px auto;
}
.header-top h1 {
	font-size:12px;
	float:left;
	margin:0px auto;
	line-height: 24px;
	color:#fff;
}
.header-top ul {
	font-size:12px;
	float:right;
	margin:0px auto;
	color:#fff;
	line-height: 24px;
}
.header-top ul li{ 	
    display: inline;
	margin-right:1.5em;
} 
.header-top ul li a{
	color:#fff;
	text-decoration:none;
}

/* ▼ Override from main-style.css */
.slider:before { left:auto; } 
.slider:after { right:auto; } 
.slider:before, .slider:after {
	content:inherit;
	position:static;
	top:auto;
	/* width:20px; */
	height:auto;
	background-color:inherit;
}

/* ----------------------------------------
 *	2.1 モバイルヘッダー
 * --------------------------------------- */
@media screen and (max-width: 991px){
ul#menu-header-menusp {
	margin-left:4px;
}
.navbar-light {
	background-color: #fff;
	border-bottom: 2px solid #239763;
	margin: 0px 10px;
	padding: 5px 5px;
}
.navbar-light .navbar-toggler {
	
    border:2px solid rgba(35,151,99,.9);
	background-color:#fff;
	color:#239763;
    padding: .20rem .75rem;
}
.navbar-light .navbar-toggler .navbar_toggle_txt {
	font-size:8px;
	font-weight: bold;
}
.navbar-light ul.navbar-nav li.active a.nav-link,
.navbar-light ul.navbar-nav li a.nav-link {
	color:#005521;
}
.navbar-light ul.dropdown-menu {
	background-color: #fafafa;
}
.navbar-light ul.dropdown-menu > li > a {
	color:#005521;
}
.navbar-light ul#menu-header-menusp > li > a {
	text-decoration:none;
}
.navbar-light ul#menu-header-menusp > li > a:before,
.navbar-light ul#menu-header-menusp > li > ul.dropdown-menu a:before {
    content: '';
    width: .4em;
    height: .4em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin-right: .5em;
    display: inline-block;
    vertical-align: middle;
    -ms-transform: translateY(-2px) rotate(45deg);
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
}
.navbar-light ul#menu-header-menusp > li {
	border-bottom: 1px solid #F0F0F0;
}

/* スマフォ時にスティッキーヘッダー分、コンテンツを下げる */
body {
	margin-top:0px;
}
body .container {
	margin-top:3.5em;
}
body.home .container {
	margin-top:30px;
}

}

/* ----------------------------------------
 *	2.2 ヘッダーの検索ボックス
 * --------------------------------------- */
.head_search_inner {
	display: inline-block;
}

.head_search_inner .search-btn {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  text-align: center;
  width: 22px;
}

.head_search_inner .search-btn i {
  color: #239763;
  margin: 0;
}

.head_search_inner #searchform {
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 1px;
  width: 30px;
}

.head_search_inner input[type="text"] {
  background: #fff;
  border: none;
  border-radius: 20px;
  color: #333;
  cursor: pointer;
  height: 20px;
  opacity: 0;
  outline: none;
  padding: 5px 10px;
  position: absolute;
  top: 1px;
  right: 0;
  transition: all 0.7s;
  width: 30px;
  z-index: 5;
}

.head_search_inner input[type="submit"] {
  display: none;
}

.head_search_inner input[type="text"]:focus {
  cursor: text;
  opacity: 1;
  width: 300px;
}

/* ----------------------------------------
 *	3.0 グローバルメニュー
 * --------------------------------------- */
.navbar.bg_green{
	background-color:#239763;
}

ul#menu-header-menu {
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul#menu-header-menu > li{ 
	display:table-cell;
	text-align: center;
	border-left: 1px dotted #fff;
} 
ul#menu-header-menu > li > a{ 
	color:#fff;
	text-decoration: none;
	font-size:19px;
} 
ul#menu-header-menu a span{ 
	font-size:13px;
	display:block;
	color:#fef6ac;
} 

ul.dropdown-menu {
	background-color:#239763;
	table-layout:auto;
}
ul.dropdown-menu li{
	display:block;
	border-left: none;
}
ul.dropdown-menu li .dropdown-item {
	padding: .25rem 1rem;
}
ul.dropdown-menu > li > a {
	color:#fff;
	text-decoration: none;
	font-size:95%;
}
ul.dropdown-menu li .dropdown-item:focus, ul.dropdown-menu li .dropdown-item:hover {
    background-color: #28af75;
}

.navbar-brand {
	color:#fff;
    margin-right: 0;
}
/***
@media (min-width: 992px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
  }
}
***/


/* ----------------------------------------
 *	3.1 パンくずリスト
 * --------------------------------------- */
#breadcrumb_outer {
	height:1.5em;
}
#breadcrumb {
	margin-top: 1em;
}
#breadcrumb ul {
    display: table;
    font-size: 13px;
}
 
#breadcrumb ul li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
}
 
#breadcrumb ul li:first-child::before {
    padding: 0 3px 0 0;
    content: "\f015";
    font-family: FontAwesome;
    font-size: 14px;
}
 
#breadcrumb ul li::before {
    padding: 0 10px 0 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
}

/* ----------------------------------------
 *	4.0 共通アイテム
 * --------------------------------------- */
.subhead {
	font-size:18px;
	font-weight:bold;
	color:#189861;
	margin: 0.5em 0 1em;
}

ul.list-disc {
	list-style:disc;
}
ul.list-disc li{
	margin: 10px 0px;
}

ul.list-circle {
	list-style:circle;
}
ul.list-circle li{
	margin: 10px 0px;
}

ul.list-star {
	list-style-type: none;
	margin-left:18px;
	margin-bottom:2em;
}
ul.list-star li:before{
	margin: 10px 5px;
	content: '☆';
	margin-left:-18px;
}
ul.list-star li{
	margin-bottom: 1em;
}


/* リスト（丸チェック）フォント大きめ */
ul.list-circlecheck {
	list-style-type: none;
	margin-left:0px; 
	font-size:1.3em;
	color:#189861;
}
ul.list-circlecheck li:before{
	margin-right: 10px;
	content: '\f058'; 
	font-family:'FontAwesome';
	font-weight:normal;
}
ul.list-circlecheck li{
	margin: 0.5em 0em;
	font-weight:bold;
	line-height:1.3em;
}

/* リスト（右三角） */
ul.list-caret-right {
	list-style-type: none;
	margin-left:0px; 
	font-size:1em;
	color:#189861;
}
ul.list-caret-right li:before{
	margin-right: 10px;
	content: '\f0da'; 
	font-family:'FontAwesome';
	font-weight:normal;
}
ul.list-caret-right li{
	margin: 0.5em 0em;
	font-weight:bold;
	line-height:1.3em;
}


/* 区切り線 */
hr.style1 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

/* ボックス1 */
.box-style1{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: white;
    border-top: solid 5px #189861;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	display:inline-block;
}
.box-style1 p {
    margin: 0; 
    padding: 0;
}

/* ボックス2（タイトルラベル付き） */
.box-style2 {
    position: relative;
    margin: 4em 0px 2em;;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	display:inline-block;
}
.box-style2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-style2 p {
    margin: 0; 
    padding: 0;
}

/* ボックス3（緑枠の途中にタイトル） */
.box-style3, .box-style4 {
    position: relative;
    margin: 2em 0;
    padding: 1em 0.5em 0.5em;
    border: solid 3px #96c79a;
    border-radius: 6px;
	display:inline-block;
}
.box-style3 .box-title, .box-style4 .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 15px;
    background: #FFF;
    color: #189861;
    font-weight: bold;
}
.box-style3 p, .box-style4 p {
    margin: 0; 
    padding: 0;
}

.box-style1 img, .box-style2 img, .box-style3 img,  .box-style4 img {
	margin:auto;
}

/* ボックス4（ピンク枠の途中にタイトル） */
.box-style4 {
    border: solid 3px #FFBFBF;
}
.box-style4 .box-title {
	color: #ff565b;
}

/* タイトル装飾（下点線&ボックス下矢印） */
.title-style1 {
	border-bottom: 2px dotted #189861;
	display: inline-block;
	padding: 3px 0px 2px 3px;
	margin-left: 0.5em;
}
.title-style1:before{
    content: "\f150";
    font-family: FontAwesome;
    color: #189861;
    margin-right: 10px;
}

/* タイトル装飾（下線&コメント吹き出し） Q&Aページ*/
.title-style2 {
	border-bottom: 1px double #189861;
	padding: 1em 0em 5px 0.5em;
	margin-left: 0px;
	font-weight:bold !important;
	
}
.title-style2:before{
    content: "\f086";
    font-family: FontAwesome;
    color: #189861;
    margin-right: 10px;
	font-size:2.5em;
}
/* マーカー（黄色) */	
.marker-yellow {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* 下矢印 */
.arrow-down:before {
	margin-left:1em;
	font-size:16px;
	color:#189861;
	content: "\f063";
    font-family: FontAwesome;
}
/* 料金表 */
dl.pricelist2 {
	margin-bottom: 2em;
}
dl.pricelist2 dt {
	color: #189861;
	font-size: 1em;
	margin-bottom: 1em;
}
dl.pricelist2 dd {
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-left: 2em;
}
/* TOPへボタン */
#back-top span {
    background-color: #196d49;
}
#back-top a:hover span {
    background-color: #23a570;
}
.note {
	font-size:88%;
	color:#444;
}

/* SNSボタン */
ul.share-buttons {
	margin: 0;
}
ul.share-buttons li {
  margin: 0;
}
.share-buttons {
	  display: flex;
	  align-items: center; /* 上下中央揃え */
	  gap: 10px; /* ボタン間の余白 */
	  padding: 10px 0;
	  flex-wrap: wrap; /* 幅が狭いときは折り返す */
	  list-style: none; /* ul用 */
	  margin: 0;
	  padding: 0;
}

.share-buttons li {
	display: flex;
	align-items: top;
	justify-content: center;
	min-height: 32px;
	padding: 2px 4px;
	float: none;
	width: auto;
}
/* Bootstrap button */
.btn {
  text-decoration: none !important;
}

/* ----------------------------------------
 *	5.0 テーブル
 * --------------------------------------- */
/* 固定ページのテーブル */
table th.table-headt, table td.table-headt {
	background-color:#189861;
	font-weight:bold;
	color:#fff;
	padding:0.5em 1em;
}

table th.table-head1, table td.table-head1 {
	background-color:#e2efbc;
	font-weight:bold;
}
table th.table-head2, table td.table-head2 {
	background-color:#fffdec;
	font-weight:bold;
}
table th.table-head3, table td.table-head3 {
	background-color:#eeeeee;
	font-weight:bold;
}
table.tbl-bg-white th, table.tbl-bg-white td {
	background-color:#fff;
}

/* table th nowrap */
table.th-nowrap th, table.th-nowrap-md th {
	white-space:nowrap;
}

@media (max-width: 480px) {
	
table.th-nowrap-md th {
	white-space:normal;
}

/* スマホ縦　テーブルのはみ出し対策 */
table.mb-word-break th, table.mb-word-break td{
  word-wrap: anywhere;
  word-break: break-all;
}

}

/* ----------------------------------------
 *	6.0 画像など
 * --------------------------------------- */
/* ▼キャプション付き画像全体を囲むボックスの装飾 */
figure {
    display: inline-block;   /* インラインブロック化 */
    margin: 0px 3px 7px 0px; /* 外側に余白を追加(※右に3px・下に7px) */
    background-color: #ccc;  /* 背景色 */
}
/* ▼画像に対する装飾 */
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
figcaption {
    font-size: 0.9em;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
/* ▼画像ラベル */
.image-inner {
  overflow: hidden;
  position: relative;
  width: auto;
}
.image-label {
  background:#060;
  color: #FFF;
  font-size: 13px;
  padding: 0px 8px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  width: auto;
  opacity: 0.8;
}
/* ページ内アンカー */
.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
/* ----------------------------------------
 *	7.0 TOPページ
 * --------------------------------------- */
body.home a:hover{ opacity: 0.5;}
body.home section {
	margin-top:4em;
	margin-bottom:0em;
}
body.home h2 {
	text-align:center;
	font-weight:bold;
	margin-bottom: 1em;
	font-size:30px;
	line-height:1em;
}
body.home .intro_icons img {
	padding:3px;
}
i.i_whatsnew {
	display: inline-block;
	width: 62px;
	vertical-align: middle;
	background: url(images/title_i_whatsnew.png) no-repeat left top/60px;
	height: 40px;
	color:#7ab749;
}

i.i_kiwi {
	display: inline-block;
	width: 50px;
	vertical-align: middle;
	background: url(images/i_kiwi.png) no-repeat left top/40px;
	height: 40px;
}

i.i_purpose {
	display: inline-block;
	width: 75px;
	vertical-align: middle;
	background: url(images/title_i_purpose.png) no-repeat left top/67px;
	height: 40px;
}
i.i_special {
	display: inline-block;
	width: 55px;
	vertical-align: middle;
	background: url(images/title_i_special.png) no-repeat left top/40px;
	height: 45px;
}
i.i_search {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	background: url(images/title_i_search.png) no-repeat left top/60px;
	height: 50px;
}
i.i_rec_school {
	display: inline-block;
	width: 55px;
	vertical-align: middle;
	background: url(images/title_i_rec_school.png) no-repeat left top/50px;
	height: 40px;
}
i.i_other {
	display: inline-block;
	width: 55px;
	vertical-align: middle;
	background: url(images/title_i_other.png) no-repeat left top/50px;
	height: 65px;
}
body.home div.certified {
  background-color: #fafafa;
  padding: 1em;
}
body.home h3.search_subtitle {
	text-align:center;
	color:#090;
	border-bottom:1px dotted #aaa;
	font-weight:bold;
}
body.home section.home_search h2 span {
	font-size:16px;
}
body.home img.card-img-top {
  object-fit: cover;
  height: 180px;
}


/* ----------------------------------------
 *	7.1 TOPページ スライダー
 * --------------------------------------- */
.slider {
    padding: 30px 15px 0px 15px;
}

@media (min-width: 768px) {
.slider .widget-box {
    padding-right: 0px;
}
}
.camera_caption > div {
	background: rgba(13, 102, 9, 0.8)
}
.slider-box {
	border:none;
}

.banner_area img {
	border: 3px solid #fff;
}
.home_left {
	width:82%;
}
.home_right {
	width:15%;
}
.fb-page {
	width:450px;
}
.banner_area li {
    margin-bottom: 5px;
}
@media screen and (max-width: 767px){
#slider-wrapper .banner_area li {
	width:100%;
	text-align:center;
}
#slider-wrapper .col-12 {
    padding: 0px 0px;
}
}
.camera_wrap .camera_pag .camera_pag_ul li {
    margin: 15px 5px 0px 5px;
}

/* 最新ブログ */
section.home_whatsnew h3, section.home_nzen h3 {
	border-bottom: 2px dotted #999;
	font-weight:bold !important;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#333;
}
section.home_whatsnew h3 i, section.home_nzen h3 i {
	color:#7ab749;
}
section.home_whatsnew ul, section.home_nzen ul {
	margin-left:0px;
	height:auto;
}
section.home_whatsnew .blog li, section.home_nzen ul li {
    overflow: hidden;
	border-bottom:1px dotted #ccc;
	padding:5px 0px;
}
/* 左列（奇数）→ 右だけ余白 */
section.home_nzen ul li.col-md-6:nth-child(odd) {
  padding-right: 5px;
  padding-left: 0;
}

/* 右列（偶数）→ 左だけ余白 */
section.home_nzen ul li.col-md-6:nth-child(even) {
  padding-left: 5px;
  padding-right: 0;
}
section.home_whatsnew .blog img.blog_img {
	width:15%;
	margin-right: 10px;
}
section.home_whatsnew .blog .blog_txt {
    float:none;
    width:auto;
    font-weight: normal;
	font-size: 90%;
	margin-bottom:0;
}
section.home_whatsnew .discount_list img.blog_img {
	width:15%;
	margin-right: 10px;
}
section.home_whatsnew .discount_list .blog_title, section.home_nzen .blog_title  {
	margin-bottom:0px;
	font-weight:bold;
	font-size:90%;
}
section.home_whatsnew .discount_list .blog_txt {
    float:none;
    width:auto;
    font-weight: normal;
	font-size: 90%;
	margin-bottom:0px;
}
section.home_whatsnew .discount_list li {
    overflow: hidden;
	border-bottom:1px dotted #ccc;
	padding:5px 0px;
}
section.home_whatsnew .discount_list a {
  text-decoration: none;
}
section.home_whatsnew .discount_list .blog_title {
  text-decoration: underline;
}


/*↓カラム間のガター幅変更 & 高さ揃え */
.o-3column .col-md-3 {
	padding: 0px 5px;
	display:flex;
}
/*カラムの左右の余白を5pxに戻す*/
.o-3column {
	margin: 0px -5px;
	display:flex;
}

.card {
	margin-bottom:1em;
}
.card .card-text {
	font-size:90%;
}
.card .card-title {
    font-weight: bold;
}
.home_other_info div {
	margin-bottom:10px;
}
.search_inner label {
    margin-right: 15px;
}
section.home_specialplan, section.home_search {
	text-align:center;
}

/* ----------------------------------------
 *	8.0 学校詳細ページ
 * --------------------------------------- */

/* 画像スライダー */
.school_image img {
	margin-bottom:10px;
}
.school_image img {
	width:100%;
}

/* ロゴ画像 */
img.summary_logo {
    border: 2px solid #ccc;
    float: right;
    margin: 10px;
    padding: 5px;
    width: 30%;
}

/* 学校情報テーブル */
/*@media (min-width: 481px) {
.single-school_info table.data_tbl th, .single-school_info table.data_detail th {
	min-width: 20%;
}
}
*/

/* コース内のテーブル */
table.table_fmt1 {
	font-size: calc(40% + 0.5vw);
	border:solid 1px #666;
	border-collapse: collapse;
}
table.table_fmt1 td, table.table_fmt1 th{
	border: solid 1px #666;
	padding:5px;
	text-align: center;
	empty-cells: show;
}

table.table_fmt1 th {
	background-color:#ffff99;
}

table.table_fmt1 td:nth-of-type(1) {
	text-align:left;
	width:40%;
}

/* テーブルセルの強制折り返し */
.word_wrap {
	word-break: break-all;
}


/* データテーブル幅*/
table.data_tbl, table.data_detail{
    width: 100%;
}
table.data_tbl th, table.data_detail th {
    width: 25%;
}
table.data_tbl td, table.data_detail td {
    word-wrap: break-word;
}
@media (max-width: 480px) {
table.data_tbl th, table.data_detail th {
    width: 100%;
}	
}

/* オススメポイント */
ul.school_points {
	margin: 5px;
}

ul.school_points li {
	display: inline-block;
    font-size: 17px;
    margin: 0 15px;
}

ul.school_points li {
	border:none;
	margin-left:10px;
	padding: 0px 10px 5px 5px;
	line-height: 1.2em;
	position: relative;
}
ul.school_points li::after {
  display: block;
  content: '';
  position: absolute;
  top: .2em;
  left: -1em;
	width: 15px;
	height: 9px;
	border-left: 5px solid #ec9800;
	border-bottom: 4px solid #ec9800;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* 注意事項 */
ul.school_detail_notice {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin-left:0px;
}

/* 学校情報テーブル　スマホ用 */
@media (max-width: 480px) {
	table.data_detail, table.data_tbl {
		margin: 0px; 
	}
    table.data_detail th,
    table.data_detail td,
	table.data_tbl th,
	table.data_tbl td{
		display: block;
    }
    table.data_detail th,
	table.data_tbl th{
		border-bottom:1px dotted #ddd;
		border-right: none;
    }
	
	.title-section .title_jp {
		  font-size: 130%;
	}
	.title-section .title-header {
  		font-size: 110%;
  		letter-spacing: normal;
	}
}

/* ----------------------------------------
 *	8.1 学校詳細ページ　コース用アコーディオン
 * --------------------------------------- */
dl.accordion1  {
    border: 5px solid #ECECEC !important;
    border-radius: 10px;
}
dl.accordion1 dt::after {
    position: absolute;
    content: " ";
    display: block;
    width: 27px;
    height: 27px;
    background: #05995F url(images/iconimg/left-arrow-angle.svg) no-repeat;
    background-size: 10px 15px;
    background-position: center center;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
dl.accordion1 dt{
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0 15px 46px;
  position: relative;
    padding: 1em 3em 1em 1em;
    margin-bottom: 10px;
    color: #777777;
    font-size: 16px;
    border: none;

}
dl.accordion1 dt span {
    color: #05995F;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-right: 1em;
}
dl.accordion1 dd {
    margin: 5px 20px 20px 20px;
  	overflow: hidden;
}

dl.accordion1 ul{
  margin: 15px 0;
}
dl.accordion1 dd ul > li{
  border-bottom: 1px dashed #fdbe00;
  padding: 0 0 10px;
}
dl.accordion1 h4{
  position: relative;
}
dl.accordion1 h4 span{
  color: #fdbe00;
  font-size: 65%;
}
dl.accordion1 h4::before{
  content: "";
  color: #fdbe00;
}
dl.accordion1 h4 a{
  font-weight: bold;
  color: #000;
  font-size: 130%;
}
dl.accordion1 th{
  padding: 5px 15px 3px;
  background: #fdbe00;
  border-bottom: 2px solid #fff;
}

dl.accordion1 td{
  padding: 5px;
}


/* ----------------------------------------
 *	8.2 語学学校詳細ページ　吹き出しデザイン
 * --------------------------------------- */
/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px 0px;
  max-width: 100%;
  margin: 15px 0px;
  text-align: right;
  font-size: 15px;
}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -40px;
  width: 60px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px 15px;
  width: 76%;
  border-radius: 12px;
  background: #e0f7ff;
}
@media screen and (min-width: 576px) {
	.says {
	  width: 85%;
	}
}
@media screen and (min-width: 1200px) {
	.says {
	  width: 90%;
	}
}


.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #e0f7ff;
  -webkit-transform: rotate(35deg);
  transform: rotate(15deg);
}
.says p {
  margin: 0;
  padding: 0;
}



/* ---------------------------------------------
 * 9.0 スタッフページ 
 * --------------------------------------------- */
ul.team h5 {
    border-bottom: 1px dashed #189861;
}


/* ----------------------------------------
 *	10.0 Q&Aページ　（送金ページでも使用）
 * --------------------------------------- */

/* QAアイコン */
dl.qa{
     margin:0px;
     line-height:1.8em;
     font-size: 1em;
     overflow: hidden;
     _zoom: 1;
}
dl.qa dd,
dl.qa dt{
	padding: 3px 20px 0px 50px;
	min-height: 40px;
	margin: 0 0 15px 10px;
}
dl.qa dt{
	background:url("images/qa-q.png") top left no-repeat;
}
dl.qa dd{
	background:url("images/qa-a.png") top left no-repeat;
	margin-bottom:3em;
}


/* ----------------------------------------
 *	11.0 体験談ページ　
 * --------------------------------------- */
.testimonial {
	padding-top: 10px !important;
	font-style:normal !important;
	border-top: 7px solid #189861  !important;
	margin:30px 0  !important;
}
.testimonial .testi-comment {
	
}
.testimonial .student-data {
	margin:10px 0;
}
.testimonial .student-data dl {
	float:left;
	margin: 0 1em 0.5em 0;
}
.testimonial .student-data dl dt {
    display: inline-block;
	color: #fff;
    background-color: #189861;
	margin:0;
    padding: 5px 10px;
    float: left;
}
.testimonial .student-data dl dd {
	display:inline-block;
    background-color: #fff;
	margin:0;
    padding: 5px 20px;
}
.testimonial .interview {
	margin-bottom:0.5em;
}
.testimonial .interview .intv_q {
	background-color: #FFFFCC;
	padding: 1em;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.testimonial .interview .intv_a {
	background-color:#fff;
	padding:1em;
}

/* ----------------------------------------
 *	12.0 学校一覧　
 * --------------------------------------- */
.area_link {
	margin-bottom: 2em;
	border-radius: 5px;
	padding: 15px;
	background-color: #efefef;
}
.area_link_north ul, .area_link_south ul{
	display:inline-block;
	margin-bottom:0px
}
.area_link_north ul li, .area_link_south ul li{
    display:inline-block;
	margin:0px 10px;
	padding:3px;
	font-weight:bold;
}
.search_cond {
	margin-bottom: 2em;
	border-radius: 5px;
	padding: 15px;
	background-color: #efefef;
}
.search_cond .search_cond_name {
	color: #333;
}
.search_cond .search_cond_value {
	color: #333;
	font-weight: bold;
	margin-right:10px;
}

img.scroll-icon {
	width:80px;
}

/* Jquery datatables iPhone 不具合対応(bootstrap.css override) */
table {
	max-width:inherit; 
}
/* Jquery data tables override */
table.school_list_table thead th, table.school_list_table tbody td {
	padding: 5px 5px;
}
.north_box dl dd, .south_box dl dd {
	margin:5px 0px 5px 0px;
}

/* デザイン設定 */
table.school_list_table {
	font-size:13px;
	table-layout:fixed;
}
table.school_list_table a:link{
	text-decoration:none;
}
table.school_list_table a:hover{
	text-decoration:underline;
}

table.school_list_table th {
	color:#404040;
	background-color:#e5eccd;
	border-bottom: 1px solid #e5eccd !important;
	border-right: 1px solid #d1d8b9;
}
table.school_list_table td.t_school_name{
	background-color: #fbfbe8;
}
/*table.school_list_table th:last-child {
	 border-right: none;
} */

table.school_list_table thead th, table.school_list_table tbody td,table.school_list_table tbody th {
	word-wrap: break-word;
	overflow-wrap : break-word;
}

/* カラム幅 */
table.school_list_table th.t_school_name, table.school_list_table td.t_school_name  {
	width:100px !important;
	font-weight:bold;
}

table.school_list_table th.t_img, table.school_list_table td.t_img  {
	width:80px !important;
}
table.school_list_table th.t_nzqa, table.school_list_table td.t_nzqa  {
	width:50px !important;
}
table.school_list_table th.t_student_num, table.school_list_table td.t_student_num  {
	width:80px !important;
}
table.school_list_table th.t_full_course, table.school_list_table td.t_full_course  {
	width:50px !important;
}
table.school_list_table th.t_fee_summary, table.school_list_table td.t_fee_summary  {
	width:80px !important;
}
table.school_list_table th.t_jp_staff, table.school_list_table td.t_jp_staff  {
	width:50px !important;
}
table.school_list_table th.t_jp_rate, table.school_list_table td.t_jp_rate  {
	width:80px !important;
}
table.school_list_table th.t_toefl, table.school_list_table td.t_toefl {
	width:50px !important;
}
table.school_list_table th.t_ielts, table.school_list_table td.t_ielts  {
	width:50px !important;
}
table.school_list_table th.t_cambridge, table.school_list_table td.t_cambridge  {
	width:50px !important;
}
table.school_list_table th.t_toeic, table.school_list_table td.t_toeic  {
	width:50px !important;
}
table.school_list_table th.t_internet, table.school_list_table td.t_internet  {
	width:50px !important;
}
table.school_list_table th.t_campaign, table.school_list_table td.t_campaign  {
	width:50px !important;
}
table.school_list_table th.t_accomo , table.school_list_table td.t_accomo {
	width:50px !important;
}
table.school_list_table th.t_limit_age , table.school_list_table td.t_limit_age {
	width:50px !important;
}
table.school_list_table th.t_recommend , table.school_list_table td.t_recommend {
	width:50px !important;
}
table.school_list_table th.t_activity , table.school_list_table td.t_activity {
	width:50px !important;
}
table.school_list_table th.t_business , table.school_list_table td.t_business {
	width:50px !important;
}
table.school_list_table td.t_school_name{
	text-align:left;
}
table.school_list_table td.t_img img{ 
	width:120px;
	height:74px;
	object-fit: cover;
}
table.school_list_table ul.school_points_list {
	margin:0px;
}
table.school_list_table ul.school_points_list li {
	border:none;
	margin-left:13px;
	padding: 0px 0px 5px;
	line-height: 1.2em;
	position: relative;
}
table.school_list_table ul.school_points_list li::after {
  display: block;
  content: '';
  position: absolute;
  top: .3em;
  left: -1em;
  width: 8px;
  height: 6px;
  border-left: 2px solid #ec9800;
  border-bottom: 2px solid #ec9800;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* 高校・中学一覧用 */
table.highschool th.t_school_name, table.school_list_table td.t_school_name  {
	width:120px !important;
}
table.highschool th.t_img, table.school_list_table td.t_img  {
	width:80px !important;
}
table.highschool th.t_school_summary, table.highschool td.t_school_summary {
	width:190px !important;
}
table.highschool td.t_school_summary {
	text-align:left;
}
table.highschool th.t_highschool_type , table.highschool td.t_highschool_type {
	width:60px !important;
}
table.highschool th.t_school_student_number , table.highschool td.t_school_student_number {
	width:100px !important;
}
table.highschool th.t_school_city , table.highschool td.t_school_city {
	width:50px !important;
}
table.highschool th.t_school_age2 , table.highschool td.t_school_age2 {
	width:50px !important;
}
table.highschool th.t_school_esol , table.highschool td.t_school_esol {
	width:50px !important;
}
table.highschool th.t_school_intensive , table.highschool td.t_school_intensive {
	width:50px !important;
}
table.highschool th.t_school_accomo , table.highschool td.t_school_accomo {
	width:50px !important;
}
table.highschool th.t_fee_school , table.highschool td.t_fee_school {
	width:50px !important;
}
table.highschool th.t_fee_homestay , table.highschool td.t_fee_homestay {
	width:50px !important;
}

table.school_list_table {
	cursor: ew-resize;	/* ドラッグスクロール用 */
}

　
/* ----------------------------------------
 *	13.0 相談フォーム　
 * --------------------------------------- */
table.contact_form {
	margin-bottom:2em;
	border-left:none;
	border-right:none;
}
table.contact_form th{
	width:25%;
	background-color: #fff;
	text-align:left;
}
table.contact_form td{
	background-color: #ecf4dd;
	border-left: none;
}

table.contact_form form select {
	padding:0px 5px;
}
table.contact_form textarea {
	width:100%;
}

table.contact_form input, table.contact_form select, table.contact_form textarea {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
	font-size:16px;
}
table.contact_form select { /* selectフォームの修正 */
	margin:0px;
	padding:0px;
	height:30px;
}
input.contact_submit {
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    background-color: #239763 !important;
    border: none;
    cursor: pointer;
    border-radius: 8px;
	padding:0px 20px;
}
input.contact_back {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    background-color: #ddd !important;
    border: none;
    border-radius: 4px;
	width:10%;
	margin-right:5em;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	color:#fff !important;
    background-color: #197049 !important;
}
table.contact_form th label {
	margin:0px;
	color:#005F2E;
	font-size: 105%;
	display: block;
	position: relative;
	padding-right:45px;
}
table.contact_form th label.hissu::after {
    content: "必須";
    background: #ff6600;
    width: 40px;
    border-radius: 2px;
    font-size: 13px;
    text-align: center;
    line-height: 1em;
    padding: 5px 0px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
}
.mail_direct {
	text-align:center;
	margin-top:2em;
}

select#con_visa {
	margin:0px;
	padding:0px;
	height:30px;
}
.mw_wp_form .error {
    font-size: 100%;
    color: #B70000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	table.contact_form {
	  width: 100%;
	}
	table.contact_form th,
	table.contact_form td {
	  display: block;
	  width: 100%;
	}
	table.contact_form th {
		padding:1em 1em 0.2em 1em;
	}
	table.contact_form td {
		border-left:none;
		border-top:1px solid #ddd;
	}
	table.contact_form input, table.contact_form select, table.contact_form textarea {
		width:100%;
	}
	#con_name,#email1, #email2 {
		width:100%;
	}
}
@media screen and (max-width: 575px) {
}


/* ----------------------------------------
 *	13.1 クイック問い合わせ・見積フォーム　
 * --------------------------------------- */
#qk_contact_form{
	box-sizing: border-box;
}
#qk_contact_form input, #qk_contact_form select, #qk_contact_form textarea {
    padding: 5px;
    border: 1px solid #aaa !important;
    border-radius: 3px;
	font-size:16px;
}
#qk_contact_form input {
    padding: 0px 5px; /* 入力したメールアドレスが半分隠れる？修正 */
}
#qk_contact_form input::placeholder, #qk_contact_form select::placeholder, #qk_contact_form textarea::placeholder {
    color: #999;
    text-transform: capitalize;
    opacity: 1;
}
#qk_contact_form input[type="submit"].wpcf7-submit {
	color:#fff;
	background-color:#319800 !important;
	font-size: 16px;
	padding: 7px 40px;
}
#qk_contact_form input[type="reset"] {
	color:#666;
	background-color:#CCC  !important;
	font-size: 14px;
	padding: 3px 5px;
}

/* かんたん見積り用 */
#qk_quote_form{
	box-sizing: border-box;
}
#qk_quote_form input, #qk_quote_form select, #qk_quote_form textarea {
    padding: 5px;
    border: 1px solid #aaa !important;
    border-radius: 3px;
	font-size:16px;
}
#qk_quote_form input {
    padding: 0px 5px; /* 入力したメールアドレスが半分隠れる？修正 */
}
#qk_quote_form input::placeholder, #qk_quote_form select::placeholder, #qk_quote_form textarea::placeholder {
    color: #999;
    text-transform: capitalize;
    opacity: 1;
}
#qk_quote_form input[type="submit"].wpcf7-submit {
	color:#fff;
	background-color:#319800 !important;
	font-size: 16px;
	padding: 7px 40px;
}
#qk_quote_form input[type="reset"] {
	color:#666;
	background-color:#CCC  !important;
	font-size: 14px;
	padding: 3px 5px;
}
/*
#qk_quote_form .birth-year,
#qk_quote_form .birth-month, 
#qk_quote_form .birth-day{
	display: inline-block;
}
***/
#qk_quote_form p.birthdate .wpcf7-form-control-wrap{
    display: inline-block;
    margin-right: 0.5rem;
}

/*
#qk_quote_form .school_term_week,#qk_quote_form .school_term_month {
	display: inline-block;
	width: 20%;
}
*/
#qk_quote_form p.schoolterm .wpcf7-form-control-wrap{
    display: inline-block;
    width: 20%;
}

#qk_quote_form.qk_quote_block input {
	max-width: 95%;
}
#qk_quote_form.qk_quote_block select#qk_con_school_type,
#qk_quote_form.qk_quote_block select#qk_con_school_area,
#qk_quote_form.qk_quote_block select#qk_school_name_list,
#qk_quote_form.qk_quote_block select#qk_cource
{
    width: 95%;
}

@media screen and (min-width: 768px) {
	#qk_quote_form.qk_quote_block input, #qk_quote_form.qk_quote_block select, #qk_quote_form.qk_quote_block textarea {
		font-size:13px;
	}
}

/* Google recaptchaのバッジを消す */
.grecaptcha-badge { visibility: hidden; }

/* ----------------------------------------
 *	14.0 割引リスト
 * --------------------------------------- */
table.discount_list_table {
}

.discount_list_table th.t_school_name {
}
.discount_list_table th.t_discount {
	width:60%;
}
.discount_list_table td.t_school_name {
	padding-left:5px;
	border-left:none;
	text-align:left;
}
.discount_list_table div.b_img {
	width:25%;
	display:inline-block;
	margin-right:5px;
	vertical-align: top;
}
.discount_list_table div.b_text {
	display:inline-block;
	width:70%;
	font-weight: bold;
}
.discount_list_table td.t_discount {
	text-align:left;
}

@media screen and (max-width: 480px){
.discount_list_table td.t_school_name {
	 display: flex;
	 flex-direction: column-reverse;
	 padding:5px;
	 text-align:center;
}
 
.discount_list_table div.b_img {
	 width: 100%;
	 flex: 1;
}
 
.discount_list_table div.b_text {
	width: 100%;
	flex: 1; 
	margin-bottom:5px;
}
}


/* ----------------------------------------
 *	15.0 ブログ、アーカイブ
 * --------------------------------------- */
body.blog .post_wrapper, body.archive .post_wrapper {
	border-bottom: 1px dotted #ddd;
	margin-bottom:10px;
}
body.blog .post__holder .post_content, body.archive .post__holder .post_content {
    padding-bottom: 5px;
}
body.blog .post_content .post-title, body.archive .post_content .post-title {
	display:block;
	position:static;
}
body.blog .post-porting-main h2::before, body.archive .post-porting-main h2::before{
	content:none;
	border:none;
}

body.blog .post_content .excerpt, body.archive .post_content .excerpt {
	font-size:0.9em;
	margin-bottom:0px;
}
body.blog .post_content .readmore, body.archive .post_content .readmore {
	text-align:right;
}
body.blog .post_content .readmore a, body.archive .post_content .readmore a {
	padding: 2px 3px;
	margin-right:10px;
	text-decoration:none;
	background-color:#efefef;
	font-size:14px;
}
body.blog .post_content .readmore a:hover, body.archive .post_content .readmore a:hover {
	background-color:#189861;
	color:#fff;
}





/* ----------------------------------------
 *  16.0 無料サポートページ　
 * --------------------------------------- */
h2.uline_green {
	border-bottom:solid 2px #009966;
	text-align:center;
	padding: 5px 0px;
	font-size:24px;
}
h2.uline_green:before {
	content:"";
	background:none;
}
.under_cover_text {
	background-color:#F45514;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:20px;
	color:#fff;
}
.box_frame1 {
    position: relative;
    margin: 1.5em 0;
    padding: 0.5em 1em;
    border: solid 3px #ddd;
    border-radius: 8px;
}
.box_frame1 .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 0px;
    margin: 0px 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1rem;
    background: #FFF;
    color: #239763;
    font-weight: bold;
}
.box_frame1 p {
    margin: 1em 0em; 
    padding: 0;
}

/* ----------------------------------------
 *	17.0 ニュージーランド高校リスト（全国）　
 * --------------------------------------- */
body.secondary_schoollist_all_regions table, body.secondary_schoollist_all_regions th, body.secondary_schoollist_all_regions td
{
  width: auto;
}


/* ----------------------------------------
 *	18.0 ウィジェット　
 * --------------------------------------- */
/* Cherry plugin - Advance Cycle */
.post-list .thumbnail, .post-list .featured-thumbnail {
    position:static;
	top: unset;
	left:unset;
	margin:5px 10px 10px 0px;
}
.post-list li {
    border: none;
    padding-left: 0px;
    position: relative;
}


/* ----------------------------------------
 *	19.0 フッター　
 * --------------------------------------- */
footer {
	margin-top:1em;
}
footer .container {
	margin-top:0px;
}
.footer_menu dt {
	font-size:14px;
}
.footer_menu dd{
	margin:5px 0px;
}
.footer_menu dd ul.footer_menu_list{
	font-size:14px;
	margin-left:0px;
}
.footer_menu dd ul.footer_menu_list li a{
	text-decoration:none;
}
nav.footer-nav {
    font-size: 16px;
}
nav.footer-nav ul li a:hover{
	color:inherit;
}

footer a.nav-link {
	text-decoration:none;
}
/* for smartphone */
.footer_menu.only_sp dd ul.footer_menu_list{
	font-size:16px;
	margin-left: 16px;
}
.footer_menu.only_sp dd ul.footer_menu_list li{
	padding:5px 0px;
}
.footer_menu.only_sp dt {
	border-bottom: 1px solid #fff;
	font-size:16px;
}
.footer_menu.only_sp dt a:after{
	position: absolute;
	content:'\f078';
	font-family: FontAwesome;
	right: 1.5em;

}

/* ----------------------------------------
 *	20.0 固定ページCTA
 * --------------------------------------- */
/* ページ下　CTA */
section.fullwidth2-bottom {
	margin-top:4em;
	margin-bottom:2em;
}
.page-bottom-cta .inner {
	background-color: #319800;
	padding: 15px;
}
.page-bottom-cta .inner p.cta-text{
	color: #fff;
	margin: 15px 0px;
}
/*.page-bottom-cta {
	height:130px;
	position:relative
}
.page-bottom-cta img.cta-women {
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 30px;
}
.page-bottom-cta .inner {
	position: absolute;
	background-color: #319800;
	height: 100px;
	bottom: 0;
	width: 100%;
	padding: 10px;
}
.page-bottom-cta .inner p.cta-text{
	color: #fff;
	position: absolute;
	top: -50px;
	left: 25px;
	background: url(images/cta1-page-women.png) 0px 10px no-repeat;
	height: 150px;
	padding: 50px 15px 10px 125px;
}
.page-bottom-cta .inner .cta-btn{
	position: absolute;
	right: 13px;
	top: 13px;
}
*/

/* ----------------------------------------
*	21.0 専門留学ページ
* ---------------------------------------*/
ul.arrowlist{
	font-size: 0.9em;
    list-style: none;
    padding: 0 10px 15px 10px;
    margin: 15px 0;
	width:70%;
}
ul.arrowlist:before{
}
ul.arrowlist li{
    display: table;
    margin: 0 auto;
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 3px solid #d5efe7; /* ブロックボーダー 好みに合わせて */
    background-color: #FFF;
    border-radius: 5px;
    text-align: left;
}
ul.arrowlist li:not(:last-child){
    margin-bottom: 40px;
}
ul.arrowlist li:not(:last-child):after{
    content: "\f063";
    font-family: FontAwesome;
	font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: block;
    text-align: center;
    color: #37AB9D; /* 矢印の色 好みに合わせて */
}
ul.arrowlist div.l_block {
	display: inline-block;
	width: 68%;
	vertical-align: top;
	margin-right:8px;
}
ul.arrowlist div.r_block {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	padding:7px;
    border-radius: 5px;
	font-size:0.8em;
	line-height: 1.7em;
}
ul.arrowlist .bg_green {
	background-color: #68c29e;
	color:#fff;
}
ul.arrowlist .bg_red {
	background-color: #ff7372;
	color:#fff;
}
@media screen and (max-width: 991px){
	ul.arrowlist{
		width:100%;
	}
	ul.arrowlist div.l_block {
		width: 100%;
	}
	ul.arrowlist div.r_block {
		margin-top:1em;
		width: 100%;
	}
}


/* ----------------------------------------
*	22.0 TOPページ（NZ英語情報セクション）
* ---------------------------------------*/
section.home_nzen .text-box  {
	margin: 0 15px;
}
section.home_nzen .blog_title  {
	margin-bottom:0px;
	font-weight:bold;
	font-size: 1.1rem;
}
section.home_nzen .blog_txt  {
	font-size: 90%;
	color: #333;
}
section.home_nzen a {
  text-decoration: none;
}
section.home_nzen .blog_title {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .nzen-article-list .d-flex {
    flex-direction: column !important;
  }

  .nzen-article-list .text-box{
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }

  .nzen-article-list .nz-thumb img {
    width: 100%;
    height: auto;
  }

  section.home_nzen .blog_title{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 90%;
  }

}



/* 共通（スマホ含む） */
section.home_nzen .nz-thumb {
  width: 100%;            /* カード幅いっぱいに */
  aspect-ratio: 3 / 2;    /* 3:2 のサムネ比率を維持 */
  overflow: hidden;
  flex-shrink: 0;
}

section.home_nzen .nz-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* 中央トリミング */
  display: block;
}

/* PC（md以上）でだけ「横210px」に絞る */
@media (min-width: 768px) {
  section.home_nzen .nz-thumb {
    width: 210px;
  }
}

/* 768px〜991px：2列のまま、カード内だけ縦（上サムネ／下文章） */
@media (max-width: 991px) and (min-width: 768px){

  /* li自体もd-flexなので、念のため縦に */
  ul.nzen-article-list > li{
    flex-direction: column;
	padding: 0px 5px;
  }

  /* aが「画像＋文章」を横並び(d-flex)にしている犯人なので縦にする */
  ul.nzen-article-list > li > a.d-flex{
    flex-direction: column;
  }

  /* 画像の右余白（ml-3）を無効化して、上に余白を作る */
  ul.nzen-article-list .text-box{
    margin-left: 0 !important;     /* ml-3潰し */
    margin-top: 10px;              /* 好みで */
    width: 100%;
  }

  /* サムネを幅いっぱい＋高さ固定でトリミング（縦長化防止） */
  ul.nzen-article-list .nz-thumb{
    width: 100%;
  }
  ul.nzen-article-list .nz-thumb img{
    width: 100%;
    height: 220px;                 /* 140〜220くらいで調整 */
    object-fit: cover;
    display: block;
  }
}
