@charset "Shift-JIS";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");

/*------------------------------------*\
	Reset
\*------------------------------------*/

/**
 * normalize.css v3.0.3 (Excerpt)
 * https://github.com/necolas/normalize.css
 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}

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::-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;
	cursor: pointer;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*------------------------------------*\
	Base
\*------------------------------------*/

:root {
	font-size: 62.5%;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	line-height: 1.5;
	color: #1A1311;
	font-family: Noto Sans JP, sans-serif;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 1em;
}

p {
	margin: 0 0 1em;
}

ul,
ol {
	padding-left: 20px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dl,
dd {
	margin: 0;
}

label[for] {
	cursor: pointer;
}

table th {
	font-weight: normal;
	text-align: left;
}

small {
	font-size: 92%;
}

img {
	vertical-align: middle;
}

a {
	color: #0072BC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #1D2088;
}

/*------------------------------------*\
	Layout
\*------------------------------------*/

/**
 * Container
 */
.l-container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/**
 * Header
 */
.logo {
	margin-left: -21px;
}

/**
 * Footer
 */
.l-footer {
	margin-top: 30px;
	padding: 15px 0 20px;
	border-top: 1px solid #c5d3dd;
}

.footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links li {
	float: left;
	margin-right: 12px;
    padding-left: 12px;
    border-left: 1px solid #c5d3dd;
	font-size: 10px;
}

.footer-links li:first-child {
	padding-left: 0;
	border-left: none;
}

.footer-links a {
	color: #333;
	text-decoration: none;
}

.footer-links a:hover {
	text-decoration: underline;
}

.copyright {
	float: right;
	margin-top: -3px;
	margin-right: -4px;
}

/**
 * Main
 */
.l-main {
	padding-top: 40px;
	border-top: 1px solid #c5d3dd;
}

/*------------------------------------*\
	Components
\*------------------------------------*/

/**
 * Headings
 */
.h1 {
	margin-bottom: 40px;
	padding: 3px 0 0 13px;
	border-left: 3px solid #c5d3dd;
	font-size: 2.8rem;
	font-weight: bold;
}

.h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 8px 10px;
	line-height: 1.2;
	border: 1px solid #c5d3dd;
	background-color: #eaf3f9;
	font-size: 2.4rem;
	font-weight: bold;
}

.h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 3px 0;
	line-height: 1.5em;
	border-bottom: 2px solid #c5d3dd;
	font-size: 2rem;
	font-weight: bold;
}

/**
 * Text
 */
.text-danger {
	color: #ce0000;
}

/**
 * Link arrow
 */
.arrow {
	display: inline-block;
	padding-left: 1.5em;
	background: url(data:image/gif;base64,R0lGODlhCwALAMQAAP///+76/Oz5/Ob3+8Lt9bzr9HrX6XHU6G/U52nS5jrE3im/3Ca+2yS92yG82h672hO42AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAHAP8ALAAAAAALAAsAAAU3IAAMhgIpxiACxAO970MAAgPfTIDAwA0hi1sPFvQNXzYeLqG8JQYN36uhKjh8jsJqcDApDipACAA7)
	no-repeat 2px 0.5em;
}

/**
 * Table
 */
.table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #c5d3dd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tbody > tr > td {
	padding: 13px 15px;
	border-bottom: 1px solid #c5d3dd;
}

.table > thead > tr > th,
.table > tbody > tr > th {
	background-color: #e5f3fc;
	font-weight: bold;
}

.table > thead th {
	border-right: 1px solid #c5d3dd;
	text-align: center;
}

.table > tbody th[rowspan] {
	border-right: 1px solid #c5d3dd;
}

.table > tbody > tr > td {
	border-left: 1px solid #c5d3dd;
}

.table td > p:first-child {
	margin-top: 0;
}

.table th.is-active,
.table td.is-active {
	padding-left: 13px;
	border-left: 1px solid #c5d3dd;
	background-color: #f5f5f5;
}

.th-wrapper {
	display: table;
}

.th-item {
	display: table-cell;
	vertical-align: middle;
}

.th-item:first-child {
	width: 100%;
	padding-right: 1em;
}

