@charset "UTF-8";

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/
html,
body {
	height: 100%;
}

/* display
----------------------------------------*/
.hidden {
	display: none;
}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #333;
	font-family: 'メイリオ', 'Meiryo','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	overflow: hidden;
}
a,
a:link,
a:visited,
a:hover {
	text-decoration: none;
	color: inherit;
}

/* header
----------------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	background: #ecf7ff;
	z-index: 2000;
}
.header_logo,
.header.fixed .header_logo {
	margin: -3px 0 -4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
}
.header_logo img,
.header.fixed .header_logo img {
	vertical-align: middle;
	width: 57px;
	vertical-align: -25px;
	margin-right: 2px;
}
.header_logo a,
.header_logo span,
.header.fixed .header_logo a,
.header.fixed .header_logo span {
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: .09em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.5rem;
	height: 53px;
}
.header_inner,
.header.fixed .header_inner {
	width: 100%;
	background: #09f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.header_nav {
	position: static;
	width: 100%;
}
.header_nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: static;
	border-left: 0;
}
.header_nav a,
.header.fixed .header_nav a,
.header_nav_unicef span,
.header.fixed .header_nav_unicef span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .05em;
	height: 50px;
	font-size: 1.2rem;
}
.header_nav_gift,
.header.fixed .header_nav_gift {
	background: #40b3ff;
	width: calc(100% - 171px);
	padding: 6px 10px;
}
.header_nav_gift a,
.header.fixed .header_nav_gift a {
	color: #fff;
	height: 38px;
	padding: 3px 0;
	border: 1px solid #fff;
}
.header_nav_gift a:hover {
	background: none;
}
.header_nav_gift a::before,
.header.fixed .header_nav_gift a::before {
	content: '';
	display: block;
	width: 12px;
	height: 11px;
	margin: 0 5px 2px 0;
	background: url(../../../../card/sgift/images/common/icon_list.svg) no-repeat;
	background-size: 12px 11px;
}
.header_nav_cart,
.header.fixed .header_nav_cart {
	width: 108px;
}
.header_nav_cart a,
.header.fixed .header_nav_cart a {
	padding: 8px 3px 0 0;
	background: #ffe562;
	padding: 4px 0 0 0;
	letter-spacing: 0;
}
.header_nav_cart a::before,
.header.fixed .header_nav_cart a::before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 26px;
	background: url(../../../../card/sgift/images/common/icon_cart-sp.png) no-repeat left top / 31px 26px;
	margin-right: 11px;
}
.header_nav_cart_amount,
.header.fixed .header_nav_cart_amount {
	position: absolute;
	background: #e9546b;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 1rem;
	line-height: 19px;
	top: 4px;
	left: 37px;
}
.header_nav_unicef,
.header.fixed .header_nav_unicef {
	position: absolute;
	top: 0;
	right: 16px;
	width: 90px;
}
.header_nav_unicef a,
.header_nav_unicef span {
	padding-left: 0;
	height: 45px;
}
.header_nav_unicef a:hover {
	background: none;
}
.header_nav_unicef img,
.header.fixed .header_nav_unicef img {
	display: block;
	width: 90px;
}
.header_nav_menu {
	display: block;
	height: 50px;
}
.header_btn {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	background: #40b3ff;
	width: 63px;
	height: 50px;
}
.header_btn:focus {
	outline: none;
}
.header_btn::before,
.header_btn::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: #ecf7ff;
	position: absolute;
	top: 14px;
	left: 20px;
}
.header_btn::after {
	top: 33px;
}
.header_btn span {
	display: block;
	width: 24px;
	height: 2px;
	background: #ecf7ff;
	position: absolute;
	top: 24px;
	left: 20px;
}
.header_description,
.header.fixed .header_description {
	letter-spacing: .05em;
	width: 100%;
	padding: 10px 0 7px;
	text-align: center;
	font-size: .9rem;
}
.header.fixed {
	position: fixed;
	animation-fill-mode: forwards;
	animation-duration: 500ms;
	animation-name: header_fixed;
	border-bottom: 0;
}
.header.fixed .header_nav_unicef,
.header.fixed .header_description,
.header.fixed .header_logo {
	display: none;
}

@keyframes header_fixed {
	0% {
		top: -111px;
	}
	100% {
		top: 0;
	}
}

/* gnav
----------------------------------------*/
.gnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	overflow: auto;
	background: #09f;
	color: #fff;
}
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	letter-spacing: .05em;
	border-top: 1px solid #fff;
	display: block;
	padding: 0;
}
.gnav ul li {
	margin-right: 0;
	border-bottom: 1px solid #fff;
}
.gnav ul a {
	display: block;
	padding: 17px 20px 16.5px;
	letter-spacing: .1em;
}
.gnav ul a::before {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	left: auto;
	right: 16px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.gnav ul a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 21px;
	margin: auto 0;
}
.gnav ul a:hover {
	color: #fff;
}
.gnav ul a:hover::before {
	border-color: mone;
}
.header.fixed .gnav ul {
	font-size: 1.4rem;
	padding: 0;
}
.header.fixed .gnav ul a::before {
	top: 0;
	left: auto;
}
.gnav_ttl {
	font-size: 1.9rem;
	font-weight: bold;
	padding: 38px 18px 34px;
	letter-spacing: .05em;
}
.gnav_close {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #fff;
	color: #fff;
	width: 104px;
	height: 45px;
	background: none;
	border-radius: 0;
	font-family: inherit;
	position: absolute;
	top: 25px;
	right: 15px;
	font-size: 1.3rem;
	letter-spacing: .06em;
	padding-left: 31px;
}
.gnav_close:focus {
	outline: none;
}
.gnav_close::before {
	content: '';
	width: 19px;
	height: 19px;
	display: block;
	background: url(../../../../card/sgift/images/common/icon_close.png) no-repeat left top / 19px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto 0;
}

