@charset "UTF-8";

body{
  background:none;
  color:#333;
  font-size:16px;
  border-bottom:5px solid #6dba44;
}
/* スマホ用のヘッダー部分の電話と問い合わせ */
#s_inq{
  display:none;
  position:fixed;
  z-index:9;
  right:50px;
  top:5px;
  top:33px;
}
#s_inq li{
  display:inline-block;
}
#s_inq li img{
  width:56px;
}

/* ヘッダー */
#header h1{
  background-color:#007130;
  color:white;
  padding:5px 0;
}
#header h1 span{
  font-size:12px;
  display:block;
  max-width:1200px;
  margin: auto;
}
#header h2 img{
  max-width:100%;
}
#h_contact li{
  display:inline-block;
}
#h_contact li a:hover{
  opacity:0.7;
}
#header{
  position:relative;
}
#header h2{
  float:left;
  margin:10px 0 30px;
}
#header h2 img:nth-child(2){
  display:none;
}
#h_contact{
  float:right;
  position:relative;
  top:15px;
}

/* グローバルナビ */
#gnav{
  clear:both;
  overflow:hidden;
  margin-bottom:20px;
}
#gnav a{
  color:#333;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}
/*#gnav a:hover span{
  text-decoration:underline;
}*/
#gnav a:hover{
 opacity:0.7;}
#gnav li{
  width:25%;
  float:left;
  box-sizing:border-box;
  text-align:center;
}
#gnav li span{
  display:inline-block;
  padding-left:30px;
}
#gnav li:first-of-type span{
  background:url(../img/gnav_bg_01.gif) no-repeat 0;
}
#gnav li:nth-of-type(2) span{
  background:url(../img/gnav_bg_02.gif) no-repeat 0;
}
#gnav li:nth-of-type(3) span{
  background:url(../img/gnav_bg_03.gif) no-repeat 0;
}
#gnav li:nth-of-type(4) span{
  background:url(../img/gnav_bg_04.gif) no-repeat 0;
}

.drawer{
display:none;
}

/* メインビジュアル */
#main_visual{
  clear:both;
  background:url(../img/main_visual_bg.gif) no-repeat center;
  background-size:cover;
  overflow:hidden;
  padding-top:20px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2) inset;
}
.mv_no1{
  width:58%;
  float:left;
}
.mv_no2{
  width:40%;
  float:right;
/*  text-align:right;*/
}
.mv_img01,
.mv_img02{
  float:left;
  display:inline-block;
}
.mv_img01{
  width:45%;
  position:relative;
  left:-80px;
  max-width:521px;
}
.mv_img02{
  width:60%;
  position:absolute;
  right:60px;
}
#mv_img{
  position:relative;
}
#mv_img + p img{
  padding:20px 0;
}
.mv_memo{
  background-color:#ffffd4;
  font-size:14px;
  line-height:1.4em;
  padding:10px;
  margin-top:10px;
}
.mv_memo span{
  display:inline-block;
  text-indent:-1em;
  padding-left:1em;
}
.mv_memo span::before{
  content:'※';
}
.mv_no0{
  overflow:hidden;
}

/* お知らせ */
#no01{
  background:url(../img/no01_bg.gif) no-repeat;
  background-size:cover;
}
#no01 h3{
  text-align:center;
  background:url(../img/no01_h3_bg.gif) repeat;
}
.no01_1{
  background:url(../img/no01_bg02.png) repeat;
  font-size:20px;
  color:#eb6100;
  padding:10px 0;
  font-weight:normal;
  box-sizing:border-box;
}
.no01_1 p{
  font-size:20px;
}
#no01 dl{
  padding-top:10px;
  padding-right:50px;
  margin-top:10px;
  margin-bottom:10px;
