@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font: 100%/1.4 'Noto Sans JP', Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #221815;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
ul li{
	list-style:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
p {
	line-height:2;
	}
@media screen and (max-width: 750px) {
p {
	font-size:small;
	}
}
a {
    outline: none;
}
a img {
	border: none;
}

a:link {
	color:#282828;
	text-decoration: none;
}
a:visited {
	color:#282828;
}
a:hover, a:active, a:focus {
	color:#108ecf;
}

/* ~~ ヘッダー~~ */
.header {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0px -1px #e6e6e6 inset,0 10px 10px 0px rgba(0, 0, 90, 0.1);
	-moz-box-shadow: 0px -1px #e6e6e6 inset, 0 10px 10px 0px rgba(0, 0, 90, 0.1);
	-webkit-box-shadow: 0px -1px #e6e6e6 inset, 0 10px 10px 0px rgba(0, 0, 90, 0.1);
	-o-box-shadow: 0px -1px #e6e6e6 inset, 0 10px 10px 0px rgba(0, 0, 90, 0.1);
	-ms-box-shadow: 0px -1px #e6e6e6 inset, 0 10px 10px 0px rgba(0, 0, 90, 0.1);
	margin: 0;
	padding:0;
    position: fixed;
    z-index: 1;
	display: flex;
	justify-content: flex-end; 
	align-items: center;
	z-index:999;
}
.header a.head_logo{/* ロゴリンク */
	display:inline-block;
	margin: 0 auto 0 10px;
	}
.header a.head_logo img{/* ロゴ画像 */
	display:inline-block;
	width:250px;
	height:auto;
}
.header a.head_link{/* 文字リンク */
    position: relative;
    display: inline-block;
	margin:0;
	padding: 0 20px;
	text-decoration:none;
}
a.head_link:hover,
a.head_link:active, 
a.head_link:focus {
	color:#108ecf;
}
a.current{/* 文字リンク：今現在のページ */
	color:#108ecf;
	}
a.current:hover,
a.current:active, 
a.current:focus{/* 文字リンク：今現在のページ */
	text-decoration: underline;
	}
.header a.head_link:nth-child(2),
.header a.head_link:nth-child(3){
	border-right:1px solid #dcdcdc;
	}

a.head_seiq{/* 資料請求ボタン */
    position: relative;
	margin-left:10px;
    z-index: 2;
    background-color: #fc7d89;
    color: #fff;
    overflow: hidden;
    width: 280px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
	font-weight:bold;
    font-size: large;
    text-align: center;
    text-decoration: none;
    outline: none;
}
a.head_seiq::before, a.head_seiq::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a.head_seiq::after {
  top: 100%;
  width: 100%;
  height: 100%;
}
a.head_seiq:hover {
  color: #fff;
}
a.head_seiq:hover::after {
  top: 0;
  background-color: #fb5868;
}
a.head_seiq img{
    display: inline-block;
	width:20px;
	height:auto;
	margin-right:10px;
}
@media screen and (max-width: 1000px) {
.header a.head_link{/* 文字リンク */
	font-size:small;
	padding: 0 10px;
	}
.header a.head_seiq{
	font-size: medium;
    width: 240px;
	}
}
@media screen and (max-width: 750px) {
.header {
	height:70px;
    position: relative;
}
.header a.head_logo{/* ロゴ画像 */
	margin: 0 auto 0;
}
.header a.head_link,
.header a.head_seiq{
    display: none;
	}
a.head_seiq{/* 資料請求ボタン/スマホ挙動 */
	margin-left:0;
	margin:10px;
    width: auto;
    height: 55px;
    line-height: 55px;
	flex-grow: 2;
	}
}
/*SPメニュー*/
.header2{
	margin:0;
	padding:0;
	display:none;
	width: 100%;
	background-color:rgba(255,255,255,1.0);
	box-shadow:0 -10px 10px 0px rgba(0, 0, 90, 0.1);
	-moz-box-shadow:0 -10px 10px 0px rgba(0, 0, 90, 0.1);
	-webkit-box-shadow: 0 -10px 10px 0px rgba(0, 0, 90, 0.1);
	-o-box-shadow:0 -10px 10px 0px rgba(0, 0, 90, 0.1);
	-ms-box-shadow:0 -10px 10px 0px rgba(0, 0, 90, 0.1);
	position: fixed;
	bottom: 0;
	z-index:999;
	}
.trigger_all{/*バーガーメニューと直下文字を囲む*/
	margin-top:5px;
	margin-right:10px;
	flex-grow: 0;
	flex-shrink: 0;
	}
@media screen and (max-width: 750px) {
.header2{
	display: flex;
	}
}
/*SPメニューを表示*/
.menu{
	position: fixed;
	width:100%;
	height:100%;
	background-color:rgba(16,142,207,0.9);
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 z-index:998;
	display: none;
}
.menu a{
	display:block;
	padding: 1em;
	text-align:center;
	color:#fff;
	font-size:large;
}
.menu a:hover,
.menu a:active, 
.menu a:focus{
	color:#108ecf;
	background-color:rgba(255,255,255,0.8);
	}
@media screen and (max-width: 750px) {
.menu{
	margin-top:-80px;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-content: center; 
	}
}
/*OPEN時の動き*/
.menu.active {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 -webkit-transition:ease .5s;
 transition:ease .5s;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
/*バーガーアイコン挙動*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 32px;
  margin-top:10px;
  margin-left:5px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b4b4b4;
}
.menu-trigger span:nth-of-type(1) {
  top: 3px;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 3px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
.menu-trigger + p{/*横線すぐ下のpタグ/メニューの文字を入れたりする*/
	font-size:small;
	color: #b4b4b4;
	margin:0;
}

/* フッター直前・TOPへ戻るボタン */
.to_top{
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
	z-index:9999;
	bottom:100px;
	right:0;
	margin:0 0 -110px auto;
	display:block;
	width:60px;
	height:60px;
}
.to_top a img{
	width:60px;
	height:60px;
	margin:0;
    -webkit-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    -moz-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
	}

/* ~~ フッター~~ */
.footer {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 0 auto 0;
	padding:50px 0 60px;
	text-align:center;
}
.footer h5 {
	display:block;
	background-color:#005189;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding: 0;
	margin:0;
	height:60px;
	line-height:60px;
	font-size:x-large;
	color:#fff;
}
.footer .schoolname{
	margin:10px auto 0;
	display: inline-flex;
	justify-content: space-between; 
	align-items: center;
	}
.footer .schoolname div{
	display: inline-flex;
	justify-content: space-between; 
	align-items: center;
}
.footer .schoolname img{
	width:35px;
	height:auto;
	}
.footer .schoolname div p{
	margin:0 20px;
	}
.footer .schoolname div h4{
	margin:0;
	font-size:x-large;
	}
.footer .schoolname + p{
	font-size: small;
	margin:0;
	}
.footer .tel_seiq{
	margin-top:20px;
	display: flex;
	justify-content: space-between; 
	align-items: center;
	}
.footer .tel_seiq .tel{
	margin-right:30px;
	}
.footer .tel_seiq .tel p{
	display:block;
	border-top:1px solid #b4b4b4;
	border-bottom:1px solid #b4b4b4;
	}
.footer .tel_seiq .tel img{
	width:455px;
	height:auto;
	}
.footer .tel_seiq + p {
	border-top:1px solid #dcdcdc;
	font-size: small;
	margin:40px 0 0 0;
	padding:10px 0 0 0;
	color:#646464;
	}
@media screen and (max-width: 900px) {
.footer .tel_seiq .tel img{
	width:300px;
	height:auto;
	}
}
@media screen and (max-width: 750px) {
.footer {
	padding:50px 0 80px;
}
.footer .tel_seiq{
	flex-direction: column;
}
.footer .tel_seiq .tel{
	margin-right:0;
	margin-bottom:20px;
	}
.footer .tel_seiq .tel img{
	width:100%;
	}
.footer .tel_seiq + p {
	margin:30px 0 0 0;
	}
}
@media screen and (max-width: 540px) {
.footer .schoolname div{
	flex-wrap: wrap; 
	 justify-content: center;
	align-content: space-between; 
}
.footer .schoolname div p{
	margin:0 10px;
	font-size: small;
	}
.footer .schoolname div h4{
	font-size:large;
	}
}

/* ボタンdef */
a.seiq_btn.foot{/*資料請求フッター用*/
	width: 100%;
	font-size:x-large;
	padding: 30px 0;
	background-color: #fc7d89;
  font-weight:bold;
	}
a.seiq_btn.admi{/*資料請求・入学案内用*/
	width: 100%;
	font-size:large;
	padding: 15px 0 20px ;
	background-color: #fc7d89;
	font-weight:bold;
	}
a.seiq_btn.foot:hover,
a.seiq_btn.admi:hover{
	background-color: #fb5868;
	}
a.seiq_btn.foot img{/*資料請求手紙アイコン*/
    display: inline-block;
	width:34px;
	height:auto;
	margin-bottom:-2px;
	margin-right:20px;
}
a.seiq_btn.admi img{/*資料請求・入学案内用手紙アイコン*/
    display: inline-block;
	width:34px;
	height:auto;
	margin-bottom:-5px;
	margin-right:20px;
}
a.seiq_btn.green{/*緑色リンクボタン*/
	width: 100%;
	max-width: 400px;
	font-size:large;
	padding: 30px 0;
	background-color: #9cd326;
	font-weight: normal;
	margin-top:30px;
	}
a.seiq_btn.green::after{
      z-index:2;
    top: 18px;
    right: 15px;
	width:28px;
	height:22px;
	background-image:url(../img/btn_icon3.png);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:28px 22px;
	}
a.seiq_btn.green:hover{
	background-color: #88c602;
	}
a.seiq_btn {
  position: relative;
  display: block;
  margin: auto;

  box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 17px 10px -10px rgba(0, 0, 0, 0.2);
	
	border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  

    line-height: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  
  transform-style: flat;
  transition: all 250ms ease-out;
}
a.seiq_btn::before,
a.seiq_btn::after {
      content: "";
      position: absolute;
}
a.seiq_btn::before {
      z-index: -2;
    	transition: all 250ms ease-out;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.seiq_btn:hover {
	color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
a.seiq_btn.foot{/*フッター用サイズ*/
	font-size:large;
	}
a.seiq_btn.foot img{
	width:20px;
}
}
@media screen and (max-width: 750px) {
a.seiq_btn.foot{/*フッター用サイズ*/
	padding:20px 0;
	}
a.seiq_btn.admi{/*資料請求・入学案内用*/
	font-size: medium;
	font-weight:bold;
	}
a.seiq_btn.foot img,
a.seiq_btn.admi img{
	margin-right:10px;
	}
a.seiq_btn.green{/*緑色リンクボタン*/
	font-size: medium;
	}
a.seiq_btn.green::after{
    right: 10px;
	}
}

/*youtube挙動・videoタグ*/
.ytb{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.ytb iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.inline{
  width: 100%;
  height: 100%;
	}
#inline1 video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	}
@media screen and (max-width: 960px) {
.inline{
  width: 100%;
    height: auto;
	}
#inline1 video {
    width: 100%;
    height: auto;
  }
}



/* 最上部見出し・index用 */
.pgindex{
	width: 100%;
	margin: 0;
	padding:80px 0 0;
	background-color: #fff;
	background-image:url(../img/back_sky.jpg);
	background-position:center bottom 245px;
	background-repeat:repeat-x;
}
.pgindex_pc{
	width: 100%;
	height: 765px;
	margin: 0 auto;
	background-image:none;
	background-position:center bottom;
	background-repeat:no-repeat;
	position: relative;
	z-index:10;
}
.pgindex_pc .def{
	width: 100%;
	max-width: 1324px;
	min-width: 10px;
	height: 765px;
	margin:0 auto;
	padding:0;
	background-image:url(../img/index_pc_def.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	position: relative;
	z-index:14;
}
/*移動する人物*/
.pgindex_pc .img1{
	width:48%;
	height:534px;/*原寸高さ334px*/
	margin:0;
	padding:0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/index_people1.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	display: block;
	position: absolute;
	bottom:-200px;
	left:0;
	z-index:16;
}
.pgindex_pc .img2{
	width:36%;
	height:343px;
	margin:0;
	padding:0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/index_people2.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	z-index:15;
}
.pgindex_pc .img3{
	width:39%;
	height:73px;
	margin:0;
	padding:0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/index_people3.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	display: block;
	position: absolute;
	bottom:230px;
	left:0;
	z-index:13;
}
.pgindex_pc .img4{
	width:45%;
	height:64px;
	margin:0;
	padding:0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/index_people4.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	position: absolute;
	bottom:238px;
	right:0;
	z-index:12;
}
.pgindex_pc .img5{
	width:75%;
	height:50px;
	margin:0;
	padding:0;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/index_people5.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display: block;
	position: absolute;
	bottom:249px;
	right:0;
	z-index:11;
}
.pgindex_sp{
	display:none;
	width: 100%;
	max-width: 1280px;
	min-width: 10px;
	height: auto;
	margin:0;
	padding:0;
}
@media screen and (max-width: 1324px) {
.pgindex_pc .img1{
	width:48%;
	}
.pgindex_pc .img2{
	width:31%;
	}
.pgindex_pc .img3{
	width:36%;
	}
.pgindex_pc .img5{
	width:84%;
	}
}
@media screen and (max-width: 1000px) {
.pgindex_pc .img1{
	width:55%;
	}
.pgindex_pc .img2{
	width:30%;
	}
.pgindex_pc .img5{
	width:95%;
	}
}
@media screen and (max-width: 750px) {
.pgindex{
	padding:0;
	}
.pgindex_pc{
	display:none;
}
.pgindex_sp{
	display: block;
}
}

/* 最上部見出し・index以外 */
.pgtitle{
	width: 100%;
	margin: 0;
	padding:80px 0 0;
	background-color: #fff;
	background-image:url(../img/back_sky.jpg);
	background-position:center bottom 21px;
	background-repeat:repeat-x;
}
.pgtitle_wk{
	width: 100%;
	max-width: 1460px;
	min-width: 10px;
	height:261px;
	margin: 0 auto;
	background-image:url(../img/bghito1.png),
					 url(../img/h1right2.png),
					 url(../img/h1left.png),
					 url(../img/h1right.png);
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat,
					  no-repeat;
	background-position:right 80% bottom,
						left 80% bottom,
						left bottom,
						right 5% bottom;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	}
.pgtitle_wk h1{
	margin:0;
	padding:0;
	font-size:xx-large;
	color:#fff;
	text-align:center;
	}
.pgtitle_wk h1 span{
	font-size:xx-large;
	color:#fff;
	text-align:center;
	}
.pgtitle_wk h1 p.small{
	display:inline;
	margin:0;
	font-size:xx-large;
	}
@media screen and (max-width: 1200px) {
.pgtitle_wk{
	background-position:right 85% bottom,
						left 80% bottom,
						left -50px bottom,
						right bottom;
	}
}
@media screen and (max-width: 900px) {
.pgtitle_wk h1,
.pgtitle_wk h1 span,
.pgtitle_wk h1 p.small{
	font-size:x-large;
	}
}
@media screen and (max-width: 750px) {
.pgtitle{
	padding:0;
	background-position:center bottom 10px;
	background-size:cover;
	}
.pgtitle_wk{
	height:120px;
	background-position:left 5px bottom,
						left 85% bottom,
						left -20px bottom,
						right bottom;
	background-size:92px 77px,
					28px 130px,
					95px 130px,
					78px 130px;
	}
.pgtitle_wk h1 p.small{
	font-size: medium;
	vertical-align: bottom;
	}
}

/* ~~ index_コンテンツ1~~ */
.cont1 {
	width: 100%;
	max-width: 1880px;
	min-width: 10px;
	margin: -80px auto 0;
	position:relative;
	/*background-image:url(../img/cont1bg_kari.png);
	background-position:center top;
	background-repeat:no-repeat;*/
}
.cont1tx{
	width: 90%;
	max-width: 600px;
	min-width: 10px;
	margin: 0 auto;
	padding:188px 0 0 0;
	z-index:12;
	}
.cont1tx div.txt{
	margin: 30px auto;
	text-align:center;
	}
.cont1tx div.txt p{
	line-height:2;
	}
.cont1tx div.txt img.cont1_1{
	width: 100%;
	max-width: 497px;
	min-width: 10px;
	height:auto;
	margin:0 0 40px 0;
	}
.cont1tx div.txt img.cont1_2{
	width: 100%;
	max-width: 599px;
	min-width: 10px;
	height:auto;
	margin:20px 0 40px 0;
	}
p .str{/*文字・大きく*/
	font-size:130%;
	font-weight:bold;
}
p .blue{/*文字・青色*/
	color:#005189;
}
p .yellow{/*文字・背景に黄色線*/
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.cont1bg {
	width: 100%;
	max-width: 1880px;
	min-width: 10px;
	height:1600px;
	background-image:url(../img/cont1bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:11;
}
.cont1p {/*移動する人物６人目*/
	width:28%;
	height:730px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-image:url(../img/cont1_people.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position:absolute;
	top:200px;
	right:50px;
	z-index:10;
}
@media screen and (max-width: 1600px) {
.cont1p {/*移動する人物６人目*/
	right:0;
	}
}
@media screen and (max-width: 1000px) {
.cont1p {/*移動する人物６人目*/
	width:25%;
	height:650px;
	}
}
@media screen and (max-width: 750px) {
.cont1 {
	margin: 10px auto 0;
}
.cont1bg,
.cont1p{
	display:none;
	}
.cont1tx{
	margin: 0 auto;
	padding:0;
	}
.cont1tx div.txt{
	margin: 20px auto;
	}
.cont1tx div.txt img.cont1_1{
	width: 80%;
	margin:0 0 20px 0;
	}
.cont1tx div.txt img.cont1_2{
	margin:0 0 20px 0;
	}
.cont1tx div.txt p{
	font-size: small;
	}
p .str{/*文字・大きく*/
	font-size: medium;
	}
}

h1{/* ~~ 特長前の見出し~~ */
	display:block;
	margin:80px auto 0;
	text-align:center;
	}
h1 span{
	display:block;
	margin:10px auto 0;
	text-align:center;
	font-size: small;
	font-weight:normal;
	color:#108ecf;
	}
@media screen and (max-width: 750px) {
h1{/* ~~ 特長前の見出し~~ */
	margin:50px auto 0;
	}
}

/* ~~ キャンパスの特長~~ */
.forte{
	background-image:url(../img/subtitle.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	margin: 40px auto 20px;
	width: 100%;
	height:114px;
	text-align:center;
	z-index:500;
	}
.forte img{
	display:inline-block;
	width: auto;
	height:51px;
	margin: 44px auto 0;
	padding:0 0 0 4px;
	}
.forte.title2_3{
	margin: 100px auto 20px;
	}
@media screen and (max-width: 750px) {
.forte.title2_3{
	margin: 30px auto 20px;
	}
}
	
/* ~~ index_コンテンツ2~~ */
.cont2 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:-30px auto 30px;
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-end;
}
.cont2 li{
	margin: 0 auto;
	}
.cont2 li img{
	display:inline-block;
	width:245px;
	height:257px;
	margin: 0 ;
	flex-grow: 0; 
	flex-shrink: 0;
	flex-basis: 245px;
	}
.cont2 li div{
	flex-grow: 2; 
	flex-shrink: 2;
	}
.cont2 li div h2{
	color:#005089;
	font-size:xx-large;
	}
.cont2 li div p{
	line-height:2;
	}
@media screen and (max-width: 1000px) {
.cont2 {
	margin:0 auto 0;
	align-items: flex-start;
	}
}
@media screen and (max-width: 750px) {
.cont2 {
	margin:0 auto 0;
	flex-direction:column; 
	justify-content:center;
	}
.cont2 li div{
	order: 2;
	}
.cont2 li div h2{
	font-size:x-large;
	}
.cont2 li div p{
	font-size: small;
	}
.cont2 li img{
	order: 1;
	margin: 0 auto 10px;
	}
}

/* ~~ index_コンテンツ3~~ */
h2.cont3_1{
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:0 auto 10px;
	color:#005089;
	font-size:xx-large;
	}
.cont3 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:0 auto 0;
	position:relative;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: flex-start;
}
.cont3 div p{
	line-height:2;
	}
.cont3 div:first-child{
	display: inline-block;
	flex-grow: 2; 
	flex-shrink: 2;
	}
.cont3 div.prof{
	flex-grow: 0; 
	flex-shrink: 0;
	background-image:url(../img/bg_yellow.gif);
	background-repeat:repeat;
	background-size:14px 14px;
	display: inline-flex;
	justify-content: space-between; 
	align-items: center;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	padding:30px; 
	margin:0 0 0 30px; 
	}
.cont3 div.prof img{
	width:140px;
	height:auto;
	margin:0 30px 0 0;
	}
.cont3 div.prof p{
	font-size:90%;
	line-height:1.8;
	margin:5px 0;
}
.cont3 div.prof h3{
	font-size:x-large;
	font-weight:normal;
	margin: 0;
	}
.cont3 div.prof hr {
	height: 0;
	margin: 10px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #b4b4b4;
}
h2.cont3v{/*動画すぐ上のタイトルバー*/
	display:block;
	width: 100%;
	max-width: 980px;
	min-width: 10px;
	margin:40px auto 50px;
	padding:10px 0;
	color:#fff;
	background-color:#62bde4;
	font-size:x-large;
	text-align:center;
    border-radius: 7px;        /* CSS3草案 */  
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
    -moz-border-radius:7px;   /* Firefox用 */
	}
.cont3_2{
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 80px auto 30px;
	display: flex;
	justify-content: space-between; 
	align-items: flex-start;
	}
.cont3_2 div{
	width:50%;
	flex-grow: 1; 
	flex-shrink: 1;
	}
.cont3_2 div.prog1{
	margin:0 30px 0 0;
	}
.cont3_2 div.prog2{
	margin:0 0 0 30px;
	text-align:center;
	}
.cont3_2 h4{
	background-image:url(../img/bluefk.gif);
	background-repeat:no-repeat;
	background-size:100% auto;
	color:#fff;
	text-align:center;
	font-size:x-large;
	padding:10px 0 40px;
	margin:0 auto 30px;
	width:100%;
	max-width:460px;
	}
.cont3_2 img.prog{
	width:100%;
	height:auto;
	-webkit-filter: drop-shadow(5px 3px 15px rgba(0,0,0,.2));
        filter: drop-shadow(5px 3px 15px rgba(0,0,0,.2));
	}
.cont3_2 ul{
	display:inline-block;
	margin:0 auto;
	}
.cont3_2 ul li{
	display:flex;
	justify-content: space-between; 
	align-items: center;
	text-align:left;
	margin:0 0 1em 0;
	}
.cont3_2 ul li img{
	flex-grow: 0; 
	flex-shrink: 0;
	width:84px;
	height:auto;
	margin:0 20px 0 0;
}
.cont3_2 ul li div{
	flex-grow:1; 
	flex-shrink: 1;
}
.cont3_2 ul li div h5{
	font-size:x-large;
	color:#005189;
	margin:0;
	text-align:left;
	}
.cont3_2 ul li div p{
	margin:0;
	line-height:1.5;
	text-align:left;
	}
.cont3_3{
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 50px auto 30px;
	text-align:center;
	}
@media screen and (max-width: 1000px) {
.cont3 {
	flex-direction:column; 
	justify-content:center;
	}
.cont3 div.prof{
	margin:0 auto; 
	}
}
@media screen and (max-width: 900px) {
.cont3_2 h4{
	padding:5px 0 25px;
	margin:0 auto 20px;
	}
}
@media screen and (max-width: 750px) {
h2.cont3_1{
	font-size:x-large;
	}
.cont3 div p{
	font-size: small;
	}
.cont3 div.prof{
	font-size: small;
	padding:15px; 
	margin:0 auto; 
	}
.cont3 div.prof img{
	margin:0 15px 0 0;
	}
.cont3 div.prof p{
	margin:0;
}
.cont3 div.prof h3{
	font-size:large;
	}
.cont3 div.prof hr {
	margin: 5px 0;
}
.cont3_2{
	margin: 30px auto 30px;
	flex-direction: column; 
	justify-content:center;
	}
.cont3_2 div{
	width:100%;
	}
.cont3_2 div.prog1{
	margin:0 0 30px 0;
	}
.cont3_2 div.prog2{
	margin:0;
	}
.cont3_2 h4{
	padding:10px 0 40px;
	margin:0 auto 10px;
	}
.cont3_2 ul li{
	align-items: flex-start;
	}
.cont3_3{
	margin: 0 auto 30px;
	}
}
@media screen and (max-width: 460px) {
.cont3_2 h4{
	padding:5px 0 25px;
	margin:0 auto 10px;
	}
.cont3_2 ul li div h5{
	font-size:large;
	}
}
	
/* ~~ index_コンテンツ4~~ */
.cont4 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:0 auto 0;
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
}
.cont4 img{
	display:inline-block;
	width:248px;
	height:281px;
	margin: 0 0 0 20px;
	flex-grow: 0; 
	flex-shrink: 0;
	flex-basis: 248px;
	}
.cont4 div{
	flex-grow: 2; 
	flex-shrink: 2;
	}
.cont4 div h2{
	color:#005089;
	font-size:xx-large;
	}
.cont4 div p{
	line-height:2;
	}
.cont4_1 {
	width: 80%;
	max-width: 890px;
	min-width: 10px;
	margin:50px auto 50px;
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
}
.cont4_1 p{
	flex-grow: 2; 
	flex-shrink: 2;
	flex-basis: auto;
	display:inline-block;
	margin:0 320px 0 20px;
	}
.cont4_1 img.icon{
	width: 90px;
	height:90px;
	flex-grow: 0; 
	flex-shrink: 0;
	position:relative;
	}
.cont4_1 div:last-child{
	flex-grow: 0; 
	flex-shrink: 0;
	position:absolute;
	bottom:-50px;
	right:0;
	text-align:right;
	}
.cont4_1 div:last-child img{
	width: 100%;
	max-width:296px;
	height:auto;
	}
.cont4_2 {
	width: 86%;
	max-width: 920px;
	min-width: 10px;
	margin:60px auto 0;
	padding:10px 2% 0 2%;
	position:relative;
	text-align:center;
	
	border:2px solid #108ecf;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: flex-start;
}
.cont4_2 div.title{
	position:absolute;
	top:-20px;
	display:block;
	width:100%;
	flex: 0 1 100%;
	}
.cont4_2 div:first-child h3{
	display:inline-block;
	padding: 0 20px;
	font-size:x-large;
	color:#005189;
	background-color:#fff;
}
.cont4_2 div:not(:first-child){
	flex: 0 1 21%;
	margin:2%;
	}
.cont4_2 div:not(:first-child) img{
	display:block;
	margin:0 auto;
	width: 100%;
	max-width: 202px;
	height:auto;
}
@media screen and (max-width: 1000px) {
.cont4_1 {
	margin:30px auto 50px;
}
.cont4_1 div:last-child{
	bottom:-30px;
	}
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 750px) {
.cont4 {
	flex-direction:column; 
	justify-content:center;
	}
.cont4 div h2{
	font-size:x-large;
	}
.cont4 div p{
	font-size: small;
	}
.cont4 img{
	margin: 0 auto 10px;
	}
.cont4_1 {
	width:90%;
	max-width:400px;
	flex-wrap: wrap; 
	margin:30px auto 30px;
	}
.cont4_1 p{
	margin:0 ;
	width: auto;
	 order: 3;
	}
.cont4_1 img.icon{
	position:absolute;
	top:0;
	left:0;
	 order: 2;
	}
.cont4_1 div:last-child{
	width: 100%;
	flex-grow: 0; 
	flex-shrink: 0;
	position: relative;
	bottom:0;
	 order: 1;
	}
.cont4_1 div:last-child img{
	width: 80%;
	}
.cont4_2 {
	margin:40px auto 0;
}
.cont4_2 div:not(:first-child){
	flex: 0 1 46%;
	font-size:small;
	}
}

/* ~~ index_コンテンツ黄色枠~~ */
.cont_y{/*デフォルト*/
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:30px auto;
	background-image:url(../img/bg_yellow.gif);
	background-repeat:repeat;
	background-size:14px 14px;
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	}
.cont_y p{
	line-height:1.8;
	}
.cont_y .cont_y2{
	padding:50px;
	}
.cont_y h4{
	font-size:x-large;
	color:#005189;
}
@media screen and (max-width: 750px) {
.cont_y p{
	font-size:small;
	}
.cont_y .cont_y2{
	padding:20px;
	}
}

/*学校概要*/
.cont_y h3{
	font-size:x-large;
	position:relative;
	display:block;
    background: url(../img/logo_kamimura.gif) no-repeat;
	background-size:53px 80px;
	height:80px;
	padding-left:70px;
	line-height:80px;
}
.cont_school{
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
	align-content: flex-start; 
	}
.cont_school div.photo{
	flex-grow: 0; 
	flex-shrink: 0;
	display:inline-block;
	margin:0 0 0 50px;
	}
.cont_school div.photo img{
	width: 420px;
	max-width:420px;
	height:auto;
	max-height:440px;
	object-fit: scale-down;
	}
.cont_school div{
	flex-grow:2; 
	flex-shrink: 2;
	}
.cont_school div div.list{
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
	align-content: flex-start; 
	}
.cont_school div div.list p{
	display:inline-block;
	margin:0;
	}
.cont_school div div.list p:nth-child(1){
	flex-grow:0; 
	flex-shrink: 0;
	width:80px;
	}
.cont_school div div.list p:nth-child(2){
	flex-grow:0; 
	flex-shrink: 0;
	width:20px;
	}
.cont_school div div.list p:nth-child(3){
	flex-grow:2; 
	flex-shrink: 2;
	}
@media screen and (max-width:1000px) {
.cont_school{
	flex-direction: column; 
	}
.cont_school div.photo{
	 order: 1;
	margin:0 auto 20px;
	flex-grow: 0; 
	flex-shrink: 1;
	}
.cont_school div.photo img{
	width: 100%;
	}
.cont_school div{
	 order: 2;
	}
}
@media screen and (max-width: 500px) {
.cont_y h3{
	font-size:large;
	padding-left:60px;
	line-height:80px;
}
.cont_y .cont_y2{
	}
.cont_school img{
	margin:0 auto 0;
	}
.cont_school div div.list p:nth-child(1){
	width:60px;
	}
}

/*セミナーのご案内*/
.cont_y h4{
	font-size:x-large;
	color:#005189;
	margin:0 0 0.5em 0;
}
.cont_y .semi{
	text-align:center;
	}
@media screen and (max-width: 750px) {
.cont_y h4{
	font-size:large;
	}
}

/*飯田橋教室*/
.cont_room{
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
	align-content: flex-start;
	position:relative;
	}
.cont_room img.icon{
	width:100px;
	height:100px;
	position:absolute;
	top:0;
	left:60px;
	-webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,.3));
        filter: drop-shadow(0 2px 10px rgba(0,0,0,.3));
	}
.cont_room div.room{
	flex: 0 0 360px;
	width: 100%;
	max-width: 360px;
	}
.cont_room div.room img{
	width:100%;
	max-width: 360px;
	height:auto;
	margin:0 auto;
	object-fit: contain;
	}
.cont_room p{
	display:inline-block;
	margin:0 0 0 50px;
}
@media screen and (max-width: 1000px) {
.cont_room{
	flex-direction: column;
	flex-wrap: wrap;  
	}
.cont_room div.room{
	flex: 0 0 auto;
	max-width: 720px;
	}
.cont_room div.room img{
	max-width: 720px;
	}
.cont_room p{
	margin:20px 0 0 0;
}
}
@media screen and (max-width: 750px) {
.cont_room img.icon{
	top:-30px;
	left:30px;
}
.cont_room p{
	margin:10px 0 0 0;
}
}
/* ~~ index_コンテンツ5_アクセス~~ */
.cont5{
	width: 100%;
	margin:100px auto;
	padding:60px 0 0;
	background: -moz-linear-gradient(top, #ade2f1, #f0fafc);
	background: -webkit-linear-gradient(top, #ade2f1, #f0fafc);
	background: linear-gradient(to bottom, #ade2f1, #f0fafc);
	}
.cont5_1 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	margin:0 auto;
	padding:0 0 60px;
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
	color:#282828;
}
.cont5_1 h2{
	font-size:xx-large;
	margin:0 0 0.3em 0;
	}
.cont5_1 h2 + span{
	font-size:small;
	color:#108ecf;
	display:block;
	margin:0 0 20px 0;
	}
.cont5tx{
	flex: 0 0 280px;
	text-align:center;
	margin: 0 auto 0 0;
	}
.cont5map{/* ~~ googlemapサイズ枠pc ~~ */
	flex-grow: 2;
	flex-shrink: 2;
	width: 100%;
	max-width: 620px;
	min-width: 50px;
	height: 470px;
	margin: 0;
	display: inline-block;
}
@media screen and (max-width: 750px) {
.cont5{
	margin:30px auto 60px;
	padding:30px 0 0;
}
.cont5_1 {
	margin:0 auto;
	padding:0 0 30px;
	flex-direction: column; 
}
.cont5tx{
	flex: 1 1 100%;
	margin: 0 auto;
	}
.cont5map{/* ~~ googlemapサイズ枠pc ~~ */
	height: 300px;
	margin: 0;
	}
}
/*移動する人物*/
.access-in {/* フェードイン通常 */
    opacity : 0.0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
    transition : all 500ms;
	position:absolute;
	bottom:-10px;
	left:-100px;
	width:163px;
	height:153px;
}
.access_walk{
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
    opacity : 1;
	}
@media screen and (max-width: 750px) {
.access-in {/* フェードイン通常 */
	display:none;
	}
}

/*ページ：入学のご案内*/
.cont_adm{
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
}
.cont_adm div{
	flex: 1 1 48%;
	width:48%;
	}
.cont_adm div:first-child{
	margin:0 3% 0 0;
	}
.cont_adm div:last-child{
	margin:0 0 0 3%;
	}
.cont_adm h2,
.cont_adm2 h2{
	display:block;
	font-size:x-large;
	color:#005189;
	background-image:url(../img/line.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:auto 7px;
	margin:0 0 0.5em 0;
	padding:0 0 1em 0;
	width:100%;
	}
.cont_adm p.sub{
	display:inline-block;
	color:#000;
	margin:0;
	}
.cont_adm p.sub span{
	font-size:xx-large;
	font-weight: bold;
	color:#fc7d89;
	vertical-align: -5px;
	}
.admi_seiq{/*黄色枠・資料請求*/
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: center;
	}
.admi_seiq div.tel{
	flex-grow: 0;
	flex-shrink: 0; 
	margin:0 20px 0 0;
	display:inline-flex;
	justify-content:flex-start;
	align-items: center;
	}
.admi_seiq div.tel span{
	flex-grow: 0;
	flex-shrink: 0; 
	display:inline-block;
	align-items: center;
	border:1px solid #282828;
	padding:5px;
	margin:0 20px 0 0;
	text-align:center;
	font-size:small;
	}
.admi_seiq div.tel img{
	width:100%;
	max-width:363px;
	height:auto;
	}
.admi_seiq .admi{
	flex-grow: 1;
	flex-shrink: 1; 
	}
.cont_adm2{
	position:relative;
	display: flex;
	flex-direction: column; 
	justify-content: center; 
	align-items: center;
	text-align:center;
	padding: 30px 0;
}
@media screen and (max-width: 1000px) {
.admi_seiq{
	flex-direction: column; 
	}
.admi_seiq div.tel{
	margin:0 0 20px 0;
	}
}
@media screen and (max-width: 750px) {
.cont_adm{
	flex-direction: column; 
	}
.cont_adm div{
	flex: 2 2 100%;
	width:100%;
	}
.cont_adm div:first-child{
	margin:0 0 20px 0;
	}
.cont_adm div:last-child{
	margin:0 0 0 0;
	}
.admi_seiq div.tel{
	margin:0 0 10px 0;
	}
.admi_seiq div.tel span{
	margin:0 10px 0 0;
	font-size:x-small;
	}
.cont_adm2{
	padding: 10px 0;
}
}

/*ページ：セミナー*/
.cont_sem{
	}
.cont_sem.center{
	text-align:center;
	}
.cont_sem h2{
	font-size:180%;
	color:#005189;
	display: flex;
	align-items: center;
}
.cont_sem h2:before, .cont_sem h2:after {
	content: "";
	flex-grow: 1;
	height: 7px;
	display: block;
}
.cont_sem h2:before {
	background-image:url(../img/line.gif);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:auto 7px;
	margin-right: .4em;
}
.cont_sem h2:after {
	background-image:url(../img/line.gif);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:auto 7px;
	margin-left: .4em;
}
.cont_sem.vid{
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 30px auto 100px;
	position:relative;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: center;
	}
.cont_sem.vid div{
	position:relative;
	flex: 1 1 48%;
	width:48%;
	}
.cont_sem.vid div:first-child{
	margin:0 3% 0 0;
	}
.cont_sem.vid div:last-child{
	margin:0 0 0 3%;
	}
.cont_sem.vid div img{
	display:inline-block;
	width:100%;
	max-width:480px;
	height:auto;
	margin:0 auto;
}
.cont_sem.vid div span{
	position:relative;
	display:inline-block;
	width:100%;
	max-width:480px;
	margin:0 auto;
	transition:0.5s;
}
.cont_sem.vid div span:hover{
	opacity: 0.5;
}
.cont_sem.vid div img.play{/*サムネイル再生ボタン*/
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	margin:0 auto;
	}
.cont_sem .tab{
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: flex-start;
	}
.cont_sem .tab .txt{
	flex: 1 1 70%;
	width:70%;
	}
.cont_sem .tab .txt div.table{
	width:100%;
	display: flex;
	flex-direction: row; 
	justify-content:space-between;
	align-items: stretch;
	border-bottom:1px solid #dcdcdc;
	margin:0;
	}
.cont_sem .tab .txt div.table:first-child{
	border-top:1px solid #dcdcdc;
	}
.cont_sem .tab .txt div.table div{
	display:inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	height:auto;
	min-height:40px;
	padding:10px 0;
	}
.cont_sem .tab .txt div.table div:nth-child(odd){
	background-color:#ebf8fb;
	color:#005189;
	width:auto;
	min-width:140px;
	}
.cont_sem .tab .txt div.table div p,
.cont_sem .tab .txt div.table div span{
	vertical-align:middle;
	line-height:1.8;
	display:inline-block;
	margin:auto auto auto 20px;
	}
.cont_sem .tab .txt div.table div p.marker{
    padding-left: 1em;
    line-height: 1.8;
	display:block;
	position:relative;
	}
.cont_sem .tab .txt div.table div p.marker::before {
    content: "・";
	display: inline-block;
    margin-left: -1em;
    width: 1em;
    text-align: center;
}
.cont_sem .tab .txt div.table div:nth-child(even){
	margin:auto auto auto 0;
	}
.cont_sem .tab .txt div.table p span{
	display:inline-block;
	}
.cont_sem .tab .txt div.table p span.bold{
	font-size:x-large;
	font-weight:bold;
	margin:0;
	line-height:1.5;
	}
.cont_sem .tab .txt div.table p span.red{
	color:#fc7d89;
	}
.cont_sem .tab .txt div.table a{
	color:#108ecf;
	}
.cont_sem .tab .txt div.table a:hover{
	text-decoration:underline;
	}
.cont_sem .tab .pdf{
	flex: 0 0 28%;
	text-align:center;
	margin:0 0 0 2%;
	}
.cont_sem .tab .pdf img{
	display:block;
	text-align:center;
	margin:auto;
	width:100%;
	max-width:280px;
	height:auto;
	border:1px solid #dcdcdc;
	}
.cont_sem .tab .pdf a{
	color:#108ecf;
	background-color:#fff;
	}
.cont_sem .tab .pdf a{
	display: inline-block;
	position:relative;
	margin:10px auto;
	padding:10px 40px 10px 50px;
	background-color:#fff;
	color:#00a0e9;
	text-decoration:none;
	}
.cont_sem .tab .pdf a img{
	width:24px;
	height:32px;
	}
.cont_sem .tab .pdf a:hover,
.cont_sem .tab .pdf a:active,
.cont_sem .tab .pdf a:focus{
	background-color:#00a0e9;
	color:#fff;
	}
.cont_sem .tab .pdf a::after{
	content: '';
	position:absolute;
	z-index:2;
	display:inline-block;
	top: 6px;
	left: 6px;
	width: 24px;
	height: 32px;
	background:url(../img/semi_dl.png) left center no-repeat;
	background-size:24px 32px;
	}
.cont_sem .tab .pdf a:hover::after,
.cont_sem .tab .pdf a:active::after,
.cont_sem .tab .pdf a:focus::after{
	background:url(../img/semi_dlw.png) left center no-repeat;
	background-size:24px 32px;
	}
@media screen and (max-width: 750px) {
.cont_sem.vid{
	flex-direction: column; 
	margin:30px auto 50px;
	}
.cont_sem.vid div{
	flex: 2 2 100%;
	width:100%;
	}
.cont_sem.vid div:first-child{
	margin:0 0 20px 0;
	}
.cont_sem.vid div:last-child{
	margin:0 0 0 0;
	}
.cont_sem .tab{
	flex-direction: column; 
	}
.cont_sem .tab .txt{
	flex: 1 1 100%;
	width:100%;
	order: 2;
	}
.cont_sem .tab .pdf{
	flex: 1 1 100%;
	width:100%;
	margin:0;
	order: 1;
	}
div.table{
	flex-wrap: wrap;
	}
.cont_sem .tab .txt div.table div{
	}
.cont_sem .tab .txt div.table div:nth-child(odd){
	font-size:small;
	flex: 1 1 30%;
	min-width:50px;
}
.cont_sem .tab .txt div.table div:nth-child(even){
	flex: 1 1 70%;
	}
.cont_sem .tab .txt div.table div:nth-child(3),
.cont_sem .tab .txt div.table div:nth-child(4){
	border-top:1px solid #dcdcdc;
	}
.cont_sem .tab .txt div.table div p,
.cont_sem .tab .txt div.table div span{
	margin:auto auto auto 10px;
	}
.cont_sem .tab .txt div.table p span.bold{
	font-size:large;
	}
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 0 auto;
}
.container1 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 30px auto;
}
.container2 {
	width: 90%;
	max-width: 980px;
	min-width: 10px;
	background-color: #FFF;
	margin: 100px auto;
}
.content {
	padding: 0px;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
@media screen and (max-width: 750px) {
.container2 {
	margin: 50px auto;
}
}


/* PCのみ・SPのみ表示 */
.mpc,
.mpc480 {
	display: inline;
	}
.msp750,
.msp540,
.msp480,
.msp360 {
	display: none;
	}
@media screen and (max-width: 750px) {
.mpc {
	display: none;
	}
.msp750 {
	display: inline;
	}
}
@media screen and (max-width: 540px) {
.msp540 {
	display: inline;
	}
}
@media screen and (max-width: 480px) {
.mpc480 {
	display: none;
	}
.msp480 {
	display: inline;
	}
}
@media screen and (max-width: 360px) {
.msp360 {
	display: inline;
	}
}


/* ~~ フェードイン ~~ */
.fade-in {/* フェードイン通常 */
    opacity : 0.0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
    transition : all 500ms;
}
.fade-in2 {/* フェードイン2 */
    opacity : 0.0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
    transition : all 500ms;
}
.fade-up,
.fade-up2,
.fade-left,
.fade-right{/* フェードイン横から */
    opacity : 0;
  transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: transform 0.8s;
  -moz-transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
  -o-transition: transform 0.8s;
    transition : all 500ms;
}
.fade-left2{/* フェードイン横から */
    opacity : 1;
  transition: transform 3s;
  -moz-transition: transform 3s;
  -webkit-transition: transform 3s;
  -o-transition: transform 3s;
    transition : all 3s;
    animation-iteration-count: 1;
}
.fade-up,.fade-up2{
	transform:translateY(50px);
    -webkit-transform:translateY(50px); 
    -moz-transform:translateY(50px);
    -ms-transform:translateY(50px);
	}
.fade-up2{
    opacity : 0;
	transition:.5s;
	transition-delay: .5s;
    animation-name: fadeup;
	animation-duration: 2s;
	animation-delay:.5s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
	}
.scrollin{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    opacity : 1;
	}
.scrollin2{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    opacity : 1;
	}
.scrollin3{
    opacity : 1;
	}
.scrollin4{
    animation: 0.5s linear 0s 1 none;
    -webkit-animation: 0.5s linear 0s 1 none;
    opacity : 1;
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fadein_area ul li{
	display:none
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}