@charset "UTF-8";

.sp {display:none;}
.pc {}

img {
	vertical-align: middle;
}

/*--ヘッダー--*/

header {
	width: 100%;
	height: auto;
	min-height: 60px;
	transition: all .5s;
	text-align: left;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

.header-area {
	width:100%;
	min-width: 1080px;
	height: auto;
	float: left;
}

.logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 50px;
}

.manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 50px;
	
}

.manu li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.manu li.manu-no a:hover {
	color: #777777;
}

.manu li a {
	color: #ffffff;
	font-weight: bold;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.sub_manu {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1300;
}

.sub_manu .post,
.sub_manu .program {
	background-color: #000;
	margin-right: 8px;
	margin-top: 8px;
	border: none;
	padding: 5px 30px;
	font-size: 15px;
}

.sub_manu a {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	background: #333333;
	padding: 15px 50px;
	color: #ffffff;
	font-size: 0.8em;
}

.sub_manu a:nth-child(3) {
	border-right: 1px solid #999999;
}

.sub_manu a .icon01 {
	background: url("../Images/icon01.png") center center no-repeat;
	width: 14px;
	height: 18px;
	left: 18px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.sub_manu a .icon02 {
	background: url("../Images/icon02.png") center center no-repeat;
	width: 25px;
	height: 20px;
	left: 12px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.sub_manu a .icon03 {
	background: url("../Images/icon03.png") center center no-repeat;
	width: 8px;
	height: 11px;
	right: 15px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.scrollmark {
	background: url("../Images/icon04.png") center center no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.change-color {
	background: rgba(0,0,0,0.5)
}

.change-color .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 20px;
}

.change-color .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 20px;
	
}

/*--ヘッダー　ここまで--*/

/*--メインイメージ--*/

.main-img {
	width: 100%;
	min-width: 1080px;
	height: auto;
	/* float: left; */
	position: relative;
	height: 100vh;
}

.mainimg {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	background-size: cover;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainimg_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../Images/bg.png") center center repeat;
}

.main-img-h {
	height: 0;
	display: none;
	
} 

.main-img-text {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit- transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}

.main-img-text img {vertical-align: middle;}

.mainimg02 {
	width: 569px;
	height: 116px;
}

/*--メインイメージ　ここまで--*/

/*--SNS--*/
.section01 {
	width: 100%;
	height: auto;
	float: left;
	padding: 60px 0 30px;
	position: relative;
}

.section01_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.SNS {
	width: auto;
	height: auto;
	float: left;
}

.SNS a {
	width: auto;
	height: auto;
	float: left;
}

.SNS_Title {
	width: 490px;
	height: 60px;
	float: right;
	position: relative;
	background: #333333;
	color: #ffffff;
	box-sizing: border-box;
	padding: 18px 50px 18px 120px;
	text-align: left;
}

.SNS_Title .line {
	width: 100px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.SNS_bg {
	width: 30%;
	height: 60px;
	background: #333333;
	position: absolute;
	right: 0;
	top:60px;
}

/*--SNS　ここまで--*/


/*--ニュース・イベント--*/

.section02 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
}

.section02_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}


.news {
	width: 49%;
	height: auto;
	float: left;
}

.news_title {
	width: 35%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.news_title i {
	background: url("../Images/icon05.png") center center no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.tab-group{
	width: 63%;
	height: auto;
	float: right;
	margin-top: 13px;
}
.tab{
	width: 33.3%;
	float: left;
	padding:5px;
	box-sizing: border-box;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
}
.panel-group{
	width: 100%;
	float: left;
	height:auto;
	margin-top: 30px;
}
.panel{
  display:none;
}
.tab.is-active{
	border-bottom: 2px solid #333333;
}
.panel.is-show{
  display:block;
}

.news_list {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 1px solid #333333;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
	font-size: 0.9em;
}

.news_list .time {
	width: 100px;
	position: absolute;
	left: 0;
	top: 15px;
	text-align: left;
}

.news_list .text {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 0 110px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: left;
}

.news_list a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_link {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.news_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 110px;
	width: auto;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.news_link a:hover {
	opacity: 0.5;
}

.event {
	width: 42%;
	height: auto;
	float: right;
}

.event_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.event_title i {
	background: url("../Images/icon06.png") center center no-repeat;
	width: 40px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.event_subtext {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

.event_slide {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.event_slide img {
	width: 420px;
	height: 420px;
}

.slider {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	border-bottom: 1px solid #333333;
	text-align: left;
	padding-bottom: 20px;
}

.slider img {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
}

.slider a {
	color: #000000;
}

.slider .slick-next {
	position: absolute;
	bottom: -70px;
	background: url("../Images/yahirushi01.png") center center no-repeat #333333;
	border: none;
	right: 0;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	width: 60px;
	height: 60px;
}

.slider .slick-prev {
	position: absolute;
	bottom: -70px;
	background: url("../Images/yahirushi02.png") center center no-repeat #333333;
	border: none;
	right: 60px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	width: 60px;
	height: 60px;
}

.slider__line {
	width: 1px;
	height: 42px;
	background: #999999;
	position: absolute;
	bottom: -60px;
	right: 60px;
}

.slider__link {
	width: auto;
	height: auto;
	float: right;
	margin-right: 140px;
	margin-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #999999;
	margin-bottom: 30px;
}

.slider__link a {
	font-weight: bold;
	text-decoration: underline;
}

.slider {
    opacity: 0;
}

.slider.slick-initialized{
    opacity: 1;
}

.section03 {
	width: 100%;
	height: auto;
	float: left;
	background: #f0f0ef;
	padding: 30px 0 120px 0;
	position: relative;
	margin-top: 50px;
}

.section03_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.movie_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 13px 0 13px 60px;
	box-sizing: border-box;
	position: relative;
}

.movie_title i {
	background: url("../Images/icon07.png") center center no-repeat;
	width: 41px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.movie_title span {
	font-size: 0.7em;
	margin-left: 20px;
}

.movie {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.movie ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.movie li {
    width: 324px;
    margin: 5px;
}

.movie li iframe {
    height: 182px;
}

.slider2 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

.slider2 li {
	box-sizing: border-box;
	padding: 0 5px;
	text-align: left;
}

.slider2 iframe {
	width: 100%;
	margin-bottom: 5px;
}

.slider2 .text {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.8em;
}

.slider2 .sub {
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.6em;
	color: #999;
}

.slider2 .slick-next {
	position: absolute;
	top: -90px;
	background: url("../Images/icon09.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 0;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	width: 60px;
	height: 60px;
}

.slider2 .slick-prev {
	position: absolute;
	top: -90px;
	background: url("../Images/icon08.png") center center no-repeat #ffffff;
	border: 1px solid #333333;
	box-sizing: border-box;
	right: 65px;
	text-indent:120%;
	white-space:nowrap;
	overflow:hidden;
	width: 60px;
	height: 60px;
}

.slider2_link {
	width: auto;
	height: auto;
	position: absolute;
	bottom: -60px;
	right: 0;
	margin-top: 20px;
}

.slider2_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 110px;
	width: auto;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.slider2_link a:hover {
	opacity: 0.5;
}

.section04 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
}

.section04_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.program_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 13px 0 13px 60px;
	box-sizing: border-box;
	position: relative;
}

.program_title i {
	background: url("../Images/icon10.png") center center no-repeat;
	width: 43px;
	height: 39px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.program_title span {
	font-size: 0.7em;
	margin-left: 20px;
}

.program_box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

.program_box li {
	width: 32%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	text-align: left;
}

.program_box li img {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: middle;
}

.program_box li .title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
}

.program_box li .text {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	font-size: 0.6em;
}

.program_link {
	width: 300px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.program_link a {
	background: #333333;
	color: #ffffff;
	padding: 15px 0;
	width: 100%;
	height: auto;
	float: left;
	font-size: 0.9em;
}

.program_link a:hover {
	opacity: 0.5;
}


.section05 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	background: #f0efeb;
	margin-top: 50px;
}

.section05_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section05_bg {
	width: 70%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 1;
}

.original_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.original_title i {
    background: url(../Images/icon22.png) center center no-repeat;
    width: 43px;
    height: 39px;
    position: absolute;
    /* left: 0; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    -webkit- transform: translateY(-50%);
    padding-left: -150px;
    margin-left: -60px;
}

.original_subtitle {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}

.original_box {
	width: 90%;
	height: auto;
	float: left;
	margin: 0 5%;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.slider3 {
	width: 100%;
	height: auto;
	float: left;
}

.slider3 li {
	width: 20%;
	padding: 0 5px;
	float: left;
	box-sizing: border-box;
}

.slider3 li img {
	vertical-align: middle;
	width: 100%;
}

.slick-slider3 .slick-slider {
	margin-bottom: 10px;
}

.section06 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	margin-top: 30px;
}

.section06_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.SNS__left {
	width: 50%;
	height: auto;
	float: left;
	border-right: 1px solid #333333;
	box-sizing: border-box;
	padding: 0 50px;
}

.SNS__right {
	width: 50%;
	height: auto;
	float: right;
	box-sizing: border-box;
	padding: 0 50px;
}

.facebook_title {
	width: 100%;
	height: auto;
	float: left;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 25px;
}

.facebook_area {
	width: 100%;
	height: auto;
	float: left;
}

.section07 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
	margin-top: 30px;
}

.section07_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.banner_box {
	width: 100%;
	height: auto;
	float: left;
}

.slider4 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 6%;
	margin-bottom: -20px;
}

.slider4 li {
	width: 14.2%;
	padding: 0 5px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 20px;
}

.slider4 li img {
	width: 100%;
	vertical-align: middle;
}

footer {
	width: 100%;
	height: auto;
	float: left;
	background: #000000;
	padding: 60px 0;
}

.footer_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footer_logo {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 0 60px 0;
	text-align: center;
}

.footer_logo img {
	width: 260px;
}

.footer_list {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	text-align: left;
}

.footer_list:nth-child(3) {
	margin-right: 0;
}

.list_a {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	position: relative;
}

.list_a i {
	background: url("../Images/footer_line.png") center center no-repeat;
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 18px;
}

.list_a a {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
}

.list_a a:hover {
	opacity: 0.5;
}

.list_b {
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
	position: relative;
}

.list_b a {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

.list_b a:hover {
	opacity: 0.5;
}

.footer_text {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #ffffff;
	font-size: 0.8em;
	margin-top: 50px;
}

.footer_text2 {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #ffffff;
	font-size: 0.7em;
	margin-top: 10px;
}



/*--内部ページ--*/

.temp .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 50px;
}

.temp .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 50px;
	
}

.temp .manu li {
	width: auto;
	height: auto;
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.temp .manu li.manu-no a:hover {
	color: #666666;
}

.temp .manu li a {
	color: #000000;
	font-weight: bold;
	height: auto;
	box-sizing: border-box;
	display: block;
}

.temp #navToggle span {
    border-bottom:solid 3px #000;
}

.temp.change-color {
	background: rgba(255,255,255,0.8)
}

.temp.change-color .logo {
	width: auto;
	height: auto;
	position: absolute;
	left: 50px;
	top: 20px;
}

.temp.change-color .manu {
	width: auto;
	height: auto;
	position: absolute;
	right: 100px;
	top: 20px;
	
}

.temp_main_bg01 {
	background: url("../Images/InPage/ana/01.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg02 {
	background: url("../Images/InPage/ana/02.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg03 {
	background: url("../Images/InPage/ana/03.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg04 {
	background: url("../Images/InPage/ana/04.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg05 {
	background: url("../Images/InPage/ana/05.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg06 {
	background: url("../Images/InPage/ana/06.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg07 {
	background: url("../Images/InPage/ana/07.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg08 {
	background: url("../Images/InPage/ana/08.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg09 {
	background: url("../Images/InPage/ana/09.jpg") center center no-repeat;
	background-size: cover;
}

.temp_main_bg10 {
	background: url("../Images/InPage/ana/10.jpg") center center no-repeat;
	background-size: cover;
}

.temp_return {
	width: 220px;
	height: auto;
	position: absolute;
	left: 30px;
	bottom: 30px;
	border-top: 1px solid #333333;
	text-align: left;
	padding-top: 10px;
}

.temp_main {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px 0;
	position: relative;
}

.temp_main_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_main_area img {
	max-width: 100%;
	height: auto;
}

.temp_right {
	width: 25%;
	height: auto;
	float: right;
	text-align: left;
}

.temp_sub_box {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #000000;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	position: relative;
}

.temp_sub_title {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.temp_sub_list {
	width: 100%;
	height: auto;
	float: left;
}

.temp_sub_list li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.temp_sub_list li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	padding: 0 0 0 80px;
	box-sizing: border-box;
	font-size: 0.8em;
}

.temp_sub_list li a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	color: #999999;
}

.temp_sub_list2 {
	width: 100%;
	height: auto;
	float: left;
}

.temp_sub_list2 li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.temp_sub_list2 li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	font-size: 0.8em;
}

.temp_left {
	width: 70%;
	height: auto;
	float: left;
	text-align: left;
}

.temp_title {
	width: 100%;
	height: auto;
	float: left;
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.temp_in_box {
	width: 100%;
	display: flex;
}

.flex_box {
	width: 48%;
	border-bottom: 1px solid #000000;
	margin-right: 2%;
	padding: 20px 0;
	box-sizing: border-box;
}

.flex_box:nth-child(2) {
	margin-right: 0;
	margin-left: 2%;
}

.flex_box2 {
	width: 48%;
	margin-right: 2%;
	padding: 20px 0;
	box-sizing: border-box;
}

.flex_box2:nth-child(2) {
	margin-right: 0;
	margin-left: 2%;
}

.temp_in_title {
	color: #999999;
	font-weight: bold;
	margin-bottom: 10px;
}

.photo_base {
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 30px;
}

.photo_base p {
	width: 25%;
}

.photo_base p img {
	width: 100%;
}

/*--内部2パターン--*/

.pt2_title_area {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 150px;
}

.pt2_title_box {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.pt2_title_subtitle {
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.pt2_title_title {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 2.4em;
}

.pt2_sub__manu {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.pt2_sub__manu li {
	width: auto;
	min-width: 180px;
	float: left;
	margin-right: 15px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}

.pt2_sub__manu li a:nth-child(2) {
	margin-left: 110px;
	margin-right: 30px;
	font-size: 0.9em;
}

.pt2_sub__manu li a:nth-child(3) {
	margin-right: 30px;
	font-size: 0.9em;
}

.pt2_sub__manu li a:nth-child(4) {
	margin-right: 30px;
	font-size: 0.9em;
}

.pt2_sub__manu li a:nth-child(5) {
	margin-right: 30px;
	font-size: 0.9em;
}

.pt2_sub__manu li a:nth-child(6) {
	font-size: 0.9em;
}

.news__list {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__list div {
	width: calc(32% - 7px);
	margin-right: 2%;text-align: left;
}

.news__list div:nth-child(3) {margin-right: 0;}
.news__list div:nth-child(6) {margin-right: 0;}
.news__list div:nth-child(9) {margin-right: 0;}
.news__list div:nth-child(12) {margin-right: 0;}
.news__list div:nth-child(15) {margin-right: 0;}
.news__list div:nth-child(18) {margin-right: 0;}
.news__list div:nth-child(21) {margin-right: 0;}

.news__list div a:hover {
	opacity: 0.5;
}

.news__list div a {
	display: block;
}

.news__list div .imgbox {
	width: 100%;
	margin-bottom: 20px;
}

.news__list div .imgbox img {
	width: 100%;
	vertical-align: middle;
}

.news__list div .title {
	width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

.news__list div .time {
	width: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
}

.news__list div .text {
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.8em;
	color: #999999;
}

.news__list.ann a {
	display: flex;
}

.news__list.ann div + div {
	margin-right: 0;
}

.news__list.kfbblog .imgbox img {
	border-radius: 50%;
}

.news__list.kfbblog div {
	padding: 20px;
	box-sizing: border-box;
}

.news__link__box {
	width: 100%;
}

.news__link__bottan {
	width: auto;
	float: right;
	background: #333333;
	margin-top: 17px;
}

.news__link__bottan p {
	width: auto;
	float: right;
}

.news__link__bottan a {
	padding: 10px 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.news__link__bottan a img {
	vertical-align: middle
}

.news__link__bottan a i {
	width: 1px;
	height: 25px;
	background: #666666;
	position: absolute;
	left: 0;
	top: 10px;
}


.news__list__link {
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 30px;
	padding-right: 20px;
	border-right: 1px solid #999999;
	margin-bottom: 30px;
}

.news__list__link a {
	font-weight: bold;
	text-decoration: underline;
}

/*--内部3パターン--*/

.news__page_area {
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid #000000;
	text-align: left;
	padding: 20px 0 0 0;
}

.news__page_area .time {
	width: 100%;
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 0.9em;
}

.news__page_area h3 {
	width: 100%;
	margin-bottom: 35px;
	font-weight: bold;
	font-size: 2em;
}

.news__page_area .box {
	width: 100%;
}

.news__page_movie {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.news__page_movie_bg {
	
	width: 50%;
	height: 100%;
	position: absolute;
	background: #f0efeb;
	left: 0;
	top: 0;
	z-index: 1;
}

.news__page_movie_box {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #f0efeb;
}

.news__page_movie_inbox {
	width: 100%;
	padding: 25px 0;
}

.flex_box3 {
	width: 48%;
	margin-right: 2%;
	padding: 20px 0;
	box-sizing: border-box;
}

.flex_box3:nth-child(2) {
	margin-right: 0;
	margin-left: 2%;
}

.worldnews__img {
	width: 100%;
}

.worldnews__title {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
	text-align: left;
}

.worldnews__time {
	width: 100%;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 15px;
	text-align: left;
}

.worldnews__text {
	width: 100%;
	font-size: 0.9em;
	text-align: left;
}

.worldnews_list {
	width: 100%;
}

.worldnews_list li {
	width: 100%;
	position: relative;
	padding: 0 0 0 170px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.worldnews_list li span {
	position: absolute;
	width: 160px;
	left: 0;
	top: 0;
	color: #999999;
}

.newsback_list {
	width: 100%;
	height: auto;
	float: left;
}

.newsback_list li {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.newsback_list li a {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	box-sizing: border-box;
	font-size: 0.8em;
}

.newsback_list li a span {
	width: 100%;
	display: block;
	color: #999999;
}

.tv__sub_title {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

.tv__page_list {
	width: 100%;
	padding: 50px 0;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tv__page_list div {
	width: 30%;
	margin-right: 3%;
}

.tv__page_list div img {
	width: 100%;
}

.tv__page_list div .title {
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tv__page_list div .subtext {
	width: 100%;
	text-align: right;
	color: #999999;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.temp_sub_title2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

.temp_sub_title3 {
	width: 100%;
	border-top: 1px solid #000000;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	clear: both;
}

.temp_in_box2 {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tv__page_list2 {
	width: 100%;
	padding: 50px 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tv__page_list2 a {
    min-height: calc(132px - 2px);
    display: flex;
    align-items: center;
    border: solid 1px #f0efeb;
}

.tv__page_list2 div {
	width: calc(23.5% - 5px);
	margin-right: 2%;
	margin-bottom: 20px;
}

.tv__page_list2 div:nth-child(4){
	margin-right: 0;
}

.tv__page_list2 div:nth-child(8){
	margin-right: 0;
}

.tv__page_list2 div:nth-child(12){
	margin-right: 0;
}

.tv__page_list2 div:nth-child(16){
	margin-right: 0;
}

.tv__page_list2 div:nth-child(20){
	margin-right: 0;
}

.tv__page_list2 div img {
	width: 100%;
}

.tv__page_list2 div .title {
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.tv__page_list2 div .subtext {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	margin-bottom: 15px;
}

.TV_linkTitle {
	width: 290px;
	height: 60px;
	float: right;
	position: relative;
	background: #333333;
	color: #ffffff;
	box-sizing: border-box;
	padding: 18px 50px 18px 120px;
	text-align: left;
}

.TV_linkTitle .line {
	width: 100px;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.TV_linkTitle a {
	color: #ffffff;
}

.event_bg {
	background: #f0efeb;
}

.event__title {
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 15px;
	text-align: left;
}

.event__text {
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.event__text2 {
	width: 100%;
	text-align: left;
	border-top: 1px solid #cccbc8;
	font-size: 0.8em;
	padding-top: 15px;
}

.event__page_img {
	width: 40%;
	float: left;
	overflow: hidden;
}

.event__page_img img {
	width: 100%;
}

.event__page_box {
	width: 60%;
	height: auto;
	float: right;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.event__page_text {
	text-align: left;
	max-width: 1000px;
	margin: auto;
	padding-top: 30px;
}

.event__page_title {
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.event__page_table {
	width: 100%;
	text-align: left;
}

.event__page_table th {
	color: #999999;
	padding-bottom: 20px;
	padding-right: 20px;
}

.event__page_table td {
	padding-bottom: 20px;
}

.event__page_bg {
	padding: 30px;
	box-sizing: border-box;
	background: #f0efeb;
	position: relative;
	z-index: 2;
}

.event__page_bg_r {
	width: 50%;
	height: 100%;
	background: #f0efeb;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.event__temp_main {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.event__link__box {
	width: 100%;
}

.event__link__bottan {
	width: auto;
	float: left;
	background: #333333;
	margin-top: 17px;
}

.event__link__bottan p {
	width: auto;
	float: right;
}

.event__link__bottan a {
	padding: 10px 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.event__link__bottan a img {
	vertical-align: middle
}


.event__list__link {
	width: auto;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	padding-left: 20px;
	border-left: 1px solid #999999;
	margin-bottom: 30px;
}

.event__list__link a {
	font-weight: bold;
	text-decoration: underline;
}

.announcer__list {
	width: 100%;
	position: relative;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.announcer__list .box {
	width: 32%;
	margin-right: 2%;
	text-align: left;
	margin-bottom: 50px;
}

.announcer__list .box:nth-child(3){margin-right: 0;}
.announcer__list .box:nth-child(6){margin-right: 0;}
.announcer__list .box:nth-child(9){margin-right: 0;}
.announcer__list .box:nth-child(12){margin-right: 0;}
.announcer__list .box:nth-child(15){margin-right: 0;}
.announcer__list .box:nth-child(18){margin-right: 0;}
.announcer__list .box:nth-child(21){margin-right: 0;}

.announcer__list .box .title {
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
}

.announcer__list .box .subtitle {
	width: 100%;
	font-size: 0.8em;
	border-bottom: 1px solid #000000;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.announcer__list .box .imgbox {
	width: 100%;
	margin-bottom: 10px;
}

.announcer__list .box .imgbox img {
	width: 100%;
	vertical-align: middle;
}


.announcer__list .box .sns {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 50px;
	position: relative;
	font-size: 0.9em;
}

.announcer__list .box .sns span {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
}

.company_link {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
}

.company_link a {
	background: #333333;
	color: #ffffff;
	padding: 25px 110px;
	width: auto;
	height: auto;
	font-size: 0.9em;
}

.company_link a:hover {
	opacity: 0.5;
}

.temp__list {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.temp__list li {
	width: 24%;
	margin-right: 1.25%;
	border: 1px solid #333333;
	padding: 25px 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.temp__list li:nth-child(4n) {
	margin-right: 0;
}

/*---会社概要---*/

.company_link_list {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 50px;
}

.company_link_list li {
	width: auto;
	float: left;
	margin-right: 18.5px;
}

.company_link_list li a {
	border-top: 2px solid #999999;
	color: #999999;
	padding-top: 20px;
	display: block;
}

.company_link_list li a:hover {
	opacity: 0.5;
}

.company_link_list li span {
	border-top: 2px solid #00a7eb;
	color: #00a7eb;
	padding-top: 20px;
	display: block;
}

.company_link_list li:last-child {
	margin-right: 0;
}

.company_list {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

.company_list .title {
	width: 20%;
	float: left;
	color: #999999;
}

.company_list .text {
	width: 80%;
	float: left;
}

.temp__sub__title {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding-top: 50px;
	position: relative;
	margin-bottom: 50px;
}

.temp__sub__title2 {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid #000000;
	padding-top: 20px;
	position: relative;
	margin-bottom: 50px;
}

.company_link_box {
	width: auto;
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 0.5em;
}

.company_link_box_sp {
	width: 100%;
	float: left;
	display: none;
}

.company_kouen {
	text-align: left;
	float: left;
}

.company_bangumi_list {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px dotted #000000;
	padding: 10px 0;
}

.company_bangumi_list .link {
	width: 70%;
	float: left;
}

.company_bangumi_list .link a {
	color: #0C84DC;
	text-decoration: underline;
}

.company_bangumi_list .time {
	width: 30%;
	float: left;
	color: #999999;
}

.company_bangumi_list_end {
	width: 100%;
	float: left;
	text-align: left;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding: 10px 0;
	margin-bottom: 50px;
}

.company_bangumi_list_end .link {
	width: 70%;
	float: left;
}

.company_bangumi_list_end .link a {
	color: #0C84DC;
	text-decoration: underline;
}

.company_bangumi_list_end .time {
	width: 30%;
	float: left;
	color: #999999;
}

.release_list {
	width: 100%;
	float: left;
	text-align: left;
}

.release_list li {
	width: 100%;
	position: relative;
	padding: 10px 10px 10px 35px;
	box-sizing: border-box;
}

.release_list li i {
	background: url("../Images/InPage/list.png") center center no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 10px;
	top: 17px;
}

/*top追加*/

.mslide {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.mslide_box {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	float: left;
	z-index: 2;
}

.slider3 {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.slider3 .slick-prev {
	position: absolute;
	right: 60px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	text-indent: 9999px;
	background: url("../Images/yahirushi02.png") center center no-repeat #333333;
	border: none;
}

.slider3 .slick-next {
	position: absolute;
	right: 5px;
	bottom: -5px;
	width: 50px;
	height: 50px;
	text-indent: 9999px;
	background: url("../Images/yahirushi01.png") center center no-repeat #333333;
	border: none;
}

.slider3_link {
	width: 115px;
	height: 60px;
	position: absolute;
	background: #333333;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}

.slider3_link p {
	width: 1px;
	height: 70%;
	background: #999999;
	position: absolute;
	left: 57px;
	top: 15%;
}

.slider3 .slick-dots {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 135px 10px 0;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.slider3 .slick-dots li button {
	border-radius: 100vw;
	text-indent: 9999px;
	width: 12px;
	height: 12px;
	border: none;
	position: relative;
	background: #dddddd;
	vertical-align: middle;
	float: right;
	display: inline-block;
	font-size: 0pt;
}

.slider3 .slick-dots li.slick-active button {
	background: #00a7eb;
}

.slider3 .slick-dots li {
	padding: 10px;
	/* background: url("../Images/subslide_line.png") center center repeat-x; */
	margin: 10px;
	width: auto;
}

.slider3 .slick-dots li.slick-active {
	padding: 10px;
	/* background: url("../Images/subslide_line2.png") center center repeat-x; */
	margin: 10px;
	width: auto;
}

.slider3_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.pickup_title {
	width: 35%;
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.pickup_title i {
	background: url("../Images/icon20.png") center center no-repeat;
	background-size: cover;
	width: 34px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

/*help*/

.contact_box {
	width: 100%;
	float: left;
	text-align: left;
}

.contact_box a {
	text-decoration: underline;
	color: #00a7eb;
}

.contact_box a:hover {
	color: #ccc;
}

.contact_text {
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.contact_error {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px dotted #ff0000;
	background: #FFE6E6;
	margin-bottom: 20px;
	color: #cc0000;
	font-weight: bold;
}

.contact_error table {
	margin-top: 20px;
}

.contact_error table th {
	padding-right: 20px;
}

.contact_text2 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list li {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_title {
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px dotted #ccc;
	border-left: 5px solid #00a7eb;
	box-sizing: border-box;
	padding: 2px 10px;
	margin-bottom: 10px;
}

.contact_list2 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list2 li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_qa {
	width: 100%;
	background: #C2EDFF;
	padding: 10px 10px 10px 60px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact_qa span {
	width: 50px;
	height: auto;
	background: #ffffff;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	padding: 8px;
	left: 2px;
	top: 2px;
	font-weight: bold;
	color: #00a7eb;
}

.viewing_box {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
}

.contact_list3 {
	width: 100%;
}

.contact_list3 li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.contact_list4 {
	width: 100%;
	margin-bottom: 20px;
}

.contact_list4 li {
	width: 100%;
	padding: 0 0 0 20px;
	position: relative;
}

.contact_list4 li i {
	background: url("../Images/InPage/list.png") center center no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 6px;
}

.sitemap_list {
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 30px;
}

.sitemap_list li {
	margin-right: 25px;
	padding: 0 0 0 20px;
	position: relative;
	width: 320px;
}

.sitemap_list li i {
	width: 11px;
	height: 11px;
	background: url("../Images/InPage/list.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
	width: 320px;
}

/* フォーム */

.cell-form-input label {
    text-align: left;
}

.cell-form-input label {
    display: inline-block;
}

.form-control-feedback {
    text-align: left;
    color: #ff3333;
}

#contactform table {
    width: 80%;
    margin: auto;
}

#contactform .text-muted {
    margin-top: 5px;
    font-size: small;
    color: #555;
}

#contactform form {
    margin-top: 20px;
}

#contactform .input-group {
    display: none;
}

#contactform th,
#contactform td {
    padding: 10px;
}

#contactform tr:last-of-type td {
    text-align: center;
}

#contactform th {
    white-space: nowrap;
}

#contactform td {
    width: 100%;
}

#contactform input,
#contactform textarea,
#contactform select {
    border: solid 1px #ddd;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

#contactform input[type="file"] {
    border: none;
    padding: 0;
}

#contactform input[type="radio"],
#contactform input[type="checkbox"] {
    width: auto;
}

#contactform .custom-radio,
#contactform .custom-checkbox {
    padding-right: 1em;
    white-space: nowrap;
}

/* ラジオボタン、チェックボックス装飾 */

#contactform .custom-radio,
#contactform .custom-checkbox {
	margin-bottom: 15px;
	padding-left: 30px;
	display: block;
	display: inline;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}
#contactform .custom-radio input,
#contactform .custom-checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
#contactform .custom-control-indicator {
	width: 20px;
	height: 20px;
	background: #e6e6e6;
	position: absolute;
	top: 2px;
	left: 0;
}
#contactform .custom-radio .custom-control-indicator {
	border-radius: 50%;
}
#contactform .custom-radio:hover input ~ .custom-control-indicator,
#contactform .custom-checkbox:hover input ~ .custom-control-indicator,
#contactform .custom-radio input:focus ~ .custom-control-indicator,
#contactform .custom-checkbox input:focus ~ .custom-control-indicator {
	/* background: #ccc; */
}
#contactform .custom-radio input:checked ~ .custom-control-indicator,
#contactform .custom-checkbox input:checked ~ .custom-control-indicator {
	background:rgba(0,154,219,1);
}
#contactform .custom-checkbox:hover input:not([disabled]):checked ~ .custom-control-indicator {
	/* background: rgba(0,154,219,.7); */
}
#contactform .custom-radio input:checked ~ .custom-control-indicator {
	background: rgba(0,154,219,1);
}
#contactform .custom-radio:hover input:not([disabled]):checked ~ .custom-control-indicator {
	/* background: rgba(0,154,219,.7); */
}
#contactform .custom-radio input:disabled ~ .custom-control-indicator,
#contactform .custom-checkbox input:disabled ~ .custom-control-indicator,
#contactform .custom-radio input:disabled ~ .custom-control-indicator,
#contactform .custom-radio input:disabled ~ .custom-control-indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}
#contactform .custom-control-indicator::after {
	content: "";
	display: none;
	position: absolute;
}
#contactform .custom-radio input:checked ~ .custom-control-indicator::after,
#contactform .custom-checkbox input:checked ~ .custom-control-indicator::after {
	display: block;
}
#contactform .custom-checkbox .custom-control-indicator::after {
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	left: 6px;
	top: 4px;
	transform: rotate(45deg);
}
#contactform .custom-checkbox input:disabled ~ .custom-control-indicator::after {
	border-color: #7b7b7b;
}
#contactform .custom-radio .custom-control-indicator::after {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	top: 7px;
	left: 7px;
}
#contactform .custom-radio input:disabled ~ .custom-control-indicator::after {
	background: #7b7b7b;
}

#Confirmation {
    background-color: #333;
    color: #fff;
    padding: 25px 110px !important;
    width: auto !important;
    height: auto;
    font-size: 0.9em;
    margin-top: 20px;
    display: inline-block;
}

#contactform .cell-form-question {
    font-weight: bold;
    padding-right: 20px;
}

#contactform .sr-only {
    color: #ff3333;
}

/* オリジナルコンテンツ対応 */

.openNav #navToggle span:nth-child(1),
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3)  {
    border-bottom-color: #000 !important;
}

.temp .nav_kensaku i {
    background-image: none;
    background-color: #000;
    -webkit-mask-image: url("../Images/icon13.svg");
    mask-image: url("../Images/icon13.svg");
}

.nav_kensaku #submit {
    background: none !important;
    background-color: #000 !important;
    -webkit-mask-image: url("../Images/icon21.svg");
    mask-image: url("../Images/icon21.svg");
}

#topmanu .nav_kensaku #submit {
    background: none !important;
    background-color: #fff !important;
    -webkit-mask-image: url("../Images/icon21.svg");
    mask-image: url("../Images/icon21.svg");
}

.nav_kensaku.sp #submit {
    -webkit-mask-image: url("../Images/icon13.svg");
    mask-image: url("../Images/icon13.svg");
    display: none;
}

#topmanu .nav_kensaku.sp #submit {
    -webkit-mask-image: url("../Images/icon13.svg");
    mask-image: url("../Images/icon13.svg");
    display: none;
}

.temp_sub_box h3 {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.temp_in_box {
    padding-bottom: 20px;
}

.temp_sub_box table tr {
    border-bottom: solid 1px #eee;
}

.temp_sub_box table thead th {
    background-color: #eee;
    text-align: center;
    font-weight: bold;
}

.company_link a {
    display: inline-block;
    margin-bottom: 20px;
}

.company_link_list li {
    margin-bottom: 20px;
}

.temp_in_box ol,
.temp_sub_box ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    text-align: left;
}

.temp_sub_box {
    padding-top: 20px;
}

.temp_sub_box img {
    max-width: 100%;
    height: auto;
}

.temp_sub_box h2 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
}

.temp_sub_box p {
    width: 100%;
    font-size: 0.9em;
    text-align: left;
}

/* 本文装飾（共通） */

div.box img {
    margin-bottom: 20px;
}

div.box p + p {
    line-height: 2;
    margin-bottom: 20px;
}

/* ときまる */

.tokimaru_title {
	height: auto;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	position: relative;
}

.tokimaru_title i {
	background: url("../Images/icon05.png") center center no-repeat;
	width: 43px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.Tokimaru--Block {
    background: #fed900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    clear: both;
    padding: 5px;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 1000px;
    margin: auto;
    margin-top: 30px;
}

.Tokimaru--Block .Block {
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 30px;
    text-align: left;
}

.Tokimaru--Profile.Tokimaru--Block .Block {
    padding-top: 149px;
}

.Tokimaru--Profile .Title {
    border-bottom: solid 2px #fed400;
    padding: 10px;
    position: absolute;
    left: 85px;
    right: 85px;
    max-width: 920px;
    margin: auto;
    margin-top: -199px;
}

.Tokimaru--Profile .Image {
    width: 380px;
    height: 149px;
    background: url(/tokimaru/Template/Images/Tokimaru.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: auto;
}

.Tokimaru--Profile .Question {
    line-height: 2;
    font-weight: 700;
    padding: 15px;
}

.Tokimaru--Profile .Question li {
    margin-top: 10px;
    text-align: left;
}

.Tokimaru--Profile .Question span {
    background: #000000;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-right: 10px;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 0 15px;
}

.Tokimaru--Calendar .Logo {
    width: 202px;
    height: 30px;
    background: url(/tokimaru/Template/Images/Calendar.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
}

.Tokimaru--Calendar .Title {
    border-bottom: solid 2px #fed400;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.Tokimaru--Calendar .Date {
    float: right;
    color: #999999;
    font-size: 1.125em;
    font-weight: 700;
}

.Tokimaru--Calendar .Column {
    width: 47%;
}

.Tokimaru--Calendar .Photo {
    width: 55%;
    float: left;
}

.Tokimaru--Calendar ul {
    width: 40%;
    float: right;
}

.Tokimaru--Calendar li {
    margin-bottom: 10px;
    text-align: center;
}

.Tokimaru--Calendar li a {
    display: block;
    padding: 10px;
    background: #e5e5e5;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.Tokimaru--Calendar .Photo img {
    width: 100%;
}

.Tokimaru--Movie {
    background: #000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px 100px;
    max-width: 1010px;
    margin: auto;
    margin-top: 30px;
    box-sizing: border-box;
}

.Tokimaru--Movie .Movie {
    width: 55%;
    min-height: 200px;
    float: left;
}

.Tokimaru--Movie .Movie__Title {
    width: 40%;
    min-width: 240px;
    height: 119px;
    background: url(/tokimaru/Template/Images/Movie.png) no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: right;
}

.Tokimaru--Goods {
    text-align: center;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    max-width: 1010px;
    padding-bottom: 180px;
}

.Tokimaru--Goods:after {
    content: ' ';
    position: absolute;
    right: 50px;
    bottom: 10px;
    width: 146px;
    height: 150px;
    background: url(/tokimaru/Template/Images/Tokimaru02.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    z-index: auto;
}

.Tokimaru--Goods .Goods__Title {
    width: 200px;
    height: 41px;
    background: url(/tokimaru/Template/Images/Goods.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: auto;
}

.Tokimaru--Goods .Item {
    width: calc(33.3% - 20px);
    float: left;
    background: #ffffff;
    padding: 10px;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Tokimaru--Goods .Item img {
    width: 100%;
}

.Tokimaru--Goods .Item .Title {
    font-size: 1.225em;
    color: #666666;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: #eeeeee solid 2px;
    height: 100px;
}

.Tokimaru--Goods .Item .Price {
    color: #00b4ed;
}

.TokimaruButtonType01 {
    display: block;
    background: #fed400;
    color: #444444;
    padding: 10px;
    -moz-border-radius: 20px 20px 20px 20px/50% 50% 50% 50%;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 20px 20px/50% 50% 50% 50%;
    -moz-box-shadow: 0 1px 0 #d39000;
    -webkit-box-shadow: 0 1px 0 #d39000;
    box-shadow: 0 1px 0 #d39000;
    text-align: center;
    font-weight: 700;
    font-size: 1.075em;
    position: relative;
}

/* 本文装飾（ときまる） */

div.box.tokimaru h4 {
    font-size: 1.175em;
    border-left: solid 5px #00b4ed;
    padding: 8px 0 8px 10px;
    line-height: 1.1;
    margin-bottom: 5px;
}

div.box.tokimaru h5 {
    font-size: 1.375em;
    color: #00b4ed;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: dotted #aaaaaa 1px;
    margin-bottom: 10px;
    margin-top: 20px;
}
}


.bousaibn {
	width: 95%;
	max-width:1000px;
	margin: 0 auto;
}

/* 装飾 */
.F-Bold {
  font-weight: bold;
}

.F-Red {
  color: #CC0000;
}

.T-Center {
  text-align: center;
}

.T-Right {
  text-align: right;
}

.T-Left {
  text-align: left;
}

/* サイズ等 */
.F-Size-5 {
  font-size: 0.5em;
}

.F-Size-4 {
  font-size: 0.6em;
}

.F-Size-3 {
  font-size: 0.7em;
}

.F-Size-2 {
  font-size: 0.8em;
}

.F-Size-1 {
  font-size: 0.9em;
}

.F-Size1 {
  font-size: 1.1em;
}

.F-Size2 {
  font-size: 1.2em;
}

.F-Size3 {
  font-size: 1.3em;
}

.F-Size4 {
  font-size: 1.4em;
}

.F-Size5 {
  font-size: 1.5em;
}

/* 余白
--------------------------------------*/
.Mg5 {
  margin: 5px;
}

.Mg5Top {
  margin-top: 5px;
}

.Mg5Right {
  margin-right: 5px;
}

.Mg5Bottom {
  margin-bottom: 5px;
}

.Mg5Left {
  margin-left: 5px;
}

.Pg5 {
  padding: 5px;
}

.Pg5Top {
  padding-top: 5px;
}

.Pg5Right {
  padding-right: 5px;
}

.Pg5Bottom {
  padding-bottom: 5px;
}

.Pg5Left {
  padding-left: 5px;
}

.Mg-5 {
  margin: -5px;
}

.Mg-5Top {
  margin-top: -5px;
}

.Mg-5Right {
  margin-right: -5px;
}

.Mg-5Bottom {
  margin-bottom: -5px;
}

.Mg-5Left {
  margin-left: -5px;
}

.Pg-5 {
  padding: -5px;
}

.Pg-5Top {
  padding-top: -5px;
}

.Pg-5Right {
  padding-right: -5px;
}

.Pg-5Bottom {
  padding-bottom: -5px;
}

.Pg-5Left {
  padding-left: -5px;
}

.Mg10 {
  margin: 10px;
}

.Mg10Top {
  margin-top: 10px;
}

.Mg10Right {
  margin-right: 10px;
}

.Mg10Bottom {
  margin-bottom: 10px;
}

.Mg10Left {
  margin-left: 10px;
}

.Pg10 {
  padding: 10px;
}

.Pg10Top {
  padding-top: 10px;
}

.Pg10Right {
  padding-right: 10px;
}

.Pg10Bottom {
  padding-bottom: 10px;
}

.Pg10Left {
  padding-left: 10px;
}

.Mg-10 {
  margin: -10px;
}

.Mg-10Top {
  margin-top: -10px;
}

.Mg-10Right {
  margin-right: -10px;
}

.Mg-10Bottom {
  margin-bottom: -10px;
}

.Mg-10Left {
  margin-left: -10px;
}

.Pg-10 {
  padding: -10px;
}

.Pg-10Top {
  padding-top: -10px;
}

.Pg-10Right {
  padding-right: -10px;
}

.Pg-10Bottom {
  padding-bottom: -10px;
}

.Pg-10Left {
  padding-left: -10px;
}

.Mg15 {
  margin: 15px;
}

.Mg15Top {
  margin-top: 15px;
}

.Mg15Right {
  margin-right: 15px;
}

.Mg15Bottom {
  margin-bottom: 15px;
}

.Mg15Left {
  margin-left: 15px;
}

.Pg15 {
  padding: 15px;
}

.Pg15Top {
  padding-top: 15px;
}

.Pg15Right {
  padding-right: 15px;
}

.Pg15Bottom {
  padding-bottom: 15px;
}

.Pg15Left {
  padding-left: 15px;
}

.Mg-15 {
  margin: -15px;
}

.Mg-15Top {
  margin-top: -15px;
}

.Mg-15Right {
  margin-right: -15px;
}

.Mg-15Bottom {
  margin-bottom: -15px;
}

.Mg-15Left {
  margin-left: -15px;
}

.Pg-15 {
  padding: -15px;
}

.Pg-15Top {
  padding-top: -15px;
}

.Pg-15Right {
  padding-right: -15px;
}

.Pg-15Bottom {
  padding-bottom: -15px;
}

.Pg-15Left {
  padding-left: -15px;
}

.Mg20 {
  margin: 20px;
}

.Mg20Top {
  margin-top: 20px;
}

.Mg20Right {
  margin-right: 20px;
}

.Mg20Bottom {
  margin-bottom: 20px;
}

.Mg20Left {
  margin-left: 20px;
}

.Pg20 {
  padding: 20px;
}

.Pg20Top {
  padding-top: 20px;
}

.Pg20Right {
  padding-right: 20px;
}

.Pg20Bottom {
  padding-bottom: 20px;
}

.Pg20Left {
  padding-left: 20px;
}

.Mg-20 {
  margin: -20px;
}

.Mg-20Top {
  margin-top: -20px;
}

.Mg-20Right {
  margin-right: -20px;
}

.Mg-20Bottom {
  margin-bottom: -20px;
}

.Mg-20Left {
  margin-left: -20px;
}

.Pg-20 {
  padding: -20px;
}

.Pg-20Top {
  padding-top: -20px;
}

.Pg-20Right {
  padding-right: -20px;
}

.Pg-20Bottom {
  padding-bottom: -20px;
}

.Pg-20Left {
  padding-left: -20px;
}

.Mg25 {
  margin: 25px;
}

.Mg25Top {
  margin-top: 25px;
}

.Mg25Right {
  margin-right: 25px;
}

.Mg25Bottom {
  margin-bottom: 25px;
}

.Mg25Left {
  margin-left: 25px;
}

.Pg25 {
  padding: 25px;
}

.Pg25Top {
  padding-top: 25px;
}

.Pg25Right {
  padding-right: 25px;
}

.Pg25Bottom {
  padding-bottom: 25px;
}

.Pg25Left {
  padding-left: 25px;
}

.Mg-25 {
  margin: -25px;
}

.Mg-25Top {
  margin-top: -25px;
}

.Mg-25Right {
  margin-right: -25px;
}

.Mg-25Bottom {
  margin-bottom: -25px;
}

.Mg-25Left {
  margin-left: -25px;
}

.Pg-25 {
  padding: -25px;
}

.Pg-25Top {
  padding-top: -25px;
}

.Pg-25Right {
  padding-right: -25px;
}

.Pg-25Bottom {
  padding-bottom: -25px;
}

.Pg-25Left {
  padding-left: -25px;
}

.Mg30 {
  margin: 30px;
}

.Mg30Top {
  margin-top: 30px;
}

.Mg30Right {
  margin-right: 30px;
}

.Mg30Bottom {
  margin-bottom: 30px;
}

.Mg30Left {
  margin-left: 30px;
}

.Pg30 {
  padding: 30px;
}

.Pg30Top {
  padding-top: 30px;
}

.Pg30Right {
  padding-right: 30px;
}

.Pg30Bottom {
  padding-bottom: 30px;
}

.Pg30Left {
  padding-left: 30px;
}

.Mg-30 {
  margin: -30px;
}

.Mg-30Top {
  margin-top: -30px;
}

.Mg-30Right {
  margin-right: -30px;
}

.Mg-30Bottom {
  margin-bottom: -30px;
}

.Mg-30Left {
  margin-left: -30px;
}

.Pg-30 {
  padding: -30px;
}

.Pg-30Top {
  padding-top: -30px;
}

.Pg-30Right {
  padding-right: -30px;
}

.Pg-30Bottom {
  padding-bottom: -30px;
}

.Pg-30Left {
  padding-left: -30px;
}

.Mg35 {
  margin: 35px;
}

.Mg35Top {
  margin-top: 35px;
}

.Mg35Right {
  margin-right: 35px;
}

.Mg35Bottom {
  margin-bottom: 35px;
}

.Mg35Left {
  margin-left: 35px;
}

.Pg35 {
  padding: 35px;
}

.Pg35Top {
  padding-top: 35px;
}

.Pg35Right {
  padding-right: 35px;
}

.Pg35Bottom {
  padding-bottom: 35px;
}

.Pg35Left {
  padding-left: 35px;
}

.Mg-35 {
  margin: -35px;
}

.Mg-35Top {
  margin-top: -35px;
}

.Mg-35Right {
  margin-right: -35px;
}

.Mg-35Bottom {
  margin-bottom: -35px;
}

.Mg-35Left {
  margin-left: -35px;
}

.Pg-35 {
  padding: -35px;
}

.Pg-35Top {
  padding-top: -35px;
}

.Pg-35Right {
  padding-right: -35px;
}

.Pg-35Bottom {
  padding-bottom: -35px;
}

.Pg-35Left {
  padding-left: -35px;
}

.Mg40 {
  margin: 40px;
}

.Mg40Top {
  margin-top: 40px;
}

.Mg40Right {
  margin-right: 40px;
}

.Mg40Bottom {
  margin-bottom: 40px;
}

.Mg40Left {
  margin-left: 40px;
}

.Pg40 {
  padding: 40px;
}

.Pg40Top {
  padding-top: 40px;
}

.Pg40Right {
  padding-right: 40px;
}

.Pg40Bottom {
  padding-bottom: 40px;
}

.Pg40Left {
  padding-left: 40px;
}

.Mg-40 {
  margin: -40px;
}

.Mg-40Top {
  margin-top: -40px;
}

.Mg-40Right {
  margin-right: -40px;
}

.Mg-40Bottom {
  margin-bottom: -40px;
}

.Mg-40Left {
  margin-left: -40px;
}

.Pg-40 {
  padding: -40px;
}

.Pg-40Top {
  padding-top: -40px;
}

.Pg-40Right {
  padding-right: -40px;
}

.Pg-40Bottom {
  padding-bottom: -40px;
}

.Pg-40Left {
  padding-left: -40px;
}

.Mg45 {
  margin: 45px;
}

.Mg45Top {
  margin-top: 45px;
}

.Mg45Right {
  margin-right: 45px;
}

.Mg45Bottom {
  margin-bottom: 45px;
}

.Mg45Left {
  margin-left: 45px;
}

.Pg45 {
  padding: 45px;
}

.Pg45Top {
  padding-top: 45px;
}

.Pg45Right {
  padding-right: 45px;
}

.Pg45Bottom {
  padding-bottom: 45px;
}

.Pg45Left {
  padding-left: 45px;
}

.Mg-45 {
  margin: -45px;
}

.Mg-45Top {
  margin-top: -45px;
}

.Mg-45Right {
  margin-right: -45px;
}

.Mg-45Bottom {
  margin-bottom: -45px;
}

.Mg-45Left {
  margin-left: -45px;
}

.Pg-45 {
  padding: -45px;
}

.Pg-45Top {
  padding-top: -45px;
}

.Pg-45Right {
  padding-right: -45px;
}

.Pg-45Bottom {
  padding-bottom: -45px;
}

.Pg-45Left {
  padding-left: -45px;
}

.Mg50 {
  margin: 50px;
}

.Mg50Top {
  margin-top: 50px;
}

.Mg50Right {
  margin-right: 50px;
}

.Mg50Bottom {
  margin-bottom: 50px;
}

.Mg50Left {
  margin-left: 50px;
}

.Pg50 {
  padding: 50px;
}

.Pg50Top {
  padding-top: 50px;
}

.Pg50Right {
  padding-right: 50px;
}

.Pg50Bottom {
  padding-bottom: 50px;
}

.Pg50Left {
  padding-left: 50px;
}

.Mg-50 {
  margin: -50px;
}

.Mg-50Top {
  margin-top: -50px;
}

.Mg-50Right {
  margin-right: -50px;
}

.Mg-50Bottom {
  margin-bottom: -50px;
}

.Mg-50Left {
  margin-left: -50px;
}

.Pg-50 {
  padding: -50px;
}

.Pg-50Top {
  padding-top: -50px;
}

.Pg-50Right {
  padding-right: -50px;
}

.Pg-50Bottom {
  padding-bottom: -50px;
}

.Pg-50Left {
  padding-left: -50px;
}

/*  グリッド
--------------------------------------*/
.Grid1 {
  width: 30px;
}

.Grid2 {
  width: 70px;
}

.Grid3 {
  width: 110px;
}

.Grid4 {
  width: 150px;
}

.Grid5 {
  width: 190px;
}

.Grid6 {
  width: 230px;
}

.Grid7 {
  width: 270px;
}

.Grid8 {
  width: 310px;
}

.Grid9 {
  width: 350px;
}

.Grid10 {
  width: 390px;
}

.Grid11 {
  width: 430px;
}

.Grid12 {
  width: 470px;
}

.Grid13 {
  width: 510px;
}

.Grid14 {
  width: 550px;
}

.Grid15 {
  width: 590px;
}

.Grid16 {
  width: 630px;
}

.Grid17 {
  width: 670px;
}

.Grid18 {
  width: 710px;
}

.Grid19 {
  width: 750px;
}

.Grid20 {
  width: 790px;
}

.Grid21 {
  width: 830px;
}

.Grid22 {
  width: 870px;
}

.Grid23 {
  width: 910px;
}

.Grid24 {
  width: 950px;
}