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

.content {
	width:90%;
	margin:auto;
	font-size:15px;
     line-height: 1.8em;
	}
.content img{
    width: auto!important;
}
.content p{ margin-top:0;}
h2.title{
	color: #3357a1;
    margin: 30px 0;
    text-align: left;
	}
h2.title_bluetop{
	color: #3357a1;
    margin:0;
    text-align: left;
    line-height: 1.8rem;
	}
ul.green-arrow{
	margin-left:0;
	padding-left:20px;
	}
ul.green-arrow li{
	list-style-image: url(../images/green-arrow.png);
     line-height: 1.8em;
	}
ul.infolist{
    margin-left:0;
	padding-left:20px;
	padding-left:0px;
    border:#d5d5d5 1px solid;
}
ul.infolist li{
    border-top:#d5d5d5 1px solid;
    padding: 15px;
    list-style: disc;
    list-style-position: inside; 
}
ul.infolist li:first-child{
     border-top:none;
}

ul.infolist li a{ display: inline;}
ul.infolist li a:hover{ color:#61a345;}


/*＝＝＝＝＝＝＝表單＝＝＝＝＝*/
.form {
    position: relative;
    background: #FFFFFF;
    width:80%;
    margin: 0 auto 100px;
    padding:35px 45px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form form{width: 100%;}
.form input[type=text], select, textarea {
    width: 100%;
    padding:8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
.form input[type=file]{
    border: none;
    padding: 15px 32px 15px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.form input[type=submit] {
    display: block;
    width: 250px;
    margin: 20px auto 0 auto;
    border: none;
    border-radius:5px;
    
     background:#999;
    color: #fff;
    padding: 8px 25px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.form input[type=submit]:hover {
  
   background:#666;
    color:#fff;
}

.form input.btsend{
    display: inline-block;
    width: 250px;
    margin: 20px 20px auto 20px;
    border: none;
    border-radius: 25px;
    background: #FF416C;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FF4B2B, #FF416C);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FF4B2B, #FF416C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
    padding: 10px 28px;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
}

.form input[type=text]:focus, .form input[type=password]:focus {
  background-color: #eee;
  outline: none;
}


.text-right{
    text-align: right;
}
.announcement img{
    width: auto;
    max-width: 100%;
    margin: auto;
}
.announcement p, .announcement li{
    font-weight: normal;
    line-height: 1.5rem;
}

.announcement ol{
    margin-left: 1.5rem;
}
.announcement ol li{
    list-style: decimal;
    margin-bottom: 1rem;
}
.announcement ul.rule ,.announcement ul.rule ul {
    margin-left: 2.5rem;
}
.announcement ul.rule li{
    text-indent: -2rem;
    margin-bottom: 1rem;
}

.announcement ul.point {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
.announcement ul.point li{
    list-style: disc;
    
}

.announcement a{
    display: inline;
    color: #3357a1;
}
.announcement a:hover{
    color: #3357a1;
    border-bottom: 1px #3357a1 solid;
    padding-bottom: 2px;
}
.all-center{
    text-align: center;
}

.color_blue{ 
    color: #3d549f;
}
.color_green{ 
    color: #6ec99a;
}
.announcement h5{
    font-weight: bold;
    text-align: left;
    font-size:18px;
}
table.tableB {
    border-collapse: collapse;
    width: 100%;
}

table.tableB th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
table.tableB th{
    color: #fff;
    background-color: #4f88a2;
}
table.tableB tr:nth-child(even){background-color: #f2f2f2}

.table_w{
     border-collapse: collapse;
    width: 100%;
    border-radius:10px;
    font-size: 14px;
}
.table_w th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

table.table_w th, td {
    text-align: left;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
table.table_w th:last-child, td:last-child {
    border-right: 1px solid #ddd;
}
table.table_w th{
    color: #fff;
    background-color: #6ec99a;
}
table.table_w tr:nth-child(even){background-color: #ddeee5;}


span.line{
width: 150px;
    display: inline-block;
    border-bottom: 1px solid #222;
    margin:20px 10px 0 10px;
}

.sentbox {
    display: block;
    margin: 10px;
    text-align: center;
}
.sentbox .sent{
    display: inline-block;
    width: 20%;
    margin: 20px 30px;
    background-color: #29abe2;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border: none;
    padding:5px 0;
}


.bt_style{
    border-radius: 10px;
    background-color: #b8b8b8;
    padding: 3px 5px;
    display: inline-block;
    color: #fff;
}

h5.color_blue{
	margin-top: 36px;
	margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
    .content img{
    width:100%!important;
}
}