@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS
===================================================================== */


/* ==========================================================
	共通
========================================================== */

/*メインビジュアル背景*/
.mv {
	background-color: #ace2e1;
	/*	画像はこちら↓ */
	/*	background: url(../images/bg.png) repeat center;*/
}

/*アクセントカラー（背景色）*/
.nav,
.ttl_h2:before,
.slick-arrow,
.slick-active button::before,
.popup_close {
	background-color: #00c4b3;
}

/*アクセントカラー（文字色）*/
.ttl_h3,
.wrapper .txt_link,
.wrapper b.highlight,
.cast_name1 {
	color: #00c4b3;
}

.popup_close {
	border-color: #e3027c;
}


/* ==========================================================
	header
========================================================== */

/*メニューの幅(SP) 
　※calc(### / 750 * 100%)の###部分を変更してください*/
.nav ul {
	width: calc(1200 / 750 * 100%);
}

/*メニューの文字色*/
.nav a {
	color: #fff;
}

/*メニューの文字色：ホバー*/
/*テキストリンクの文字色：ホバー*/
.nav a:hover,
.txt_link:hover {
	color: #000;
}

/*メニューの下線：ホバー*/
.nav a:hover:after {
	background-color: #000;
}


/* ==========================================================
	コンテンツ
========================================================== */

/*コンテンツ外側の背景*/
#main {
	background-color: #fff;
    /*	画像はこちら↓ */
    /*	background: url(../images/bg.png) repeat center;*/
}

/*コンテンツ背景*/
.contents {
	background-color: #fff;
}

/*スライダーの矢印ボタン：ホバー*/
/*ポップアップのクローズボタン：ホバー*/
.slick-arrow:hover,
.popup_close:hover {
	background-color: #000;
}

/*ポップアップのクローズボタン：ホバー*/
.popup_close:hover {
	border-color: #000;
}
.staff_list1 h3{
	font-weight: bold;
}
.ist1 dt, .staff_list1 dt {
    font-weight: normal;
}

.images_list{
	margin-bottom: 10px;
}

.photo_protect {
    margin-top: 30px;
}
.center{
	text-align: center;
}
.banner_list {
	justify-content: flex-start;
}
.copy{
	color: #333;
	font-weight: bold;
	background-color: #ace2e1;
	padding: 0.6%;
	margin-bottom: 10px;
	display: inline-block;
}
.staff_list1 h3 {
   background-color: #ace2e1;
	padding: 0.6%;
	display: inline-block;
}
.oa_list{
	border:4px solid #00c4b3;
	padding: 2%;
	margin-bottom: 30px;
}
.oa_list h4{
	font-weight: bold;
	color: #00c4b3;
}
.makuaketext{
	display: flex;
	align-items: center;
}
.makuake{
	width: 100px!important;
}	
@media screen and (max-width: 767px){
.makuaketext {
    display: block;
}
}