@charset "utf-8";
/* CSS Document */

#edit-area .box-1 {
	background-color: #00A0E8;
	padding: 10px 0px;
}

/*トップイメージ画像*/
@media screen and (min-width:769px) {
    .bgimg-top{
        background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc/top_bg_img1.jpg) no-repeat  center center;
        background-size: cover;
    }
}
@media screen and (max-width:768px) {
    .bgimg-top{
        background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc/top_bg_img2.jpg) no-repeat  center center;
        background-size: cover;
    }
}
/*トップイメージ画像7月用*/
@media screen and (min-width:769px) {
    .bgimg-top2{
        background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc/top_bg_img3.jpg) no-repeat  center center;
        background-size: cover;
    }
}
@media screen and (max-width:768px) {
    .bgimg-top2{
        background: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc/top_bg_img4.jpg) no-repeat  center center;
        background-size: cover;
    }
}

/* 開催日　PC */
@media screen and (min-width:769px) {
	#edit-area .flexible-01 {
		flex-wrap: row;
		display: flex;
		justify-content: space-around;
		margin: 0px 0px;
		padding: 0 0px 0 0px;
	}		
}

/* 開催日　TB */
@media screen and (max-width:768px) {
	#edit-area .flexible-01 {
		flex-wrap: row;
		display: flex;
		justify-content: space-around;
		margin: 0px 0px;
		padding: 0 50px;
	}
	#edit-area .flexible-01 img {
		height: 80px;
		width: auto;
	}
}

/* 開催日　SP */
@media screen and (max-width:414px) {
	#edit-area .flexible-01 {
		flex-wrap: row;
		display: flex;
		justify-content: space-around;
		margin: 0px 0px;
		padding: 0;
	}
	#edit-area .flexible-01 img {
		height: 55px;
		width: auto;
	}
}

/* タイトル01　PC */
@media screen and (min-width:769px) {

	#edit-area .ttl-01 {
		background-image: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc2020/ttl_01_bg.png);
		background-repeat: no-repeat;
		background-size:contain;
		width: auto;
		height: 100px;
		margin: 0 0 20px 0;
		padding: 30px 0px 20px 90px;
		font-size: 171%;
		color: #FFFFFF;
	}
}

/* タイトル01 SP */
@media screen and (max-width:768px) {

	#edit-area .ttl-01 {
		background-image: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc2020/ttl_01_bg.png);
		background-repeat: no-repeat;
		background-size:contain;
		width: auto;
		height: 60px;
		margin: 0 0 15px 0;
		padding: 10px 0px 0px 35px;
		font-size: 100%;
		color: #FFFFFF;
	}
}

/* スケジュール　テーブル*/
#edit-area .style-01 {
	margin-left: auto;
	margin-right: auto;
}
#edit-area .style-01.left {
	margin-left: 0;
	margin-right: 0;
}
#edit-area .style-01 caption {
	padding-top: 3px;
	caption-side: bottom;
}
#edit-area .w100 { width: 100%;}
#edit-area .w90 { width: 90%;}
#edit-area [class*="style-"].pv20 th,
#edit-area [class*="style-"].pv20 td { padding: 10px 20px;}
#edit-area [class*="style-"].pv10 th,
#edit-area [class*="style-"].pv10 td { padding: 10px 10px;}
#edit-area [class*="style-"].pv0520 th,
#edit-area [class*="style-"].pv0520 td { padding: 5px 20px;}

#edit-area .style-01 th,
#edit-area .style-01 thead td {
	padding: 5px;
	color: #fff;
	font-weight: normal;
	border: 1px #ddd solid;
}
#edit-area .style-01 thead th,
#edit-area .style-01 thead td {
	background: #2f91bd;
}
#edit-area .style-01 tbody th {
	background: #009ade;
}
#edit-area .style-01 td {
	padding: 5px;
	border: 1px #ddd solid;
}

/* 体験授業 PC */
@media screen and (min-width:769px) {

	#edit-area .taiken-01 {
		background-image: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc2020/taiken_05.png);
		position: relative;
		background-repeat: no-repeat;
		background-size:cover;
		margin-top: 0px;
		height: 92px;
		width: 100%;
		padding: 10px;
	}
}
	
/* 体験授業 SP */
@media screen and (max-width:768px) {

	#edit-area .taiken-01 {
		background-image: url(https://www.umds.ac.jp/wp-content/themes/umds/imgs/oc2020/taiken_05.png);
		position: relative;
		background-repeat: no-repeat;
		background-size:cover;
		width: auto;
		padding: 10px;
	}
}

/* 体験授業 共通 */
.taiken-02 {
	background-color: #FFFAB4;
	border: solid 1px #F59600;
	height: 385px;
	width: auto;
	padding: 10px;
	
}

/* ボタン 共通 */

.fadein {
	transform: translateY(30px);
	transition: 1s;
	text-align: center;
}

.fadein a {
	text-decoration: none;
	transition: .3s;
}

@keyframes anime02 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/* ボタン PC */
@media screen and (min-width:769px) {
	.btn-center {
		line-height:100px;
		text-align: center;
		width: 100%;
		background: #FFDE00;
		border-radius: 40px;
		animation: anime02 3s infinite;
		color: #000;
	}

	.btn-center:hover {
		opacity: 0.5;
		transition: .3s;
	}

	.btn-center a:hover {
		opacity: 0.8;
		color: #000;
	}

	a.anime02,
	span.anime02 {
		display: inline-block;
		padding: 10px;
		vertical-align: middle;	
		line-height: normal;
		font-size: 17px;
		color: #000;
	}
}

