/*
Theme Name: Office of Educational Cloud
Theme URI: 
Description: 
Author: Apricot
Author URI: https://costcut.co.jp/
Version: 14.11.4
Requires at least: 5.3
Tested up to: 5.8.1
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

*/


/* コピーライト */
.site-footer-copyright{
text-align:center; 
	margin-top:-10px;
	padding-bottom:20px;
	color:#999999;
}

/* セクション設定 */
.ul1 {
 background-color: #f0f8ff;
}
.ul1_w {
 max-width:900px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:30px;
}
.ul1_w ul{
	padding-right:20px;
}
.ul2 {
 background-color: #F9F9F9;
}
.ul3 {
 background-color: #f0f8ff;
	width:100%;
	padding: 30px;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
.section {
	padding: 0 20px;
}
.ul3 {
	padding: 20px 0;
}
}

/* トップメニュー */
#menu-globalnavi li{
	padding:0 0px;
}
/* ページタイトル */
.entry-title--post-type--page, h2 {
 padding:.5em 0;
 border-bottom:solid 1px #33ccff;
 border-top:0;
}
.ul1_w h2{
	padding:.5em 0;
	border-bottom:solid 1px #33ccff;
	border-top:0;
	text-align:center;
	font-family:sans-serif;
	color:gray;
}

.group2 h2{
	text-align:center;
	margin: 30px auto;
	font-size:24px;
	letter-spacing:1px;
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	max-width:800px;
	width:90%;
	color:#999;
}
.ul1_w h2{
	text-align:center;
	margin: 30px auto;
	font-size:24px;
	letter-spacing:3px;
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	width:90%;
	max-width:900px;
	color:#999;
}

.sub_ti{
	padding:.5em 0;
	text-align:center;
	background-color:#eee;
}
.sub_ti h2{
	text-align:center;
	margin: 24px auto;
	font-size:30px;
	letter-spacing:3px;
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	max-width:1140px;
	width:90%;
	color:#666;
}

/* ul関連 */
.ul_sub li{
	margin-bottom:15px;
}
.li_sub{
	font-size:16px;
	color: #1173BB;
}



/* ボタン設定 */
.btn1 {
  margin: 5px 0;
  position: relative;
  padding: 1rem 5rem 1rem 2rem;
  background-color: #33ccff;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #33ccff;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
}
.btn1 span .sp1{
	font-size:20px;
}
.btn1 span .sp2{
	font-size:14px;
}
.btn1:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn1:hover {
  background: #fff;
  color: #33ccff;
}
.btn1:hover:after {
  right: 1.4rem;
}
.btn1_r{
	text-align:center;
}


