/*
Author: MAIDOSOFT
Author URI: http://www.maido.co.jp/
*/



/*
======================================
 1. Reset Style
======================================
 * http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0b2 | 201101
 * NOTE: THIS IS A BETA VERSION (see previous line)
 * USE WITH CAUTION AND TEST WITH ABANDON
*/
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot?20210413000000');
	src: url('../font/fontello.eot?20210413000000#iefix') format('embedded-opentype'),
		url('../font/fontello.woff2?20210413000000') format('woff2'),
		url('../font/fontello.woff?20210413000000') format('woff'),
		url('../font/fontello.ttf?20210413000000') format('truetype'),
		url('../font/fontello.svg?20210413000000#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
*, *:before, *:after {
	-webkit-appearance: none
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear { clear: both; }
.button::-moz-focus-inner { border: none; }
a { outline: 0; }
.mincho {font-family: "source-han-serif-japanese",serif;}





/*
======================================
Base Style
======================================
*/
html {
	font-size: 62.5%;
	height: 100%;
	scroll-behavior: smooth;
}
body {
	position: relative;
	margin-top: 58px;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'Lato', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings : "palt" 1;
	font-weight: 500;
	color: #000;
	height: 100%;
	font-size: 1.6rem;
	line-height: 2.25em;
}
body.no-scroll {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	body {
		margin-top: 56px;
	}
}

/* 明朝:400 or 700 | 角ゴ:300 or 700 */
/*@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}*/
a {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
	color: #1a0dab;
	text-decoration: underline;
}
.clear{
	clear: both;
	line-height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
::-moz-selection {
	background: #d6caab;
	color: #fff;
}
::selection {
	background: #d6caab;
	color: #fff;
}
.skip {
	display: none;
}
.HiddenContent {
	position: absolute;
	top: -10000px;
	left: -10000px;
}


.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
}
@media screen and (max-width: 768px) {
}



#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 1rem;
	background: #fff;
	z-index: 999;
	box-shadow: 0px 0px 15px -5px #777;
}
#header h1.cns {
	margin-left: 1.5rem;
	transform: translateY(2px);
}
#header h1 figure {
	width: 64px;
}
#header h1.cty figure {
	width: 60px;
}
#header h1.cns figure img {
	vertical-align: bottom;
}
#header h1 figure img {
	width: 100%;
	height: auto;
	vertical-align: top;
	fill: #fff;
}
#header .btn {
	margin-left: auto;
}
#header .btn a {
	display: inline-block;
	padding: .75rem 3rem .85rem;
	/*background: #d9161B;*/
	background: url(../gifs/point_bg.jpg) no-repeat;
	background-size: 100% auto;
	background-position: left 50% top 50%;
	/*border: 2px solid #ffea00;*/
	border-radius: 100px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .25s ease-in-out;
	animation: scroll-bg 10s linear infinite;
}
#header .btn a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
}
@keyframes scroll-bg {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 100%;
	}
}
#header .btn a:hover {
	background-position: left 50% top 100%;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#header h1.cns {
		transform: none;
	}
	#header h1 figure {
		width: 60px;
	}
	#header h1.cty figure {
		width: 56px;
	}
	#header .btn a {
		padding: .5rem 2rem;
		font-size: 1.4rem;
	}
}





.comingsoon {
	padding: 1.25rem 0 1rem;
	background: #E60012;
	background: linear-gradient(180deg, #ed0009 0%, rgba(255, 57, 62, 1) 21%, rgb(255 63 63) 50%, #ed0009 100%);
	font-size: 2.6rem;
	line-height: 1.25em;
	color: #fff;
	text-align: center;
}
.comingsoon span {
	font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
	.comingsoon {
		font-size: 2.0rem;
	}
	.comingsoon span {
		font-size: 1.6rem;
	}
}





#hero {
	overflow: hidden;
}
#hero img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media screen and (max-width: 768px) {

}





main {
	font-size: 1.6rem;
}





