@charset "utf-8";
body{
    margin: 0;
    padding: 0;
    background-color: #b1dfe6;
}

iframe{
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px
}
#wrapper{
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
}

#footer{
    clear: both;
    background-color: #5087F7;
    text-align: center;
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    padding: 10px;
    margin-top: 20px;
}

.contents_b{
    background:repeating-linear-gradient(
-45deg,
#b1dfe6,
#b1dfe6 1px,
#fff 0,
#fff 29px
);
}
.contents{
    width: 800px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    
}
.contents_c{
    width: 280px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    font-size: small;
}

.contents_c img{
    border-radius: 25px;
}
.contents_c h3{
    text-align: center;
}

.nav{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.nav li{
    list-style: none;
}
.nav a{
    text-decoration: none;
    color: #5087F7;
    font-size: large;
    font-weight: bold;
}
.nav li a:hover{
    border-bottom: 2px solid #5087F7;
    padding-bottom: 8px;
    color: #5087F7;
}
.nav li a:visited{
    color: #5087f7;
}

.access{
    display: flex;
}

.access iframe{
    padding-right: 40px;
}

.ac_table{
    margin: 20px auto;
    width: 500px;
    border-collapse: collapse;
    margin-top: 30px;
    border: #5087F7;
}
.access td{
    padding-left: 20px;
}
.access td,th{
    color: #5087F7;
    
}
.plan{
    width: 800px;
    margin-left: 80px;
    display: flex;
    background-color: #ffffff;
    
}

.plan h2{
    padding-left: 10px;
}
.clean_h{
    border-bottom: dashed #5087F7;
    margin-left: 10px;
    margin-right: 10px;

}


.plan_p{
    font-size: 20px;
    margin: auto 40px auto auto;
}

.plan_k{
    font-size: 15px;
    text-align: right;
    padding-left: 30px;
}

.plan_w{
    background:repeating-linear-gradient(
        -45deg,
        #b1dfe6,
        #b1dfe6 1px,
        #fff 0,
        #fff 29px
        );
}

.en{
    font-size: 40px;
    font-weight: bold;
    color: #5087F7;
}
img{
    border-radius: 25px
}

.cap{
    text-align: right;
}

.lala{
    width: 700px;
    margin: auto;
    background-color: #ffffff;
    border: double 1px #c5c5c5;
}

.lala p{
    margin-left: 40px;
}

.lala h2{
    padding-left: 20px;
}

.contents_c h3{
    text-decoration: none;
    color: #5087F7;
    font-size: large;
    font-weight: bold;
}

.contents_c h3 a:hover{
    border-bottom: 2px solid #5087F7;
    padding-bottom: 8px;
    color: #5087F7;
}

.contents_c a:visited{
    color: #1d66f8;
    text-decoration: none;
}
.contents_c a:active{
    color: #b1dfe6;
}

.f_menu{
    width: 960px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    font-weight: bold;
    font-size: large;
    
}

.f_li{
    list-style: none;
    display: flex;
    justify-content: space-around;
}

.f_li a:hover{
    color: #ffffff;
}

.f_li a:visited{
    color: #ffffff;
}
.f_li a:link{
    color: #ffffff;
}
.f_li a:active{
    color: #b1dfe6;
}

/*
.rate{
    background:repeating-linear-gradient(
        -45deg,
        #b1dfe6,
        #b1dfe6 1px,
        #fff 0,
        #fff 29px
        );
}*/