@charset "utf-8";



/* Common
------------------------------------------------------------- */

#contents_box {
	width: 100%;
	margin: 0;
	padding: 70px 20px 20px 20px;
	line-height: 1.8;
	background-color: #fff;
}

.contents_box::after {
	content:"";
	display:block;
	clear:both;
}

.cont_box {
	margin-bottom: 50px;
	padding-left: 10px;
}

.cont_box::after {
	content:"";
	display:block;
	clear:both;
}

br.wbr {
	display: inline;
}

br.sbr {
	display: inline;
}


/* Footer Fix
------------------------------------------------------------- */

#page_wrapper {
	position: relative;
	min-height: 100%;
}

#contents_box {
	min-height: auto;
}

footer {
	position: absolute;
	bottom: 70px;
	left: 0;
}

p.btn_pagetop {
	position: absolute;
	bottom: 0;
	left: 0;
}



/* Title
------------------------------------------------------------- */

h2 {
	margin: 30px 0 10px 0;
	padding: 0;
	height: 120px;
	text-align: left;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 0.05em;
	position: relative;
	color: #000;
	border: 1px solid #ccc;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

h2::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 112px;
	background-color: #103fb4;
	position: absolute;
	left: 3px;
	top: 3px;
}

h2 span.ti_main {
	display: inline-block;
	height: 20px;
	max-width: 90%;
	line-height: 1;
	white-space: nowrap;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -25px;
	font-size: 0.6em;
	color: #666;
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

h2 span.ti_sub {
	display: inline-block;
	height: 20px;
	max-width: 90%;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -2px;
	text-shadow: #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}

h2 span.ti_sub span {
	display: inline-block;
	font-size: 0.6em;
	transform: translateY(-4px);
}

h2 span.ti_sub:first-child {
	position: absolute;
	height: auto;
	top:50%;
	left: 20px;
	margin-top: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


h2.ti_default {
	background-image: url(../img/h2_bg_09.jpg);
}

h2.ti_news {
	background-image: url(../img/h2_bg_01.jpg);
}

h2.ti_service {
	background-image: url(../img/h2_bg_17.jpg);
}

h2.ti_hanro {
	background-image: url(../img/h2_bg_02.jpg);
}

h2.ti_keiei {
	background-image: url(../img/h2_bg_03.jpg);
}

h2.ti_kyosai {
	background-image: url(../img/h2_bg_06.jpg);
}

h2.ti_seminar {
	background-image: url(../img/h2_bg_04.jpg);
}

h2.ti_event {
	background-image: url(../img/h2_bg_18.jpg);
}

h2.ti_about {
	background-image: url(../img/h2_bg_08.jpg);
}

h2.ti_city {
	background-image: url(../img/h2_bg_11.jpg);
}

h2.ti_corona {
	background-image: url(../img/h2_bg_19.jpg);
}

h2.ti_iken {
	background-image: url(../img/h2_bg_20.jpg);
}

h2.ti_hattatsu {
	background-image: url(../img/h2_bg_14.jpg);
}

h2.ti_welcome {
	background-image: url(../img/h2_bg_22.jpg);
}


h3 {
	margin: 80px 0 20px 0;
	padding: 5px;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: 0.05em;
	position: relative;
/*	color: #9b2c93;	*/
	border-top: 5px solid #9b2c93;
}

h4 {
	margin: 30px 0 10px 0;
	padding: 6px 12px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	color: #000;
	background-color: #cbd7f5;
	background: -moz-linear-gradient(top,  #cbd7f5 0%, #fff 35%, #fff 65%, #cbd7f5 100%);
	background: -webkit-linear-gradient(top,  #cbd7f5 0%,#fff 35%,#fff 65%,#cbd7f5 100%);
	background: linear-gradient(to bottom,  #cbd7f5 0%,#fff 35%,#fff 65%,#cbd7f5 100%);
}

h5 {
	margin: 40px 0 10px 0;
	padding: 0 0 0 5px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-left: 10px solid #444;
	color: #444;
}

h6 {
	margin: 30px 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-top: 1px dashed #ccc;
}

.h2_box {
	margin-top: 60px;
	margin-bottom: 60px;
}

.h3_box, .h4_box{
	margin-bottom: 60px;
}

.h5_box, .h6_box {
	margin-bottom: 40px;
}

.h2_box::after, .h3_box::after, .h4_box::after, .h5_box::after, .h6_box::after {
	content:"";
	display:block;
	clear:both;
}

.h2_box > p, .h3_box > p, .h4_box > p, .h5_box > p, .h6_box > p {
	margin-bottom: 5px;
}



/* Index List
------------------------------------------------------------- */

ul.cate_index_list {
	margin: 50px 0 60px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	border-top: 1px solid #e5e5e5;
}

ul.cate_index_list li {
	margin: 0;
	padding: 0 0 0 2rem;
	font-size: 2rem;
	border-bottom: 1px solid #e5e5e5;
}

ul.cate_index_list li a {
	display: block;
	padding: 10px;
	color: #000;
	text-indent: -1.2rem;
}

ul.cate_index_list li a::before {
	display: inline-block;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #103fb4;
	margin-right: 3px;
}

ul.cate_index_list li a:hover {
	text-decoration: none;
	color: #9b2c93;
}

ul.cate_index_list li a:hover::before {
	color: #9b2c93;
}

ul.cate_index_list li.menu_ext a::after, ul.cate_index_list li.menu_blank a::after {
	display: inline-block;
	content: "";
	width: 22px;
	height: 24px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 3px;
	vertical-align: middle;
}

ul.cate_index_list li.menu_ext a::after {
	background-image: url(/resources/img/icon_ext_blue.png);
}

ul.cate_index_list li.menu_ext a:hover::after {
	background-image: url(/resources/img/icon_ext_purple.png);
}

ul.cate_index_list li.menu_blank a::after {
	background-image: url(/resources/img/icon_targetlink_blue.png);
}

ul.cate_index_list li.menu_blank a:hover::after {
	background-image: url(/resources/img/icon_targetlink_purple.png);
}



/* Anchor Menu
------------------------------------------------------------- */

.anchor_menu_box {
	margin-bottom: 50px;
	padding: 0;
	background-color: #f5f5f5;
}

.anchor_menu_btn {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: right;
}

.anchor_menu_btn a {
	display: inline-block;
	width: auto;
	height: 45px;
	margin: 0;
	padding: 12px 10px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	line-height: 1;
	color: #707070;
}

.anchor_menu_btn a:hover, .anchor_menu_btn a:active {
	text-decoration: none;
}

.anchor_menu_btn a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	margin-top: -7px;
	vertical-align: middle;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.anchor_menu_btn.open a::after {
	margin-top: 2px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}


.anchor_menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.anchor_menu li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: center;
}

.anchor_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	color: #000;
	position: relative;
}

.anchor_menu li a:hover,
.anchor_menu li a:active {
	text-decoration: none;
	background-color: #e4ecff;
}



/* Contents Header
------------------------------------------------------------- */

.contents_header {
	font-size: 1.6rem;
}

.contents_header br {
	display: none;
}

.contents_header br.sbr {
	display: inline;
}




/* Footer
------------------------------------------------------------- */

footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	background-color: #103fb4;
	clear: both;
}

footer .footer_inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	position: relative;
}

footer .footer_inner a,
footer .footer_inner a:hover,
footer .footer_inner a:active {
	color: #fff;
	text-decoration: none;
}

footer address {
	margin: 0 0 10px 0;
	padding: 0;
	font-style: normal;
	text-align: center;
}

footer address dl {
	margin: 0 0 15px 0;
	padding: 0;
}

footer address dl dt {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 500;
}

footer address dl dd {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

footer address > p {
	display: inline-block;
	margin: 0 3px 10px 0;
	height: 28px;
}

footer address > p > a {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0 10px 0 6px;
	border-radius: 14px;
	line-height: 28px;
	font-size: 1.1rem;
	background-color: #fff;
	color: #103fb4 !important;
}

footer address > p > a:hover,
footer address > p > a:active {
	color: #9b2c93 !important;
}

footer address > p > a::before {
	display: inline-block;
	margin: 0 4px 2px 0;
	font-size: 1.8rem;
	vertical-align: middle;
}

footer address > p.link_gmap > a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f14e";
}

footer address > p.link_line > a::before {
	font-family: "Font Awesome 5 Brands";
	content: "\f3c0";
}

footer address > p.link_link > a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.8rem;
	content: "\f0c1";
	margin: 0 3px 3px 0;
}

.copyright_box {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	background-color: #9b2c93;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.copyright_box p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.5;
}


/*Privacy*/

.privacy_box {
	margin: 20px 0 30px 0;
	text-align: center;
}

.bn_securityaction {
	margin: 0 auto 5px auto;
	padding: 12px 8px 8px 80px;
	width: 250px;
	min-height: 80px;
	text-align: left;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	position: relative;
}

.bn_securityaction::after {
	content:"";
	display:block;
	clear:both;
}

.bn_securityaction img {
	width: 60px;
	height: 68px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-34px);
}

