
/* ==============================
check_area
============================== */
.check_area {
    border: 1px solid #0076ba;
    border-radius: 5px;
    padding: 35px 40px;
    margin: 40px auto;
    width: 950px;
}
.check_area p {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 1.4em;
    font-weight: bold;
    color: #0878a2;
}
.check_area p:before,
.check_area p:after {
    content: "";
    position: absolute;
}
.check_area p:before {
    width: 25px;
    height: 25px;
    border: 2px solid #bbb;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.check_area p:after {
    transform: rotate(-45deg);
    border-left: 4px solid #e41a1e;
    border-bottom: 4px solid #e50112;
    width: 23px;
    height: 14px;
    left: 5px;
    top: -2px;
}

/* ==============================
item_area
============================== */
.item_area {
    display: flex;
    flex-direction:row-reverse;
    grid-gap: 40px;
    background: url(/goods/troche/bg01.png) no-repeat scroll 0 center;
    background-size: cover;
    padding: 70px 50px;
}

.item_area .text {
    width: 70%;
}
.item_area .text .item_title {
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
}
.item_area .text .item_title span {
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #333;
    padding: 2px 5px;
    background: #fff;
    margin: 0 0 0 10px;
}
.item_area .text .title_bottom span {
    font-size: 0.7em;
}
.item_area .text dl {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    margin-top: 30px;
}
.item_area .text dt,
.item_area .text dd {
    margin: 5px 0 0 0;
}
.item_area .text dt {
    border: 1px solid #333;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 0.9em;
    padding: 0 20px;
}

.item_area .img {
    width: 290px;
}

/* ==============================
タイトル
============================== */
.main_title {
    background: url(/goods/troche/h2bg.png) center top no-repeat #1da5e3;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.49);
    padding: 15px 0;
    letter-spacing: 1px;
}
.main_title span {
    font-size: 0.7em;
}

/* ==============================
テーブル
============================== */
.data_area table {
    width: 100%;
    margin: 40px 0 10px 0;
}
.data_area table th,
.data_area table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
}
table thead th {
    background: #efefef;
    text-align: center;
}
.data_area th {
    font-weight: bold;
}
.data_area .table_bottom {
    font-size: 0.8em;
    margin: 0 0 80px 0;
}
.data_area table td.center {
    text-align: center;
}

/* ==============================
Q&A アコーディオン
============================== */
.accordion {
    border: 1px solid #1da5e3;
    border-radius: 5px;
    margin: 40px 0 0 0;
}
.accordion .box {
    border-bottom: 1px solid #1da5e3;
    padding: 5px 20px;
}
.accordion .box:last-child {
    border-bottom: none;
}
.accordion dt,
.accordion dd {
    position: relative;
    padding: 20px 35px 20px 50px;
}

.accordion dt {
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
}
.accordion dd {
    border-top: 1px dotted #bbb;
}

/* +- */
.accordion dt::before,
.accordion dt::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 10px;
    width: 20px;
    height: 2px;
    background: #1da5e3;
    transition: all .3s ease-in-out;
}
.accordion dt::before {
  transform: rotate(90deg);
}
.accordion dt.open::before {
  transform: rotate(180deg);
}
.accordion dt.open::after {
  opacity: 0;
}

.accordion dt span:before,
.accordion dd:before {
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 6px;
    padding: 7px 0;
    width: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
}
.accordion dt span:before {
    content: "Q";
    background: #1da5e3;
    color: #fff;
}
.accordion dd:before {
    content: "A";
    border: 2px solid #1da5e3;
    color: #1da5e3;
}

/* a */
.accordion dd a {
    text-decoration: underline;
    color: #1da5e3;
    margin: 10px 0 0 0;
    display: inline-block;
}
.accordion dd a:hover {
    color: #105db8;
}
.accordion dd a strong {
    padding-left: 6px;
    color: #105db8;
    font-weight: bold;
}


/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■
【SP】ウィンドウ幅が768px以下の場合に適用するCSS
■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
@media print, screen and (max-width: 768px) {
.pc {
    display: none;
}


.check_area {
    width: auto;
    padding: 20px;
}
.check_area p {
    font-size: 1em;
}

.item_area {
    display: block;
    padding: 20px 10px 0;
}
.item_area .img {
    width: 100%;
}
.item_area .text {
    width: 100%;
}
.item_area .text .item_title {
    font-size: 1em;
    background: none;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.item_area .text .item_title span {
    float: right;
    margin: 10px 0 0 0;
    padding: 0 4px;
}
.item_area .text dl {
    display: block;
    margin: 20px 0 0 0;
}
.item_area .text dt {
    margin: 0 0 10px 0;
}
.item_area .text dd {
    margin: 0 0 30px 0;
}

.main_title {
    font-size: 1.1em;
    padding: 5px 10px;
}

.data_area table {
    margin: 20px 0 10px 0;
}
.data_area table tr {
    border-bottom: 1px solid #1da5e3;
    display: block;
    padding: 0.5rem 0;
}
.data_area table th,
.data_area table td {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}
.data_area table th {
    text-align: left;
}
.data_area table thead th {
    background: #fff;
    text-align: right;
    font-weight: normal;
    font-size: 0.8em;
    color: #818181;
}
.data_area table thead th:nth-child(2) {
    display: none;
}
.data_area table td.center {
    text-align: right;
}
.data_area table td:nth-child(2n) {
    border-bottom: #ccc 1px dotted;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}
.data_area .table_bottom {
    color: #818181;
    font-size: 0.7em;
    margin: 0 0 30px 0;
}

.accordion {
    margin: 20px 0 0 0;
}
.accordion .box {
    padding: 5px 10px;
}
.accordion dt,
.accordion dd {
    padding: 15px 30px 15px 45px;
}
.accordion dt {
    font-size: 0.9em;
}
.accordion dt span:before,
.accordion dd:before {
    padding: 3px 0;
}
.accordion dt span:before {
    padding: 3px 0;
}
.accordion dd:before {
    padding: 0;
}
.accordion dt::before,
.accordion dt::after {
    top: 24px;
}

}/*【SP】ウィンドウ幅が768px以下の場合に適用するCSS */


/*【PC】ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width:769px) {
.sp {display: none;}
}/*【PC】ウィンドウ幅が769px以上の場合に適用するCSS */
    
    