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

/*
- Campuslife 共通
--------------------------------------------------------------------------------------------------------------------- */
#campuslife{}
#campuslife .crosstalk #content-header h1{
	background-image:url('/_assets/img/pc/campuslife/crosstalk/main_image.jpg');
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
visibility:hidden;
}
.clearfix{ display: inline-block; }
/*
- routine なにわ歯科衛生の日常。
--------------------------------------------------------------------------------------------------------------------- */
.sponly { display: none;}
.crosstalk #content-header {
	margin-bottom: 0!important;
}

.flex_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cross_head {
	padding-bottom: 78px;
	text-align: center;
}
.cross_head h2 {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.cross_head .cross_head_txt {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.66em;
	font-weight: bold;
	color: #012264;
	margin: -30px 0 64px;
}
.cross_head .cross_head_btn {
	width: 675px;
	margin: 0 auto;
}
.cross_head .cross_head_btn .btn {
	width: 44.6%;
}
.cross_head .cross_head_btn .btn a {
	display: block;
	width: 100%;
	height: 73px;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	line-height: 73px;
	color: #fff;
	font-weight: bold;
	border-radius: 37px;
	background-image: url("/_assets/img/pc/campuslife/crosstalk/crosstalk_arrow.png");
	background-position: right 17px top 34px;
	background-size: 14px 8px;
	background-repeat: no-repeat;
	transition: 0.2s;
}
.cross_head .cross_head_btn .btn.daytime a {
	background-color: #FF86CB;
	box-shadow: 0 4px 0 #AD5D8B;
}
.cross_head .cross_head_btn .btn.night a {
	background-color: #B18CCA;
	box-shadow: 0 4px 0 #935FB5;
}
.cross_head .cross_head_btn .btn a:hover {
	box-shadow: none;
	transform: translateY(4px);
	transition: 0.2s;
	background-image: url("/_assets/img/pc/campuslife/crosstalk/crosstalk_arrow_on.png");
	background-position: right 15px center;
	background-size: 8px 14px;
}
.cross_cont {}
.cross_cont .bg {
	padding: 74px 0;
}
.cross_cont .daytime {
	background: rgba(253,231,244,0.42);
}
.cross_cont .night {
	background: rgba(177,140,202,0.15);
}
.cross_cont h3 {
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 30px;
	border-radius: 8px;
	margin-bottom: 10px;
}
.cross_cont .daytime h3 {
	background: #FF86CB;
}
.cross_cont .night h3 {
	background: #B18CCA;
}
.cross_cont .cross_cont_img {
	width: 100%;
	margin-bottom: 60px;
}
.cross_cont .cross_cont_img img {
	width: 100%;
	height: auto;
}
.cross_cont h4 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.25em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.cross_cont .daytime h4 {
	color: #FF86CB;
}
.cross_cont .night h4 {
	color: #B18CCA;
}
.cross_cont .cross_box {
	margin-bottom: 37px;
}
.cross_cont .cross_box:last-child {
	margin-bottom: 0;
}
.cross_cont .cross_box .cross_box_img {
	width: 138px;
	margin-right: 33px;
	text-align: center;
}
.cross_cont .cross_box .cross_box_img img {
	width: 100%;
	height: auto;
}
.cross_cont .cross_box .cross_box_img .name {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.875em;
	font-weight: bold;
}
.cross_cont .orange .cross_box_img .name {
	color: #FFB086;
}
.cross_cont .blue .cross_box_img .name {
	color: #8C9DE6;
}
.cross_cont .pink .cross_box_img .name {
	color: #FF86CB;
}
.cross_cont .purple .cross_box_img .name {
	color: #B18CCA;
}
.cross_cont .cross_box .cross_box_txt {
	flex: 1;
	position: relative;
}
.cross_cont .cross_box .cross_box_txt .txt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.875em;
	box-sizing: border-box;
	padding: 25px 32px 25px 42px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 2;
}
.cross_cont .cross_box .cross_box_txt::before {
	position: absolute;
	content: "";
	width: 24px;
	height: 3px;
	left: -13px;
	top: 55px;
	border-radius: 10px;
}
.cross_cont .orange .cross_box_txt .txt {
	border: solid 2px #FFB086;
}
.cross_cont .orange .cross_box_txt::before {
	background: #FFB086;
}
.cross_cont .blue .cross_box_txt .txt {
	border: solid 2px #8C9DE6;
}
.cross_cont .blue .cross_box_txt::before {
	background: #8C9DE6;
}
.cross_cont .pink .cross_box_txt .txt {
	border: solid 2px #FF86CB;
}
.cross_cont .pink .cross_box_txt::before {
	background: #FF86CB;
}
.cross_cont .purple .cross_box_txt .txt {
	border: solid 2px #B18CCA;
}
.cross_cont .purple .cross_box_txt::before {
	background: #B18CCA;
}


