html {
  min-height: 100%;
  position: relative;
}

body {
  height: 100%;
  margin: 0;
}

/* フォント定義 */
.a__error {
  font-family: 'BIZ UD Shin Go Regular';
}

p {
  font-family: 'BIZ UD Shin Go Regular';
}

h2 {
  font-family: 'BIZ UD Shin Go Regular';
}

.b__body {
  font-family: 'BIZ UD Shin Go Regular';
  padding-bottom: 80px;
}

.a__eula_tdm .b__body {
  font-family: sans-serif;
}

.a__eula_tdm .b__body div#ko {
  font-family: "UD Shin Go Hangul Regular";
}

.a__eula_tdm .b__body div#ko b {
  font-family: "UD Shin Go Hangul DemiBold";
}

.a__eula_tdm .b__body div#zh_tw {
  font-family: "Hiragino Sans TC W3";
  color: #434c5f;
}

.a__eula_tdm .b__body div#zh_tw b {
  font-family: "Hiragino Sans TC W6";
}

.a__eula_tdm .b__body div#ja {
  font-family: "UD Shin Go Regular JIS2004";
}
.a__eula_tdm .b__body div#ja p.right {
  text-align: right;
  margin-bottom: 0;
}

.b__header_login {
  font-family: 'BIZ UD Shin Go Regular';
}

form {
  font-family: 'BIZ UD Shin Go Regular';
}

.b__footer {
  font-family: 'BIZ UD Shin Go Regular';
}

.w__btn input {
  font-family: 'BIZ UD Shin Go Regular';
}

.btn_disabled {
  font-family: 'BIZ UD Shin Go Regular';
}

.btn_back {
  font-family: 'BIZ UD Shin Go Regular';
}

input[type='hidden'] {
  font-family: 'BIZ UD Shin Go Regular';
}

.input_form {
  font-family: sans-serif !important;
}

.input_form_half {
  font-family: sans-serif !important;
}

.input_form_search {
  font-family: sans-serif !important;
}

.input_form_number {
  font-family: sans-serif !important;
}

#license_number {
  font-family: sans-serif !important;
}

#coupon_code {
  font-family: sans-serif !important;
}

.input_form_txt {
  font-family: sans-serif !important;
}

/* Chrome/Safari/FireFox セレクトボックスのデフォルトの矢印を消す */
label select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* IE10以上 セレクトボックスのデフォルトの矢印を消す */
label select::-ms-expand {
  display: none;
}

/* IE10以上 テキストエリアのスクロールバーを消す */
textarea {
  overflow: auto;
}

/* ログイン前共通ヘッダー */
.b__header {
  max-width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.b__header img {
  width: 314px;
  height: 46px;
  margin-top: 46px;
}

.b__header a .header_image:hover {
  opacity: 1;
}

.b__header__signup {
  font-family: 'BIZ UD Shin Go Regular';
  display: inline-block;
  float: right;
  color: #434c5f;
  margin: 48px 64px 0 0;
  text-decoration: none;
  position: absolute;
  right: 0;
}

.b__header a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* ログイン後ヘッダー */
.b__header_login {
  max-width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  position: relative;
}

.b__header_login img {
  width: 189px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-left: 64px;
}

.b__header_login .login_btn {
  height: 28px;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 38px 64px 54px 0;
  margin-right: 64px;
}

.b__header_login ul {
  list-style-type: none;
}

.b__header_login .login_btn ul li {
  margin: 0 16px;
  font-size: 14px;
  color: #434c5f;
  text-decoration: none;
  position: relative;
  float: left;
}

.b__header_login .login_btn ul li a {
  text-decoration: none;
  color: #434c5f;
}

.b__header_login .login_btn ul li a:hover {
  cursor: pointer;
  color: #036eb8;
}

.b__header_login .login_btn ul li:hover {
  cursor: pointer;
  color: #036eb8;
}

.b__header_login .login_btn #menu #member_name {
  height: 27px;
}

.b__header_login .login_btn #menu li ul {
  margin-top: 10px;
  display: none;
  position: absolute;
  left: -10px;
  padding: 5px;
  width: 120px;
  border: solid 1px #ccc;
  background-color: #fff;
}

.b__header_login .login_btn #menu li ul li {
  margin: 4px;
  padding: 0;
  width: 108px;
  border: none;
}

.b__header_login .login_btn #menu li ul li:first-child {
  padding-top: 8px;
}

.b__header_login .login_btn #menu li ul li a:hover {
  color: #036eb8;
}

.b__header_login .login_btn #menu li ul li a {
  display: inline-block;
  width: 120px;
  height: 20px;
  color: #434c5f;
  text-decoration: none;
}

.b__header_login .login_btn ul li p {
  display: inline-block;
  margin: 0 0 3px 8px;
  vertical-align: 2px;
  font-size: 8px;
  color: #434c5f;
  text-decoration: none;
}

.b__header_login .login_btn ul li:hover p {
  color: #036eb8;
}

.b__header_login .login_btn #menu li ul li a:hover {
  cursor: pointer;
}

.b__header_login .login_btn .name {
  margin-left: 64px;
}

/* 共通フッター */
.b__footer {
  background-color: #036eb8;
  width: 100%;
  height: 112px;
  position: absolute;
  bottom: 0;
}

.b__footer .w__footer {
  max-width: 1312px;
  padding: 0 40px;
  margin: 24px auto 0;
}

.b__footer .w__footer img {
  width: 160px;
  height: 23.26px;
}

.b__footer .w__footer hr {
  margin: 5px 0 12px;
}

.b__footer .w__footer .w__link {
  display: flex;
  justify-content: space-between;
}

.b__footer .w__footer .w__link .copyright {
  color: #fff;
  font-size: 12px;
}

.b__footer .w__footer .w__link .link a {
  color: #fff;
  font-size: 14px;
  margin-left: 24px;
  text-decoration: none;
}

.b__footer .w__footer .w__link .link a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* hr  */

hr {
  height: 1px;
  background-color: #d5dcea;
  border: none;
}

/* エラーページ */
.a__error {
  text-align: center;
  margin-top: 20%;
}

/* ログイン画面 /users */
.a__login .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__login .b__body form {
  padding-top: 24px;
}

.a__login .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__login .b__body .w__form {
  height: 92px;
}

.error {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__login .b__body .w__form label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__login .b__body .w__form p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__login .b__body .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__login .b__body .btn {
  font-family: 'BIZ UD Shin Go Regular';
  margin-top: 24px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__login .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__login .b__body .btn:focus {
  outline: none;
}

.a__login .b__body .login_link {
  margin-top: 15px;
}

.a__login .b__body .login_link p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__login .b__body .login_link a {
  color: #fd5f00;
}

.a__login .b__body #under_login {
  color: #fd5f00;
  padding-bottom: 100px;
}

.a__login .b__body .login_link a:hover {
  opacity: 0.8;
}

/* パスワード再設定画面 /users/reissue */
.a__users_reissue .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__users_reissue .b__body form {
  padding-top: 24px;
}

.a__users_reissue .b__body .w__form label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__users_reissue .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__users_reissue .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__users_reissue .b__body .w__form {
  height: 100px;
}

.a__users_reissue .b__body .w__form p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__users_reissue .b__body .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__users_reissue .b__body .w__form .password {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.a__users_reissue .b__body .w__form .password .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__users_reissue .b__body .w__form .password .button {
  width: 60px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 18px;
  background-color: #f2f4f7;
  cursor: pointer;
  border: none;
  color: #d4d9e2;
}

.a__users_reissue .b__body .w__form .password .button:focus {
  outline: none;
}

.a__users_reissue .b__body .btn {
  margin-top: 24px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__users_reissue .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__users_reissue .b__body .btn:focus {
  outline: none;
}

#message_block .error_txt {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

/* メール送信完了画面 /users/completeReissue */
.a__users_complete_reissue .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__users_complete_reissue .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__users_complete_reissue .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__users_complete_reissue .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__users_complete_reissue .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__users_complete_reissue .b__body .btn:focus {
  outline: none;
}

/* 登録情報変更画面 */

.a__member_edit .b__body form .user_type {
  display: none;
}

.a__member_edit .b__body form .individual .form_row {
  display: flex;
}

.a__member_edit .b__body form .individual .form_row .w__form_half {
  display: inline-block;
  height: 94px;
  margin-right: 8px;
}

.a__member_edit .b__body form .user_type .form_row {
  display: flex;
}

.a__member_edit .b__body form .user_type .form_row .w__form_half {
  display: inline-block;
  height: 94px;
  margin-right: 8px;
}

.a__member_edit .b__body .w__radio_change .radio_change {
  margin: 8px 80px 0 0;
}

.a__member_edit .b__body .w__radio_change .user_radio {
  display: none;
}

.a__member_edit .b__body .w__radio_change .user_radio input {
  display: none;
}

.a__member_edit .b__body .w__radio_change .user_radio+label {
  position: relative;
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
}

.a__member_edit .b__body .w__radio_change .user_radio+label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.a__member_edit .b__body .w__radio_change .user_radio:checked+label {
  color: #434c5f;
}

/* 登録情報変更(パスワード) */

.a__member_edit_pass {
  width: 400px;
}

.a__member_edit_pass .b__body_pass {
  width: 400px;
  margin: 0 auto;
}

.a__member_edit_pass .b__body .w__content_password hr {
  background-color: #d5dcea;
  border: none;
  height: 1px;
}

.a__member_edit_pass .b__body .w__content_password h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 6px 0 8px;
}

.a__member_edit_pass .b__body .w__content_password .w__form {
  margin-top: 16px;
}

.a__member_edit_pass .b__body .w__content_password .w__form p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit_pass .b__body .w__content_password .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__member_edit_pass .b__body_pass .w__content_password .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__member_edit_pass .b__body_pass .w__content_password .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__member_edit_pass .b__body_pass .w__content_password .btn:focus {
  outline: none;
}

.a__member_edit_pass .b__body_pass .w__content_password .w__form .password {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}

.a__member_edit_pass .b__body_pass .w__content_password .w__form .password .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__member_edit_pass .b__body_pass .w__content_password .w__form .password .button {
  width: 60px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 18px;
  background-color: #f2f4f7;
  cursor: pointer;
  border: none;
  color: #d4d9e2;
}

.a__member_edit_pass .b__body_pass .w__content_password .w__form .password .button:focus {
  outline: none;
}

/* 登録情報変更(メール受信設定) */
.a__member_setting_mail {
  width: 400px;
}

.a__member_setting_mail .b__body_pass {
  width: 400px;
  margin: 0 auto;
}

.info {
  margin-top: 8px;
}

.info input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.info p#mail_info {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.info p#info_comments {
  color: #87868c;
  font-size: 12px;
}

.a__member_setting_mail .b__body_pass .w__content_password input#member_id_btn2 {
  font-family: 'BIZ UD Shin Go Regular';
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

/* 新規登録画面 bizentry/input*/
.a__bizentry_input .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__bizentry_input .b__body form .user_type {
  display: none;
}

.a__bizentry_input .b__body form .individual {
  display: block;
}

.a__bizentry_input .b__body form .individual .form_row {
  display: flex;
}

.a__bizentry_input .b__body .w__form label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__bizentry_input .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin-top: 20px;
}

.a__bizentry_input .b__body .w__radio {
  margin-top: 40px;
  padding-bottom: 8px;
}

.a__bizentry_input .b__body .w__radio .radio_user {
  display: none;
}

.a__bizentry_input .b__body .w__radio .radio_user+label {
  padding-left: 24px;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  color: #434c5f;
}

.a__bizentry_input .b__body .w__radio .radio_user+label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.a__bizentry_input .b__body .w__radio .radio_user:checked+label {
  color: #434c5f;
}

.a__bizentry_input .b__body .w__radio .radio_user:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border: 5px solid #e87733;
  border-radius: 50%;
}

.a__bizentry_input .b__body .w__radio .radio_user_entry:hover {
  cursor: pointer;
}

.a__bizentry_input .b__body .w__radio .radio_password_entry:hover {
  cursor: pointer;
}

.a__bizentry_input .b__body .w__radio p {
  color: #434c5f;
  font-size: 14px;
  display: block;
  margin: 8px 0;
}

.a__bizentry_input .b__body .w__radio .company {
  color: #434c5f;
  font-size: 16px;
}

.a__bizentry_input .b__body .w__radio .company h3 {
  margin: 16px 0;
}

.a__bizentry_input .b__body .company .w__form {
  height: 92px;
}

.a__bizentry_input .b__body .w__form {
  height: 100px;
}

.a__bizentry_input .b__body .w__form p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__bizentry_input .b__body .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding-left: 8px;
}

.a__bizentry_input .b__body .w__form_half {
  display: inline-block;
  height: 100px;
  margin-right: 8px;
}

.a__bizentry_input .b__body .w__form_half p {
  font-size: 14px;
  margin: 8px 0;
}

.a__bizentry_input .b__body .w__form_half label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__bizentry_input .b__body .w__form .password {
  position: relative;
}

.a__bizentry_input .b__body .w__form .password .button {
  width: 60px;
  height: 20px;
  position: absolute;
  right: 2px;
  top: 18px;
  background-color: #f2f4f7;
  cursor: pointer;
  border: none;
  color: #d4d9e2;
}

.a__bizentry_input .b__body .w__form_half .input_form_half {
  width: 188px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
  display: block;
}

input[type='checkbox'].my_check {
  display: none;
}

.a__tool_download .b__body .consent .eula input[type='checkbox'].my_check+label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 4px 0 0;
  vertical-align: 0px;
  color: #fd5f00;
}

input[type='checkbox'].my_check+label {
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  vertical-align: 0px;
  color: #fd5f00;
}

input[type='checkbox'].my_check+label a {
  color: #fd5f00;
  display: inline-block;
  margin-left: 4px;
  vertical-align: -1px;
}

input[type='checkbox'].my_check+label a:hover {
  opacity: 0.8;
}

