@charset "utf-8";
/*
Theme Name: IAM2019
Theme URI:
Description:
Author:
Author URI:
Version:201910
*/

/*
ゴシック：font-family: 'Noto Sans JP', sans-serif;
明朝：font-family: 'Noto Serif JP', serif;

I:#009ccb
A:#f27466
M:#bcd861

*/

/* common
--------------- */
html {
font-family:'Noto Sans JP',"游ゴシック","游ゴシック体",YuGothic,"YuGothic M","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size:16px;
line-height:1.6;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
background:#fff;
color:#262626;
/* 固定ヘッダの高さ分 */
scroll-padding-top: 110px;
-ms-scroll-padding-top: 110px;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6
{
font-family: 'Noto Sans JP',"游ゴシック","游ゴシック体",YuGothic,"YuGothic M","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
/*color:#262626;*/
/*color: #8F3333;*/
/*color: #811c0c;*/
color: #a70000;
line-height:150%;

}

/* ・・PC・・ */
./*uk-h1, h1{	font-size:2rem;	}*/
.uk-h2, .uk-h3, h2:not(.uk-text-center), h3 {	font-size:1.6rem;	}
.uk-h4, .uk-h5, .uk-h6, h4, h5, h6{		font-size:1.3rem;	}
.sub_ttl{
	font-size: 1.2rem;
}
/* ・・sp・・ */
@media screen and (max-width:640px) {
.uk-h1, h1{	font-size:1.2rem;	}
.uk-h2, .uk-h3, h2:not(.uk-text-center), h3 {	font-size:1.2rem;	}
.uk-h4, .uk-h5, .uk-h6, h4, h5, h6{		font-size:1.2rem;	}
.sub_ttl{
	font-size: 1.1rem;
}
*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 20px;
}

.btn-wide{
	display: block;
}

}
/* ・・・・ */

.sub_ttl{
	/*color: #f41363;*/
	color: #c50348;
}


blockquote {
margin: 0 0 20px 0;
font-style: normal;
}

* + p:last-child {
margin-bottom: 0;
}

a {
background-color:transparent;
-webkit-text-decoration-skip:objects;
outline: none;
		text-decoration: none;

}
a:active,a:hover {
outline:none;	text-decoration: none;

}
a,a * {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
a.ani_line,.ani_line a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.ani_line::after,.ani_line a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #CFBA00;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
a.ani_line:hover::after,.ani_line a:hover::after {
  transform-origin: left top;
	transform: scale(1, 1);
}

br.spon {
display: block;
}
br.spoff {
display: none;
}
.spbox {
display: block;
}
.spboxoff {
display: none;
}
@media screen and (min-width:640px) {
br.spon {
display: none;
}
br.spoff {
display: block;
}
.spbox {
display: none;
}
.spboxoff {
display: inline-block;
}
}

.uk-button {
text-transform: none;
}
.uk-link, a {
	color: #4D5053;
}

.columntext a{
    color: #000000;
}




.uk-link:hover, a:hover {
	color: #3173b5;
}
.btn-circle {
/*	padding: 4px 30px;*/
	padding: 10px 30px;
	border-radius: 30px;
}
.uk-table th {
color:#262626;
white-space: nowrap;
vertical-align: top;
font-size: 16px;
}
.uk-accordion-title {
font-size: 16px;
}
.uk-accordion-content {
	padding: 0 8px;
/*	background-color: #FBFBFB;*/
}

/*.btn1 {background-color: #009ccb;color:#fff;}*/
.btn1 {background-color: #031FC4;color:#fff;}
/*.btn2 {background-color: #f27466;color:#fff;}*/
.btn2 {background-color: #ce3221;color:#fff;}
/*.btn3 {background-color: #bcd861;color:#fff;}*/
.btn3 {background-color: #939510;color:#fff;}
.btn1:hover {background-color: #05bbf2;color:#fff;}
.btn2:hover {background-color: #ff9a8f;color:#fff;}
.btn3:hover {background-color: #daf28d;color:#fff;}
/*.btn-line {background-color: #0b9a3d;color:#fff;}*/
/*.btn-line {background-color: #006a14;color:#fff;}*/
/*.btn-line:hover {background-color: #22c777;color:#fff;}*/
/*.btn-line:hover {background-color: #033409;color:#fff;}*/
/*.btn-line {background-color: #008c00;color:#fff;}*/
.btn-line {background-color: #006600;color:#fff;}
.btn-line:hover {background-color: #37b337;color:#fff;}


/* header
---------------------- */
header {background-color: #fff;	border-bottom: 1px solid #a6c8ff;
}
.hdm {padding:14px 0;}
.hdflow {padding:8px 0;background-color: #edfbff;}
@media screen and (max-width:640px) {
.hdflow .uk-grid-margin {
margin-top: 8px;
}
}

.hd-requestImg{
	width:300px;
}

@media screen and (max-width:640px) {
	.hd-request {
	text-align: center;
	}
	.hd-requestImg {
	max-width: 80%;
	}
}


/* footer
---------------------- */
footer ul {
font-size: 12px;
}
#copyright {
font-size: 12px;
}

/* menu
---------------------- */
#menu1 {text-align: center;}
#menu1 li:not(:first-child) {
	border-left: 1px dotted #8F8F8F;
}
#menu1 a {
    display: block;
    padding: 18px 0;
}
#menu1 a:hover {
	color: #fff;
	background-color: #009ccb;
}



/* toppage
---------------------- */
#special1 .uk-h4,
#special1 .uk-h5,
#special2 .uk-h4,
#special2 .uk-h5 {
font-weight:bold;
}

#special2 {
	background-color: #daf28d;
}


#special3 {
}
#ryo {
	background-color: #a3e0ff;
}
#events .uk-card {
    padding: 6px;
	background-color: #fff;
}
#special1 .special1_btns a,
#events .uk-card-footer a {
display:block;
}

