#contract_confirm {
  width: 700px;
  height: auto;
}
#contract_confirm > div {
  padding: 15px;
  background: rgba(5, 177, 155, 0.1);
}
#contract_confirm > div > p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
#contract_confirm > div form textarea {
  display: none;
}
#contract_confirm > div form > a {
  margin: 0 auto;
  width: 350px;
  height: 50px;
}
#contract_confirm > ul {
  margin: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#contract_confirm > ul li {
  margin: 0 0 0 25px;
}
#contract_confirm > ul li:first-child {
  margin: 0;
}
#contract_confirm > ul li a {
  padding: 20px 50px;
  height: 50px;
}

#change5 {
  width: 600px;
}
#change5 > p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
}
#change5 .err_block {
  display: none;
}
#change5 > article > p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
#change5 > article form dl {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  border-bottom: solid 1px #c0c6c9;
}
#change5 > article form dl:nth-of-type(2) {
  -ms-flex-align: center;
      align-items: center;
}
#change5 > article form dl dt, #change5 > article form dl dd {
  font-size: 18px;
}
#change5 > article form dl dt {
  width: 200px;
}
#change5 > article form dl dd input[data-text] {
  height: 45px;
}
#change5 > article form dl dd [data-checkbox] {
  margin-top: 5px;
}
#change5 > article form dl dd [data-checkbox] input:checked + span {
  border: solid 3px #3eb370;
}
#change5 > article form dl dd [data-checkbox] input:checked + span:after {
  width: 15px;
  height: 10px;
  top: 5px;
  left: 5px;
}
#change5 > article form dl dd [data-checkbox] input + span {
  width: 30px;
  height: 30px;
  border: solid 3px #c0c6c9;
}
#change5 > article form dl dd [data-checkbox] input + span + span {
  margin-left: 5px;
  font-size: 16px;
}
#change5 > article > a {
  margin: 20px auto 0 auto;
  width: 400px;
}

#duck_information {
  width: 1000px;
  height: 500px;
  padding-right: 10px;
}
#duck_information ul {
  margin: 0 0 0 0;
}
#duck_information ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #c0c6c9;
}
#duck_information ul li a {
  color: #595857;
}
#duck_information ul li a:hover {
  background-color: #f00;
}
#duck_information ul li a dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
}
#duck_information ul li a dl dd {
  padding-left: 40px;
}

#clipping_about {
  width: 1000px;
  height: 700px;
  overflow-y: scroll;
}

#email_auth {
  width: 700px;
}
#email_auth [data-err_label] {
  margin: 10px auto 0 auto;
  padding: 15px 10px;
  width: 500px;
  border: solid 1px #dc143c;
  color: #dc143c;
  display: block;
  text-align: center;
  background: rgba(220, 20, 60, 0.2);
}
#email_auth p {
  text-align: center;
}
#email_auth p:nth-of-type(1) {
  font-size: 35px;
  font-weight: 600;
}
#email_auth p:nth-of-type(1) span {
  margin: 0 0 0 10px;
  font-size: 25px;
  font-weight: 600;
}
#email_auth p:nth-of-type(2) {
  margin: 25px 0 0 0;
  line-height: 1.4;
  font-size: 16px;
}
#email_auth > div {
  margin: 20px auto 0 auto;
  width: 200px;
}
#email_auth > div > input[type="text"] {
  width: 100%;
  text-align: center;
}
#email_auth > ul {
  margin: 40px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 640px;
}
#email_auth > ul li:first-child {
  margin: 0;
}
#email_auth > ul li a {
  width: 300px;
}

#clipping_menu {
  width: 900px;
  min-height: 400px;
  padding-right: 0 !important;
}
#clipping_menu aside div {
  margin: 0 auto;
  width: 300px;
}
#clipping_menu aside p {
  margin: 10px 0 0 0;
  text-align: center;
}
#clipping_menu aside section {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#clipping_menu aside section dl {
  margin: 15px 0 0 0;
  padding: 0 20px 0 0;
}
#clipping_menu aside section dl:nth-of-type(1) {
  margin: 30px 0 0 0;
}
#clipping_menu aside section dl dt {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
#clipping_menu aside section dl dt:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #89c3eb;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#clipping_menu aside section dl dd {
  margin: 25px 0 0 0;
  width: 100%;
  line-height: 1.6;
  font-size: 16px;
}
#clipping_menu aside section dl dd pre {
  width: 100%;
  white-space: pre-wrap;
}
#clipping_menu a {
  margin: 40px auto 0 auto;
  width: 500px;
}

