@charset "Shift_JIS";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;/* 2 */
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
	padding: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;/* 2 */
}
/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 0;
}
/* Default
   ========================================================================== */

* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	margin: 0;
	font-family: "AxisStd-Light", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
a {
	text-decoration: none;
	color: #0060ff;
	font-weight: normal;
}
a:visited {
	color: #0041a8;
}
.link__arrow:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 10px;
	margin-right: 5px;
	background: url("../img/bullet_lft_blk.png");
}
.link__blank {
	background-image: url("../img/icon_blank.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 12px 11px;
	margin-right: 5px;
	padding-right: 15px;
}
.link--on-mouse {
	opacity: 1;
}
.link--on-mouse:hover {
	-webkit-transition: opacity 0.35s linear;
	transition: opacity 0.35s linear;
	opacity: 0.7;
}
p {
	word-wrap: break-word;
	margin: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
dl, dt, dd {
	margin: 0;
}
img {
	vertical-align: top;
}
sup {
	line-height: 1.0;
	vertical-align: top;
}
sub {
	line-height: 1.0;
	vertical-align: bottom;
}
em {
	font-style: normal;
	font-weight: bold;
}
input {
	border: none;
	color: #555;
}
button {
	border-top: none;
	border-left: none;
	border-right: none;
}
/*--- clearfix ---*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*--- note ---*/
.list-notes {
	margin-top: 30px;
	color: #777;
	font-size: 1.2rem;
	position: relative;
}
.list-notes li {
	padding-left: 1.5rem;
}
.list-notes li::before {
	content: "¦";
	position: absolute;
	left: 0;
}
/* block element
---------------------------------------------------------- */
html {
	font-size: 10px;
}
body {
	position: relative;
	color: #555;
	font-size: 1.4rem;
	line-height: 1.6;
	background: none;
	border-top: none;
	font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	min-width: 1024px;
}
/* For PasswordResetForm 20170406
   ========================================================================== */
/* ------------
key color #48a732 
---------------- */

/* header element
---------------------------------------------------------- */

header {
	border-top: 4px solid #48a732;
	height: 100px;
}
header > nav {
	display: block;
	margin: 25px auto 0;
	width: 980px;
	position: relative;
}
.logo-area {
	display: table;
	float: left;
	padding: 0;
}
.logo-area p {
	display: table-cell;
}
.logo-area p.caption {
	font-size: 10px;
	line-height: 1.5;
	padding-left: 20px;
	vertical-align: middle;
}
header nav ul {
	list-style: outside none none;
	float: right;
}
header nav a.support {
	text-decoration: none;
	color: #FFFFFF;
	background: #48a732 none repeat scroll 0 0;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 4px;
	border-right: 1px solid #e5e5e5;
	display: block;
	font-weight: bold;
	padding: 4px 12px;
}
header nav a.support:hover {
	background: #42992E none repeat scroll 0 0;
}
/* footer element
---------------------------------------------------------- */

footer {
	margin: 0 auto;
	width: 980px;
	padding: 30px 0;
}
footer p {
	display: block;
	font-size: 10px;
	text-align: center;
}
/* breadcrumb element
---------------------------------------------------------- */

.breadcrumb {
	display: block;
	background: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	padding: 7px 0 0;
}
.breadcrumb * {
	box-sizing: border-box;
}
.breadcrumb *:before, .breadcrumb *:after {
	box-sizing: border-box;
}
.breadcrumb .clearfix:before, .breadcrumb .clearfix:after {
	content: "";
	display: table;
}
.breadcrumb .clearfix:after {
	clear: both;
}
.breadcrumb .inner {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
.breadcrumb ul {
	padding: 0;
	list-style: none;
	float: right;
}
.breadcrumb ul li {
	float: left;
	font-size: 1.4rem;
	position: relative;
	display: block;
	padding: 0 17px 0 9px;
	color: #555555;
	background: url("../img/bullet_lft_blk.png") no-repeat 100% 50%;
	margin-bottom: 6px;
}
.breadcrumb ul li:first-child {
	padding-left: 0;
}
.breadcrumb ul li:last-child {
	background: none;
}
.breadcrumb ul li.select {
	padding: 0 6px 0 0px;
	background: url("../img/bullet_lft_green.png") no-repeat 100% 50%;
}
.breadcrumb ul li.select:last-child {
	background: none;
}
.breadcrumb ul li.select span {
	border-bottom: #48a732 3px solid;
	padding: 0px 11px 2px 9px;
}

@media all and (-ms-high-contrast:none) {
.breadcrumb ul li.select span {
	border-bottom: #48a732 3px solid;
	padding: 0px 10px 0 8px;
}
}/*For IE*/
/*-----------title
---------------------------------------------------------- */

/* h1 */
h1 {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.1) inset;
	background: #48a732;
	font-size: 3.6rem;
	font-weight: normal;
}
/* h2 */
h2 {
	margin: 0 auto 40px;
	font-weight: normal;
	text-align: center;
	font-size: 3.6rem;
	line-height: 0.9;
	color: #555555;
}
h2.keycolor {
	color: #48a732;
}
h3 {
	font-size: 2.8rem;
    font-weight: normal;
    margin: 60px auto 30px;
    text-align: center;
}
.heading__lead {
	font-size: 1.8rem;
	margin-top: 30px;
	text-align: center;
}
/*-----------input area
---------------------------------------------------------- */

.bg-white {
	width: 980px;
	margin: 80px auto 60px;
}
.input__catch {
	margin-bottom: 40px;
	text-align: center;
}
/* error_area */
.error_area {
	border-radius: 8px;
	background-color : #fff5f5;
	padding: 40px;
	margin: 0 0 40px;
	text-align: center;
}
.error_title {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.error_text p {
	text-align: left;
	padding-left: 200px;
}
/*-----------privacy_area
---------------------------------------------------------- */

.privacy__catch {
	margin-top: 30px;
	text-align: center;
}
/*-----------apply_area
---------------------------------------------------------- */

.check_area {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
}
label.required {
	margin-left: 5px;
}
label.required::after {
	background-color: #e90000;
	border-radius: 3px;
	color: #fff;
	content: "•K{";
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
	margin-left: 15px;
	padding: 4px 6px;
	position: relative;
	margin-right: 10px;
	top: -2px;
}
.button_area {
	margin: 40px auto;
	text-align: center;
}
#btn_apply input {
	line-height: normal;
}
#btn_apply input {
	border: medium none;
	color: #555;
}
#btn_apply input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
button {
	text-transform: none;
	margin: 0;
}
button[type="button"][disabled] {
	opacity: 0.5;
	cursor: default;
}
*::before, *::after {
	box-sizing: border-box;
}
.btn__em, .btn__em-gray {
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 2.0rem;
	padding: 17px 16px;
	text-align: center;
	min-width: 308px;
	font-family: "AxisStd-Medium", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.btn__em {
	background-color: #48a732;
	color: #fff!important;
}
.btn__em-gray {
	background-color: #b3b3b3;
	color: #fff!important;
}
.btn__em:hover {
	opacity: 1;
	background-color: #42992e;
	color: #fff!important;
	cursor: pointer !important;
}
.btn__em-gray:hover {
	opacity: 1;
	background-color: #a6a6a6;
	color: #fff!important;
	cursor: pointer !important;
}
/*-----------TABLE FORM
---------------------------------------------------------- */

/* table FOR input */
table {
	border-collapse: separate;
	width: 100%;
	border: #48a732 2px solid;
}
th, td {
	border-collapse: separate;
	border-bottom: 1px solid #cccccc;
	padding: 22px 20px 23px 30px;
	font-size: 1.6rem;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
th {
	background-color: #FAF7E6;
	border-right: 1px solid #cccccc;
	font-weight: normal;
	color: #333333;
}
tr:last-of-type td, tr:last-of-type th {
	border-bottom: none;
}
th.required::after {
	background-color: #e90000;
	border-radius: 3px;
	color: #fff;
	content: "•K{";
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1;
	margin-left: 10px;
	padding: 4px 6px;
	margin-top: -10px;
	position: absolute;
	right: 20px;
	top: 50%;
}
/* table FOR privacy */
#privacy table {
	border-collapse: separate;
	border: 1px solid #cccccc;
	margin-top: 30px;
}
#privacy th {
	background-color: #efefef;
	color: #555555;
}
#privacy th, #privacy td {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 17px 30px;
}
/*  FORM  */
input[type="text"], input[type="password"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
	line-height: 1;
	padding: 7px 9px;
	font-size: 1.6rem;
	font-family: Arial, Roboto, "Droid Sans", "ŸàƒSƒVƒbƒN", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN", "ƒƒCƒŠƒI", Meiryo, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
}
input.one-byte {
	ime-mode: inactive;
}
input.two-byte {
	ime-mode: active;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: white url("../img/select_arrow.png") no-repeat scroll right center;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) inset;
	height: 31px;
	line-height: 1;
	padding: 7px 21px 7px 9px;
}
select::-ms-expand {
 display: none;
}
select[disabled] {
	background: #f0f0f0 none repeat scroll 0 0;
}
/*-----------ŒÂ•Ê@ƒGƒ‰[
---------------------------------------------------------- */

