@charset "UTF-8";

section article dt {
    color: #276da3;
    font-weight: 500;
    background: #c5dced;
    padding: 0.8em 2.5em 0.8em 7px;
    margin-top: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    position: relative;
    cursor: pointer;
}
section article dt:before {
  content: "－";
    font-size: 2rem;
    line-height: 1;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section article dt:after {
  content: "－";
    font-size: 2rem;
    line-height: 1;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateY(-1px) translateX(41%);
  -ms-transform: rotate(-90deg) translateY(-1px) translateX(41%);
  transform: rotate(-90deg) translateY(-1px) translateX(41%);
  transition: .3s;
}
section article dt.active:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s;
}
section article dt .question {
    font-size: 2.4rem;
    color: #276da3;
    margin: -5px 10px 0 0;
}
section article dd {
    background: #f8f5f2;
    padding: 1em 0.5em 0.8em 34px;
    position: relative;
    display: none;
    overflow: hidden;
}
section article dd:after {
//  content: "";
//    display: block;
//    clear: both;
}
section article dd .answer {
    font-size: 2.4rem;
    font-weight: bold;
    color: #b47734;
    position: absolute;
    top: 0px;
    left: 7px;
}
section article dd .right_img {
    float: right;
    margin: 0 0 10px 1em;
    max-width: 50%;
}
section article dd .left_img {
    float: left;
    margin: 0 1em 10px 0;
    max-width: 50%;
}
section article dd .right_txt {
    text-align: right;
}

section article dd .answer8_img {
    text-align: center;
}
section article dd .answer8_img img:first-child {
    margin-bottom: 1em;
}
section article dd .answer10 {
    margin-left: 1em;
}

@media (min-width: 375px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
section article dt {
    padding: 0.5em 2.5em 0.5em 15px;
    margin-top: 30px;
}
section article dt:before {
    font-size: 2.5rem;
  right: 15px;
}
section article dt:after {
    font-size: 2.5rem;
  right: 15px;
}
section article dt.active:after {
}
section article dt .question {
    font-size: 3rem;
    margin: -6px 15px 0 0;
}
section article dd {
    padding: 1.3em 1.5em 1.5em 52px
}
section article dd .answer {
    font-size: 3rem;
    top: 0px;
    left: 15px;
}
section article dd .right_img {
    margin-left: 2em;
}
section article dd .left_img {
    margin-right: 2em;
}

section article dd .answer8_img {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
section article dd .answer8_img img {
    width: 49%;
    max-width: 520px;
}
section article dd .answer8_img img:first-child {
    margin-bottom: 0;
}
}


@media (min-width: 1120px) {
}


@media (min-width: 1200px) {
section article dt {
    padding: 0.5em 2.5em 0.5em 25px;
    margin-top: 30px;
}
section article dt:before {
    font-size: 2.8rem;
  right: 20px;
}
section article dt:after {
    font-size: 2.8rem;
  right: 20px;
    top: 49%;
}
section article dt.active:after {
}
section article dt .question {
    font-size: 3.6rem;
    margin: -6px 20px 0 0;
}
section article dd {
    padding: 1.3em 1.5em 1.5em 70px
}
section article dd .answer {
    font-size: 3.6rem;
    left: 25px;
}
}


@media (min-width: 1400px) {
}



