﻿@charset "utf-8";
/* CSS Document */

.wrap {
    width: 1010px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}

div{
	box-sizing: border-box;
}

p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

.center{
    text-align: center;
}


img {
    max-width: 100%;
    height: auto;
}

h2{
    font-size:22px;
}


h3{
    font-size:20px;
}

ul{
    font-size:16px;
}

ul li{
    list-style-type: circle;
    margin:5px 0 0 0;

}

.flex {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
}

.w1 {
	width: 8%;
}
.w2 {
	width: 18%;
	text-align:center;
}
.w3 {
	width: 28%;
}
.w23 {
	width: 23%;
}
.w4 {
	width: 38%;
}
.w5 {
	width: 48%;
}
.w6 {
	width: 58%;
}
.w7 {
	width: 68%;
}
.w8 {
	width: 78%;
}
.w9 {
	width: 88%;
}

.w1, .w2, .w3, .w4, .w5, .w6, .w7, .w8, .w9 {
    margin: 1%;
    padding: 1%;
}

span.bold{
font-weight:bold;
}


.blue-border{
    border-bottom: solid 3px #385891;
    position: relative;
    margin-bottom: 1em;
    padding-left: 1%;
    padding-bottom: 5px;

}

.blue-border::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #1497d5;
    padding-bottom: 5px;
    width: 20%;
    left: 3%;
}

.btn{
    background-color: #0099CC;
    border-radius: 50px;
    padding: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
    margin: 20px auto;
    text-align: center;
    display: block;
}

.btn_bk{
    background-color: #333333;
    border-radius: 50px;
    padding: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
    margin: 30px auto;
    text-align: center;
    display: block;
}