#error_detail h2 {
	margin: 0 auto 60px auto;
}
.error_text_center p {
	text-align: center;
	color: #FF0000;
}
/*-----------ŒÂ•Ê@ƒ[ƒ‹ŽóMŠm”F
---------------------------------------------------------- */

.comp_text {
	text-align: center;
}
.comp_text ul {
	width: 270px;
	margin: 20px auto;
}
/*-----------ŒÂ•Ê@VƒpƒXƒ[ƒh“ü—Í
---------------------------------------------------------- */

.id_area {
	font-size: 2.2rem;
	margin: 40px auto;
	width: 400px;
}
.id_area dt, .id_area dd {
	display: inline-block;
}
.bg-note {
	background-color: #f5f5f5;
	padding: 30px;
	text-align: left;
	width: 980px;
	margin: 0 auto;
}
#note_password ul.list-notes {
	margin-top: 0;
}
/*-----------ŒÂ•Ê@Ý’èŠ®—¹
---------------------------------------------------------- */

#pw_comp_detail .bg-note {
	text-align: center;
}
#pw_comp_detail .bg-note h3 {
	margin-top: 0px;
}
/*-----------ƒTƒCƒY’²®
---------------------------------------------------------- */

.w420 {
	width: 420px!important;
}
.w170 {
	width: 170px !important;
}
.w100 {
	width: 100px !important;
}
.w70 {
	width: 70px !important;
}
.mr-l {
	margin-right: 20px !important;
}
.ml-m {
	margin-left: 10px !important;
}
.ml-s {
	margin-left: 5px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-00 {
	margin-bottom: 00px !important;
}
/*-----------font’²®
---------------------------------------------------------- */
.small {
	font-size: 1.4rem !important;
	font-weight: normal;
	color: #555555;
}
a.small {
	color: #0060ff;	
}
a.small:visited {
	color: #0041a8;
}
p.caption {
	font-size: 1.4rem;
	line-height: 1;
	margin: 10px 0;
}
