@charset "UTF-8";

/* ==================================================
=====================================================
  スタイルシート・和泉
=====================================================
================================================== */
/* #036eb8 */
#contentMainWrapper.izumi_content_main {
}
/* #contentMainWrapper.izumi_content_main #contentRightBlock .right_block_content ul li a:before{ /*疑似要素/
    color: #036eb8 !important; 
} */
#contentMainWrapper.izumi_content_main #contentCenterBlock h1 {
    border-top: 2px solid #036eb8 !important;
    border-bottom: 1px solid #036eb8 !important;
}
#contentMainWrapper.izumi_content_main #contentCenterBlock h1:before {
    color: #036eb8 !important;
}
#contentMainWrapper.izumi_content_main #contentCenterBlock h2 {
    border-left: 5px solid #036eb8 !important;
}
#contentMainWrapper.izumi_content_main #contentCenterBlock h3:before{ /*疑似要素*/
    color: #036eb8 !important;
}
#contentMainWrapper.izumi_content_main #contentCenterBlock h4:before{ /*疑似要素*/
    color: #036eb8 !important;
}
#contentCenterWrapper ol.main_list001 li:before{
    background: #036eb8 !important;
}
#contentCenterWrapper ul.main_list002 li:before{ /*疑似要素*/
    background: #036eb8 !important;
}
#contentCenterWrapper ul.main_list005 li:before{ /*疑似要素*/
    color: #036eb8 !important;
}
#contentCenterWrapper ul.main_list007 li:before{ /*疑似要素*/
    color: #036eb8 !important;
}
#contentCenterWrapper ul.main_list008 li:hover {
    background-color: #e2f3ff !important;
}
#contentCenterWrapper ul.main_list008 li:before {
    color: #036eb8 !important;
}
#contentCenterWrapper ul.main_list_category li:before{ /*疑似要素*/
    background-color: #036eb8 !important;
}
#contentCenterWrapper ul.main_list_category li a:before { /*疑似要素*/
    color: #036eb8 !important;
}
#contentCenterWrapper table tr th {
    background-color: #036eb8 !important;
}



#kenkyuBlock .kenkyu_top_list ul li:before {
    color: #036eb8 !important;
}
#barrierFree p.bf_title002:before {
    background: #036eb8 !important;
}

/* ------------------------------------------------------------ */

#riyouAnnaiBlock a.link_kana:hover {
    background-color: #e2f3ff !important;
}
/* #contentRightBlock .right_block_content ul li a:hover, 
#contentRightBlock .right_block_content ul li a:active {
    background-color: #e2f3ff !important;
} */
#contentCenterWrapper ul.main_list_category li:hover {
    background-color: #e2f3ff !important;
}
#kenkyuBlock .kenkyu_top_list ul li:hover {
    background-color: #e2f3ff !important;
}

/* ------------------------------------------------------------ */

#contentMainWrapper.izumi_content_main #kenkyuBlock h2.kenkyu_bu_h2 {
    border: none !important;
}
#contentCenterWrapper table.main_table001 tr th {
    background: none !important;
}
#contentMainWrapper.morinomiya_content_main #contentCenterBlock h2#linkHeading ,
#contentMainWrapper.morinomiya_content_main #contentCenterBlock #linkContetsBlock h2#linkHeading ,
#contentMainWrapper.morinomiya_content_main #contentCenterBlock #linkContetsBlock h2#linkHeading {
    border: none !important;
}

/* ----------------↓ボタン↓---------------------------------------- */

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #036eb8 !important;
  border: solid 2px #036eb8 !important;
  border-radius: 4px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #036eb8 !important;
  color: white !important;
}

/* ----------------↓動画埋め込み用↓---------------------------------------- */
video {
  max-width: 100%;/* はみ出ないように */
}
p {
  margin: 0 0 5px;
}

/* ----------------↓youtube動画埋め込み用・レスポンシブ対応↓---------------------------------------- */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ----------------↓BOX（背景グレー塗りつぶし）↓---------------------------------------- */
.box1 {
    padding: 2em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #efefef;/*背景色*/
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/* ----------------↓BOX（タイトル付）↓---------------------------------------- */
.box2 {
    position: relative;
    margin: 2em 0;
    padding: 1em;
    border: solid 2px #036eb8;
    border-radius: 7px;
}
.box2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #036eb8;
    font-weight: bold;
}
.box2 p {
    margin: 0; 
    padding: 0;
}


/* ----------------↓アコーディオンメニュー（Q&A）↓---------------------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

