@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
 li{
    list-style: none;
}
p{
    margin: 0;
}
h1{
    margin: 0;
}
ul#menu_navi li a.current_page_item{
	background-color: #BCE6F5;
    color: #07328E;
}

 #header_logo p img{
    width: 192px;
    height: 29px;
    padding: 4px 0 4px 10px;
}
#container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

#koukin .mainArea h1 {
    position: relative;
    z-index: 3;
}
#koukin .mainArea .txt01 {
    position: relative;
    z-index: 2;
}
#koukin .mainArea .txt02 {
    position: relative;
    z-index: 1;
}
#koukin div#mob_crnr {
    position: relative;
    overflow: visible;
    padding-bottom: 30px;
    background: url(../images/bg_kaihatu.gif) repeat center top;
}
#koukin div#mob_crnr .kaihatu .kaihatuBox dl dt {
    margin-bottom: 8px;
    padding: 11px 0 9px 0;
    font-weight: bold;
    color: #fff100;
    line-height: 1.0;
    text-align: center;
    background: #0b318f;
}
#koukin div#mob_crnr .kaihatu .kaihatuBox dl dd {
    color: #221815;
    margin:0;
}
#koukin div#mob_crnr .kaihatu .kaihatuBox dl dd span {
    color: #00a0e9;
}
#koukin div#mob_crnr .productArea .box {
    position: relative;
    text-align: center;
}

