@charset "UTF-8";
/* =====================================================================================================================
=
= なにわ歯科衛生専門学校
= home
=
===================================================================================================================== */

/* HOMEだけパンくずリストを非表示に */
#home .bread-crumb,
#home #footer-bread-crumb{
	display:none;
}
body { font-family: Emoji, EmojiBold, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;}

/*
- メインビジュアル
--------------------------------------------------------------------------------------------------------------------- */
#main-visual{
	position:relative;
}
#main-visual .mv-img {
	width: 100%;
	max-width: 1165px;
	margin: 0 auto;
}

#main-visual .mv-img img {
	width: 100%;
	height: auto;
}

#main-visual .catch-copy{
	position:absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	width: 598px;
	transform: translate(-50%,-50%);
}


#main-visual #main-visual-carousel{
	position:relative;
	width:100%;
	height:auto;
	min-height:597px;
	overflow:hidden;
}

#main-visual #main-visual-carousel li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:no-repeat top center;
	background-size:cover;
	transition:transform 8s linear, opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform:scale(1.08);
	opacity:1;
}

#main-visual #main-visual-carousel li.zoom{
	transform:scale(1.00);
}

#main-visual #main-visual-carousel li.reset{
	transition:none;
	transform:scale(1.08);
}

#main-visual #main-visual-carousel li.change{
	opacity:0;
}

#main-visual #main-visual-carousel #carousel-item-01{z-index:3;background-image:url('/_assets/img/pc/home/photo_main_visual_01.jpg');}
#main-visual #main-visual-carousel #carousel-item-02{z-index:1;background-image:url('/_assets/img/pc/home/photo_main_visual_02.jpg');}

/*
- バナーカルーセル
--------------------------------------------------------------------------------------------------------------------- */
#information {
	position: relative;
	z-index: 4;
}
#banner-carousel{
	position:relative;
	width: 100%;
	margin: 0 auto;
	background: rgba(228,135,188,0.1);
}

#banner-carousel .banner-box {
	width: 100%;
	padding: 21px 0 65px;
	position: relative;
}

#banner-carousel .slider{
	max-width: 1065px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}
#banner-carousel .slider > div {
	width: 23.4%;
}
#banner-carousel .slider > div:nth-child(n+4) {
	margin-bottom: 0;
}
#banner-carousel .slider02 {
	width: 100%;
	/*max-width: 1165px;*/
	position: relative;
	/*left: 50%;
	transform: translateX(-50%);
	top: -140px;
	z-index: 3;*/
	margin-bottom: 40px;
}
#banner-carousel .slider02 .slider_box {
	margin: 0 15px;
}
#banner-carousel .slider02 .slider_box_img {
	padding-bottom: 10px;
}
#banner-carousel .slider02 .slider_box img {
	filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.16));
}

/*
- オープンキャンパス バナー
--------------------------------------------------------------------------------------------------------------------- */
.top_banner_oc {
	text-align: center;
	padding-bottom: 51px;
	text-align: center;
}
.top_banner_oc a.top_banner_ocimg {
	width: 100%;
	max-width: 964px;
	height: 100%;
	margin-bottom: 30px;
	margin-top: -50px;
	display: block;
}
.top_banner_oc a.top_banner_ocimg img {
	max-width: 964px;
	height: auto;
}
.top_banner_oc a.op_check {
	display: inline-block;
	color: #012264;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#banner-carousel .slider .slick-slide{
	transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#banner-carousel .slider .slick-slide:hover{
	opacity:0.75;
}


#banner-carousel .prev,
#banner-carousel .next{
	display:block;
	position:absolute;
	top:50%;
	width:46px;
	height:46px;
	background:#ff88bf;
	border:3px solid #ffacd2;
	border-radius:50%;
	transform:translate3d(0,-50%,0);
}

#banner-carousel .prev::before,
#banner-carousel .next::before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border:solid #ffffff;
	border-width:4px 4px 0 0;
	border-radius:1px;
}

#banner-carousel .prev{
	left:0;
	z-index:1;
}

#banner-carousel .prev::before{
	transform:rotate(-135deg);
	margin-left:14px;
}


#banner-carousel .next{
	right:0;
	z-index:2;
}

#banner-carousel .next::before{
	transform:rotate(45deg);
	margin-left:9px;
}

#banner-carousel .dots{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	margin-top:20px;
}
#banner-carousel .dots li{
	display:block;
	width:11px;
	height:11px;
	margin:0 21px;
	background:#cccccc;
	border-radius:50%;
	text-indent:-999px
}

#banner-carousel .dots li.slick-active{
	background:#f855a8;
}

#banner-carousel .dots li button{
	font-size: 0!important;
}


	#banner-carousel .prev,
	#banner-carousel .next{
		display: none;
	}

	#banner-carousel .prev::before,
	#banner-carousel .next::before{
		content:'';
		display:block;
		width:12px;
		height:12px;
		border:solid #ffffff;
		border-width:4px 4px 0 0;
		border-radius:1px;
	}

	#banner-carousel .prev{
		left:0;
	}

	#banner-carousel .prev::before{
		transform:rotate(-135deg);
		margin-left:14px;
	}

	#banner-carousel .next{
		right:0;
	}

	#banner-carousel .next::before{
		transform:rotate(45deg);
		margin-left:9px;
	}
    
    #banner-carousel .slick-prev, #banner-carousel .slick-next{
        position: absolute;
        z-index: 500;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        color: rgba(0,0,0,0);
    }
    #banner-carousel .slick-prev{
        left: -12px;
    }
    #banner-carousel .slick-next{
        right: -12px;
    }
    #banner-carousel .slick-prev:before, #banner-carousel .slick-next:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 24px;
        height: 24px;
    }
    #information #banner-carousel .slick-prev::before{
        left: 0;
        background: url("/_assets/img/sp/home/banner_arrow_left.svg") no-repeat center;
    }
    #information #banner-carousel .slick-next::before{
        right: 0;
        background: url("/_assets/img/sp/home/banner_arrow_right.svg") no-repeat center;
    }



@media screen and (max-width: 1024px) {/*-add 190605-*/
#banner-carousel{
	width:auto;
}
}/*-max1024END-*/

/*
- オープンキャンパス リンクボタン
--------------------------------------------------------------------------------------------------------------------- */
#main-visual .wrap_oc_link {
	position: absolute;
	width: 100%;
	max-width: 1165px;
	margin: 0 auto;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
}
#main-visual .oc_link {
	background: url("/_assets/img/pc/home/oc_link_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	width: 185px;
	height: 185px;
	top: 19px;
	left: 10px;
	z-index: 101;
	padding-top: 20.5px;
	box-sizing: border-box;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
}
#main-visual .oc_link a {
	display: block;
}
#main-visual .oc_link img {
	max-width: 97px;
	margin: 0 auto;
}
#main-visual .oc_link .date1 {
	font-size: 5.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.25em;
	color: #F6FF8D;
	letter-spacing: 0;
	display: block;
}
@media all and (-ms-high-contrast: none){
#main-visual .oc_link .date1{
	line-height: 1.2;
 }
}/*-IE only-*/
#main-visual .oc_link .date2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
}
/*@media screen and (max-width:767px){
	.wrap_oc_link {
		min-height: 250px;
	}
	.oc_link {
		width: 180px;
		height: 86px;
		padding-top: 3px;
		right: 0;
		left: 0;
		bottom: -27%;
		margin: auto;
	}
	.oc_link .date1 {
		font-size: 4rem;
	}
	.oc_link .date2 {
		width: 30px;
		height: 30px;
		font-size: 2rem;
		line-height: 30px;
		bottom: 5px;
	}
	.oc_link img {
		max-width: 150px;
	}
	#main-visual {
		margin-bottom: 65px;
	}
}*/


/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
	.top_banner_oc {
		width: 92%;
		margin: auto;
		margin-bottom: 70px;
	}
}

/*
- コロナ対策 バナー
--------------------------------------------------------------------------------------------------------------------- */
.top_banner_co {
	text-align: center;
	padding-bottom: 20px;
}
.top_banner_co img {
		max-width: 600px;

}
/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
	.top_banner_co {
		width: 95%;
		margin: auto;
		padding-top: 20px;
	}
}

