@charset "UTF-8";
/*
	Transitive by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

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;	*/
	/* font-family: RC TYPE, Roboto, Avenir, Helvetica, Arial, sans-serif;	*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	color: #090A0B;
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	overflow-wrap: break-word;
}

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;
}

body {
	-webkit-text-size-adjust: none;
}

/* Box Model */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* Containers */

.container {
	margin-left: auto;
	margin-right: auto;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
	height: 100%;
	margin: 0;
}

@media screen and (max-width: 480px) {

	html,
	body {
		min-width: 320px;
	}
}

/* Type */

html {
	height: 100%;
	font-size: 13pt;
}

@media screen and (max-width: 1680px) {
	html {
		font-size: 11pt;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 11pt;
	}
}

@media screen and (max-width: 980px) {
	html {
		font-size: 12pt;
	}
}

@media screen and (max-width: 736px) {
	html {
		font-size: 12pt;
	}
}

@media screen and (max-width: 480px) {
	html {
		font-size: 12pt;
	}
}

body,
input,
select,
textarea {
	/*	font-family: "Taviraj", serif;	*/
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
	padding: 0;
	position: relative;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.strong,
.bld {
	font-weight: 600;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0;
}

.pic {
	margin: 0 0 5px 0;
}

.pic img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.pic.rp {
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	line-height: 1;
	margin: 0;
}

h2 {
	text-align: center;
	font-size: 1.5rem;
	padding: 1rem 0 0;
}

h3 {
	font-size: 1.35rem;
	text-transform: uppercase;
}

h4 {
	/* 	display: block;
	width: 100%;
	padding: 6px 3%;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	background-color: #e4f7f9;
*/
	font-weight: 600;
	margin: 0 auto 5px;
}

/*
h4 em {
	color: #ffffff;
	background-color: #D30508;
	font-size: 80%;
	margin-right: 10px;
	padding: 2px 5px;
	border-radius: 5px;
}
 */
h5 {
	font-size: 0.9rem;
	margin: 0;
	font-weight: 600;
}

h6 {
	font-size: 0.7rem;
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 1.25rem;
	}
}

sub {
	font-size: 0.8rem;
	position: relative;
	top: 0.5rem;
}

sup {
	font-size: 0.8rem;
	position: relative;
	top: -0.5rem;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2rem 0;
	padding: 0.5rem 0 0.5rem 2rem;
}

