<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 768px) {
  img {
    border: 0;
  }

  input[type=text],
  textarea {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    resize: both;
  }

  input[type=radio],
  input[type=checkbox] {
    vertical-align: middle;
  }

  label {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }

  .h-form-main {
    margin-bottom: 20px;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ccc;
  }



  .h-form {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 3px 5px;
    font-weight: bold;
    font-size: 14px;
    border-left: 3px solid #006cb8;
  }

  .h-form2 {
    margin-top: 30px;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
  }

  .h-form3 {
    font-weight: bold;
    font-size: 14px;
  }

  .form-exlain {
    margin-bottom: 30px;
  }
  
  .form-exlain .fsize12 {
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #C00;
  }
  
  .form-exlain .attention-wrap{
    display: inline-block;
    border: solid #006CB8 1px;
    background: #f2faff;
    padding: 20px;
    margin-bottom: 10px;
  }

  .form-attention {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #C00;
  }
  .form-attention .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .form-attention p {
    margin-bottom: 10px;
  }

  .dl-sub {
    display: inline-block;
    padding: 0 10px;
    min-width: 50px;
  }

  .form-line {
    display: table;
    margin-bottom: 1px;
    width: 100%;
  }
  .form-line dt {
    position: relative;
    display: table-cell;
    padding: 10px;
    width: 240px;
    background: #E4E4E4;
    vertical-align: top;
  }
  .form-line dt .input-type {/* oorui edit 2019-06-21 */
    position: absolute;
    font-size: 10px;
    padding: 1px;
    color: #C00;
    border: 1px solid #C00;
    margin-left : 5px;
    margin-right : 5px;
    white-space: nowrap
  }
  .form-line dd {
    padding: 10px;
    display: table-cell;
  }
  .form-line dd select {  /*oorui add 2019-06-21*/
    border: 1px solid #CCC;
    padding: 5px;
  }
  .form-line dd select:disabled { /* oorui add 2019-08-30 */
    color: black;
    background-color: #EBEBE4;
  }
  .form-line dd select:disabled::-ms-value,
  .form-line dd select:disabled::-ms-expand {
    color: black;
    background-color: #EBEBE4;
  }

/*
  .form-box {
    margin-bottom: 30px;
  }


  .form-box .explain {
    margin-bottom: 20px;
  }
*/
  .form-block {
    margin-bottom: 5px;
  }

  .form-note {
    margin-top: 5px;
  }

  .agree-wrap {
    margin-bottom: 30px;
    text-align: center;
  }
  .agree-wrap p {
    margin-bottom: 20px;
  }
  .agree-wrap .agree-btn {
    font-size: 16px;
    font-weight: bold;
  }

  .btn-wrap {
    text-align: center;
  }
  .btn-wrap .btn {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .btn-wrap .btn-p {
    color: #FFF;
    background: #006CB8;
    border: 1px solid #006CB8;
    transition: all 0.1s linear;
  }
  .btn-wrap .btn-p[disabled=disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .form-error {
    margin-bottom: 50px;
    color: #C00;
    font-size: 14px;
    text-align: center;
  }

  .others-wrap {
    margin: 0 auto 50px;
    width: 960px;
    border: 1px solid #e2e2e2;
  }
  .others-wrap dl {
    margin: 0 auto;
    display: table;
    width: 100%;
  }
  .others-wrap dl dt {
    text-align: center;
    width: 400px;
  }
  .others-wrap dl dl &gt; * {
    padding: 20px 0;
    display: table-cell;
  }
  .others-wrap dl &gt; * {
    padding: 20px 0;
    display: table-cell;
  }
  .others-wrap dd img {
    margin-bottom: 15px;
  }
  .others-wrap dd a {
    position: relative;
    display: block;
    padding-left: 15px;
    background: url(/reform/img/icn-arw.png) no-repeat center left;
  }
  .others-wrap2 {
    border: 1px solid #e2e2e2;
    margin: 30px auto 0;
    width: 960px;
  }
  .others-wrap2 dl {
    margin: 0 auto;
    display: table;
    width: 100%;
  }
  .others-wrap2 dl dt {
    text-align: center;
    width: 400px;
  }
  .others-wrap2 dl dl &gt; * {
    padding: 20px 0;
    display: table-cell;
  }
  .others-wrap2 dl &gt; * {
    padding: 20px 0;
    display: table-cell;
  }
  .others-wrap2 dd img {
    margin-bottom: 15px;
  }
  .others-wrap2 dd a {
    position: relative;
    display: block;
    padding-left: 15px;
    background: url(/reform/img/icn-arw.png) no-repeat center left;
  }

  .btn2 {
    width: auto;
    color: #000;
  }

}
@media screen and (max-width: 767px) {
  .h-main span {
    display: none;
  }

  input[type=text],
  textarea {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    resize: both;
  }

  input[type=radio],
  input[type=checkbox] {
    vertical-align: middle;
  }

  label {
    display: inline-block;
    margin: 5px 10px 5px 0;
  }





  .h-form-main {
    margin: 0 3% 20px;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ccc;
  }

  .h-form {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 3px 5px;
    font-weight: bold;
    font-size: 14px;
    border-left: 3px solid #006cb8;
  }

  .h-form2 {
    margin-bottom: 20px;
    font-size: 11px;
    background: #f3f3f3;
    position: relative;
    padding: 10px;

  }

  .h-form3 {
    font-weight: bold;
    font-size: 14px;
  }

  .form-exlain {
    padding: 0 3%;
    margin-bottom: 30px;
  }
    .form-exlain .fsize12 {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #C00;
  }
  
    .form-exlain .attention-wrap{
    display: inline-block;
    border: solid #006CB8 1px;
    background: #f2faff;
    padding: 20px;
    margin-bottom: 10px;
  }

  .form-attention {
    margin-bottom: 30px;
    padding: 20px;
    margin: 3%;
    border: 1px solid #C00;
  }
  .form-attention .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  }
  .form-attention p {
    margin-bottom: 10px;
  }

  .dl-sub {
    display: inline-block;
    padding: 0 10px;
    min-width: 50px;
  }

  .form-line {
    display: table;
    margin-bottom: 1px;
    width: 100%;
  }
  .form-line dt {
    position: relative;
    display: block;
    padding: 10px;
    width: 100%;
    background: #E4E4E4;
    vertical-align: top;
  }
  .form-line dt .input-type {/* oorui edit 2019-06-21 */
    position: absolute;
    font-size: 10px;
    padding: 1px;
    color: #C00;
    border: 1px solid #C00;
    margin-left : 5px;
    margin-right : 5px;
    white-space: nowrap
  }
  .form-line dd {
    padding: 10px;
    display: block;
    width: 100%;
  }
  .form-line dd select { 
    border: 1px solid #ccc;
    padding: 5px;
  }
  .form-line dd select:disabled { /* oorui add 2019-08-30 */
    color: black;
    background-color: #EBEBE4;
  }
  .form-box {
/*
    margin-bottom: 30px;
*/
    padding: 0 3%;
  }
  .form-box .explain {
    margin-bottom: 20px;
  }

  .form-block {
    margin-bottom: 5px;
  }

  .form-note {
    margin-top: 5px;
  }

  .agree-wrap {
    margin: 0 3% 30px;
    text-align: center;
  }
  .agree-wrap p {
    margin-bottom: 20px;
  }
  .agree-wrap .agree-btn {
    font-size: 16px;
    font-weight: bold;
  }

  .btn-wrap {
    text-align: center;
    margin-bottom: 30px;
  }
  .btn-wrap .btn {
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    font-size: 18px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .btn-wrap .btn-p {
    color: #FFF;
    background: #006CB8;
    border: 1px solid #006CB8;
    transition: all 0.1s linear;
  }
  .btn-wrap .btn-p[disabled=disabled] {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .form-error {
    margin-bottom: 50px;
    color: #C00;
    font-size: 14px;
    text-align: center;
  }

  .others-wrap {
    margin: 0 3% 53px;
    padding: 3%;
    border: 1px solid #e2e2e2;
  }
  .others-wrap dl {
    margin: 0 auto;
    display: table;
    width: 100%;
  }
  .others-wrap dl dt {
    text-align: center;
  }
  .others-wrap dl dt img {
    width: 100%;
    height: auto;
  }
  .others-wrap dl dl &gt; * {
    display: block;
  }
  .others-wrap dl &gt; * {
    margin-bottom: 10px;
    display: block;
  }
  .others-wrap dd img {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  .others-wrap dd a {
    position: relative;
    display: block;
    margin: 20px 0;
    padding-left: 15px;
    background: url(/reform/img/icn-arw.png) no-repeat center left;
  }

  .btn2 {
    width: 94% !important;
    display: block !important;
    color: #000;
    margin: 0 auto 10px !important;
    font-size: 12px !important;
  }

  .other {
    display: block;
    margin-top: 5px;
  }
  .other input {
    margin-top: 5px;
  }
}
</pre></body></html>