/* topic_path
----------------------------------------*/
.topic_path {
	padding: 14px 4% 0px;
        background-color: rgb(255 255 255 / 0.8);
}
.topic_path ul {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.1;
	letter-spacing: .05em;
	font-size: 1rem;
}
.topic_path ul li {
	padding-left: 24px;
	margin-bottom: 10px;
}
.topic_path ul li::before {
	content: '';
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	width: 4px;
	height: 4px;
	left: 8px;
	top: 3px;
}
.topic_path ul li:first-child {
	padding-left: 0;
}
.topic_path ul li:first-child::before {
	display: none;
}
.topic_path ul a {
	border-bottom: 1px solid #a3a9ad;
	transition: opacity .3s;
}

/* contents
----------------------------------------*/
main {
	background: #f0f9ff;
	padding-top: 125px;
}
.sub_page main {
	background: #fff;
	padding: 46px 4% 70px;
}
table td,
table th {
	position: static;
}
.sgift_confirm_tbl a,
.sg_backlink a {
	color: #09F;
}
.sgift_layout_tbl input {
	padding: 5px;
}
.sgift_confirm_tbl td.img {
	min-width: 100px;
}
.sub_page .entryflowgift {
	margin-left: -4.347%;
	margin-right: -4.347%;
}
.sub_page main .sgift_contents {
	margin-left: -4.347%;
	margin-right: -4.347%;
	font-size: 1.2rem;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	line-height: 140%;
}

