@charset "utf-8";
/* CSS Document */

/*------------------------------------
		▼ common
------------------------------------*/
body {
	width: 100%;
	min-width: 768px;
	height: 100%;
	background: #fff;
	background-size: 100%;
	color: rgba(255,255,255,.8);
	text-align: center;
}
body, .bg-wrap, .top-image, h2, footer {
	min-width: 900px;
}
.bg-wrap {
	width: 100%;
	background: #600;
	padding-top: 130px;
	padding-bottom: 10px;
	position: relative;
}
svg {
	display: inline-block;
	vertical-align: middle;
}
.radius {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.radius_s {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.radius_m {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.transition {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

/*------------------------------------
		▼ header
------------------------------------*/
header {
	width: 100%;
	position: relative;
}
.menu-btn {
	width: 60px;
	height: 60px;
	position: fixed !important;
	top: 10px;
	right: 30px;
}
.menu-btn:hover {
	background-color: rgba(255,255,255,.08) !important;
}
.menu-btn .circle1, .menu-btn .circle2, .menu-btn .circle3 {
	background: #ecb738;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
}
.mdl-button--icon {
	width: 60px !important;
	height: 60px !important;
	z-index: 50 !important;
}
.menu-btn .circle1 {
	top: 14px;
}
.menu-btn .circle2 {
	top: 28px;
}
.menu-btn .circle3 {
	top: 42px;
}
.mdl-menu, .mdl-menu__outline{
	width: 300px !important;
	height: 340px !important;
	position: fixed !important;
	top: 10px !important;
	left: auto !important;
	margin-right: 10px !important;
}
.mdl-menu a {
	font-size: 18px!important;
	display: block;
	text-align: center !important;
}
.mdl-menu__item {
	padding: 0 !important;
	padding: 10px 30px 10px 10px!important;
}
.mdl-menu--bottom-right {
	right: 10px !important;
}
.mdl-menu__container.is-visible {
	z-index: 40 !important;
}
.top-image {
	position: fixed;
	top: 0;
	z-index: -10;
}
h1 {
	width: 800px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	margin-left: -400px;
}
h1 svg {
	width: 600px;
	height: 600px;
	margin-top: -100px;
	fill: #fff;
}
.mask {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
}
h2 {
	width: 100%;
	background: rgba(198,40,40,.9);
	font-size: 25px;
	padding: 20px 0;
	letter-spacing: 0.6em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

/*------------------------------------
		▼ form
------------------------------------*/
#frm {
	margin-top: 30px;
}
.fieldset {
	width: 700px;
	margin: 10px auto;
	font-size: 22px;
	overflow: hidden;
}
.legend {
	width: 100%;
	text-align:left;
	font-size: 15px;
}
.legend svg {
	width: 25px;
	height: 25px;
	margin: 5px;
	fill: #fff;
}
.fieldset .wrap-item {
	width: 100%;
	overflow: hidden;
}
.fieldset .wrap-item p {
	width: 50%;
	float: left;
}
.checked {
	background: #ecb738 !important;
	color: #524e45 !important;
}
.fieldset label {
	display: block;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
	background: #ccc;
	color: #666;
	text-align: center;
	overflow:hidden;
	cursor: pointer;
}
.fieldset label input {
	opacity: 0;
}
.fieldset p:first-child label {
	box-sizing: border-box;
	border-right: 1px solid #999;
}
.fieldset p label:hover {
	opacity: .7;
}
.fieldset p.horizontal {
	width: 25% !important;
}
.fieldset .horizontal:nth-child(2) label,
.fieldset .horizontal:nth-child(3) label {
	border-right: 1px solid #999;
}
.fieldset .wrap-item {
	width: 100%;
	overflow: hidden;
}
fieldset .wrap-item {
	background: #fff;
}
.custom_sel {
	position: relative;
	background: #aaa;
	overflow: hidden;
	cursor: pointer !important;
}
.custom_arrow {
	padding: 20px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.custom_arrow svg {
	width: 20px;
	height: 20px;
	fill: rgba(0,0,0,.5);
}
.custom_sel.by {
	width: 300px;
}
.custom_sel.bm, .custom_sel.bd {
	width: 170px;
}
.custom_sel.mb {
	width: 230px;
}
.slash, .at-mark {
	width: 30px;
	padding: 18px 0;
}
.custom_sel.by, .custom_sel.bm, .custom_sel.bd, .slash, #text-mb, .at-mark, .custom_sel.mb {
	float: left;
}
select[name="select-by"],
select[name="select-bm"],
select[name="select-bd"],
select[name="select-mb"] {
	width: 110%;
	padding: 24px 10px;
	margin-right: 5px;
	font-size: 20px;
	cursor: pointer !important;
}
option {
	color: #333;
}
#text-hn, #text-mb {
	font-size: 20px;
	color: #000;
}
#text-hn {
	padding: 25px 10px;
	width: 680px;
}
#text-mb {
	padding: 25px 10px;
	width: 420px;
	float: left;
}
#errorMsg {
	position: relative;
}
#errorMsg p {
	color: #ecb738;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#errorMsg p font {
	color: #ecb738;
}
#modalTrigger {
	width: 350px;
	margin: 50px auto 10px;
	position: relative;
}
#modalTrigger input {
	width: 100%;
	display: block;
	padding: 20px 0;
	background: rgba(198,40,40,.9);
	font-size: 22px;
	letter-spacing: 0.5em;
	color: #fff !important;
	cursor: pointer;
}
#modalTrigger input:hover {
	background: rgba(198,40,40,1);
	box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
