@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.headLine03 {
    color: #1c1612;
}

@media all and (max-width: 897px) {
    .pageTitle {
        margin-bottom: 12px;
    }
    .newsBox {
        margin-bottom: 30px;
    }
    #conts {
        margin-bottom: 50px;
    }
}

/*------------------------------------------------------------
	city/yamagata/
------------------------------------------------------------*/
.yamagata {
    margin-bottom: 35px;
    border: solid 1px #e95b00;
    border-radius: 8px;
    padding: 18px 25px;
}
.yamagata .headLine03 {
    margin-bottom: 5px;
}
.yamagata p {
    margin-bottom: 15px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.yamagata p:last-child {
    margin-bottom: 0;
}
.application {
    background-color: #faf6ed;
    border-radius: 5px;
    padding: 16px;
    margin: 70px 0 40px;
}
.application .ttlBox {
    margin-bottom: 24px;
    text-align: center;
    position: relative;
}
.application .ttlBox .photo {
    position: absolute;
    top: -1px;
    right: 0;
}
.application .ttlBox h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.71;
}
.application .ttlBox h2 img {
    vertical-align: -6px;
    margin: 0 6px;
}
.application .ttlBox .txt {
    margin: -35px 0 14px;
}
.application .ttlBox .txt span {
    display: inline-block;
    min-width: 168px;
    padding: 7px 5px 5px;
    box-sizing: border-box;
    border: solid 2px #e95b00;
    border-radius: 32px;
    font-size: 1.6rem;
    color: #e95b00;
    text-align: center;
    font-weight: bold;
    background-color: white;
}
.application .inner {
    margin-bottom: 15px;
    background-color: white;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    padding: 24px 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.application .inner:last-child {
    margin-bottom: 0;
}
.application .inner .photoBox {
    padding: 22px 15px 0 40px;
    width: 34.5%;
    order: 2;
}
.application .inner .photoBox img {
    width: 100%;
}
.application .inner .textBox {
    flex: 1;
}
.application .inner .textBox p {
    margin-bottom: 19px;
    font-size: 1.4rem;
    line-height: 1.71;
}
.application .inner .textBox .ttl {
    margin-bottom: 9px;
}
.application .inner .textBox .ttl span {
    display: inline-block;
    min-width: 128px;
    box-sizing: border-box;
    padding: 7px 10px 5px;
    border-radius: 32px;
    font-size: 1.2rem;
    color: white;
    text-align: center;
    background-color: #007abb;
}
.application .inner .headLine07 {
    margin-bottom: 19px;
}
.application .inner .comBtn {
    width: 343px;
}
.application .inner .textBox .headLine03 {
    margin-top: -5px;
}
.application .inner .sub {
    margin-bottom: 8px;
    background-color: #faf6ed;
    border-radius: 6px;
    padding: 12px 15px 7px;
}
.application .inner .sub .list {
    display: flex;
    flex-wrap: wrap;
}
.application .inner .sub .list li {
    margin: 0 25px 5px 0;
    padding-left: 20px;
    font-size: 1.4rem;
    line-height: 1.71;
    position: relative;
    font-weight: bold;
}
.application .inner .sub .list li:after {
	width: 14px;
	height: 14px;
    background-color: #e95b00;
    border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
}
.application .inner .arrow {
    margin-bottom: 8px;
    text-align: center;
}
.application .tableBox {
    border: solid 1px #ddd9d1;
    border-radius: 7px;
}
.application .tableBox table {
    width: 100%;
    border-collapse: collapse;
}
.application .tableBox table th {
    font-size: 1.2rem;
    color: white;
    font-weight: normal;
    padding: 6px 8px 2px;
    width: 99px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #faf6ed;
    background-color: #45aadb;
}
.application .tableBox table tr:first-child th {
    border-radius: 5px 0 0 0;
}
.application .tableBox table tr:first-child td {
    border-radius: 0 10px 0 0;
}
.application .tableBox table tr:last-child th {
    border-radius: 0 0 0 6px;
}
.application .tableBox table tr:last-child td {
    border-radius: 0 0 10px 0;
}
.application .tableBox table td {
    font-size: 1.2rem;
    color: white;
    font-weight: normal;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    background-color: white;
    border-bottom: 1px solid #faf6ed;
}
.application .tableBox table .linkUl {
    display: flex;
    flex-wrap: wrap;
}
.application .tableBox table .linkUl li {
    margin: 3px 10px 3px 0;
    min-width: 90px;
}
.application .tableBox table .linkUl a {
    display: inline-block;
    padding-right: 8px;
    font-size: 1.4rem;
    color: #388bdb;
    line-height: 1.71;
    font-weight: bold;
    text-decoration: underline;
    background: url("../../../img/common/icon53.png") no-repeat right center;
    background-size: 5px auto;
}
.application .tableBox table tr:nth-child(2) th {
    background-color: #64c7c7;
}
.application .tableBox table tr:nth-child(3) th {
    background-color: #64c76b;
}
.application .tableBox table tr:nth-child(4) th {
    background-color: #d9ac46;
}
.application .tableBox table tr:nth-child(5) th {
    background-color: #d85b5b;
}
.application .tableBox table tr:nth-child(6) th {
    background-color: #d85b5b;
}
.application .tableBox table tr:nth-child(7) th {
    background-color: #ba79c9;
}
.application .tableBox table tr:nth-child(8) th {
    background-color: #5a76d0;
}
.application .tableBox table tr:nth-child(9) th {
    background-color: #eff3f4;
    color: #1c1612;
}
.application .inner .textBox .linkP {
    margin: 3px 0 -5px;
    text-align: right;
}
.application .inner .linkP a {
    padding-right: 10px;
    color: #388bdb;
    text-decoration: underline;
    display: inline-block;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.71;
    background: url("../../../img/common/icon53.png") no-repeat right center;
    background-size: 7px auto;
}
#conts .yamagataBox02 {
    padding: 15px;
    margin-top: 40px;
}
.yamagataBox02 .normalTxt {
    line-height: 1.67;
    font-size: 1.2rem;
}
.yamagataBox02 .borderBox {
    padding: 13px 15px 11px;
    border: solid 1px #388bdb;
    border-radius: 5px;
}
.yamagataBox02 .yellowTxt {
    font-size: 1.2rem;
    padding-bottom: 2px;
}
.yamagataBox02 .borderBox .infoUl li {
    padding-left: 20px;
    line-height: 1.67;
    font-size: 1.2rem;
    background: url("../../../img/common/icon87.png") no-repeat left top 2px;
    background-size: 16px auto;
}
.yamagataBox02 .comBtn {
    margin-left: 8px;
    margin-right: 0;
}
.yamagataBox02 .comBtn.blue {
    margin-left: 4px;
    margin-right: -4px;
}
.yamagataBox02 .comBtn.blue a {
    pointer-events: none;
    color: #89817b;
    background-color: #eff3f4;
}
.yamagataBox02 .comBtn.blue a > span::before {
    background-image: url("../../../img/common/icon85.png");
}
.yamagataBox02 .banner {
    margin: 8px 8px 0;
}
.yamagataBox02 .banner a:hover img {
    opacity: 0.7;
}
#sideBar .comBtn.grey a {
    color: #89817b;
    pointer-events: none;
    background-color: #eff3f4;
}