/*
- オープンキャンパス カレンダー
--------------------------------------------------------------------------------------------------------------------- */
/*.btn_oc_calendar {
	cursor: pointer;
	background: #fff3f9;
	border-top: 1px solid #ff88bf;
	border-bottom: 1px solid #ff88bf;
	text-align: center;
	color: #ff88bf;
	font-size: 2rem;
	font-weight: bold;
	padding: 10px 0;
	display: none;
	position: relative;
}
.btn_oc_calendar::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 3px solid #ff88bf;
	border-right: 3px solid #ff88bf;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 23%;
	right: 4%;
	transition:all 0.2s ease-out;
}
.btn_oc_calendar_on::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 40%;
}*/

#oc_calendar {
	width: 100%;
	padding: 89px 0 100px;
	background: #fff;
}
#oc_calendar h2.enttl {
	text-align: center;
	font-size: 5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FF86CB;
}
#oc_calendar .line {
	width: 102px;
	margin: 0 auto 11px;
	border-bottom: solid 1px #132762;
}
#oc_calendar .jattl {
	text-align: center;
	font-size: 2.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	color: #012264;
	margin-bottom: 57px;
}
#oc_calendar .calender_cont {
	width: 100%;
	max-width: 965px;
	margin: 57px auto 0;
	display: flex;
	justify-content: space-between;
}
#oc_calendar .calender_cont .cont {
	width: 48.39%;
	border: solid 1px #FF86CB;
	border-radius: 10px;
	padding: 16px;
	height: 234px;
	box-sizing: border-box;
	position: relative;
}
#oc_calendar .calender_cont .cont .cont_ttl {
	font-size: 2rem;
	letter-spacing: 0.03em;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	width: 100%;
	box-sizing: border-box;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 18px;
}
#oc_calendar .calender_cont .cont.cont01 .cont_ttl {
	color: #fff;
	background-color: #FF86CB;
}
#oc_calendar .calender_cont .cont.cont02 .cont_ttl {
	color: #012264;
	background-color: #FFFFCC;
}
#oc_calendar .calender_cont .cont .cont_txt {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.625em;
    font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	padding-left: 16px;
}
#oc_calendar .calender_cont .cont.cont01 .cont_txt {
	color: #FF86CB;
}
#oc_calendar .calender_cont .cont.cont02 .cont_txt {
	color: #012264;
}
#oc_calendar .calender_cont .cont .cont_txt span.gray {
	color: #717171;
	line-height: 1.5em;
	font-family: "Hiragino Sans W3",sans-serif;
    font-weight: 400;
	display: block;
	margin-top: 10px;
	letter-spacing: 0;
}
#oc_calendar .calender_cont .cont.cont01 .cont_txt span.gray {
	width: 269px;
}
#oc_calendar .calender_cont .cont .cont_img {
	position: absolute;
}
#oc_calendar .calender_cont .cont.cont01 .cont_img {
	width: 31.69%;
	max-width: 148px;
    right: 18px;
    bottom: 9px;
}
#oc_calendar .calender_cont .cont.cont02 .cont_img {
	width: 28.99%;
    max-width: 136px;
    right: 33px;
	bottom: 0;
}

.oc_block_head_sub {
	display: block;
	margin-bottom: 10px;
}
.oc_calendar_inner {
	max-width: 1627px;
	margin: auto;
}
.oc_calendar_btn {
	text-align: center;
}
.oc_calendar_btn img {
	width: auto;
}
.calendar_box {
	position: relative;
	max-width: 1140px;
	margin: auto;
}
.calendar_box .calendar_photo1 {
	position: absolute;
	bottom: -7%;
	left: 0
}
.calendar_box .calendar_photo2 {
	position: absolute;
	bottom: -7%;
	right: 0;
}

.wrap_calendar.disnon {
    display: none;
}
.wrap_calendar table {
	border-collapse:  collapse;
	background: #f7f7f7;
	margin: auto;
}

.wrap_calendar table th,
.wrap_calendar table td {
	border: solid 1px #ff88bf;
}
.wrap_calendar table th {
	color: #ff88bf;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #fff3f9;
}
.wrap_calendar .day_number {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	background: #FFF;
	height: 100%;
}
.wrap_calendar .day_number {
	transition:all 0.2s ease-out;
}
.wrap_calendar .day_number_ago .day_number {
  background: #ccc;
}
.wrap_calendar a:hover .day_number {
	background: #ff88bf;
}
.wrap_calendar td .day_number:nth-of-type(2) {
	display: none;
}
.wrap_calendar .type_box + .wrap_day_number {
	display: none;
}
.wrap_calendar .type_box {
	font-size: 1.3rem;
	max-width: 73px;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	letter-spacing: -1px;
	line-height: 1.2;
	position: absolute;
	top: 40px;
	bottom: auto;
	right: 0;
	left: 0;
	margin: auto;
	background: #f855a8;
	color: #FFF;
}
.wrap_calendar .type_box.oc {
	background: #f855a8;
	color: #FFF;
}
.wrap_calendar .type_box.kobetu {
	background: #ffffcc;
	margin-top: 10px;
	color: #666666;
}
.wrap_calendar table td {
	width: 86px;
	height: 86px;
}
.wrap_calendar table td.day_number_ago {
	background: #ccc;
}
.wrap_calendar table td a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
}
.wrap_calendar table td.day_number_ago a{
 pointer-events: none;
}  
.wrap_calendar .month_before {
	font-size: 5.2rem;
	font-weight: bold;
	color: #ff88bf;
}
.wrap_calendar .month_after {
	font-size: 3rem;
	font-weight: bold;
	color: #ff88bf;
}
.wrap_calendar .calendar_month {
    max-width: 603px;
    margin-inline:auto;
    display: grid;
    grid-template-columns: 111px 1fr 111px;
    line-height: 1;
    margin-bottom: 10px;
	text-align: center;
}
.wrap_calendar .btn_prev,
.wrap_calendar .btn_next {
	width: 111px;
	background: url(./../img/pc/oc_calendar/btn_bg.png);
	background-size: cover;
	padding: 16px 10px;
	color: #FFF;
	font-size: 1.8rem;
	text-align: center;
	border-radius: 22px;
	cursor: pointer;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: auto;
	position: relative;
	box-shadow: 0px 4px 0px -1px rgba(198,101,191,1);
}
.wrap_calendar .btn_prev {
	
}
.wrap_calendar .btn_next {
	padding-right: 20px;
}
.wrap_calendar .btn_next::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	right: 18px;
}
.wrap_calendar .btn_prev {
	padding-left: 20px;
}
.wrap_calendar .btn_prev::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	top: 20px;
	left: 18px;
}
.wrap_calendar .btn_off {
	opacity: 0;
	cursor: initial;
}
.wrap_calendar .calendar_number {
	/*
    margin: 0 150px;
    */
}
.wrap_calendar_2,
.wrap_calendar_3,
.wrap_calendar_4,
.wrap_calendar_5 {
	display: none;
}
.wrap_calendar:last-of-type {
	.btn_next {
		opacity: 0;
		pointer-events: none;
	}
}

.wrap_day_number {
	background: #FFF;
	height: 100%;
}
#oc_calendar .btn_oclink {
	max-width: 301px;
	width: 100%;
	margin: 79px auto 0;
	background: #FF86CB;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	border-radius: 37px;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
    font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	box-sizing: border-box;
}
#oc_calendar .btn_oclink:hover {
	box-shadow: none;
	transform: translateY(4px);
}
#oc_calendar .btn_oclink a {
	display: block;
	color: #FFF;
	height: 73px;
	line-height: 73px;
}
#oc_calendar .btn_oclink::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 15px;
}