/**
 * Form
 */
.form-group {
	margin-top: 20px;
}

.table .form-group {
	margin-top: 1em;
}

.table .form-group:first-child {
	margin-top: 0;
}

.form-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-label > small {
	font-weight: normal;
}

.radio,
.checkbox {
	position: relative;
	display: inline-block;
	min-height: 20px;
	margin-bottom: 5px;
	padding-left: 20px;
	cursor: pointer;
}

.radio.u-db + .radio.u-db,
.checkbox.u-db + .checkbox.u-db {
	margin-top: 10px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	position: absolute;
	top: 0.75em;
	left: 0;
	transform: translateY(-50%);
	/* margin-top: 7px;
	margin-left: -20px; */
}

.form-indent {
	min-height: 1em;
	margin: 25px 15px 0 30px;
}

.form-control {
	margin: 0;
	padding: 6px 12px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	color: #1A1311;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
	box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select.form-control {
	padding-top: 5px;
	padding-bottom: 4px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
	0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled] {
	background-color: #eee;
	cursor: not-allowed;
}

.form-hint {
	margin-left: 10px;
	font-size: 1.3rem;
}

.form-flex {
	display: flex;
	gap: 15px;
}

.form-flex > * {
	margin-top: 0 !important;
}

/**
 * List
 */
.ul {
	padding-left: 0;
	list-style: none;
}

.ul > li {
	position: relative;
	line-height: 1.6;
	margin: .6em 0;
	padding-left: 1.6em;
}

.ul.\--no-gap > li {
	margin-top: 0;
	margin-bottom: 0;
}

.ul > li:before {
	content: "";
	position: absolute;
	top: .6em;
	left: .35em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(24,30,50,.7);
}

/**
 * Data list
 */
.dl > dt {
	margin-top: 10px;
}

.dl > dt:first-child {
	margin-top: 0;
}

.dl > dd {
	min-height: 1em;
}

/**
 * Labels
 */
.label {
	display: inline-block;
	padding: 4px 6px;
	background-color: #999;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.label-require {
	background-color: #d9534f;
}

/**
 * Alerts
 */
.alert {
	margin-top: 2px;
	color: #ce0000;
	font-weight: bold;
}

.alert.is-active {
	margin-top: 10px;
	padding: 8px 10px;
	border: 1px solid #ce0000;
	background: #fff0f0;
}

/* td > .alert.is-active {
	margin-bottom: 10px;
} */

/**
 * Frame
 */
.frame {
	margin-bottom: 30px;
	padding: 15px;
	border: 3px solid #ddd;
}

label.frame {
	padding-left: 35px;
}

.frame > *:first-child {
	margin-top: 0;
}

.frame > *:last-child {
	margin-bottom: 0;
}

.frame-alert {
	border: 2px solid #cc0000;
	background: #fff0f0;
}

/**
 * Well
 */
.well {
	padding: 15px;
	background-color: #f0f0f0;
}

/**
 * Pagetop
 */
.pagetop {
	margin-top: 40px;
	font-size: 10px;
	text-align: right;
}

.pagetop a {
	padding-left: 1.7em;
	background: url(data:image/gif;base64,R0lGODlhBwAEAKIAAP///4WFhYODg4GBgX9/fwAAAAAAAAAAACH5BAEHAAAALAAAAAAHAAQAAAMLCEraAqENB2YDIgEAOw==)
	no-repeat 3px 0.5em;
	color: #333;
	text-decoration: none;
}

.pagetop a:hover {
	text-decoration: underline;
}

/**
 * Shinsa
 */
.shinsa {
	margin-top: 20px;
	text-align: right;
}

.shinsa span {
	display: inline-block;
	padding: 1px 3px;
	border: 1px solid #c4cbd0;
	color: #95a2ab;
	font-size: 10px;
	text-align: center;
}

/**
 * hr
 */
.hr {
	margin: 40px 0;
	border: 0;
	border-top: 1px dotted #ccc;
}

.table .hr {
	margin: 1em 0;
}

/**
 * Indent
 */
.indent-a {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-b {
	display: block;
	padding-left: 1.9em;
	text-indent: -1.9em;
}

.indent-c {
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

/**
 * Progressbar
 */
.progressbar {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	counter-reset: step;
}

.progressbar > li {
	position: relative;
	width: 25%;
	line-height: 1.2;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.progressbar > li:before {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto 5px;
	content: counter(step);
	counter-increment: step;
	line-height: 25px;
	border-radius: 50%;
	background-color: #e3e3e3;
	text-align: center;
	color: #b3b3b3;
}

.progressbar > li:after {
	content: "";
	position: absolute;
	top: 11px;
	left: -50%;
	width: 100%;
	height: 3px;
	z-index: -1;
	background-color: #e3e3e3;
}

.progressbar > li:first-child:after {
	content: none;
}

.progressbar > li.active:before {
	background-color: #6a8faa;
	color: #fff;
}

.progressbar > li.active + li:after {
	background-color: #6a8faa;
}

/**
 * Submit area
 */
.submit {
	margin: 40px 0 60px;
	text-align: center;
}

.submit-confirm {
	display: flex;
	justify-content: center;
}

.submit-confirm button:first-child {
	order: 1;
	margin-left: 40px;
}

@media screen and (max-width:460px) {
	.submit-confirm {
		flex-wrap: wrap;
	}

	.submit-confirm button:first-child {
		order: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
}

/**
 * Buttons
 */
.btn {
	display: inline-block;
	width: 250px;
	height: 60px;
	margin: 0 20px;
	padding: 0;
	border: 0;
	background-color: #fff;
	background-image: url(sp.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.btn-back {
	background-position: 0 0;
}

.btn-next {
	background-position: 0 -60px;
}

.btn-send {
	background-position: 0 -120px;
}

.btn-close {
	width: 185px;
	height: 31px;
	background-position: 0 -180px;
}

/**
 * Oops..
 */
._a,
._al {
	display: block;
}

.inline ._a,
.inline ._al {
	display: inline;
}

/*------------------------------------*\
	Projects
\*------------------------------------*/

.Button {
	display: block;
	position: relative;
	width: 340px;
	margin: 30px auto 0;
	padding: 16px 35px;
	background-color: #fac452;
	border-radius: 6px;
	border: 1px solid #fac452;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	transition: opacity .3s;
	box-shadow: 0 5px #a67a1d;
}

.Button::after {
	content: '';
	position: absolute;
	top: 48%;
	right: 13px;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	z-index: 10;
	transition: border-color .1s;
}

.Button:hover {
	background-color: #f4a706;
	border-color: #f4a706;
	box-shadow: none;
	transform: translateY(4px);
}

.Button--confirm {
	width: 380px;
}

.Button-back {
	display: block;
	position: relative;
	width: 230px;
	margin: 35px auto 0;
	padding: 10px 35px;
	background-color: #ffff;
	border: 1px solid #0072BC;
	border-radius: 6px;
	color: #0072BC;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}

.Button-back::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #0068b7;
	border-right: 2px solid #0068b7;
	transform: rotate(-135deg);
	transition: border-color .1s;
}

/*------------------------------------*\
	Utility classes
\*------------------------------------*/

/**
 * Clearfix
 */
.u-cf {
	content: "";
	display: table;
	clear: both;
}

/**
 * Image replace
 */
.u-ir {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

/**
 * For screen readers
 */
.u-sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/**
 * Hover
 */
.u-hover:hover {
	opacity: 0.8;
}

/**
 * Margin
 */
.u-m0 {
	margin: 0;
}

.u-mt0 {
	margin-top: 0;
}
.u-mt5 {
	margin-top: 5px;
}
.u-mt10 {
	margin-top: 10px;
}
.u-mt15 {
	margin-top: 15px;
}
.u-mt20 {
	margin-top: 20px;
}
.u-mt25 {
	margin-top: 25px;
}
.u-mt30 {
	margin-top: 30px;
}
.u-mt40 {
	margin-top: 40px;
}

.u-mr0 {
	margin-right: 0;
}
.u-mr5 {
	margin-right: 5px;
}
.u-mr10 {
	margin-right: 10px;
}
.u-mr15 {
	margin-right: 15px;
}
.u-mr20 {
	margin-right: 20px;
}
.u-mr25 {
	margin-right: 25px;
}
.u-mr30 {
	margin-right: 30px;
}
.u-mr40 {
	margin-right: 40px;
}

.u-mb0 {
	margin-bottom: 0;
}
.u-mb5 {
	margin-bottom: 5px;
}
.u-mb10 {
	margin-bottom: 10px;
}
.u-mb15 {
	margin-bottom: 15px;
}
.u-mb20 {
	margin-bottom: 20px;
}
.u-mb25 {
	margin-bottom: 25px;
}
.u-mb30 {
	margin-bottom: 30px;
}
.u-mb40 {
	margin-bottom: 40px;
}

.u-ml0 {
	margin-left: 0;
}
.u-ml5 {
	margin-left: 5px;
}
.u-ml10 {
	margin-left: 10px;
}
.u-ml15 {
	margin-left: 15px;
}
.u-ml20 {
	margin-left: 20px;
}
.u-ml25 {
	margin-left: 25px;
}
.u-ml30 {
	margin-left: 30px;
}
.u-ml40 {
	margin-left: 40px;
}

/**
 * Padding
 */
.u-p0 {
	padding: 0;
}

.u-pt0 {
	padding-top: 0;
}
.u-pt5 {
	padding-top: 5px;
}
.u-pt10 {
	padding-top: 10px;
}
.u-pt15 {
	padding-top: 15px;
}
.u-pt20 {
	padding-top: 20px;
}
.u-pt25 {
	padding-top: 25px;
}
.u-pt30 {
	padding-top: 30px;
}
.u-pt40 {
	padding-top: 40px;
}

.u-pb0 {
	padding-bottom: 0;
}
.u-pb5 {
	padding-bottom: 5px;
}
.u-pb10 {
	padding-bottom: 10px;
}
.u-pb15 {
	padding-bottom: 15px;
}
.u-pb20 {
	padding-bottom: 20px;
}
.u-pb25 {
	padding-bottom: 25px;
}
.u-pb30 {
	padding-bottom: 30px;
}
.u-pb40 {
	padding-bottom: 40px;
}

/**
 * Size
 */
.u-w10 {
	width: 10%;
}
.u-w15 {
	width: 15%;
}
.u-w20 {
	width: 20%;
}
.u-w25 {
	width: 25%;
}
.u-w30 {
	width: 30%;
}
.u-w33 {
	width: 33%;
}
.u-w35 {
	width: 35%;
}
.u-w40 {
	width: 40%;
}
.u-w45 {
	width: 45%;
}
.u-w50 {
	width: 50%;
}
.u-w55 {
	width: 55%;
}
.u-w60 {
	width: 60%;
}
.u-w65 {
	width: 65%;
}
.u-w66 {
	width: 66%;
}
.u-w70 {
	width: 70%;
}
.u-w75 {
	width: 75%;
}
.u-w80 {
	width: 80%;
}
.u-w90 {
	width: 90%;
}
.u-w100 {
	width: 100%;
}

/**
 * Misc
 */
.u-posr {
	position: relative;
}
.u-posa {
	position: absolute;
}

.u-dn {
	display: none;
}
.u-db {
	display: block;
}
.u-di {
	display: inline;
}
.u-dib {
	display: inline-block;
}
.u-vh {
	visibility: hidden;
}

.u-fwb {
	font-weight: bold;
}
.u-fwn {
	font-weight: normal;
}

.u-fzs {
	font-size: 1.4rem;
}
.u-fzm {
	font-size: 1.6rem;
}
.u-fzl {
	font-size: 1.8rem;
}

.u-vat {
	vertical-align: top;
}
.u-vam {
	vertical-align: middle;
}
.u-vab {
	vertical-align: bottom;
}

.u-fln {
	float: none;
}
.u-fll {
	float: left;
}
.u-flr {
	float: right;
}

.u-tac {
	text-align: center;
}
.u-tal {
	text-align: left;
}
.u-tar {
	text-align: right;
}

.u-ca {
	cursor: auto;
}
.u-cp {
	cursor: pointer;
}