code {
	border-radius: 4px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0.25rem;
	padding: 0.25rem 0.65rem;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9rem;
	margin: 0 0 2rem 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1rem 1.5rem;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2rem 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.fl {
	float: left;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

input,
select,
textarea {
	/*		color: #555;	*/
	color: #000000;
}

a {
	color: #E60012;
}

strong,
b {
	color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
}

blockquote {
	border-left-color: rgba(144, 144, 144, 0.25);
}

code {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

hr {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

.triangle {
	width: 100%;
	padding: 0;
	margin: 5px 0;
	text-align: center;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.showSP {
	display: none;
}

.showPC {
	display: block;
}

@media screen and (max-width: 736px) {
	.showSP {
		display: block;
	}

	.showPC {
		display: none;
	}
}

/* Box */
/*
.box {
	margin-bottom: 2rem;
	background: #FFF;
}
*/

.box .content {
	padding: 0;
}

.box .content p.innerText {
	color: #2f2725;
	font-size: 16px;
	line-height: 30px;
	/* font-weight: bold;	*/
	margin: 0 auto;
}

.box .content ul.kiyaku {
	list-style: none;
}

.box .content ul.kiyaku li {
	list-style: none;
	text-indent: 1em;
	padding-bottom: 1.5rem;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

@media screen and (max-width: 736px) {
	.box .content {
		padding: 0;
	}

	.box .content p.innerText {
		line-height: 1.4rem;
	}
}

.box {
	border-color: rgba(144, 144, 144, 0.25);
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: 2.95rem;
	padding: 0 1.5rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35rem;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5rem;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8rem;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 1.35rem;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 480px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		padding: 0;
	}
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	background-color: #f2f2f2;
	color: #000 !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: white;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: #e5e5e5;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
	background-color: transparent;
	box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
	color: #555 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: rgba(144, 144, 144, 0.075);
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
button.alt:active,
.button.alt:active {
	background-color: rgba(144, 144, 144, 0.2);
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
	color: #bbb;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
	background-color: #E60012;
	color: #ffffff !important;
	padding: 10px 0;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
button.special:hover,
.button.special:hover {
	background-color: #E22038;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
button.special:active,
.button.special:active {
	background-color: #981625;
}

/*	ダウンロードボタン	*/
a.btn_download {
	display: block;
    width: 90%;
    margin: 0 auto;
    background: #0a4575;
    font-size: 18px !important;
    max-width: 300px;
    color: #fff !important;
}

a.btn_download:hover {
	background: #1368ad;
}

/* Form */

form {
	margin: 0 0 2rem 0;
}

form .field {
	margin-bottom: 2rem;
}

form .field.btm0 {
	margin-bottom: 0;
}

form .field.short {
	display: inline-block;
	width: 48%;
}

form .field.half {
	display: inline-block;
	width: 47%;
}

form .field.half.first {
	margin-right: 2.5%;
}

@media screen and (max-width: 500px) {
	form .field.short {
		width: 100%;
	}

	/*
	form .field.half {
		display: block;
		width: 100%;
	}

	form .field.half.first {
		margin-right: 0;
	}
*/
}

form .note {
	margin-top: 5px;
	font-size: 12px;
	color: #051e81;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

label {
	display: block;
	margin: 0 0 3px 0;
}

label em {
	background: #d30508;
	font-size: 12px;
	font-style: normal;
	color: #fff;
	padding: 2px 7px;
	border-radius: 5px;
	margin-left: 5px;
}

label em.option {
	background: #00049f;
	color: #fff;
}

label .error {
	color: #d30508;
	padding-left: 10px;
}

.error,
.red {
	color: #d30508 !important;
}

.alert_txt {
	color: #02058d;
}

.confirm-text {
    background: #fffcf3;
    padding: .8rem;
    /* border-radius: 5px; */
    margin-bottom: 5px;
    line-height: 1.6rem;
    font-size: 1.2em;
}

div.info {
	background: #fafad2;
	font-size: 12px;
	margin-bottom: 2rem;
	padding: 10px;
	border-radius: 10px;
}

div.alert {
	border: 3px solid #ff0000;
	color: #ff0000;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 2rem;
	padding: 10px;
	text-align: center;
}

div.info ul {
	margin: 0;
}

.r_check {
	margin: 0 0 5px 0;
	width: 100%;
	margin: 10px auto;
	border: 1px solid #acc5e236;
	padding: 10px;
}

.r_check img {
	width: 100%;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: none;
	border: solid 1px;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1rem;
	text-decoration: none;
	width: 100%;
}

input.account {
	width: 95%;
	float: right;
}

@media screen and (max-width: 736px) {
	input[type="url"].account {
		width: 90%;
	}
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="url"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="url"].error,
input[type="tel"].error,
select.error,
textarea.error {
	/*	border-color: rgba(220, 20, 60, 1);	*/
	border: 3px solid rgba(220, 20, 60, 1);
}

.input-etc-wrapper input[type="text"] {
	width: 60%;
	display: inline;
	margin: 10px 0;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select_date {
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 100%;
	max-width: 400px;
}

.select_date li:nth-child(1) {
	width: 40%;
	float: left;
	padding-left: 0;
}

.select_date li:nth-child(2) {
	width: 30%;
	float: left;
}

.select_date li:nth-child(3) {
	width: 30%;
	float: left;
}

/*
.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	text-transform: none !important;
}
*/

.select-wrapper:before {
	/*	content: '\f078';	*/
	content: "";
	display: inline-block;
	background: url(../images/keyboard_arrow_down.png) no-repeat;
	background-size: contain;
	/*	display: block;	*/
	height: 2.75rem;
	line-height: 2.75rem;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75rem;
}

.select-wrapper select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
select {
	height: 2.75rem;
}

textarea {
	padding: 0.75rem 1rem;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2rem;
	opacity: 0;
	width: 1rem;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	padding-left: 2.4rem;
	padding-right: 0.75rem;
	position: relative;
}

/*
input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	text-transform: none !important;
}
*/

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border-radius: 4px;
	border: solid 1px;
	content: '';
	display: inline-block;
	height: 1.65rem;
	left: 0;
	line-height: 1.58125rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65rem;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	/*
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f00c';
*/
	content: "";
	display: inline-block;
	background: url(../images/check_white.png) no-repeat;
	background-size: contain;
}

input[type="checkbox"]+label:before {
	border-radius: 4px;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	opacity: 1.0;
}

:-moz-placeholder {
	opacity: 1.0;
}

::-moz-placeholder {
	opacity: 1.0;
}

:-ms-input-placeholder {
	opacity: 1.0;
}

.formerize-placeholder {
	opacity: 1.0;
}

label {
	color: #555;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #E60012;
	box-shadow: 0 0 0 1px #E60012;
}

.select-wrapper:before {
	color: rgba(144, 144, 144, 0.25);
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	color: #444;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(144, 144, 144, 0.075);
	border-color: rgba(144, 144, 144, 0.25);
}

input[type="checkbox"]+label.error:before,
input[type="radio"]+label.error:before {
	border: 3px solid #E60012;
	/* border-color: rgba(220, 20, 60, 1); */
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background-color: #E60012;
	border-color: #E60012;
	color: #ffffff;
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #E60012;
	box-shadow: 0 0 0 1px #E60012;
}

::-webkit-input-placeholder {
	color: #bbb !important;
}

:-moz-placeholder {
	color: #bbb !important;
}

::-moz-placeholder {
	color: #bbb !important;
}

:-ms-input-placeholder {
	color: #bbb !important;
}

.formerize-placeholder {
	color: #bbb !important;
}


.attachment label {
	/* ボタン部分の見た目（任意） */
	display: inline-block;
	position: relative;
	background: #666;
	color: #fff;
	font-size: 16px;
	padding: 10px 18px;
	border-radius: 4px;
	transition: all 0.3s;
}

.attachment label:hover {
	background: #888;
	transition: all 0.4s;
}

.attachment label input[type="file"] {
	/* 今回のポイント */
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.attachment .filename {
	font-weight: 16px;
	margin: 0 0 0 10px;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

/* Image */

.image {
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	display: block;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5rem 1rem 0;
	top: 0.25rem;
}

.image.right {
	float: right;
	margin: 0 0 1rem 1.5rem;
	top: 0.25rem;
}

.image.fit {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3rem 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2rem 0;
	padding-left: 1.25rem;
}

ol li {
	padding-left: 0.25rem;
}

ul {
	list-style: disc;
	margin: 0 0 2rem 0;
	padding-left: 1rem;
}

ul li {
	padding-left: 0.5rem;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px;
	padding: 0.5rem 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1rem 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li .icon:before {
	font-size: 2rem;
}

ul.actions {
	list-style: none;
	padding-left: 0;
	width: 95%;
	margin: 0 auto;
	max-width: 600px;
}

ul.actions li {
	display: inline-block;
	padding: 0 1rem 0 0;
	vertical-align: middle;
	width: 100%;
}

ul.actions.two li {
	width: 48%;
}

ul.actions.two li:first-child {
	width: 68%;
	float: right;
}

ul.actions.two li:last-child {
	width: 30%;
	float: left;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5rem 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1rem 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top: 0;
}

ul.actions.vertical li>* {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5rem 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	display: table;
	margin-left: -1rem;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1rem);
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1rem;
}

ul.actions.fit li>* {
	margin-bottom: 0;
}

ul.actions.fit.small {
	margin-left: -0.5rem;
	width: calc(100% + 0.5rem);
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5rem;
}

@media screen and (max-width: 480px) {

	ul.actions li {
		padding: 1rem 0 0 0;
		display: block;
		text-align: center;
		width: 100%;
	}

	ul.actions.two li {
		width: 100%;
		float: none;
	}

	ul.actions.two li:first-child,
	ul.actions li:first-child {
		width: 100%;
		padding-top: 0;
	}

	ul.actions.two li:last-child {
		width: 30%;
	}

	ul.actions li>* {
		width: 100%;
		margin: 0 !important;
	}

	ul.actions li>*.icon:before {
		margin-left: -2rem;
	}

	ul.actions.small li {
		padding: 0.5rem 0 0 0;
	}

	ul.actions.small li:first-child {
		padding-top: 0;
	}

	ul.actions.two li:last-child input[type="submit"].special {
		font-size: 1rem;
	}
}

dl {
	margin: 0 0 2rem 0;
}

dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1rem 0;
}

dl dd {
	margin-left: 2rem;
}

ul.alt li {
	border-top-color: rgba(144, 144, 144, 0.25);
}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2rem 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px;
	border-left: 0;
	border-right: 0;
}

table td {
	padding: 0.75rem 0.75rem;
}

table th {
	font-size: 0.9rem;
	font-weight: 400;
	padding: 0 0.75rem 0.75rem 0.75rem;
	text-align: left;
}

table thead {
	border-bottom: solid 2px;
}

table tfoot {
	border-top: solid 2px;
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px;
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

table tbody tr {
	border-color: rgba(144, 144, 144, 0.25);
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(144, 144, 144, 0.075);
}

table th {
	color: #555;
}

table thead {
	border-bottom-color: rgba(144, 144, 144, 0.25);
}

table tfoot {
	border-top-color: rgba(144, 144, 144, 0.25);
}

table.alt tbody tr td {
	border-color: rgba(144, 144, 144, 0.25);
}

/* Wrapper */

.wrapper {
	padding: 0;
	position: relative;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.wrapper .txt_close {
	text-align: center;
	font-size: 1.2rem;
	color: #ff0000;
	font-weight: bold;
}

.wrapper>.inner {
	margin: 2rem auto;
	width: 98%;
	max-width: 1200px;
	flex: auto;
}

.wrapper>.inner section {
	margin: 0 auto;
	width: 48%;
}

.wrapper>.inner section#box-left {
	float: left;
	display: block;
}

.wrapper>.inner section#box-right {
	float: right;
    display: block;
    padding: 2rem;
    border: 7px solid #f3afaf;
    border-radius: 10px;
}

@media screen and (max-width: 750px) {
	.wrapper>.inner section {
		width: 100%;
	}

	.wrapper>.inner section#box-left {
		float: none;
	}
	.wrapper>.inner section#box-right {
		float: none;
	}
}


.wrapper>.inner h4 {
  position: relative;
  margin: 0;
  padding-bottom : 10px;
}

.wrapper>.inner h4 img {
  display: block;
  height: 35px;
}

.wrapper>.inner .box-recomend {
/*
  margin: 0 auto 20px;
  padding: 20px;
  border: 2px solid #4c9ac0;
  position: relative;
*/
}

.wrapper>.inner .box-recomend h3 {
    margin-top: 0;
    border-bottom: none;
    border-left: none;
    font-weight: 600;
	font-size: 1.65rem;
}

.wrapper>.inner .box-recomend h4 {
    font-size: 1.36rem;
    color: #7d00bb;
    font-weight: normal;
}

.wrapper>.inner .box-recomend h5 {
    width: 190px;
    margin-bottom: 5px;
}

.wrapper>.inner .box-recomend h5 img {
	width: 100%;
	display: block;
}

.wrapper>.inner .box-recomend ul {
    padding: 0 10px;
	list-style: none;
}

.wrapper>.inner .box-recomend ul li {
    background: url(../images/check.png) no-repeat 0 10px;
    background-size: auto 25px;
}

.wrapper>.inner .box-recomend ul li p {
	width: 90%;
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #a8c2db 100%);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5;
    margin-left: 20px;
}

.wrapper>.inner .box-recomend .sample-pic {
    width: 90%;
    max-width: 500px;
    margin: 2rem auto 3rem;
    border: 1px solid #ccc;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.wrapper>.inner .box-recomend .sample-pic img {
  width: 100%;
  display: block;
}

div.alert_info {
    border: 1px solid #ccc;
    padding: 1rem;
    margin: 10px auto 2rem;
	font-size: 14px;
}

div.alert_info p.mail {
	display: block;
	width: 100%;
	padding: 0 16px 0 40px;
	background-color: #fff;
	background-position: left 16px center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	overflow-wrap: break-word;
	background-image: url("../images/mail.png");
}

@media screen and (max-width: 980px) {
	.wrapper>.inner {
		width: 95%;
	}
	.wrapper>.inner .box-recomend h3 {
		font-size: 1.36rem;
	}
}

@media screen and (max-width: 885px) {
	.showSP {
		display: block;
	}
	#step_bar_box {
		padding: 20px 0;
		font-size: 100%;
	}
	.stepBar.step3 .step {
		line-height: 1.2em;
		font-size: 70%;
		padding: 3px 0;
	}
	.wrapper>.inner .box-recomend h3 {
		font-size: 1rem;
	}
}

@media screen and (max-width: 580px) {
	.wrapper>.inner .box-recomend h4 {
	    font-size: 1.16rem;
	}
	.stepBar.step4 .step {
		line-height: 1.6em;
		font-size: 10px;
		padding: 3px 0;
	}
}

/* Header */
header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

header img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

header h1 {
margin: 0;
    position: relative;
    font-weight: normal;
    font-size: 20px;
    background-color: #004e99;
    color: #fff;
    padding: 15px 0 15px 30px;
    line-height: 20px;
    text-align: center;
}

header h1:before {
	content: '';
	/* 空の要素を作る */
	height: 110%;
	/* 高さ指定 */
	width: 3px;
	/* 幅指定 */
	display: block;
	/* ブロック要素にする */
	position: absolute;
	/* 位置調整 */
	left: 14px;
	/* 位置調整 */
	top: -3px;
	/* 位置調整 */
	margin: auto;
	/* 位置調整 */
	background-color: #fff;
	/* 背景色指定 */
	transform: rotate(3deg);
	/* 回転 */
}

header h1:after {
	content: '';
	/* 空の要素を作る */
	height: 116%;
	/* 高さ指定 */
	width: 3px;
	/* 幅指定 */
	display: block;
	/* ブロック要素にする */
	position: absolute;
	/* 位置調整 */
	left: 14px;
	/* 位置調整 */
	top: -6px;
	/* 位置調整 */
	margin: auto;
	/* 位置調整 */
	background-color: #fff;
	/* 背景色指定 */
	transform: rotate(-15deg);
	/* 回転 */
}

header h2 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

footer {
	/*	position: fixed;	*/
	bottom: 0;
}

/* Footer */

#footer {
	padding: 1rem 0;
	width: 100%;
	margin: 0;
}

#footer h3 {
	padding: 0;
	text-align: left;
	color: #fff;
	width: 95%;
	margin: 0 auto 5px;
	font-size: 18px;
	font-weight: 600;
}

#footer dl {
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
}

#footer dl dt {
	font-weight: normal;
	margin: 0;
}

#footer dl dd {
	margin-left: 0;
}

#footer .copyright {
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

@media screen and (max-width: 736px) {
	#footer {
		padding: 1rem 0;
	}
}