input[type='checkbox'].my_check+label::before {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  content: '\2713';
  color: transparent;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: solid 1px #fd5f00;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='checkbox'].my_check+label:hover::before {
  background-color: #fff;
}

input[type='checkbox'].my_check:checked+label {
  color: #fd5f00;
}

input[type='checkbox'].my_check:checked+label::before {
  font-size: 14px;
  background: #fd5f00 !important;
  border-color: #fff !important;
  color: #fff !important;
}

.a__bizentry_input .b__body .consent {
  margin-top: 8px;
}

.a__bizentry_input .b__body .consent input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.a__bizentry_input .b__body .consent p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__bizentry_input .b__body .consent a {
  color: #fd5f00;
}

.a__bizentry_input .b__body .consent a:hover {
  opacity: 0.8;
}

.a__bizentry_input .b__body .info {
  margin-top: 16px;
}

.a__bizentry_input .b__body .info input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.a__bizentry_input .b__body .info p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__bizentry_input .b__body .info p#info_comments {
  color: #87868c;
  font-size: 12px;
}

.a__bizentry_input .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 64px;
}

.a__bizentry_input .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__bizentry_input .b__body .btn:focus {
  outline: none;
}

.modal {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_content {
  width: 720px;
  height: 626px;
  background: #fff;
  margin: 64px auto;
  padding: 10px;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.modal_content h2 {
  text-align: center;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.modal_content .content {
  width: 592px;
  height: 419px;
  border: 1px solid #434c5f;
  margin: 0 24px;
  overflow: auto;
  padding: 5px;
  font-family: 'BIZ UD Shin Go Regular';
  font-size: 14px;
  line-height: 2;
}

.modal_content .content p.content_right {
  text-align: right;
}

.modal_content .content h3.eula_header {
  text-align: center;
  margin: 16px 0;
}

.modal_content .content h3 {
  text-align: left;
  margin: 0;
}

.modal_content button {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.modal_content button:hover {
  opacity: 0.9;
  cursor: pointer;
}

.modal_content button:focus {
  outline: none;
}

/* 新規登録メール送信完了画面 bizentry/completereceipt/ */

.a__bizentry_completereceipt .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__bizentry_completereceipt .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 40px 0 32px;
}

.a__bizentry_completereceipt .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.a__bizentry_completereceipt .b__body .btn {
  font-family: 'BIZ UD Shin Go Regular';
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__bizentry_completereceipt .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__bizentry_completereceipt .b__body .btn:focus {
  outline: none;
}

/* 新規登録完了画面 users/selfauth */

.a__selfauth .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__selfauth .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 40px 0 32px;
}

.a__selfauth .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__selfauth .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__selfauth .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__selfauth .b__body .btn:focus {
  outline: none;
}

/* お問合せページ /question */
.a__question .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__question .b__body .w__form label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__question .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__question .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__question .b__body a {
  color: #fd5f00;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__question .b__body a:hover {
  opacity: 0.8;
}

.a__question .b__body .caution {
  color: #fd5f00;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__question .b__body .w__form {
  margin-top: 24px;
}

.a__question .b__body .w__form p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__question .b__body .w__form span {
  font-size: 10px;
  color: #fd5f00;
}

.a__question .b__body .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

.a__question .b__body .w__form .input_form_txt {
  width: 376px;
  height: 200px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding: 13px;
}

.a__question .b__body .select p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__question .b__body .select {
  margin-top: 24px;
}

.a__question .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__question .b__body label {
  position: relative;
  display: block;
  width: 400px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: #f2f4f7;
}

.a__question .b__body label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #434c5f;
}

.a__question .b__body label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 400px;
  height: 48px;
  padding: 0.5em 1em;
  color: #434c5f;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  background: transparent;
}

.a__question .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 56px;
}

.a__question .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__question .b__body .btn:focus {
  outline: none;
}

/* クレジットカード登録・変更 */

.a__card_existing .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__card_existing .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__card_existing .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__card_existing .b__body .title {
  justify-content: space-between;
  display: flex;
  margin-top: 32px;
  padding: 0 4px;
}

.a__card_existing .b__body .title p {
  font-size: 14px;
  color: #434c5f;
}

.a__card_existing .b__body .card_info {
  display: flex;
  margin: 32px 0;
}

.a__card_existing .b__body .card_info p {
  padding-right: 86px;
}

.a__card_existing .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 56px;
}

.a__card_existing .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__card_existing .b__body .btn:focus {
  outline: none;
}

/* 登録中のクレジットカードがない */

.a__card_none .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__card_none .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
}

.a__card_none .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__card_none .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 56px;
}

.a__card_none .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__card_none .b__body .btn:focus {
  outline: none;
}

/* クレジットカード情報変更画面 */

.a__card .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__card .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__card .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__card .b__body .w__card_type {
  padding-bottom: 32px;
}

.a__card .b__body .w__card_type p {
  margin-top: 8px;
}

.a__card .b__body .w__card_type .card {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-top: 16px;
}

.a__card .b__body .w__form {
  height: 118px;
}

.a__card .b__body .w__form p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__card .b__body .w__form p.font_12 {
  font-size: 12px;
}

.a__card .b__body .w__form span {
  font-size: 10px;
  color: #fd5f00;
}

.a__card .b__body .w__form .input_form {
  width: 392px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
  color: #434c5f;
  padding-left: 16px;
}

.a__card .b__body .w__form .input_form::placeholder {
  color: #8c929d;
}

.a__card .b__body .b__select {
  height: 100px;
}

.a__card .b__body .b__select .w__select {
  display: flex;
}

.a__card .b__body .b__select p {
  margin-bottom: 8px;
}

.a__card .b__body .b__select .w__select p {
  display: inline-block;
  margin: 0 23px;
  font-size: 29px;
  color: #999999;
}

.a__card .b__body p.error-message {
  color: #fd5f00;
}

.a__card .b__body .b__select .w__select .select_half_month label {
  position: relative;
  display: block;
  width: 80px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: #f2f4f7;
  margin-right: 16px;
}

.a__card .b__body .b__select .w__select .select_half_month label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #434c5f;
}

.a__card .b__body .b__select .w__select .select_half_month label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 80px;
  height: 48px;
  padding: 0.5em 1em;
  color: #8c929d;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  background: transparent;
}

.a__card .b__body .b__select .w__select .select_half_year label {
  position: relative;
  display: block;
  width: 93px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: #f2f4f7;
}

.a__card .b__body .b__select .w__select .select_half_year label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #434c5f;
}

.a__card .b__body .b__select .w__select .select_half_year label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 93px;
  height: 48px;
  padding: 0.5em 1em;
  color: #8c929d;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  background: transparent;
}

.a__card .b__body .w__btn {
  display: flex;
  width: 438px;
  margin-top: 40px;
}

.a__card .b__body .w__btn .btn_half_white {
  width: 180px;
  height: 48px;
  color: #434c5f;
  font-size: 16px;
  margin-bottom: 100px;
  border: 1px solid #8c929d;
  border-radius: 2px;
  margin-right: 40px;
  background-color: #fff;
}

.a__card .b__body .w__btn .btn_half_white:hover {
  border-color: #434c5f;
  color: #434c5f;
  cursor: pointer;
}

.a__card .b__body .w__btn .btn_half_white:focus {
  outline: none;
}

.a__card .b__body .w__btn .btn_half_blue {
  width: 180px;
  height: 48px;
  background-color: #036eb8;
  color: white;
  font-size: 16px;
  margin-bottom: 100px;
  border: none;
  border-radius: 2px;
}

.a__card .b__body .w__btn .btn_half_blue:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* 退会申し込み画面 */

.a__withdraw .b__body {
  width: 580px;
  margin: 0 auto;
}

.a__withdraw .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__withdraw .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.a__withdraw .b__body .w__btn {
  margin: 0 auto;
  text-align: center;
}

.a__withdraw .b__body .w__content .content {
  width: 580px;
  height: 155px;
  background-color: rgba(14, 110, 184, 0.07);
}

.a__withdraw .b__body .w__content .content ul {
  padding: 18px 12px 24px 34px;
}

.a__withdraw .b__body .w__content .content li {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
  line-height: 2.21;
}

.a__withdraw .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 56px;
}

.a__withdraw .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__withdraw .b__body .btn:focus {
  outline: none;
}

/* 退会理由入力画面 */

.a__withdraw_input .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__withdraw_input .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__withdraw_input .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__withdraw_input .b__body .caution {
  color: #fd5f00;
  font-size: 12px;
  display: none;
  margin: 0;
}

.a__withdraw_input .b__body .select p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__withdraw_input .b__body .select {
  margin-top: 24px;
  height: 88px;
  display: none;
}

.a__withdraw_input .b__body .select span {
  font-size: 16px;
  color: #fd5f00;
}

.a__withdraw_input .b__body label.cause_type {
  position: relative;
  display: block;
  width: 400px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: #f2f4f7;
  margin-top: 8px;
}

.a__withdraw_input .b__body label.cause_type:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #434c5f;
}

.a__withdraw_input .b__body label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 400px;
  height: 48px;
  padding: 0.5em 1em;
  color: #434c5f;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  background: transparent;
}

.a__withdraw_input .b__body .w__form {
  margin-top: 24px;
  height: 262px;
}

.a__withdraw_input .b__body .w__form span {
  font-size: 10px;
  color: #fd5f00;
}

.a__withdraw_input .b__body .w__form .input_form_txt {
  width: 376px;
  height: 200px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding: 13px;
  display: block;
}

.a__withdraw_input .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-family: 'BIZ UD Shin Go Regular';
  margin-bottom: 56px;
}

.a__withdraw_input .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__withdraw_input .b__body .btn:focus {
  outline: none;
}

/* 退会手続きの確認 */

.a__withdraw_input_confirm .b__body {
  width: 580px;
  margin: 0 auto;
}

.a__withdraw_input_confirm .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__withdraw_input_confirm .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 8px 0 24px;
  line-height: 1.5;
}

.a__withdraw_input_confirm .b__body .reason {
  margin-top: 32px;
}

.a__withdraw_input_confirm .b__body .w__reason {
  display: flex;
  margin-top: 8px;
}

.a__withdraw_input_confirm .b__body #w__reason_none {
  display: none;
}

.a__withdraw_input_confirm .b__body .title {
  width: 200px;
  min-height: 48px;
  background-color: rgba(14, 110, 184, 0.21);
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  position: relative;
}

.a__withdraw_input_confirm .b__body .title p {
  display: inline-block;
  margin: 14px 0 0 12px;
}

.a__withdraw_input_confirm .b__body .content {
  width: 380px;
  height: auto;
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__withdraw_input_confirm .b__body .content p {
  display: inline-block;
  margin: 14px 0 0 12px;
}

.a__withdraw_input_confirm .b__body .caution {
  width: 580px;
  height: 155px;
  border: 2px solid #ed5858;
  color: #ed5858;
  font-size: 14px;
  display: inline-block;
  margin-top: 32px;
  line-height: 31px;
}

.a__withdraw_input_confirm .b__body .caution ul {
  margin-right: 16px;
}

.a__withdraw_input_confirm .b__body .consent {
  margin-top: 24px;
}

.a__withdraw_input_confirm .b__body .consent input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.a__withdraw_input_confirm .b__body .consent p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__withdraw_input_confirm .b__body .consent a {
  color: #fd5f00;
}

.a__withdraw_input_confirm .b__body .consent a:hover {
  opacity: 0.8;
}

.a__withdraw_input_confirm .b__body .w__btn {
  display: flex;
  width: 438px;
  margin: 40px auto;
  text-align: center;
}

.a__withdraw_input_confirm .b__body .w__btn .btn_gray {
  width: 200px;
  height: 48px;
  color: #434c5f;
  font-size: 16px;
  margin-right: 40px;
  border: none;
  border-radius: 2px;
  border: solid 1px #8c929d;
  background-color: #fff;
}

.a__withdraw_input_confirm .b__body .w__btn .btn_gray:hover {
  opacity: 0.8;
  color: black;
  cursor: pointer;
}

.a__withdraw_input_confirm .b__body .w__btn .btn_eula_red {
  width: 200px;
  height: 48px;
  background-color: #ed5858;
  color: white;
  font-size: 16px;
  margin-bottom: 100px;
  border: none;
  border-radius: 2px;
}

.a__withdraw_input_confirm .b__body .w__btn .btn_eula_red:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a__withdraw_input_confirm .b__body .w__btn .btn_eula_red:focus {
  outline: none;
}

/* 退会完了画面 */

.a__withdraw_complete .b__body {
  width: 400px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 500px;
  height: 140px;
}

.a__withdraw_complete .b__body .w__content {
  width: 490px;
}

.a__withdraw_complete .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
  text-align: center;
}

.a__withdraw_complete .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  margin-top: 40px;
}

/* ツールダウンロード */

.a__tool {
  padding-bottom: 80px;
}

.a__tool .b__body {
  width: 880px;
  margin: 0 auto;
}

.a__tool .b__body h2 {
  width: 400px;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
}

.a__tool .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  margin: 0 0 16px 0;
}

.a__tool .b__body .b__download {
  display: flex;
  margin: 32px 0 56px;
}

.a__tool .b__body .w__content_biz {
  width: 400px;
  display: inline-block;
  padding-right: 40px;
  border-right: solid 1px #d5dcea;
}

.a__tool .b__body .w__content_biz .w__btn {
  text-align: center;
}

.a__tool .b__body .w__content_biz h3 {
  text-align: left;
  margin: 8px 0;
  font-size: 16px;
  color: #434c5f;
}

.a__tool .b__body .w__content_biz span {
  font-size: 16px;
  color: #036eb8;
  display: inline-block;
  margin-bottom: 16px;
}

.a__tool .b__body .w__content {
  width: 400px;
  display: inline-block;
  padding-left: 40px;
}

