/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 25 2022 | 02:07:07 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2022 | 08:29:54 */
.f_container .f_half a img {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1rem;
  object-fit: contain; }

.form_wrapper {
  max-width: 800px;
  margin: 0 auto; }

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0; }
  .tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #523421;
    display: block;
    order: -1; }

.tab-label #tab04_icon:before, .tab-label #tab05_icon:before, .tab-label #tab06_icon:before, .tab-switch:checked + .tab-label #tab04_icon:before, .tab-switch:checked + .tab-label #tab05_icon:before, .tab-switch:checked + .tab-label #tab06_icon:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px; }

.tab-label {
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
  margin-bottom: 1rem;
  border-radius: 0;
  background: white;
  border: 2px solid; }
  .tab-label:not(:last-of-type) {
    margin-right: 0;
    border-right: 0; }
  .tab-label p {
    color: #523421;
    line-height: 100%;
    margin: 0; }
  .tab-label #tab04_icon:before {
    background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/post.gif) no-repeat;
    background-size: contain; }
  .tab-label #tab05_icon:before {
    background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/mail.gif) no-repeat;
    background-size: contain; }
  .tab-label #tab06_icon:before {
    background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/doc.gif) no-repeat;
    background-size: contain; }

.tab-switch {
  display: none; }
  .tab-switch:checked + .tab-label {
    background: #523421;
    border-color: #523421; }
    .tab-switch:checked + .tab-label p {
      color: white;
      line-height: 100%;
      margin: 0; }
    .tab-switch:checked + .tab-label #tab04_icon:before {
      background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/post_ckd.gif) no-repeat;
      background-size: contain; }
    .tab-switch:checked + .tab-label #tab05_icon:before {
      background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/mail_ckd.gif) no-repeat;
      background-size: contain; }
    .tab-switch:checked + .tab-label #tab06_icon:before {
      background: url(http://nishidasougi.xsrv.jp/wp-content/uploads/2022/05/doc_ckd.gif) no-repeat;
      background-size: contain; }
  .tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: 0.5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    text-align: center; }

#tab04 {
  border-radius: 15px 0 0 15px; }

#tab06 {
  border-radius: 0 15px 15px 0; }

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0; }

summary {
  list-style: none;
  position: relative;
  margin: 1rem 0;
  padding: 1.5rem 3rem;
  font-size: 1.1rem;
  text-align: center;
  cursor: pointer;
  background-color: white;
  border: 2px solid #523421;
  border-radius: 15px; }
  summary::-webkit-details-marker {
    display: none; }
  summary::after {
    font-family: FontAwesome;
    content: "\f057";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
    transition: all 0.5s ease 0s;
    font-size: 30px; }

@media (min-width: 1025px) {
    summary:hover {
      color: white;
      background: #523421; } }

details[open] summary {
  color: white;
  background: #523421; }

details[open] summary::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, 270deg); }

.answer {
  padding: 2rem;
  background-color: white;
  border: 2px solid #523421;
  border-radius: 15px; }

details[open] .answer {
  animation: fadein 0.5s ease; }

@keyframes fadein {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.dl_icon {
  font-size: 1.25rem;
  color: green; }
  @media (max-width: 599px) {
  .dl_icon {
    font-size: 1.1rem; } }
  .dl_icon:after {
    font-family: FontAwesome;
    content: "\f56d";
    color: green;
    margin-left: 0.5rem; }