/* info */
.info_block {
	background: #d5edfd;
	padding: 70px 10px 56px;
}
.info_report {
	background: #fff5f6;
	width: 100%;
	padding: 33px 7.042% 36px;
}
.info_report::before {
	content: '';
	display: block;
	background: url(../../../../card/sgift/images/sgifttop/icon_report_ttl.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 79px;
	height: 79px;
	background-size: 79px auto;
	top: -36px;
}
.info_report::after {
	content: '';
	background: url(../../../../card/sgift/images/sgifttop/icon_pigeon_03.png) no-repeat;
	position: absolute;
	display: block;
	width: 41px;
	height: 61px;
	background-size: 41px auto;
	top: -21px;
	left: 37px;
}
.info_report h2 {
	color: #e9546b;
	letter-spacing: .05em;
	font-weight: normal;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 13px;
}
.info_report_txt {
	line-height: 1.85;
	letter-spacing: .05em;
	margin: 0 0 11px;
	font-size: 1.3rem;
}
.info_report_list img {
	display: block;
}
.info_report_list li {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 7px;
}
.info_report_list li + li {
	margin-top: 10px;
}
.info_report_list li figure {
	width: 72px;
}
.info_report_list .info_report_last {
	display: block;
	margin-top: 0;
	padding: 0;
	background: none;
}
.info_report_list_txt {
	letter-spacing: .05em;
	width: calc(100% - 72px);
	font-size: 1.3rem;
	padding: 3px 0 0 15px;
}
.info_report_list_amount {
	font-weight: bold;
	color: #e9546b;
	font-size: 1.8rem;
}
.info_report_note {
	font-size: 1.2rem;
	letter-spacing: .05em;
	line-height: 1.75;
	margin: 16px 0 27px;
}
.info_report_link {
	text-align: center;
	font-size: 1.4rem;
}
.info_report_link a {
	display: inline-block;
	letter-spacing: .05em;
	padding: 0 20px 0 25px;
}
.info_report_link a span {
	border-bottom: 1px solid #09f;
	padding-bottom: 0;
}
.info_report_link a::before {
	content: '';
	display: block;
	border-radius: 50%;
	background: #09f;
	position: absolute;
	left: 0;
	width: 19px;
	height: 19px;
	top: 2px;
}
.info_report_link a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	border-width: 3.5px 0 3.5px 5px;
	top: 8px;
	left: 8px;
}
.info_flow {
	background: #fff;
	padding: 37px 7.042% 50px;
}
.info_flow::before {
	content: '';
	display: block;
	background: url(../../../../card/sgift/images/sgifttop/icon_flow_ttl.png) no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 79px;
	height: 79px;
	background-size: 79px auto;
	top: -37px;
}
.info_flow::after {
	content: '';
	display: block;
	background: url(../../../../card/sgift/images/sgifttop/icon_pigeon_02-sp.png) no-repeat;
	background-size: 63px auto;
	position: absolute;
	z-index: 10;
	width: 63px;
	height: 66px;
	top: auto;
	right: 68px;
	bottom: 168px;
}
.info_flow h2 {
	letter-spacing: .051em;
	padding-left: 8px;
	margin-bottom: 19px;
	font-weight: normal;
	color: #09f;
	text-align: center;
	font-size: 2rem;
}
.info_flow_txt {
	letter-spacing: .05em;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.85;
	margin-bottom: 25px;
}
.info_flow_txt span {
	background: -moz-linear-gradient(top, rgba(255,229,98,0) 0%, rgba(255,229,98,0) 65%, #ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 65%,#ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
	background: linear-gradient(to bottom, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 65%,#ffe562 65%, #ffe562 100%, rgba(255,229,98,0) 100%);
}
.info_flow_movie {
	width: 100%;
	height: 0;
	padding-top: 58.163%;
	margin: 0 auto 38px;
}
.info_flow_movie iframe {
	border: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info_flow_list {
	font-weight: bold;
	line-height: 1.25;
	width: auto;
	display: block;
	margin: 0;
}
.info_flow_list li {
	text-align: center;
	width: 100% !important;
	margin: 0 !important;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f9ff;
	font-size: 1.2rem;
}
.info_flow_list li br {
	display: none;
}
.info_flow_list li + li {
	margin-top: 30px !important;
}
.info_flow_list li + li::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	border-width: 10px 7px 0;
	border-color: #f19397 transparent transparent;
	left: 50%;
	margin-left: -7px;
	top: -20px;
}
.info_flow_list li + li:nth-child(4)::before,
.info_flow_list li + li:nth-child(5)::before {
	left: 50%;
}
.info_flow_list li span {
	display: block;
	line-height: 1.2;
}
.info_flow_list li:nth-child(1) figure {
	position: absolute;
	width: 91px;
	top: -12px;
	left: 1px;
}
.info_flow_list li:nth-child(1) span {
	margin: 0;
}
.info_flow_list li:nth-child(2) {
	width: 10vw;
	margin-left: 3.5vw;
}
.info_flow_list li:nth-child(2) span {
	display: block;
	background: #f0f9ff;
	line-height: 1.2;
	letter-spacing: 0;
	padding-right: 7px;
	background: none;
	width: auto;
	height: auto;
	display: block;
	margin-top: 0;
	padding-top: 0;
}
.info_flow_list li:nth-child(2) figure {
	position: absolute;
	z-index: 10;
	width: 120px;
	bottom: 20px;
	right: 0;
}
.info_flow_list li:nth-child(3) {
	margin-left: 4.2vw;
}
.info_flow_list li:nth-child(3) figure {
	position: absolute;
	left: 8px;
	top: -1px;
	width: 65px;
	margin: 0;
}
.info_flow_list li:nth-child(3) span {
	margin: 0;
	left: 5px;
}
.info_flow_list li:nth-child(4) {
	margin-left: 2.6vw;
}
.info_flow_list li:nth-child(4) figure {
	width: 90px;
	position: absolute;
	top: 3px;
	left: 4px;
	margin: 0;
}
.info_flow_list li:nth-child(4) span {
	margin: 0;
}
.info_flow_list li:nth-child(5) {
	margin-left: 2.6vw;
}
.info_flow_list li:nth-child(5) figure {
	width: 87px;
	margin: 0;
	position: absolute;
	top: -8px;
	left: 5px;
}
.info_flow_list li:nth-child(5) span {
	margin: 0;
}
.info_flow_note {
	letter-spacing: .05em;
	width: auto;
	font-size: 1rem;
	padding-left: 0;
	line-height: 1.7;
	margin: 20px 0 0;
}

@media only screen and (max-width: 374px) {
	.info_flow_list li:nth-child(2) figure {
		width: 110px;
		bottom: 25px;
		left: auto;
		right: -8px;
	}

	.info_flow_list li:nth-child(3) figure {
		left: -8px;
		top: -1px;
		width: 60px;
	}

	.info_flow_list li:nth-child(4) figure {
		width: 85px;
		top: 3px;
		left: 4px;
	}

	.info_flow_list li:nth-child(5) figure {
		width: 82px;
		top: -8px;
		left: -8px;
	}

}

/* about */
.about_block {
	background: #fff;
	padding: 50px 15px;
}
.about_inner_sgift {
    margin-bottom: 30px;
}
.about_item {
	border: 1px solid #e8e8e8;
}
.about_item.open {
	background: #f8f8f8;
}
.about_item + .about_item {
	border-top: 0;
}
.about_item_inner {
	display: none;
	padding: 0 18px 22px;
}
.about_item h2 {
	letter-spacing: .05em;
	font-weight: normal;
	font-size: 1.6rem;
	padding-left: 40px;
	padding: 17px 14px 17px 54px;
}
.about_item h2::after {
	content: '';
	width: 22px;
	height: 22px;
	display: block;
	background: url(../../../../card/sgift/images/sgifttop/icon_plus.png) no-repeat left top / 22px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 11px;
	margin: auto 0;
}
.about_item.open h2::after {
	background-image: url(../../../../card/sgift/images/sgifttop/icon_minus.png);
}
.about_item h2::before {
	content: '';
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 14px;
	margin: auto 0;
}
.about_item:nth-child(1) h2::before {
	background: url(../../../../card/sgift/images/sgifttop/icon_deduction.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 26px auto;
}
.about_item:nth-child(2) h2::before {
	background: url(../../../../card/sgift/images/sgifttop/icon_card.png) no-repeat;
	width: 25px;
	height: 24px;
	top: 0;
	background-size: 25px auto;
}
.about_item:nth-child(3) h2::before {
	background: url(../../../../card/sgift/images/sgifttop/icon_payment.png) no-repeat;
	width: 26px;
	height: 20px;
	top: 0;
	background-size: 26px auto;
}
.about_item p {
	letter-spacing: .05em;
	font-size: 1.3rem;
	line-height: 1.9;
}
.about_item p:not(.about_link) span {
	background: -moz-linear-gradient(top, rgba(255,229,98,0) 0%, rgba(255,229,98,0) 55%, #ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
	background: -webkit-linear-gradient(top, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
	background: linear-gradient(to bottom, rgba(255,229,98,0) 0%,rgba(255,229,98,0) 55%,#ffe562 55%, #ffe562 90%, rgba(255,229,98,0) 90%);
}
.about_item p:not(.about_link) a {
	color: #09f;
	text-decoration: underline;
}
.about_item ul {
	font-weight: bold;
	letter-spacing: .05em;
	padding-top: 3px;
	margin-bottom: 8px;
	font-size: 1.2rem;
}
.about_item ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.about_item ul li + li {
	margin-top: 6px;
}
.about_item ul li::before {
	content: '・';
}
.about_link {
	margin-bottom: 21px;
}
.about_link:last-child {
	margin-bottom: 0;
}
.about_link a {
	display: inline-block;
	padding-left: 12px;
	margin-top: 8px;
}
.about_link a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	top: 8px;
	left: 0;
}
.about_link span {
	display: inline-block;
	border-bottom: 1px solid #09f;
	line-height: 1.3;
}
.about_item figure {
	max-width: 100%;
	padding: 6px 0 0;
	width: 303px;
	margin: 0 auto 14px;
}

/* pagetop
----------------------------------------*/
.pagetop {
	width: 41px;
	height: 41px;
	position: fixed;
	right: 1.733%;
	bottom: 44px;
	display: none;
	z-index: 9999;
}
.pagetop a {
	width: 41px;
	height: 41px;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	text-indent: -999px;
	background: url(../../../../card/sgift/images/common/btn_pagetop.png) no-repeat left top / 41px auto;
}

/* footer
----------------------------------------*/
.footer {
	background: #09f;
	color: #fff;
	padding: 60px 6.666% 59px;
}
.footer_link {
	width: 100%;
	line-height: 1.2;
	letter-spacing: .05em;
	font-size: 1.4rem;
	margin-bottom: 38px;
}
.footer_nav {
	line-height: 1.3;
	display: block;
	text-align: left;
	margin-bottom: 60px;
}
.footer_nav > ul:last-child {
	margin-top: 36px;
}
.footer_nav > ul:last-child:first-child {
	margin-top: 0;
}
.footer_nav > ul:last-child li {
	margin: 0 0 18.5px 0;
}
.footer_nav > ul > li > a {
	letter-spacing: .05em;
	padding-left: 20px;
}
.footer_nav > ul:first-child > li:first-child > a {
	padding-left: 20px;
}
.footer_nav > ul > li > a::before {
	content: '';
	display: block;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 0;
	margin: auto 0;
	left: 0;
	width: 14px;
	height: 14px;
	top: 0;
}
.footer_nav > ul > li > a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #09f;
	position: absolute;
	bottom: 0;
	margin: auto 0;
	border-width: 3px 0 3px 5px;
	left: 5px;
	top: 0;
}
.footer_nav > ul > li > a span {
	display: inline-block;
	font-size: 1.3rem;
	border-bottom: 1px solid #fff;
}
.footer_nav ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 7px;
	padding-left: 0;
}
.footer_nav ul ul li {
	letter-spacing: .05em;
	width: 54% !important;
	line-height: 1.7;
	margin-top: 15px !important;
}
.footer_nav ul ul li:nth-child(2n) {
	width: 46% !important;
}
.footer_nav ul ul li a::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
.footer_nav ul ul li a {
	padding-left: 1em;
	font-size: 1.2rem;
	display: block;
}
.footer_nav ul ul li a span {
	display: inline-block;
	border-bottom: 1px solid #66c2ff;
	text-decoration: underline;
	border-bottom: 0;
}
.footer_tel {
	text-align: center;
	width: 244px;
	margin: -11px auto 51px;
}
.footer_tel_ttl {
	letter-spacing: .05em;
	margin-bottom: 3px;
	font-size: 1.3rem;
}
.footer_tel_number {
	letter-spacing: .05em;
	font-size: 2.3rem;
}
.footer_tel_time {
	font-size: 1.2rem;
	letter-spacing: .05em;
}
.footer_tel a {
	border: 1px solid #fff;
	display: block;
	line-height: 1.3;
	padding: 14px 10px 15px;
}
.footer_copy {
	font-size: 1rem;
	letter-spacing: .05em;
	display: block;
	text-align: center;
	padding: 47px 0 0;
}
.footer_logo {
	line-height: 1.2;
	letter-spacing: .04em;
	text-align: center;
}
.footer_logo img {
	display: block;
	width: 135px;
	margin: 0 auto 19px;
}
.footer_logo span {
	display: inline-block;
	font-size: 1.2rem;
	border-bottom: 2px solid #66c2ff;
}
.footer_link a {
	display: inline-block;
	color: #ccebff;
	border-bottom: 2px solid #66c2ff;
}
