body{
 font-family: 'ヒラギノ角ゴ ProN W3', YuGothic, sans-serif;
 width: 100%;
 min-width: 1000px;

}
h1,
h2,
h3{
    color: #8B2EB2;
    font-size: 17px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
a{
    color: #721798;
    text-decoration:none;

}

a:hover{
    color: #836537;

}

p a:hover{
  text-decoration: underline;
}

a,p{
  font-size: 13px;
  line-height: 20px;
}
p{
  margin: 0 0 16px 0;
  color: #000;
}
h2{
   font-size: 17px;
   line-height: 30px;
}

h3{
 font-size: 17px;
 line-height: 30px;
}
.mg{
  margin-bottom: 30px;
}
.left{
  float: left;
}
.right{
  float: right;
}

.wrp{
  width: 100%;
  min-width: 1000px;
}

.inside{
  width: 1000px;
  margin: 0 auto;
}

/*header*/
.header{
   background: #F5E3FF;
}

h1{
  font-size: 13px;
  line-height: 35px;
  text-align: right
}
/*top_image*/
.top_image img{
  width: 100%;
  height:  auto;
}

.top_image{
  background: #F5E3FF;
}

.top_image .inside{
  padding: 11px 0;
}
/*navi*/
.navi{
  background: rgb(82, 18, 104);
}
.navi ul li a{
  display: block;
  width: 198px;
  line-height: 45px;
  text-align: center;
  float: left;
  border-left: 1px solid #fff;
  color: #fff;
}
.navi ul li:last-child a{
  border-right: 1px solid #fff;
}

.navi ul li a:hover{
  background: #903737;
}

/*top_page*/
.row{
  padding: 50px 0;
}

.inside.box{
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.row.one_column{
  background: #DBB4E5;
}

.article{
  background: #FACBCB;
  padding: 10px;
  box-sizing:border-box;
}
a.button{
  background: rgb(82, 18, 104);
  line-height: 35px;
  text-align: center;
  width: 190px;
  margin: 0 auto;
  display: block;
  color: #fff;
}

a.button:hover{
  background: rgb(144, 55, 55);
}


.row.one_column .article{
  width:960px;
  margin: 0 0 20px 0;
}

.row.one_column .article:last-child{
  margin: 0;
}

.row.two_column{
  background: #C07EBD;
}
.row.two_column .article{
  width: 470px;
}

.row.three_column{
  background: #2B80D6;
}
.row.three_column .article{
  width: 306.666666px;
  margin: 0 20px 0 0;
}

.row.three_column .article:last-child{
  margin: 0;
}

.row.four_column{
  background: #A2B8CE;
}
.row.four_column .article{
  width: 225px;
  margin: 0 20px 0 0;
}

.row.four_column .article:last-child{
  margin: 0;
}
.row.original_article{
  background: #99678B;
}

h2.main_title{
  position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;

  background: #A844A3;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
h2.main_title:after{
  position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;

  border-top: 15px solid #A844A3;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


.row.anchor_txt{
  background: #CCA1FB;
}

.row.anchor_txt ul li{
  font-size: 13px;
  line-height: 30px;
}

.article.left.link li a{
  display: block;
  line-height: 22px;
  border-bottom: 1px solid #6AC5EC;
  margin: 0 0 15px 0;
}

.article.left.link li:last-child a{
  margin: 0;
}


/*footer*/
.footer{
    padding: 20px 0 0 0;
    background: rgb(253, 226, 253);
}


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

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