@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.bl {
  display: block;
  width: 100%; }

body {
  -webkit-text-size-adjust: none; }

body, html {
  font-size: 16px;
  line-height: 1.8em;
  color: #3c3c3c;
word-break: break-all;
  font-family: 'Noto Sans JP', -apple-system,'Lucida Grande', 'Helvetica Neue','Hiragino Kaku Gothic ProN', '游ゴシック','メイリオ',meiryo,sans-serif; }
/*
#toppage {
  font-size: 12px; }
*/
  #toppage header {
    margin-bottom: 0; }
  #toppage .heading {
    background-color: #F9E3E3;
    padding: 16px;
    text-align: center; }
    #toppage .heading h2 {
      font-weight: bold;
      font-size: 16px;
      color: #D10657;
      margin-bottom: 10px; 
      text-align: center; 
}
  #toppage li {
    padding: 40px; }
    #toppage li > div {
      max-width: 900px;
      margin: 0 auto; }
    #toppage li:nth-child(even) {
      background-color: #FCF2F6; }
    #toppage li h2 {
      border-bottom: 2px solid #D10657; }
      #toppage li h2 strong {
        font-weight: bold;
        font-size: 20px;
        float: left;
        color: #D10657; }
      #toppage li h2 small {
        float: right; }
    #toppage li .tbt {
      float: left;
      width: 48%; }
      #toppage li .tbt:last-child {
        margin-left: 4%; }
      #toppage li .tbt > p {
        text-align: center;
        margin-bottom: 0.6em; }
      #toppage li .tbt > span {
        display: block;
        width: 100%;
        background-color: #ccc;
        color: #fff;
        text-align: center;
        font-size: 16px;
        padding: 0.7em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative;
        top: 4px; }
    #toppage li .tbt > a {
      display: block;
      width: 100%;
      background-color: #55a2f1;
      color: #fff;
      text-align: center;
      font-size: 16px;
      padding: 0.7em;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-shadow: 0px 4px 0px #386ca0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
		margin-bottom: 10px;
      position: relative;
      top: 0;
      opacity: .5; }

/*
      #toppage li .tbt > a:after {
        position: absolute;
        display: block;
        text-align: center;
        color: #000;
        font-size: 11px;
        width: 100%;
        bottom: -2.4em;
        left: 0;
        white-space: nowrap;
        content: "※ページ上部、個人情報の利用についてご同意ください"; }
*/
  #toppage li .tbt:after {
        text-align: center;
        font-size: .8em;
        width: 100%;
	  line-height: 1.2;
        content: "※ページ上部、個人情報の利用についてご同意ください"; }

      #toppage li .tbt > a:hover {
        text-decoration: none;
        cursor: default; }
      #toppage li .tbt > a.active {
        cursor: pointer;
        opacity: 1; }
        #toppage li .tbt > a.active:after {
          display: none; }
        #toppage li .tbt > a.active:hover {
          top: 4px;
          box-shadow: 0px 0px 0px #386ca0; }
    #toppage li .tbt:nth-child(2) > a {
      background-color: #3caf84;
      box-shadow: 0px 4px 0px #348466; }
      #toppage li .tbt:nth-child(2) > a.active:hover {
        box-shadow: 0px 0px 0px #348466; }
  #toppage .privacybox {
    max-width: 900px;
    width: 95%;
    margin: 20px auto;
    border: 1px solid #999; }
  #toppage .privacybox h3 {
    background-color: #999;
    padding: 0.5em;
    color: #fff;
    font-weight: bold; }
  #toppage .privacybox p {
    padding: 1em; }
  #toppage #privacy-check {
    max-width: 600px;
    width: 95%;
    cursor: pointer;
    margin: 0px auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 0.5em 1em 0.5em;
    border: 1px solid #d60050;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; }
    #toppage #privacy-check:hover {
      background-color: #efefef; }
    #toppage #privacy-check span {
      display: inline-block;
      width: 20px;
      height: 20px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      outline: 2px solid #d60050;
      left: 8px;
      top: 50%;
      border: 2px solid #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      vertical-align: middle;
      margin: 8px; }
    #toppage #privacy-check.active span {
      background-color: #d60050; }

