/*画像サイズ*/
.dlimage1 {
    width: 35%;
    height: auto;
}
.dlimage2 {
    width: 30%;
    height: auto;
}
.dlimage3 {
    width: 10%;
    height: auto;
}
.dlimage4 {
    width: 30%;
    height: auto;
}
.dlimage5 {
    width: 90%;
    height: auto;
}
.wrap {
    padding-bottom: 4vw;
}
@media only screen and (max-width: 768px){
.wrap {
    padding-bottom: 4vw;
}}

/*ダウンロードボタン*/
.btn,
a.btn,
button.btn {
  width: 300px;
  font-size: 120%;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 2.5rem;
  }
.arrow {
    width: 36px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    margin: 14px 29px 14px 0;
}
a.btn--orange {
  color: #fff;
  background-color: #FC8008;
  border-bottom: 5px solid #E15E06;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #FC8008;
  border-bottom: 2px solid #E15E06;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	margin: 4px 0 8px;
}

/*タイトルタブ切替*/
  .tab-panels ul {
      margin: 0 0 -1.5% 0;
      padding: 0;
      height: 100px;
  }
@media only screen and (min-width: 1700px){  
  .tab-panels ul {
    margin: 0;
    padding: 0;
    height: 93px;
    }}
@media only screen and (max-width: 768px){  
  .tab-panels ul {
    margin: 0px 0 -24px 0;
    padding: 0;
    height: 93px;
    }}
    
  .tab-panels ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        border-radius: .5em .5em 0 0;
        color: #fff;
        font-weight: 50;
        cursor: pointer;
        border: 1px solid #333;
		height: 55px;
          }

  .tab-panels ul li:hover {color: rgba(0,0,0,0.54);}
              
	  .tab-panels ul li {
	  justify-content: space-between;
	  align-items: center;
	  position: relative;
	  transition: 0.3s;
	  width:27%;
	  height: 64%;
      margin: 0.5%;
	}
@media only screen and (max-width: 768px){
	.tab-panels ul li {
    height: 49%;
	}}
	
	
	.tab-panels ul li::before {
	  content: '';
	  position: absolute;
	  bottom: -7px;
	  right: -7px;
	  width: 100%;
	  height: 2px;
	  background-color: #ff4081;
	  transition: 0.2s ease 0s;
	}

	.tab-panels ul li::after {
	  content: '';
	  position: absolute;
	  top: 7px;
	  right: -7px;
	  width: 2px;
	  height: 100%;
	  background-color: #ff4081;
	  transition: 0.2s ease 0.2s;
	}

	.tab-panels ul li:hover::before {
	  width: 0%;
	}

	.tab-panels ul li:hover::after {
	  height: 0%;
	}

	.tab-panels ul li:hover {
	  text-decoration: none;
	}



  .tab-panels ul li.active {
        color:rgba(0,0,0,0.54);
        background-color: #ffc0cb;
      
        }

  .tab-panels .panel  {
        display:none;
        background: white;
	    color: black;
	    padding: 3% 4% 4% 4%;
	    border-radius: 0 0 0.8em 0.8em;
	    border: 1px solid #333;
      }

  /*20221206に修正
  .tab-panels .panel.active {
    display:block;
  }*/
  
/*波紋ボタン*/
  .ripple {
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 90%;
    font-size: 150%;
    padding: 5% 0 0;
    color: #000;
}

.ripple__effect {
    width: 150px;
    height: 150px;

    /* 必須 */
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    transform: scale(0);
    opacity: 0;
}

.ripple__effect.color { background: #ff4081;}

.ripple__effect.is-show {
    animation: ripple 0.75s ease-out;
}

@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}
/*ハトサポへのボタン*/

.btn-gradient{
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  font-size: 140%;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  background: linear-gradient(90deg, #61d4c2 0%, #0cb0fa 100%);
  margin: 0 1%;
}


@media only screen and (max-width: 450px){
a.btn-gradient {padding: 5% 13%;}   
}

a.btn-gradient span {
color:#fff;
}

a.btn-gradient:hover {
  opacity: 0.75;
}
/*切り取り線のデザイン*/
.linedesign{
  padding: 1% 1%;
  border-left: 4px dotted #000;
  font-size: 140%;
  margin: 2% 0 0.5% 0;
}


.acd-check{
    display: none;
}
.form {
    background: #fff;
    color: black;
    display: block;
    margin: 2% 1%;
    padding: 0.5% 1% 1.5%;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    line-height: 1.8;
}

.acd-label {
    background: #fff;
    color: black;
    display: block;
    padding: 1% 1% 0;
    position: relative;
    font-size: 160%;
}

@media only screen and (max-width: 500px){
.acd-label {font-size: 127%;}
}

.acd-label:after{
    box-sizing: border-box;
    content: '＋';
    display: block;
    padding: 0% 1% 0.5%;
    position: absolute;
    right: 0;
    top: 0px;
    font-size:150%;
}

@media only screen and (max-width: 768px){
.acd-label:after{
	display: none;
}
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '－';
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
    opacity: 1;
    padding: 2% 0px 5% 0px;
    visibility: visible;
}
 #child1 {
      background-color: #ffcccc;
      padding: 1% 2%;
    }
    #child2 {
      background-color: #bbe2f1;
      padding: 1% 2%;
    }

    @media (min-width: 1000px) {
      #parent {
        display: flex;
      }
      #child1 {
        flex-grow: 1;
      }
      #child2 {
        flex-grow: 1;
      }
    }