﻿

/* �A�R�[�f�I��*/
.accordion {margin: 3em auto;max-width: 98%;}
.toggle {display: none;}
.option {position: relative;margin-bottom: 1em;}
.title,.content {-webkit-backface-visibility: hidden;backface-visibility: hidden;transform: translateZ(0);transition: all 0.3s;}
.title {border: solid 1px #e5e5e5;padding: 0;display: block;color: #333;font-weight: bold;   background:none #f6f6f6;}
.title img {width: 100%;}
.title p {padding:1.5em;}
.title::after,
.title::before {content: "";position: absolute;right: 35%; bottom: 2em;width: 2px;height: 0.75em;background-color: #d60b17;transition: all 0.3s;}
.title::after {transform: rotate(90deg);}
.content {max-height: 0;overflow: hidden;  background:none;}
.content p {margin: 0;padding: 0.5em 1em 1em;font-size: 0.9em;line-height: 1.5;}
.toggle:checked + .title + .content {max-height: 2000px;transition: all 1.5s;}
.toggle:checked + .title::before {transform: rotate(90deg) !important;}

@media screen and (max-width: 750px) {

.title::after,
.title::before {content: "";position: absolute;right: 15%; bottom: 2em;width: 2px;height: 0.75em;background-color: #d60b17;transition: all 0.3s;}

}

