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

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

#anchor {
	margin: 70px 0;
}

#anchor h2 {
	margin-bottom: 1em;
	font-weight: 900;
	font-size: 26px;
	line-height: 46px;
	color: #0095bc;
}

#anchor h2:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 28px;
	height: 50px;
	margin: 0 15px 0 -15px;
	background: url(../images/balloon.png) no-repeat 0 0 / 100% auto;
}

#anchor figure {
	height: 1400px;
	margin-bottom: 10px;
}

#anchor .download {
	margin-bottom: 40px;
	font-size: 15px;
}

#anchor .flex {
/*
	display: flex;
	justify-content: center;
	align-items: center;
*/
	margin-bottom: 10px;
	padding: 20px 0;
	background: #f8f4d6;
}

#anchor h3 {
	width: 8em;
	height: 25px;
	margin: 0 auto 0.5em;
	border-radius: 25px;
	background: #0095bc;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

#anchor ul {
	display: flex;
	justify-content: center;
	line-height: 40px;
}

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

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

#anchor .icon {
	text-align: right;
	font-weight: 500;
	color: #0b78c0;
}

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

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

#sakka {
}

#sakka h3 {
	width: 260px;
	height: 38px;
	margin: 0 auto 30px;
	border-radius: 25px;
	background: #E73070;
	text-align: center;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
}

#sakka .table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

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

#sakka dt {
	width: 90px;
	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 a:hover {
	color: #E73070;
	opacity: 1;
}

#sakka dd i {
	display: inline-block;
	vertical-align: -0.3em;
	width: 23px;
	height: 23px;
	overflow: hidden;
	margin-left: 15px;
}