#modalTrigger input:active {
	background: rgba(198,40,40,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
#modalTrigger svg {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}
.form-check div {
	width: 350px !important;
	margin: 50px auto 0 !important;
}

/*------------------------------------
		▼ modal-window
------------------------------------*/
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}
#modalWindow {
	display: none;
	width: 600px;
	margin: auto;
	padding: 10px 30px 30px;
	box-sizing: padding-box;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.4);
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 60;
	margin-left: -300px;
}
#modalWindow table {
	width: 400px;
	margin: auto;
	background: #fff;
}
#modalWindow td.table-title{
	padding: 20px 0 10px;
	font-weight: bold;
	letter-spacing: 0.3em;
	font-size: 17px;
	color: #666;
	border-right:none;
}
#modalWindow th {
	width: 25%;
	background: #ddd;
	border-bottom: 2px solid #fff;
	color: #555;
	font-size: 16px;
	text-align: center;
}
#modalWindow td {
	width: 50%;
	padding: 8px 20px;
	box-sizing: padding-box;
	word-break: break-all;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	color: #333;
	font-size: 20px;
	text-align: center;
}
.text-box {
	margin: 30px auto;
	color: #444;
	text-align: left;
	font-size: 15px;
}
.text-box svg {
	width: 20px;
	height: 20px;
	margin-left: 3px;
	fill: #e74848;
}
.text-link:hover {
	opacity: .6;
}
.row_btn {
	width: 100%;
	overflow: hidden;
}
.row_btn div {
	margin: 0 1%;
	float: left;
}
#close, #next {
	position: relative;
}
#close {
	width: 33%;
}
#next {
	width: 63%;
}
#close button, #next input {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.2em;
	cursor: pointer;
}
#close button {
	background: #888;
}
#next input {
	background: rgba(198,40,40,.95);
}
#close button:hover {
	opacity: .9;
	box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
#close svg, #next svg {
	width: 30px;
	height: 30px;
	fill: rgba(0,0,0,.4);
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
#close svg {
	left: 0;
}
#next svg {
	right: 0;
}

/*------------------------------------
		▼ aside
------------------------------------*/
aside {
	width: 700px;
	margin: 50px auto;
	padding: 30px 50px 20px;
	background: #fff;
	text-align: center;
	box-shadow: 1px 3px 5px rgba(0,0,0,.3);
}
.text-aside{
	overflow: hidden;
}
.text-aside h3 {
	font-size: 130%;
	letter-spacing: 0.2em;
	color: #444;
}
.icon_setup {
	width: 100px;
	height: 100px;
	padding: 20px;
	margin-bottom: 5px;
	background: #ffa726;
	float: left;
}
.icon_setup svg {
	width: 100px;
	height: 100px;
	fill: #fff;
}
.text-aside p {
	width: 520px;
	margin: 30px auto;
	color: #444;
	float: right;
	text-align: left;
}
input[name="copy"] {
	width: 120px;
	background: #ccc;
	padding: 2px;
	font-size: 120%;
	text-align: center;
	color: #333;
}
aside h4 {
	width: 98%;
	margin: 20px auto 0;
	color: #444;
	padding: 30px 0 10px;
	border-top: 3px dotted #bbb;
}
ul.carrier {
	width: 690px;
	margin: auto;
	padding-bottom: 30px;
	overflow: hidden;
}
ul.carrier a {
	width: 220px;
	height: 80px;
	overflow: hidden;
	margin: 0 5px;
	padding: 10px 0;
	background: #fff;
	box-shadow: 1px 2px 3px rgba(0,0,0,.4);
	float: left;
}
ul.carrier svg {
	width: 210px;
	height: 210px;
	margin: -60px 5px 0;
}
.carrier_dcm { fill: #cb0133; }
.carrier_au { fill: #ea5404; }

ul.carrier a:hover {
	box-shadow: 1px 5px 15px rgba(0,0,0,.4);
}
ul.carrier a:active {
	background: #c6c6c6;
	box-shadow: 1px 2px 3px rgba(0,0,0,.4);
}
.support {
	overflow: hidden;
}
.support a {
	padding: 10px 30px 10px 10px;
	display: inline-block;
	color: #666;
	position: relative;
	float: right;
}
.support svg {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	fill: #666;
}
.support a:hover {
	opacity: .7;
}

/*------------------------------------
		▼ footer
------------------------------------*/
footer {
	background: #0e0c0c;
	text-align: center;
	padding: 20px 0;
	position: relative;
}
footer ul {
	width: 600px;
	margin: auto;
	padding: 40px 0;
	overflow: hidden;
}
footer li a {
	width: 150px;
	display: block;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,.15);
	letter-spacing: 0.13em;
	color: rgba(255,255,255,.65) !important;
}
footer li:last-child a {
	border-right: none;
}
footer li a:hover {
	color: rgba(255,255,255,.98) !important;
}
footer small {
	color: #fff;
	color: rgba(255,255,255,.8);
}
.go-pagetop {
	position: absolute;
	top: -45px;
	right: 20px;
}
.go-pagetop a {
	display: block;
	background: #0e0c0c;
	padding: 20px;
}
.go-pagetop a:hover {
	background: #191919;
	box-shadow: 0 5px 20px rgba(0,0,0,.5);
}
.go-pagetop svg {
	width: 50px;
	height: 50px;
	fill: #fff;
}
