/*-----------------------------------
Reset
-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, sup, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1em;
}
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;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
em {
	font-style: normal;
}
/*-----------------------------------
共通
-------------------------------------*/

html {
	position:relative;
	min-height:100%;
}

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	background: #f2f2f2;
	font-weight: 400;
	vertical-align: top;
	color: #666666;
	margin-bottom:252px;
}
header {
	background: #ffffff;
	position: fixed;
	height: 60px;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	border-bottom:1px solid #e6e6e6;
}
header h1 {
	font-size: 26px;
	color: #50bcb2;
	vertical-align: middle;
	padding: 15px 0;
}
/* link */

a {
	color: #50bcb2;
	text-decoration: underline;
}

a:hover {
	opacity:0.5;
	transition:all 0.5s;
}

.btn {
	opacity:1.0;
	transition:all 0.5s;
}

.btn:hover {
	opacity:0.5;
	transition:all 0.5s;
}

/* menu */

header .content_box {
	position: relative;
	top: 0;
}
header .wrap {
	width: 940px;
}
#navigation {
	position: absolute;
	top: -3px;
	right: 0;
	height: 60px;
	background: #ffffff;
	z-index: 10;
}
#navigation li {
	display: block;
}
#navigation nav {
	margin-bottom: 56px;
}
#navigation li {
	float: left;
	margin: 15px;
}
#navigation li:last-child {
	margin: 15px 0;
}
#navigation li .btn {
	width: auto;
	padding: 0 10px;
	height: 30px;
}
#navigation li a {
	display: block;
	padding: 8px 0;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	line-height: 14px;
	height: 30px;
	vertical-align: middle;
}
#navigation li .btn a {
	color: #ffffff;
}


.wrap {
	width: 940px;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.clearfix {
	clear: both;
}
section {
	background: #f4f4f4;
}
section.bg_white {
	background: #ffffff;
}
section.bg_green {
	background: #e7f5f4;
}
section.bg_lightgreen {
	background: #e7f5f4;
}

section h1 {
	font-size: 36px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}
header+section {
	min-width:940px;
}

/*
title
*/

h1.border {
	padding-top: 100px;
}
h1.border:after {
	display: block;
	width: 30px;
	height: 4px;
	background: #50bcb2;
	content: "";
	margin: 25px auto 40px;
}
section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: normal;
	font-size: 30px;
}
section {
	padding-bottom: 80px;
}
section section {
	margin-bottom: 70px;
	padding-bottom: 0;
	background: transparent;
}
section section:last-child {
	margin-bottom: 0;
}
section section p {
	margin-bottom: 40px;
	line-height: 1.6em;
}

section section p {
	margin-bottom: 0;
}

/*
btn
*/

.btn {
	text-align: center;
	border-radius: 3px;
	margin: auto;
}
.btn a {
	text-decoration: none;
	display: block;
	padding: 12px 0;
	font-size: 16px;
	line-height: 1em;
}

.btn_gray {
	background:#cccccc;	
}

.btn_gray a {
	color: #ffffff;
}

.btn_yellow {
	background: #fbae17;
}
.btn_yellow a {
	color: #ffffff;
}
.btn_green {
	background: #50bcb2;
	width: 180px;
	margin: auto;
}
.btn_green a {
	color: #ffffff;
}
button.btn {
	text-decoration: none;
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
}
/*
footer
*/

#to_top {
	position: fixed;
	width: 56px;
	height: 56px;
	font-size: 30px;
	z-index: 50;
	background: #50bcb2;
	right: 40px;
	bottom: 30px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	cursor:pointer;
}
#to_top i {
	margin-top: 10px;
}
footer {
	background: #999999;
	position: absolute;
	color: #ffffff;
	padding: 56px 0 15px;
	box-sizing: border-box;
	text-align: center;
	bottom:0;
	width:100%;
	min-width:940px;
}
footer p.title {
	font-size: 30px;
	padding-bottom: 40px;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer .tel {
	margin-bottom: 40px;
}
footer .tel li {
	display: inline-block;
	font-size: 18px;
}
footer .tel li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
	color: #ffffff;
}
footer .tel li:last-child:after {
	content: "";
	margin: 0;
}
footer .link {
	margin-bottom: 20px;
}
footer .link li {
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.05em;
}
footer .link li:after {
	content: "　　";
	display: inline-block;
	margin: 0 10px;
	color: #ffffff;
}
footer .link li:last-child:after {
	content: "";
	margin: 0;
}
footer ul {
	display: block;
	margin-bottom: 4px;
}
footer .copy {
	font-size: 14px;
}
/* form */

form dt {
	position:relative;
}