.column {
	padding: 5rem 0;
}
.column h1.heading {
	margin-bottom: 3rem;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.35em;
	text-align: center;
}
.column .lead {
	margin-bottom: 5rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
}
.column .lead br {
	display: none;
}
@media screen and (max-width: 768px) {
	.column h1.heading {
		font-size: 3.0rem;
	}
	.column .lead {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	.column .lead br {
		display: inline;
	}
}





#cm {
	position: relative;
	padding: 6rem 1rem;
	background: #e5f0f7;
}
#cm .waku {
	position: relative;
	width: 90%;
	margin: 0 auto;
	box-shadow: 0px 0px 35px -12px rgba(0,0,0,0.40);
	border-radius: 15px;
	z-index: 6;
}
#cm .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	z-index: 10;
}
#cm .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
	border-radius: 15px;
}
#cm .archivelist {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 3rem auto 0;
	width: 80%;
	z-index: 11;
}
#cm .archivelist li {
	margin: 0 5px;
	width: 25%;
	text-align: center;
}
#cm .archivelist li a img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: top;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
#cm .archivelist li a:hover img {
	opacity: .75;
}
#cm .archivelist li p {
	margin-top: .5em;
	font-size: 1.4rem;
	line-height: 1.25em;
	color: #000;
}
@media screen and (max-width: 640px) {
	#cm {
		padding: 30px 10px;
	}
	#cm .waku {
		width: 100%;
	}
	#cm .youtube iframe {
		border-radius: 10px;
	}
	#cm .archivelist {
		width: 100%;
	}
	#cm .archivelist li a img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	#cm .archivelist li p {
		margin-top: .5em;
		font-size: 1.2rem;
		line-height: 1.25em;
		color: #000;
	}
}





#point {
	position: relative;
	margin: 8rem 0;
	padding: 6rem 6rem;
	background: url(../gifs/point_bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 30px;
}
#point h1 {
	margin-bottom: 5%;
	text-align: center;
}
#point h1 img {
	width: 100%;
	max-width: 700px;
}
#point .box hr {
	margin: 6rem 0;
	border: none;
	height: 2px;
	background: #fff;
}
#point .box img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#point .box picture:nth-of-type(2) {
	display: block;
	margin-top: -8%;
}
#point .attn {
	display: flex;
	margin: 6rem 0 0 2rem;
}
#point .attn li {
	margin-right: 2rem;
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-indent: -1em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	#point {
		padding: 6rem 3rem;
	}
	#point h1 img {
		width: 100%;
		max-width: 500px;
	}
	#point .box hr {
		margin: 3rem 0;
	}
	#point .box picture:nth-of-type(2) {
		margin-top: 0%;
	}
	#point .attn {
		display: block;
		margin: 3rem 0 0 2rem;
	}
}





#whats {
	position: relative;
	padding: 8rem 0;
	background: url(../gifs/whats_bg.png) no-repeat;
	background-size: 100% auto;
	background-position: left 0 top 0;
}
#whats dl {
	display: flex;
}
#whats dl dt {
	position: relative;
	width: 50%;
	padding-top: 6%;
}
#whats dl dt h1 {
	position: absolute;
	top: -16%;
	left: 0;
	z-index: 2;
	width: 76%;
}
#whats dl dt .image {
	z-index: 1;
}
#whats dl dt .image img {
	width: 100%;
	height: auto;
}
#whats dl dd {
	width: 50%;
}
#whats dl dd p {
	font-size: 1.8rem;
	line-height: 2.0em;
}
#whats dl dd .riron {
	margin: 3rem 0;
}
#whats dl dd .service50g {
	padding: 1rem 2em;
	background: #fce5e8;
	border-radius: 10px;
	font-size: 1.6rem;
	line-height: 1.5em;
	text-align: center;
}
#whats .home-image {
	margin-top: -18%;
}
#whats .home-image img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1040px) {
	#whats .home-image {
		margin-top: -6%;
	}
}
@media screen and (max-width: 900px) {
	#whats .home-image {
		margin-top: 0%;
	}
}
@media screen and (max-width: 768px) {
	#whats {
		background: url(../gifs/whats_bg2.png) no-repeat;
		background-size: contain;
	}
	#whats dl dt h1 {
		position: absolute;
		top: -16%;
		left: 0;
		z-index: 2;
		width: 96%;
	}
	#whats dl {
		flex-direction: column;
	}
	#whats dl dt,
	#whats dl dd {
		width: 100%;
	}
	#whats dl dt {
		padding-top: 20%;
	}
	#whats .home-image {
		margin-top: 3rem;
	}
}





