/*-----------------------------------------------------------
import
------------------------------------------------------------*/
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

.pc {}
.sp {
    display:none;
}
h1,h2,h3,h4,h5,h6 {
    background: none;
    color: #443322;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
#contentsArea {
	width: 100%;
}
#contentsArea #root,
#contentsArea #pagetop {
	width: 950px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
    * {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#Pse {
	font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",'Noto Sans JP',"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	color: #443322;
	width: 100%;
	margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Pse {
        margin-bottom: 20px;
    }
}
#Pse .mainHeader {
    background: url(../img/pseHeader.png) repeat center center;
    width: 100%;
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    #Pse .mainHeader {
        background: none;
        padding: 0;
    }
}
#Pse .mainHeader h1 {
    width: 950px;
    height: 420px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Pse .mainHeader h1 {
        width: auto;
        height: auto;
        margin: 0;
    }
}
#Pse .mainHeader h1 img {}
@media screen and (max-width: 767px) {
    #Pse .mainHeader h1 img {
        display: block;
        width: 100%;
    }
}
#Pse .menuArea {
    background: url(../img/menuBg.png) repeat 0 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea {
        background: none;
    }
}
#Pse .menuArea .menuInner {
    width: 950px;
    margin: 0 auto;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner {
        width: auto;
        margin: 0;
        padding: 0;
    }
}
#Pse .menuArea .menuInner ul.menuList {
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }
}
#Pse .menuArea .menuInner ul.menuList li {
    text-indent: -9999px;
    width: 50%;
    height: 62px;
    float: left;
    border-right: 1px dotted #ffffff;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li {
        font-size: 11px;
        background: #443322;
        display: table-cell;
        text-indent: 0;
        text-align: center;
        vertical-align: middle;
        width: auto;
        height: auto;
        float: none;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        box-sizing: border-box;
        width: 50%;    
    }
}
#Pse .menuArea .menuInner ul.menuList li a {
    display: block;
    width: 316px;
    height: 62px;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li a {
        color: #ffffff;
        text-decoration: none;
        width: auto;
        height: auto;
        padding: 10px 0;
    }
}
#Pse .menuArea .menuInner ul.menuList li a:hover {
    filter: alpha(opacity=70);
    -webkit-opacity: 0.70;
    -moz-opacity: 0.70;
    opacity: 0.70;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li a:visited {
        color: #ffffff;
    }
}
#Pse .menuArea .menuInner ul.menuList li.menu01 {
    background: url(../img/Menu01.png) repeat 0 0;
}
#Pse .menuArea .menuInner ul.menuList li.menu02 {
    background: url(../img/Menu02.png) repeat 0 0;
}
#Pse .menuArea .menuInner ul.menuList li.menu03 {
    background: url(../img/Menu03.png) repeat 0 0;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li.menu01,
    #Pse .menuArea .menuInner ul.menuList li.menu02,
    #Pse .menuArea .menuInner ul.menuList li.menu03 {
        background: #443322;
    }
}
#Pse .menuArea .menuInner ul.menuList li img {
    display: block;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li img {
        width: 100%;
    }
}
#Pse .menuArea .menuInner ul.menuList li:last-child {
    border: none;
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li:last-child {
        margin-right: 0;
        border: none;
    }
}
@media screen and (max-width: 767px) {
    #Pse .menuArea .menuInner ul.menuList li:last-child {}
}
#Pse .block01 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    #Pse .block01 {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        padding-top: 20px;
    }
}
#Pse .block01:first-child {
    margin-top: 0;
}

#Pse .mainHeading {
    text-align: center;
    /*width: 1200px;*/
    margin-left: auto;
    margin-right: auto;
  background: #e8dfd5;
}
#Pse .block01 .mainHeading {
  background: none;
}

@media screen and (max-width: 1024px) {
    #Pse .mainHeading {
        width: 100%;
    }
}
#Pse .mainHeading h2 {
    font-size: 42px;
    font-weight: bold;
    display: inline-block;
    position: relative;
   line-height: 2.5;
}
@media screen and (max-width: 1024px) {
    #Pse .mainHeading h2 {
        font-size: 36px;
        background: none;
        color: #443322;
        line-height: 1.2;
        padding: 10px 0;
    }
}
@media screen and (max-width: 767px) {
    #Pse .mainHeading h2 {
        font-size: 24px;
        background: none;
        color: #443322;
        line-height:1.4;
        padding: 15px 0;
    }   
  
}