.a__tool .b__body .w__content .w__btn {
  text-align: center;
}

.a__tool .b__body .w__content h3 {
  text-align: left;
  margin: 8px 0;
  font-size: 16px;
  color: #434c5f;
}

.a__tool .b__body .w__content span {
  font-size: 16px;
  color: #036eb8;
  display: inline-block;
  margin-bottom: 16px;
}

.a__tool .b__body a.btn {
  display: inline-block;
  line-height: 48px;
  text-decoration: none;
}

.a__tool .b__body .btn {
  margin-top: 16px;
  width: 400px;
  height: 48px;
  border-radius: 24px;
  background-color: #ffffff;
  border: solid 1px #036eb8;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #036eb8;
}

.a__tool .b__body .back_btn {
  width: 400px;
  height: 48px;
  margin-top: 40px;
  border-radius: 24px;
  background-color: #ffffff;
  border: solid 1px #8c929d;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #434c5f;
  border-radius: 2px;
}

.a__tool_download .b__body .btn_disabled {
  width: 400px;
  height: 48px;
  margin-top: 16px;
  border: none;
  background-color: #f2f4f7;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #cdd2db;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.a__tool_download .b__body .btn_disabled_link {
  pointer-events: none;
}

.a__tool_download .b__body .btn_disabled:hover {
  cursor: pointer;
  opacity: 0.8;
}

.a__tool_download .b__body .btn_disabled:focus {
  outline: none;
}

.a__tool_download .b__body a.tool_download_link {
  color: #fd5f00;
}

.a__tool_download .b__body .btn_blue {
  margin-top: 24px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-family: 'BIZ UD Shin Go Regular';
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.a__tool_download .b__body .btn_blue:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__tool_download .b__body .btn_blue:focus {
  outline: none;
}

.a__tool_download .b__body a.tool_link {
  color: #e87733;
}

.a__tool_download .b__body a.tool_link:hover {
  opacity: 0.8;
}

.a__tool_download .b__body .btn_back {
  width: 400px;
  height: 48px;
  border: solid 1px #8c929d;
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #434c5f;
  background-color: #fff;
  border-radius: 2px;
}

.a__tool_download .b__body .btn_back:hover {
  cursor: pointer;
  opacity: 0.8;
  color: black;
}

.a__tool_download .b__body .btn_back:focus {
  outline: none;
}

.a__tool .b__body .caution {
  background-color: #f2f4f7;
  padding: 16px;
  width: 848px;
  height: 116px;
  margin-top: 40px;
}

.a__tool .b__body .caution p {
  display: block;
  line-height: 1.5;
  width: 100%;
}

.a__tool hr {
  margin: 32px 0;
  width: 440px;
  border: 0;
  height: 1px;
  border-top: 1px solid #d5dcea;
}

.a__tool_download .b__body {
  width: 720px !important;
}

.a__tool_download .b__body h3 {
  height: 20px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #434c5f;
  margin: 0 0 24px;
}

.a__tool_download .b__body h3.OS {
  font-size: 20px;
}

.a__tool_download .b__body .dl_box {
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #434c5f;
  margin-top: 48px;
}

.a__tool_download .b__body .dl_box .b__step {
  display: flex;
  margin-bottom: 64px;
}

.a__tool_download .b__body .dl_box .b__step.first {
  margin-bottom: 32px;
}

.a__tool_download .b__body .dl_box .b__step .content {
  width: 376px;
  margin-left: 24px;
}

.a__tool_download .b__body .dl_box .b__step .content_mac2 {
  margin-left: 44px;
  width: 376px;
}

.a__tool_download .b__body .dl_box .b__step .step_img {
  width: 300px;
}

.a__tool_download .b__body .dl_box p {
  font-size: 14px;
}

.a__tool_download .b__body .dl_box #trigger:hover {
  cursor: pointer;
}

.a__tool_download .b__body .dl_box #trigger2:hover {
  cursor: pointer;
}

.a__tool_download .b__body .dl_box #trigger3:hover {
  cursor: pointer;
}

.a__tool_download .b__body .dl_box #trigger4:hover {
  cursor: pointer;
}

.a__tool_download .b__body .dl_box .b__caution {
  font-size: 14px;
  padding-bottom: 32px;
  width: 730px;
}

.a__tool_download .b__body .dl_box .b__caution .trigger_content {
  line-height: 1.5;
}

.a__tool_download .b__body .dl_box .b__step img.win1 {
  display: inline-block;
  width: 320px;
  height: 266px;
}

.a__tool_download .b__body .dl_box .b__step img.win2_1 {
  display: inline-block;
  width: 320px;
  height: 232px;
}

.a__tool_download .b__body .dl_box .b__step img.win2_2 {
  display: inline-block;
  width: 320px;
  height: 337spx;
}

.a__tool_download .b__body .dl_box .b__step img.win3 {
  display: inline-block;
  width: 320px;
  height: 113px;
}

.a__tool_download .b__body .dl_box .b__step img.win4 {
  display: inline-block;
  width: 320px;
  height: 403px;
}

.a__tool_download .b__body .dl_box .b__step img.mac1 {
  display: inline-block;
  width: 320px;
  height: 308px;
}

.a__tool_download .b__body .dl_box .b__step img.mac2 {
  display: inline-block;
  width: 320px;
  height: 78px;
}

.a__tool_download .b__body .dl_box .b__step img.mac3 {
  display: inline-block;
  width: 320px;
  height: 422px;
}

.a__tool_download .b__body .dl_box .b__step img.win1_bfi {
  display: inline-block;
  width: 320px;
  height: 236px;
}

.a__tool_download .b__body .dl_box .b__step img.win2_bfi {
  display: inline-block;
  width: 320px;
  height: 278px;
}

.a__tool_download .b__body .dl_box .b__step img.win3_bfi {
  display: inline-block;
  width: 320px;
  height: 156px;
}

.a__tool_download .b__body .dl_box .b__step img.mac1_bfi {
  display: inline-block;
  width: 320px;
  height: 250px;
}

.a__tool_download .b__body .dl_box .b__step img.mac2_bfi {
  display: inline-block;
  width: 320px;
  height: 278px;
}

.a__tool_download .b__body .dl_box .b__step img.mac3_bfi {
  display: inline-block;
  width: 320px;
  height: 139px;
}

.a__tool_download .b__body h2.title_tutorial {
  margin: 0 auto !important;
  text-align: center;
}

.a__tool .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__tool .b__body .btn:focus {
  outline: none;
}