/* ボタン SP */
@media screen and (max-width:768px) {
	.btn-center {
		line-height:auto;
		text-align: center;
		width: 100%;
		background: #FFDE00;
		border-radius: 40px;
		animation: anime02 3s infinite;
		color: #000;
	}
	a.anime02,
	span.anime02 {
		display: inline-block;
		padding: 10px;
		vertical-align: middle;	
		line-height: normal;
		font-size: 15px;
		color: #000;
	}
}

/* ボタン2 PC */
@media screen and (min-width:769px) {
	.btn2-center {
		line-height:auto;
        font-size: 16px;
		text-align: center;
		width: 100%;
		background-color: #fff;
        border: #00A0E8 solid 1px;
        color: #000 !important;
        text-decoration: none !important;
	}

	.btn2-center:hover {
        background-color: #fff;
        border: #F59600 solid 1px;
        text-decoration: none !important;
        color: #000 !important;
        transition: .3s;
	}
    
	.btn2-center a:hover {
		color: #000 !important;
        text-decoration: none !important;
        transition: .3s;
	}

	/* a.anime02,
		span.anime02 {
		display: inline-block;
		padding: 10px;
		vertical-align: middle;	
		line-height: normal;
		font-size: 17px;
		color: #00A0E8;
	}*/
}

/* ボタン2 SP */
@media screen and (max-width:768px) {
	.btn2-center {
		line-height:auto;
		text-align: center;
		width: 100%;
        border: #00A0E8 solid 1px;
        color: #000;
        text-decoration: none !important;
    }
}

/* 直接大学にて開催ボタン */

@media screen and (min-width:769px) {
	
	.btn-deco_03.at_university {
		width: 480px;
	
	}
}



/* 入試相談会申込ボタン */
.btn-deco_01.nyushisoudan_btn {
	border-radius: 1.5em;
}

@media screen and (min-width:769px) {
	
	.btn-deco_01.nyushisoudan_btn {
		width: 600px;
		font-size: 157.1%;
	}
}


/*カウントダウン　PC*/
@media screen and (min-width:769px) {
	.yycountdown-box{
	  text-align:center;
	  padding: 0px;
	  margin: 0;
      background-color: #e5f5fd;
	  color:#000000;
      font-size: 140%;
	  width: 100%;
	}

	#timer-oc {
		padding: 0px;
		margin: 0px;
	}

	#timer-oc .yycountdown-box .yyc-day{
	  font-size:50px;
	  font-weight: 600;
	  color:#00a0e8;
	}
	#timer-oc .yycountdown-box .yyc-hou{
	  font-size:50px;
	  font-weight: 600;
	  color:#F59600;
	}
	#timer-oc .yycountdown-box .yyc-min{
	  font-size:50px;
	  font-weight: 600;
	  color:#009F3D;
	}
	#timer-oc .yycountdown-box .yyc-sec{
	  font-size:50px;
	  font-weight: 600;
	  color:#FFDE00;
	}

	#timer-oc .yycountdown-box .yyc-day-text,
	#timer-oc .yycountdown-box .yyc-hou-text,
	#timer-oc .yycountdown-box .yyc-min-text,
	#timer-oc .yycountdown-box .yyc-sec-text{
	  font-size:20px;
	  font-weight: 500;
	  margin: 0px 5px;
	}
}

/*タブ切り替え*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 20px;
  background-color: #fff;
  border: none;
  width: 100%;
  margin: 0 auto;}

/*2タブのスタイル*/
.tab2_item {
  width: calc(100%/2);
  height: 50px;
  /*border-bottom: 1px solid #ddd;*/
  background-color: #ccc;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #585858;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 15px 15px 0px 0px;
}
.tab2_item:hover {
  opacity: 0.75;
}

/*2タブ　ラジオボタンを全て消す*/
input[name="tab2_item"] {
  display: none;
}

/*2タブ　タブ切り替えの中身のスタイル*/
.tab2_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

/*2タブ　選択されているタブのコンテンツのみを表示*/
#twoa:checked ~ #twoa_content,
#twob:checked ~ #twob_content,
#twoc:checked ~ #twoc_content {
  display: block;
}

/*2タブ　選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab2_item {
  background-color: #009ade;
  color: #fff;
}



/*カウントダウン　SP*/
@media screen and (max-width:768px) {
	.yycountdown-box{
	  text-align:center;
	  padding: 0px;
	  margin: 0;
	  color:#000000;
	  width: 100%;
	}

	#timer-oc {
		padding: 0px;
		margin: 0px;
	}

	#timer-oc .yycountdown-box .yyc-day{
	  font-size:24px;
	  color:#00a0e8;
	}
	#timer-oc .yycountdown-box .yyc-hou{
	  font-size:24px;
	  color:#F59600;
	}
	#timer-oc .yycountdown-box .yyc-min{
	  font-size:24px;
	  color:#009F3D;
	}
	#timer-oc .yycountdown-box .yyc-sec{
	  font-size:24px;
	  color:#FFDE00;
	}

	#timer-oc .yycountdown-box .yyc-day-text,
	#timer-oc .yycountdown-box .yyc-hou-text,
	#timer-oc .yycountdown-box .yyc-min-text,
	#timer-oc .yycountdown-box .yyc-sec-text{
	  font-size:16px;
	  margin: 0px 2px;
	}
}
