
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
ul {
    list-style: none;
}
.row:after {
  clear: both;
}
table{
  border-spacing:0;
  border-collapse:collapse;
}
td,th{
  padding:0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
#pastel *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 480px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 45%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
 }




@charset "utf-8";

a:hover, a:hover img {
  opacity: 0.9;
}

.ad-ft:hover{opacity: 1;}

table {
  width: 100%;
}

table th{
    border-right: none;
    border-bottom: none;
    background: none;
}
td.test_right{
  text-align: right;
}
td.test_ri{
  text-align: right;
}
td.test_right .RE{
  margin-right: 30px;
}
td.test_ri .RE{
  margin-right: 16px;
}
table th,table td {
  padding: 10px;
  /*text-align: center;*/
}
table td{
  border-right: none;
  border-bottom: none;
}
#oneMainColumnInner table th,#oneMainColumnInner table tr{
    font-weight: bold;
    border-bottom: 1px solid #111;
}
img {
  max-width: 100%;
  height: auto;
}
#contentInner {
    width: auto !important;
    margin: 0 auto;
    position: relative;
    padding: 0 !important;
}

.w900{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.w910{
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
#fil{
    display: none;
}
#pastel {
  background-color: #f4e9cb;
}

.pastel .w910 {
  padding-bottom: 75px;
  margin-bottom: 40px;
}

.pastel.b_none .w910 {
  padding-bottom: 0;
  border:none;
}

.pastel ul li{
  float:left;
  margin-left:30px;
  margin-bottom: 50px;
}
.pastel ul li.left0{
  margin-left: 0;
}

.bg_img h1{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;

}
.pastel .name{
  font-size: 28px;
}
.pastel .name span {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  line-height: 1em;
  vertical-align: middle;
  margin-left: 5px;
}

.pastel .l_maker{
  font-size: 12px;
}

table {
  width: auto;
  min-width: 80%;
  font-size: 88%;
}
table.td3{
  width:70%;
}
table td.w10{
  width:10%;
  text-align: center;
}
table td.w20{
  width:20%;
  text-align: center;
}
table.td2{
  width:60%;
}
table td.w30{
  width:30%;
  text-align: center;
}
table td.w40{
  width:40%;
}
table td.w45{
  width:45%;
  text-align: center;
}
table.td4{
  width:83%;
}
.pastel .catch{
  font-weight: bold;
  /*font-size: 1.5em;*/
  font-size: 20px;
  line-height: 1.2em;
}
#pastel .catch {
  color:#59372A;
}
.catch span {
  font-size: 14px;
  color: #111;
  margin-left: 10px;
}
span.fl_lef{
  float:right;
  margin-right: 30px;
}
strong.RE{
  color:#FF0000;
  font-size: 2em;
}
small{
  font-size: 110% !important;
}
/*table th.tb_bottom{
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}
table td.tb_bottom{
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.tb_right{
  border-right: 1px solid #ccc;
}
table td{
  vertical-align: middle;
}
.yosinoya .lp_dot{
  margin:100px auto;
}
table td.cen{
  text-align: center;
  padding: 10px 0;
}

.lp_dot img{
  padding: 60px 0;
}
.pdf {
    text-align: center;
}

.mt150{
  margin-top: 150px;
}

.tx-right {
text-align: right;
}
.tx-left {
text-align: left;
}
.tx-center {
text-align: center;
}

.lp_img{display: block; border-radius: 15px;background-color: #fff;text-align: center;margin: auto;}

.lp_dot img{display: block;margin: auto;}

h2 {
  text-align: center;
}

h4 {
  background: #F08E8C;
  color: #fff;
  padding: 10px;
  font-size: 28px;
  text-align: center;
}
.box {
  border: 2px solid #F08E8C;
  border-radius: 10px;
  background: #FFFCD3;
}
.box_inner {
  padding: 0 20px 20px 20px;
}
.col_span6 {
  width: 45%;
}
.posL {
  float: left;
  padding-left: 40px;
}
.posR {
  float: right;
  padding-right: 40px;
}
.col_span6 .col-sm-6 {
  padding-right: 0;
}
.col_span6 .name {
  font-size: 22px;
}
.col_span6 p {
  font-size: 14px;
}

#footer_nav {
  margin-top: 0;
}

.nav {
  text-align: center;
  background: #2e4eff;
  padding: 20px 0;
}

.nav1 {
  text-align: center;
  background: #3a61ae;
  padding: 20px 0;
}

.nav p, .nav1 p{
    font-size: 20px;
    color: #fff;
}
.nav ul {
  display: inline-block;
}

.nav li {
  float: left;
  margin: 0 20px;
}
.aut_center .col-sm-4 img{
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.aut_center .col-sm-4 p{
  text-align: center;
  padding-top: 20px;
  font-size: 17px;
  font-weight: bold;
}

.aut_center p.font_sf{
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    display: block;
}

.aut_center p.font_sf span{
    background: #f2c877;
    padding: 9px 40px;
    border-radius: 5px;

}
.aut_center a:hover{
  opacity:0.8;
}
.catchmo p{
  color: #612856;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
}

table.mb20.eiyou.tb_bottom {
    background: #fff;
    border: 1px solid #111;
}

table.mb20.eiyou.tb_bottom td {
    padding: 5px;
    text-align: center;
}

table.mb20.eiyou.tb_bottom td:first-child {
    text-align: left;
}

table.mb20.eiyou.tb_bottom tr td {
    border: 1px solid #111;
}


p.font20{
    font-size: 20px;
    line-height: 1.7;
}

p.RE{
  color:#FF0000;
}

.bg_ff{
  background: #fff;
  padding: 15px 15px;
  border-radius: 10px;
}


/* add 201707 ---------------------- */
.tbl_item .td-lh{
  line-height: 16px;
}

.tb_bottom .td-lh{
  line-height: 18px;
}
.tb_bottom .td-ttl{
  font-size: 14px; font-weight: bold; padding-right: 10px;
}

.tbl_item .tr-bt{
  border-top: 1px solid #111;
}

.tbl_item .tr-bb, .tb_bottom .tr-bb{
  border-bottom: 1px solid #111;
}

/* add 20170711 ---------------------- */
p.ttl_label {
  background: #631116;
  padding: 5px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  display: inline-block;
  font-size: 14px
}
td.td-txt{
  color: #005d97;
  font-weight: bold;
  font-size: 20px;
}
.btn{
  width:80%;
}
h2.box_text{
  margin:50px 0;
}
.box_img{
  text-align: center;
}
.lp_image:before {
  position: absolute;
  bottom: 4px;
  left: 15px;
  z-index: 10;
  content: url(https://d11w49g8ylcixs.cloudfront.net/resource/20151028/icon_scale.png);
}

.top65{
  margin: 50px 0 0 0;
}