#setsumeikai1 {}
#setsumeikai2 {background-color: #daf7e9;}
#setsumeikai3 {background-color: #f0fcff;}
#message {
font-family: 'Noto Serif JP', serif;
color:#756900;
background-color: #fffad5;
}
#youtuber {background-color: #f0fcff;}
#anime1 {}
/*#monthly {background-color: #f0fcff;}*/
.monthly {background-color: #f0fcff;}

/*#topics .topics_ttl,#topics2 .topics_ttl,#topics3 .topics_ttl {font-size:1.3rem;color:#bd1958;}*/
#topics .topics_ttl,#topics2 .topics_ttl,#topics3 .topics_ttl {font-size:1.3rem;color:#a70000;}
#topics .uk-card-body,#topics2 .uk-card-body,#topics3 .uk-card-body {padding:20px 8px;}
#topics .topics_ttl,#topics2 .topics_ttl,#topics3 .topics_ttl {
	display: block;
}
#topics .border, .topics_ttl .border, #topics3 .border{
	display: block;
	margin: 10px auto 0 auto;
width: 0;
height: 0;
border-style: solid;
border-width: 8px 20px 0 20px;
border-color: #bd3f11 transparent transparent transparent;
}
#topics2 .uk-card-body .uk-child-width-1-2 .uk-button {
display:block;
}
#youtuber1 {}

/* spmenu
---------------------- */
.uk-offcanvas-bar {
	background-color: #fff;
}
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-close {
	color: #262626;
}
.uk-offcanvas-overlay::before {
    background: rgba(229, 36, 87,0.8);
}

.error_no {
	font-size:40px;
}

/*  BOX系  */

.box_radi{
	padding: 10px;
/*	margin: 0px 10px;*/
	border-radius: 10px;
/*	font-size: 80%;*/
}

.mgn5{
	margin: 5px !important;
}

.bg_pink{
	background-color:#ffe5fa;
}

.bg_blue{
	background-color:#e5feff;
/*	background-color:#f3ffff;*/
}

.bg_gray{
	background-color:#eeeeee;
}

.bg_white{
	background-color:#ffffff !important;
}

.bg_yellow{
	background-color: cornsilk;
}

