@charset "euc-jp";
* {
	border: 0 none;
	margin: 0;
	padding: 0;
    list-style: none;
}
/* PCのみ */
@media only screen and (min-width: 1025px) {
.pcno {
	display:none;
}
}
/* SPのみ */
@media only screen and (max-width: 767px) {
.spno {
	display:none;
}
}
/* PC&タブレットのみ */
@media only screen and (min-width: 768px) {
.pctbno {
	display:none;
}
}
/* SP&タブレットのみ */
@media only screen and (max-width: 1024px) {
.sptbno {
	display:none;
}
}

main {
    width: 1000px;
    margin: auto;
}

@media only screen and (max-width : 768px) {
    main {
        width: 100%;
        margin: auto;
    }
}

h2 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/image_wc_main01.jpg) center center;
    background-size: cover;
    color: #fff;
    padding: 2em;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
@media only screen and (max-width : 768px) {
h2 {
    margin: 50px 0 0;
    font-size: 1.4em;
}
}
h3 {
    margin: 3em 0 0;
    padding: 1em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}
h2+h3 {
    margin: 1em 0 0;
    text-align: left;
}
.tit {
    padding: 1em 0 1em 80px;
    font-weight: bold;
    font-size: 1.3em;
    margin: 0 0 0.5em;
}

.opCont .tit{
	position: relative;
}
.opCont .tit:before {
    position:absolute;
    display: block;
    content:"";
    width: 20px;
    height: 14px;
    background: url(https://rkplanning.itembox.design/item/woodcarpet/arrow_wc_01.jpg) center center no-repeat;
	background-size: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.opCont .tit.clicked:before {
/* 	top: auto;
	bottom: 30px; */
    background: url(https://rkplanning.itembox.design/item/woodcarpet/arrow_wc_02.jpg) center center no-repeat;
	background-size: 100%;
}

.tit01 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_01.jpg) 10px center no-repeat #fafafa;
}

.tit02 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_02.jpg) 10px center no-repeat #fafafa;
}

.tit03 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_03.jpg) 10px center no-repeat #fafafa;
}

.tit04 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_04.jpg) 10px center no-repeat #fafafa;
}

.tit05 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_05.jpg) 10px center no-repeat #fafafa;
}

.tit06 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_06.jpg) 10px center no-repeat #fafafa;
}

.tit07 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_07.jpg) 10px center no-repeat #fafafa;
}

.tit08 {
    background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_08.jpg) 10px center no-repeat #fafafa;
}

.Q01-a {
    margin: 0 0 0.2em;
}

.Q-naiyou {
    border-bottom: 2px dotted #cbc9c9;
}

.Q-naiyou li:nth-child(1) {
    padding: 1.5em 60px;
	position: relative;
    background: url(https://rkplanning.itembox.design/item/woodcarpet/ico_wc_01.jpg) 10px center no-repeat;
}

.Q-naiyou li:nth-child(1):before {
    position:absolute;
    display: block;
    content:"";
    width: 20px;
    height: 14px;
    background: url(https://rkplanning.itembox.design/item/woodcarpet/arrow_wc_01.jpg) center center no-repeat;
	background-size: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.Q-naiyou li.clicked:nth-child(1):before {
/* 	top: auto;
	bottom: 30px; */
    background: url(https://rkplanning.itembox.design/item/woodcarpet/arrow_wc_02.jpg) center center no-repeat;
	background-size: 100%;
}
@media only screen and (max-width : 768px) {
	.Q-naiyou li:nth-child(1):before {
    width: 10px;
    height: 7px;
}
}
.Q-naiyou li:nth-child(1) {
    padding: 1.5em 40px 1.5em 60px;
    background: url(https://rkplanning.itembox.design/item/woodcarpet/ico_wc_01.jpg) 10px center no-repeat;
}

.Q-naiyou li:nth-child(2) {
    padding: 1.5em 40px 1.5em 60px;
    background: url(https://rkplanning.itembox.design/item/woodcarpet/ico_wc_02.jpg) 10px 1em no-repeat;
    display: none;
    min-height: 5em;
}

@media only screen and (max-width : 768px) {

    .tit {
        padding: 1em 1em 1em 55px;
        font-size: 1.1em;
    }
	.opCont .tit:before  {
    width: 10px;
    height: 7px;
}
    .tit01 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_01.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit02 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_02.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit03 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_03.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit04 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_04.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit05 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_05.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit06 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_06.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit07 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_07.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .tit08 {
        background: url(https://rkplanning.itembox.design/item/woodcarpet/tit_wc_08.jpg) 10px center no-repeat #fafafa;
        background-size: 40px;
    }

    .Q-naiyou li:nth-child(1) {
        padding: 1.5em 30px 1.5em 50px;
        background: url(https://rkplanning.itembox.design/item/woodcarpet/ico_wc_01.jpg) 10px center no-repeat;
        background-size: 30px;

    }

    .Q-naiyou li:nth-child(2) {
        padding: 1.5em 30px 1.5em 50px;
        background: url(https://rkplanning.itembox.design/item/woodcarpet/ico_wc_02.jpg) 10px 1em no-repeat;
        background-size: 30px;

        display: none;
        min-height: 5em;
    }
}

.opCont>*:nth-child(1) {}

.opCont>*:nth-child(2) {
    display: none;
}

.opCont>.clicked+*:nth-child(2) {
    display: block !important;
}

.opCont>.clicked+*:nth-child(2) a {
    display: inline;
    color: #49b605 !important;
    font-weight: bold;
}


.flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}
.flex.box1>*{
	width: calc(100% / 1 - 20px);
}
.flex.box2>*{
	width: calc(100% / 2 - 20px);
}
.flex.box3>*{
	width: calc(100% / 3 - 20px);
}
.flex>* img{
	width: 100%;
	max-width: 500px;
}

@media only screen and (max-width : 768px) {
    .flex.box1>*{
        width: calc(100% / 1 - 10px);
    }
    .flex.box2>*{
        width: calc(100% / 2 - 10px);
    }
    .flex.box3>*{
        width: calc(100% / 3 - 10px);
    }
}
