@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
common
****************************************************************************/

.main .box {
	font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
	-moz-font-feature-settings: "halt";
	-webkit-font-feature-settings: "halt";
	font-feature-settings: "halt";
	padding-top: 50%;
	position: relative;
	background-image: url(../../../img/dummy/dummy_woman_photo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.main .box .inner {
	background-color: rgba(255,0,93,0.5);
	text-align: center;
}
.main p {
	margin-bottom: 20px;
}
.main h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
	display: block;
}
.main .icon {
	display: table;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	background-color: #441B09;
	padding: 5px 0.8em 5px 0.8em;
	margin-bottom: 5px;
}
.main .arrows {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
}
.main .arrows li:nth-child(1) {
	margin-left: 10px;
}
.main .arrows li:nth-child(2) {
	margin-right: 10px;
}
.main .arrows img {
	width: 20px !important;
}

/***************************************************************************
type_01/type_02
****************************************************************************/

.type_01 .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.type_02 .inner {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	width: 100%;
}
.type_02 .text_area {
	display: table;
	margin: 0px auto 0px auto;
}
