@charset "UTF-8";
/*
    Template: loki
    Theme Name: LOKI CHILD
    Theme URI: https://loki-academica.co.jp
    Description: LOKIの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*SWELLのパンくずを記事名まで表示させるカスタマイズ*/

.p-breadcrumb__list {
    flex-wrap: wrap; //記事名が長い場合は折り返す
}
.p-breadcrumb__text {
    display: block!important; //記事名の表示
}
.p-breadcrumb__item:last-child span {
    opacity: 1; //記事名を半透明にしない
}

/* サイドバーに枠線をつける 
.c-widget {
border: solid 1px #f0f0f0;
padding: 10px;
}
.p-profileBox {
border: none;
}
.c-searchForm__s {
border: none;
}

*/

/*WordPressの管理バー（ツールバー）を下に表示*/
.logged-in {
    margin-top: -28px;
}
#wpadminbar {
    top: auto;
    bottom: 0;
}
.ab-sub-wrapper {
    top: -220px;
}
@media (max-width: 959px){
	.logged-in {
		margin-top: -46px;
	}
	.logged-in .l-header[data-spfix="1"] {
		top: 0;
	}
}


/*ボタンをふわふわさせる 1*/
.fuwafuwa {
animation-name:fuwafuwa;
animation-delay:0s;
animation-duration: 2.5s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
}
 
@keyframes fuwafuwa {
0% {
transform: translateY(0);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}

/*ボタンをふわふわさせる 2*/
.fuwafuwa2 {
animation-name:fuwafuwa;
animation-delay:0.5s;
animation-duration: 2.5s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
}
 
@keyframes fuwafuwa {
0% {
transform: translateY(0);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}

/*ボタンをふわふわさせる 3*/
.fuwafuwa3 {
animation-name:fuwafuwa;
animation-delay:1s;
animation-duration: 2.5s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite; 
}
 
@keyframes fuwafuwa {
0% {
transform: translateY(0);
}
50% {
transform: translateY(5px);
}
100% {
transform: translateY(0);
}
}

/*　　MW WP Formカスタマイズ　　*/

.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ffffff;/*枠線*/
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #36792a;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/


.cform th {
	font-size: 15px;
	color:#4B4B50;/*表組みタイトル文字色*/
	border-bottom: solid 1px #F4F4F5;
	padding: 10px 0px 10px 20px;
	font-weight: bolder;
	background-color:#ffdbed;/*表組みタイトル背景色*/
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #F4F4F5;
	padding: 10px 10px;
}

.cform tr {
	color:#4B4B50;/*文字色*/
}

/*―――――表示―――――*/

.cform {
	width: 94%;
	margin: auto;
}


.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}



@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #０８０８０８;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#ffdbed;/*ボタン背景色*/
border:0;
color:#4B4B50;/*ボタン文字色*/
font-size:1.3em;
font-weight:bolder;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
　cursor: pointer;
}

.submit-btn input:hover {
	background: #4F8C92;/*カーソル有り背景色*/
	color: #FFFFFF;/*カーソル有りボタン文字色*/
　cursor: pointer;
}


/*―――「必須」デザイン―――*/
.required-srt {
font-size:0.6em;
padding: 4px;
border-radius: 5px;
margin-right: 10px;
background: #AD362C;
color: #ffffff;/*文字色*/
}

/*ーーーーーーーMW WP FORM DESIGNここまでー*/

/*タイトルセンター見出し*/

.title_center {
  font-weight: bold;
  padding-bottom: 0.7em;
  text-align: center;
  position: relative;
}
.title_center::after {
  content: '';
  position: absolute;
  border-bottom: 10px dotted #4c9ac0;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*タイトルに英語表示重ね見出し - teacher*/

.heading-teacher {
    position: relative;
    padding-bottom: .75em;
    color: #333333;
	 font-size:1.5rem;
}

.heading-teacher::before {
    position: absolute;
    top: .5em;
    left: 0;
    z-index: -1;
    color: #ffdbed;
    font-size: 1.2em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}

/*タイトルに英語表示重ね見出し - usefulness*/

.heading-usefulness {
    position: relative;
    padding-bottom: .75em;
    color: #333333;
	 font-size:1.5rem;
}

.heading-usefulness::before {
    position: absolute;
    top: .5em;
    left: 0;
    z-index: -1;
    color: #ffdbed;
    font-size: 1.2em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}

/*タイトルに英語表示重ね見出し - flexibility*/

.heading-flexibility {
    position: relative;
    padding-bottom: .75em;
    color: #333333;
	 font-size:1.5rem;
}

.heading-flexibility::before {
    position: absolute;
    top: .5em;
    left: 0;
    z-index: -1;
    color: #ffdbed;
    font-size: 1.2em;
    line-height: 1;
    content: attr(data-word);
    pointer-events: none;
}