.tool_modal {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_tool_mac {
  width: 503px;
  height: 290px;
  background: #fff;
  margin: 16% auto;
  padding: 10px;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.modal_tool_mac .close_icon {
  width: 32px;
  height: 32px;
  margin: 16px 0 0 10px;
  display: inline-block;
}

.modal_tool_mac .icon {
  width: 53px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.modal_tool_mac h2 {
  text-align: left;
  width: 279px;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 0 auto;
}

.modal_tool_mac .content {
  width: 360px;
  height: 290px;
  margin: 0px 50px 0 24px;
  overflow: auto;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
}

.modal_tool_mac .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.modal_tool_mac .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.modal_tool_mac .btn:focus {
  outline: none;
}

.modal_tool_mac .consent {
  margin-top: 32px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.modal_tool_mac .consent .check {
  width: 16px;
  height: 16px;
  margin: 0;
}

.modal_tool_mac .consent p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.modal_tool_mac .consent a {
  color: #fd5f00;
  font-size: 16px;
  text-decoration: underline;
}

.modal_tool_mac .consent a:hover {
  opacity: 0.8;
}

.modal_tool_mac .btn_disabled {
  width: 200px;
  height: 48px;
  background-color: #f2f4f7;
  display: block;
  color: #cdd2db;
  font-size: 16px;
  border: none;
  margin-top: 32px;
}

.modal_tool_mac .btn_disabled:focus {
  outline: none;
}

#modal_tool .modal_head {
  margin: 0;
  display: flex;
}

#modal_tool .modal_head .close_icon {
  margin: 0;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_tool .modal_head .close_icon:hover {
  opacity: 0.8;
  cursor: pointer;
}

#modal_tool .modal_head h2 {
  display: inline-block;
  width: 620px;
  margin-left: 50px;
  font-size: 20px;
}

.win_tool_modal {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_tool_win {
  width: 503px;
  height: 290px;
  background: #fff;
  margin: 16% auto;
  padding: 10px;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.modal_tool_win .close_icon {
  width: 32px;
  height: 32px;
  margin: 16px 0 0 10px;
  display: inline-block;
}

.modal_tool_win .icon {
  width: 53px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.modal_tool_win h2 {
  text-align: left;
  width: 279px;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 0 auto;
}

.modal_tool_win .content {
  width: 360px;
  height: 290px;
  margin: 0px 50px 0 24px;
  overflow: auto;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
}

.modal_tool_win .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.modal_tool_win .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.modal_tool_win .btn:focus {
  outline: none;
}

.modal_tool_win .consent {
  margin-top: 32px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.modal_tool_win .consent .check {
  width: 16px;
  height: 16px;
  margin: 0;
}

.modal_tool_win .consent p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.modal_tool_win .consent a {
  color: #fd5f00;
  font-size: 16px;
  text-decoration: underline;
}

.modal_tool_win .consent a:hover {
  opacity: 0.8;
}

.modal_tool_win .btn_disabled {
  width: 200px;
  height: 48px;
  background-color: #f2f4f7;
  display: block;
  color: #cdd2db;
  font-size: 16px;
  border: none;
  margin-top: 32px;
  border-radius: 2px;
}

.modal_tool_win .btn_disabled:focus {
  outline: none;
}

/* ツールダウンロード */

.a__tool_download {
  padding-bottom: 80px;
}

.a__tool_download .b__body {
  width: 580px;
  margin: 0 auto;
}

.a__tool_download .b__body h2 {
  width: 400px;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__tool_download .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  margin: 0 0 16px 0;
}

.a__tool_download .b__body p.bold {
  font-family: 'BIZ UD Shin Go Medium';
}

.a__tool_download .b__body .consent {
  width: 410px;
  margin: 0 auto;
}

.a__tool_download .b__body p.win_mac {
  font-size: 16px;
  margin: 0 0 24px 0;
}

.a__tool_download .b__body .consent .eula {
  display: flex;
}

.a__tool_download .b__body .consent .eula input {
  width: 16px;
  height: 16px;
}

.a__tool_download .b__body .consent .eula a {
  font-size: 16px;
  padding-top: 4px;
}

.a__tool_download .b__body hr {
  margin: 56px 0;
  border-color: #d5dcea;
  height: 1px;
  border: none;
}

/* 支払い情報画面 */

.a__settlement_history .b__body {
  width: 700px;
  margin: 0 auto;
}

.a__settlement_history .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
  margin-left: 8px;
}

.a__settlement_history .b__body p {
  color: #8c929d;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  margin-left: 8px;
}

.a__settlement_history .b__body hr {
  border-color: #d5dcea;
  margin: 16px 0;
}

.a__settlement_history .b__body .card_info {
  display: flex;
}

.a__settlement_history .b__body .card_info p {
  display: inline-block;
  font-size: 16px;
  color: #434c5f;
  margin-right: 56px;
  margin-top: 16px;
}

.a__settlement_history .b__body .card_info p.txt {
  color: #434c5f;
  font-size: 16px;
  margin-right: 0;
}

.a__settlement_history .b__body .card_info p.title {
  color: #434c5f;
  margin-right: 0;
  margin-top: 18px;
  margin-right: 150px;
  font-size: 12px;
}

.a__settlement_history .b__body .card_info .icon {
  display: inline-block;
  width: 40px;
  height: 30px;
  margin-right: 56px;
  background-color: red;
  margin-top: 8px;
}

.a__settlement_history .b__body .card_info .btn {
  background-color: #036eb8;
  width: 180px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__settlement_history .b__body .card_info .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__settlement_history .b__body .card_info .btn:focus {
  outline: none;
}

.a__settlement_history .b__body .history {
  padding: 0px 0 100px;
}

.a__settlement_history .b__body .history p {
  color: #8c929d;
  font-size: 14px;
  display: inline-block;
  margin-top: 56px;
}

.a__settlement_history .b__body .history hr {
  margin: 16px 0 32px;
  border-color: #d5dcea;
}

.a__settlement_history .b__body .history .content {
  margin-bottom: 24px;
}

.a__settlement_history .b__body .history .content p {
  font-size: 16px;
  color: #434c5f;
  margin-top: 0;
}

.a__settlement_history .b__body .history .content .status {
  width: 140px;
  text-align: center;
}

.a__settlement_history .b__body .history .content .link {
  margin-right: 32px;
  width: 32px;
}

.a__settlement_history .b__body .history .content .text {
  margin-right: 18px;
  width: 100px;
}

.a__settlement_history .b__body .history .content a {
  color: #fd5f00;
}

.a__settlement_history .b__body .history .content a:hover {
  opacity: 0.8;
}

.a__settlement_history .b__body .history_none {
  padding-top: 32px;
}

.a__settlement_history .b__body .history_none p {
  color: #434c5f;
  font-size: 14px;
}

.receipt__modal {
  display: none;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_receipt .content {
  border: none;
}

.modal_receipt {
  width: 503px;
  height: 343px;
  background: #fff;
  margin: 10% auto 0;
  padding: 10px;
  position: relative;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.modal_receipt .close_icon {
  width: 32px;
  height: 32px;
  margin: 32px 0 0 0px;
  display: inline-block;
}

.modal_receipt .icon {
  width: 53px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 24px;
}

.modal_receipt h2 {
  text-align: center;
  width: 279px;
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 0 auto;
}

.modal_receipt p {
  text-align: center;
  font-size: 16px;
  color: #434c5f;
}

.modal_receipt .content {
  width: 320px;
  height: 320px;
  margin: 0px 50px 0 24px;
  overflow: auto;
  padding: 5px;
  font-size: 14px;
  display: inline-block;
}

.modal_receipt .content .btn_close {
  margin-top: 40px;
  background-color: #036eb8;
  width: 320px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  font-family: 'BIZ UD Shin Go Regular';
}

.modal_receipt .content .btn_close :hover {
  opacity: 0.9;
  cursor: pointer;
}

.modal_receipt .content .btn_close :focus {
  outline: none;
}

.modal_receipt .content .w__form {
  margin-top: 32px;
  width: 320px;
}

.modal_receipt .content .w__form p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.modal_receipt .content .w__form .input_form {
  width: 312px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

/* 購入明細 */

.a__settlement_history_detail .b__body {
  width: 700px;
  margin: 0 auto;
}

.a__settlement_history_detail .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
}

.a__settlement_history_detail .b__body .w__detail {
  display: flex;
  margin-top: 8px;
}

.a__settlement_history_detail .b__body .w__detail .title {
  width: 200px;
  height: 48px;
  background-color: rgba(14, 110, 184, 0.21);
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  position: relative;
}

.a__settlement_history_detail .b__body .w__detail .title p {
  display: inline-block;
  margin: 14px 0 0 12px;
}

.a__settlement_history_detail .b__body .w__detail .content {
  width: 238px;
  height: 48px;
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__settlement_history_detail .b__body .w__detail .content p {
  display: inline-block;
  margin: 14px 0 0 12px;
}

.a__settlement_history_detail .b__body .w__detail .content p span.coupon_red {
  color: #d66767;
}

.a__settlement_history_detail .b__body .btn_white {
  width: 400px;
  height: 48px;
  color: #434c5f;
  border: 1px solid #434c5f;
  font-size: 16px;
  border-radius: 2px;
  margin: 40px 0 56px 148px;
  background-color: #fff;
}

.a__settlement_history_detail .b__body .btn_white:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__settlement_history_detail .b__body .btn_white:focus {
  outline: none;
}

/* お申し込み画面 */

.a__purchase_entry {
  padding-bottom: 80px;
}

.a__purchase_entry .b__body {
  width: 940px;
  margin: 0 auto;
}

.a__purchase_entry .b__body .w__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.a__purchase_entry .b__body .w__contents .select {
  width: 548px;
  display: inline-block;
  margin-right: 40px;
}

.a__purchase_entry .b__body .w__contents .select a:hover {
  opacity: 0.8;
}

.a__purchase_entry .b__body .w__contents .select .w__coupon {
  display: flex;
  padding-top: 24px;
}

.a__purchase_entry .b__body .w__contents .select .w__select_coupon .coupon_btn {
  width: 28px;
  height: 14px;
  padding: 6px 16px;
  background-color: #036eb8;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
}

.a__purchase_entry .b__body .w__contents .select .w__select_coupon .coupon_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__purchase_entry .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
  margin-left: 8px;
}

.a__purchase_entry .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  margin-left: 8px;
}

.a__purchase_entry .b__body a {
  color: #e87733;
}

.a__purchase_entry .b__body input.coupon {
  width: 200px;
  color: #434c5f;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #434c5f;
  padding-bottom: 2px;
  display: block;
  font-size: 14px;
}

.a__purchase_entry .b__body input.coupon::placeholder {
  color: #434c5f;
}

.a__purchase_entry .b__body input.coupon:focus {
  outline: none;
}

.a__purchase_entry .b__body .w__select_coupon .coupon_box input#coupon_code {
  width: 195px;
  height: 48px;
  padding-left: 24px;
  background-color: #f2f4f7;
  font-size: 16px;
  color: #434c5f;
  border: none;
  margin-top: 16px;
  display: block;
}

.a__purchase_entry .b__body .w__select_coupon .coupon_box input#coupon_code:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.a__purchase_entry .b__body .w__select_coupon p {
  color: #434c5f;
  font-size: 14px;
  display: block;
  margin: 0;
  margin-left: 8px;
  margin-top: 16px;
}

.a__purchase_entry .b__body .w__select_coupon p#no_coupon {
  color: #fd5f00;
  margin-left: 0;
  margin-top: 4px;
}

.a__purchase_entry .b__body .w__select_coupon .coupon_box {
  display: flex;
}

.a__purchase_entry .b__body .w__contents .select .w__select_coupon .coupon_btn {
  width: 28px;
  height: 14px;
  padding: 6px 16px;
  background-color: #036eb8;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-left: 24px;
  margin-top: 28px;
  cursor: pointer;
}

.a__purchase_entry .b__body .w__card {
  background-color: #f2f4f7;
  width: 540px;
  height: 16px;
  display: flex;
  padding: 16px;
  margin: 16px 0;
}

.a__purchase_entry .b__body .w__card p {
  width: 160px;
  display: inline-block;
  font-size: 16px;
  color: #434c5f;
  margin: 0;
}

.a__purchase_entry .b__body .w__radio .radio_lisence {
  display: none;
}

.a__purchase_entry .b__body .w__radio .radio_lisence+label {
  max-width: 160px;
  padding-left: 20px;
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  color: #434c5f;
  display: inline-block;
}

.a__purchase_entry .b__body .w__radio .radio_lisence+label:hover {
  cursor: pointer;
}

.a__purchase_entry .b__body .w__radio .radio_lisence+label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.a__purchase_entry .b__body .w__radio .radio_lisence:checked+label {
  color: #434c5f;
}

.a__purchase_entry .b__body .w__radio .radio_lisence:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border: 5px solid #e87733;
  border-radius: 50%;
}

.a__purchase_entry .b__body .w__contents .card_total {
  display: inline-block;
  padding: 24px;
  width: 290px;
  height: auto;
  background-color: #f2f4f7;
  border-radius: 2px;
  margin-bottom: 60px;
}

.a__purchase_entry .b__body .w__contents .card_total p {
  font-size: 14px;
  color: #434c5f;
  display: inline-block;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_plus {
  display: flex;
  margin: 8px 0 24px;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_plus p.title {
  display: inline-block;
  color: #434c5f;
  width: 224px;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_plus p#fee {
  width: 50px;
  text-align: right;
}

.a__purchase_entry .b__body .w__contents .card_total p#total_comments {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #434c5f;
  padding-top: 20px;
  display: none;
}

.a__purchase_entry .b__body .w__contents .card_total div#license_comments {
  padding-top: 20px;
}

.a__purchase_entry .b__body .w__contents .card_total div#license_comments p {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_minus {
  display: flex;
  margin: 24px 0;
  width: 100%;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_minus .show_coupon_price {
  float: right;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_minus p {
  color: #d66767;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_minus p.lisence_total {
  float: right;
}

.a__purchase_entry .b__body .w__contents .card_total .w__plan_minus p.lisence_total {
  text-align: right;
  display: block;
  color: #d66767;
  margin: 8px 0;
}

.a__purchase_entry .b__body .w__contents .card_total p.lisence_total {
  text-align: right;
  display: block;
  color: #434c5f;
  margin: 8px 0;
  line-height: 14px;
}

.a__purchase_entry .b__body .w__contents .card_total hr {
  margin: 24px 0;
}

.a__purchase_entry .b__body .w__contents .card_total .total {
  line-height: 30px;
}

.a__purchase_entry .b__body .w__contents .card_total .total p {
  color: #434c5f;
  font-size: 18px;
}

.a__purchase_entry .b__body .w__contents .card_total .total p.title {
  display: inline-block;
  color: #434c5f;
  font-size: 14px;
  width: 160px;
}

.a__purchase_entry .b__body .w__contents .card_total .total p#total_fee {
  float: right;
}

.a__purchase_entry .b__body .w__menu .w__radio {
  float: right;
}

.a__purchase_entry .b__body .w__menu .w__radio input {
  margin: 0 8px 0 32px;
}

.a__purchase_entry .b__body .w__select_count {
  margin-top: 56px;
}

.a__purchase_entry .b__body .w__select_count .select_numbert {
  display: flex;
}

.a__purchase_entry .b__body .select a {
  font-size: 14px;
}

.a__purchase_entry .b__body .w__select_count .select_numbert .number {
  display: inline-block;
  width: 88px;
  height: 70px;
}

.a__purchase_entry .b__body .w__select_count .select_numbert .number label.error {
  width: 240px;
  display: inline-block;
}

.a__purchase_entry .b__body .w__select_count .select_numbert .number input {
  width: 60px;
  height: 40px;
  padding-left: 24px;
  background-color: #f2f4f7;
  font-size: 16px;
  color: #434c5f;
  border: none;
  margin-top: 16px;
  display: block;
}

/* スピンボタン大きさ */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  font-size: 30px;
}

.a__purchase_entry .b__body .w__select_count .select_numbert p {
  display: inline-block;
  font-size: 16px;
  padding-top: 12px;
}

.a__purchase_entry .b__body .w__select_count p {
  color: #434c5f;
  font-size: 14px;
  display: block;
  margin: 0;
  margin-left: 8px;
  margin-top: 16px;
}

.a__purchase_entry .b__body .w__contents .card_total .w__btn {
  justify-content: center;
}

.a__purchase_entry .b__body .w__contents .card_total .w__btn .btn_blue {
  margin-top: 24px;
  background-color: #036eb8;
  width: 290px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__purchase_entry .b__body .w__contents .card_total .w__btn .btn_blue:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__purchase_entry .b__body .w__contents .card_total .w__btn .btn_blue:focus {
  outline: none;
}

/* お支払いカードの選択 */

.a__purchase_payment_setting {
  padding-bottom: 80px;
}

.a__purchase_payment_setting .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__purchase_payment_setting .b__body .w__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.a__purchase_payment_setting .b__body .w__contents .select {
  width: 548px;
  display: inline-block;
  margin-right: 40px;
}

.a__purchase_payment_setting .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 16px;
  margin-left: 8px;
}

.a__purchase_payment_setting .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  margin-left: 8px;
}

.a__purchase_payment_setting .b__body p.caution {
  display: inline-block;
  margin: 0 0 32px 0;
  font-size: 14px;
  color: #888;
}

.a__purchase_payment_setting .b__body a {
  color: #e87733;
  margin: 24px 0 16px;
  display: inline-block;
}

.a__purchase_payment_setting .b__body a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a__purchase_payment_setting .b__body .card_table {
  width: 400px;
  margin-top: 32px;
}

.a__purchase_payment_setting .b__body .card_table .title {
  height: 16px;
  padding: 12px 24px;
  display: flex;
  background-color: #edeff4;
  border: solid 1px #edeff4;
}

.a__purchase_payment_setting .b__body .card_table .title p {
  display: inline-block;
  margin-left: 0;
}

.a__purchase_payment_setting .b__body .card_table .title p.number {
  width: 220px;
}

.a__purchase_payment_setting .b__body .card_table .card_info {
  height: 16px;
  padding: 24px 26px;
  display: flex;
  border: solid 1px #edeff4;
}

.a__purchase_payment_setting .b__body .card_table .card_info p {
  font-size: 16px;
  margin-left: 0;
}

.a__purchase_payment_setting .b__body .card_table .card_info p.number {
  width: 220px;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_white {
  width: 180px;
  height: 48px;
  color: #434c5f;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #8c929d;
  margin-right: 34px;
  background-color: #fff;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_white:hover {
  border: 1px solid #434c5f;
  cursor: pointer;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_white:focus {
  outline: none;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_blue {
  width: 180px;
  height: 48px;
  color: #fff;
  background-color: #036eb8;
  font-size: 16px;
  border: none;
  border-radius: 2px;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_blue:hover {
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

.a__purchase_payment_setting .b__body .w__btn .btn_half_blue:focus {
  outline: none;
}

/* 利用規約画面 */

.a__purchase_entry_eula .b__body {
  width: 800px;
  margin: 0 auto;
}

.a__purchase_entry_eula .b__body h1 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
  margin-left: 8px;
}

.a__purchase_entry_eula .content {
  width: 750px;
  height: 390px;
  border: 1px solid #434c5f;
  border-radius: 2px;
  overflow: auto;
  padding: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.a__purchase_entry_eula .content h3.eula_header {
  text-align: center;
  margin: 16px;
}

.a__purchase_entry_eula .content h3 {
  text-align: left;
  margin: 0;
}

.a__purchase_entry_eula .content p {
  text-align: right;
}

.a__purchase_entry_eula .content a {
  text-decoration: none;
  color: #434c5f;
}

.a__purchase_entry_eula .b__body .consent {
  margin-top: 24px;
  display: inline-block;
}

.a__purchase_entry_eula .b__body .consent:hover {
  cursor: pointer;
}

.a__purchase_entry_eula .b__body .consent input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.a__purchase_entry_eula .b__body .consent p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}

.a__purchase_entry_eula .b__body .w__btn {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_white {
  width: 180px;
  height: 48px;
  color: #434c5f;
  font-size: 16px;
  margin-bottom: 100px;
  border-radius: 2px;
  border: 1px solid #8c929d;
  margin-right: 40px;
  background-color: #fff;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_white:hover {
  border: 1px solid #434c5f;
  cursor: pointer;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_white:focus {
  outline: none;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_blue {
  width: 180px;
  height: 48px;
  color: #fff;
  background-color: #036eb8;
  font-size: 16px;
  margin-bottom: 100px;
  border: none;
  border-radius: 2px;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_blue:hover {
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

.a__purchase_entry_eula .b__body .w__btn .btn_half_blue:focus {
  outline: none;
}

/* お申し込み内容の確認 */

.a__entry_confirm .b__body {
  width: 540px;
  margin: 0 auto;
}

.a__entry_confirm .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 8px;
}

.a__entry_confirm .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.a__entry_confirm .b__body p#total_comments {
  color: #d66767;
}

.a__entry_confirm .b__body p span.coupon_red {
  color: #d66767;
}

.a__entry_confirm .b__body .reason {
  margin-top: 32px;
}

.a__entry_confirm .b__body .w__reason {
  display: flex;
  margin-top: 8px;
}

.a__entry_confirm .b__body .title {
  width: 200px;
  height: 48px;
  background-color: rgba(14, 110, 184, 0.21);
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
  position: relative;
}

.a__entry_confirm .b__body .title p {
  display: inline-block;
  margin: 12px 0 0 24px;
}

.a__entry_confirm .b__body .content {
  width: 340px;
  height: 48px;
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__entry_confirm .b__body .content p {
  display: inline-block;
  margin: 14px 0 0 24px;
}

.a__entry_confirm .b__body .w__btn {
  display: flex;
  width: 438px;
  margin: 0 auto;
  margin-top: 40px;
}

.a__entry_confirm .b__body .w__btn .btn_half_white {
  width: 180px;
  height: 48px;
  color: #434c5f;
  font-size: 16px;
  margin-bottom: 100px;
  border-radius: 2px;
  border: 1px solid #8c929d;
  margin-right: 40px;
  background-color: #fff;
}

.a__entry_confirm .b__body .w__btn .btn_half_white:hover {
  border: 1px solid #434c5f;
  cursor: pointer;
}

.a__entry_confirm .b__body .w__btn .btn_half_white:focus {
  outline: none;
}

.a__entry_confirm .b__body .w__btn .btn_half_blue {
  width: 180px;
  height: 48px;
  background-color: #036eb8;
  color: white;
  font-size: 16px;
  margin-bottom: 100px;
  border: none;
  border-radius: 2px;
}

.a__entry_confirm .b__body .w__btn .btn_half_blue:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a__entry_confirm .b__body .w__btn .btn_half_blue:focus {
  outline: none;
}

.a__entry_confirm .b__body .caution {
  margin: 24px 0;
}

.a__entry_confirm .b__body .caution ul {
  font-size: 14px;
  padding-left: 24px;
  line-height: 1.5;
  color: #888;
}

/* お申し込みの完了 */
.a__entry_complete .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__entry_complete .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 16px;
}

.a__entry_complete .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.a__entry_complete .b__body a {
  color: #fd5f00;
  padding-top: 4px;
}

.a__entry_complete .b__body hr {
  height: 1px;
  background-color: #d5dcea;
  border: none;
  margin: 56px 0;
}

.a__entry_complete .b__body .w__link h3 {
  font-size: 20px;
  color: #434c5f;
  font-weight: normal;
  margin-bottom: 0;
}

.a__entry_complete .b__body .w__link span {
  color: #036eb8;
  font-size: 16px;
  margin-top: 24px;
  display: inline-block;
}

.a__entry_complete .b__body .w__link .link {
  display: flex;
  margin-top: 8px;
}

.a__entry_complete .b__body .w__link .link a:hover {
  opacity: 0.8;
}

.a__entry_complete .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__entry_complete .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__entry_complete .b__body .btn:focus {
  outline: none;
}

/* マイページ */

.a__member {
  padding-bottom: 80px;
}

.a__member .b__body {
  width: 980px;
  margin: 0 auto;
}

.a__member .b__body .btn_agreement {
  width: 142px;
  height: 32px;
  background-color: #036eb8;
  border-radius: 16px;
  color: white;
  border: none;
  font-size: 14px;
}

.a__member .b__body .tabnav {
  margin: 0;
  padding: 0;
}

.a__member .b__body .tabnav li {
  display: inline-block;
  margin-bottom: 16px;
}

.a__member .b__body .tabnav li a {
  width: 142px;
  height: 24px;
  display: inline-block;
  color: #8c929d;
  font-size: 14px;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
}

.a__member .b__body .tabnav li a.active {
  background: #036eb8;
  color: #fff;
}

.a__member .b__body .tabcontent .tab_content a.typesquare_option {
  text-decoration: none;
}

.a__member .b__body .tabcontent .tab_content .w__content {
  width: 980px;
  height: 72px;
  background-color: #f2f4f7;
  padding: 4px 24px 4px 0;
  display: flex;
  margin-top: 8px;
}

.a__member .b__body .tabcontent .tab_content .w__content:hover {
  background-color: #eaf2ff;
}

.a__member .b__body .tabcontent .tab_content .w__content .nick_name {
  width: 256px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content .plan_name {
  width: 265px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content p.title {
  font-size: 12px;
  color: #8c929d;
  text-align: left;
  margin: 14px 0 0 24px;
}

.a__member .b__body .tabcontent .tab_content .w__content p {
  font-size: 16px;
  margin: 14px 0 0 24px;
  text-align: left;
  color: #434c5f;
}

.a__member .b__body .tabcontent .tab_content .w__content .plan_id {
  width: 175px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content .date {
  width: 155px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content .lisence {
  width: 125px;
  display: inline-block;
}

.a__member .b__body .tabcontent .tab_content .w__content2 {
  width: 980px;
  height: 72px;
  background-color: #f2f4f7;
  padding: 4px 24px 4px 0;
  display: flex;
  margin-top: 8px;
}

.a__member .b__body .tabcontent .tab_content .w__content2 .plan_name {
  width: 305px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content2 .plan_id {
  width: 243px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content2 .date {
  width: 214px;
  display: inline-block;
  border-right: 1px solid #dddddd;
}

.a__member .b__body .tabcontent .tab_content .w__content2 .lisence {
  width: 215px;
  display: inline-block;
}

.a__member .b__body .tabcontent .tab_content .w__content2 p {
  font-size: 16px;
  margin: 14px 0 0 24px;
  text-align: left;
  color: #434c5f;
}

.a__member .b__body .tabcontent .tab_content .w__content2 p.title {
  font-size: 12px;
  color: #8c929d;
  text-align: left;
  margin: 14px 0 0 24px;
}

#modal_member {
  width: 720px;
  height: 640px;
  margin: 4% auto;
}

#modal_member .content {
  width: 700px;
  height: 620px;
  text-align: center;
  margin: 0;
}

#modal_member .content .modal_head {
  margin-top: 0px;
}

#modal_member .content .modal_head .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_member .content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_member .content .modal_head h2 {
  display: inline-block;
  width: 380px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_member .content span {
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
  color: #8c929d;
}

#modal_member .content hr {
  margin: 24px 0;
}

#modal_member .content .w__content {
  width: 480px;
  text-align: left;
  margin: 0 auto;
}

#modal_member .content h2.blue {
  font-size: 24px;
  color: #036eb8;
  width: 490px;
}

#modal_member .content p {
  display: inline-block;
  font-size: 14px;
}

#modal_member .content p.link {
  display: inline-block;
  font-size: 14px;
  color: #8c929d;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_member .content .w__content img {
  width: 480px;
  height: 285px;
}

#modal_member .content .w__content a {
  color: #8c929d;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_member button {
  margin-top: 16px;
  background-color: #e87733;
  width: 484px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  padding: 12px 0 0;
}

#modal_member .content .w__content .w__btn button a {
  color: white;
  text-decoration: none;
  display: inline-block;
  width: 484px;
  height: 48px;
}

#modal_member button:hover {
  opacity: 0.9;
  cursor: pointer;
}

#modal_member button:focus {
  outline: none;
}

/* 登録情報変更(契約者・利用者代表) */

.a__member_edit {
  padding-bottom: 80px;
}

.a__member_edit .b__body {
  width: 640px;
  margin-left: 24%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.a__member_edit .b__body p.red {
  font-size: 14px;
  display: inline-block;
  color: #d66767 !important;
}

.a__member_edit .b__body p#job_mark {
  margin: 0;
}

.a__member_edit .b__body hr {
  background-color: #d5dcea;
  border: none;
  height: 1px;
  margin: 16px 0;
}

.a__member_edit .b__body .w__btn {
  width: 162px;
  margin: 12px 75px 0 0;
}

.a__member_edit .b__body .w__btn div {
  font-size: 18px;
  color: #434c5f;
  margin-bottom: 8px;
}

.a__member_edit .b__body .w__content {
  width: 400px;
}

.a__member_edit .b__body form .user_type {
  display: none;
}

.a__member_edit .b__body form .individual {
  display: block;
}

.a__member_edit .b__body .w__form label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__member_edit .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 6px 0 8px;
}

.a__member_edit .b__body .title {
  display: flex;
}

.a__member_edit .b__body .title p {
  display: inline-block;
}

.a__member_edit .b__body p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__radio {
  padding-bottom: 24px;
}

.a__member_edit .b__body .w__radio .radio02 {
  margin-top: 8px;
}

.a__member_edit .b__body .w__radio .radio_user {
  display: none;
}

.a__member_edit .b__body .w__radio .radio_user+label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__radio .radio02 label:hover {
  cursor: pointer;
}

.a__member_edit .b__body .w__radio .radio_user+label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.a__member_edit .b__body .w__radio .radio_user:checked+label {
  color: #434c5f;
}

.a__member_edit .b__body .w__radio .radio_user:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border: 5px solid #e87733;
  border-radius: 50%;
}

