@charset "UTF-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/* 共通 */
body {
  overflow-y: scroll;
}
/*--- ヘッダイメージ設定 ---*/
#commonBody .privacy {
	background-image: url(../image/headImg/privacy.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 .privacy .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 .privacy .text-shadow {
    text-align: right;
    padding-right: 0;
		width: 90vw;
  }
}
/*--- ヘッダイメージ設定 ---*/
@media screen and (max-width: 360px) {
    #commonBody .privacy .text-shadow {
    text-align: center;
    padding-right: 0;
  }
}


/* privact_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;
    }
}
#privacy .box,
#purpose .box{
    width: 100% !important;
}
#privacy .box p {
    padding-left: 15px !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;
}

/*--- プライバシーポリシー ---*/
#privacy 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;
}

#privacy h4 {
	margin: 10px 0px 0px 10px;
	padding: 0 0 0 15px;
	font-weight: bold;
	background-image: url(../BK_img/item/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.35em;
}

#privacy .box {
	width: 690px;
	padding: 0 15px;
}

#privacy .box p {
	padding: 0 0 0 15px;
}

#privacy .box p.sub {
	margin-left: 10px;
}

#privacy .box ul {
	margin: 5px 0 0 40px;
}

#privacy .box ul li {
	margin-left: 25px;
	padding: 2px 0;
	list-style-position: outside;
	list-style-type: disc;
}

#privacy #toiawase {
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding: 14px;
	margin: 15px 0 0 0;
}

#privacy #toiawase h3 {
	margin: 0px;
}

#privacy #toiawase p {
	padding: 0 0 0 15px;
}

#privacy #toiawase p.link {
	margin-left: 15px;
	background-image: url(../BK_img/item/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 0.35em;
}

/*--- 個人情報の利用目的の公表 ---*/
#privacy .box ol {
	margin: 5px 0 0 40px;
}

#privacy .box ol li {
	margin-left: 25px;
	padding: 2px 0;
	list-style-position: outside;
	list-style-type: decimal;
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px) {
  #privacy .box ol {
    margin: 5px 0 0 0;
  }
  #privacy .box ol li {
    margin-left: 0;
  }
}