.mf_right{
    margin-top: 20px;
}
.type_top_icon{
    width:7%;
    display: block;
    margin: auto;
}
.type_top_type {
    margin-top: 60px;
}
.type_top_type h1 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.type_comments {
    font-size: 12px;
    text-align: right;
}
.type_top_type_all {
 display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.type_top_type_box {
    width: 32%;
    padding: 10px 8px;
    height: 370px;
    align-self: stretch;
    position: relative;
}
.type_top_type_box02 {

    width: 24%;
    padding: 10px 10px;
    position: relative;
}
.type_top_type_box_title {
    background: #3366cc;
    padding: 0;
    margin: 0;
    color: #fff;
}
.type_detail_title{
background: #3366cc;
    padding: 10px;
    margin: 0;
    color: #fff;
    border-radius: 40px;
    line-height: 1.2;
}
.type_detail_title02{
 background: #3366cc;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 60%;
        font-size: 20px;
    line-height: 1.1;
    padding: 10px 0;
}
.type_detail_title03{
 background: #3366cc;
    color: #fff;
    border-radius: 40px;
    position: absolute;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    top: 55%;
        font-size: 20px;
    line-height: 1.1;
    padding: 10px 0;
}
p.type_top_type_box_btn {
    bottom: 0;
    background: #ff6000;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 0 #762d00;
}
.type_top_type_box a {
   color: #fff;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    width: 95%;
    right: 0;
    left: 0;
    bottom: 2%;
    margin: auto;
}
.type_middle_title {
    color: #fff;
    background: #3366cc;
    margin: 20px 0 20px;
    padding: 10px;
    line-height: 1.4;
    font-size: 20px;
}
.mt40{
     margin-top: 40px;
}
.mt60{
     margin-top: 60px;
}
.type_top_type_box02 p {
       font-size: 1.5vw;
    margin-top: 10%;
    text-align: center;
    font-weight: bold;
    color: #ff6000;
}
.type_type_box {
    width: 25%;
    padding: 10px 8px;
}

.type_01_detail {
    padding: 10px;
    text-align: center;
    border: 3px solid #36c;
       margin: 20px auto 30px;
    width: 95%;
}
.type_01_detail h4 {
    margin: 0;
}
.type_01_detail h4 .type_01_detail_title{
    background: #3366cc;
    color: #fff;
    padding: 5px 10px;
}
.type_top_type02 {
        background: #def3ff;
padding-top: 60px;
    padding-bottom: 70px;
}
.type_top_type03 {
padding-top: 60px;
    padding-bottom: 70px;
}
.type_top_type02 h3 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.type_top_type03 h3 {
    text-align: center;
    margin-top: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #3366cc;
    font-size: 35px;
}
.type_reason {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-around;
}
.type_reason img {
    width: 30%;
}
.type_system {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;
    margin-top: 20px;
}
.type_system p {
    width: 48%;
}
.type_system img {
    width: 50%;
}


@media screen and (max-width:640px) {
    .type_type_box {
    width: 46%;
}
.type_top_type_box {
    width: 49%;
    padding: 5px 5px;
    height: 295px;
}
.type_top_type_box_title {
    font-size: 16px;
}
.type_top_icon {
    width: 50px;
}
.type_top_type h1 {
    font-size: 28px;
}
p.type_top_type_box_btn {
    padding: 6px;
}
.type_top_type_box02 {
    width: 45%;
}
.type_detail_title02 {
    top: 58%;
    font-size: 18px;
}
.type_top_type_box02 p {
   font-size: 23px;
    margin-top: 7%;
}
.type_detail_title03 {
    top: 44%;
    font-size: 15px;
}
.type_top_type02 h3 {
    font-size: 25px;
}
.type_top_type03 h3 {
    font-size: 22px;
}
.type_top_type02 {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.type_top_type03 {
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.type_reason {
    width: 100%;
    margin-bottom: 20px;
}
.type_reason img {
    width: 32%;
}
.type_system {
    margin-top: 15px;
    flex-wrap: wrap;
}
.type_system p {
    width: 100%;
}
.type_system img {
    width: 100%;
}
}


/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */
