@charset "utf-8";

/* normalize
-------------------------------------------------- */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}

/* basic
-------------------------------------------------- */
body {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.85;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	outline: none;
	color: var(--Text_blue);
	transition: all ease .3s;
}
a:hover {
	opacity: 0.6;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* CSS Variables - Blue Theme (後払い決済)
-------------------------------------------------- */
:root {
	font-size: 62.5%;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--Text);

	/* Theme Colors - Blue */
	--Text: #2a2a2a;
	--Text_blue: #1a0dab;
	--Main: #0253b0;
	--Sub: #77cadd;
	--Accent: #e6ad17;
	--Back: #f6f6f6;
	--Border-color1: #0253b0;
	--Border-color2: #77cadd;
	--Spinner-color: #77cadd;
}

/* Content Container
-------------------------------------------------- */
.content {
	border: 15px solid var(--Border-color1);
	border-image: linear-gradient(to right, var(--Border-color2), var(--Border-color1));
	border-image-slice: 1;
	background-color: #ffffff;
	box-sizing: border-box;
	height: 100%;
}

/* Header Area
-------------------------------------------------- */
.content .content_head_area {
	margin: 30px auto;
}

.content .content_head_area .content_head {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: var(--Text);
	padding: 30px 0;
}

.content .content_head_area .content_head .loading {
	margin-top: 40px;
}

/* Main Content Area
-------------------------------------------------- */
.content .content_main_area {
	margin: 30px auto;
}

.content .content_main_area .content_main {
	width: 80%;
	margin: 0px auto;
	border: 5px solid var(--Border-color1);
	border-image: linear-gradient(to right, var(--Border-color2), var(--Border-color1));
	border-image-slice: 1;
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
}

.content .content_main_area .content_main .content_main_title {
	font-size: 120%;
	font-weight: bold;
	color: var(--Text);
	margin-bottom: 30px;
	text-align: center;
}

.content .content_main_area .content_main .content_main_box {
	font-size: 0;
}

.content .content_main_area .content_main .content_main_box .content_main_box_right {
	text-align: center;
	box-sizing: border-box;
}

.content .content_main_area .content_main .content_main_box .content_main_box_left {
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

.content .content_main_area .content_main .content_main_box .content_main_box_left p {
	line-height: 1.7;
	margin-bottom: 15px;
}

/* Link Box
-------------------------------------------------- */
.content .content_main_area .content_main .link_box {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 40px;
}

/* Windows8 Loading Spinner
-------------------------------------------------- */
.windows8 {
	position: relative;
	width: 50px;
	height: 50px;
	margin: auto;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	animation: orbit 4.5325s infinite;
	-o-animation: orbit 4.5325s infinite;
	-ms-animation: orbit 4.5325s infinite;
	-webkit-animation: orbit 4.5325s infinite;
	-moz-animation: orbit 4.5325s infinite;
}

.windows8 .wBall .wInnerBall {
	position: absolute;
	width: 10px;
	height: 10px;
	background: var(--Spinner-color);
	left: 0px;
	top: 0px;
	border-radius: 10px;
}

.windows8 #wBall_1 { animation-delay: 0.986s; -webkit-animation-delay: 0.986s; }
.windows8 #wBall_2 { animation-delay: 0.193s; -webkit-animation-delay: 0.193s; }
.windows8 #wBall_3 { animation-delay: 0.3965s; -webkit-animation-delay: 0.3965s; }
.windows8 #wBall_4 { animation-delay: 0.5895s; -webkit-animation-delay: 0.5895s; }
.windows8 #wBall_5 { animation-delay: 0.793s; -webkit-animation-delay: 0.793s; }

/* Keyframe Animations
-------------------------------------------------- */
@keyframes orbit {
	0% { opacity: 1; z-index: 99; transform: rotate(180deg); animation-timing-function: ease-out; }
	7% { opacity: 1; transform: rotate(300deg); animation-timing-function: linear; }
	30% { opacity: 1; transform: rotate(410deg); animation-timing-function: ease-in-out; }
	39% { opacity: 1; transform: rotate(645deg); animation-timing-function: linear; }
	70% { opacity: 1; transform: rotate(770deg); animation-timing-function: ease-out; }
	75% { opacity: 1; transform: rotate(900deg); animation-timing-function: ease-out; }
	76% { opacity: 0; transform: rotate(900deg); }
	100% { opacity: 0; transform: rotate(900deg); }
}

@-webkit-keyframes orbit {
	0% { opacity: 1; z-index: 99; -webkit-transform: rotate(180deg); -webkit-animation-timing-function: ease-out; }
	7% { opacity: 1; -webkit-transform: rotate(300deg); -webkit-animation-timing-function: linear; }
	30% { opacity: 1; -webkit-transform: rotate(410deg); -webkit-animation-timing-function: ease-in-out; }
	39% { opacity: 1; -webkit-transform: rotate(645deg); -webkit-animation-timing-function: linear; }
	70% { opacity: 1; -webkit-transform: rotate(770deg); -webkit-animation-timing-function: ease-out; }
	75% { opacity: 1; -webkit-transform: rotate(900deg); -webkit-animation-timing-function: ease-out; }
	76% { opacity: 0; -webkit-transform: rotate(900deg); }
	100% { opacity: 0; -webkit-transform: rotate(900deg); }
}

/* Responsive (SP)
-------------------------------------------------- */
@media screen and (max-width: 640px) {
	.content .content_head_area { margin: 15px auto; }
	.content .content_head_area .content_head { padding: 0; font-size: 100%; text-align: center; width: 90%; }
	.content .content_head_area .content_head .loading { margin-top: 20px; }
	.content .content_main_area { margin: 0px auto 10px; }
	.content .content_main_area .content_main { width: calc(100% - 20px); padding: 15px; }
	.content .content_main_area .content_main .content_main_title { font-size: 120%; margin-bottom: 15px; }
	.content .content_main_area .content_main .content_main_box .content_main_box_right { width: 100%; float: none; box-sizing: border-box; margin-bottom: 15px; }
	.content .content_main_area .content_main .content_main_box .content_main_box_left { width: 100%; float: none; box-sizing: border-box; padding-right: 0px; }
	.content .content_main_area .content_main .content_main_box .content_main_box_left p { font-size: 87%; }
	.content .content_main_area .content_main .link_box { font-size: 12px; margin-top: 0px; text-align: left; }
	.windows8 .wBall { position: absolute; width: 20px; height: 50px; margin-left: 20px; opacity: 0; transform: rotate(225deg); -webkit-transform: rotate(225deg); animation: orbit 4.5325s infinite; -webkit-animation: orbit 4.5325s infinite; }
}