#dl_i {
  width: 550px;
}
#dl_i p {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 24px;
}
#dl_i > ul {
  padding: 0 0 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: solid 1px #c0c6c9;
}
#dl_i > ul li:first-child {
  font-size: 15px;
}
#dl_i > ul li:nth-child(n + 2) {
  margin-left: 25px;
}
#dl_i > ul li a {
  width: 180px;
  height: 40px;
  font-size: 15px;
}
#dl_i p[data-dlst] {
  margin: 10px 0 0 0;
  font-size: 13px;
}
#dl_i > article {
  padding: 35px 0 0 0;
}
#dl_i > article > p {
  margin: 0 0 20px 0;
  line-height: 1.3;
  text-align: left;
  font-size: 16px;
}
#dl_i > article .err_block {
  margin: 0 !important;
  display: none;
}
#dl_i > article dl {
  margin: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dl_i > article dl dt {
  margin-bottom: 10px;
  width: 100%;
}
#dl_i > article dl dd:nth-of-type(1) {
  width: 435px;
}
#dl_i > article dl dd:nth-of-type(2) {
  margin-left: 15px;
  width: 100px;
}
#dl_i > article dl dd:nth-of-type(2) a {
  width: 100px;
  height: 45px;
}
#dl_i > article dl dd input, #dl_i > article dl dd select {
  padding: 0 15px;
  width: 100%;
  height: 45px;
  line-height: 40px;
}

#dl_q {
  width: 500px;
}
#dl_q p {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 24px;
}
#dl_q > ul {
  margin: 20px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#dl_q > ul li:nth-child(n + 2) {
  margin-left: 25px;
}
#dl_q > ul li a {
  width: 280px;
  height: 45px;
}
#dl_q p:nth-of-type(2) {
  margin: 10px 0 0 0;
  font-size: 13px;
}

#information {
  width: 1000px;
  height: 500px;
}
#information > p {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
}
#information > div {
  margin: 20px 0 0 0;
  padding: 10px 10px 50px 0;
  width: 100%;
  height: 400px;
  line-height: 1.4;
}
#information > div p {
  line-height: 1.4;
  font-size: 16px;
}
#information > a {
  margin: 20px auto 0 auto;
  width: 300px;
}

#sim_qa {
  padding: 10px 0;
  width: 700px;
}
#sim_qa > p {
  font-size: 20px;
  font-weight: 600;
}
#sim_qa > div {
  margin: 30px 0 0 0;
  width: 100%;
  line-height: 1.4;
}
#sim_qa > ul {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#sim_qa > ul li a {
  width: 200px;
  height: 50px;
}

#sim_result {
  padding: 30px 0 10px 0;
  width: 850px;
  height: auto;
}
#sim_result > p {
  text-align: center;
}
#sim_result > p:nth-of-type(1) {
  position: relative;
  font-size: 35px;
  font-weight: 600;
}
#sim_result > p:nth-of-type(1) span {
  margin: 0 0 0 10px;
  font-size: 25px;
  font-weight: 600;
}
#sim_result > p:nth-of-type(2) {
  margin: 25px 0 0 0;
  line-height: 1.4;
  font-size: 16px;
}
#sim_result > div {
  margin: 40px 0 0 0;
  padding: 15px;
  background: rgba(5, 177, 155, 0.1);
}
#sim_result > div > p {
  text-align: center;
  font-size: 15px;
}
#sim_result > div form > ul {
  margin: 10px 0 0 0;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#sim_result > div form > ul > li input {
  padding: 0 10px;
  width: 400px;
  height: 50px;
  font-size: 15px;
}
#sim_result > div form > ul > li:nth-of-type(2) {
  margin: 0 0 0 5px;
}
#sim_result > div form > ul > li:nth-of-type(2) a {
  height: 50px;
  font-size: 15px;
}
#sim_result > ul {
  margin: 20px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#sim_result > ul li {
  margin: 0 0 0 25px;
}
#sim_result > ul li:first-child {
  margin: 0;
}
#sim_result > ul li a {
  padding: 20px 50px;
  height: 50px;
}

