@charset "UTF-8";
/* コンテンツ */

.bi_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bi_box1 ul li img {
    width: 100%;
}
.bi_box1 ul li:first-child {
    width: 47.5%;
}
.bi_box1 ul li:last-child {
    width: 47.5%;
}
.bi_box1 ul li h5 {
    font-size: 1.4em;
    line-height: 1.5;
    color: #5dbae1;
}
.bi_box1 ul li p {
    line-height: 1.7;
    margin-top: 1em;
}

.bi_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bi_box2 ul li {
    width: 47.5%;
}
.bi_box2 ul li h4 {
    font-size: 1.4em;
    line-height: 1.7;
    color: #4a80bf;
    border-bottom: 2px dotted #4a80bf;
    text-align: center;
}
.bi_box2 ul li section {
    padding: 1em 1em 0;
}
.bi_box2 ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dotted #999;
    font-size: 1.16em;
    line-height: 3em;
}
.bi_box2 ul li p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}
.b_area {
    border-radius: 1em;
    border: 2px solid #aedcf0;
    padding: 1.5em;
    line-height: 1.5;
}
.b_area h5 {
    font-size: 1.24em;
    color: #4a80bf;
}
.b_area h6 {
    font-weight: normal;
    margin-top: 0.5em;
}

.bi_box3 {
    background-color: #fff2ec;
    border-radius: 1em;
    padding: 2em;
    text-align: center;
    line-height: 1.7;
}
.bi_box3 h4 {
    font-size: 1.24em;
    color: #ff8040;
    margin-bottom: 1em;
}

.bi_box4 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.bi_box4 ul li:nth-child(odd) {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    padding: 1.5em;
    background-color: #e5f4fa;
    border-radius: 1em;
}
.bi_box4 ul li:nth-child(odd) strong {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4a80bf;
    color: #fff;
    font-size: 1.4em;
    line-height: 1;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin:0 auto 0.5em;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}
.bi_box4 ul li:nth-child(odd) h4 {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.5;
    color: #4a80bf;
    margin-bottom: 0.5em;
}
.bi_box4 ul li:nth-child(odd) p {
    line-height: 1.7;
}
.bi_box4 ul li:nth-child(even) {
    width: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bi_box4 ul li:nth-child(even) img {
    width: 100%;
    opacity: 0.5;
}

.bi_tx1 {
    text-align: center;
}
.bi_contact ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid #4a80bf;
    border-radius: 1em;
    padding: 2em;
    line-height: 1.5;
}
.bi_contact ul li:last-child {
    text-align: center;
}
.bi_contact h3 {
    color: #4a80bf;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.bi_contact h3 strong {
    font-size: 2em;
    line-height: 1;
    display: inline-block;
}
.bi_contact h3 span {
    display: inline-block;
    border: 1px solid #4a80bf;
    font-size: 0.92em;
    line-height: 2em;
    padding: 0 1em;
    margin-right: 0.5em;
}
.bi_contact h5 {
    display: inline-block;
    background-color: #e5f4fa;
    line-height: 2em;
    padding: 0 1em;
    border-radius: 1em;
    font-weight: normal;
    margin-bottom: 1em;
}
.bi_contact address {
    font-style: normal;
}
.bi_contact h4 a {
    background-image: url("../../img/fdial.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 0.5em;
    padding-left: 1em;
    font-weight: 700;
    font-size: 2.6em;
    line-height: 1;
    color: #4a80bf;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
}
.bi_contact p {
    margin-top: 0.5em;
    font-size: 0.92em;
}
.bi_contact h6 {
    color: #4a80bf;
    line-height: 1.4;
    font-size: 1.4em;
    margin-bottom: 0.3em;
}

.bi_tx2 {
    margin-bottom: 3em;
}
.bi_tx2 section {
    background-color: #4a80bf;
    color: #fff;
    padding: 1em 1.2em;
    border-radius: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bi_tx2 section span {
    border: 1px solid #fff;
    font-weight: bold;
    line-height: 2em;
    padding: 0 1em;
    margin-right: 1em;
}
.bi_tx2 section h3 {
    font-size: 1.8em;
}

.bi_box5 ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.bi_box5 ul li {
    width: 47.5%;
}
.bi_box5 ul li h4 {
    font-size: 1.4em;
    line-height: 1.7;
    color: #4a80bf;
    border-bottom: 2px dotted #4a80bf;
    text-align: center;
}
.bi_box5 ul li h5 {
    font-weight: bold;
    color: #ff8040;
    font-size: 1.24em;
    line-height: 1.7;
    margin-bottom: 1em;
}
.bi_box5 ul li section {
    padding: 1em 1em 0;
}
.bi_box5 ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px dotted #999;
    font-size: 1.16em;
    line-height: 3em;
}
.bi_box5 ul li:first-child p {
    line-height: 1.7;
}
.bi_box5 ul li:last-child p {
    font-size: 0.84em;
    line-height: 1.5;
    margin-top: 1em;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 960px) {
.bi_box1 ul {
    flex-direction: column-reverse
    
}
.bi_box1 ul li:first-child {
    width: 100%;
}
.bi_box1 ul li:last-child {
    width: 100%;
    margin-bottom: 3em;
}
.bi_box1 ul li h5 {
    font-size: 1.16em;
}

.bi_box3 {
    text-align: left;
}

.bi_box4 ul {
    justify-content: space-around;
}
.bi_box4 ul li:nth-child(odd) {
    width: 100%;
    padding: 1.5em;
}
.bi_box4 ul li:nth-child(even) {
    width: 5%;
    margin: 0.5em auto;
}
.bi_box4 ul li:nth-child(odd) strong {
    position: absolute;
    left: -5px;
    top: -5px;
}
.bi_box4 ul li:nth-child(odd) p {
    text-align: center;
}

.bi_tx1 {
    text-align: left;
}
.bi_contact ul {
    flex-direction: column;
    padding: 2em;
}
.bi_contact ul li:last-child {
    text-align: left;
    margin-top: 2em;
}

}

@media screen and (max-width: 520px) {

.bi_box2 ul {
    margin-bottom: -3em;
}
.bi_box2 ul li {
    width: 100%;
    margin-bottom: 3em;
}
.b_area {
    border-radius: 1em;
}
.b_area h5 {
    font-size: 1.16em;
}

.bi_box3 {
    padding: 1.5em;
}
.bi_box3 h4 {
    font-size: 1.16em;
}

.bi_box4 ul li:nth-child(even) {
    width: 8%;
}
.bi_box4 ul li:nth-child(odd) h4 {
    font-size: 1.16em;
}
.bi_box4 ul li:nth-child(odd) p {
    text-align: left;
}

.bi_contact ul {
    align-items: flex-start;
    flex-direction: column;
    padding: 1.5em;
}
.bi_contact h3 strong {
    font-size: 2em;
    width: 100%;
    display: block;
    margin-top: 0.3em;
}

.bi_contact address {
    font-size: 0.92em;
}
.bi_contact h4 a {
    font-size: 2em;
    text-indent: 0;
}
.bi_contact p {
    font-size: 0.84em;
}
.bi_contact h6 {
    font-size: 1.24em;
}

.bi_tx2 {
    margin-bottom: 2em;
}
.bi_tx2 section h3 {
    font-size: 1.6em;
}

.bi_box5 ul {
    margin-bottom: -2em;
}
.bi_box5 ul li {
    width: 100%;
    margin-bottom: 2em;
}
.bi_box5 ul li h5 {
    font-size: 1.16em;
}

}