/*  overflow-y:scroll;
  height:400px;*/
  padding-left:250px;
  box-sizing:border-box;
  scrollbar-base-color: #f3f4f3;
}
#no01 dl::-webkit-scrollbar {
  background:#f3f4f3;
}
#no01 dl::-webkit-scrollbar-thumb {
  background:#eb6100;
}
#no01 dt{
  font-size:25px;
  font-weight:bold;
  line-height:1.4em;
  margin-bottom:15px;
  margin-top:5px;
}
#no01 dd{
  min-height:250px;
}
.no01_inner{
  padding-left:250px;
}
#no01 dd .date{
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  font-size:16px;
  margin-bottom:5px;
}
#no01 dd .date::before{
  content:'日時';
  background-color:#f67a24;
  color:white;
  padding:7px;
  margin-right:7px;
}
#no01 dd .place{
  padding-bottom:10px;
  font-weight:bold;
  font-size:16px;
}
#no01 dd .place::before{
  content:'場所';
  background-color:#f67a24;
  color:white;
  padding:7px;
  margin-right:7px;
}
#no01 .memo{
  font-size:14px;
  line-height:1.3em;
}
.no01_inner{
  overflow:hidden; 
}
.no01_inner p{
  width:32%;
  float:left;
  font-weight:bold;
  line-height:1.4em;
  letter-spacing:0.1em;
  padding-top:4px;
}
.no01_inner ul{
  width:60%;
  float:right;
}
.no01_inner li{
  display:inline-block;
}
.no01_inner li a:hover{
  opacity:0.7;
}
.no01_1{
  position:relative;
}
.no01_img{
  position:absolute;
  bottom:-2px;
  padding-left:20px;
}
/* こんなお悩みはございませんか */
#no02{
  background:url(../img/no02_bg.jpg) no-repeat;
  background-size:cover;
  padding-top:10px;
}
#no02 h3{
  text-align:center;
  padding-top:30px;
  margin-bottom:33px;
}
#no02{
  overflow:hidden;
}
#no02 .wrapper{
  padding-right:130px;
  box-sizing:border-box;
}
#no02 ul{
  overflow:hidden;
  margin-bottom:10px;
}
#no02 ul:first-of-type{
  width:49.5%;
  margin-right:1%;
  float:left;
}
#no02 ul:last-of-type{
  width:49.5%;
  float:right;
}
#no02 li{
  font-size:18px;
  background:url(../img/li_mark_bg.png) no-repeat 0 0;
  padding-left:50px;
  margin-bottom:10px;
}
#no02 li span{
  color:red;
}
#no02 .wrapper{
  overflow:hidden;
  position:relative;
}
.no02_img{
  position:absolute;
  bottom:-2px;
  right:0;
}
/* 私たちは、...専門家です！ */
#no03{
  background:url(../img/no03_bg.jpg) no-repeat 0 75px;
  padding:75px 0 75px 410px;
  box-sizing:border-box;
}
#no03 h3{
  margin-bottom:20px;
}
#no03 p{
  line-height:2.2em;
}

/* 手続きの流れ */
#no04{
  background-color:#fffcdb;
  overflow:hidden;
  padding:50px 0;
}
#no04 li{
  width:25%;
  float:left;
  box-sizing:border-box;
  padding-left:30px;
  margin-bottom:40px;

  background:url(../img/no04_arrow.gif) no-repeat left 50%;
}
#no04 li h3{
/*  text-align:right;*/
}
#no04 li h4{
  font-size:16px;
  line-height:1.2em;
  font-weight:bold;
  background:url(../img/no04_1_h4.gif) no-repeat 0 5px;
  padding-left:55px;
  min-height:42px;
  position:relative;
  left:-3px;
  display:table;
  padding-top:5px;
}
#no04 li h4 span{
  display:table-cell;
  vertical-align:middle;
}

