img {
	width: 100%;
}
.main-content,
.searchTop,
#login-main{
	margin-top:120px;
	padding-top:30px;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}

.header {
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height:145px;
}

.header .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1140px;
	padding: 0.5em 0;
}

.header-logo {
	margin-bottom: 0;
	width: 20%;
}

.header .list-inline-item:not(:last-of-type) {
	border-right: 1px solid #333;
	padding-right: 0.5em;
}

.header-link {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-link:hover,
.header-link:active,
.header-link:focus {
	text-decoration: underline;
	color: #333;
}

.num-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

.num-list-item {
	width: 31.3333%;
	background: #ffab40;
	border-radius: 50%;
	max-height: 297px;
	height:31vw;
	margin:1%;
}

/*
.num-list-item:not(:nth-of-type(3n)) {
	margin-right: 2%;
}

.num-list-item:not(:first-of-type):not(:nth-of-type(2)):not(:nth-of-type(3)) {
	margin-top: 2%;
}
*/
.num-list-inner {
	overflow-y: auto;
	height: calc(100% - 5.25em);
}

.num-list-num {
	font-size: 3.5em;
	font-weight: 600;
}

.num-list-text {
	width: 80%;
	margin: 0 auto;
	font-size: 1.125em;
}

.page-title {
	margin-bottom: 3rem;
	text-align: center;
}

.content:not(:first-child) {
	margin-top: 8em;
}

.document-block {
	margin-top: 5em;
}

.document h3 {
	margin-top: 2rem;
}

.document ol {
	padding-left: 1em;
}

.document li:not(:first-of-type) {
	margin-top: 0.25em;
}

.container {
	max-width: 960px;
}

.speech-area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.speech-bubble {
	padding: 2em;
	position: relative;
	background: url(../img/common/speech-buble.png) no-repeat;
	background-size: 100% 100%;
}

.speech-bubble-gray {
	background-image: url(../img/common/speech-buble-gray.png);
	padding-left: 2.75em;
}

.footer {
	background: #999;
	margin-top: 8em;
}

.footer .container {
	padding-top: 1em;
	padding-bottom: 1em;
}

.footer-link {
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.footer-link:hover,
.footer-link:active,
.footer-link:focus {
	text-decoration: underline;
	color: #333;
}

.button {
	display: inline-block;
}

.button-main {
	background: #0097a7;
	color: #fff;
	font-weight: 900;
	border-radius: 5px;
	padding: 1% 2%;
	max-width: 500px;
	width: 100%;
	font-size: 2em;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button-main:hover,
.button-main:active,
.button-main:focus {
	background: #ffab40;
	color: #fff;
	text-decoration: none;
}

.button-sub {
	background: #76a5af;
	color: #fff;
	padding: 1% 2%;
	border-radius: 5px;
	font-weight: 900;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.button-sub:hover,
.button-sub:active,
.button-sub:focus {
	color: #fff;
	text-decoration: none;
	background: #ffab40;
}

.title-main {
	text-align: center;
	font-size: 2em;
	border-bottom: 2px solid #ffab40;
	font-weight: 900;
	padding-bottom: 0.5em;
	position: relative;
	margin-bottom: 1em;
}

.title-main img {
	width: 10%;
	position: absolute;
	top: 30%;
	right: 0;
}
.service_main-content{
	margin-top:0px;
}
@media screen and (max-width:1023px) {
    /*　画面サイズが1023px以下はここを読み込む　*/
	.main-content,
	.searchTop{
		margin-top: 120px;
		padding-top: 30px;
	}
 	.num-list-text {
		width: 80%;
		margin: 0 auto;
		font-size: 1em;
	}

}
@media screen and (max-width:768px) {
	.main-content,
	.searchTop{
		margin-top:50px;
		padding-top: 35px;
	}
	.num-list-item {
		width: 48%;
		background: #ffab40;
		border-radius: 50%;
		max-height: 375px;
		height: 46vw;
		padding: 1%;
	}
	.header {
		height:65px;

	}
	.speech-area {
		width: 100%;
	}
	.service-point {
		font-size: 8vw;
	}
}
@media screen and (max-width:480px) {
	.h1, h1 {
		font-size: 2rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.h3, h3 {
		font-size: 1.25rem;
	}
	.num-list-item {
		width: 90%;
		background: #ffab40;
		border-radius: 50%;
		max-height: 380px;
    	height: 80vw;
		padding:1%;
		margin:10px auto;
	}
	.title-main img {
		width: 19%;
		position: absolute;
		top: 72%;
		right: 0;
	}
	.speech-area {
		width: 90%;
		margin-top: 2%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.speech-area img {
		margin-top: 20px;
	}
	.searchTop tr:nth-child(2) {
		width: 100%;
	}
	#buttonWord {
		font-size: 18px;
	}
	.num-list-text {
		font-size: 5vw;
	}
	.content:not(:first-child) {
		margin-top: 2em;
	}
	.button-main {
    	font-size: 1.75em;
	}
	.title-main {
		font-size: 1.5em;
	}
}

/*# sourceMappingURL=static_base.css.map */
