body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.7;
}

.form-control {
	background-color: #F5F5F5;
}

.form-control:focus {
	background-color: #F5F5F5;
	box-shadow: none;
}

header img {
	width: 130px;
}

.container {
	max-width: 900px;
	position: relative;
}

h2 {
	font-size: 20px;
	font-weight: 600;
}

h3 {
	font-size: 16px;
	font-weight: 600;
}

h4 {
	font-size: 14px;
	font-weight: 600;
}

.block-title-2 {
	background-color: #E5F2FD;
}
.block-title-2 h3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 20px;
}
.notice {
	background-color: #F5F5F5;
	margin: 15px -20px;
	padding: 15px 20px;
}

.work-day .day {
	font-size: 16px;
	font-weight: 600;
}

.button {
	color: white;
	background-color: #0359A6;
	width: 100%;
	padding: 16px 0;
	border: 0;
	margin-top: 25px;
	font-weight: 600;
}
.button:focus {
	outline: 0;
}
ul {
	margin-top: 25px;
}
.warning {
	background-color: #FFE3E3;
	padding: 20px;
	margin-top: 20px;
	line-height: 1.8;
}
.content {
	padding: 30px 10px 30px;
}

hr {
	border-top: solid 1px rgb(202, 200, 200);
	margin: 0 -20px;
}
footer {
	padding: 30px 10px 0;
}

a {
	color: #015EBC;
	text-decoration: underline;
}
.contact {
	margin-top: 35px;
}
.copyright {
	margin-top: 45px;
	margin-bottom: 15px;
}
.card {
	border-radius: 0;
	margin-top: 10px;
}
.card-body {
	padding: 0.75rem 1.25rem;
}
.card-body input {
	width: 100px;
}
.card-header h4 {
	display: inline;
}
.card-header span {
	background-color: #FF0000;
	color: white;
	font-size: 9px;
	padding: 4px 8px;
	float: right;
}
.text-conf {
	position: absolute;
	right: 40px;
	top: 10px;
	color: #FF0000;
}

.custom-control-label::after, .custom-control-label::before, .custom-control-input {
	width: 20px;
	height: 20px;
}
.custom-control-label {
	padding-left: 10px;
}
.form .card-body {
	padding-left: 20px;
	padding-right: 20px;
}
.button.btn-back {
	background-color: #EFEFEF;
	color: black;
}
.card-header:first-child {
	border-radius: 0;
}

table .left {
	width: 130px;
	background-color: #F5F5F5;
	font-weight: 600;
}
.table td, .table th {
	padding: 0.8rem 1rem;
}
ul.item-list li {
	list-style: inside;
}
ul.item-list li::marker {
	font-size: 9px;
}
/*faq*/
.block-faq-title {
	background-color: #0358A7;
	padding: 15px 0;
}
.block-faq-title h2 {
	color: #fff;
}
.faq-item-title {
	font-size: 20px;
	color: #747474;
	padding: 20px 0;
}
ul.faq-item-list {
	margin-top: 0;
}
ul.faq-item-list > li > p {
	position: relative;
    padding-left: 55px;
    padding-right: 20px;
    border: 1px solid #EBEBEB;
    min-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	cursor: pointer;
	word-break: break-all;
}
ul.faq-item-list > li > p:before {
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-size: 13px;
	position: absolute;
	content: "Q";
	top: 17px;
	left: 20px;
	width: 26px;
	height: 26px;
	background-color: #0358A7;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
}
ul.faq-item-list > li > p > i.fa-angle-up {
	float: right;
	color: #707070;
}

ul.faq-item-list > li > p > i.fa-angle-up:before,
ul.faq-item-list > li > p > i.fa-angle-down:before {
	font-size: 20px;
}
ul.faq-item-list > li > div {
	display: none;
	background: #F7F7F7;
	padding: 20px;
	word-break: break-all;
}
/*end faq*/

@media screen and (max-width: 440px) {
	.card-body input {
		width: 90px;
	}
}

@media screen and (max-width: 410px) {
	.phone input {
		width: 85px;
	}
	.form .card-body {
		padding-left: 10px;
    	padding-right: 10px;
	}
	.container {
		padding: 0;
	}
	header {
		padding-left: 10px;
	}
}