@media screen and (max-width:880px){
	.calendar_box .calendar_photo1,
	.calendar_box .calendar_photo2 {
		display: none;
	}
}
/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
	
	#oc_calendar {
		border-top: none;
		padding: 15.38vw 0 11.28vw;
	}
	
	#oc_calendar h2.enttl {
		text-align: center;
		font-size: 7.69vw;
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.1em;
		color: #FF86CB;
	}
	#oc_calendar  .line {
		width: 102px;
		margin: 0 auto 12px;
		border-bottom: solid 1px #132762;
	}
	#oc_calendar  p.jattl {
		text-align: center;
		font-size: 5.06vw;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0;
		color: #012264;
		margin-bottom: 57px;
	}
	.calendar_box {
		position: relative;
		width: 89.74%;
		margin: 0 auto;
	}
	

    .wrap_calendar .calendar_month {
        max-width: 100%;
        grid-template-columns: 80px 1fr 80px;
    }
	.wrap_calendar .calendar_number {
		/*
        margin: 0 30px;
        */
	}
	.wrap_calendar .btn_prev,
	.wrap_calendar .btn_next {
		width: 80px;
	}
	.wrap_calendar table {
		width: 100%;
	}
	.wrap_calendar table td {
		width: 86px;
		height: 50px;
	}
	.wrap_calendar .day_number {
    height: auto;
	}
	.wrap_calendar .day_number + .type_box {
		height: auto;
	}
	.wrap_calendar .type_box {
		position: relative;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.wrap_day_number {
		height: 100%;
		background: #FFF;
	}
	.wrap_calendar .type_box.kobetu {
		margin-top: 0;
	}
}


/*
- オープンキャンパス スケジュール
--------------------------------------------------------------------------------------------------------------------- */
#opencampus-schedule{
	width:964px;
	height:auto;
	margin:0 auto 54px auto;
	padding-bottom:16px;
	border:1px solid #ff88bf;
	border-radius:12px;
}

#opencampus-schedule dt,
#opencampus-schedule dd a{
	color:#ff88bf;
}

#opencampus-schedule dt{
	margin-bottom:8px;
	padding:26px 26px 8px 26px;
	border-bottom:1px dashed #ff88bf;
	font-size:2.4rem;
	font-weight:bold;
	line-height:1;
}

#opencampus-schedule dd{
	margin-bottom:8px;
	padding:0 26px;
}

#opencampus-schedule dd a{}
#opencampus-schedule dd a:hover{
	border-bottom:1px solid #ff88bf;
}
#opencampus-schedule dd a .date{font-weight:bold;}
#opencampus-schedule dd a .time{
	color:#666666;
	padding:0 0.5em;
}
#opencampus-schedule dd a .category{}

/*
- 昼間部・夜間部
--------------------------------------------------------------------------------------------------------------------- */
#main-content{
	width: 100%;
}
#main-content .ttl_area {
	padding: 102px 0 60px;
	position: relative;
	background: rgba(255,134,203,0.1);
}
#main-content .ttl_area h2.enttl {
	text-align: center;
	font-size: 5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FF86CB;
}
#main-content .ttl_area .line {
	width: 102px;
	margin: 0 auto 11px;
	border-bottom: solid 1px #132762;
}
#main-content .ttl_area .jattl {
	text-align: center;
	font-size: 2.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	color: #012264;
}
#main-content .ttl_area .ttl_area_img {
	width: 14.7%;
	max-width: 172px;
	position: absolute;
	right: 4.12%;
	bottom: 11px;
}
#section-time {
	width: 100%;
	padding: 55px 0 57px;
	background: url("./../img/pc/home/section-time_bg.png") rgba(255,134,203,0.1);
}
#section-time .time {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
	text-align: center;
}
#section-time .time.daytime {
	padding-bottom: 52px;
	border-bottom: solid 1px #E4E4E4;
}
#section-time .time.nighttime {
	padding-top: 74px;
}
#section-time .time h3 {
	font-size: 3rem;
	letter-spacing: 0.03em;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 27px;
	text-align: center;
	position: relative;
	display: inline-block;
	padding-left: 44px;
}
#section-time .time h3 span.small {
	font-size: 2.2rem;
}
#section-time .time.daytime h3 {
	color: #FF86CB;
}
#section-time .time h3::before {
	position: absolute;
	content: "";
	left: 0;
	background-repeat: no-repeat;
}
#section-time .time.daytime h3::before {
	top: 20%;
	width: 28.31px;
	height: 27.88px;
	background-image: url(./../img/pc/home/daytime_ttl_bg.png);
	background-size: contain;
}
#section-time .time.nighttime h3::before {
	top: 25%;
	width: 20.63px;
	height: 24.73px;
	background-image: url(./../img/pc/home/nighttime_ttl_bg.png);
	background-size: contain;
}
#section-time .time.nighttime h3 {
	color: #B18CCA;
}
#section-time .time .time_cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 53px;
}
#section-time .time .time_cont .time_box {
	width: 31.19%;
	position: relative;
}
#section-time .time .time_cont .time_box .num {
	width: 26px;
	height: 36px;
	position: absolute;
	top: -6px;
	left: -10px;
}
#section-time .time .time_cont .time_box .img {
	width: 100%;
	margin-bottom: 10px;
}
#section-time .time .time_cont .time_box .subttl {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #717171;
	font-family: "Hiragino Sans W3",sans-serif;
	margin-bottom: 5px;
}
#section-time .time .time_cont .time_box .ttl {
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1.2em;
	color: #717171;
    font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
}
#section-time .time.daytime .time_cont .time_box .ttl {
	color: #FF86CB;
}
#section-time .time.nighttime .time_cont .time_box .ttl {
	color: #B18CCA;
}
#section-time .time .btn_timelink {
	max-width: 301px;
	width: 100%;
	margin: 0 auto ;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	border-radius: 37px;
	cursor: pointer;
	position: relative;
    font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	box-sizing: border-box;
}
#section-time .time.daytime .btn_timelink {
	background: #FF86CB;
	box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
}
#section-time .time.daytime .btn_timelink:hover {
	box-shadow: none;
	transform: translateY(4px);
}
#section-time .time.nighttime .btn_timelink {
	background: #B18CCA;
	box-shadow: 0px 4px 0px -1px rgba(147,95,181,1);
}
#section-time .time.nighttime .btn_timelink:hover {
	box-shadow: none;
	transform: translateY(4px);
}
#section-time .time .btn_timelink a {
	display: block;
	color: #FFF;
	height: 73px;
	line-height: 73px;
}
#section-time .time .btn_timelink::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 15px;
}

/*
- Characteristic Text
--------------------------------------------------------------------------------------------------------------------- */
#characteristic-text {
	width: 100%;
	background: rgba(255,134,203,0.1);
	padding: 70px 0 86px;
	
}

#characteristic-text .characteristic-text_box {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
	background: #fff;
	border-radius: 21px;
	padding: 43px 0;
	text-align: center;
	position: relative;
}
#characteristic-text .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.68em;
	color: #707070;
	font-family: "Hiragino Sans W3",sans-serif;
}

#characteristic-text p.txt span.pink {
	color: #FF86CB;
    font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
}
#characteristic-text .characteristic-text_box .img {
	width: 73px;
	position: absolute;
	left: 2.69%;;
	bottom: -113px;
}
#characteristic-text .characteristic-text_box .img img {
	width: 100%;
	height: auto;
}

/*歯科衛生士大解剖*/
#anatomy {
	width: 100%;
	background: url(./../img/pc/home/anatomy_bg.png);
	background-size: cover;
	background-position: center;
}
#anatomy .inner {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
	padding: 93px 0 128px;
	position: relative;
}
#anatomy .inner .anatomy_img {
	width: 288px;
    position: absolute;
    top: 43.5%;
    left: 1.34%;
}
#anatomy h2.jattl {
	text-align: center;
	font-size: 5.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FF86CB;
}
#anatomy h2.jattl span.pink {
	color: #FF86CB;
}
#anatomy h2.jattl span.blue {
	color: #71CBDE;
}
#anatomy .line {
	width: 102px;
	margin: 0 auto 11px;
	border-bottom: solid 1px #132762;
}
#anatomy .enttl {
	text-align: center;
	font-size: 2.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	color: #012264;
	margin-bottom: 67px;
}
#anatomy .anatomy_cont {
	width: 100%;
	max-width: 633px;
	margin-left: auto;
}
#anatomy .anatomy_cont h4 {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #012264;
	font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
}
#anatomy .anatomy_cont h3 {
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #FF86CB;
	font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	margin: 5px 0 18px;
}
#anatomy .anatomy_cont .cont_txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	color: #717171;
	margin-bottom: 70px;
	font-family: "Hiragino Sans", sans-serif;
	font-weight: 400;
}
#anatomy .anatomy_cont .anatomy_boxes {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 7px 0 60px;
}
#anatomy .anatomy_cont .anatomy_box {
	width: 47.23%;
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-bottom: 16px;
}
#anatomy .anatomy_cont .anatomy_box .box_img {
	width: 100%;
}
#anatomy .anatomy_cont .anatomy_box p.place {
	letter-spacing: 0.1em;
	font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	color: #FF86CB;
}
#anatomy .anatomy_cont .anatomy_box p.role {
	letter-spacing: 0;
	font-family: "Hiragino Sans W3",sans-serif;
	color: #717171;
}
#anatomy .anatomy_cont .btn_anatomylink {
	max-width: 301px;
	width: 100%;
	background: #FF86CB;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	border-radius: 37px;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
	font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	box-sizing: border-box;
}
#anatomy .anatomy_cont .btn_anatomylink:hover {
	box-shadow: none;
	transform: translateY(4px);
}
#anatomy .anatomy_cont .btn_anatomylink a {
	display: block;
	color: #FFF;
	height: 73px;
	line-height: 73px;
}
#anatomy .anatomy_cont .btn_anatomylink::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 15px;
}

