@charset "UTF-8";
*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td,
p,
img,
figure,
ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: none;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow-y: scroll;
	background: #f5f5f1;
	color: #333;
	font-family: 'Titillium Web', 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

html {
	font-size: 15px;
}

a {
	color: #30356a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

h3 {
	color: #272e6e;
	margin-top: 10px;
}

.annotation,
.required {
	font-size: 12px;
	color: #990000;
}

.annotation {
	margin-top: 5px;
}

.error {
	color: #ff0000;
}

.logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

h1 {
	margin: 1.25em 0 1em 0;
	color: #272e6e;
	line-height: 1.3;
	font-weight: 500;
	font-size: 1.75rem;
	display: flex;
	justify-content: center;
}

h2 {
	margin: 1.25em 0 1em 0;
	color: #32b8c7;
	line-height: 1.3;
	font-weight: 500;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
}

.hr_style_01 {
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-bottom: 1px dotted #e4e4e1;
	background: none;
	line-height: 0;
}

.address_contents {
	background: #4c505c;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#copyright {
	display: inline-block;
	padding: 0.25em;
	font-size: calc(1rem - 4px);
	line-height: 1.5;
	text-align: left;
}

.flex_center {
	display: flex;
	justify-content: center;
}

.ma-t-1rem {
	margin-top: 1rem !important;
}

.ma-t-1_5rem {
	margin-top: 1.5rem !important;
}

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

.btn-box {
	text-decoration: none !important;
	cursor: pointer;
}

.btn-box {
	display: inline-block;
	width: 200px;
	text-align: center;
	font-size: 16px;
	color: #3c763d;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 24px;
	position: relative;
	border: 2px solid #3c763d;
	transition: .4s;
}

.btn-box:hover {
	border: 2px solid transparent;
	color: #324184;
}

.btn-box:before,
.btn-box:after {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	transform: scale(0);
	transition: .2s;
}

.btn-box:before {
	border-bottom: 2px solid #324184;
	border-left: 2px solid #324184;
	transform-origin: 100% 0%;
}

.btn-box:after {
	border-top: 2px solid #324184;
	border-right: 2px solid #324184;
	transform-origin: 0% 100%;
}

.btn-box:hover:after,
.btn-box:hover:before {
	transform: scale(1);
}

/* #wrap */
#wrap {
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#wrap > .inner {
	width: 100%;
	max-width: 1140px;
	border: 1px solid #e4e4e1;
	background: #fff;
}

/* .table */
.table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px auto 20px;
	word-break: break-all;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
	padding: 5px 10px;
	border: solid 1px #ccc;
}

.table > tbody > tr > th {
	text-align: left;
}

.table table {
	border-collapse: collapse;
}

.table table > tbody > tr > td {
	min-width: 40px;
}

.table table > tbody > tr > td + td {
	padding-left: 5px;
}

/* formパーツ関連 */
[type='text'],
[type='email'],
[type='tel'],
[type='password'],
[type='date'],
[type='month'],
[type='week'],
[type='time'],
[type='datetime'],
[type='datetime-local'],
[type='url'],
[type='search'],
[type='number'],
textarea {
	margin: 5px;
	padding: 4px;
	font-size: 16px;
	border-radius: 2px;
	border: 2px solid #d8d8d8;
	outline: solid 5px #f6f7f8;
	box-sizing: border-box;
	transition: box-shadow 0.5s;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

[type='text']:focus,
[type='number']:focus,
[type='email']:focus,
[type='tel']:focus,
[type='search']:focus,
textarea:focus {
	outline: solid 5px #d9e3ec;
}

input[name^="number"],
input[name^="account_number"],
input[name^="loginid"]{
	width: calc(100% - 10px);
}

input[name="sei"],
input[name="mei"],
input[name="sei_kana"],
input[name="mei_kana"],
input[name="account_sei"],
input[name="account_mei"],
input[name="account_sei_kana"],
input[name="account_mei_kana"] {
	width: calc(50% - 14px);
	max-width: 140px;
}

input[name="mei"],
input[name="mei_kana"],
input[name="account_mei"],
input[name="account_mei_kana"] {
	margin-left: 5px;
}

input[name="email"] {
	width: calc(100% - 10px);
	max-width: 300px;
}

select {
	max-width: 100%;
	width: 270px;
	padding: 4px;
	font-size: 16px;
	vertical-align: middle;
}

label {
	display: block;
	padding: 12px 6px;
	border-radius: 4px;
	background: #f6f7f8;
	transition: background 0.5s;
}

label:hover {
	background: #d9e3ec;
}

button {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 10px auto;
	padding: 10px;
	border: solid 3px #5cb6c5;
	background: #5cb6c5;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 200ms;
}

button:hover {
	background: #85d4e1;
}

/* .ul */
.ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 1em;
}

.ul > li + li {
	margin-top: 5px;
}

/* .ul_2 */
.ul_2 {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ul_2 > li + li {
	margin-top: 5px;
}

/* .btn_style_01 */
.btn_style_01 {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	border: solid 3px #5477b6;
	background: #5477b6;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: background 200ms;
}

.btn_style_01:hover {
	background: #4eb3e6;
}

/* .mothod_description1,.mothod_description2 */
.mothod_description1,
.mothod_description2 {
	font-size: 1rem;
}

/*@import "object/project/mv";*/
@media print, screen and (min-width: 768px) {
	#wrap {
		padding: 30px;
	}
	#wrap > .inner {
		padding: 30px;
	}
	.logo {
		width: 210px;
		height: 58px;
	}
	.hr_style_01 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.address_contents {
		position: relative;
		left: -30px;
		width: calc(100% + 60px);
		margin-top: 2rem;
		margin-bottom: -30px;
		padding: calc(20px - 0.25rem) calc(30px - 0.25rem);
	}
}

@media screen and (max-width: 767px) {
	#wrap {
		padding: 10px;
	}
	#wrap > .inner {
		padding: 1.5rem 10px 10px;
	}
	.logo {
		width: 166px;
		height: 46px;
	}
	.hr_style_01 {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.address_contents {
		position: relative;
		left: -10px;
		width: calc(100% + 20px);
		margin-top: 1.5rem;
		margin-bottom: -10px;
		padding: 10px calc(10px - 0.25rem);
	}
}

@media only screen and (max-width: 767px) {
	.table > tbody > tr > th,
	.table > tbody > tr > td {
		padding: 4px;
		border: none;
	}
	.table > tbody > tr > th {
		background: #d8d8d8;
	}
	.table > tbody > tr:not(:nth-of-type(1)) > th {
		margin-top: 4px;
	}
	.table > tbody > tr > td {
		margin-top: 4px;
	}
	.table table > tbody > tr > td {
		min-width: 0;
	}
	.table table > tbody > tr > td + td {
		padding-left: 0px;
	}
	.table,
	.table > tbody,
	.table > tbody > tr,
	.table > tbody > tr > th,
	.table > tbody > tr > td {
		display: block;
	}
}