.a__member_edit .b__body .w__radio .radio_user_type {
  display: none;
}

.a__member_edit .b__body .w__radio .radio_user_type+label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__radio .radio_user_type+label::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.a__member_edit .b__body .w__radio .radio_user_type:checked+label {
  color: #434c5f;
}

.a__member_edit .b__body .w__radio .radio_user_type:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 8px;
  height: 8px;
  border: 5px solid #e87733;
  border-radius: 50%;
}

.a__member_edit .b__body .w__radio .company {
  color: #434c5f;
  font-size: 16px;
}

.a__member_edit .b__body .contractor {
  margin-top: 12px;
}

.a__member_edit .b__body .contractor .w__form {
  height: 100px;
}

.a__member_edit .b__body .contractor .user_type .w__form {
  height: 100px;
}

.a__member_edit .b__body span {
  color: #d66767;
  font-size: 16px;
}

.a__member_edit .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 16px 0 8px;
}

.a__member_edit .b__body .w__form p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
  display: inline-block;
}

.a__member_edit .b__body .w__form .input_form {
  width: 384px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 16px;
}

.a__member_edit .b__body .w__form .input_form::placeholder {
  color: #8c929d;
  padding-left: 8px;
}

.a__member_edit .b__body .w__form_half {
  display: inline-block;
  height: 94px;
}

.a__member_edit .b__body .w__form_half p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__form_half label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__member_edit .b__body .w__form_half_first {
  margin-top: 0;
  display: inline-block;
}

.a__member_edit .b__body .w__form_half_first .input_form_half {
  width: 180px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 16px;
  display: block;
}

.a__member_edit .b__body .w__form_half .input_form_half {
  width: 180px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 16px;
  display: block;
}

.a__member_edit .b__body .w__form_number {
  display: flex;
}

.a__member_edit .b__body .w__form_number .input {
  display: flex;
}

.a__member_edit .b__body .w__form_number p {
  margin: 0;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__form_number label {
  color: #fd5f00;
  font-size: 14px;
  font-weight: bold;
}

.a__member_edit .b__body .w__form_number .btn_address {
  font-family: 'BIZ UD Shin Go Regular';
  background-color: #036eb8;
  width: 197px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  border: none;
  margin: 10px 0 0;
}

.a__member_edit .b__body .w__form_number .btn_address:hover {
  cursor: pointer;
  opacity: 0.8;
}

.a__member_edit .b__body .w__form_number .btn_address:focus {
  outline: none;
}

.a__member_edit .b__body .w__form_number .number {
  display: inline-block;
  height: 100px;
  margin-top: 8px;
}

.a__member_edit .b__body .w__form_number .input_form_number {
  width: 180px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 10px;
  font-size: 16px;
  padding-left: 16px;
  margin-right: 8px;
  display: block;
}

.a__member_edit .b__body .w__content .b__select {
  height: 100px;
}

.a__member_edit .b__body .w__content .b__select .w__select {
  display: flex;
}

.a__member_edit .b__body .w__content .b__select p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__content .b__select .w__select p {
  display: inline-block;
  margin: 0 23px;
  font-size: 29px;
  color: #999999;
}

.a__member_edit .b__body .w__content .b__select .w__select .select_half {
  margin-top: 8px;
}

.a__member_edit .b__body .w__content .b__select .w__select .select_half label {
  position: relative;
  display: block;
  width: 400px;
  height: 48px;
  border: none;
  border-radius: 5px;
  background: #f2f4f7;
}

.a__member_edit .b__body .w__content .b__select .w__select .select_half label:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 5px solid transparent;
  border-top: 7px solid #434c5f;
}

.a__member_edit .b__body .w__content .b__select .w__select .select_half label select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 400px;
  height: 48px;
  padding: 0.5em 1em;
  color: #434c5f;
  font-size: 16px;
  border: none;
  border-radius: 2px;
  background: transparent;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.a__member_edit .b__body .w__form p {
  margin: 8px 0;
  font-size: 14px;
  color: #434c5f;
}

.a__member_edit .b__body .w__form .input_form {
  width: 384px;
  height: 48px;
  background-color: #f2f4f7;
  border: none;
  border-radius: 2px;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 16px;
}

.a__member_edit .b__body .w__content .btn {
  font-family: 'BIZ UD Shin Go Regular';
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__member_edit .b__body .w__content .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__member_edit .b__body .w__content .btn:focus {
  outline: none;
}

.a__member_edit .b__body .w__content .user .w__title {
  display: flex;
}

.a__member_edit .b__body .w__content .user .form_row {
  display: flex;
}

.a__member_edit .b__body .w__content .user .w__form {
  height: 102px;
}

.a__member_edit .b__body .w__content .user .form_row .w__form_half_first {
  height: 94px;
  margin-right: 8px;
}

.a__member_edit .b__body .w__content .user .form_row .w__form_half {
  margin: 0px 8px 0 0;
  height: 88px;
}

.a__member_edit .b__body .w__content .user .w__title .btn_copy {
  font-family: 'BIZ UD Shin Go Regular';
  background-color: #036eb8;
  width: 127px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  border: none;
  margin: 14px 0 0 32px;
}

.a__member_edit .b__body .w__content .user .btn_copy:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__member_edit .b__body .w__content .user .btn_copy:focus {
  outline: none;
}

/* メールアドレス変更完了画面 */
.a__sendmailinfo .b__body {
  width: 420px;
  margin: 0 auto;
}

.a__sendmailinfo .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 40px 0 32px;
}

