﻿/* 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: 1.5em;
}

.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 sup {
	vertical-align: super;
    font-size: 12px;
}

@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: stretch;
		-ms-flex-item-align: stretch;
	}

	.domestic01GraphTxt {
		padding: 30px 60px;
    }

    .domestic01GraphItem {
		margin: 0 auto 32px;
        width: 48%;
    }

    .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;
    }

}

p.detail {
    font-size: 12px;
    margin-left: 16px;
}

.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:nth-child(1) li {
        width: 52%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
	.domestic01GraphTxt:nth-child(2) li {
        width: 66%;
        margin: 0 auto;
    }
} */

/* 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;
    }
}

.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;
}

.domestic03 .sup {
    vertical-align: super;
    font-size: 80%;
}

.domestic03 .img_right {
    float: right;
    margin-left: 10px;
}

.domestic03DgreenImg,
.domestic03DemImg,
.domestic03IotImg {
    text-align: center;
}

p.bizTxt.domestic03D-Bio {
    text-align: center;
}

p.day {
    margin-top: 5px;
}

@media screen and (min-width: 769px) {
    .domestic03attention {
        font-size: 14px;
    }
}

bizTxt domestic03attention {
    font-size: 12px;
}

.sup {
    font-size: 0.8em;
    vertical-align: top;
}

p.bizTxt.domestic03D-Bio {
    text-align: center;
}

.bizTxt.domestic03attention {
    font-size: 12px;
}