#no04 li:first-of-type{
  padding-left:11px;
}
#no04 li:nth-of-type(2) h4{
  background:url(../img/no04_1_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(3) h4{
  background:url(../img/no04_2_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(4) h4{
  background:url(../img/no04_3_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(5) h4{
  background:url(../img/no04_4_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(6) h4{
  background:url(../img/no04_5_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(7) h4{
  background:url(../img/no04_6_h4.gif) no-repeat 0 5px;
}
#no04 li:nth-of-type(8) h4{
  background:url(../img/no04_7_h4.gif) no-repeat 0 5px;
}

#no04 li:nth-of-type(1),
#no04 li:nth-of-type(2){
  background:none;
}
#no04 li div p{
  font-size:14px;
  line-height:1.4em;
  padding:10px;
  box-sizing:border-box;
  border-bottom:3px solid #007130;
  margin:0 3px;
  min-height:100px;
}
#no04 li:nth-of-type(5){
  clear:both;
}

#no04 li div{
  background:url(../img/no04_div_bg.gif) repeat;
  max-width:255px;
  box-sizing:border-box;
  padding-bottom:3px;
}



/* 報酬の一例 */
#no05{
  border:1px solid #ccc;
  background-color:#e8f7e1;
  overflow:hidden;
  padding:50px 0;
}
#no05 h3{
  text-align:center;
  margin-bottom:30px;
}
#no05 ul{
  overflow:hidden;
  padding-right:90px;
}
#no05 li{
  width:24%;
  margin-right:1%;
  float:left;
  margin-bottom:15px;
  box-sizing:border-box;
  border-top:3px solid #4f9a27;
  background-color:white;
}
#no05 li:nth-of-type(4n){
  margin-right:0;
}
#no05 li:nth-of-type(5){
  clear:both;
}
#no05 li h4{
  padding:10px 20px 5px;
  font-size:16px;
  color:#007130;
  font-weight:bold;
  line-height:1.2em;
  background:url(../img/no05_li_bg.gif) no-repeat 10px 7px;
  min-height:40px;
}
.explain{
  font-size:14px;
  line-height:1.3em;
  padding:0 10px 8px;
  box-sizing:border-box;
  min-height:60px
}
.cost{
  background-color:#8ac869;
  border-top:2px solid #61ac39;
  font-weight:bold;
  position:relative;
  padding:2px 0 4px 20px;
}
.cost span{
   position:absolute; 
   right:15px;
}
#no05 .wrapper{
  position:relative;
}
.no05_img{
  position:absolute;
  right:-70px;
  top:-110px;
}
#no05 .btn{
  padding-right:100px;
  text-align:right;
}
#no05 .btn a{
  padding:15px 30px 15px 20px;
  border-radius:30px;
  font-size:16px;
  background:url(../img/no06_btn_bg.gif) no-repeat 95% 50% #6dba44;
  border:1px solid #6dba44;
  display: inline-block;
  color:white;
}
#no05 .btn a:hover{
    color: #6dba44;
    background: url(../img/no06_btn_bg2.gif) no-repeat 95% 50% white;
    border: 1px solid #6dba44;
}


  /* ページ紹介 */
  #no06{
    padding:60px 0 30px;
  }
  #no06 h3{
    text-align:center;
    margin-bottom:50px;
  }
  #no06 section h4{
    background-color:#f39800;
    font-size:25px;
    color:white;
    padding:14px 10px 14px 50px;
    margin-bottom:20px;
    background:url(../img/no06_h4_bg.gif) no-repeat 15px 50% #f39800;
    font-weight:bold;
  }
  #no06 section h4.open{
    background:url(../img/no1_arrow02.gif) no-repeat 98% 50%, url(../img/no06_h4_bg.gif) no-repeat 15px 50% #f39800;
  }
  #no06 section h4.close{
    background:url(../img/no1_arrow.gif) no-repeat 98% 50%, url(../img/no06_h4_bg.gif) no-repeat 15px 50% #f39800;
  }
  
  #no06 section{
    margin-bottom:60px;
  }
  #no06 section li{
    margin:0 10px 10px 10px;
    background-color:#edf1ee;
    padding:10px 10px 10px 240px;
    min-height: 113px;
  }
  #no06 section li h5{
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    background:url(../img/no06_h5_bg.gif) no-repeat 0;
    padding-left:25px;
  }
  #no06 .txt{
    font-size:14px;
    line-height:1.4em; 
    padding-right:20px;
    padding-left:25px;
  }
 #no06 section li{
  position:relative;
 }
 #no06 section li > p:first-of-type{
  position:absolute;
  left:20px;
  top:0;
  bottom:0;
  height:105px;
  margin-top:auto;
  margin-bottom:auto;
 }


