@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}
/* =====================================
	content
===================================== */



@media screen and (min-width: 768px) {
.ttl01 {
	margin-bottom: 40px;
}
.txt01 {
	margin-bottom: 25px;
}
.txt02 {
	margin-bottom: 10px;
}
.txt03 {
	margin-bottom: 40px;
}

.cont01 {
	margin-bottom: 50px;
}
.cont02 {
	margin-bottom: 50px;
}
.cont03 {
	margin-bottom: 50px;
}
.cont04 {
	margin-bottom: 50px;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.consul .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.consul .flexbox li {
	margin-right: 20px;
}
.consul .flexbox li:last-child {
	margin-right: 0;
}
.backnumber ul {
	margin-bottom: 30px;
}
.backnumber ul li {
	margin-bottom: 10px;
}
.backnumber a {
	text-decoration: underline;
}
.backnumber a[target="_blank"] {
	background: url(../images/common/icon_blank.png) right center no-repeat;
	background-size: 13px auto;
	margin-right: 5px;
	padding-right: 18px;
}
.backnumber a[href$=".pdf"] {
	background: url(../images/common/icon_pdf32.png) right center no-repeat;
	background-size: 20px auto;
	margin-right: 5px;
	padding-right: 25px;
}
.merumaga.loading {
}

.merumaga .unitHeader {
    /*text-align: center;*/
	margin-bottom: 50px;
}

.merumaga .unitHeader h3 {
    /*text-align: center;*/
    font-weight: bold;
    font-size: 28px;
    display: flex;
    justify-content: center;
}

.merumaga .unitHeader h3 span {
    flex-basis: 3;
    display: inline-block;
    margin: 0 8px;
    background-color: #aaaaaa;
    padding: 15px 30px;
    border-radius: 50px;
    color: #ffffff;
	line-height: 1.0;
}

.merumaga .unitHeader h3 span.active {
    background-color: #83c0ea;
    color: #ffffff;
}

table.inputTable {
	border-collapse: collapse;
    margin: 35px auto 35px auto;
    line-height: 1.3;
    background-color: rgba(255,255,255,1.00);
}

table.inputTable th {
    white-space: nowrap;
    width: 25%;
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: right;
}

table.inputTable td {
    padding: 0.5em;
}

table.inputTable.confirmTable th ,
table.inputTable.confirmTable td {
    padding-top: 1em;
    padding-bottom: 1em;
}

table.inputTable th span {
    display: inline-block;
    font-size: 70%;
    min-width: 5em;
}

table.inputTable input ,
table.inputTable select ,
table.inputTable textarea {
    padding: 0.25em;
	font-family: "Noto Sans JP", serif;
    border: 1px solid rgba(200,200,200,1.00);
}

table.inputTable input:focus ,
table.inputTable select:focus ,
table.inputTable textarea:focus {
    border: 1px solid rgba(100,100,100,1.00);
}

table.inputTable textarea {
    width: 100%;
    resize: vertical;
}

table.inputTable *:required {
}

table.inputTable .required {
    color: rgba(200,0,0,1.00);
}
.action {
    text-align: center;
    margin: 1em auto;
}

.action input {
    /*font-size: 90%;*/
	font-family: "Noto Sans JP", serif;
    padding: 0.5em 1.5em;
    background-color: rgba(240,240,240,1.00);
    border: 1px solid rgba(160,160,160,1.00);
    border-radius: 3px;
    margin: auto 0.25em;
	cursor: pointer;
}

.action input:hover {
    background-color: rgba(220,220,220,1.00);
    border: 1px solid rgba(130,130,130,1.00);
}

.callback {
    display: block;
    margin-bottom: 1em;
}

#inquiry_result {
}

#inquiry_result p {
    text-align: center;
    padding: 2em 0;
}

}
@media screen and (max-width: 767px) {
	.txt01 {
		margin-bottom: calc(30/750*100vw);
	}
	.txt02 {
		margin-bottom: calc(15/750*100vw);
	}
	.txt03 {
		margin-bottom: calc(30/750*100vw);
	}
	.cont01 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont02 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont03 {
		margin-bottom: calc(70/750*100vw);
	}
	.cont04 {
		margin-bottom: calc(70/750*100vw);
	}
	
	.backnumber ul {
		margin-bottom: calc(30/750*100vw);
	}
	.backnumber ul li {
		margin-bottom: calc(10/750*100vw);
	}
	.backnumber a {
		text-decoration: underline;
	}
	.backnumber a[target="_blank"] {
		background: url(../images/common/icon_blank.png) right center no-repeat;
		background-size: calc(24/750*100vw) auto;
		margin-right: calc(10/750*100vw);
		padding-right: calc(35/750*100vw);
	}
	.backnumber a[href$=".pdf"] {
		background: url(../images/common/icon_pdf32.png) right center no-repeat;
		background-size: calc(30/750*100vw) auto;
		margin-right: calc(10/750*100vw);
		padding-right: calc(40/750*100vw);
	}
	.merumaga .unitHeader {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.merumaga .unitHeader h3 {
		text-align: center;
		font-weight: bold;
		font-size: calc(38/750*100vw);
		display: flex;
		justify-content: center;
	}
	
	.merumaga .unitHeader h3 span {
		flex-basis: 3;
		display: inline-block;
		margin: 0 calc(5/750*100vw);
		background-color: #aaaaaa;
		padding: calc(20/750*100vw)  calc(30/750*100vw) calc(25/750*100vw);
		border-radius: calc(100/750*100vw);
		color: #ffffff;
		line-height: 1.0;
	}
	
	.merumaga .unitHeader h3 span.active {
		background-color: #83c0ea;
		color: #ffffff;
	}
	
	
	table.inputTable {
		display: block;
		margin: 0 auto 35px auto;
		line-height: 1.3;
		background-color: rgba(255,255,255,1.00);
	}
	
	table.inputTable th {
		white-space: nowrap;
		display: block;
		margin-bottom: calc(10/750*100vw);
	}
	
	table.inputTable td {
		display: block;
		margin-bottom: calc(30/750*100vw);
	}
	
	table.inputTable.confirmTable th ,
	table.inputTable.confirmTable td {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	table.inputTable th span {
		display: inline-block;
		margin-left: calc(10/750*100vw);
		font-size: 70%;
	}
	
	table.inputTable input ,
	table.inputTable select ,
	table.inputTable textarea {
		width: 100%!important;
		padding: 0.25em;
		font-family: "Noto Sans JP", serif;
		border: 1px solid rgba(200,200,200,1.00);
	}
	
	table.inputTable input:focus ,
	table.inputTable select:focus ,
	table.inputTable textarea:focus {
		border: 1px solid rgba(100,100,100,1.00);
	}
	
	table.inputTable textarea {
		width: 100%;
		resize: vertical;
	}
	
	table.inputTable *:required {
	}
	
	table.inputTable .required {
		color: rgba(200,0,0,1.00);
	}
	
	.action {
		text-align: center;
		margin: 1em auto;
	}
	
	.action input {
		/*font-size: 90%;*/
		font-family: "Noto Sans JP", serif;
		padding: 0.5em 1.5em;
		background-color: rgba(240,240,240,1.00);
		border: 1px solid rgba(160,160,160,1.00);
		border-radius: calc(10/750*100vw);
		margin: auto 0.25em;
	}
	
	.action input:hover {
		background-color: rgba(220,220,220,1.00);
		border: 1px solid rgba(130,130,130,1.00);
	}
	
	.callback {
		display: block;
		margin-bottom: 1em;
	}
	
	#inquiry_result {
	}
	
	#inquiry_result p {
		text-align: center;
		padding: 2em 0;
	}

}