.submit_btnarea {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.form_btn {
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
}

.form_btn:hover {
	border: 1px solid #005183;
	background: #fff;
	color: #005183;
}

button[type="submit"][disabled] {
	color: #ccc;
	border-color: #ccc;
	cursor: default;
}

button[type="submit"][disabled]:hover {
	opacity: 1;
}

.sel_date {
	width: 30%;
	float: left;
	margin-right: 1px;
	max-width: 100px;
}

@media screen and (max-width: 620px) {
	.only_pc {
		display: none;
	}
}

.content__thanks ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1rem 0;
}

.content__thanks li {
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 0;
}

#footer p.analytics {
	margin: 0 auto;
	width: 95%;
	max-width: 870px;
	font-size: 12px;
	color: rgb(105, 105, 105);
}

h3 {
	margin-top: 3rem;
	/* font-weight: 600; */
	border-bottom: 1px solid #454545;
	padding-left: 10px;
	border-left: 8px solid #1d30ca;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 20px;
}

a.goTop {
	display: block;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	background: rgb(78, 155, 158);
	width: 100%;
	max-width: 200px;
	border-radius: 5px;
	margin: 0 auto;
	transition: background-color 1s;
}

a.goTop:hover {
	background: rgb(61, 119, 121);
}

.explanation {
	border: 3px solid #8d8d8d;
	width: 100%;
	margin: 0 auto 3rem;
}