.a__sendmailinfo .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
}

/* 本人認証完了画面 */
.a__users_change_registered .b__body {
  width: 400px;
  margin: 0 auto;
}

.a__users_change_registered .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 40px 0 32px;
}

.a__users_change_registered .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
}

/* ニュース画面 */
.a__news .b__body {
  width: 640px;
  margin: 0 auto;
}

.a__news .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 64px;
}

.a__news .b__body .content {
  display: flex;
}

.a__news .b__body .content p {
  font-size: 12px;
  color: #434c5f;
  display: inline-block;
  margin: 6px 16px 0 0;
}

.a__news .b__body .content a {
  font-size: 16px;
  color: #434c5f;
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 1.5;
  text-decoration: none;
}

.a__news .b__body .content a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.a__news .b__body .link a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.a__news .b__body hr {
  margin: 16px 0;
  border: none;
  background-color: #d5dcea;
  height: 1px;
}

/* ニュース記事画面 */
#box_news {
  padding-bottom: 80px;
}

.a__news_view .b__body {
  width: 720px;
  margin: 0 auto;
}

.a__news_view .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 16px;
}

.a__news_view .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__news_view .b__body .content {
  color: #434c5f;
  font-size: 16px;
  display: block;
  margin-top: 40px;
  line-height: 2;
}

.a__news_view .b__body hr {
  margin: 24px 0;
  height: 1px;
  border: none;
  background-color: #d5dcea;
}

.a__news_view .b__body .w__sns {
  display: flex;
}

.a__news_view .b__body .w__sns .sns {
  margin-right: 16px;
}

.a__news_view .b__body .link {
  justify-content: center;
  display: flex;
  margin-top: 120px;
}

.a__news_view .b__body .link a {
  color: #fd5f00;
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
}

.pagination {
  display: inline-block;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  margin-top: 40px;
}

.pagination a {
  color: black;
  float: left;
  padding-left: 6px;
  padding-top: 4px;
  border-radius: 2px;
  margin-right: 24px;
  width: 18px;
  height: 20px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #fd5f00;
  color: white;
}

.pagination a:hover:not(.active) {
  color: #fd5f00;
}

#box_news_list {
  font-size: 16px;
  color: #434c5f;
}

#box_announcement {
  padding: 16px 0 80px;
  width: 640px;
  margin: 0 auto;
}

#box_announcement dl {
  margin-left: 0 !important;
}

#box_announcement_list {
  font-size: 16px;
  color: #434c5f;
}

/* お知らせ画面 */
.a__announcement .b__body {
  width: 640px;
  margin: 0 auto;
}

.a__announcement .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 64px;
}

.a__announcement .b__body #box_announcement_list .clearfix {
  display: flex;
}

.a__announcement .b__body #box_announcement_list .clearfix .content {
  display: inline-block;
}

.a__announcement .b__body #box_announcement_list .clearfix .content p {
  font-size: 12px;
  color: #434c5f;
  display: inline-block;
  margin: 6px 16px 0 0;
}

.a__announcement .b__body #box_announcement_list .clearfix a {
  text-decoration: none;
  font-size: 16px;
  color: #434c5f;
  display: inline-block;
  width: 100%;
  height: auto;
  line-height: 1.5;
}

.a__announcement .b__body #box_announcement_list .clearfix a:hover {
  text-decoration: underline;
}

.a__announcement .b__body hr {
  margin: 16px 0;
  border: none;
  background-color: #d5dcea;
  height: 1px;
}

/* ニュース記事画面 */
.a__announcement_view .b__body {
  width: 720px;
  margin: 0 auto;
}

.a__announcement_view .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 16px;
}

.a__announcement_view .b__body p {
  color: #434c5f;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__announcement_view .b__body .content {
  color: #434c5f;
  font-size: 16px;
  display: block;
  margin-top: 40px;
}

.a__announcement_view .b__body .link {
  justify-content: center;
  display: flex;
  margin-top: 120px;
}

.a__announcement_view .b__body .link a {
  color: #fd5f00;
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
}

/* 領収書画面 */
#publish_receipt_container {
  margin: 30px 0 0 34px;
  width: 631px;
  padding-bottom: 21px;
  border: solid 1px #cccccc;
}

#publish_receipt_container h1 {
  margin: 30px 0 0 31px;
  padding-top: 4px;
  width: 568px;
  font-weight: bold;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border: solid 1px #d9d9d9;
  border-radius: 6px / 6px;
  background-color: #f2f2f2;
}

#publish_receipt_container .name {
  margin-top: 24px;
  padding-left: 34px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

#publish_receipt_container .price {
  margin-top: 12px;
  margin-left: 34px;
  padding-bottom: 2px;
  width: 564px;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

#publish_receipt_container .maintable {
  margin-top: 12px;
  margin-left: 34px;
  margin-bottom: 12px;
  padding-bottom: 2px;
  width: 564px;
}

#publish_receipt_container .maincontains {
  margin-top: 17px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

#publish_receipt_container .lead {
  margin-top: 17px;
  margin-left: 34px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

#publish_receipt_container .signature {
  margin-top: 29px;
  padding-right: 35px;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

#btn_print_receipt {
  margin: 30px 0 0 290px;
}

/* 黒ボタン */
.btn_gray_120_40 {
  background: url(/images/btn_gray_120_40.png) center top no-repeat;
  width: 120px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  color: #fafafa;
  margin: 0 auto;
  cursor: pointer;
  line-height: 13px;
}

.btn_gray_120_40:hover {
  background: url(/images/btn_gray_120_40_on.png) center top no-repeat;
}

.btn_gray_120_40 p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.btn_gray_120_40 p {
  font-family: 'UD Shin Go Medium';
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

/* 404ページ */
.a__404 .b__body {
  width: 400px;
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 112px;
  left: 0;
  margin: auto;
  width: 500px;
  height: 200px;
}

.a__404 .b__body .w__content {
  width: 500px;
}

.a__404 .b__body h2 img {
  width: 440px;
}

.a__404 .b__body h2 {
  width: 440px;
  margin-top: 0;
}

.a__404 .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.a__404 .b__body a {
  width: 320px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #036eb8;
}

/* timeoutページ */
.a__session_timeout .b__body {
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 112px;
  left: 0;
  margin: auto;
  width: 440px;
  height: 348px;
}

.a__session_timeout .b__body .w__content {
  width: 440px;
}

.a__session_timeout .b__body h2 img {
  width: 440px;
}

.a__session_timeout .b__body h2 {
  width: 440px;
  margin-top: 0;
}

.a__session_timeout .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.a__session_timeout .b__body a {
  width: 320px;
  height: 14px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #036eb8;
}

#box_users_completereceipt {
  margin: 0 auto;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 112px;
  left: 0;
  margin: auto;
  width: 440px;
  height: 300px;
}

#box_users_completereceipt h2 img {
  width: 440px;
}

/* プラン設定画面 */

.a__lisence_edit {
  padding-bottom: 80px;
}

.a__lisence_edit .b__body {
  width: 560px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.a__lisence_edit .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 20px 0 32px;
}

.a__lisence_edit .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: block;
  margin: 16px 0;
}

.a__lisence_edit .b__body .name {
  display: flex;
  margin: 16px 0;
}

.a__lisence_edit .b__body .name p {
  margin: 0;
  padding-top: 6px;
}

.a__lisence_edit .b__body p#name {
  padding-bottom: 6px;
}

.a__lisence_edit .b__body .name input {
  width: 60px;
  height: 26px;
  background-color: #036eb8;
  border-radius: 2px;
  color: white;
  font-size: 14px;
  border: none;
  margin-left: 26px;
  font-family: 'BIZ UD Shin Go Regular';
}

.a__lisence_edit .b__body hr {
  margin: 32px 0;
  background-color: #d5dcea;
  height: 1px;
  border: none;
}

.a__lisence_edit .b__body #btn_open_name:hover {
  cursor: pointer;
  opacity: 0.8;
}

.a__lisence_edit .b__body #btn_open_name:focus {
  outline: none;
}

.a__lisence_edit .b__body .tabnav {
  margin: 0;
  padding: 0;
}

.a__lisence_edit .b__body .tabnav li {
  display: inline-block;
  margin-bottom: 16px;
}

.a__lisence_edit .b__body .tabnav li a {
  width: auto;
  height: 18px;
  display: inline-block;
  color: #8c929d;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  margin-right: 26px;
}

.a__lisence_edit .b__body .tabnav li a.active {
  color: #036eb8;
  text-decoration: none;
  border-bottom: 2px solid #036eb8;
  padding-bottom: 1px;
}

.a__lisence_edit .b__body .tabnav li a:hover {
  color: #036eb8;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content {
  margin-top: 24px;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .btn {
  margin-top: 40px;
  display: flex;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .btn .btn_mail {
  display: inline-block;
  margin-right: 12px;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.csv:hover {
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .btn .btn_csv {
  display: inline-block;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.mail:hover {
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.mail:focus {
  outline: none;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.mail p {
  color: white;
  margin: 10px 0;
  display: inline-block;
}

.a__lisence_edit .b__body .tabcontent #tab01 button {
  width: 260px;
  height: 48px;
  background-color: #036eb8;
  color: white;
  font-size: 16px;
  margin-bottom: 32px;
  border: none;
  border-radius: 2px;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.mail img {
  width: 24px;
  padding: 2px 12px 0 0;
  margin-bottom: -4px;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.csv img {
  width: 18.8px;
  padding-right: 16px;
  margin-bottom: -6px;
}

.a__lisence_edit .b__body .tabcontent #tab01 button.csv p {
  color: white;
  margin: 10px 0;
  display: inline-block;
}

.a__lisence_edit .b__body .tabcontent #tab01 button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab01 .user p {
  font-size: 14px;
  color: #434c5f;
  display: block;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .w__card {
  margin: 12px 0;
  display: flex;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .card {
  width: 526px;
  height: 48px;
  background-color: #f2f4f7;
  display: inline-block;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .card p {
  margin: 16px 0 0 24px;
  display: inline-block;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .card p.mail_myself {
  margin: 16px 0;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .lisence_title {
  display: flex;
  justify-content: space-between;
  width: 526px;
  margin-bottom: 16px;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .lisence_title p {
  margin: 0;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .lisence_title p.btn {
  color: #e87733;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .lisence_title p.btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .card .status_use {
  width: 80px;
  height: 24px;
  background-color: #fd5f00;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
  margin: 9px 24px;
  padding-top: 8px;
}

.a__lisence_edit .b__body .tabcontent #tab01 .content .user .card .status_unapproved {
  width: 80px;
  height: 24px;
  background-color: #8c929d;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
  margin: 9px 24px;
  padding-top: 8px;
}

.a__lisence_edit .b__body .tabcontent #tab01 .user .icon {
  display: inline-block;
  margin: 10px 0 0 6px;
}

.a__lisence_edit .b__body .tabcontent #tab01 .user .icon {
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab01 .user .icon img {
  width: 28px;
  height: 28px;
}

/* m:m-1 */

#modal_dl {
  width: 640px;
  height: auto;
}

#modal_dl .content {
  width: 700px;
  height: auto;
  margin: 0;
}

#modal_dl .content h2 {
  display: inline-block;
  width: 545px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_dl .content .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_dl .content .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_dl.modal_receipt {
  margin: 8% auto 0;
}

#modal_dl.modal_receipt .content .search_form .w__form .input_form_search::-ms-clear {
  visibility: hidden;
}

#modal_dl.modal_receipt .content .search_form .w__form .input_form_search::placeholder {
  font-weight: normal;
}

#modal_dl.modal_receipt .content .w__btn #add_users {
  background-color: #d4d9e2;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_dl.modal_receipt .content .search_form .btn {
  width: 48px;
  margin: 0;
  border-radius: 0 2px 2px 0;
}

#modal_dl.modal_receipt .content .search_form .w__form .input_form_search {
  font-weight: normal;
  width: 512px;
  padding-left: 16px;
  border-radius: 2px 0 0 2px;
}

#modal_dl.modal_receipt .content .search_form .w__form {
  width: 512px;
}

#modal_dl.modal_receipt .trash_btn:hover {
  cursor: pointer;
}

#modal_individual.modal_receipt {
  margin: 6% auto 0;
}

#modal_receipt {
  width: 500px;
  height: auto;
}

#modal_receipt .content {
  width: 490px;
  height: 100%;
  margin: 0;
}

#modal_receipt .content .btn_close:hover {
  opacity: 0.8;
  cursor: pointer;
}

#modal_receipt .content h2 {
  display: inline-block;
  width: 408px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_receipt .content .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_receipt .content .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_receipt .content form {
  text-align: center;
}

#modal_receipt #receipt_button {
  background-color: #d4d9e2;
}

#modal_receipt #receipt_button:hover {
  cursor: pointer;
}

#modal_receipt .content form .w__form {
  margin: 0 auto;
}