/*  
  .no06_11{
    background:url(../img/no06_11.jpg) no-repeat 20px 50%;
  }
  .no06_12{
    background:url(../img/no06_12.jpg) no-repeat 20px 50%;
  }
  .no06_21{
    background:url(../img/no06_21.jpg) no-repeat 20px 50%;
  }
  .no06_22{
    background:url(../img/no06_22.jpg) no-repeat 20px 50%;
  }
  .no06_23{
    background:url(../img/no06_23.jpg) no-repeat 20px 50%;
  }
  .no06_31{
    background:url(../img/no06_31.jpg) no-repeat 20px 50%;
  }
  .no06_32{
    background:url(../img/no06_32.jpg) no-repeat 20px 50%;
  }
  .no06_41{
    background:url(../img/no06_41.jpg) no-repeat 20px 50%;
  }
  .no06_42{
    background:url(../img/no06_42.jpg) no-repeat 20px 50%;
  }
  .no06_43{
    background:url(../img/no06_43.jpg) no-repeat 20px 50%;
  }
  .no06_44{
    background:url(../img/no06_44.jpg) no-repeat 20px 50%;
  }
  .no06_45{
    background:url(../img/no06_45.jpg) no-repeat 20px 50%;
  }
  .no06_51{
    background:url(../img/no06_51.jpg) no-repeat 20px 50%;
  }
  .no06_52{
    background:url(../img/no06_52.jpg) no-repeat 20px 50%;
  }
  .no06_53{
    background:url(../img/no06_53.jpg) no-repeat 20px 50%;
  }
*/
#no06 .btn{
  text-align:right;
  padding-right:20px;
}
#no06 .btn a{
  color: white;
  display: inline-block;
  border-radius: 20px;
  padding: 1px 25px 1px 15px;
  text-decoration: none;
  font-size: 13px;
  background:url(../img/no06_btn_bg.gif) no-repeat 90% 50% #6dba44;
  border:1px solid #edf1ee;
}
#no06 .btn a:hover{
  color: #6dba44;
  background:url(../img/no06_btn_bg2.gif) no-repeat 90% 50% white;
  border:1px solid #6dba44;
}

/* ページ下部 */
aside{
  overflow:hidden;
}
#blog{
  background-color:#4da703;
  padding:5px;
  width:48%;
  float:left;
}
#blog dl{
  border:1px solid #a6d381;
  padding:10px;
}
#blog dt{
  text-align:center;
  margin-bottom:10px;
}
#blog dd ul{
  text-align:center;
  overflow:hidden;
}
#blog dd li{
  width:49%;
  float:left;
}
#blog dd li:first-of-type{
  margin-right:2%;
}
#blog dd li:hover{
/*  opacity:0.7;*/
}
#present{
  width:48%;
  float:right;
}

/* 下部のお客様の声 */
#voice{
  padding:100px 0 0;
  position:relative;
}
.voice_img{
  position:absolute;
  bottom:-3px;
}
.voice_msg,
.voice_btn{
float:left;
}
.voice_msg{
  width:47%;
  margin-right:1%;
  padding-left:11%;
  padding-top:20px;
}
.voice_btn{
  width:40%;
}
.voice_content{
  background:url(../img/voice_bg.gif) repeat;
  padding-left:130px;
  padding:15px 0;
  overflow:hidden;
}