#koukin div#mob_crnr:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../images/icn_line.png) repeat-x left bottom;
    background-size: 5px 15px;
}
#container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#footer {
    clear: both;
    width: 100%;
    padding-bottom: 6px;
    height: 30px;
    bottom: 0;
    background: none;
}
#pageTop {
    display: none !important;
    background: #00ACBD;
    border-radius: 5px;
    color: #FFF;
    padding: 15px;
    position: fixed;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 10px;
}
#footer p {
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 10px;
}
/*--------------------------------------------------------------------
 *	737px未満用（SP用）の記述
 *--------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
    .spnone{
		display: none;
	}
    header{
        padding: 0;
    }
    #menu_navi{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0;
    }
    #menu_navi li{
        margin: 0;
    }
    #menu_navi li a{
        display: block;
        background-color: #07328E;
        text-align: center;
        border-right: 1px solid #fff;
        color: #fff;
        padding-top: 10px;
        height: 20px;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }
    #koukin {
        width: 100%;
        margin: auto;
    }
    #koukin .mainArea {
        position: relative;
        background: url(../images/bg_meinview.png) no-repeat center top;
        background-size: 100% auto;
    }
    #koukin .mainArea .txt01 {
        margin-top: -8.2%;
    }
    #koukin .mainArea img {
        width: 100%;
        height: auto;
    }
    #koukin .mainArea .txt02 {
        margin-top: -1%;
    }
    #koukin div#mob_crnr .kaihatu {
        width: 100%;
        padding-bottom: 2%;
    }
    #koukin div#mob_crnr .kaihatu img {
        width: 100%;
        height: auto;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox {
        padding: 0;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl {
        max-width: 688px;
        width: 92%;
        margin: 0 auto 5%;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dt {
        font-size: 4vw;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dd {
        font-size: 3.733333333vw;
        margin:0;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dd span {
        font-size: 3.733333333vw;
    }
    #koukin div#mob_crnr .productArea {
        width: 100%;
    }
    #koukin div#mob_crnr .productArea .inner {
        width: 92%;
        margin: 0 auto;
        padding: 8% 0;
        border-radius: 20px;
        border: 4px solid #0b318f;
        background: rgba(255,255,255,0.4);
        box-sizing: border-box;
    }
    #koukin div#mob_crnr .productArea .productBlock {
        padding: 0;
    }
    #koukin div#mob_crnr .productArea .box {
        width: 100%;
    }
    #koukin div#mob_crnr .productArea .box .item img {
        max-width: 362px;
        width: 50%;
        height: auto;
    }
    #koukin div#mob_crnr .productArea .box .logo {
        margin-top: -3%;
        margin-bottom: 5px;
    }
    #koukin div#mob_crnr .productArea .box .name {
        margin-bottom: 3%;
        font-size: 42px;
        font-size: 5.46875vw;
        font-weight: bold;
        line-height: 1.4;
        color: #000000;
    }
    
    #koukin div#mob_crnr .productArea .box .name span {
        font-size: 4.427083333vw;
        font-weight: normal;
    }
    #koukin div#mob_crnr .productArea .box .jancode {
        margin-bottom: 1%;
        font-size: 28px;
        font-size: 3.645833333vw;
        color: #000000;
    }
    #koukin div#mob_crnr .productArea .box .kakaku {
        font-size: 5.208333333vw;
        color: #000000;
    }
    #koukin div#mob_crnr .productArea .box:nth-child(2) {
        margin: 9% 0;
        padding: 9% 0;
    }
    #koukin div#mob_crnr .productArea .box:nth-child(2):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 88%;
        margin: 0 auto;
        height: 2px;
        border-top: 2px solid #0b318f;
    }
    #koukin div#mob_crnr .productArea .box:nth-child(2):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 88%;
        margin: 0 auto;
        height: 2px;
        border-bottom: 2px solid #0b318f;
    }
    #koukin div#mob_crnr .productArea .txtarea {
        width: 67%;
        margin: 5% auto 0;
        font-size: 26px;
        font-size: 3.385416667vw;
        text-align: left;
        line-height: 1.7;
        text-indent: -7.4em;
        padding-left: 7.4em;
        color: #000;
    }
    #koukin div#mob_crnr .productArea .txtarea span {
        font-size: 12px;
        color: #54c3f1;
    }

    #roomDrying div.contents {
        margin: 0 1%;
    }

    #roomDrying h2,
    #roomDrying h3,
    #sefterKoukinPlus h2,
    #sefterKoukinPlus h3 {
        font-family: "Gothic MB101", sans-serif;
    }

    #roomDrying h3,
    #sefterKoukinPlus h3 {
        font-weight: bold;
    }


    #roomDrying h2 {
        margin: 9% 0 0;
        padding: 4% 0 4%;
        font-size: 5.75vw;
        background: url(../images/h2_01.png) center bottom no-repeat;
        background-size: cover;
        color: #fff;
        text-align: center;
    }

    #roomDrying .infoPanel .rightPanel {
        margin-top: 2%;
    }

    #roomDrying h3::before {
        display: inline-block;
        height: 4.5vw;
        margin-right: 0.5em;
        margin-bottom: -0.15em;
        border-left: 1.5vw solid;
        border-color: #0b318f;
        content: "";
    }
    #roomDrying h3 {
    	margin-top: 2%;
        margin-left: 1%;
        font-size: 4vw;
        border-bottom: 2px solid #0b318f;
        color: #0b318f;
    }

    #sefterKoukinPlus div.contents {
        margin: 0 2%;
    }
    #sefterKoukinPlus h2 {
        margin: 11% 0 0;
        padding: 4% 0 4%;
        font-size: 5.75vw;
        background: url(../images/h2_02.png) center bottom no-repeat;
        background-size: cover;
        color: #fff;
        text-align: center;
    }

    #sefterKoukinPlus .infoPanel .rightPanel {
        margin-top: 2%;
    }

    #sefterKoukinPlus h3::before {
        display: inline-block;
        height: 4.5vw;
        margin-right: 0.5em;
        margin-bottom: -0.15em;
        border-left: 1.5vw solid;
        border-color: #009f95;
        content: "";
    }
    #sefterKoukinPlus h3 {
        margin-top: 2%;
        margin-left: 1%;
        font-size: 4vw;
        border-bottom: 2px solid #009f95;
        color: #009f95;
    }

    #footer p {
        padding: 10px 10px 10px 10px;
        text-align: center;
        font-size: 90%;
    }

    #roomDrying ul,
    #sefterKoukinPlus ul {
        margin: 1% 0 1% 6%;
    }

    #roomDrying li,
    #sefterKoukinPlus li {
        position: relative;
        margin: 0;
        padding-left: 0;
        font-size: 2.5vw;
    }
 
    #roomDrying li:before,
    #sefterKoukinPlus li:before {
        content: "";
        position: absolute;
        top: 9%;
        left: -2.5%;
        width: 2vw;
        height: 2vw;
        background-color: #000;
        border-radius: 100%;
    }

    #roomDrying li span.aster,
    #sefterKoukinPlus li span.aster {
        font-size: 1.9vw;
        vertical-align:3%;
    }

    #roomDrying li span.notice,
    #sefterKoukinPlus li span.notice {
        margin: 0;
        font-size: 2.1vw;
    }

    ul.contentList {
        display: none;
    }

/* 737px未満用（SP用）の記述 end -------------------------------------*/
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
    .is-sp{
        display: none;
    }
    #header {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    
    ul#menu_navi{
        display: flex;
        position: relative;
        margin: 100px auto;
        width: 1048px;
        border-left: 1px solid #07328E;
        margin: auto;
    }
    ul#menu_navi li.menu-item {
        border-right: 1px solid #07328E;
        margin: 0;
    }
    #menu_navi li.menu-item a{
        text-decoration: none;
        display: block;
        background-color: #fff;
        text-align: center;
        color: #07328E;
        width: 209px;
        padding-top: 13px;
        height: 28px;
        font-size: 0.8em;
    }
    ul#menu_navi li a:hover {
        background-color: #BCE6F5;
        text-decoration: none;
        font-weight: bold;
    }
    ul#menu_navi li:nth-child(2) a {
        width: 209px;
        padding-top: 7px;
        height: 34px;
        line-height: 1.2;
    }
    ul#menu_navi li:nth-child(3) a, ul#menu_navi li:nth-child(4) a {
        width: 209px;
        padding-top: 7px;
        height: 34px;
        line-height: 1.2;
    }
    ul#menu_navi li:nth-child(6) a {
        width: 209px;
        padding-top: 13px;
        height: 28px;
    }
    #koukin {
        width: 1050px;
        margin: auto;
    }
    #koukin .mainArea .txt01 {
        margin-top: -80px;
    }
    #koukin .mainArea .txt02 {
        margin-top: -24px;
    }
    #koukin div#mob_crnr {
        background-image: 117px 125px;
    }
    #koukin div#mob_crnr .kaihatu {
        padding-bottom: 40px;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox {
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        padding: 0 15px;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl {
        width: 400px;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dt {
        font-size: 18px;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dd {
        font-size: 15px;
    }
    #koukin div#mob_crnr .kaihatu .kaihatuBox dl dd span {
        font-size: 15px;
    }
    #koukin div#mob_crnr .productArea .inner {
        width: 820px;
        margin: 0 auto;
        padding-bottom: 25px;
        border-radius: 20px;
        border: 4px solid #0b318f;
        background: rgba(255,255,255,0.4);
    }
    #koukin div#mob_crnr .productArea .productBlock {
        padding: 15px 0 0 0;
        display: flex;
    }
    #koukin div#mob_crnr .productArea .box {
        width: 273px;
    }
    #koukin div#mob_crnr .productArea .box .logo {
        margin-top: -5px;
        margin-bottom: 10px;
    }
    #koukin div#mob_crnr .productArea .box .name {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: bold;
        height: 2.5em;
        line-height: 1.4;
        color: #000000;
    }
    #koukin div#mob_crnr .productArea .box .name span {
        font-size: 14px;
        font-weight: normal;
    }
    #koukin div#mob_crnr .productArea .box .jancode {
        font-size: 12px;
        color: #000000;
    }
    #koukin div#mob_crnr .productArea .box .kakaku {
        font-size: 16px;
        color: #000000;
    }
    #koukin div#mob_crnr .productArea .box:nth-child(2):before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        margin: 50px 0 0 0;
        height: 365px;
        border-left: 2px solid #0b318f;
    }
    #koukin div#mob_crnr .productArea .box:nth-child(2):after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        margin: 50px 0 0 0;
        height: 365px;
        border-right: 2px solid #0b318f;
    }
    #koukin div#mob_crnr .productArea .txtarea {
        margin-top: 35px;
        font-size: 14px;
        text-align: center;
        color: #000;
    }
    #koukin div#mob_crnr .productArea .txtarea span {
        font-size: 13px;
        color: #54c3f1;
    }

    #roomDrying div.infoPanel,
    #sefterKoukinPlus div.infoPanel {
        position: relative;
        top: -5px;
        display: flex;
        justify-content: space-evenly;
    }

    #roomDrying {
        margin-top: 64px;
    }

    #roomDrying h2 {
        margin: 0;
        padding: 24px 0 24px;
        background: url(../images/h2_01_pc.png) no-repeat center top 100%;
        font-size: 40px;
        color: #fff;
        text-align: center;
    }
    #roomDrying h3::before {
        display: inline-block;
        height: 30px;
        margin-right: 0.5em;
        margin-bottom: -0.15em;
        border-left: 8px solid;
        border-color: #0b318f;
        content: "";
    }
    #roomDrying h3 {
        margin-top: 25px;
        margin-left: 0.5em;
        border-bottom: 2px solid;
        font-size: 30px;
        font-weight: bold;
        color: #0b318f;
    }
    #roomDrying ul {
        margin-left: 2em;
        font-size: 21px;
    }
    #roomDrying ul li {
        margin: 0;
        list-style-type: none;
    }


    #sefterKoukinPlus {
        margin-top: 60px;
    }

    #sefterKoukinPlus h2 {
        margin: 0;
        padding: 20px 0 28px;
        background: url(../images/h2_02_pc.png) no-repeat center top 100%;
        font-size: 40px;
        color: #fff;
        text-align: center;
    }
    #sefterKoukinPlus h3::before {
        display: inline-block;
        height: 30px;
        margin-right: 0.5em;
        margin-bottom: -0.15em;
        border-left: 8px solid;
        border-color: #009f95;
        content: "";
    }
    #sefterKoukinPlus h3 {
        margin-top: 25px;
        margin-left: 0.5em;
        border-bottom: 2px solid;
        font-size: 30px;
        font-weight: bold;
        color: #009f95;
    }
    #sefterKoukinPlus ul {
        margin-left: 2em;
        font-size: 21px;
    }
    #sefterKoukinPlus ul li {
        margin: 0;
        list-style-type: none;
    }

    #footer p {
        padding: 30px 50px 10px 0;
    }

    #roomDrying li,
    #sefterKoukinPlus li {
        position: relative;
        padding-left: 15px;
    }
    
    #roomDrying li span.notice ,
    #sefterKoukinPlus li span.notice {
    	margin: 0;
    }
    #roomDrying li span.aster ,
    #sefterKoukinPlus li span.aster {
        vertical-align: 2px;
    	font-size: 15px;
    }

    #roomDrying li:before,
    #sefterKoukinPlus li:before {
        content: "";
        position: absolute;
        top: 0.3em;
        left: -10px;
        width: 21px;
        height: 21px;
        background-color: #000;
        border-radius: 50%;
    }

    #roomDrying h2,
    #roomDrying h3,
    #sefterKoukinPlus h2,
    #sefterKoukinPlus h3 {
        font-family: "Gothic MB101", sans-serif;
    }

    #roomDrying h3,
    #sefterKoukinPlus h3 {
        font-weight: bold;
    }

    ul.contentList {
        display: flex;
        flex-wrap: nowrap;
        width: 1050px;
        margin: 0;
        font-size: 17px;
    }
    ul.contentList li {
        width: 350px;
        margin: 0;
        padding: 10.6px 0;
        text-align: center;
        color: #0b318f;
    }
    ul.contentList li:nth-last-of-type(3) {
        background-color: #fae100;
    }
    ul.contentList li:nth-last-of-type(2) {
        background-color: #0b318f;
    }
    ul.contentList li:nth-last-of-type(1) {
        background-color: #009f95;
    }

    ul.contentList li a {
        display: block;
        text-decoration: none;
        color: #fff;
    }

    .visible_sp {
        display: none;
    }

/* 737px以上用（PC用）の記述 end -------------------------------------*/
}



@media print {
/* 印刷用（PC表示）の記述 */



/* 印刷用（PC表示）の記述 end */
}
