@charset "UTF-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/* 共通 */
body {
  overflow-y: scroll;
}
/*--- ヘッダイメージ設定 ---*/
#commonBody .copyright {
	background-image: url(../image/headImg/copyright.jpg);
}
h1 {
  width: auto;
  margin: 0px auto;
  padding: 0px;
  text-indent: inherit;
}
.noto-serif-jp {
  font-family: 'Noto serif JP';
  font-weight: 400;
  font-style: normal;
}
#commonBody .copyright .text-shadow {
  max-width: 1243px;
  height: 150px;
  padding-top: 72px;
  line-height: 1;
  color: #008D61;
  font-size: 30px;
  text-shadow: 0px 10px 2px rgba(0, 141, 97, .3);
  letter-spacing: .2em;
}
#commonBody #contents {
  width: auto !important;
  padding: 0;
  margin: auto;
}
ul#pankuzu {
  margin: 18px auto !important;
  padding: 0 22px;
}
#commonBody #main {
  width: calc(100% - (230px + 74px)) !important;
  float: inherit;
  margin: 0 12px 50px 50px !important;
  padding: 0 !important;
}
#commonBody #sub {
  float: inherit !important;
  margin-left: 12px !important;
  padding: 0 !important;
}
#contents a, #contents p, #contents li {
  line-height: 1.5;
}
/*　共通サイドメニュー　*/
#commonBody #sub ul#menuLeft li p.focus {
  width: auto !important;
}
#commonBody #sub ul#menuLeft li a {
  width: 100% !important;
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {
	/* 共通 */
  #commonBody #contents {
    width: 100% !important;
    padding: 0;
  }
  ul#pankuzu {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #commonBody #main {
    width: 100% !important;
    margin: 0 0 50px 0 !important;
    padding: 0 !important;
  }
  /*　共通サイドメニュー　*/
  #commonBody #sub_md {
    float: left;
   width: 100%;
   box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
  }
  #commonBody #sub_md div.title {
    display: block;
    margin: 0;
    padding: 9px 0 17px 0;
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    line-height: normal;
    zoom: 1;
    border-top: 1px solid #008D61;
    text-align: center;
  }
  #commonBody #sub_md ul#menu_md {
    clear: both;
    width: 100%;
    margin: -6px 0 0 0;
    padding: 0;
    border-bottom: #CCC solid 1px;
    background-color: #F9F9F9;
    font-size: 0.95em;
  }
  #commonBody #sub_md ul#menu_md li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: 0;
  }
  #commonBody #sub_md ul#menu_md li span, #commonBody #sub_md ul#menu_md li a {
    display: block;
    margin: 0;
    padding: 13px 20px 13px 35px;
    width: 100%;
    height: auto;
    background-color: #F9F9F9;
    background-image: url(../image/share/sub_mdBg.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    text-decoration: none;
    line-height: normal;
    zoom: 1;
    border-top: #CCC solid 1px;
  }
  #commonBody #sub_md ul#menu_md li a:visited {
    width: 100%;
  }
  #commonBody #sub_md ul#menu_md li a:hover {
    display: block;
    margin: 0;
    padding: 13px 20px 13px 35px;
    width: 100%;
    background-image: url(../image/share/sub_mdBg.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    text-decoration: none;
  }
  #commonBody #sub_md ul#menu_md li p.focus {
    display: block;
    margin: 0;
    padding: 13px 20px 13px 35px;
    width: 100%;
    height: auto;

    background-image: url(../image/share/sub_mdBg.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    line-height: normal;
    zoom: 1;
    border-top: #CCC solid 1px;
  }
  #commonBody #sub_md ul#menu_md li p.focus {
    display: block;
    position: relative;
  }
  #commonBody #sub_md ul#menu_md li img.focus_ico {
    position: absolute;
    right: 0;
    padding: 5px 22px 5px 22px;
    display: inline-block;
  }
}
/* ////////////////////////////////////////
SPのみ(小)
//////////////////////////////////////// */
/*--- ヘッダイメージ設定 ---*/
@media screen and (max-width: 576px) {
  #commonBody .copyright .text-shadow {
    text-align: right;
    padding-right: 50px;
  }
}
/*--- ヘッダイメージ設定 ---*/
@media screen and (max-width: 360px) {
    #commonBody .copyright .text-shadow {
    text-align: center;
    padding-right: 0;
  }
}


/* copyright_sp.cssに記載してあったスタイル↓ */
body{
    height: auto !important;
}
#header_container h1 {
  width: auto!important;
  text-indent: unset;
}
#footer_container h1 {
  width: auto!important;
  text-indent: unset;
}
#commonBody #contents {
  width: auto !important;
  padding: 0 !important;
  max-width: 1243px;
  padding-left: 0!important;
  padding-right: 0!important;
}
#commonBody #main{
    margin-bottom: 50px !important;
}
#contents a, #contents p, #contents li {
  line-height: 1.5;
}
#contents {
    font-size: 1rem;
}
#main {
    width: calc(100% - ( 230px + 50px )) !important;
}
#commonBody #sub ul#menuLeft li p.focus{
    width: auto !important;
}
h3{
    padding-right: 1em !important;
    margin-bottom: 0.5em;
}
#commonBody #sub ul#menuLeft li a{
    width: 100%!important;
}
@media screen and (max-width: 768px) {
    ul#pankuzu{
        margin-left: 0 !important;
    }
    
    #main {
        width: 100% !important;
    }
    #commonBody .sitemap{
        background-position: left !important;
    }
    #commonBody #contents{
        /*margin-bottom: 60px !important;*/
    }
    div#main h2 {
        line-height: 1.5 !important;
    }
}
#copyright .box{
    width: 100% !important;
}
@media screen and (max-width: 768px) {
}



div#main h2 {
	clear: both;
	margin: 0 0 15px 0;
	padding: 20px 0 2px 0;
	color: #009949;
	font-size: 1.5em;
	border-bottom: 1px solid #009949;
	font-weight: bold;
}

div#main h3 {
	font-size: 1.125em;
	font-weight: bold;
	background-image: url(../BK_img/item/arrowMaru.gif);
	background-repeat: no-repeat;
	background-position: left 0.45em;
	padding-left: 15px;
	margin-top: 20px;
}

div#main .box {
	width: 690px;
	padding: 0 15px;
}

div#main .box p {
	padding: 0 0 0 15px;
}

div#main .box p.aki {
	margin-bottom: 1em;
}