/* 下部の問い合わせ */
#contact{
  background:url(../img/contact_bg.gif) repeat;
  padding:30px 0 20px;
}
#contact h3{
  text-align:center;
}
#contact h3{
  margin-bottom:30px;
}
#contact p{
  text-align:center;
  margin-bottom:30px;
}
#contact .wrapper{
  background-color:white;
  padding:20px 40px;
  box-sizing:border-box;
}
#contact ul{
  overflow:hidden;
}
#contact li{
  text-align:center;
  width:49%;
  margin-right:2%;
  float:left;
}
#contact li a:hover{
  opacity:0.7;
}
#contact li:last-of-type{
  margin-right:0;
}

#footer{
  overflow:hidden;
  padding:20px 20px 0;
}
#footer address{
  padding:10px 0;
  float:left;
}
#footer address p{
  font-size:12px;
}
#footer small{
  display:block;
  font-size:12px;
  float:right;
  padding-top:3em;
}


@media screen and (max-width:1200px){
#no04 li {
  background: url(../img/no04_arrow.gif) no-repeat 2% 50%;
}
}

@media screen and (max-width:1150px){
.no05_img{
  display:none;
}
#no05 ul{
  padding-right:0;
}
#no05 .btn{
  padding-right:0;
}
 
}


@media screen and (max-width:1050px){
#header h2{
  width:50%;
}
.no01_img,
.no02_img{
  display:none;
}
#no01 dl,
.no01_inner{
  padding-left:0;
  padding-right:10px;
}
.no01_inner{
  text-align:center;
}
.no01_inner ul{
  width:100%;
}
.no01_inner p{
  width:100%;
}
.no01_1{
  padding-bottom:10px;
}
#no02 .wrapper{
  padding-right:0;
}
#no03{
  padding-left:0;
  background: url(../img/no03_bg.jpg) no-repeat 50% bottom;
  padding-bottom:400px;
  padding-top:20px;
}
}




@media screen and (max-width:980px){
/* ヘッダー */
#h_contact,
#gnav{
  display:none;
}
#s_inq{
  display:block;
}
#header h2{
  width:100% !important;
  padding:10px 0;
}

/* ハンバーガーメニュー */
.drawer{
  display:block;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after{
  background-color:#f16600 !important;
}
.drawer-open .drawer-hamburger-icon{
  background-color:transparent !important;
}
nav.drawer-nav li{
  border-bottom:1px solid #f16600 !important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color:#77c334 !important;
  height:4px !important;
  right:0 !important;
}
.drawer-hamburger-icon{
  top:28px !important;
}
.drawer-hamburger-icon:before{
  top:-15px !important;
}
.drawer-hamburger-icon:after{
  top:15px !important;
}
.drawer-open .drawer-hamburger-icon:before{
  top:0 !important;
}
.drawer-open .drawer-hamburger-icon:after{
  top:0 !important;
}
.drawer--right .drawer-nav{
  right:-75% !important;
}
.drawer--right.drawer-open .drawer-nav{
  right:0px !important;
}
.drawer--right.drawer-open .drawer-hamburger{
  right:330px !important;
  right:75% !important;
}
.drawer--right .drawer-hamburger, 
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
}
.drawer-nav{
  width:330px !important;
  width:75% !important;
}
.drawer-nav ul{
  width:100% !important;
  float:none !important;
  padding-top:0 !important;
}
.drawer-nav li{
  float:none !important;
  margin-right:0 !important;
  border-bottom:1px solid #eb6100 !important;
}
nav.drawer-nav li a{
  font-size:22px !important;
  display:block !important;
  padding-right:30px !important;
  color:#333;
}
.drawer-dropdown{
  background:url(../../sp/img/memu_bg.png) no-repeat 95% 25px !important;
}
.drawer-dropdown a{
  text-decoration:none !important;  
}
.drawer-dropdown.open{
  background:url(../../sp/img/memu_bg01.png) no-repeat 95% 25px !important;
}
.cat_no1 a{ /* くらしの手続き */
  color:#4da703 !important;
}
.cat_no2 a{ /* 会社法人・事業に関する手続き */
  color:#07a7ba !important;
}
.cat_no3 a{ /* くらしのトラブルに関する手続き */
  color:#f16600 !important;
}
nav.drawer-nav li a{
  font-size:16px !important;
}
#s_inq li img{
  width:40px !important;
}
.drawer-hamburger{
  padding-top:14px !important;
}