header {
  padding: 10px;
  background-color: #f5f5f5;
  border-bottom: 4px solid #d60050;
  margin-bottom: 36px; }
  header h1 {
    max-width: 640px;
    margin: 0 auto; }
    header h1 img {
      display: block;
      width: 100%; }

h2 {
  margin-bottom: 20px;text-align: center; }
  h2 span {
    display: inline-block;
    font-size: 24px;
    padding: 0.3em;
    border-bottom: 3px solid #3c3c3c;
    margin-bottom: 0.7em; }
  h2 strong {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #d60050; }

#form {
  max-width: 780px;
  margin: 0 auto; }
  #form .center {
    text-align: center; }
  #form .radio {
    margin-top: 32px;
    text-align: center;
    margin-bottom: 40px; }
    #form .radio label:not(.error) {
      display: inline-block;
      position: relative;
      margin: 0 10px;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      padding: 0.6em 0.6em 0.6em 36px;
      border: 2px solid #d60050; }
      #form .radio label:not(.error):hover {
        background-color: rgba(0, 0, 0, 0.1); }
      #form .radio label:not(.error) span {
        display: block;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: absolute;
        outline: 2px solid #d60050;
        left: 8px;
        top: 50%;
        border: 2px solid #fff;
        margin-top: -10px;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s; }
    #form .radio input[type=radio] {
      width: 1px;
      height: 1px;
      opacity: 0; }
    #form .radio input[type=radio]:checked + span {
      background-color: #d60050; }
  #form table {
    width: 100%; }
    #form table th {
      line-height: 1.2;
      width: 11em;
      text-align: left;
      font-weight: bold;
      border-right: 1px solid #adadad; }
      #form table th .s {
        font-size: 12px;
        color: #d60050;
        font-weight: normal; }
    #form table td, #form table th {
      vertical-align: middle;
      padding: 0.7em 1em;
      font-size: 18px; }
    #form table tr:nth-child(odd) td, #form table tr:nth-child(odd) th {
      background-color: #fff0ef; }
    #form table input[type="text"], #form table input[type="tel"], #form table input[type="email"] {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      color: #555;
      display: block;
      width: 90%;
      font-size: 18px;
      padding: 0.4em 0.6em;
      border-radius: 4px;
      border: 1px solid #d60050; }
      #form table input[type="text"].h, #form table input[type="tel"].h, #form table input[type="email"].h {
        max-width: 10em; }
  #form .p {
    padding: 1em; }
  #form .att {
    font-size: 16px;
    color: #d60050;
    padding: 1em;
    margin: 24px auto 40px; }
  #form .pass {
    padding: 1em;
    text-align: center; }
  #form .attention {
    margin: 40px auto 0;
    max-width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1.6em;
    border: 2px solid #d60050; }
    #form .attention h3 {
      font-weight: bold;
      font-size: 18px;
      color: #d60050;
      margin-bottom: 0.6em; }
    #form .attention ul {
      padding-left: 1.5em; }
    #form .attention li {
      list-style-type: disc;
      list-style-position: outside; }
  #form input[type="submit"] {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    max-width: 400px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #d60050;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border: 0;
    margin: 40px auto 0;
    position: relative;
    top: 0;
    box-shadow: 0px 6px 0px #87073b; }
    #form input[type="submit"]:hover {
      box-shadow: 0px 0px 0px #87073b;
      top: 6px; }