.explanation img {
	max-width: 400px;
	padding: 10px;
}

.scroll_bar {
	background-color: #f0f0f0;
	overflow-y: scroll;
	width: 100%;
	height: 100px;
	font-size: 12px;
	padding: 5px;
}

.scroll_bar::-webkit-scrollbar {
	width: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
	background-color: #ccc;
}

.scroll_bar::-webkit-scrollbar-thumb {
	background-color: #17585d;
}

/*	ローディング	*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 9000;
	color: #FFFFFF;
}

#animation {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.loader {
	color: #ffffff;
	font-size: 20px;
	margin: 100px auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

@keyframes load4 {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

/* 利用規約同ボタン	*/
.policy {
	margin: 20px auto;
	text-align: center;
}

.policy input[type="checkbox"]:checked+label:before {
	padding-left: 0;
}

/*	利用規約・プライバシーポリシーテキストボックス	*/
.policy_txt p,
.agree_txt p {
	font-size: 14px;
}

.policy_txt h2,
.agree_txt h2 {
	margin: 0 auto 3px;
}

.scroller {
	margin: 0 auto 3rem;
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	background-color: #f6faff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 5px 13px;
	font-size: 14px;
}

.scroller {
	scrollbar-width: thin;
}

.scroller ul {
	margin: 0 auto;
}