@charset "utf-8";
/*============================================================================*\
   $Foundation
\*============================================================================*/
.osusume-text{
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}
.osusume-text-red{color: #E5034E}
.osusume-text-blue{color: #0000CD}
.osusume-text-green{color: #006400}
.osusume-text-orange{color: #FF4500}
.osusume-text-yellow{color: #d99b00}

.osusume-emphasis{
	font-size: 3rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: 1rem 2rem 0 2rem;
	color: #e95098;
	border-bottom: 3px solid #e95098;
	display: inline-block;
}

.osusume-marker-yellow{background: linear-gradient(transparent 0, #ffef00 0);}

/*============================================================================*\
   各ページ
\*============================================================================*/
.item-osusume2 dt,.item-osusume2 dd{display: block !important;}
.item-category2 dd + dt{margin-left: 0;}

.category-mainimg{
	float: none;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.category-maintext{
	float: none;
	width: 100%;
}
.category-mainimg-l{
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.category-pointimg{
	float: none;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}
.category-pointtext{
	float: none;
	width: 100%;
}
.category-pointbox{
	border: 2px solid #0189D8;
	background-color: #FFF8E6;
	padding: 10px;
	border-radius:10px;
}
.category-appendixtext{
	float: none;
	width: 100%;
}
.category-appendixtext_top{
	float: none;
	width: 100%;
}
.category-appendixtext_top_bk{
	background: #fff;
	padding: .5em 1em 0 1em;
	position: relative;
	display: inline-block;
	margin-top: 1em;
	float: none;
	width: 100%;
}
.btn--primary-top{
	font-size: 1.4rem;
	width: 250px;
}
.category-appendixtext{
	float: none;
	width: 100%;
}
.category-appendixtext_top{
	float: none;
	width: 100%;
}
.category-appendixtext_top_bk:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 30px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
.category-appendiximg{
	float: none;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 30.0625em) {
	.category-pointimg{
		float: left;
		width: 20%;
	}
	.category-pointtext{
		float: left;
		width: 80%;
		padding-left: 20px;
	}
}
@media (min-width: 40.0625em) {
	.category-mainimg{
		float: left;
		width: 25%;
	}
	.category-maintext{
		float: left;
		width: 75%;
		padding-left: 20px;
	}
	.category-mainimg-l{
		float: left;
		width: 35%;
	}
	.category-maintext-l{
		float: left;
		width: 65%;
		padding-left: 20px;
	}
	.category-maintext{
		float: left;
		width: 75%;
		padding-left: 20px;
	}
	.category-appendixtext{
		float: left;
		width: 40%;
	}
	.category-appendiximg{
		float: left;
		width: 60%;
		padding-left: 20px;
	}
}
@media (min-width: 65em) {
	.category-appendixtext_top{
		float: left;
		width: 50%;
	}
	.category-appendixtext_top_bk{
		float: left;
		width: 35%;
	}
	.btn--primary-top{
		font-size: 1.8rem;
		width: 300px;
	}
}
.tearai-item-title{
	position: relative;
	min-height: 80px;
}
.tearai-item-title{
	display: table;
	width: 100%;
}
.tearai-item-title span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 140px;
}
.tearai-item-title img{
	position: absolute;
	left: 0;
}
.tearai-img-link{
	float: none;
	width: 100%;
	margin: 0 auto 2em auto;
}
.tearai-img-link img{
	text-align: center;
}
.tearai-img a:hover{
	opacity: 0.8 ;
}
@media (min-width: 30.0625em) {
	.tearai-img-link{
		float: left;
		width: 40%;
		margin: 0 5%;
	}
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 1em;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow:before,
.arrow:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow:before{
	left: 0;
	width: .5em;
	height: 2px;
	background: #628dd1;
}
.arrow:after{
	left: .1em;
	width: .6em;
	height: .6em;
	border-top: 2px solid #628dd1;
	border-right: 2px solid #628dd1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.item__image_50{
	float: none;
	width: 100%;
}
@media (min-width: 40.0625em) {
	.item__image_50{
		float: left;
		width: 50%;
	}
}
