﻿/* domestic01.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.domestic01WatTxt {
	margin-bottom: 48px;
}

.domestic01WatTxt p {
	text-indent: 1em;
}

.domestic01GraphTxt {
	padding: 1em;
	background: #0066b5;
	color: #fff;
	line-height: 1.5;
	border-radius: 10px;
}

.domestic01GraphItem {
	margin-bottom: 3em;
}

.domestic01GraphTxt p+p {
	margin-top: 1.2em;
}

.domestic01GraphTxt .txt1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}

.domestic01GraphTxt .txt3 {
	font-weight: bold;
	font-size: 1.3em;
}

.domestic01GraphTxt .txt4 {
	display: block;
	margin-top: .5em;
	font-size: .8em;
}

.domestic01GraphAtnnot {
	font-size: .8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.domestic01GraphAtnnot dt {
	margin-right: 4px;
}

.domestic01GraphTxt .sub {
	vertical-align: sub;
	font-size: 75%;
}

@media screen and (min-width: 769px) {
	.domestic01Graph {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		-ms-flex-align: center;

		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		/* align-items: center; */
	}

	.domestic01GraphItem {
		margin: 0 1% 32px;
		width: 48%;
		min-height: 190px;
	}

	.text-box {
		width: 42%;
		margin: 5px;
	}

	.domestic01GraphImg img {
		display: block;
		margin: 0 auto;
	}

	.domestic01GraphTxt p+p {
		margin-top: 24px;
	}

	.domestic01GraphTxt .txt1 {
		font-size: 22px;
	}

	.domestic01GraphTxt .txt3 {
		font-size: 24px;
	}

	.domestic01GraphTxt .txt4 {
		margin-top: 8px;
		font-size: 12px;
	}

	.domestic01GraphAtnnot {
		font-size: 12px;
	}

	.domestic01GraphTxt .sub {
		vertical-align: sub;
		font-size: 75%;
	}
}

.text-boxes {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 5%;
}


.domestic01-txt {
	font-size: 16px;
	padding-bottom: 20px;
}

.domestic01-ttl {
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.text-boxes {
		display: block;
		width: 90%;
		margin: 0px 5%;
	}
}

@media screen and (min-width: 769px) {
	.domestic01GraphTxt {
		padding: 20px 40px;

		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}

/* domestic02.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.domestic02SupplyMap img {
	border: 1px solid #e6e6e6;
}

.domestic02SupplyTxt p+p {
	margin-top: 20px;
}

.domestic02SupplyTxt .noteTxt01 {
	padding: 4px 9px;
	background: #F5F5F5;
	border: 1px solid #DDD;
	font-size: 80%;
	margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
	.domestic02SupplyFlex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;

		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.domestic02SupplyMap {
		width: 602px;
	}

	.domestic02SupplyTxt {
		width: 372px;
	}

	.domestic02SupplyFlexR {
		width: 372px;
	}
}

.iconBlank::after {
	content: "";
	display: inline-block;
	background: url(/recruit/common/image/icon_blank.png) no-repeat;
	background-size: contain;
	width: 10px;
	height: 9px;
	vertical-align: middle;
	line-height: 0;
}

/* domestic03.html＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.domestic03attention {
	font-size: .8em;
}

.domestic03attention li,
.domestic03attention p {
	margin-left: 1.3em;
	text-indent: -1.3em;
}

.ast {
	color: red;
}

.domestic03IotImg,
.domestic03DgreenImg,
.domestic03DemImg {
	text-align: center;
}

@media screen and (min-width: 769px) {
	.domestic03attention {
		font-size: 14px;
	}
}