/* Webフォントの指定 */
.webfont {
    font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);         /* シャギーを防ぐ指定 */
}
.top-summary{
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	font-size:14px;
	padding:15px 20px;
}
.section{
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	font-size:14px;
	margin-bottom:70px;
}
.section2{
	font-family: 'M PLUS Rounded 1c';   
    transform: rotate(0.03deg);
	font-size:14px;
	margin: 0 auto 60px auto;
	max-width:900px;
}
.section2 p{
	margin: 0 20px;
}
.section h3 , .section2 h3{
	margin-bottom:50px;
}
.section a[href^="http"]:after,
.section a[href^="//"]:after {
	padding:0 3px ;
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
.section a[href^="http://xb571088.xbiz.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
.section2 a[href^="http"]:after,
.section2 a[href^="//"]:after {
	padding:0 3px ;
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}
.section2 a[href^="http://xb571088.xbiz.jp/"]:after {
  margin: inherit;
  font-family: inherit;
  content: '';
  font-weight: inherit;
}
.ch1{
	color:#CA3538;
	font-size:16px;
	font-weight:bold;
}

.section a, .section2 a{
	text-decoration: underline #1173BB;
}
.section2 a:hover, .section a:hover{
	text-decoration: underline #1173BB;
}


/* footer3カラムの指定 */
.flexbox{
	width: 90%;
	max-width:1140px;
	margin:0 auto;
	padding-top:20px;
}
.flex_left{
	width: 100%;
	padding:30px 20px 0 20px;
}
.flex_left p{
	line-height:22px;
	font-size:13px;
}
.flex_left img{
	padding-bottom:30px;
}
.flex_center{
	width: 100%;
	padding:20px 20px 0 20px;
}
.flex_right{
	width: 100%;
	padding:20px 20px 40px 20px;
}
/*  footer3カラム　PC向けのスタイル：1024px以上 */
@media only screen and (min-width: 1024px){
.flexbox{
	display: flex;
}
.flex_left{
	width: 33%;
}
.flex_center{
	width: 34%;
}
.flex_right{
	width: 33%;
	padding:20px;
}
}


/* お知らせ部分のデザイン */
li.li1 {
	list-style: none;
	text-align: left;
}
.li1 hr{
	border-width: 1px 0 0 0; /* 太さ */
	border-style: solid; /* 種類 */
	border-color: #999999;
	margin:10px 0;
}
li.class_uncategorized {
 color: white;
 background: #c0c0c0;
 padding: 0 10px;
 display: inline-block;
 border-radius: 5px;
	margin-right: 5px;
}

li.class_manaba {
 background-color: #00ff7f;
 display: inline-block;
 padding: 0 10px;
 border-radius: 5px;
 color: white;
	margin-right: 5px;
}

li.class_info {
 background-color: #da70d6;
 display: inline-block;
 padding: 0 10px;
 border-radius: 5px;
 margin-right:5px;
 color: white;
}

li.class_whatsnew {
 background-color: #ffd700;
 display: inline-block;    padding: 1px 10px;
 border-radius: 5px;
 color: white;
	margin-right: 5px;
}

li.class_\%e6\%9c\%aa\%e5\%88\%86\%e9\%a1\%9e {
 background-color: red;
 display: inline-block;
 padding: 1px 10px;
 border-radius: 5px;
 color: white;
	margin-right: 5px;
}

li.class_important {
 color: white;
 background: #c0c0c0;
 padding: 0 10px;
 display: inline-block;
 border-radius: 5px;
	margin-right: 5px;
}

li.class_remote-automatic {
	color: white;
	background: #7089d9;
	padding: 0 10px;
	display: inline-block;
	border-radius: 5px;
	   margin-right: 5px;
}

.datecategory{
	display:flex;
	margin-bottom:-20px;
}
.datte1{
	display:none;
}
.datte2{
	display:block;
	padding-top:10px;
}
@media screen and (max-width: 767px){
.datte1{
	display:block;
}
.datte2{
	display:none;
}
.datecategory{
	display:block;
	margin-left:-40px;
}
.datecategory ul{
	font-size:10px;
}
.news-list .item a{
 flex-wrap: wrap;
}
.news-list .item .date{
 min-width: 100px;
}
.news-list .item .title{
 margin-top: 10px;
}
}

/* セクション */
.group1{
 display:flex;
}
.group2{
	margin:30px 0 -20px 0;
}
.group1 img{
 width:auto;
 height:50px;
 display: inline-block;
 margin: 20px 40px;
}
.group2 p{
 display:flex;
 justify-content:center;
}
.group2 img{
 display:inline-block;
 margin:10px;
}
@media screen and (max-width: 896px){
.group1 {
 display:block;
}	
.group1 img {
 margin: 0px auto;
 display: block;
}
}
@media screen and (max-width: 896px){
.group2 p {
 display:flex;
 flex-wrap:wrap;
}
.group2 img{
 display: block;
}
}

/* トップページ_コロナ対策 */
.table_2{
	width: 80%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0px auto 40px auto;
}
.table_2 td {
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
	border: 2px #CA3538;
}
.td2_1{
	width:30%;
	border: 2px #CA3538;
}
.td2_1{
	width:30%;
	border: 2px #CA3538;
	text-align: center;
	color:#fff;
}
.td2_2{
	width:70%;
	border: 2px #CA3538;
	text-align: left;
}
/*レスポンシブ*/
@media all and (max-width: 767px) {
	.table_2{
		width: 100%;
	}
	.table_2 td {
		display: block;
		width: 100%;
		border-bottom: none;
	}
	.td2_1{
		width:100%;	
	}
	.td2_2{
		width:100%;	
		text-align:center;
	}
}



/* クラウド室業務_table */
.table_1{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
	border: 0px none;
}
.table_1 td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
.td1{
	width:70%;
}
.td2{
	width:30%;
}
.td2 img{
	margin-top:50px;
	text-align:center;
}
/*レスポンシブ*/
@media all and (max-width: 767px) {
  .table_1 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
	.td1{
		width:100%;	
	}
	.td2{
		width:100%;	
		text-align:center;
	}
	.td2 img{
		margin:0px auto;
}
}

/* メディア業務_table */
.table_1{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
	border: 0px none;
}
.table_1 td {
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
.td5{
	width:60%;
}
.td6{
	width:40%;
}
.td6 img{
	margin-top:40px;
	text-align:center;
}
.td7{
	width:60%;
	margin-top:-20px;
}
.td8{
	width:40%;
	margin-top:-20px;
	text-align:center;
}
/*レスポンシブ*/
@media all and (max-width: 767px) {
  .table_1 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
	.td1{
		width:100%;	
	}
	.td2{
		width:100%;	
		text-align:center;
	}
	.td2 img{
		margin:0px auto;
}
}


/* 遠隔講義・自動収録_table */
.rec_tab{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	border: 0px none;
	vertical-align: top;
}
.rec_tab td {
	border: 0px none;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: top;
	text-align: left;
}

/*レスポンシブ*/
@media all and (max-width: 767px) {
  .rec_tab td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}



/*--------------------
注意書きフレーム
--------------------*/
.frame {
 width: 90%;
 margin: 30px auto 20px;
 padding: 30px 20px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.frame-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.frame-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #CA3538;
 border: 2px solid #CA3538;
 color: #fff;
 border-radius: 3px;
}
.frame-red {
 border-color: #CA3538;
}





/*--------------------
manabaブラウザチェック
--------------------*/
_:lang(x)::-moz-placeholder, .fire {
  display:none;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .chro {
  display:none;
}






.site-header--layout--nav-float .site-header-container {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content:center;
}
.add-contents{
	margin-top: 30px;
display:flex;}
.sub-section {
 background-color:#f5fffa;
 width:100%;
}
.fa-search{
	color:white;
}
#s-box{
	height:35px;
	background-color:#f0f0f0;
	border-radius:3px;
	border:none;
}
#s-btn-area{
	background-color:#ffd661;
	border:none;
	height:35px;
	margin-left:-6px;
	margin-bottom:9px;}
#s-btn-area {
    width: 40px;
	padding-left:10px;
}
#form{
display:flex;}
.backcolor{
	background-color: #f0f0f0;
	margin-left:5px;
	border-radius:2px;
}
.add-contents a{
font-weight: 100;
 font-size: 12px;
	padding: 8px;
	height:35px
}
.space_between{
	    justify-content: space-between;
    display: flex;
    width: 100%;
}
.float_right{
	float:right;
}