#giga {
	position: relative;
	margin: 8rem 0;
	padding: 6rem 0 0;
	background: url(../gifs/giga_bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 30px;
}
#giga::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 10%;
	background: url(../gifs/gigabasic.svg) no-repeat;
	background-size: auto 100%;
	background-position: left 50% top 0;
	z-index: 1;
}
#giga .box {
	padding: 0 6rem;
}
#giga h1 {
	position: relative;
	text-align: center;
	z-index: 2;
}
#giga h1 img {
	width: 100%;
	max-width: 700px;
}
#giga .lead {
	margin: 1% 0 5%;
	font-size: 2.4rem;
	line-height: 1.5em;
	color: #fff;
}
#giga .price {
	width: 90%;
	margin: 0 auto 2rem;
}
#giga .price img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#giga .set {
	width: 90%;
	margin: 5rem auto;
}
#giga .set img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#giga .tokuten {
	padding: 5rem;
	border: 2px solid #fff;
	border-radius: 15px;
}
#giga .tokuten img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#giga .attn {
	margin: 2rem 0 0 0;
}
#giga .attn li {
	padding-left: 1em;
	font-size: 1.2rem;
	line-height: 1.5em;
	text-indent: -1em;
	color: #fff;
}
#giga .subcopy {
	margin-top: 6rem;
	padding: 2rem 1rem;
	background: #7a4c9b;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	font-size: 2.4rem;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}
#giga .subcopy br {
	display: none;
}
@media screen and (max-width: 768px) {
	#giga {
		margin: 0;
		padding: 6rem 0 0;
	}
	#giga::before {
		height: 2.5%;
	}
	#giga .box {
		padding: 0 2rem;
	}
	#giga h1 img {
		width: 100%;
		max-width: 500px;
	}
	#giga .price {
		width: 100%;
	}
	#giga .set {
		width: 80%;
	}
	#giga .tokuten {
		padding: 2rem;
	}
	#giga .subcopy {
		margin-top: 2rem;
		padding: 1rem;
		font-size: 1.6rem;
	}
	#giga .subcopy br {
		display: inline;
	}
}





#contact {
	position: relative ;
	padding: 8rem 0;
	background: url(../gifs/contact_bg.png) no-repeat;
	background-size: cover;
	text-align: center;
	z-index: 10;
}
#contact h1 {
	display: block;
}
#contact h1 span {
	background: #189140;
	background: linear-gradient(90deg,rgba(24, 145, 64, 1) 0%, rgba(0, 163, 169, 1) 23%, rgba(34, 142, 198, 1) 50%, rgba(39, 107, 181, 1) 72%, rgba(44, 31, 135, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#contact .lead {
	color: #333;
}
#contact h1 span::before,
#contact h1 span::after {
	background: #799eb9;
}
#contact .wrap > ul.col2 {
	display: flex;
	justify-content: space-between;
}
#contact .wrap > ul.col2 li.cty,
#contact .wrap > ul.col2 li.cns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 49%;
	padding: 40px;
	background: #fff;
	border-radius: 50px;
	color: #333;
	box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.15);
}
#contact ul li .skewbox {
	width: 100%;
}
#contact ul li .contact-logo {
	margin-bottom: 1.5rem;
	text-indent: 100%;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}
