@charset "utf-8";
/*! 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/shared/bullet_lft_blk.png");
}
.link__blank {
	background-image: url("../../img/shared/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;
}
.link__pdf {
    background-image: url("../../img/shared/icon_pdf.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 11px 13px;
    padding: 1px 15px 1px 0;
}
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;
}
.udl {
	text-decoration: underline;
}
/*--- clearfix ---*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*--- list-notes ---*/
.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;
}
/*--- list-disc ---*/
.list-disc {
    padding-left: 2rem;
}
.list-disc li {
    list-style-type: disc;
}
.list-disc li .list-disc li {
    list-style-type: circle;
	
}
/* 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;
}

/* ------------
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/shared/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 11px 0 4px;
	background: url("../../img/shared/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 6px 2px 5px;
}

@media all and (-ms-high-contrast:none) {
.breadcrumb ul li.select span {
	border-bottom: #48a732 3px solid;
	padding: 0px 6px 0 5px;
}
}/*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-size: 3.4rem;
	font-weight: normal;
}
/* h2 */
h2 {
	margin: 0 auto 40px;
	font-weight: normal;
	text-align: center;
	/*font-size: 3.6rem;*/
 font-size: 2.8rem;
	line-height: 0.9;
	color: #555555;
}
h2.keycolor {
	color: #48a732;
}
h3 {
	/*font-size: 2.8rem;*/
 font-size: 2.4rem;
 font-weight: normal;
 margin: 60px auto 30px;
 text-align: center;
}
.heading__lead {
	font-size: 1.5rem;
	margin-top: 30px;
	text-align: center;
}
.ttl_privacy {
 font-family: "AxisStd-Light", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
 font-size: 2.2rem;
 text-align: center;
}

/*-----------
---------------------------------------------------------- */

.l-bg-white {
	background-color: #fff;
	margin-bottom: 60px;
	margin-top: 80px;
}
.l-bg-gray {
	background-color: #f3f3f3;
	padding-bottom: 60px;
	padding-top: 60px;
}
.l-bg-brown {
	background-color: #faf7e6;
	border-radius: 8px;
	padding: 20px 40px;
}
.l-radius {
 border-radius: 8px;
 padding: 40px;
}
.inner {
 margin-left: auto;
	margin-right: auto;
 width: 980px;
}
.input__catch {
	margin-bottom: 40px;
	text-align: center;
}

/*----------- button_sec
---------------------------------------------------------- */

#button_sec {
	text-align: center;
	margin-top: 60px;
}
*::before, *::after {
	box-sizing: border-box;
}
.btn__em, .btn__em-gray, .btn__em-white {
	border-radius: 4px;
	box-shadow: 1px 1px 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-white {
    background-color: #ffffff;
    color: #48a732 !important;
    border: 1px #48a732 solid;
}
.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;
}
.btn__em-white:hover {
    background-color: #fefefe;
    color: #48a732 !important;
}

/* done button_sec */
#done #button_sec {
	display: flex; 
	justify-content: center;
}


/*-----------TABLE FORM
---------------------------------------------------------- */

/* table FOR input */
table {
	border-collapse: separate;
	width: 100%;
	border: #48a732 2px solid;
}
th, td {
	border-collapse: separate;
	border-top: 1px solid #cccccc;
	padding: 22px 20px 23px 30px;
	font-size: 1.4rem;
	vertical-align: middle;
	text-align: left;
	position: relative;
}
th {
	background-color: #FAF7E6;
	border-right: 1px solid #cccccc;
	font-weight: normal;
	color: #333333;
}
tr:first-of-type td, tr:first-of-type th {
	border-top: none !important;
}
th.required::after {
	background-color: #e90000;
	border-radius: 3px;
	color: #fff;
	content: "必須";
	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%;
}

th.optional::after {
 background-color: #4c4c4c;
 border-radius: 3px;
 color: #fff;
 content: "任意";
	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%;
}