.modal_receipt .content .search_form {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.modal_receipt .content .search_form form {
  display: flex;
}

.modal_receipt .content .search_form form .w__form {
  display: inline-block;
  width: 452px;
  height: 72px;
  margin-top: 0;
}

.modal_receipt .content .search_form .search {
  display: inline-block;
  background-color: #f2f4f7;
  border-radius: 2px 0 0 2px;
  border: none;
  height: 50px;
  margin-bottom: 22px;
}

.modal_receipt .content .search_form .search img {
  width: 24px;
  height: 24px;
  margin: 12px;
}

.modal_receipt .content .search_form .search {
  width: 40px;
}

.modal_receipt .content .search_form .btn {
  width: 65px;
  margin-left: 6px;
  text-align: center;
}

.modal_receipt .content .search_form .btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modal_receipt .content .search_form .btn:focus {
  outline: none;
}

.modal_receipt .content .input_form_search {
  width: 440px;
  height: 48px;
  display: block;
  border-radius: 0 2px 2px 0;
  border: none;
  background-color: #f2f4f7;
  font-size: 16px;
  color: #434c5f;
}

.modal_receipt .content .input_form_search:focus {
  outline: none;
}

.modal_receipt .content .input_form_search::placeholder {
  color: #8c929d;
}

.modal_receipt .content .btn {
  width: 104px;
  height: 48px;
  background-color: #036eb8;
  border-radius: 2px;
  color: white;
  font-size: 16px;
  border: none;
  margin-left: 16px;
}

.modal_receipt .content hr {
  background-color: #d5dcea;
  height: 1px;
  border: none;
  margin: 16px 0;
}

.modal_receipt .content .w__card {
  margin: 12px 0;
  display: flex;
}

.modal_receipt .content .card {
  width: 560px;
  height: 48px;
  margin: 0 auto;
  background-color: #f2f4f7;
  display: flex;
  justify-content: space-between;
}

.modal_receipt .content .card p {
  margin: 16px 24px;
  display: inline-block;
}

.modal_receipt .content .card img {
  width: 28px;
  height: 28px;
  margin: 10px;
}

.modal_receipt .content .w__btn {
  justify-content: center;
  display: flex;
}

.modal_receipt .content .btn_add {
  margin-top: 28px;
  background-color: #036eb8;
  width: 180px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.modal_receipt .content .btn_add:hover {
  opacity: 0.9;
  cursor: pointer;
}

.modal_receipt .content .btn_add:focus {
  outline: none;
}

/* ライセンス設定中のユーザ削除モーダル */

#modal_delete {
  height: 260px;
}

#modal_delete .content {
  width: 490px;
  margin: 0;
}

#modal_delete .content .modal_head h2 {
  display: inline-block;
  width: 406px;
  padding-top: 16px;
  padding-left: 40px;
  font-size: 20px;
}

#modal_delete .content .modal_head .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_delete .content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_delete .content .delete_user {
  margin-top: 32px;
  font-size: 18px;
}

#modal_delete .content .w__btn .btn_close {
  margin-top: 24px;
}

#modal_delete .content .w__btn .btn_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_delete .content .w__btn .btn_close:focus {
  outline: none;
}

/* m:m-2 */

#modal_name {
  width: 500px;
  height: 290px;
}

#modal_name .content {
  height: 270px;
  width: 490px;
  margin: 0;
}

#modal_name .content .modal_head .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_name .content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_name .content .modal_head h2 {
  display: inline-block;
  width: 408px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_name .content .w__form {
  margin: 32px auto 0;
}

#modal_name .content .w__form .input_form::placeholder {
  color: #434c5f;
}

#modal_name .content .btn_close {
  margin-top: 32px;
}

#modal_name .content .btn_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_name .content .btn_close:focus {
  outline: none;
}

#dragandrophandler {
  border: 1px dotted #8c929d;
  width: 480px;
  height: 160px;
  text-align: center !important;
  color: #92aab0;
  text-align: left;
  vertical-align: middle;
  padding: 41px 0 0;
  font-size: 200%;
  margin: 32px auto 10px;
  border-radius: 2px;
}

#dragandrophandler .btn_file {
  width: 124px;
  height: 30px;
  border-radius: 2px;
  border: solid 1px #8c929d;
  background-color: #f2f4f7;
  color: #434c5f;
  font-size: 14px;
}

#dragandrophandler .btn_file:hover {
  cursor: pointer;
}

.progressBar {
  width: 200px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  margin: 0px 10px 5px 5px;
  vertical-align: top;
}

.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0ba1b5;
  border-radius: 3px;
}

.statusbar {
  border-top: 1px solid #a9ccd1;
  min-height: 25px;
  width: 700px;
  padding: 10px 10px 0px 10px;
  vertical-align: top;
}

.statusbar:nth-child(odd) {
  background: #ebeff0;
}

.filename {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}

.filesize {
  display: inline-block;
  vertical-align: top;
  color: #30693d;
  width: 100px;
  margin-left: 10px;
  margin-right: 5px;
}

.abort {
  background-color: #a8352f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 15px;
  cursor: pointer;
  vertical-align: top;
}

/* m:m-3 */

#modal_csv {
  width: 560px;
  height: auto;
}

#modal_csv .content {
  width: 546px;
  height: auto;
  margin: 0;
  text-align: center;
}

#modal_csv .content .statusbar {
  width: 465px;
  padding: 5px 10px 5px 10px;
}

#modal_csv .content .statusbar .filename {
  text-align: left;
  padding-top: 4px;
}

#modal_csv .content .statusbar .filesize {
  padding-top: 4px;
}

#modal_csv .content .statusbar .abort {
  background-color: #d66767;
}

#modal_csv .content .w__text {
  justify-content: center;
  text-align: center;
  width: 365px;
  margin: 0 auto;
}

#modal_csv .content .modal_head {
  margin-top: 0px;
}

#modal_csv .content .modal_head .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_csv .content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_csv .content .modal_head h2 {
  display: inline-block;
  width: 380px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_csv .content .w__text {
  width: 385px;
  margin-top: 32px;
}

#modal_csv .content .w__text p {
  color: #434c5f;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}

#modal_csv .content .w__text p.caution {
  color: #d66767;
  font-size: 14px;
}

.a__lisence_edit #modal_csv .content .w__text p.caution {
  color: #434c5f;
}

#modal_csv .content #csv_btn {
  margin-top: 24px;
  margin-top: 40px;
  background-color: #036eb8;
  width: 320px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

#modal_csv .content #csv_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_csv .content #csv_btn:focus {
  outline: none;
}

/* m:m-4 */

#modal_individual {
  width: 850px;
  height: auto;
  padding-bottom: 40px;
}

#modal_individual .content {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0;
}

#modal_individual .content .modal_head {
  display: flex;
  margin-top: 0px;
}

#modal_individual .content .modal_head h2 {
  display: inline-block;
  width: 380px;
  font-size: 20px;
  color: #434c5f;
  padding-left: 40px;
  padding-top: 16px;
}

#modal_individual .content .modal_head .close_icon {
  width: 42px;
  height: 20px;
  margin: 0;
  float: right;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_individual .content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_individual .content .user {
  width: 720px;
  margin: 0 auto;
  margin-right: 40px;
  margin-top: 24px;
}

#modal_individual .content .user .w__card {
  margin: 12px 0;
  display: flex;
}

#modal_individual .content .user .w__card .card p {
  float: left;
}

#modal_individual .content .user .card {
  width: 526px;
  height: 48px;
  background-color: #f2f4f7;
  display: inline-block;
}

#modal_individual .content .user p {
  text-align: left;
}

#modal_individual .content .user .card p {
  margin: 16px 24px;
  display: inline-block;
}

#modal_individual .content .user .card .status_use {
  width: 80px;
  height: 26px;
  background-color: #fd5f00;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
  margin: 9px 24px;
  margin-top: 8px;
  padding-top: 6px;
  line-height: 20px;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_individual .content .user .card .status_unapproved {
  width: 80px;
  height: 24px;
  background-color: #8c929d;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
  margin: 9px 24px;
  padding-top: 8px;
}

#modal_individual .content .user .icon {
  display: inline-block;
  margin: 10px 0 0 6px;
}

#modal_individual .content .user .icon:hover {
  cursor: pointer;
}

#modal_individual .content .user .icon img {
  width: 28px;
  height: 28px;
}

#modal_individual .content .user .w__switch {
  display: flex;
  padding: 14px 32px;
}

#modal_individual .content .user .w__switch .switch_indi:hover {
  cursor: pointer;
}

#modal_individual .content .user .w__switch .text_individual {
  margin-left: 5px;
  margin-top: 5px;
  width: 72px;
  text-align: left;
  color: #8c929d;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_individual .content .user p {
  font-size: 14px;
  color: #434c5f;
  display: block;
  margin: 5px 0 0;
}

#modal_individual .content .user .switch_indi {
  width: 42px;
  height: 23px;
  border-radius: 11px;
  color: #fff;
  background-color: #8c929d;
}

#modal_individual .content .user .switch_indi .circle_individual {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 1px;
  border: 1px solid #8c929d;
  float: left;
}

#modal_individual .content .btn_close {
  margin-top: 24px;
}

#modal_individual .content .btn_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* 2 */

.a__lisence_edit .b__body .tabcontent #tab02 .content {
  margin-top: 24px;
  height: 82px;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user {
  display: flex;
  justify-content: space-between;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user .w__switch {
  display: flex;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user .w__switch #switch {
  margin-top: 2px;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user .w__switch #switch:hover {
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user .w__switch a {
  margin-top: 6px;
  margin-left: 0px !important;
}

.a__lisence_edit .b__body .tabcontent #tab02 .user p {
  font-size: 14px;
  color: #434c5f;
  display: block;
  margin: 5px 0 0;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #switch {
  width: 42px;
  height: 23px;
  border-radius: 11px;
  color: #fff;
  background-color: #8c929d;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #switch.switch_on {
  color: #fff;
  background-color: #e87733;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #switch .circle {
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  padding-top: 1px;
  border: 1px solid #8c929d;
  float: left;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #switch.switch_on .circle {
  border: 1px solid #e87733;
  float: right;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #continue_vlaue {
  margin-top: 6px;
  text-align: left;
  height: 24px;
  margin-left: 8px;
  color: #8c929d;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #continue_vlaue.switch_on {
  color: #e87733;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user #switch_link_txt {
  margin-left: 10px;
  margin-top: 6px;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user .switch_link {
  height: 24px;
  color: #8c929d;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user .switch_on .switch_link {
  color: #e87733;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .user a {
  text-decoration: underline;
  margin-left: 24px;
  width: 156px;
}

.a__entry_confirm .b__body .caution {
  margin: 24px 0;
}

.a__entry_confirm .b__body .caution ul {
  font-size: 14px;
  padding-left: 24px;
  line-height: 1.5;
  color: #888;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .plan_text {
  margin: 40px 0 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #888;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .plan_text_caution {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #888;
}

.a__lisence_edit .b__body .tabcontent #tab02 .content .plan_text a {
  color: #e87733;
}

/* 3 */

.a__lisence_edit .b__body .tabcontent #tab03 .content {
  margin-top: 24px;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 180px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  margin-bottom: 56px;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .btn .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .btn .btn:focus {
  outline: none;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .btn_csv {
  display: inline-block;
  margin-top: 40px;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .csv:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__lisence_edit .b__body .tabcontent #tab03 .content .csv:focus {
  outline: none;
}

.a__lisence_edit .b__body .tabcontent #tab03 button {
  width: 180px;
  height: 48px;
  background-color: #036eb8;
  color: white;
  font-size: 16px;
  margin-bottom: 32px;
  border: none;
  border-radius: 2px;
}

.a__lisence_edit .b__body .tabcontent #tab03 button.csv img {
  width: 18.8px;
  padding-right: 12px;
  margin-bottom: -5px;
  padding-top: 10px;
}

/* お申し込みの完了 */

.a__license_recover .b__body {
  width: 640px;
  margin: 0 auto;
}

.a__license_recover .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  margin: 20px 0 16px;
}

.a__license_recover .b__body h3 {
  font-size: 18px;
  color: #434c5f;
  margin: 48px 0 16px;
}

.a__license_recover .b__body p {
  color: #434c5f;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  line-height: 1.5;
}

.a__license_recover .b__body .w__btn {
  text-align: center;
}

.a__license_recover .b__body .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__license_recover .b__body .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__license_recover .b__body .btn:focus {
  outline: none;
}

#modal_recover {
  width: 580px;
  height: 220px;
  margin: 12% auto;
}

#modal_recover .content {
  width: 570px;
  height: 230px;
  margin: 0;
}

#modal_recover .content .modal_head .close_icon {
  margin: 0;
}

#modal_recover .content .modal_head .close_icon:hover {
  cursor: pointer;
}

#modal_recover .content .btn_close {
  margin-top: 24px;
}

#modal_recover .content .btn_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_recover .content .btn_close:focus {
  outline: none;
}

#modal_recover .modal_head {
  display: flex;
  margin: 0 0 32px;
}

#modal_recover .modal_head .close_icon {
  margin: 0;
  width: 52px;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_recover .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_recover .modal_head h2 {
  display: inline-block;
  width: 610px;
  margin-left: 60px;
  font-size: 20px;
  margin-top: 16px;
}

#modal_content .modal_head {
  display: flex;
}

#modal_content .modal_head .close_icon {
  margin: 0;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_content .modal_head .close_icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_content .modal_head h2 {
  display: inline-block;
  width: 610px;
  margin-left: 60px;
  font-size: 20px;
}

/* 通知 */
.a__notice {
  width: 100%;
  height: 48px;
  background-color: #56a2bf;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  padding-top: 34px;
}

.a__notice .b__alert {
  display: flex;
  justify-content: center;
  position: relative;
}

.a__notice .b__alert .close {
  display: inline-block;
  display: block;
  float: right;
  position: absolute;
  right: 0;
  margin-right: 64px;
}

.a__notice .b__alert .close img {
  width: 16px;
  height: 16px;
}

.a__notice .b__alert p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

/* 通知 */

.a__notice_error {
  width: 100%;
  height: 48px;
  background-color: #d66767;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  padding-top: 34px;
}

.a__notice_error .b__alert {
  display: flex;
  justify-content: center;
  position: relative;
}

.a__notice_error .b__alert .close {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 64px;
}

.a__notice_error .b__alert .close img {
  width: 16px;
  height: 16px;
}

.a__notice_error .b__alert p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}

/* 利用規約 */

.a__eula {
  padding-bottom: 80px;
}