/*
- About Naniwa
--------------------------------------------------------------------------------------------------------------------- */
#about-naniwa {
	width: 100%;
	padding: 89px 0 62px;
	background:url('/_assets/img/pc/home/bg_about.jpg') no-repeat center center;
	background-size: cover;
}
#about-naniwa ul {
	width: 100%;
	max-width: 777px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {/*-add190605-*/
#about-naniwa{
	width:auto;
}
}/*-max1024 END-*/
#about-naniwa li {
	position:relative;
	width: 220px;
	height: 220px;
	margin-bottom: 46px;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	line-height: 1.38em;
	font-family: "Hiragino Sans W6", sans-serif;
	font-weight: bold;
	background:#ffffff;
	text-align:center;
	border-radius: 27px;
	transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(1);
}
#about-naniwa li:nth-child(n+4) {
	margin-bottom: 0;
}
#about-naniwa li::before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#ffffff;
	text-align:center;
	border-radius: 27px;
	transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: scale(1);
}

#about-naniwa li:hover::before{
	transform: scale(1.05);
}

#about-naniwa li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	color: #ff88bf;
	line-height: 1.2;
	text-align: center;
	padding-top: 172px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center 28.3px;
	background-size: 112.64px;
}
#about-naniwa li:nth-child(odd) a {
	color: #FF86CB
}
#about-naniwa li:nth-child(even) a {
	color: #7AC9ED
}

#about-naniwa li:nth-of-type(1) a { background-image:url('/_assets/img/pc/home/icon_about_01.png');}
#about-naniwa li:nth-of-type(2) a { background-image:url('/_assets/img/pc/home/icon_about_02.png');}
#about-naniwa li:nth-of-type(3) a { background-image:url('/_assets/img/pc/home/icon_about_03.png'); padding-top: 158px;}
#about-naniwa li:nth-of-type(4) a { background-image:url('/_assets/img/pc/home/icon_about_04.png');}
#about-naniwa li:nth-of-type(5) a { background-image:url('/_assets/img/pc/home/icon_about_05.png'); padding-top: 158px;}
#about-naniwa li:nth-of-type(6) a { background-image:url('/_assets/img/pc/home/icon_about_06.png');}

/*
- NEWS & TOPICS
--------------------------------------------------------------------------------------------------------------------- */
#news-topics {
	width: 100%;
	max-width: 812px;
	margin:0 auto;
	padding: 118px 0 67px;
}
#news-topics #news-content {
	width: 100%;
}
#news-topics #news-content h2.enttl {
	text-align: center;
	font-size: 5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FF86CB;
}
#news-topics #news-content .line {
	width: 102px;
	margin: 0 auto 11px;
	border-bottom: solid 1px #132762;
}
#news-topics #news-content .jattl {
	text-align: center;
	font-size: 2.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	color: #012264;
	margin-bottom: 85px;
}

#news-topics #news-content ul {
	width: 100%;
	margin-bottom: 77px;
	font-family: "Hiragino Sans W3",sans-serif;
}

#news-topics #news-content ul li {
	margin-bottom: 14px;
	font-size: 1.8rem;
}

#news-topics #news-content ul li .date{
	padding-right: 0.5em;
	color: #ff88bf;
}

#news-topics #news-content ul li .category{
}

#news-topics #news-content ul li a{}
#news-topics #news-content ul li a:hover{
	border-bottom: 1px solid #666666;
}
#news-topics #news-content a.more-button {
	display: block;
	color: #FFF;
	height: 73px;
	line-height: 73px;
	max-width: 301px;
	width: 100%;
	margin: 0 auto;
	background: #FF86CB;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: center;
	border-radius: 37px;
	cursor: pointer;
	position: relative;
	box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
	font-family: "Hiragino Sans W6", sans-serif;
    font-weight: bold;
	box-sizing: border-box;
}
#news-topics #news-content a.more-button:hover {
	box-shadow: none;
	transform: translateY(4px);
}
#news-topics #news-content a.more-button::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 15px;
}

@media screen and (max-width: 1024px) {/*-add190605-*/
#news-topics{
	width:auto;
}
}/*-max1024 END-*/
/*
- SNS
--------------------------------------------------------------------------------------------------------------------- */
#home #page-content .sns-navi {
	background: #FFF4FA;
	margin-bottom: 50px;
	padding: 91px 0 77px;
}
#home #page-content .sns-navi h2.enttl {
	text-align: center;
	font-size: 5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #FF86CB;
}
#home #page-content .sns-navi .line {
	width: 102px;
	margin: 0 auto 11px;
	border-bottom: solid 1px #132762;
}
#home #page-content .sns-navi .jattl {
	text-align: center;
	font-size: 2.2rem;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
	color: #012264;
	margin-bottom: 53px;
}

#home #page-content .sns-navi .sns-content {
	display: flex;
	justify-content:space-between;
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
}

#home #page-content .sns-navi .sns-content ul {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 0 2%;
}

#home #page-content .sns-navi .sns-content ul li{
	display: flex;
	flex-flow:row wrap;
	align-items:center;
	width: 32%;
	height: 88px;
	margin-bottom: 15px;
	background: #fff;
	font-size: 2rem;
	font-family: "Hiragino Sans W6", sans-serif;
	font-weight: bold;
}

#home #page-content .sns-navi .sns-content ul li:last-child{margin:0;}

#home #page-content .sns-navi .sns-content li a::before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 30px;
	background:no-repeat 0 center;
	background-size: contain;
}
#home #page-content .sns-navi .sns-content li a{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	line-height: 1.2;
	transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity:1;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16) inset;
}

#home #page-content .sns-navi .sns-content li a:hover{
	opacity:0.75;
}

#home #page-content .sns-navi .sns-content li:nth-of-type(1) a{ color: #6A4697;}
#home #page-content .sns-navi .sns-content li:nth-of-type(2) a{ color: #44AD35;}
#home #page-content .sns-navi .sns-content li:nth-of-type(3) a{ color: #1A1311;}
#home #page-content .sns-navi .sns-content li:nth-of-type(4) a{ color: #000;}
#home #page-content .sns-navi .sns-content li:nth-of-type(5) a{ color: #FF86CB;}

#home #page-content .sns-navi .sns-content li:nth-of-type(1) a::before{background-image:url('/_assets/img/icon_instagram.png');}
#home #page-content .sns-navi .sns-content li:nth-of-type(2) a::before{background-image:url('/_assets/img/icon_line.png');}
#home #page-content .sns-navi .sns-content li:nth-of-type(3) a::before{background-image:url('/_assets/img/icon_tiktok.png');}
#home #page-content .sns-navi .sns-content li:nth-of-type(4) a::before{background-image:url('/_assets/img/icon_x.png');}
#home #page-content .sns-navi .sns-content li:nth-of-type(5) a::before{background-image:url('/_assets/img/icon_blog.png');}

#home #page-content .sns-navi .sns-content li a span{
	flex:1;
}


/* TWITTER ウィジェット */
#home #page-content .sns-navi #twitter-widgets{
	flex:1;
	padding: 16px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16) inset;
}