#mv_img{
  overflow:hidden;
}
.mv_img01{
  width:45%;
  position:static;
}
.mv_img02{
  width:50%;
  position:static;
}
.mv_no1{
  width:100%;
  float:none;
  padding:20px 0;
}
.mv_no2{
  width:100%;
  float:none;
  text-align:center;
}
#no04 li{
  width:33.333%;
}
#no04 li:nth-of-type(5){
  clear:none;
}
#no04 li:nth-of-type(7){
  clear:both;
}

#no05 li{
  width:33%;
  margin-right:0.5%;
}
#no05 li:nth-of-type(2n){
  margin-right:0.5%;
}
#no05 li:nth-of-type(3n){
  margin-right:0;
}
#no05 li:nth-of-type(5){
  clear:none;
}

} /*980px*/

.soudan{
  display:none;
}

@media screen and (max-width:768px){
#no02 li br{
  display:none;
}
#no06{
  padding-bottom:0;
}
#blog{
  width:100%;
  box-sizing:border-box;
  margin-bottom:20px;
}
#present{
  display:none;
}
.soudan {
  display:block;
  position: relative;
  padding-top: 20px;
  clear:both;
}
.balloon {
  top: -15px;
  position: absolute;
  z-index: 2;
}
.balloon img {
  zoom: 0.5;
}
.soudan div {
  background: url(../../img/no1_soudan_bg.gif) repeat;
  padding: 7px;
}
.soudan h4 {
  font-size: 23px;
  color: #2a852e;
  background-color: #f2ffe9;
  border: 3px solid #82cd44;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 445px;
  padding: 10px !important;
  text-align: left !important;
  border: none !important;
  position: relative !important;
  max-width: none !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}
.soudan div p{
  padding-bottom: 20px;
  font-size: 17px;
  text-align: center;
  color: #333;
  background: url(../../img/soudan_note_bg.gif) repeat;
  text-align: left;
  padding-top: 10px;
  height: auto !important;
  padding-left: 10px;
}
.soudan div p span {
  color: #4da703;
}
.soudan div p span em {
  font-size: 22px;
}

#voice{
  padding-top:30px;
}
.voice_img{
  display:none;
}
.voice_msg{
  width:100%;
  padding:0;
  text-align:center;
  margin-bottom:10px;
}
.voice_btn{
  width:100%;
  text-align:center;
}

#contact li{
  width:100%;
  margin-right:0;
}
#contact li:first-of-type{
  margin-bottom:10px;
}
#contact .wrapper{
  padding:10px;
}

#footer #logo{
  display:block;
}
#no03 p {
    line-height: 1.7;
}
#no04 li h3{
  text-align:left;
  padding-left:30px;
}
#no04 li{
  width:50%;
  padding-left:60px;
}
#no04 li:nth-of-type(2n+1){
  clear:both;
}
#no04 li:nth-of-type(7){
  clear:none;
}

#no05{
  padding-bottom:50px;
}
#no05 li{
  width:49.5%;
  margin-right:1%;
}
#no05 li:nth-of-type(3n){
  margin-right:1%;
}
#no05 li:nth-of-type(2n){
  margin-right:0;
}

}

.mb_view{
  display:none;
}