@media all and (min-width: 897px) {
    .application .inner .linkP a:hover,
    .application .tableBox table .linkUl a:hover {
        text-decoration: none;
    }
}

@media all and (max-width: 897px) {
    .yamagata {
        margin-bottom: 27px;
        padding: 10px 15px;
        margin-top: 17px;
    }
    .yamagata p {
        font-size: 1.3rem;
        line-height: 1.85;
        margin-bottom: 12px;
    }
    .application {
        margin: 84px -15px 43px;
        border-radius: 0;
    }
    .application .ttlBox {
        margin-bottom: 13px;
    }
    .application .ttlBox .txt span {
        min-width: 150px;
        font-size: 1.4rem;
        padding-bottom: 6px;
    }
    .application .ttlBox .txt {
        margin: -34px 0 7px;
    }
    .application .ttlBox h2 img {
        display: block;
        margin: 3px auto;
        text-align: center;
    }
    .application .ttlBox .photo {
        top: auto;
        bottom: -37px;
        width: 60px;
    }
    .application .inner {
        padding: 16px;
        display: block;
    }
    .application .inner .photoBox {
        padding: 0;
        margin: 0 auto 20px;
        width: 77%;
    }
    .application .inner .textBox .ttl {
        margin-bottom: 3px;
    }
    .application .inner .headLine07 {
        margin: 0 0 24px;
    }
    .application .inner .comBtn {
        width: auto;
    }
    .application .inner .textBox p {
        margin-bottom: 11px;
    }
    .application .inner .textBox .headLine03 {
        margin: 0 0 10px;
    }
    .application .inner .sub .list li {
        margin: 0 20px 0 0;
    }
    .application .inner .sub {
        padding-bottom: 11px;
    }
    .application .tableBox table th {
        width: 60px;
    }
    .yamagataBox02 {
        padding-bottom: 10px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .yamagataBox02 .ttlSmall {
        margin-bottom: 9px;
    }
    .yamagataBox02 .txtBox {
        margin-bottom: 15px;
    }
    .yamagataBox02 .comBtn {
        margin-left: 0;
    }
    .yamagataBox02 .comBtn.blue {
        margin-left: 0;
        margin-right: 0;
    }
    .yamagataBox02 .banner {
        margin: 15px 0 0;
    }
}

@media all and (max-width: 374px) {
    .application .headLine07 {
        font-size: 1.6rem;
    }
    .application .tableBox table .linkUl li {
        margin-right: 0;
    }
}
