body{
 font-family: 'ヒラギノ角ゴ ProN W3', YuGothic, sans-serif;
 width: 100%;
 min-width: 1000px;
 min-height: 100%;
 background: rgb(255, 255, 255);
}
h1,
h2,
h3{
    color: #272E38;
    font-size: 13px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
a{
    color: #106C8E;
    text-decoration:none;
}

a:hover{
    color: #A04159;
}

a:hover{
  text-decoration: underline;
}

a,p{
  font-size: 13px;
  line-height: 20px;
}
p{
  margin: 0 0 16px 0;
  color: #000;
}
h3{
 font-size: 15px;
 line-height: 30px;
 color: #0F82A7;
}
.social {
    margin: 0 0 10px 0;
}
.left{
  float: left;
}
.right{
  float: right;
}

/*wrap*/
.wrap{
  width: 100%;
  min-width:994px;
  background: rgb(200, 229, 249);
}
.in{
  width: 994px;
  margin: 0 auto;
}

/*site_title*/
.site_title{
  border-bottom: 1px solid #3B7BD4;
  margin: 0 0 10px 0;
  background: #9CEFB0;
}
h1{
  line-height: 35px;
}
/*container*/
.container{
  background: #3FC7C7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px
;
  margin: 0 auto 20px;
}
.section{
  margin:0 0 10px 0;
}

.section:last-child{
  margin: 0!important;
}

.img{
  width: 738px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img img{
  width: 718px;
}

.nav{
  width: 226px;
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 372px;
  border-radius: 5px;
}
.logo{
  margin: 0 0 15px 0;
}
.logo img{
  width: 170px;
}

.nav ul li a{
  display: block;
  line-height: 30px;
  padding: 0 5px;
  font-size: 15px;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav ul li a:hover{
  background: #F9ECFF;
  text-decoration: none;
  color: #6213AC;
}

.spot{
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #fff;
}

.spot:hover{
  border: 1px solid #3B7BD4;
}
.spot.text:hover{
  border: 1px solid #fff;
  opacity: 1;
}

.spot.spot3{
  width: 318px;
  margin: 0 10px 0 0;
}
.spot.spot2{
  width: 482px;
}

.spot.spot1{
  width: 974px;
  margin: 0 0 10px 0;
}

.spot:last-child{
  margin: 0!important;
}

.spot h2 a{
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
}

.text h2{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0.5em 0.5em 0.5em 2.0em;
}

.text h2:before{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #1F90BA;
    top: 0px;
    left: 0.3em;
    height: 12px;
    width: 12px;
}

.text h2:after{
    content: "□";
    font-size: 200%;
    position: absolute;
    color: #40456F;
    top: -9px;
    left: 0;
    height: 12px;
    width: 12px;
}
.spot li{
  font-size: 13px;
  line-height: 30px;
}


/*footer*/
.footer{
  padding: 15px 0 0 0;
  background: #B7DDB6;
}

.social{
}
.footer p{
  line-height: 50px;
  margin: 0;
  text-align: right;
}

.footer a:hover {
  text-decoration: underline;
}