td.cursor-p label {
	cursor: pointer !important;
}
/* table FOR important */
#important_sec table {
	background-color: #ffffff; 
}
#important_sec th {
	border-bottom: 1px solid #cccccc;
	background-color: #fbfbfb;
	color: #555555;
}
#important_sec td {
	border-right: 1px solid #cccccc; 
}
#important_sec td:last-of-type {
	border-right: none; 
}

/* table FOR privacy */
#input_privacy_sec table {
	border-collapse: separate;
	border: 1px solid #cccccc;
	margin-top: 30px;
 background-color: #ffffff;
}
#input_privacy_sec th {
	background-color: #efefef;
	color: #555555;
}
#input_privacy_sec th, #input_privacy_sec td {
	font-weight: normal;
	font-size: 1.4rem;
	padding: 17px 30px;
}

/* table FOR done */
#done #change-number_sec table {
		border: #48a732 2px solid;
	 padding: 25px 30px 40px;
	border-radius: 5px;
}
#done #change-number_sec table th,
#done #change-number_sec table td{
	border: none;
	font-size: 2.0rem;
	background: none;
	padding: 12px 10px 12px 10px;
}
#done #change-number_sec table th {
	text-align: right;
}
#done #change-number_sec table td {
	text-align: left;
}


/*  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.4rem;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ラジオボタンサイズ変更

input.radio_l {
 display: none;
}
input.radio_l + label{
  padding-left: 30px;
  position:relative;
  margin-right: 10px;
}
input.radio_l + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
input.radio_l:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #555555 ;
  border-radius: 50%;
}
 */
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/shared/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: 6px 25px 7px 9px;
 font-size: 1.4rem;
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select::-ms-expand {
 display: none;
}
select[disabled] {
	background: #f0f0f0 none repeat scroll 0 0;
}

#input #necessary_sec input[type=radio]:nth-of-type(n+2) {
	margin-left: 25px;
}

/*----------- notes_area
----------------------------------------------------------
p.notes-ttl {
color: #555555;
font-size: 2.8rem;
font-weight: normal;
margin: 0 auto 20px;
text-align: center;
font-family: "AxisStd-Light", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
p.notes-sub-ttl {
 font-size: 1.6rem;
 line-height: 2.0;
} */
/*----------- error_sec
---------------------------------------------------------- */

#error_sec {
	background-color: #fff;
	margin-bottom: 60px;
	/*margin-top: 80px;*/
	margin-top: 40px;
 width: 980px;
 margin-left: auto;
 margin-right: auto;
}

.text_error {
	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 {
  display: none;
  color: #ff0000;
}
/*-----------個別　エラーページ
---------------------------------------------------------- */


/*-----------サイズ調整
---------------------------------------------------------- */
.w500 {
 width: 500px!important;
}
.w400 {
	width: 400px!important;
}
.w200 {
	width: 200px !important;
}
.w145 {
	width: 145px !important;
}
.w107 {
	width: 107px !important;
}
.w70 {
	width: 70px !important;
}
.mr-l {
	margin-right: 20px !important;
}
.mr-m {
	margin-right: 10px !important;
}
.ml-l {
	margin-left: 24px !important;
}
.ml-m {
	margin-left: 10px !important;
}
.ml-s {
	margin-left: 5px !important;
}
.mb-200 {
	margin-bottom: 200px !important;
}
.mb-150 {
	margin-bottom: 150px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-05 {
	margin-bottom: 5px !important;
}
.mb-00 {
	margin-bottom: 0px !important;
}
.mt-60 {
 margin-top: 60px !important;
}
.mt-30 {
 margin-top: 30px !important;
}
.mt-20 {
 margin-top: 20px !important;
}
.mt-10 {
 margin-top: 10px !important;
}
.mt-05 {
 margin-top: 5px !important;
}
.mt-00 {
 margin-top: 0px !important;
}
.text-center {
 text-align: center;
}
.l-height_20 {
	line-height: 2.0;
}
/*-----------font調整
---------------------------------------------------------- */
.small {
	font-size: 1.2rem !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;
}
