@charset "utf-8";

/* ****************************************************
Title: .css
---------------------------------------------------------------------------- */
#pagebody article section {margin-bottom:0;}


/* =============================
 .section1
==============================*/
.sec01 {}
.sec01 .txt {background: #fff; padding:60px 60px;}
.sec01 .txt .fir {margin-bottom:80px;}
.sec01 .txt .wrap {border-bottom: solid 1px #ddd; margin-bottom:50px;width:92%; padding: 0 4% 50px;}
.sec01 .txt .wrap.last {border-bottom: none; margin-bottom:0;padding: 0 4% 0px;}
.sec01 .txt .wrap h3 {font-weight:bold; margin-bottom:50px; font-size:125%;}
.sec01 .txt .wrap ul {padding-left:2em; text-indent:-1em;}

@media screen and (max-width:767px){
section {padding:0 1em;}

/* =============================
 .section1
==============================*/
.sec01 .txt {padding:40px 20px;}
.sec01 .txt .fir {margin-bottom:40px;}
.sec01 .txt .wrap {margin-bottom:30px;width:96%;padding: 0 2% 30px;}
.sec01 .txt .wrap.last {border-bottom: none; margin-bottom:0;padding: 0 2% 0px;}
.sec01 .txt .wrap h3 {margin-bottom:30px;}

}