@charset "UTF-8";
@import "common.sp.css";

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 10vw 0;
}

#anchor h2 {
	margin-bottom: 1em;
	font-weight: 900;
	font-size: 5vw;
	line-height: 8vw;
	color: #0095bc;
}

#anchor h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6vw;
	height: 10vw;
	margin: 0 3vw 0 -2vw;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#anchor figure {
	height: 116.6666666666667vw;
	margin-bottom: 0.5em;
}

#anchor .download {
	margin-bottom: 5vw;
	font-size: 3vw;
}

#anchor .flex {
	margin-bottom: 3vw;
	padding: 5vw;
	background: #f8f4d6;
}

#anchor h3 {
	width: 12em;
	margin: 0 auto 1em;
	border-radius: 6vw;
	background: #0095bc;
	text-align: center;
	font-weight: 500;
	font-size: 3vw;
	line-height: 6vw;
	color: #fff;
}

#anchor ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 8vw;
}

#anchor li:not(:last-of-type):after {
	display: inline-block;
	vertical-align: top;
	content: '｜';
}

#anchor li:nth-of-type(3):after {
	display: none;
}

#anchor li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.25em;
	text-decoration: none;
	color: #333;
}

#anchor .icon {
	margin-right: 5vw;
	text-align: right;
	font-weight: 500;
	color: #0095bc;
}

#anchor .icon i {
	display: inline-block;
	vertical-align: -0.4em;
	width: 23px;
	height: 23px;
	overflow: hidden;
	margin-right: 7px;
}

/* ---------------------------------------------------------
	CSS Document sakka
--------------------------------------------------------- */

#sakka {
	margin: 0 5vw;
}

#sakka h3 {
	width: 60%;
	margin: 0 auto 5vw;
	border-radius: 9vw;
	background: #E73070;
	text-align: center;
	font-weight: 500;
	font-size: 5vw;
	line-height: 9vw;
	color: #fff;
}

#sakka .table {
	margin-bottom: 15vw;
}

#sakka dl {
	display: flex;
	margin-top: -1px;
	border: solid 1px rgba(215, 203, 179, 0.6);
}

#sakka dt {
	width: 5em;
	padding: 5px 10px;
	background: #fef8f0;
	font-weight: 400;
	color: #E73070;
}

#sakka dd {
	flex: 1;
	padding: 5px 10px;
	text-align: left;
}

#sakka dd a {
	color: #333;
}

#sakka dd i {
	display: inline-block;
	vertical-align: -0.4em;
	width: 5.7vw;
	height: 5.7vw;
	overflow: hidden;
	margin-left: 3vw;
}