.bn_securityaction p:nth-child(2) {
	font-size: 0.9rem;
	margin-bottom: 5px;
}

.bn_securityaction p:nth-child(3) {
	font-size: 1.25rem;
	font-weight: 500;
	color: #103fb4;
}

.privacy_box p.link_privacy {
	font-size: 1.2rem;
}

.privacy_box p.link_privacy a::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background-image: url(/resources/img/arrow_dig_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*Banner*/

footer .banner_box {
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
	border-top: 1px solid #fff;
}

footer .banner_box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

footer .banner_box ul li {
	margin-bottom: 20px;
}

footer .banner_box ul li a {
	display: inline-block;
	background-color: #fff;
}

footer .banner_box ul li a:hover img {
	opacity: 0.8;
}



/* PageTop Button
------------------------------------------------------------- */

p.btn_pagetop {
	width: 100%;
	height: 70px;
	margin: 0;
}

p.btn_pagetop a {
	display: block;
	height: 100%;
	margin: 0;
	color: #fff;
	background-color: #333;
	text-align: center;
	position: relative;
}

p.btn_pagetop a:hover {
	text-decoration: none;
	background-color: #555;
}

p.btn_pagetop a span {
	display: block;
	padding: 40px 0 10px 0;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	color: #fff;
}

p.btn_pagetop a::after {
	display: block;
	content: "";
	position: absolute;
	margin-left: -12px;
	top: 20px;
	left: 50%;
	width: 24px;
	height: 24px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(45deg);
}



/* Link Button
------------------------------------------------------------- */

.btn_txt, .btn_txt_r, .btn_txt_c {
	text-align: center;
	margin: 10px 0 30px 0 !important;
	width: 100%;
	box-shadow: 0px 2px 6px -2px rgba(0,0,0,0.5);
}

.btn_txt::after, .btn_txt_r::after, .btn_txt_c::after {
	content:"";
	display:block;
	clear:both;
}

.btn_txt_c {
	margin: 10px auto 30px auto !important;
}

.btn_txt a, .btn_txt_r a, .btn_txt_c a {
	display: block;
	padding: 15px 0;
	line-height: 1.5;
	background-color: #fff;
	color: #fff;
	background-color: #103fb4;
	position: relative;
	border: 1px solid #fff;
}

.btn_txt a:hover, .btn_txt a:active,
.btn_txt_r a:hover, .btn_txt_r a:active,
.btn_txt_c a:hover, .btn_txt_c a:active {
	text-decoration: none;
	background-color: #9b2c93;
	transform: translateY(1px);
	box-shadow: 0px 1px 5px -2px rgba(0,0,0,0.5);
}

.btn_txt_r a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

.btn_back {
	margin: 10px 0 50px 0;
	width: 100%;
	clear: both;
}

.btn_back a {
	display: inline-block;
	padding: 15px 5px;
	font-size: 2rem;
	line-height: 1.5;
	color: #000;
	position: relative;
}

.btn_back a::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin: 2px 2px 0 0;
	background-image: url(../img/arrow_black.png);
	background-size: contain;
	transform: scale(-1, 1);
}