#home #page-content .sns-navi #twitter-widgets h2{
	display:flex;
	align-items:center;
	margin-bottom:10px;
	color:#000;
	font-size:1.6rem;
	font-weight:bold;
}
#home #page-content .sns-navi #twitter-widgets h2::before{
	content:'';
	display:block;
	width:36px;
	height:36px;
	margin-right:8px;
	background:url('/_assets/img/icon_x.png') no-repeat 0 center;
	background-size:contain;
}
#home #page-content .sns-navi #twitter-widgets iframe{
	display:block !important;
	margin:0 auto !important;
	width: 100%!important;
}

/*
- 他バナー
--------------------------------------------------------------------------------------------------------------------- */
#top-banners {
	margin-bottom:10px;
}

#top-banners ul{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	width:640px;
	margin:0 auto;
}

#top-banners ul li{
	width:50%;
	border:1px solid #c1c1c1;
	text-align:center;
	vertical-align:middle;
}

#top-banners ul li:nth-of-type(1){
	/*border-right:none;*/
}

#top-banners ul li a{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:100%;
	height:100%;
	padding:28px 0;
	transition:opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity:1;
}

#top-banners ul li a:hover{
	opacity:0.75;
}

#top-banners ul li a:after{
	content:'';
	display:inline-block;
	position:absolute;
	top:50%;
	right:20px;
	width:12px;
	height:12px;
	margin-top:-8px;
	border:solid #c1c1c1;
	border-width:3px 3px 0 0;
	border-radius:2px;
	transform:rotate(45deg);
}

#top-banners ul li:nth-of-type(2) a{
	color:#1d287a;
	font-size:2.8rem;
	line-height:1;
	font-weight:bold;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}


#top-banners ul li:nth-of-type(1) img{
	width:60%;
	vertical-align:middle;
}

/*フローティング */
.floating_left {
	position: fixed;
	left: 0;
	top: 50%;
	padding-left: 10px;
	z-index: 100;
}
.floating_left ul {
	width: 36px;
}
.floating_left ul li {
	width: 100%;
	margin-bottom: 14px;
}
.floating_left ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.floating_left ul li a img {
	width: 100%;
	height: auto;
}

/*
- media query (tablet)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:963px){/*-add190605-*/

/*
- メインビジュアル tablet
--------------------------------------------------------------------------------------------------------------------- */
#main-visual {
	margin-top: 80px;
}
#main-visual .catch-copy{
	width:100%;
}

/*
- バナーカルーセル tablet
--------------------------------------------------------------------------------------------------------------------- */
#banner-carousel{
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
#banner-carousel .slider{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/*
- オープンキャンパス スケジュール tablet
--------------------------------------------------------------------------------------------------------------------- */
#opencampus-schedule{
	width:auto;
	margin: 0 10px 54px;
}
.oc_calendar .calender_cont {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: space-between;
}

.oc_calendar .calender_cont .cont .cont_img {
	position: absolute;
}
.oc_calendar .calender_cont .cont.cont01 .cont_img {
	width: 37.18%;
	max-width: 197px;
	right: -5%;
	top: 30%;
}
.oc_calendar .calender_cont .cont.cont02 .cont_img {
	width: 37.1%;
	max-width: 174px;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 830px) {
	.oc_calendar .calender_cont .cont .cont_img {
		display: none;
	}
}



/*
- 中間部・夜間部 tablet
--------------------------------------------------------------------------------------------------------------------- */
#section-time{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

/*
- Characteristic Text tablet
--------------------------------------------------------------------------------------------------------------------- */
#characteristic-text{
	width:auto;
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 900px) {
	#characteristic-text .characteristic-text_box .img {
		display: none;
	}
}

/*歯科衛生士大解剖*/
#anatomy {
	width: auto;
}
#anatomy .inner .anatomy_img {
	display: none;
}
#anatomy .anatomy_cont {
	width: 100%;
	max-width: 633px;
	margin: 0 auto;
}
#anatomy .anatomy_cont .btn_anatomylink {
	margin: 0 auto;
}

/*
- About Naniwa tablet
--------------------------------------------------------------------------------------------------------------------- */
#about-naniwa{
	justify-content: flex-start;
	width:auto;
	padding-left: 10px;
	padding-right: 10px;
}


/*
- NEWS & TOPICS tablet
--------------------------------------------------------------------------------------------------------------------- */
#news-topics{
	width: auto;
	margin:0 auto;
}

/*
- SNS tablet
--------------------------------------------------------------------------------------------------------------------- */
#home #page-content .sns-navi .sns-content{
	width:auto;
	margin:0 10px;
}



}/*-tablet END 190605-*/