.must {
	display:inline-block;
	color:#ffffff;
	background: #dd4553;
	position:absolute;
	right:20px;
	top:25px;
	font-size:9px;
	line-height:16px;
	padding:2px;
}
/* checkbox */
.checkbox_01 {
	display: inline;
}
.checkbox_01 label:before {
	display: inline-block;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	cursor: pointer;
	content: " ";
	box-sizing: border-box;
	margin-right: 10px;
	position: relative;
	top: 3px;
	cursor: pointer;
}
.checkbox_01 label {
	position: relative;
	margin: 0;
	height: 22px;
	display: inline;
}
.checkbox_01 input[type=checkbox] {
	display: none;
}
.checkbox_01 input[type=checkbox]:checked +label:before {
	border-color: #cccccc;
}
.checkbox_01 input[type=checkbox]:checked +label span {
	opacity: 1;
}
.checkbox_01 input[type=checkbox] +label span {
	display: inline-block;
	font-family: FontAwesome;
	width: 18px;
	height: 18px;
	position: relative;
	text-align: center;
	opacity: 0;
	margin-left: -28px;
	top: -4px;
	left: -1px;
	color: #50bcb2;
	font-size: 15px;
	vertical-align: middle;
	margin-right: 8px;
}
.checkbox_01 input[type=checkbox].error +label:before {
	border-color: #d04255 !important;
}
/* select */
.select_01 select {
	display: none;
}
.select_01 {
	position: relative;
}
.select_01 .view {
	border: 1px solid #cccccc;

	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
	height:40px;
	padding-right: 40px;
	background: #ffffff;
	text-align: left;
	box-sizing: border-box;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
}
.select_01 .ctrl {
	position: absolute;
	top: 10px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.select_01 .ctrl:after {
	display: block;
	content: "\f078";
	font-family: FontAwesome;
	color: #666666;
	position: absolute;
	top: -1px;
	right: 0;
	width: 40px;
	background-color: transparent;
	pointer-events: none;
	text-align: center;
	font-size: 20px;
	line-height: 1em;
	vertical-align: middle;
}
.select_01 .select_area {
	position: absolute;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	display: none;
}
.error .select_01 .view {
	border: 1px solid #d04255;
}
.select_01 .select_area li {
	display: block;
	padding: 0 20px;
	height:40px;
	line-height:40px;
	border-bottom: 1px solid #cccccc;
	cursor:pointer;
}
.select_01 .select_area li:last-child {
	border-bottom: 0;
}

.select_01 .select_area li:hover {
	background:#e7f5f4;
}

#select_bg {
	width: 100%;
	height: 100%;
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;
}
/* input text */
.text_01 input[type=text] {
	border: 1px solid #cccccc;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	font-size: 19px;
	padding: 0 20px;
}
.text_01 input[type=text]:focus {
	border: 1px solid #cccccc;
	background: #ffffff;
	outline: none;
}
.error .text_01 input[type=text] {
	border: 1px solid #d04255;
}
.error .text_01 input[type=text]:focus {
	border: 1px solid #cccccc;
}

:placeholder-shown {
    color: #cccccc; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #cccccc;}

/* Firefox 18- */
:-moz-placeholder {
    color: #cccccc; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #cccccc;; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #cccccc; }

/* パスワード */
.text_01 input[type=password] {
	border: 1px solid #cccccc;
	height: 40px;
	box-sizing: border-box;
	width: 100%;
	font-size: 19px;
	padding: 0 20px;
}
.text_01 input[type=password]:focus {
	border: 1px solid #cccccc;
	background: #ffffff;
	outline: none;
}
.error .text_01 input[type=password] {
	border: 1px solid #d04255;
}
.error .text_01 input[type=password]:focus {
	border: 1px solid #cccccc;
	background: #ffffff;
	outline: none;
}
p.error, .agree_error {
	color: #d04255;
	text-align: left;
}
.agree_error {
	display: none;
}
hr {
	border: 0;
	background-color: #cccccc;
	height: 1px;
}
/* modal */

#modal_bg {
	width: 100%;
	height: 100%;
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#modal {
	display: none;
	border-width: 2px;
	border-color: #50bcb2;
	border-style: solid;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1.414px 1.414px 8px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 310px;
	max-width: 95%;
	margin: auto;
	z-index: 101;
	box-sizing: border-box;
	padding: 34px;
}
#modal p {
	line-height: 28px;
	margin-bottom: 28px;
}
#modal p+p {
	text-align: center;
	margin-bottom: 0;
}
#modal button {
}

/* confirm_modal */

#confirm_modal {
	display: none;
	border-width: 2px;
	border-color: #50bcb2;
	border-style: solid;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 1.414px 1.414px 8px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	width: 720px;
	max-width: 95%;
	margin: auto;
	z-index: 101;
	box-sizing: border-box;
	padding: 34px;
}
#confirm_modal p {
}
#confirm_modal p+p {
	text-align: center;
	margin-bottom: 0;
}
#confirm_modal button {
	width:180px;
}
#confirm_modal .confirm_title {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
}
#confirm_modal section {
	background: #ffffff;
}
#confirm_modal dl {
	margin-top: 40px;
	margin-bottom: 40px;
}
#confirm_modal dt {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	float: left;
	width: 280px;
	padding: 20px 0;
	border-top: 1px solid #cccccc;
	box-sizing: border-box;
	line-height: 30px;
}
#confirm_modal dd {
	margin-left: 280px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 0;
	border-top: 1px solid #cccccc;
	line-height: 30px;
	margin-bottom: 5px;
}
#confirm_modal dl {
	border-bottom: 1px solid #cccccc;
	overflow: visible;
}

#confirm_modal #modal_close {
	margin-top:20px;	
}

#confirm_modal .button_box {
	text-align:center;	
}
#confirm_modal .button_box button {
	display:inline-block;
	margin:0 20px;	
}