.txt_link, .ext_link, .blank_link {
	margin-top: 5px;
}

.txt_link a, .ext_link a, .blank_link a {
	display: inline-block;
}

.txt_link a::before, .ext_link a::before, .blank_link a::before {
	display: inline-block;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #103fb4;
	margin-right: 3px;
}

.txt_link a:hover::before, .ext_link a:hover::before, .blank_link a:hover::before {
	color: #9b2c93;
}

.ext_link a::after, .blank_link a::after,
a.ext_link::after, a.blank_link::after {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 2px;
	vertical-align: middle;
}

.ext_link a::after, a.ext_link::after {
	background-image: url(/resources/img/icon_ext_blue.png);
}

.ext_link a:hover::after, a.ext_link:hover::after {
	background-image: url(/resources/img/icon_ext_purple.png);
}

.blank_link a::after, a.blank_link::after {
	background-image: url(/resources/img/icon_targetlink_blue.png);
}

.blank_link a:hover::after, a.blank_link:hover::after {
	background-image: url(/resources/img/icon_targetlink_purple.png);
}


.btn_more {
	margin-top: 5px;
	text-align: right;
}

.btn_more a {
	display: inline-block;
}

.btn_more a:hover, .btn_more a:active {
	text-decoration: none;
}

.btn_more a::after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(/resources/img/arrow_blue.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 2px 0 0 2px;
	vertical-align: top;
}