.padd_rejust{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.after_plus_pink{
padding-top: 0px;
padding-bottom: 0px;
}
.after_plus_pink:after {
color:#fe67ab;
text-align: center;
font-size: 300%;
font-weight: bold;
content: "＋";
margin:0 auto;
}
.school_box{
text-align: center;
}

/* ボタン系 */

.uk-button{
	line-height: 1.2rem;
}

.nittei_area{
	padding-top: 20px;
 	background-color: #fffbe3;
 	padding-bottom: 20px;
 }

.nittei_btn{
	font-size: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ab0000;
}

/*　文字系　*/
.col_red{
	color: #D00000;
}

.col_pink{
/*	color: #f41363;*/
	color: #cc0366;
}
.col_blue{
/*	color: #0686d8;*/
	color: #0171b8;
}

.col_green{
/*	color: #1d7728;*/
/*	color: #03440b;*/
	color: #0a6315;
}

.ttl_bonus{
font-size: 70%;
}

.komoji{
font-size: 80%;
}

#smap{
line-height: 3rem;
}

#smap h2{
line-height: normal;
padding-top: 40px;
margin-bottom: 0px;
font-size: 1.4rem;
}


div .bg_blue h1, div .bg_blue h2, div .bg_blue h3, div .bg_blue h4, .bg_blue h5 {
	color: #2e3960;
}

.ttl_plus{
/*	background-color: #b84c41;
	padding: 3px 5px;
	font-size: 50%;
	color: #ffffff;
	font-weight: normal;
	border-radius: 10px;*/

    background-color: #981212;
    padding: 3px 5px;
    font-size: 50%;
    color: #ffffff;
    font-weight: normal;
    border-radius: 20px;

}

/*
h1 .ttl_plus, .special1_box h2 .ttl_plus{
	background-color: #b84c41;
}
*/

.kazari .ttl_plus{
/*	background-color: #0f54c7;*/
    background-color: #0534a0;

}


#topics .topics_ttl .ttl_plus, #topics2 .topics_ttl .ttl_plus, #topics3 .topics_ttl .ttl_plus {
    background-color: #bd1958;
}

.dotline{
	width: 80%;
	margin: 0 auto;
	border-bottom:dotted 1px #888888;
	margin-top: 1.5rem;
}

hr .dotline{
	padding-bottom: 1rem!important;
}

/*  ▼▼▼隙間調整関係  */

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

	.uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin{
		margin-top: 0.5rem;
	}
	img .uk-grid-margin{
		margin-top: 1rem;
	}
/*	.uk-first-column{
	margin-top: 30px;
	}*/
}


/*  ▲▲▲隙間調整関係  */

/* 日程掲載欄 */

/*校舎日程ページ・上部の一覧部分。*/
.nittei_all{
/*text-align: center;*/
padding: 10px;
background-color: cornsilk;
}


/*　リスト系　*/

.debutList{
	background: #D6FBFF;
	margin: 10px;
	padding: 20px 10px;
	color: #333333;
	line-height: 1.9;
}

.debutList dt{
	padding-top: 0.8rem;
	border-bottom: 1px dotted #1F1C1C;
	color: #003456;
	font-size: 120%;
}

dl.debut dd a[target="_blank"] {
    padding-right: 1rem;
    padding-left: 0.5rem;
    background: url(https://iam.tv/images/ico_link.png) no-repeat center right;

}

.pressList{
	background: #D6FBFF;
	margin: 10px;
	padding: 20px 10px;
	color: #333333;
	line-height: 1.9;
}

.pressList dt{
	padding-top: 1.2rem;
}

.pressList dd{
	padding-bottom: 20px;
	border-bottom: solid 1px #575757;
}

.pressList dd:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}


/*▼▼▼　ブログリスト部*/
ul.blogList{
    list-style: none;
	line-height: 2rem;
}

ul.blogList li{
    margin:3px 1em;
    font-size:12px;
}

ul.blogList li a{
    text-decoration: none;
}

ul.blogList li span.day{
    font-size:90%;
    color: #999;
}	

h2 a::after{
	content: '　》';
}
/*▲▲▲　ブログリスト部*/

#app_bnrl ul li{ 	
    display: inline;
 } 

#app_bnrl ul li img{ 	
	padding-bottom: 0.3rem;
 } 