#sim_auth {
  width: 700px;
}
#sim_auth [data-err_label] {
  margin: 10px auto 0 auto;
  padding: 15px 10px;
  width: 500px;
  border: solid 1px #dc143c;
  color: #dc143c;
  display: block;
  text-align: center;
  background: rgba(220, 20, 60, 0.2);
}
#sim_auth p {
  text-align: center;
}
#sim_auth p:nth-of-type(1) {
  font-size: 35px;
  font-weight: 600;
}
#sim_auth p:nth-of-type(1) span {
  margin: 0 0 0 10px;
  font-size: 25px;
  font-weight: 600;
}
#sim_auth p:nth-of-type(2) {
  margin: 25px 0 0 0;
  line-height: 1.4;
  font-size: 16px;
}
#sim_auth > div {
  margin: 20px auto 0 auto;
  width: 200px;
}
#sim_auth > div > input[type="text"] {
  width: 100%;
  text-align: center;
}
#sim_auth > ul {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#sim_auth > ul li {
  margin: 0 0 0 25px;
}
#sim_auth > ul li:first-child {
  margin: 0;
}
#sim_auth > ul li a {
  padding: 20px 50px;
  width: 200px;
  height: 50px;
}

#sim_estimate_download {
  padding: 30px 0 10px 0;
  width: 600px;
  height: auto;
}
#sim_estimate_download > p {
  text-align: center;
}
#sim_estimate_download > p:nth-of-type(1) {
  position: relative;
  font-size: 25px;
  font-weight: 600;
}
#sim_estimate_download > p:nth-of-type(1) span {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
#sim_estimate_download > p:nth-of-type(2) {
  margin: 25px 0 0 0;
  line-height: 1.4;
  font-size: 14px;
}
#sim_estimate_download > p:nth-of-type(2) span {
  color: #f53240;
}
#sim_estimate_download > div {
  margin: 20px 0 0 0;
  padding: 15px;
  background: rgba(5, 177, 155, 0.1);
}
#sim_estimate_download > div ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#sim_estimate_download > div ol li:first-child {
  margin: 0 25px 0 0;
}
#sim_estimate_download > div ol li > a {
  margin: 0 auto;
  width: 255px;
}
#sim_estimate_download > ul {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#sim_estimate_download > ul li {
  margin: 0 0 0 25px;
}
#sim_estimate_download > ul li:first-child {
  margin: 0;
}
#sim_estimate_download > ul li a {
  padding: 20px 50px;
  height: 50px;
}

#group_modal {
  width: 700px;
}
#group_modal > p {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
#group_modal .sim_err_block {
  margin: 30px 0 0 0;
}
#group_modal section {
  margin: 15px 0 0 0;
}
#group_modal section:nth-of-type(1) {
  margin: 30px 0 0 0;
}
#group_modal section > p {
  padding: 10px 0;
  background-color: rgba(5, 177, 155, 0.2);
  text-align: center;
  font-size: 18px;
  font-weight: 200;
}
#group_modal section > p + dl {
  margin: 20px 0 0 0;
}
#group_modal section dl {
  margin: 10px 0 0 0;
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#group_modal section dl dt {
  width: 130px;
  font-size: 18px;
  font-weight: 600;
}
#group_modal section dl dd {
  padding: 0 0 0 30px;
}
#group_modal section dl dd input, #group_modal section dl dd select {
  height: 50px;
}
#group_modal section dl dd p {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
#group_modal section dl dd ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
#group_modal section dl dd ol li:last-child {
  padding: 0 0 0 10px;
}
#group_modal > ul {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#group_modal > ul li {
  margin: 0 0 0 25px;
}
#group_modal > ul li:first-child {
  margin: 0;
}
#group_modal > ul li a {
  padding: 20px 50px;
  height: 50px;
}

#sim_check {
  padding: 30px 0 10px 0;
  width: 600px;
  height: auto;
}
#sim_check > div p:nth-of-type(1) {
  text-align: center;
  color: #dc143c;
  font-size: 24px;
  font-weight: 600;
}
#sim_check > div ol {
  margin: 15px 0 0 0;
  padding: 0 0 0 40px;
  list-style: disc;
}
#sim_check > div ol li {
  margin: 0 0 5px 0;
  line-height: 1.3;
  font-size: 15px;
}
#sim_check > div label {
  margin: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#sim_check > div label span {
  margin: 0 0 0 5px;
  top: -1px;
  position: relative;
  display: block;
  font-size: 18px;
}
#sim_check > ul {
  margin: 30px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#sim_check > ul > li:first-child a {
  width: 200px;
}
#sim_check > ul > li:last-child span, #sim_check > ul > li:last-child a {
  width: 360px;
}
#sim_check > ul > li:last-child a {
  display: none;
}