/*
- media query (tablet)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:963px){/*-add190605-*/
	.routine_cont {
		padding: 0 30px
	}
}/*-tablet END-*/


/*
- media query (smart phone)
--------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px){
	.pconly { display: none!important;}
	.sponly { display: block!important;}
	
	.cross_head {
		padding-bottom: 33px;
	}
	.cross_head h2 {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
	}
	.cross_head .cross_head_txt {
		margin: -6px 0 48px;
	}
	.cross_head .cross_head_btn {
		width: 301px;
		margin: 0 auto;
		display: block!important;
	}
	.cross_head .cross_head_btn .btn {
		width: 100%;
	}
	.cross_head .cross_head_btn .btn.daytime {
		margin-bottom: 14px;
	}
	.cross_head .cross_head_btn .btn a {
		transition: 0;
	}
	.cross_head .cross_head_btn .btn.daytime a {
		background-color: #FF86CB;
		box-shadow: 0 4px 0 #AD5D8B;
	}
	.cross_head .cross_head_btn .btn.night a {
		background-color: #B18CCA;
		box-shadow: 0 4px 0 #935FB5;
	}
	.cross_head .cross_head_btn .btn a:hover {
		box-shadow: 0 4px 0;
		transform: translateY(0);
		transition: 0;
		background-image: url("/_assets/img/pc/campuslife/crosstalk/crosstalk_arrow.png");
		background-position: right 17px top 34px;
		background-size: 14px 8px;
	}
	.cross_cont {
		padding-top: 80px;
		margin-top: -80px;
	}
	.cross_cont .bg {
		padding: 0 0 49px;
	}
	.cross_cont .daytime {
		background: rgba(253,231,244,0.42);
	}
	.cross_cont .night {
		background: rgba(177,140,202,0.15);
	}
	.cross_cont h3 {
		font-size: 2rem;
		letter-spacing: 0;
		line-height: 50px;
		color: #fff;
		font-weight: bold;
		box-sizing: border-box;
		padding-left: 20px;
		border-radius: 8px;
		width: 89%;
		margin: 0 auto 10px;
	}
	.cross_cont .cross_cont_img {
		width: 100%;
		margin-bottom: 17px;
	}
	.cross_cont h4 {
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.66em;
		margin-bottom: 20px;
	}
	.cross_cont .cross_box {
		width: 89%;
		margin: 0 auto 17px;
	}
	.cross_cont .cross_box:last-child {
		margin-bottom: 0;
	}
	.cross_cont .cross_box .cross_box_img {
		width: 18.86%;
		margin-right: 12px;
		text-align: center;
	}
	.cross_cont .cross_box .cross_box_img .name {
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 1.875em;
		font-weight: bold;
	}
	.cross_cont .cross_box .cross_box_txt {
		flex: 1;
		position: relative;
	}
	.cross_cont .cross_box .cross_box_txt .txt {
		font-size: 1.6rem;
		letter-spacing: 0;
		line-height: 1.5em;
		box-sizing: border-box;
		padding: 20px 16px 20px 19px;
	}
	.cross_cont .cross_box .cross_box_txt::before {
		position: absolute;
		content: "";
		width: 10px;
		height: 3px;
		left: -8px;
		top: 22px;
	}
}