.btn_more a:hover::after {
	background-image: url(/resources/img/arrow_purple.png);
}



/* Data List, Form List
------------------------------------------------------------- */

dl.data_list, dl.form_list {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.8;
	border-top: 1px solid #ccc;
}

dl.data_list > dt {
	margin: 0;
	padding: 10px 10px 5px 10px;
	font-weight: 500;
}

dl.data_list > dt img {
	margin: 0;
	width: 100%;
	max-width: 15em;
}

dl.data_list > dt br {
	display: none;
}

dl.data_list > dd {
	margin: 0;
	padding: 0 10px 10px 2rem;
	border-bottom: 1px solid #ccc;
}

dl.data_list > dd  > ul {
	margin: 10px 0 10px 2em;
}


dl.form_list > dt {
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: 500;
	white-space: nowrap;
}

dl.form_list > dd {
	margin: 0;
	padding: 5px 0 15px 1em;
	border-bottom: 1px solid #ccc;
}



/* Geppou
------------------------------------------------------------- */

.geppou_box {
	margin-bottom: 20px;
}

.geppou_box > div {
	margin-bottom: 30px;
}

.geppou_box > div::after {
	content:"";
	display:block;
	clear:both;
}

.geppou_box > div h4 {
	padding: 10px 8px;
	margin: 0 0 20px 0;
	font-size: 2rem;
	line-height: 1;
}

.geppou_box > div img {
	float: left;
	width: auto;
	max-width: 40%;
	margin: 0 20px 10px 0;
}

.geppou_box > div p.geppou_title {
	font-size: 1.8rem;
	font-weight: 500;
}

.geppou_box > div p.txt_link {
	margin-top: 20px;
}




/* Corona finished button (ADD 202111)
------------------------------------------------------------- */

.finished {
	margin: 40px 0;
	position: relative;
	opacity: 0.5;
}

.finished > .h5_box {
	display: none;
}

.finished > h5 {
	padding-right: 110px;
}

.finished_sub {
	opacity: 0.5;
}

.finished > .btn_finished {
	display: inline-block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
	height: 30px;
	width: 6.5em;
	padding: 0 30px 0 5px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #cbd7f5;
	color: #000;
	cursor: pointer;
}

.finished > .btn_finished::before {
	content: "開く";
}

.finished > .btn_finished.open::before {
	content: "閉じる";
}

.finished > .btn_finished::after {
	display: inline-block;
	font-size: 16px;
	position: absolute;
	right: 12px;
	top: 0;
	content: "\f055";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #103fb4;
	margin-left: 3px;
}

.finished > .btn_finished.open::after {
	content: "\f056";
}




/* Youtube
------------------------------------------------------------- */