.a__eula .b__body {
  width: 800px;
  margin: 0 auto;
}

.a__eula .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 6px 0 8px;
}

.a__eula .b__body .content {
  line-height: 2;
  color: #434C5F;
}

/* .a__eula .b__body .content p {
  text-align: right;
} */

.a__eula .b__body .content h3.eula_header {
  margin: 16px 0;
}

.a__eula .b__body .content h3 {
  margin-top: 0 !important;
}

.a__eula .b__body p {
  font-size: 16px;
  color: #434c5f;
  line-height: 2;
}
.a__eula .b__body p.right{
  text-align: right;
  margin-bottom: 0;
}
.a__eula .b__body p.content_right {
  text-align: right;
}

.a__eula .b__body p.content_right a {
  text-decoration: none;
}

.a__eula .b__body .menu {
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.a__eula .b__body .w__menu:hover {
  cursor: pointer;
}

.a__eula .b__body .menu p {
  font-size: 18px;
  color: #434c5f;
  margin: 0;
}

.a__eula .b__body .menu p.icon {
  font-size: 14px;
  color: #434c5f;
  margin: 0 16px 0 0;
}

.a__eula .b__body .content {
  display: none;
}

.a__eula .b__body .content h2 {
  margin-top: 32px;
}

.a__eula .b__body .content h3 {
  margin-top: 32px;
  font-size: 18px;
  color: #434c5f;
}

/* 特定商取引に基づく表示 */

.a__trade_policy {
  padding-bottom: 80px;
}

.a__trade_policy .b__body {
  width: 800px;
  margin: 0 auto;
}

.a__trade_policy .b__body p {
  font-size: 14px;
  color: #434c5f;
  line-height: 2;
}

.a__trade_policy .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 6px 0 8px;
}

.a__trade_policy .b__body table {
  border-collapse: collapse;
  margin-top: 32px;
  font-size: 14px;
}

.a__trade_policy .b__body table td {
  border: solid 1px #d5dcea;
  height: 16px;
  padding: 0;
  color: #434c5f;
  padding: 14px;
  line-height: 2;
}

.a__trade_policy .b__body table td.title {
  width: 200px;
  background-color: #f2f4f7;
}

.a__trade_policy .b__body table td.content {
  width: 600px;
}

/* サポートポリシー */

.a__support_policy {
  padding-bottom: 80px;
}

.a__support_policy .b__body {
  width: 800px;
  margin: 0 auto;
}

.a__support_policy .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  font-weight: normal;
  margin: 6px 0 24px;
}

.a__support_policy .b__body p {
  font-size: 14px;
  color: #434c5f;
  line-height: 2;
}

.a__support_policy .b__body .w__content ul {
  padding-left: 18px;
  margin-bottom: 32px;
}

.a__support_policy .b__body .w__content ul li {
  list-style-type: disc;
  font-size: 14px;
  padding: 4px 0;
  line-height: 1.8;
}

.a__support_policy .b__body .w__content h3 {
  font-size: 18px;
  color: #434c5f;
  font-weight: bold;
  margin-top: 56px;
}

.a__support_policy .b__body .w__btn {
  width: 900px;
  justify-content: center;
  display: flex;
}

.a__support_policy .b__body .w__btn .btn {
  margin-top: 40px;
  background-color: #036eb8;
  width: 400px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  border: none;
}

.a__support_policy .b__body .w__btn .btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

/* 利用規約各国 */
.a__eula_tdm {
  padding-bottom: 80px;
}

.a__eula_tdm .b__body {
  width: 800px;
  margin: 0 auto;
}

.a__eula_tdm .b__body h2 {
  font-size: 24px;
  color: #434C5F;
  font-weight: normal;
  margin: 6px 0 8px;
}

.a__eula_tdm .b__body .content {
  line-height: 1.5;
}

.a__eula_tdm .b__body .content h3.eula_header {
  margin: 25px 0;
  text-align: center;
}

.a__eula_tdm .b__body .content h3 {
  margin-top: 0px;
  font-size: 20px;
  color: #434C5F;
}

.a__eula_tdm .b__body .content p.right {
  text-align: right;
}

.a__eula_tdm .b__body .w__btn {
  width: 800px;
  justify-content: center;
  display: flex;
}

.a__eula_tdm .b__body input.back_btn {
  width: 400px;
  height: 48px;
  border: solid 1px #8c929d;
  margin-top: 16px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #434c5f;
  background-color: #fff;
  border-radius: 2px;
}

.a__eula_tdm .b__body input.back_btn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__eula_tdm .b__body p.content_right {
  text-align: right;
  font-family: "UD Shin Go Regular JIS2004";
}

/* プライバシーポリシー */
.a__privacy_policy {
  padding-bottom: 80px;
}

.a__privacy_policy .b__body {
  width: 800px;
  margin: 0 auto;
  font-family: "BIZ UD Shin Go Regular";
}

.a__privacy_policy .b__body h2 {
  font-size: 24px;
  color: #434c5f;
  margin: 50px 0 24px;
  font-family: "BIZ UD Shin Go Medium";
}

.a__privacy_policy .b__body p {
  color: #434c5f;
  line-height: 1.8;
  font-size: 14px;
}

.a__privacy_policy .b__body a {
  line-height: 1.8;
  display: block;
  font-size: 14px;
}

.a__privacy_policy .b__body a.link_inline {
  display: inline;
}

.a__privacy_policy .b__body .w__content h3 {
  font-size: 18px;
  color: #434c5f;
  font-family: "BIZ UD Shin Go Medium";
  margin-top: 30px;
  margin-bottom: 30px;
}

.a__privacy_policy .b__body .w__content h4 {
  font-size: 16px;
  color: #434c5f;
  margin-bottom: 8px;
}

.a__privacy_policy .b__body .w__content ul {
  font-size: 14px;
  color: #434c5f;
  line-height: 1.8;
  padding-left: 32px;
  font-family: "BIZ UD Shin Go Regular";
}

.a__privacy_policy .b__body .w__content span {
  font-size: 14px;
  color: #434c5f;
}

.a__privacy_policy .b__body .w__content p.content_second {
  margin-top: 32px;
}

.a__privacy_policy .b__body .signature {
  margin-top: 24px;
}

.a__privacy_policy .b__body .signature .content {
  width: 200px;
  margin: 0 auto;
  margin-right: 0;
}

.a__privacy_policy .b__body .signature .content p {
  font-size: 14px;
  color: #434c5f;
  margin: 0;
}

.a__privacy_policy .b__body p.right {
  text-align: right;  
}

/* ユーザーを全て削除モーダル */

#modal_delete_all {
  height: 200px;
}

#modal_delete_all .content {
  width: 490px;
  height: 190px;
  margin: 0;
}

#modal_delete_all .close_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

#modal_delete_all h2 {
  display: inline-block;
  width: 380px;
  margin-left: 60px;
  margin-top: 32px;
}

#modal_delete_all .close_icon {
  width: 42px;
  float: right;
  margin: 0;
  font-family: 'BIZ UD Shin Go Regular';
}

#modal_delete_all .w__btn {
  width: 490px;
}

#modal_delete_all .w__btn .btn_close {
  width: 180px;
  margin: 40px 16px;
}

#modal_delete_all .w__btn .btn_close.no_delete {
  color: #434c5f;
  border: 1px solid #8c929d;
  background-color: white;
}

#modal_delete_all .w__btn .btn_close.no_delete:hover {
  color: black;
}

#modal_delete_all .w__btn .btn_close:hover {
  cursor: pointer;
  opacity: 0.8;
}

#modal_delete_all .w__btn .btn_close:focus {
  outline: none;
}

/* 閉じるアイコンのスタイル */
.close_icon {
  font-size: 12px;
  color: #b3b2b29e;
}

.close_icon:hover {
  cursor: pointer;
  color: #036eb8;
}

.b__header_notice {
  height: auto;
  background-image: linear-gradient(to right, #7ec0cc, #6aa3cc);
  color: #fff;
  font-size: 14px;
  position: relative;
}

.b__header_notice .notice_news_box {
  display: flex;
  justify-content: center;
}

.b__header_notice .notice_news {
  padding: 33px 0 16px;
  margin: 0 0 16px;
}

.b__header_notice .notice_news li {
  padding-bottom: 3px;
  max-width: 900px;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "BIZ UD Shin Go Regular";
  line-height: 19px;
  font-size: 14px;
}

.b__header_notice .notice_news li a {
  text-decoration: none;
  color: #fff;
}

.b__header_notice .notice_news li span {
  border: 1px solid #fff;
  padding: 1px 5px;
  margin-right: 9px;
  border-radius: 2px;
  font-size: 12px;
}

.b__header_notice .notice_right {
  text-align: right;
  width: 980px;
  padding-left: 0;
  margin: 0 auto;
  right: 253px;
  position: absolute;
  bottom: 12px;
  font-family: "BIZ UD Shin Go Regular";
}

.b__header_notice .notice_right li a {
  color: #fff;
}

.b__header_notice .notice_right li {
  display: inline-block;
  margin-left: 24px;
}

/* 新ライセンス切り替え */
.a__switch_font .b__body {
  width: 640px;
  margin: 0 auto;
  color: #434c5f;
}

.a__switch_font .b__body h2 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 24px;
}

.a__switch_font .b__body p {
  line-height: 16px;
}

.a__switch_font .b__body .tdm_switch p {
  margin: 40px 0 24px;
  line-height: 1.5;
}

.a__switch_font .b__body ul {
  padding-left: 0;
  margin-bottom: 56px;
  font-size: 14px;
  list-style: none;
  line-height: 1.5;
}

.a__switch_font .b__body .w__btn {
  text-align: center;
}

.a__switch_font .b__body .w__btn .btn_half_blue {
  width: 400px;
  height: 48px;
  margin: 40px 0 100px;
  font-family: 'BIZ UD Shin Go Regular';
}

.a__switch_font .b__body .btn_half_blue {
  width: 180px;
  height: 48px;
  color: #fff;
  background-color: #036eb8;
  font-size: 16px;
  margin-top: 8px;
  border: none;
  border-radius: 2px;
  font-family: 'BIZ UD Shin Go Regular';
}

.a__switch_font .b__body .btn_half_gray {
  width: 180px;
  height: 48px;
  font-size: 16px;
  margin-top: 8px;
  border: none;
  border-radius: 2px;
  font-family: 'BIZ UD Shin Go Regular';
  background-color: rgb(242, 244, 247);
  color: rgb(205, 210, 219);
  pointer-events: none;
}

.a__switch_font .b__body .btn_half_blue.disabled {
  background-color: #bcbab8;
  cursor: not-allowed;
}

.btn_half_blue:hover {
  border: none;
  cursor: pointer;
  opacity: 0.8;
}

.a__switch_font .b__body .btn_half_blue.disabled:hover {
  background-color: #bcbab8;
  cursor: not-allowed;
  opacity: 1;
}

/* テンプレート */
.a__template .b__body {
  width: 980px;
  margin: 0 auto;
}

.a__template .b__body .tabnav {
  padding-left: 16px;
  margin-bottom: 4px;
}

.a__template .b__body .tabnav li {
  display: inline-block;
  margin: 10px 0px 9px 5px;
  font-family: BIZ UD Shin Go Regular;
}

.a__template .b__body .tabnav li a {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 16px;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #8c929d;
  text-decoration: none;
}

.a__template .b__body .tabnav li a.active {
  background: #036eb8;
  color: #fff;
}

.a__template .b__body .template_title {
  margin-left: 20px;
  color: #434c5f;
}

.a__template .b__body .template_title p {
  line-height: 1.5;
}

.a__template .b__body h2 {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #434c5f;
  font-size: 24px;
}

.a__template .b__body .template_content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.a__template .b__body .template_content .content {
  height: auto;
  border-radius: 6px;
  margin-bottom: 40px;
  width: calc(33% - 40px);
  margin: 20px;
  border: 1px solid #d5dcea;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px;
}

.a__template .b__body .template_content .content .img_wrap {
  background: #f5f9ff;
  border-bottom: 1px solid #d5dcea;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.a__template .b__body .template_content .content img {
  margin: 16px 27px 0;
  vertical-align: bottom;
  width: 240px;
  height: 135px;
}

.a__template .b__body .template_content .content p {
  margin: 0 auto;
  width: 240px;
  font-size: 14px;
  padding-bottom: 15px;
  color: #8c929d;
  text-align: left;
  height: auto;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-family: BIZ UD Shin Go Regular;
}

.a__template .b__body .template_content .content h3 {
  text-align: center;
  color: #036eb8;
  font-size: 20px;
  margin: 23px 0 16px;
  line-height: 20px;
}

.a__template .b__body .template_content .content input {
  text-align: center;
  width: 240px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #036eb8;
  font-size: 16px;
  color: #036eb8;
  margin-top: auto;
}

.a__template .b__body .template_content .content a {
  width: 240px;
  height: 40px;
  border-radius: 24px;
  background-color: #fff;
  border: solid 1px #036eb8;
  line-height: 40px;
  text-decoration: none;
  color: #036eb8;
  margin-top: auto;
}

.a__template .b__body .template_content .template_content_title {
  width: 95%;
  margin: 0 auto;
  line-height: 20px;
  border-bottom: 1px solid #d5dcea;
  margin-bottom: 12px;
}

.a__template .b__body .template_content .template_content_title h2 {
  margin-bottom: 10px;
}

.a__template .b__body a:hover {
  opacity: 0.9;
  cursor: pointer;
}

.a__template .b__body a:focus {
  outline: none;
}

.a__template .b__body .template_title ul {
  font-size: 14px;
  padding-left: 24px;
  line-height: 1.5;
  color: #888;
}

/* jumpページ */
.a__jump {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  color: #434c5f;
}

.a__jump h2 {
  color: #000;
  margin-bottom: 50px;
}

.a__jump a {
  font-family: sans-serif;
}