body{
 font-family: 'ヒラギノ角ゴ ProN W3', YuGothic, sans-serif;

}
h1,
h2,
h3{
    color: #5B763A;
    font-size: 17px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
a{
    color: #FF6BB3;
    text-decoration:none;

}

a:hover{
    color: #FF6BB3;
	text-decoration: underline;

}

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;
   text-align: center;
   line-height: 30px;
   color: #FF6B9D;
}

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

/*wrapper*/
#cont{
  width: 100%;
  min-width: 1000px;
}

.in{
  width: 1000px;
  margin: 0 auto;
}
/*header*/
header{
   padding: 8px 0;
   /* background: #DACFCF; */
}
h1{
  font-size: 13px;
  color: #000;
  text-align: right;
}
/*nav*/
nav{
  background: #F4D0D5;
}

nav li a{
  display: block;
  width: 198px;
  text-align: center;
  float: left;
  border-left: 1px solid #fff;
  line-height: 40px;
  color: #666;
}
nav li:last-child a{
  border-right: 1px solid #fff;
  width: 202px;
}

nav li a:hover{
  background: #fff;
  color: #FF6B9D;
  text-decoration: none;
}



/*top_page*/

section{
  margin:0 0 20px 0;
}
article{
  padding: 20px;
  background: #E7E7E7;
}
article h2{

}
.push a{
  display: block;
  width: 270px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
  background: #FF6B9D;
  color: #fff;
}

.push a:hover{
  background: #D7D7D7;
  color: #FF6B9D;
  text-decoration: none;
}

.main_visual_wrp {
    background: #f2f2f2;
    padding: 20px 0;
    margin: 0 0 20px 0;
}
section.main_visual.in{
  background: url("../images/main.jpg") no-repeat;
  padding: 30px 0;
  background-size: cover;
}

section.main_visual article{
  width: 80%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #EFDBE2;
}

section.first_row{
}

section.first_row article{
  width: 96%;
  margin: 0 2% 0 0;
}

section.first_row article:last-child{
  margin: 0 ;
}
section.second_row{

}

section.second_row article{
  width: 45%;
}

section.third_row{

}
section.thrid_row article {
    margin: 0 0 20px 0;
}
section.third_row article{
  width: 100%;
  margin:0 0 5% 0;
}

section.orignal_article{

}
h2.main_tl{
    font-size: 20px;

    background: #fff;
    margin: 0 0 20px 0;
    line-height: 44px;
}

section.link_txt{

}

section.link_txt li{
    font-size: 13px;

    line-height: 30px;
}



/*footer*/
footer{
  /* background: #D4CACA; */
}


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


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

/*内部ページ*/

.sub_cont.in {
    margin: 20px auto 0;
}