h2.ti_youtube {
	margin: 30px 0 10px 0;
	padding: 0;
	height: auto;
	font-size: 0;
	line-height: 1;
	position: relative;
	background-image: url(../img/h2_bg_youtube.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

h2.ti_youtube::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	position: relative;
	left: 0;
	top: 0;
	padding-top: 37.7%;
}

h2.ti_youtube span.ti_main {
	display: none;
}

h2.ti_youtube span.ti_sub {
	display: none;
}



.movie_box {
	margin: 50px 0;
}

ul.movie_list {
	margin: 0;
	padding: 0;
}

ul.movie_list::after {
	content:"";
	display:block;
	clear:both;
}

ul.movie_list li {
	margin: 0 0 50px 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.movie_list li .movie_thmb {
	margin-bottom: 10px;
}

ul.movie_list li .movie_thmb a {
	display: block;
	position: relative;
	text-decoration: none;
}

ul.movie_list li .movie_thmb a::before {
	content: "\f144";
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	font-size: 60px;
	margin-top: -30px;
	line-height: 1;
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: auto;
	right: auto;
	top: 50%;
	text-shadow: #000 1px 1px 3px,#000 1px -1px 3px,#000 -1px 1px 3px,#000 -1px -1px 3px;
	opacity: 0;
}

ul.movie_list li .movie_thmb a:hover::before,
ul.movie_list li .movie_thmb a:active::before {
	opacity: 0.7;
}

ul.movie_list li .movie_thmb a img {
	width: 100%;
}

ul.movie_list li .movie_time {
	margin-bottom: 5px;
	line-height: 1;
}

ul.movie_list li .movie_title {
	line-height: 1.5;
	font-size: 1.3rem;
	text-align: center;
}

/* Movie Iframe-type*/

.movie_iframe {
	margin-top: 30px;;
}


.movie_iframe ul.movie_list li .movie_thmb {
	position:relative;
	width:100%;
	height:0;
	padding-top:56.25%;
}

.movie_iframe ul.movie_list li .movie_thmb iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* Jr.Internship
------------------------------------------------------------- */

h2.ti_jr-intern {
	margin: 30px 0 10px 0;
	padding: 0;
	height: auto;
	font-size: 0;
	line-height: 1;
	position: relative;
	background-image: url(../img/h2_bg_jr-intern.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

h2.ti_jr-intern::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	position: relative;
	left: 0;
	top: 0;
	padding-top: 37.7%;
}

h2.ti_jr-intern span.ti_main {
	display: none;
}

h2.ti_jr-intern span.ti_sub {
	display: none;
}


/* syukudenSV
------------------------------------------------------------- */

h2.ti_syukudenSV {
	margin: 30px 0 10px 0;
	padding: 0;
	height: auto;
	font-size: 0;
	line-height: 1;
	position: relative;
	background-image: url(../img/h2_bg_syukudenSV.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

h2.ti_syukudenSV::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: transparent;
	position: relative;
	left: 0;
	top: 0;
	padding-top: 37.7%;
}

h2.ti_syukudenSV span.ti_main {
	display: none;
}

h2.ti_syukudenSV span.ti_sub {
	display: none;
}



/* Kaiin Clip (Add 20240826)
------------------------------------------------------------- */

.img_clip_box {
	position: relative;
}

.img_clip_box > h4 {
	width: 100% !important;
	margin-top: 40px;
	margin-bottom: 30px;
}

.img_clip_box > h4:first-child {
	margin-top: 0;
}

.img_clip_box a {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

.img_clip_box a img {
	width: 100%;
	margin-bottom: 8px;
}

.img_clip_box a:hover img {
	opacity: 0.8;
}

.img_clip_box a span {
	display: block;
	width: 100%;
	line-height: 1.6;
	font-weight: 500;
}

/* Hanro igyosyukoryu (Add 20241205)
------------------------------------------------------------- */

.img_igyosyukoryu_box {
	position: relative;
}

.img_igyosyukoryu_box > h4 {
	width: 100% !important;
	margin-top: 40px;
	margin-bottom: 30px;
}

.img_igyosyukoryu_box > h4:first-child {
	margin-top: 0;
}

.img_igyosyukoryu_box a {
	display: block;
	text-align: center;
	margin-bottom: 60px;
}

.img_igyosyukoryu_box a img {
	width: 100%;
	margin-bottom: 8px;
}

.img_igyosyukoryu_box a:hover img {
	opacity: 0.8;
}

.img_igyosyukoryu_box a span {
	display: block;
	width: 100%;
	line-height: 1.6;
	font-weight: 500;
}