#contact ul li .company {
	display: block;
	margin-bottom: .5em;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.25em;
}
#contact ul li .jyusho {
	font-size: 1.4rem;
	line-height: 1.25em;
}
#contact ul li.cty .contact-logo {
	background: url(../gifs/logo_cty.svg) no-repeat;
	background-size: 100%;
	width: calc(160px / 1.5);
	height: calc(100px / 1.5);
}
#contact ul li.cns .contact-logo {
	margin-top: 13px;
	background: url(../gifs/logo_cns.svg) no-repeat;
	background-size: 100%;
	width: calc(220px / 1.5);
	height: calc(80px / 1.5);
}
#contact ul li .cont {
	width: 100%;
}
#contact ul li .area-box {
	display: block;
	margin-top: 20px;
	padding: 1.5rem;
	background: #e5f0f7;
	border-radius: 8px;
}
#contact ul li .area-box .heading {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.25em;
}
#contact ul li .area-box .area {
	display: block;
	padding: 5px 10px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
}
#contact ul li .area-box .area span {
	font-size: 1.1rem;
}
#contact h3 {
	margin: 2.5rem 0;
	font-size: 1.6rem;
	font-weight: 600;
}
#contact h3 span {
	position: relative;
}
#contact h3 span::before,
#contact h3 span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 2px;
	background: #0080D9;
}
#contact h3 span::before {
	left: -35px;
}
#contact h3 span::after {
	right: -35px;
}
#contact ul li .text1 {
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.25em;
}
#contact ul li .web-box {
	margin: 2rem 0;
}
#contact ul li .web-box .btn a {
	position: relative;
	display: block;
	margin-top: 2rem;
	padding: 2rem 1rem 2.25rem;
	background: #1D4A9D;
	border: 2px solid #1D4A9D;
	border-radius: 100px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all .25s ease-in-out;
	line-height: 1.25em;
}
#contact ul li.cns .web-box .btn a {
	background: #EB6120;
	border-color: #EB6120;
}
#contact ul li .web-box .btn a:hover {
	background: #fff;
	color: #1D4A9D;
}
#contact ul li.cns .web-box .btn a:hover {
	color: #EB6120;
}
#contact ul li .web-box .btn span::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100px;
	content: "\e805";
	font-family: "fontello";
	transform: translateY(-50%);
	color: #1D4A9D;
	transition: all .25s ease-in-out;
}
#contact ul li.cns .web-box .btn span::after {
	color: #EB6120;
}
#contact ul li .web-box .btn a:hover span::after {
	background: #1D4A9D;
	color: #fff;
}
#contact ul li.cns .web-box .btn a:hover span::after {
	background: #EB6120;
	color: #fff;
}
#contact ul li .tel-box {
	margin: 2rem 0;
	padding: 3rem 0 2.5rem;
	border-top: 2px solid #d6dce2;
	border-bottom: 2px solid #d6dce2;
}
#contact ul li .tel {
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin: 1rem 0;
}
#contact ul li .tel::before {
	content: "";
	display: inline-block;
	width: calc(50px / 1.25);
	height: calc(50px / 1.25);
	background: url(../gifs/icon_tel.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 4px;
	left: 0;
}
#contact ul li .tel p {
	text-align: left;
	font-size: 3.6rem;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	padding-left: 50px;
	line-height: 1em;
}
#contact ul li .tel p a {
	color: #000;
	text-decoration: none;
}
#contact ul li p.time {
	margin-top: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.25em;
}
#contact ul li .tel-box .callback {
	margin-top: 1.5rem;
	text-align: center;
}
#contact ul li .tel-box .callback a {
	font-size: 1.3rem;
	color: #666;
	line-height: 1.25em;
	text-decoration: none;
}
#contact ul li .tel-box .callback a span::after {
	display: inline-block;
	content: "\e807";
	margin-left: .5rem;
	font-family: "fontello";
}
#contact ul li .tel-box .callback a:hover {
	text-decoration: underline;
}
#contact ul li p.notes {
	font-size: 1.1rem;
	line-height: 1.5em;
}
#contact ul li .box {
	width: 100%;
	margin-top: 20px;
}
#contact ul li .box .list {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contact ul li .box .list li {
	position: relative;
	display: block;
	width: 48%;
	margin: 0 1% 2%;
	text-align: center;
}
#contact ul li .box .list li:last-child {
	width: 60%;
}
#contact ul li .box .list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 1rem;
	background: #fff;
	border: 1px solid #000;
	border-radius: 100px;
	font-^size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25em;
	color: #000;
	transition: all .25s ease-in-out;
}
#contact ul li .box .list a span::after {
	content: "\e807";
	margin-left: 1rem;
	font-family: "fontello";
	transform: translateY(-50%);
}
#contact ul li .box .list a:hover {
	background: #ddd;
}
@media screen and (max-width: 768px) {
	#contact {
		padding-top: 7rem;
		margin-top: 0rem;
		padding-bottom: 4rem;
	}
	#contact .weblink {
		margin: 0 0 3rem;
	}
	#contact .weblink a {
		width: 94%;
		padding: 2rem .5rem;
		font-size: 2.0rem;
	}
	#contact .wrap > ul.col2 {
		display: block;
	}
	#contact .wrap > ul.col2 li.cty,
	#contact .wrap > ul.col2 li.cns {
		width: 100%;
		padding: 20px;
	}
	#contact .wrap > ul li.cns {
		margin: 10px 0 0 0;
	}
	#contact ul li.cty .contact-logo {
		width: calc(160px / 2);
		height: calc(100px / 2);
	}
	#contact ul li.cns .contact-logo {
		margin-top: 0;
		width: calc(220px / 2);
		height: calc(80px / 2);
	}
	#contact ul li .area-box {
		margin-top: 10px;
	}
	#contact ul li .area-box .heading {
		padding: 3px 5px;
		font-size: 1.1rem;
	}
	#contact ul li .area-box .area {
		padding: 3px 10px;
		font-size: 1.2rem;
	}
	#contact h3 {
		margin: 1.5rem 0 0;
	}
	#contact ul li .web-box {
		margin: 1rem 0 2rem;
	}
	#contact ul li .tel-box {
		margin: 2rem 0 0;
		padding: 2rem 0 1rem;
	}
	#contact ul li .tel {
		margin: 10px 0 5px;
	}
	#contact ul li .tel::before {
		width: calc(50px / 1.5);
		height: calc(50px / 1.5);
	}
	#contact ul li .tel p {
		padding-left: 40px;
		font-size: 2.4rem;
		line-height: 1.25em;
	}
	#contact ul li p.time {
		margin-top: .5rem;
		font-size: 1.2rem;
		line-height: 1.25em;
	}
	#contact ul li .tel-box .callback {
		margin-top: .5rem;
	}
	#contact ul li .box {
		margin-top: 15px;
	}
	#contact ul li .box .list::before {
		width: calc(50px / 1.5);
		height: calc(50px / 1.5);
	}
	#contact ul li .box .list li {
		padding: 0 2px;
	}
	#contact ul li .box .list li:last-child {
		width: 74%;
	}
	#contact ul li .box .list a {
		padding: .5rem 1rem;
		font-size: 1.4rem;
	}
	#contact ul li .box .list a::before {
		width: calc(17px / 1.5);
		height: calc(17px / 1.5);
	}
	#contact ul li .box p {
		font-size: 1.4rem;
	}
}





.tyui {
	padding: 3rem 0 5rem;
	text-align: right;
}
.tyui .attn {
	margin-top: 1rem;
}
.tyui .attn li {
	list-style-type: none;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #666;
}





footer {
	text-align: center;
}
footer small {
	display: block;
	padding: 1em 0;
	background: #005ead;
	font-size: 1.3rem;
	color: #fff;
}
@media screen and (max-width: 768px) {
}





/* ----- Back to Top ----- */
.btn-back-to-top {
	position: fixed;
	z-index: 9999;
	bottom: 200px;
	right: 20px;
	width: 50px;
	height: 50px;
	padding: 1em;
	background: #ddd;
	border: none;
	border-radius: 50%;
	line-height: 1.25em;
	cursor: pointer;
	outline: none;
}
.btn-back-to-top::after {
	display: block;
	content: "\e806";
	font-family: "fontello";
	font-size: 3.0rem;
	color: #aaa;
}
.btn-back-to-top span {
	display: none;
}
.btn-back-to-top:hover {
	background: #eee;
}
.btn-back-to-top:hover::after {
	color: #ccc;
}