#Pse .mainHeading h2:before,
#Pse .mainHeading h2:after {
    background-color: #443322;
    display: block;
    position: absolute;
    height: 1px;
    content: " ";
}
@media screen and (max-width: 767px) {
    #Pse .mainHeading h2:before,
    #Pse .mainHeading h2:after {
    }
}
#Pse .mainHeading h2:before {
    width: 130px;
    top: 50%;
    left: -145px;
}
@media screen and (max-width: 767px) {
    #Pse .mainHeading h2:before {
        width: 40px;
        left: -50px;
    }
}
#Pse .mainHeading h2:after {
    width: 130px;
    top: 50%;
    right: -145px;
}
@media screen and (max-width: 767px) {
    #Pse .mainHeading h2:after {
        width: 40px;
        right: -50px;
    }
}
#Pse .leadTxt01 {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #Pse .leadTxt01 {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
        margin-top: 10px;
    }
}
#Pse .leadTxt02 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #Pse .leadTxt02 {
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
        margin-top: 20px;
    }
}
#Pse .primaryTxt01 {
    font-size: 24px;
    font-weight: bold;
    color: #c12405;
    text-align: center;
    line-height: 1.8;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    #Pse .primaryTxt01 {
        font-size: 16px;
        text-align: left;
        line-height: 1.4;
        margin-top: 10px;
    }
}
#Pse .primaryTxt02 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #Pse .primaryTxt02 {
        font-size: 16px;
        text-align: left;
        line-height: 1.3;
    }
}
#Pse .primaryTxt03 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    #Pse .primaryTxt03 {
        font-size: 17px;
    }
}
#Pse .primaryTxt04 {
    font-size: 34px;
    font-weight: bold;
    color: #c12405;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    #Pse .primaryTxt04 {
        font-size: 18px;
        text-align: left;
        line-height: 1.2;
    }
}
#Pse .primaryTxt02 strong {
    font-weight: bold;
    color: #c12405;
}
@media screen and (max-width: 767px) {}
#Pse ul.safetyList {
    width: 950px;
    margin: 40px auto;
}
@media screen and (max-width: 767px) {
    #Pse ul.safetyList {
        width: auto;
        margin: 20px 0 0;
    }
}
#Pse ul.safetyList li {
    width: 310px;
    height: 210px;
    margin-right: 10px;
    float: left;
}
@media screen and (max-width: 767px) {
    #Pse ul.safetyList li {
        width: 32%;
        height: auto;
        margin-right: 2%;
    }
}
#Pse ul.safetyList li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    #Pse ul.safetyList li img {
        width: 100%;
    }
}
#Pse .block02 {
    background: #f5f3f0;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