label.error {
  font-size: 12px;
  color: #d60050;
  font-weight: normal;
  display: block;
  padding: 0.1em 0.4em;
  margin-top: 6px;
  background-color: #d60050;
  color: #fff; }

select + label.error {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin: 0 10px;
  margin-top: 0px;
  background-color: #d60050;
  color: #fff; }

#idpass {
  max-width: 800px;
  width: 90%;
  margin: 0 auto; }
  #idpass p {
    margin-top: 20px;
    text-align: center; }
  #idpass .bi {
    text-align: center; }
  #idpass input[type="text"], #idpass input[type="tel"], #idpass input[type="email"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 640px;
    color: #555;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    font-size: 18px;
    padding: 0.4em 0.6em;
    border-radius: 4px;
    border: 1px solid #d60050; }
    #idpass input[type="text"].h, #idpass input[type="tel"].h, #idpass input[type="email"].h {
      max-width: 10em; }
  #idpass input[type="submit"] {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    max-width: 400px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #d60050;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border: 0;
    margin: 40px auto 0;
    position: relative;
    top: 0;
    box-shadow: 0px 6px 0px #87073b; }
    #idpass input[type="submit"]:hover {
      box-shadow: 0px 0px 0px #87073b;
      top: 6px; }
  #idpass table {
    width: 100%; }
    #idpass table th {
      line-height: 1.2;
      width: 11em;
      text-align: left;
      font-weight: bold;
      border-right: 1px solid #adadad; }
      #idpass table th .s {
        font-size: 12px;
        color: #d60050;
        font-weight: normal; }
    #idpass table td, #idpass table th {
      vertical-align: middle;
      padding: 0.7em 1em;
      font-size: 18px; }
    #idpass table tr:nth-child(odd) td, #idpass table tr:nth-child(odd) th {
      background-color: #fff0ef; }

footer {
  padding-bottom: 40px;
  margin-top: 120px; }
  footer img {
    display: block;
    max-width: 300px;
    width: 60%;
    margin: 0 auto; }
  footer p {
    font-size: 11px;
    text-align: center; }

th span {
  color: red; }

table.s {
  margin-bottom: 40px; }

.stxt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px; }

.formprev {
  display: block;
  max-width: 200px;
  text-align: center;
  padding: 0.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #999;
  color: #fff;
  margin: 40px auto;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }
  .formprev:hover {
    opacity: .7; }
  .formprev:hover {
    text-decoration: none; }

.center {
  text-align: center; }

.p1606aadd{ text-align: center;}

@media screen and (max-width: 640px) {
  #form .radio > label {
    display: block;
    margin: 0 auto 10px !important;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #form #pass > label {
    display: inline-block;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    width: auto;
    margin: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #form #pass .error {
    display: block;
    max-width: 90%;
    margin: 0 auto; }
  #form table {
    display: block; }
    #form table tbody, #form table tr, #form table td, #form table th {
      display: block;
      font-size: 16px; }
    #form table th {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      line-height: 1.2;
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #adadad; }
      #form table th .s {
        font-size: 12px;
        color: #d60050;
        font-weight: normal; }
    #form table tr:nth-child(odd) td, #form table tr:nth-child(odd) th {
      background-color: #fff0ef; }
    #form table input[type="text"], #form table input[type="tel"], #form table input[type="email"] {
      width: 100%;
      font-size: 16px; }
  #form .att {
    font-size: 16px;
    color: #d60050;
    padding: 1em;
    margin: 24px auto 40px; }
  #form .attention {
    margin: 40px auto 0;
    max-width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1.6em;
    border: 2px solid #d60050; }
    #form .attention h3 {
      font-weight: bold;
      font-size: 18px;
      color: #d60050;
      margin-bottom: 0.6em; }
    #form .attention ul {
      padding-left: 1.5em; }
    #form .attention li {
      list-style-type: disc;
      list-style-position: outside; }
  #form input[type="submit"] {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    max-width: 400px;
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #d60050;
    padding: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    border: 0;
    margin: 40px auto 0;
    position: relative;
    top: 0;
    box-shadow: 0px 6px 0px #87073b; }
    #form input[type="submit"]:hover {
      box-shadow: 0px 0px 0px #87073b;
      top: 6px; }

  #toppage li .tbt {
    float: none;
    width: 100%; }
	.p1606aadd{ text-align: left;}
	
	#toppage .heading{ text-align: left;}
	#toppage .heading h2 {text-align: left;}
	
#toppage li .tbt:last-child {
    margin: 0 auto;
    text-align: left!important;
    width: 100%!important;
	max-width: 100%!important;
	line-height: 1.2;
}
	
}