@media screen and (max-width:600px){
.mb_view{
  display:block;
}
#header .logo{
  width:60%;
}
h3 img{
  width:98%;
}
.mv_img01,
.mv_img02{
  width:100%;
}
#header h1{
  padding-left:10px;
}
#header h2{
  width:60% !important;
  margin:0;
}
#header h2 img:nth-child(1){
  display:none;
}
#header h2 img:nth-child(2){
	display:block;
}
.mv_img01{
  margin-bottom:10px;
}
#mv_img + p img{
  padding:10px 0;
}
.mv_no1{
  padding:0;
  margin-bottom:10px;
}

#no01 h3{
  padding:5px 0;
  background:url(../img/no01_h3_bg_s.gif) repeat;
  background-size:10% !important;
}
#no01 dt{
  font-size:20px;
  line-height:1.2em;
  margin-bottom:10px;
}
#no01 dd .date{
  margin-bottom:5px;
}
#no01 dd .date::before,
#no01 dd .place::before{
  padding:5px;
}
.no01_1{
  padding:7px 0 0;
}
.no01_inner p{
  font-size:20px;
  text-align:center;
  margin-bottom:10px;
}
.no01_inner li{
  margin-bottom:10px;
  width:49.5%;
  float:left;
}
.no01_inner li:first-of-type{
  margin-right:3px;
}


#no02{
  background:#e8f7e1;
  padding-top:0;
}
#no02 ul{
  width:100% !important;
  float:none !important;
  margin-bottom:0px;
}
#no02 li{
  line-height:1.4em;
  background-size:25px;
  padding-left:35px;
}
#no02 h3{
  padding:20px 0 0;
  margin-bottom:10px;
}
#no03{
  background-size: contain;
  margin-bottom:40px;
}
#no04{
  padding:40px 0 10px;
}
#no04 li{
  width:100%;
  padding-left:0;
  background:url(../img/no04_arrow_s.gif) no-repeat 50% 95% !important;
  padding-bottom:50px;
  margin-bottom:0;
}
#no04 li:first-of-type,
#no04 li:last-of-type{
  background:none !important;
}
#no04 li h3{
  text-align:center;
  padding-left:0;
}
#no04 h3 img{
  width:100%;
}
#no04 li div{
  max-width:none;
}
#no04 li > p img{
  width:200%;
}
#no04 li:first-of-type{
  padding-left:0;
  padding-bottom:20px;
}
#no04 li:last-of-type{
  padding-bottom:20px;
}
#no04 li h4{
  left:0;
}
#no04 li h4 span{
  font-size:20px;
}
#no04 li div p {
  font-size: 16px;
}
.explain{
  font-size:16px;
}

#no05{
  padding:20px 0;
}
#no05 .btn{
  text-align:center;
}
#no05 h3{
  margin-bottom:0;
}
#no05 li{
  width:100%;
  margin-right:0% !important;
}
#no05 li h4{
  font-size:20px;
  padding-top:9px;
  padding-right:0;
}
#no05 li br{
  display:none;
}
#no06{
  padding:20px 0;
}
#no06 h3{
  margin-bottom:20px;
}
#no06 section h4{
  padding-left:30px;
  padding-right: 30px;
  font-size:20px;
}
#no06 section{
  margin-bottom:20px;
}
#no06 section li{
  background: #edf1ee;
  padding-left:10px;
}
#no06 section li h5{
  padding-top:10px;
  padding-left:15px;
  line-height:1.2em;
}
#no06 .txt{
  font-size:16px;
  padding:0 10px;
}
#no06 .btn a{
  font-size:16px;
  padding-top:2px;
  padding-bottom:0;
}
#no06 .txt,
#no06 .btn{
  padding-right:0;
}
#contact p{
  margin-bottom:10px;
}
#no06 section li > p:first-of-type{
  position:static;
  height:auto;
}
#no06 section li > p:first-of-type img{
  width:200%;
}
#footer{
  padding:20px 10px 0;
}
#footer small{
  padding:0 0 10px;
}
#blog dd li{
width:100% !important;
margin-right:0 !important;
}
#blog dd li:first-of-type{
margin-bottom:10px;
}
}