/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
	/*
	- メインビジュアル
	--------------------------------------------------------------------------------------------------------------------- */
	#main-visual{
		margin-top: 80px;
		position:relative;
		z-index: 3;
	}

	#main-visual .catch-copy{
		position:absolute;
		z-index:100;
		/*width: 100%;
		height:100%;
		overflow:hidden;
		transform: translate3d(0,0,0);
		position: absolute;*/
		top: 50%;
		left: 50%;
		width: 71.53%;
		transform: translate(-50%,-50%);
	}

	#main-visual .catch-copy span{
		position:absolute;
		display:block;
        font-size: 100%;
	}
	#main-visual .wrap_oc_link {
		position: fixed;
		width: 30.2%;
		max-width: 118px;
		height: 112px;
		margin: 0;
		z-index: 1000;
		top: 70%;
		right: 0;
		left: auto;
		display: none;
	}
	#main-visual .oc_link {
		background: #FF4BB6;
		border-radius: 20px 0 0 20px;
		text-align: center;
		position: absolute;
		width: 118px;
		height: 112px;
		z-index: 101;
		box-sizing: border-box;
		box-shadow: 10px 10px 20px rgb(0 0 0 / 16%);
		padding-top: 0;
		top: 0;
		display: none;
	}
	#main-visual .oc_link a {
		padding-top: 9px;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	#main-visual .oc_link img {
		max-width: 89px;
		margin: 0 auto;
	}
	#main-visual .oc_link .date1 {
		font-size: 3.9rem;
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		line-height: 1.25em;
		color: #F6FF8D;
		letter-spacing: 0;
		display: block;
	}
	
	
	#main-visual #main-visual-carousel{
		position:relative;
		width:100%;
		/*height:auto;
		height: 78vw;
		min-height: 243px;*/
		height: 62.3vw;
		min-height: 243px;
		overflow:hidden;
	}

	#main-visual #main-visual-carousel li{
		background-size: 220% auto;
		transform: scale(1.12);
	}

	#main-visual #main-visual-carousel li.zoom{
	}
	#main-visual #main-visual-carousel li.reset{}
	#main-visual #main-visual-carousel li.change{}

	#main-visual #main-visual-carousel #carousel-item-01{
		background-position: 54% 64%;
		background-position: center top;
    background-image: url(/_assets/img/sp/home/photo_main_visual_01_sp.jpg);
		background-size: cover;
	}
	#main-visual #main-visual-carousel #carousel-item-02{
		background-position: 66% 100%;
		background-position: center top;
    background-image: url(/_assets/img/sp/home/photo_main_visual_02_sp.jpg);
		background-size: cover;
	}

	/*#information{
		background:#fff9fc;
		margin-bottom:20px;
		padding:10px 0;
	}*/

	/*
	- バナーカルーセル
	--------------------------------------------------------------------------------------------------------------------- */
	/*
	- バナーカルーセル
	--------------------------------------------------------------------------------------------------------------------- */
	#banner-carousel{
		position: relative;
		width: 100%;
		margin: 0 auto;
		background: rgba(228,135,188,0.1);
		padding-top: 19px;
	}

	#banner-carousel .banner-box {
		width: 100%;
		max-width: 965px;
		margin: 0 auto;
		padding: 0 0 20px;
		position: relative;
	}

	#banner-carousel .slider{
		width: 89.74%;
		transform: translate(0,0);
		margin: -30px auto 0;
		left: 0;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: inherit;
	}
	#banner-carousel .slider > div {
		width: 47.71%;
		margin-bottom: 7px;
	}
	#banner-carousel .slider > div:nth-child(n+3) {
		margin-bottom: 0;
	}
	#banner-carousel .slider02 {
		width: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: -62px;
		z-index: 3;
		margin-bottom: 0;
	}
	#banner-carousel .slider02 .slider_box {
		margin: 0 2px;
	}
	#banner-carousel .slider02 .slider_box_img {
		padding-bottom: 0;
	}
	#banner-carousel .slider02 .slider_box img {
		box-shadow: none;
		filter: none;
	}
	#banner-carousel .dots{
		display:flex;
		flex-flow:row wrap;
		justify-content:center;
		margin-top:5px;
	}
	#banner-carousel .dots li{
		display:block;
		width:11px;
		height:11px;
		margin:0 9px;
		background:#cccccc;
		border-radius:50%;
		text-indent:-999px
	}
	#banner-carousel .dots li button{
		font-size: 0!important;
	}

	/*
	- オープンキャンパス バナー
	--------------------------------------------------------------------------------------------------------------------- */
	.top_banner_oc {
		width: 89.74%;
		margin: 0 auto;
		text-align: center;
		padding-bottom: 51px;
	}
	.top_banner_oc a.top_banner_ocimg {
		width: 100%;
		max-width: 964px;
		height: 100%;
		margin-bottom: 30px;
		margin-top: 0;
		display: block;
	}
	.top_banner_oc a.top_banner_ocimg img {
		max-width: 964px;
		height: auto;
	}
	.top_banner_oc a.op_check {
		display: inline-block;
		color: #012264;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	


	#banner-carousel .prev,
	#banner-carousel .next{
		display: none;
	}

	#banner-carousel .prev::before,
	#banner-carousel .next::before{
		content:'';
		display:block;
		width:12px;
		height:12px;
		border:solid #ffffff;
		border-width:4px 4px 0 0;
		border-radius:1px;
	}

	#banner-carousel .prev{
		left:0;
	}

	#banner-carousel .prev::before{
		transform:rotate(-135deg);
		margin-left:14px;
	}

	#banner-carousel .next{
		right:0;
	}

	#banner-carousel .next::before{
		transform:rotate(45deg);
		margin-left:9px;
	}
    
    #banner-carousel .slick-prev, #banner-carousel .slick-next{
        position: absolute;
        z-index: 500;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: auto;
        color: rgba(0,0,0,0);
    }
    #banner-carousel .slick-prev{
        left: 0;
    }
    #banner-carousel .slick-next{
        right: 0;
    }
    #banner-carousel .slick-prev:before, #banner-carousel .slick-next:before{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 24px;
        height: 24px;
    }
    #banner-carousel .slick-prev:before{
        left: -10px;
        background: url("/_assets/img/sp/home/banner_arrow_left.svg") no-repeat center;
    }
    #banner-carousel .slick-next:before{
        right: -10px;
        background: url("/_assets/img/sp/home/banner_arrow_right.svg") no-repeat center;
    }

	/*
	- オープンキャンパス スケジュール
	--------------------------------------------------------------------------------------------------------------------- */
	#opencampus-schedule{
		width: 96%;
		height:auto;
		margin: 0 auto 10px auto;
		padding-bottom: 10px;
		border:1px solid #ff88bf;
		border-radius:12px;
	}

	#opencampus-schedule dt,
	#opencampus-schedule dd a{
		color:#ff88bf;
	}

	#opencampus-schedule dt{
		margin-bottom:8px;
		padding: 10px 4%;
		border-bottom:1px dashed #ff88bf;
		font-size: 1.8rem;
		font-weight:bold;
		/* line-height:1; */
		/* text-align: center; */
	}

	#opencampus-schedule dd{
		margin-bottom: 0;
		padding: 0 4%;
	}

	#opencampus-schedule dd a{font-size: 1.3rem;}
	#opencampus-schedule dd a:hover{
		border-bottom:1px solid #ff88bf;
	}
	#opencampus-schedule dd a .date{font-weight:bold;}
	#opencampus-schedule dd a .time{
		color:#666666;
		padding:0 0.5em;
	}
	#opencampus-schedule dd a .category{}

	/*
	- 資料請求バナー
	--------------------------------------------------------------------------------------------------------------------- */
	#information .banner-request{
		width:96%;
		margin:0 auto;
		margin-top: 40px;
	}
	
	/*
	- カレンダー下
	--------------------------------------------------------------------------------------------------------------------- */
	#oc_calendar .calender_cont {
		width: 89.74%;
		max-width: none;
		margin: 57px auto 0;
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
	}
	#oc_calendar .calender_cont .cont {
		width: 100%;
		border: solid 1px #FF86CB;
		border-radius: 10px;
		padding: 3.07vw;
		height: 50vw;
		box-sizing: border-box;
		position: relative;
	}
	#oc_calendar .calender_cont .cont.cont02 {
		height: 35.6vw;
		margin-top: 3.07vw;
	}
	#oc_calendar .calender_cont .cont .cont_ttl {
		font-size: 4.6vw;
		letter-spacing: 0.03em;
		text-align: left;
		height: 8.46vw;
		line-height: 8.46vw;
		border-radius: 18px;
		width: 100%;
		box-sizing: border-box;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		margin-bottom: 2.07vw;
		padding-left: 4.35vw;
	}
	#oc_calendar .calender_cont .cont.cont01 .cont_ttl {
		color: #fff;
		background-color: #FF86CB;
	}
	#oc_calendar .calender_cont .cont.cont02 .cont_ttl {
		color: #012264;
		background-color: #FFFFCC;
	}
	#oc_calendar .calender_cont .cont .cont_txt {
		font-size: 4.1vw;
		letter-spacing: 0.1em;
		line-height: 1.625em;
		font-family: "Hiragino Sans W5","sans-serif";
		font-weight: bold;
		padding-left: 0;
	}
	#oc_calendar .calender_cont .cont.cont01 .cont_txt {
		color: #FF86CB;
	}
	#oc_calendar .calender_cont .cont.cont02 .cont_txt {
		color: #012264;
	}
	#oc_calendar .calender_cont .cont .cont_txt span.gray {
		color: #717171;
		line-height: 1.5em;
		font-family: "Hiragino Sans W3",sans-serif;
		display: block;
		margin-top: 0;
		letter-spacing: 0;
	}
	#oc_calendar .calender_cont .cont.cont01 .cont_txt span.gray {
		width: 100%;
	}
	#oc_calendar .calender_cont .cont .cont_img {
		position: absolute;
		bottom: 0;
	}
	#oc_calendar .calender_cont .cont.cont01 .cont_img {
		width: 20vw;
        right: 4.87vw;
        bottom: 23.84vw;
	}
	#oc_calendar .calender_cont .cont.cont02 .cont_img {
        width: 20.51vw;
        right: 6.15vw;
	}
	#oc_calendar .btn_oclink {
		width: 100%;
		max-width: 301px;
		margin: 30PX auto 0;
		background: #FF86CB;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		text-align: center;
		border-radius: 37px;
		cursor: pointer;
		position: relative;
		box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
		box-sizing: border-box;
	}
	#oc_calendar .btn_oclink a {
		display: block;
		color: #FFF;
		height: 73px;
		line-height: 73px;
	}
	#oc_calendar .btn_oclink::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 45%;
		right: 15px;
	}

	/*
	- 中間部・夜間部
	--------------------------------------------------------------------------------------------------------------------- */
	#main-content{
		width: 100%;
	}
	#main-content .ttl_area {
		padding: 46px 0 35px;
		position: relative;
		background: rgba(255,134,203,0.1);
	}
	#main-content .ttl_area h2.enttl {
		text-align: center;
		font-size: 3rem;
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.1em;
		color: #FF86CB;
	}
	#main-content .ttl_area .line {
		width: 102px;
		margin: 0 auto 11px;
		border-bottom: solid 1px #132762;
	}
	#main-content .ttl_area .jattl {
		text-align: center;
		font-size: 2rem;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0;
		color: #012264;
	}
	#main-content .ttl_area .ttl_area_img {
		width: 33%;
		max-width: 129px;
		position: absolute;
		right: 9.74%;
		bottom: -133.5vw;
	}
	#section-time {
		width: 100%;
		padding: 15.38vw 0 57px;
		background: url("./../img/pc/home/section-time_bg.png") rgba(255,134,203,0.1);
	}
	#section-time .time {
		width: 89.47%;
		max-width: 965px;
		margin: 0 auto;
		text-align: center;
	}
	#section-time .time.daytime {
		padding-bottom: 52px;
		border-bottom: solid 1px #E4E4E4;
	}
	#section-time .time.nighttime {
		padding-top: 92.9px;
	}
	#section-time .time h3 {
		font-size: 2.3rem;
		letter-spacing: 0.03em;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		margin-bottom: 6.41vw;
		text-align: center;
		position: relative;
		display: inline-block;
	}
	#section-time .time h3 span.small {
		font-size: 1.8rem;
	}
	#section-time .time.daytime h3 {
		color: #FF86CB;
	}
	#section-time .time h3::before {
		position: absolute;
		content: "";
		left: 50%;
		background-repeat: no-repeat;
	}
	#section-time .time.daytime h3::before {
		top: -37px;
		background-image: url(./../img/pc/home/daytime_ttl_bg.png);
		background-size: contain;
	}
	#section-time .time.nighttime h3::before {
		top: -37px;
		background-image: url(./../img/pc/home/nighttime_ttl_bg.png);
		background-size: contain;
	}
	#section-time .time.nighttime h3 {
		color: #B18CCA;
	}
	#section-time .time .time_cont {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		text-align: left;
		margin-bottom: 0;
	}
	#section-time .time .time_cont .time_box {
		width: 46.8%;
		position: relative;
		margin-bottom: 36px;
	}
	#section-time .time .time_cont .time_box .num {
		width: 36px;
		height: 36px;
		position: absolute;
		top: -6px;
		left: -10px;
	}
	#section-time .time .time_cont .time_box .img {
		width: 100%;
		margin-bottom: 10px;
	}
	#section-time .time .time_cont .time_box .subttl {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.5em;
		color: #717171;
		font-family: "Hiragino Sans W3",sans-serif;
		margin-bottom: 5px;
	}
	#section-time .time .time_cont .time_box .ttl {
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.38em;
		color: #717171;
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
	}
	#section-time .time.daytime .time_cont .time_box .ttl {
		color: #FF86CB;
	}
	#section-time .time.nighttime .time_cont .time_box .ttl {
		color: #B18CCA;
	}
	#section-time .time .btn_timelink .btn_oclink {
		width: 100%;
		max-width: 301px;
		margin: 30px auto 0;
		background: #FF86CB;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		text-align: center;
		border-radius: 37px;
		cursor: pointer;
		position: relative;
		box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
		box-sizing: border-box;
	}
	#section-time .time.daytime .btn_timelink {
		background: #FF86CB;
		box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
	}
	#section-time .time.nighttime .btn_timelink {
		background: #B18CCA;
		box-shadow: 0px 4px 0px -1px rgba(147,95,181,1);
	}
	#section-time .time .btn_timelink a {
		display: block;
		color: #FFF;
		height: 73px;
		line-height: 73px;
	}
	#section-time .time .btn_timelink::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 45%;
		right: 15px;
	}

	/*
	- Characteristic Text
	--------------------------------------------------------------------------------------------------------------------- */
	#characteristic-text{
		width: 100%;
		margin: 0;
		padding: 63px 0 82px;;
		border: none;
		border-radius: 0;
	}

	#characteristic-text .characteristic-text_box {
		width: 89.47%;
		max-width: 965px;
		margin: 0 auto;
		background: #fff;
		border-radius: 21px;
		padding: 32px 22px 25px;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	#characteristic-text .txt {
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 1.68em;
		color: #707070;
		font-family: "Hiragino Sans W3",sans-serif;
	}

	#characteristic-text p.txt span.pink {
		color: #FF86CB;
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
	}
	#characteristic-text .characteristic-text_box .img {
		display: none;
	}
	
	/*歯科衛生士大解剖*/
	#anatomy {
		width: 100%;
		background: url(./../img/pc/home/anatomy_bg.png);
		background-size: cover;
		background-position: center;
	}
	#anatomy .inner {
		width: 89.47%;
		max-width: 965px;
		margin: 0 auto;
		padding: 56px 0 68px;
		position: relative;
	}
	#anatomy .inner .anatomy_img {
		display: none;
	}
	#anatomy h2.jattl {
		text-align: center;
		font-size: 3.5rem;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.1em;
		color: #FF86CB;
	}
	#anatomy h2.jattl span.pink {
		color: #FF86CB;
	}
	#anatomy h2.jattl span.blue {
		color: #71CBDE;
	}
	#anatomy .line {
		width: 102px;
		margin: 0 auto 11px;
		border-bottom: solid 1px #132762;
	}
	#anatomy .enttl {
		text-align: center;
		font-size: 1.6rem;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0;
		color: #012264;
		margin-bottom: 63px;
	}
	#anatomy .anatomy_cont {
		width: 100%;
		max-width: none;
		margin-left: auto;
	}
	#anatomy .anatomy_cont h4 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		color: #012264;
		font-family: "Hiragino Sans W6", sans-serif;
		font-weight: bold;
	}
	#anatomy .anatomy_cont h3 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.4em;
		color: #FF86CB;
		font-family: "Hiragino Sans W6", sans-serif;
		font-weight: bold;
		margin: 10px 0;
	}
	#anatomy .anatomy_cont .cont_txt {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.5em;
		color: #717171;
		margin-bottom: 29px;
		font-family: "Hiragino Sans", sans-serif;
		font-weight: 400;
	}
	#anatomy .anatomy_cont .anatomy_boxes {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 7px 0 40px;
	}
	#anatomy .anatomy_cont .anatomy_box {
		width: 47.23%;
		font-size: 1.6rem;
		line-height: 1.5em;
		margin-bottom: 16px;
	}
	#anatomy .anatomy_cont .anatomy_box .box_img {
		width: 100%;
	}
	#anatomy .anatomy_cont .anatomy_box p.place {
		letter-spacing: 0.1em;
		font-family: "Hiragino Sans W6", sans-serif;
		font-weight: bold;
		color: #FF86CB;
	}
	#anatomy .anatomy_cont .anatomy_box p.role {
		letter-spacing: 0;
		font-family: "Hiragino Sans W3",sans-serif;
		color: #717171;
	}
	#anatomy .anatomy_cont .btn_anatomylink {
		width: 100%;
		max-width: 301px;
		margin: 30px auto 0;
		background: #FF86CB;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		text-align: center;
		border-radius: 37px;
		cursor: pointer;
		position: relative;
		box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
		box-sizing: border-box;
	}
	#anatomy .anatomy_cont .btn_anatomylink a {
		display: block;
		color: #FFF;
		height: 77px;
		line-height: 77px;
	}
	#anatomy .anatomy_cont .btn_anatomylink::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 45%;
		right: 15px;
	}


	/*
	- About Naniwa
	--------------------------------------------------------------------------------------------------------------------- */
	#about-naniwa {
		width: 100%;
		padding: 17px 0 19px;
		background:url('/_assets/img/pc/home/bg_about.jpg') no-repeat center center;
		background-size: cover;
	}
	#about-naniwa ul {
		width: 100%;
		max-width: 777px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 20px;
	}
	#about-naniwa li {
		position: relative;
		width: 32%;
		height: 28.46vw;
		margin-bottom: 6px;
		font-size: 1.2rem;
		letter-spacing: 0.01em;
		line-height: 1.38em;
		font-family: "Hiragino Sans W6", sans-serif;
		font-weight: bold;
		background:#ffffff;
		text-align:center;
		border-radius: 27px;
		transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(1);
	}
	#about-naniwa li:nth-child(n+4) {
		margin-bottom: 0;
	}
	#about-naniwa li::before{
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:#ffffff;
		text-align:center;
		border-radius: 27px;
		transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		transform: scale(1);
	}

	#about-naniwa li:hover::before{
		transform: scale(1.05);
	}

	#about-naniwa li a {
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		height: 100%;
		color: #ff88bf;
		line-height: 1.2;
		text-align: center;
		padding-top: 22.8vw;
		box-sizing: border-box;
		background-repeat: no-repeat;
		background-position: center 3.53vw;
		background-size: 50.85%;
	}
	#about-naniwa li:nth-child(odd) a {
		color: #FF86CB
	}
	#about-naniwa li:nth-child(even) a {
		color: #7AC9ED
	}

	#about-naniwa li:nth-of-type(1) a { background-image:url('/_assets/img/pc/home/icon_about_01.png');}
	#about-naniwa li:nth-of-type(2) a { background-image:url('/_assets/img/pc/home/icon_about_02.png');}
	#about-naniwa li:nth-of-type(3) a { background-image:url('/_assets/img/pc/home/icon_about_03.png'); padding-top: 67.56%;}
	#about-naniwa li:nth-of-type(4) a { background-image:url('/_assets/img/pc/home/icon_about_04.png');}
	#about-naniwa li:nth-of-type(5) a { background-image:url('/_assets/img/pc/home/icon_about_05.png'); padding-top: 67.56%}
	#about-naniwa li:nth-of-type(6) a { background-image:url('/_assets/img/pc/home/icon_about_06.png');}

	/*
	- NEWS & TOPICS
	--------------------------------------------------------------------------------------------------------------------- */
	#news-topics {
		width: 89.47%;
		max-width: 812px;
		margin:0 auto;
		padding: 61px 0 63px;
	}
	#news-topics #news-content {
		width: 100%;
	}
	#news-topics #news-content h2.enttl {
		text-align: center;
		font-size: 3rem;
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.1em;
		color: #FF86CB;
	}
	#news-topics #news-content .line {
		width: 102px;
		margin: 0 auto 11px;
		border-bottom: solid 1px #132762;
	}
	#news-topics #news-content .jattl {
		text-align: center;
		font-size: 2rem;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0;
		color: #012264;
		margin-bottom: 50px;
	}

	#news-topics #news-content ul {
		width: 100%;
		margin-bottom: 30px;
		font-family: "Hiragino Sans W3",sans-serif;
	}

	#news-topics #news-content ul li {
		font-size: 1.6rem;
		line-height: 1.625em;
		letter-spacing: 0;
		margin-bottom: 0;
	}

	#news-topics #news-content ul li .date{
		padding-right: 0.5em;
		color: #ff88bf;
	}

	#news-topics #news-content ul li .category{
	}

	#news-topics #news-content ul li a{}
	#news-topics #news-content ul li a:hover{
		border-bottom: 1px solid #666666;
	}
	#news-topics #news-content a.more-button {
		display: block;
		color: #FFF;
		height: 77px;
		line-height: 77px;
		max-width: 301px;
		width: 100%;
		margin: 0 auto;
		background: #FF86CB;
		font-size: 1.6rem;
		letter-spacing: 0.03em;
		text-align: center;
		border-radius: 37px;
		cursor: pointer;
		position: relative;
		box-shadow: 0px 4px 0px -1px rgba(173,93,139,1);
		font-family: "Hiragino Sans W6", sans-serif;
        font-weight: bold;
		box-sizing: border-box;
	}
	#news-topics #news-content a.more-button::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 45%;
		right: 15px;
	}

	/*
	- SNS
	--------------------------------------------------------------------------------------------------------------------- */
	#home #page-content .sns-navi {
		background: #FFF4FA;
		margin-bottom: 10px;
		padding: 55px 0 40px;
	}
	#home #page-content .sns-navi h2.enttl {
		text-align: center;
		font-size: 3rem;
		font-family: futura-pt, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.1em;
		color: #FF86CB;
	}
	#home #page-content .sns-navi .line {
		width: 102px;
		margin: 0 auto 11px;
		border-bottom: solid 1px #132762;
	}
	#home #page-content .sns-navi .jattl {
		text-align: center;
		font-size: 2rem;
		font-family: fot-tsukuardgothic-std, sans-serif;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0;
		color: #012264;
		margin: 0 auto 27px;
		width: 76.9%;
	}

	#home #page-content .sns-navi .sns-content {
		display: flex;
		justify-content:space-between;
		width: 89.47%;
		max-width: 965px;
		margin: 0 auto 26px;
	}

	#home #page-content .sns-navi .sns-content ul {
		/*width: 301px;
		margin-right: 31px;*/
		display: none;
	}

	#home #page-content .sns-navi .sns-content ul li{
		display: flex;
		flex-flow:row wrap;
		align-items:center;
		height: 88px;
		margin-bottom: 15px;
		background: #fff;
		font-size: 2rem;
		font-family: "Hiragino Sans W6", sans-serif;
		font-weight: bold;
	}

	#home #page-content .sns-navi .sns-content ul li:last-child{margin:0;}

	#home #page-content .sns-navi .sns-content li a::before{
		content: '';
		display: block;
		width: 50px;
		height: 50px;
		margin-right: 30px;
		background:no-repeat 0 center;
		background-size: contain;
	}
	#home #page-content .sns-navi .sns-content li a{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0 18px;
		line-height: 1.2;
		transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
		opacity:1;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16) inset;
	}

	#home #page-content .sns-navi .sns-content li a:hover{
		opacity:0.75;
	}

	#home #page-content .sns-navi .sns-content li:nth-of-type(1) a{ color: #6A4697;}
	#home #page-content .sns-navi .sns-content li:nth-of-type(2) a{ color: #44AD35;}
	#home #page-content .sns-navi .sns-content li:nth-of-type(3) a{ color: #325094;}
	#home #page-content .sns-navi .sns-content li:nth-of-type(4) a{ color: #6A4697;}
	#home #page-content .sns-navi .sns-content li:nth-of-type(5) a{ color: #FF86CB;}

	#home #page-content .sns-navi .sns-content li:nth-of-type(1) a::before{background-image:url('/_assets/img/icon_instagram.png');}
	#home #page-content .sns-navi .sns-content li:nth-of-type(2) a::before{background-image:url('/_assets/img/icon_line.png');}
	#home #page-content .sns-navi .sns-content li:nth-of-type(3) a::before{background-image:url('/_assets/img/icon_facebook.png');}
	#home #page-content .sns-navi .sns-content li:nth-of-type(4) a::before{background-image:url('/_assets/img/icon_twitter.png');}
	#home #page-content .sns-navi .sns-content li:nth-of-type(5) a::before{background-image:url('/_assets/img/icon_blog.png');}

	#home #page-content .sns-navi .sns-content li a span{
		flex:1;
	}
	#home #page-content .sns-navi .sns_logo {
		width: 77.69%;
		margin: 0 auto;
	}
	#home #page-content .sns-navi .sns_logo ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#home #page-content .sns-navi .sns_logo ul li {
		width: 16.5%;
	}
	#home #page-content .sns-navi .sns_logo ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}


	/* TWITTER ウィジェット */
	#home #page-content .sns-navi #twitter-widgets{
		/* display: none; */
		flex:1;
		padding:16px;
		background:#ffffff;
		border: none;
		border-width:0 0 1px 0;
	}

	#home #page-content .sns-navi #twitter-widgets h2{
		display:flex;
		align-items:center;
		margin-bottom:10px;
		color:#000;
		font-size:1.6rem;
		font-weight:bold;

	}

	#home #page-content .sns-navi #twitter-widgets h2::before{
		content:'';
		display:block;
		width:36px;
		height:36px;
		margin-right:8px;
		background:url('/_assets/img/icon_x.png') no-repeat 0 center;
		background-size:contain;
	}

	#home #page-content .sns-navi #twitter-widgets iframe{
		display:block !important;
		margin:0 auto !important;
		width:90% !important;
		height: 230px;
	}


	/*
	- 他バナー
	--------------------------------------------------------------------------------------------------------------------- */
	#top-banners{
		margin-bottom: 12px;
	}

	#top-banners ul{
		display:flex;
		flex-flow: column wrap;
		width: 100%;
		margin:0 auto;
	}

	#top-banners ul li{
		width: 100%;
		border:solid #c1c1c1;
		border-width:1px 0 1px 0;
		text-align:center;
		vertical-align:middle;
	}

	#top-banners ul li:nth-of-type(1){
	}


	#top-banners ul li a{
		display:flex;
		justify-content:center;
		align-items:center;
		position:relative;
		width:100%;
		height:100%;
		padding:28px 0;
	}

	#top-banners ul li a:after{
		content:'';
		display:inline-block;
		position:absolute;
		top:50%;
		right:20px;
		width:12px;
		height:12px;
		margin-top:-8px;
		border:solid #c1c1c1;
		border-width:3px 3px 0 0;
		border-radius:2px;
		transform:rotate(45deg);
	}

	#top-banners ul li:nth-of-type(2) a{
		color:#1d287a;
		font-size:2.8rem;
		line-height:1;
		font-weight:bold;
		font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	}


	#top-banners ul li:nth-of-type(1) img{
		width:60%;
		vertical-align:middle;
	}
}