﻿@charset "utf-8";
/* CSS Document */

.otokubin {
    border: 1px solid #333333;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.otoku_img1 {
    position: absolute;
    top: 12%;
    left: 75%;
    width: 25%;
}

.otoku_img02 {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 10%;
}

.otokubintowa {
    text-align: center !important;
    text-decoration: underline;
    margin-top: 10px;
}


.midashi5 {
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
}

.midashi200 {
    font-size: 35px;
    line-height: 150%;
text-align: center;
    font-weight: bold;
}

.otokubincontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.otokubincontainer .item {
    align-self: stretch;
    flex-basis: 48%;
    margin-bottom: 2%;
}


/*midashi4の変更*/
.midashi100 {
    font-size: 35px;
    line-height: 150%;
/*    text-align: center;*/
    font-weight: bold;
}

/*midashi3の変更*/
.midashi101 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.color100 {
    color:#e42f4c
}

.midashi500 {
    font-size: 28px;
    line-height: 150%;
    text-align: left;
    font-weight: bold;
}


@media screen and (max-width: 750px){
.midashi101 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}
.midashi500 {
    font-size: 14px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 0px;
}
.midashi100 {
    font-size: 17px;
    line-height: 180%;
    font-weight: bold;
    margin-bottom: 0px;
}

otoku_img1 {
    position: absolute;
    top: 25%;
    left: 75%;
    width: 25%;
}
.otokubin {
    width: 90%;
}
.midashi5 {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

@media screen and (max-width: 750px)
.midashi4 {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.midashi3 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}

.midashi200 {
    font-size: 17px;
    line-height: 180%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
.otokubin .item {
    flex-basis: 100%;
margin-bottom: 5%;
}
}


}