/*各種イベント特設ページなどで、日程を掲載するボックス欄。*/
.nitteiList{
	margin: 10px;
	padding: 20px 10px;
	color: #333333;
	line-height: 1.9;
}

.nitteiList dt{
	padding-top: 1.2rem;
}

.nitteiList dd{
	padding-bottom: 20px;
	border-bottom: solid 1px #575757;
}

.nitteiList dd:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.nittei_all_list hr{
	width: 70%;
	margin: 0 auto;
}

.kazari {

	border-left: 7px #0f54c7 solid;
	border-bottom: 1px #0f54c7 solid;
	color: #0f54c7;

/*	border-left: 7px #dcc0bb solid;
	border-bottom: 1px #811c0c solid;
	color: #811c0c;
	*/
	padding: 5px 5px 5px 13px;
	font-weight: 700;
	line-height: 130%;
}


/* MCN関係　*/
/* ------------------------- */
#channel_list li {
	border-top: 1px dotted #5F5F5F;
}
#channel_list li:last-child {
	border-bottom: 1px dotted #5F5F5F;
}
#channel_list li a {
	display: block;
	padding: 10px;
	color: #000;
	text-decoration: none;
}

#channel_list li a:hover {
	background-color: #F4F4F4;
}
#channel_list img {
	float: left;
	width: 80px;
	height: auto;
}
#channel_list p {
	margin: 0 0 0 100px;
}
#channel_list .title {
	font-weight: bold;
}
#channel_list .desc {
	color: #333;
}
#channel_list .pickup {
	color: #ab0000;
}
#channel_list  li a:after {
	content: "";
	display: block;
	clear: both;
}

#channel_list div.pickup .desc{
	color: #ab0000;
}

#channel_list div.pickup .title{
	color: #ab0000;
}

.super_premium{
color: #856e00;
}

.premium{
color: #0053b1;
}

.taikenkai{
color: #7e4444;
}

#hdm_sp.spm a {
display:block;
padding:8px;
border:1px solid #ccc;
border-radius: 10px;
text-align:center;
}
#hdm_sp.spm a span {
display:block;
font-size:12px;
}

.uk-breadcrumb>*>*{display:inline-block;font-size:.875rem;color:#666;padding-top:0.6rem;}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{content:"/";display:inline-block;margin:0 20px;color:#666;}


.link-def{
color: none;
text-decoration: underline;
}

.uk-breadcrumb{
	margin-top: 1en;
}
/* 
.uk-table-striped tbody tr:nth-of-type(odd), .uk-table-striped>tr:nth-of-type(odd) {
   background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
*/


/* 表 */
/*　表の◎〇　*/
.various-lessons-maru{
	display: block;
	font-size: 2rem;
}

div .various-lessons td,div .various-lessons th{
	border-right: 1px dotted #808080;
	padding: 5px;
	text-align: center;
}

.uk-section-small {
    padding-top: 30px;
    padding-bottom: 30px;
}

.uk-section-xsmall {
    padding-top: 10px;
    padding-bottom: 20px;
}

*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
/*    margin-top: 30px;*/
    margin-top: 20px;
    margin-bottom: 15px;
}

.uk-breadcrumb {
    line-height: 1.2rem;
}

@media screen and (max-width:640px) {
.uk-section {
/*    padding-top: 20px;
    padding-bottom: 10px;*/
    padding-top: 30px;
    padding-bottom: 20px;
}
}


#spmenu a:not(.SpmenuImg) { padding-right: 1rem; background: url(https://iam.tv/images/ico_link.png) no-repeat center right;}
#spmenu ul{ list-style: none;}

#spmenu ol, #spmenu ul {
    padding-left: 1rem;
}

#spmenu h2 {
    color:#4D5053;
}

#spmenu li {
	padding-bottom: 1rem;
}

#spmenu h2 a::after {
    content: none; 
}


.btn-circle {
	padding: 10px 30px;
	border-radius: 30px;
}

.btn-circle-s {
    padding: 10px 30px;
    border-radius: 10px;
/*	background-color: #ed2601;*/
}


.btn-circle:after, .btn-circle-s:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://iam.tv/svg/chevron-double-right.svg);
  background-size: contain;
  vertical-align: middle;
}



