@charset "utf-8";

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .download-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
  }
  .download-text {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
  }
  
  .download-type-select > .download-type-select__select,
  .download-frequency-select > .download-frequency-select,
  .download-purpose-list label::before {
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  
  /* ----- download-type-select ----- */
  .download-type-wrap {
    margin-top: 1.45em;
  }
  .download-type-wrap.is-disabled {
    display: none;
  }
  .download-type-select {
    position: relative;
    margin-top: 5px;
  }
  .download-type-select + * {
    margin-top: 1.5em;
  }
  .download-type-select::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 10px solid #418fde;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    content:"";
  }
  .download-type-select > .download-type-select__select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 35px 3px 15px;
    border: 1px solid #ccc;
    background: none !important;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
  }
  .download-type-select > .download-type-select__select:hover {
    border-color: #aaa;
  }
  .download-type-select > .download-type-select__select::-ms-expand {
    display: none;
  }
  
   /* ----- download-frequency-select ----- */
  .download-frequency-wrap {
    margin-top: 1.45em;
  }
  .download-frequency-select {
    position: relative;
    margin-top: 6px;
  }
  .download-frequency-select + * {
    margin-top: 1.5em;
  }
  .download-frequency-select::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 10px solid #418fde;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    content:"";
  }
  .download-frequency-select > .download-frequency-select__select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 35px 3px 15px;
    border: 1px solid #ccc;
    background: none !important;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
  }
  .download-frequency-select > .download-frequency-select__select:hover {
    border-color: #aaa;
  }
  .download-frequency-select > .download-frequency-select__select::-ms-expand {
    display: none;
  }
  
  /* ----- download-purpose-list ----- */
  .download-purpose-wrap {
    margin-top: 1em;
  }
  .download-purpose-list {
    margin-top: 6px;
    display: flex;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
    flex-wrap: wrap;
    
  }
  .download-purpose-list li {
    width: calc(50% - 10px);
  }
  .download-purpose-list li:nth-child(2n){
    margin-left: 20px;
  }
  .download-purpose-list label {
    position: relative;
  }
  .download-purpose-list label [type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .download-purpose-list label {
    display: inline-block;
    padding-left: 32px;
    line-height: 1.5;
    cursor: pointer;
  }
  .download-purpose-list label::before {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .download-purpose-list label:has([type="radio"]:checked)::after {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #418fde;
    content: "";
  }
  .link-button-v2 a.is-disabled {
    background-color: #ccc;
    pointer-events: none;
    opacity: .7;
  }
  .link-button-v2 a.is-disabled:hover {
    background-color: #ccc;
  }
  
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .download-title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333;
  }
  .download-text {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
  }
  
  .download-type-select > .download-type-select__select,
  .download-frequency-select > .download-frequency-select,
  .download-purpose-list label::before {
    -webkit-transition: border-color .2s ease-out 0s;
    transition: border-color .2s ease-out 0s;
  }
  
  /* ----- download-type-select ----- */
  .download-type-wrap {
    margin-top: 18px;
  }
  .download-type-wrap.is-disabled {
    display: none;
  }
  .download-type-select {
    position: relative;
    margin-top: 7px;
  }
  .download-type-select + * {
    margin-top: 1.5em;
  }
  .download-type-select::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 10px solid #418fde;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    content:"";
  }
  .download-type-select > .download-type-select__select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 35px 3px 15px;
    border: 1px solid #ccc;
    background: none !important;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
  }
  .download-type-select > .download-type-select__select::-ms-expand {
    display: none;
  }
  
  /* ----- download-frequency-select ----- */
  .download-frequency-wrap {
    margin-top: 18px;
  }
  .download-frequency-select {
    position: relative;
    margin-top: 7px;
  }
  .download-frequency-select + * {
    margin-top: 1.5em;
  }
  .download-frequency-select::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-top: 10px solid #418fde;
    border-right: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 6px solid transparent;
    content:"";
  }
  .download-frequency-select > .download-frequency-select__select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 5px 35px 3px 15px;
    border: 1px solid #ccc;
    background: none !important;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
  }
  .download-frequency-select > .download-frequency-select__select::-ms-expand {
    display: none;
  }
  
  /* ----- download-purpose-list ----- */
  .download-purpose-wrap {
    margin-top: 17px;
  }
  .download-purpose-list {
    margin-top: 8px;
    display: flex;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    flex-wrap: wrap;
  }
  .download-purpose-list li{
    width: calc(50% - 10px);
  }
  .download-purpose-list li:nth-child(2n){
    margin-left: 15px;
  }
  .download-purpose-list label {
    position: relative;
  }
  .download-purpose-list label [type="radio"] {
    position: absolute;
    opacity: 0;
  }
  .download-purpose-list label {
    display: inline-block;
    padding-left: 32px;
    line-height: 1.5;
    cursor: pointer;
  }
  .download-purpose-list label::before {
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    content: "";
  }
  .download-purpose-list label:has([type="radio"]:checked)::after {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #418fde;
    content: "";
  }
  .link-button-v2 a.is-disabled {
    background-color: #ccc;
    pointer-events: none;
    opacity: .7;
  }
}