@media screen and (max-width: 767px) {
    #Pse .block02 {
        width: auto;
        margin: 0 auto;
        padding: 20px 10px;
    }
}
#Pse h3.mediumHeading {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    #Pse h3.mediumHeading {
        font-size: 16px;
        color: #443322;
        text-align: left;
    }
}
#Pse h3.mediumHeading strong {
    font-weight: bold;
    color: #bf2800;
}
@media screen and (max-width: 767px) {
    #Pse h3.mediumHeading strong {
    }
}
#Pse .pseBox01 {
    width: 950px;
    margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox01 {
        width: auto;
        margin: 15px auto 0;
    }
}
#Pse .pseBox01 h4 {
    font-size: 20px;
    font-weight: bold;
    color: #a06627;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox01 h4 {
        font-size: 16px;
    }
}
#Pse .pseBox01 p {
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox01 p {
        font-size: 13px;
        margin-top: 5px;
    }
}
#Pse .pseBox01 p strong {
    font-weight: bold;
    color: #be2901;
}
@media screen and (max-width: 767px) {}
#Pse .pseBox01 p span {
    font-size: 12px;
    line-height: 2;
}
@media screen and (max-width: 767px) {}
#Pse .pseBox02 {
    background: #ffffff;
    width: 950px;
    margin: 30px auto 0;
    padding: 20px;
    border: solid 3px #d2ab33;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox02 {
        width: auto;
        margin: 10px auto 0;
        padding: 5px;
    }
}
#Pse .pseBox03 {
    background: #ffffff;
    width: 950px;
    margin: 30px auto 0;
    padding: 20px;
    border: solid 3px #a4a196;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox03 {
        width: auto;
        margin: 10px auto 0;
        padding: 5px;
    }
}
#Pse .pseBox02 p,
#Pse .pseBox03 p {
    width: 680px;
    float: left;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox02 p,
    #Pse .pseBox03 p {
        font-size: 12px;
        width: auto;
        float: none;
    }
}
#Pse .pseBox02 img,
#Pse .pseBox03 img {
    float: right;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox02 img,
    #Pse .pseBox03 img {
        display: block;
        margin: 5px auto;
        float: none;
    }
}
#Pse h3.smallHeading {
    font-size: 34px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #Pse h3.smallHeading {
        font-size: 22px;
    }
}
#Pse h3.smallHeading:after {
    background: #443322;
    display: block;
    width: 100px;
    height: 2px;
    margin: 20px auto 0;
    content: " ";
}
@media screen and (max-width: 767px) {
    #Pse h3.smallHeading:after {
        width: 60px;
    }
}
#Pse .pseBox03 p strong {
    font-size: 20px;
    font-weight: bold;
    color: #bf2800;
}
@media screen and (max-width: 767px) {
    #Pse .pseBox03 p strong {
        font-size: 16px;
    }
}
#Pse .pseBox03 p span {
    font-size: 12px;
}
@media screen and (max-width: 767px) {}
#Pse dl.inspection {
    width: 950px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection {
        width: auto;
        margin: 20px auto 0;
    }
}
#Pse dl.inspection dt {
    font-size: 30px;
    font-weight: bold;
    background: #e9e2d3;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dt {
        font-size: 20px;
    }
}
#Pse dl.inspection dd {
    padding: 20px 15px;
    border-right: 4px solid #e9e2d3;
    border-bottom: 4px solid #e9e2d3;
    border-left: 4px solid #e9e2d3;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd {
        padding: 10px;
    }
}
#Pse dl.inspection dd h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd h4 {
        font-size: 16px;
        margin-top: 10px;
    }
}
#Pse dl.inspection dd p {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd p {
        font-size: 13px;
        margin-top: 10px;
    }
}
#Pse dl.inspection dd p span {
    color: #bf2800;
}
@media screen and (max-width: 767px) {}
#Pse dl.inspection dd figure {
    margin-left: 5px;
    float: right;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd figure {
        margin: 0;
        float: none;
    }
}
#Pse dl.inspection dd figure img {}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd figure img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}
#Pse dl.inspection dd figure figcaption {
    text-align: center;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd figure figcaption {
        font-size: 11px;
    }
}
#Pse dl.inspection dd .listBox {
    text-align: center;
    width: 550px;
    margin-top: 10px;
    padding: 5px;
    border: 2px solid #aa9988;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd .listBox {
        width: auto;
    }
}
#Pse dl.inspection dd .listBox ul {
    display: table;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd .listBox ul {
        display: block;
    }
}
#Pse dl.inspection dd .listBox ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 15px;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd .listBox ul li {
        display: block;
    }
}
#Pse dl.inspection dd .listBox ul li strong {
    font-size: 22px;
}
@media screen and (max-width: 767px) {
    #Pse dl.inspection dd .listBox ul li strong {
        font-size: 18px;
    }
}
#Pse figure.policyImg {
    width: 950px;
    height: 390px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse figure.policyImg {
        width: auto;
        height: auto;
        margin: 10px auto 0;
    }
    #Pse figure.policyImg img {
        width: 100%;
    }
}
#Pse .qualityBox01,
#Pse .qualityBox02 {
    width: 950px;
    margin: 40px auto 0;
    padding: 20px;
    border: 4px solid #e9e2d3;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox01,
    #Pse .qualityBox02 {
        width: auto;
        margin: 10px auto 0;
        padding: 5px;
    }
}
#Pse .qualityBox02 {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox02 {
        margin-top: 10px;
    }
}
#Pse .qualityBox01 figure {
    width: 340px;
    height: 220px;
    margin-right: 20px;
    float: left;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox01 figure {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        float: none;
    }
}
#Pse .qualityBox02 figure {
    width: 340px;
    height: 220px;
    margin-left: 20px;
    float: right;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox02 figure {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        float: none;
    }
}
#Pse .qualityBox01 figure img,
#Pse .qualityBox02 figure img {}
@media screen and (max-width: 767px) {
    #Pse .qualityBox01 figure img,
    #Pse .qualityBox02 figure img {
        width: 100%;
    }
}
#Pse .qualityBox01 h3,
#Pse .qualityBox02 h3 {
    font-size: 28px;
    font-weight: bold;
    color: #a06627;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox01 h3,
    #Pse .qualityBox02 h3 {
        font-size: 16px;
        margin-top: 5px;
    }
}
#Pse .qualityBox01 p,
#Pse .qualityBox02 p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox01 p,
    #Pse .qualityBox02 p {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px;
    }
}
#Pse .qualityBox03 {
    width: 950px;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 {
        width: auto;
        margin: 0;
    }
}
#Pse .qualityBox03 ul {}
#Pse .qualityBox03 ul li {
    width: 312px;
    margin-right: 7px;
    padding: 10px;
    float: left;
    border: 4px solid #e9e2d3;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 ul {}
    #Pse .qualityBox03 ul li {
        width: 100%;
        margin: 10px 0 0;
        padding: 5px;
    }
}
#Pse .qualityBox03 ul li:last-child {
    margin-right: 0;
}
#Pse .qualityBox03 ul li figure {}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 ul li figure {
        margin: 0;
        padding: 0;
    }
}
#Pse .qualityBox03 ul li figure img {}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 ul li figure img {
        width: 100%;}
}
#Pse .qualityBox03 ul li h3 {
    font-size: 20px;
    font-weight: bold;
    color: #a06627;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 ul li h3 {
        font-size: 16px;
        margin: 0;
    }
}
#Pse .qualityBox03 ul li p {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #Pse .qualityBox03 ul li p {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 5px;
    }
}
#Pse p.qualityBnr {
    width: 930px;
    height: 135px;
    margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse p.qualityBnr {
        width: auto;
        height: auto;
    }
}
#Pse p.qualityBnr img {}
@media screen and (max-width: 767px) {
    #Pse p.qualityBnr img {
        width: 100%;
    }
}
#Pse .reasonBox {
    width: 950px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox {
        width: auto;
        margin: 20px auto 0;
    }
}
#Pse .reasonBox .reasonLeft {
    background: #ffffff;
    width: 470px;
    height: 458px;
    padding: 10px;
    float: left;
    border: 4px solid #e9e2d3;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox .reasonLeft {
        width: 100%;
        height: auto;
        float: none;
     }
}
#Pse .reasonBox h3 {
    font-size: 20px;
    font-weight: bold;
    color: #a06627;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox h3 {
        font-size: 16px;
    }
}
#Pse .reasonBox p {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox p {
        font-size: 13px;
        margin-top: 5px;
    }
}
#Pse .reasonBox figure {
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox figure {
        width: auto;
    }
    #Pse .reasonBox figure img {
        width: 100%;
    }
}
#Pse .reasonBox .reasonRight {
    width: 440px;
    float: right;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox .reasonRight {
        width: auto;
        float: none;
    }
}
#Pse .reasonBox .reasonRight ul {}
#Pse .reasonBox .reasonRight ul li {
    background: #ffffff;
    margin-bottom: 14px;
    padding: 20px 10px;
    border: 4px solid #e9e2d3;
}
@media screen and (max-width: 767px) {
    #Pse .reasonBox .reasonRight ul {}
    #Pse .reasonBox .reasonRight ul li {
        margin: 10px auto 0;
        padding: 10px;
    }
}
@-moz-document url-prefix() {
	#Pse .reasonBox .reasonRight ul li {
		padding: 17px 10px;
	}
}
#Pse .reasonBox .reasonRight ul li:first-child {}

figure.lastImg {
    width: 950px;
    height: 620px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    figure.lastImg {
        width: auto;
        height: auto;
    }
}
figure.lastImg img {}
@media screen and (max-width: 767px) {
    figure.lastImg img {
        width: 100%;
    }
}

#Pse .pagetop {
    font-size: 12px;
    text-align: right;
    width: 950px;
    margin: 40px auto 0;
}