@media (min-width: 767px) { 
	.lg-screenshot{
	display:flex;
}
}
@media (max-width: 767px) { 
	img{
	width:80%;
}
	.lg-screenshot{
	text-align:center;
}
}

h1.h1 {
 text-align: center;
 border-bottom: solid 1px #33ccff;
 color:gray;
 font-family:sans-serif;
 padding:15px 0;
}

/* 装飾 */
 
*{
 box-sizing: border-box;
}
a{
 text-decoration: none;
}



/* contactform */
.conta1{
	max-width:700px;
	width:90%;
	margin:0 auto;
}
.req{
	color:#CA3538;
	font-size:12px;
	padding-left:5px;
}
.wpcf7 input[type="submit"] {
width:100%;
padding:15px;
border-radius:10px;
-webkit-border-radius: 10px;  
-moz-border-radius: 10px;
border: none;
box-shadow: 0 3px 0 #ddd;
background: #59D2F0;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}



.table_3 {
  border: 0px none;
}
.table_3 td{
  border: 0px none;
}
@media screen and (max-width: 840px) {
.table_3,
.table_3 td{
  border: 0px none ;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
}

.table_4 {
  border: 0px none;
	width:530px;
}
.table_4 td{
  border: 0px none;
}
@media screen and (max-width: 640px) {
.table_4,
.table_4 td{
  border: 0px none ;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
}
	
	

.table_1 {
  border: 0px none;
}
.table_1 td{
  border: 0px none;
}
.table_2{
	border:solid 2px #CA3538;
}
.td2_1{
	background-color:#CA3538;
}
.td2_2 td{
	border: 2px #CA3538;
}

@media only screen and (max-width:991px) {
	.add-contents{
		display:none;
	}
}

.tbl-r04 th{
	background: #59D2F0;
	color:#fff;
}
.serv{
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width: 640px) {
  .tbl-r04 {
    width: 100%;
  } 
  .tbl-r04 .thead {
    display: none;
  }
  .tbl-r04 tr,
  .tbl-r04 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r04 td:first-child:before {
    content: "";
    background: #59D2F0;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: -21px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
}
.tbl-r04 p, .tbl-r04 dd{
	font-size:13px;
	margin-bottom:0px;
}
.tbl-r04 dl{
	font-size:13px;
	margin:8px 0;
}

.tbl-r05 {
	width:85%;
	margin:0 auto;
}
.tbl-r05 th{
	background: #59D2F0;
	color:#fff;
}
.tbl-r05 p{
	margin:10px 0;
}
.servi{
	font-weight:bold;
	text-align:center;
	font-size:15px;
}
@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  } 
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr,
  .tbl-r05 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r05 td:first-child:before {
    content: "";
    background: #59D2F0;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: -21px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r05 tr {
    margin-bottom: 40px;
  }
}
.tbl-r05 p{
	font-size:13px;
	margin-bottom:0px;
}




.tes{
	overflow:hidden;
	margin-left:-50px;
}





/************* 共通スタイルここまで **************/
/************* タブ *************/
.tabb-container {
  display: flex;
  border-bottom: 2px solid #2e2d2d;
		padding-left:20px;
}
.tabb {
  position: relative;
  padding: 8px;
  border-radius: 10px 10px 0 0;
  background-color: #ddd;
  transition: all .2s;
  cursor: pointer;
}
.tabb:not(:last-of-type) {
  margin-right: 10px;
}
/* タブ現在値 */
.current {
  color: #eaeaea;
  background-color: #3972a7;
}
.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #28295e;
}
/************* メニュー *************/
.menuu-box {
  width: 100%;
		margin-left:-20px;
}
.menuu {
  padding: 2em 1em;
  background-color: #eee;
  transition: all .2s;
  cursor: pointer;
}

/* メニュー */
.menu-container {
  /* fadein・outのために指定 */
  position: relative;
}


.contf{
	max-width:850px;
	margin:40px auto 20px auto;
	padding:30px;
	background-color:#eee;
}
.contff{
	max-width:850px;
	margin:40px auto 20px auto;
	padding:30px;
}
.contfff{
	max-width:850px;
	margin:40px auto 20px auto;
	padding:30px;
}
@media screen and (max-width: 640px) {
	.contf, .contff, .confff{
		padding:25px 15px 20px 15px;
		width:110%;
		margin-left:-20px;
	}
}
	
.serch_sec{
	max-width:1140px;
	width:95%;
	margin:40px auto -30px auto;
}
@media screen and (max-width: 640px) {
	.serch_sec{
		padding:0 10px;
	}
}


/* Office365に関する_table */
.table_4{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
	border: 0px none;
	margin-bottom:70px;
}
.table_4 td {
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}
.td4_1{
	width:50%;
}
.td4_2{
	width:50%;
	text-align:center;
}
.td4_2 img{
	text-align:center;
}
/*レスポンシブ*/
@media all and (max-width: 767px) {
  .table_4 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
	.td4_1{
		width:100%;	
	}
	.td4_2{
		width:100%;	
		text-align:center;
	}
	.td4_2 img{
		margin:0px auto;
		text-align:center;
}
}





.test p{
    font-size: 20px;    /* 文字サイズ指定 */
    color: #2196F3;     /* 文字色指定 */
}
.video_table{
	width: auto;
}
.video_table td{
	padding: 1rem 2rem;
}