* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/*--- from base.css ---*/

/* HTML5 display-role reset for older browsers */
nav {display: block;}
body {line-height: 1;}
ol {list-style: none;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
@charset "UTF-8";

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  line-height: 1.15;
  tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

/* Sections
 * ========================================================================== */

body {margin: 0;}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {background-color: transparent;}

small {font-size: 80%;}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
iframe,
img {vertical-align: middle;}
img {border-style: none;}

table {
  border-collapse: collapse;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type="button"],
[type="submit"] {
  -webkit-appearance: button;
}

input {overflow: visible;}

select {text-transform: none;}

textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

a,
button,
input,
label,
select,
textarea {touch-action: manipulation;}

[disabled] {cursor: not-allowed;}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/* ---------------------------------------------------------
 function
--------------------------------------------------------- */

.ttl_01 {
    line-height: 1.5;
    padding-bottom: 1rem;
}

.ttl_02 {
    line-height: 1.5;
    padding: 4rem 0 0.5rem 0;
	font-weight: bold;
}

.tm02_heading_h1,
.tm02_input,
.tm02_plainText,
.tm02_radioButton_label,
.tm01_form_textArea {
  color: #242424;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic",
    "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}

.tm02_heading_h1 {
  font-weight: bold;
}

.tm02_heading_h1 {
  font-size: 26px;
  letter-spacing: 0.69px;
}

.tm02_heading_pageTitle {
  align-items: flex-start;
  display: flex;
}
.tm02_heading_pageTitle:before {
  background: #bac1ca;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  width: 4px;
}

.tm02_radioButton {
  cursor: pointer;
}
.tm02_radioButton_label {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 24px;
  margin-left: 27px;
  position: relative;
}
.tm02_radioButton_label:before {
  background: #ffffff;
  border: #cccccc 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 15px;
  left: -27px;
  position: absolute;
  transition: border-color 0.3s, border-width 0.3s;
  vertical-align: top;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tm02_radioButton_input {
  cursor: pointer;
  display: none;
}
.tm02_radioButton_input:focus {
  outline: none;
}
.tm02_radioButton_input:checked + .tm02_radioButton_label:before {
  border-color: #43434c;
  border-width: 4px;
}

.tm02_selectBox {
  height: 45px;
  position: relative;
  max-width: 540px;
}
.tm02_selectBox_select {
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  height: 100%;
  margin-bottom: -1px;
  outline: none;
  padding: 0 60px 0 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.tm02_selectBox_select::-ms-expand {
  display: none;
}
.tm02_selectBox_bullet {
  background: #3b3b41;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.tm02_selectBox_bullet:before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.tm02_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}

.tm03_checkboxButton_input {
  display: none;
}
.tm03_checkboxButton_input:checked + .tm02_plainText:before {
  background: #242424 url("../img/icon_check.png") no-repeat
    center center;
  background-size: 9px;
}

.tm03_checkboxButton .tm02_plainText {
  align-items: center;
  display: flex;
}
.tm03_checkboxButton .tm02_plainText:before {
  background: #ffffff;
  border: 1px solid #dddddd;
  content: "";
  display: block;
  flex: none;
  height: 15px;
  margin-right: 12px;
  width: 15px;
}

.tm01_form .tm02_heading_h1 {
  border-bottom: 1px solid #efefef;
  margin-top: 66px;
  padding-bottom: 24px;
}
.tm01_form .tm02_heading_h1 :before {
  height: 25px;
  top: 9px;
}

.tm01_form .tm02_plainText_m {
  margin-top: 20px;
  width: 850px;
}

.tm01_form_table {
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
}

:not(.tm01_form_mustRow) > .tm01_form_th {
  background: #ebedef;
}

.tm01_form_th {
  border-bottom: 1px solid #cccccc;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  min-width: 320px;
  padding: 29px 20px 28px 30px;
  text-align: left;
  vertical-align: middle;
  width: 320px;
}
.tm01_form_th:first-of-type {
  border-top: 1px solid #cccccc;
}
.tm01_form_th .tm02_plainText_m {
  margin-top: 0;
  width: auto;
}

.tm01_form_td {
  border-bottom: 1px solid #cccccc;
  height: 100%;
  padding: 29px 30px 28px;
  position: relative;
  vertical-align: middle;
}
.tm01_form_td:first-of-type {
  border-top: 1px solid #cccccc;
}
.tm01_form_td .tm01_form_textArea {
  border: 1px solid #e9e9e9;
  max-width: 540px;
  padding: 10px;
  width: 100%;
}
.tm01_form_td .tm02_plainText_m {
  margin-top: 0;
  width: auto;
}
.tm01_form_td .tm02_plainText {
  max-width: 780px;
}

.tm01_form_mustRow {
  background: #ebedef;
}
.tm01_form_mustRow .tm01_form_th {
  padding: 29px 80px 28px 30px;
  position: relative;
}
.tm01_form_mustRow .tm01_form_th:before {
  background: #e91818;
  color: #ffffff;
  content: "\5FC5\9808";
  font-size: 11px;
  padding: 3px 0;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 40px;
}
.tm01_form_mustRow .tm01_form_td {
  background-color: #ffffff;
  position: static;
}

.tm01_form_textArea {
  font-size: 13px;
  padding: 8px 15px;
}
.tm01_form_textArea:invalid {
  background-color: rgba(253, 132, 121, 0.1);
  border-color: #f4a7a8;
}
.tm01_form_textArea:focus {
  outline: none;
}

.tm01_form_dl {
  align-items: center;
  display: flex;
}

.tm01_form_wrap {
  display: flex;
}

.tm01_form_item {
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.tm01_form_item .tm02_input {
  margin-left: 10px;
}
.tm01_form_item-noMarginInput .tm02_input {
  margin-left: 0;
}

.tm01_form_item-noMarginInput02 .tm02_input {
  margin-left: 0;
}

.tm01_form_innerChart {
  padding: 0;
}
.tm01_form_innerChart .tm01_form_item {
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  flex-direction: column;
  margin-right: 0;
  padding: 30px;
}
.tm01_form_innerChart .tm01_form_item:last-of-type {
  border-bottom: none;
}
.tm01_form_innerChart .tm02_input {
  margin-left: 0;
}
.tm01_form_innerChart .tm02_plainText_m {
  font-weight: bold;
  margin-bottom: 16px;
}

.pbAreaWrapper1 {
  margin-bottom: 66px;
  position: relative;
  top: 66px;
}
.pbAreaWrapper1 .tm01_main_content {
  width: 860px;
}
.pbAreaWrapper1 .tm01_main_content.tm_is_wide {
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 767px) {
  .tm02_heading_h1,
  .tm02_input,
  .tm02_plainText,
  .tm02_radioButton_label,
  .tm01_form_textArea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF",
      "Yu Gothic", "meiryo", "Helvetica Neue", "arial", sans-serif;
  }
  .tm02_heading_h1 {
    font-size: 20px;
    letter-spacing: 0.53px;
  }
  .tm02_heading_pageTitle:before {
    top: 5px;
  }
  .tm02_input {
    font-size: 16px;
  }
  .tm02_plainText_s {
    letter-spacing: 0.32px;
  }
  .tm02_radioButton_label {
    height: auto;
    font-size: 12px;
  }
  .tm02_radioButton_text {
    width: 96px;
  }
  .tm02_wrapper {
    width: calc(100% - 40px);
  }
  .tm03_checkboxButton .tm02_plainText {
    font-size: 12px;
  }
  .tm01_form .tm02_heading_h1 {
    margin-top: 40px;
    padding-bottom: 7px;
  }
  .tm01_form .tm02_heading_h1:before {
    height: 25px;
  }
  .tm01_form .tm02_plainText_m {
    width: 100%;
  }
  .tm01_form_table {
    width: 100%;
  }
  .tm01_form_tbody {
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
  }
  .tm01_form_th {
    display: block;
    min-width: auto;
    padding: 19px 15px 16px 15px;
    width: 100%;
  }
  .tm01_form_td {
    border-bottom: 0;
    display: block;
    padding: 23px 15px 22px 15px;
    width: 100%;
  }
  .tm01_form_td:first-of-type {
    border-top: none;
  }
  .tm01_form_td .tm02_input {
    width: 100%;
  }
  .tm01_form_mustRow .tm01_form_th {
    padding: 18px 60px 17px 15px;
  }
  .tm01_form_mustRow .tm01_form_th:before {
    right: 15px;
  }
  .tm01_form_wrap {
    flex-direction: column;
  }
  .tm01_form_wrap-mail {
    flex-direction: row;
  }
  .tm01_form_wrap-tel {
    flex-direction: row;
  }
  .tm01_form_innerChart .tm01_form_item {
    padding: 10px 0 26px;
  }
  .tm01_form_innerChart .tm02_selectBox {
    width: 100%;
  }
  .tm01_form_innerChart .tm02_selectBox_select {
    padding: 0 0 0 15px;
  }
  .tm01_form_item {
    margin-bottom: 10px;
  }
  .tm01_form_textArea {
    font-size: 16px;
    width: 100%;
  }
  .pbAreaWrapper1 .tm01_main_content {
    width: 100%;
  }
}    

/* HTML5 display-role reset for older browsers */
nav {display: block;}
body {line-height: 1;}
li {list-style: none;}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Sections */

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
h1 .iconbox {
    display: block;
    width: 100%;
    max-width: 30px;
    margin-right: 1rem;
}
h1 .iconbox img {max-width: 100%;}

.privacypolicy h2 {
    font-size: 150%;
    font-weight: bold;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

table {border-collapse: collapse;}

/* Forms */

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input,
select {
  margin: 0;
}

input {overflow: visible;}
select {text-transform: none;}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

/* Textarea */
.txt_s {font-size: 50%;}


/* flow */
.tm_f_flow{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin-bottom: 23px!important;
margin-top: 23px!important;
line-height: 1.6;
}
@media (min-width: 768px) {
:root .tm_f_flow{
margin-bottom: 45px;
margin-top: 45px;
}
}
.tm_f_step{
font-size: 14px;
letter-spacing: normal;
margin-right: 20px;
padding: 11px 0 11px 0;
width: calc(90 / 375 * 100vw);
background-color: #fff;
border: 1px solid #d8d8d8;
font-weight: bold;
position: relative;
text-align: center;
}
@media (min-width: 768px) {
.tm_f_step{
font-size: 15px;
margin-right: 0;
padding: 18px 0 18px 30px;
width: 350px;
letter-spacing: .4px;
}
}
.tm_f_step:last-of-type{
padding-left: 0;
margin-right: 0;
width: calc(110 / 375 * 100vw);
}
@media (min-width: 768px) {
.tm_f_step:last-of-type{
width: 380px;
}
}
.tm_f_step:not(:last-of-type)::before,
.tm_f_step:not(:last-of-type)::after{
border-style: solid;
border-width: 23px 0 23px 15px;
content: "";
position: absolute;
top: -1px;
}
.tm_f_step:not(:last-of-type)::before{
border-color: transparent transparent transparent #d8d8d8;
right: -16px;
}
.tm_f_step:not(:last-of-type)::after{
border-color: transparent transparent transparent #fff;
right: -15px;
}
@media (min-width: 768px) {
.tm_f_step:not(:last-of-type)::before,
.tm_f_step:not(:last-of-type)::after{
border-width: 31px 0 31px 32px;
right: auto;
}
}
@media (min-width: 768px) {
.tm_f_step:not(:last-of-type)::before{
border-color: transparent transparent transparent #d8d8d8;
right: -33px;
}
.tm_f_step:not(:last-of-type)::after{
border-color: transparent transparent transparent #ffffff;
right: -32px;
}
.tm_f_step:not(:last-of-type)::after{
border-color: transparent transparent transparent #ffffff;
right: -32px;
}
}
.tm_f_is-current{
background-color: #54545e;
border: 1px solid #54545e;
color: #fff;
}
.tm_f_is-current:not(:last-of-type)::before,
.tm_f_is-current:not(:last-of-type)::after{
border-color: transparent transparent transparent #54545e;
}
@media (min-width: 768px) {
.tm_f_is-current:not(:last-of-type)::before,
.tm_f_is-current:not(:last-of-type)::after{
border-color: transparent transparent transparent #54545e;
}
}


.f_red {
    display: block;
    color: #e60012;
}

/* ---------------------------------------------------------
 function
--------------------------------------------------------- */

.tm01_form_textArea {
  color: #242424;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic",
    "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "meiryo", "Helvetica Neue", "arial", sans-serif;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.6;
}

.tm02_heading_h1 {
  font-weight: bold;
}

.tm02_heading_h1 {
    font-size: min(3vw,36px);
    letter-spacing: 0.69px;
}

.tm02_heading_pageTitle {
    align-items: baseline;
    display: flex;
}
.tm02_heading_pageTitle:before {
  background: #fff;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: 10px;
  width: 4px;
  display: none;
}

.tm02_input {
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 13px;
  max-width: 540px;
  padding: 8px 45px 8px 15px;
  width: 100%;
}
.tm02_input::-webkit-input-placeholder {
  color: #919191;
}
.tm02_input:focus {
  outline: none;
}

.tm02_plainText_m {
  font-size: 15px;
}

.tm02_plainText_s {
  font-size: 12px;
  letter-spacing: normal;
}

.tm02_radioButton {
    cursor: pointer;
    line-height: 3;
    display: block;
    padding-bottom: 4px;
}

.tm02_radioButton_label:before {
  background: #ffffff;
  border: #cccccc 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  height: 15px;
  left: -27px;
  position: absolute;
  transition: border-color 0.3s, border-width 0.3s;
  vertical-align: top;
  width: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tm02_radioButton_input {
    cursor: pointer;
    display: block;
    opacity: 0;
    z-index: -1;
    position: absolute;
}
.tm02_radioButton_input:focus {
  outline: none;
}
.tm02_radioButton_input:checked + .tm02_radioButton_label:before {
  border-color: #43434c;
  border-width: 4px;
}

.tm02_selectBox {
  height: 45px;
  position: relative;
  max-width: 540px;
}
.tm02_selectBox_select {
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  height: 100%;
  margin-bottom: -1px;
  outline: none;
  padding: 0 60px 0 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.tm02_selectBox_select:valid {
background-color: #e8f0fe8d;
border: 1px solid #000;    
}

.tm02_selectBox_select::-ms-expand {
  display: none;
}
.tm02_selectBox_bullet {
  background: #3b3b41;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
}
.tm02_selectBox_bullet:before {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.tm02_wrapper {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}

.tm03_checkboxButton {
    display: block;
    padding-bottom: 4px;
}

.tm03_checkboxButton_input {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tm03_checkboxButton_agree {
    display: none;
}

.tm03_checkboxButton_agree:checked + .tm02_plainText:before {
    background: #242424 url("../img/icon_check.png") no-repeat center center;
    background-size: 9px;
}

.tm03_checkboxButton .tm02_plainText {
  align-items: center;
  display: flex;
}

.tm01_form .tm02_heading_h1 {
  border-bottom:none;
  margin-top: 66px;
  padding-bottom: 24px;
}
.tm01_form .tm02_heading_h1 :before {
  height: 25px;
  top: 9px;
}

.tm01_form .tm02_plainText_m {
  margin-top: 20px;
  width: 850px;
}

.privacy_add {
    margin-top: 20px;
    width: 90px;
    margin: 4px auto 0!important;
    font-size: 15px;
    font-weight: bold;
}

.tm01_form_table {
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
}

.tm02_form_table {
  margin-top: 0px;
  table-layout: fixed;
  width: 100%;
}

.tm01_form_th {
    border-bottom: 1px solid #cccccc;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    min-width: 320px;
    padding: 29px 20px 28px 30px;
    text-align: left;
    vertical-align: top;
    width: 380px;
}
.tm01_form_th:first-of-type {
  border-top: 1px solid #cccccc;
}
.tm01_form_th .tm02_plainText_m {
  margin-top: 0;
  width: auto;
}

.tm01_form_td {
  border-bottom: 1px solid #cccccc;
  height: 100%;
  padding: 29px 30px 28px;
  position: relative;
  vertical-align: middle;
}
.tm01_form_td:first-of-type {
  border-top: 1px solid #cccccc;
}
.tm01_form_td .tm01_form_textArea {
    border: 1px solid #000000;
    max-width: 540px;
    padding: 10px;
    width: 100%;
    background-color: #fff;
}
.tm01_form_td .tm02_plainText_m {
  margin-top: 0;
  width: auto;
}
.tm01_form_td .tm02_plainText {
  max-width: 780px;
}

.tm01_form_mustRow {
  background: #ebedef;
}
.tm01_form_mustRow .tm01_form_th {
  padding: 29px 80px 28px 30px;
  position: relative;
}
.tm01_form_mustRow .tm01_form_th:before {
  background: #e91818;
  color: #ffffff;
  content: "\5FC5\9808";
  font-size: 11px;
  padding: 3px 0;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 40px;
}
.tm01_form_mustRow .tm01_form_td {
  background-color: #ffffff;
  position: static;
}

.tm01_form .tm02_input:invalid {
    background-color: rgb(253 212 121 / 10%);
    border-color: #2a2a2a;
}

.tm01_form .tm02_selectBox_select:invalid {
    background-color: rgb(253 212 121 / 10%);
    border-color: #2a2a2a;
}

.ng_mail {
    background-color: rgb(253 212 121 / 10%)!important;
    border-color: #2a2a2a;
}

.tm01_form_textArea {
  font-size: 13px;
  padding: 8px 15px;
}

.tm01_form_dl {
  align-items: center;
  display: flex;
}

.tm01_form_wrap {
  display: flex;
 width: 100%;
}

.tm01_form_item {
  align-items: center;
  display: flex;
  margin-right: 20px;
}
.tm01_form_item .tm02_input {
  margin-left: 10px;
}
.tm01_form_item-noMarginInput .tm02_input {
    margin-left: 0;
    background-color: rgb(253 212 121 / 10%);
    border-color: #2a2a2a;
    max-width: 300px!important;
}

.tm01_form_item-noMarginInput .tm02_input:focus {
    background-color: #e8f0fe;
}

.tm01_form_item-noMarginInput02 .tm02_input {
    margin-left: 0;
    background-color: rgb(253 212 121 / 10%);
    border-color: #2a2a2a;
    max-width: 300px!important;
}

.tm01_form_item-noMarginInput02 .tm02_input:valid {
    background-color: #e8f0fe;
}

.tm01_form_innerChart {
  padding: 0;
}
.tm01_form_innerChart .tm01_form_item {
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  flex-direction: column;
  margin-right: 0;
  padding: 30px;
}
.tm01_form_innerChart .tm01_form_item:last-of-type {
  border-bottom: none;
}
.tm01_form_innerChart .tm02_input {
  margin-left: 0;
}
.tm02_plainText_m {
  font-weight: bold;
  margin-bottom: 16px;
}

.pbAreaWrapper1 {
  margin-bottom: 66px;
  position: relative;
  top: 66px;
}
.pbAreaWrapper1 .tm01_main_content {
  width: 860px;
}
.pbAreaWrapper1 .tm01_main_content.tm_is_wide {
  width: 100%;
}

  .tm01_form_wrap-tel {
    flex-wrap: wrap;
  }
    
.tm01_form_wrap-tel .tm02_plainText_s {
    width: 100%;
    font-weight: bold;
    padding-top: .5rem;
    font-size: 90%;
} 

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (max-width: 767px) {
  .tm02_heading_h1,
  .tm02_input,
  .tm02_plainText,
  .tm02_radioButton_label,
  .tm01_form_textArea {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      "\6E38\30B4\30B7\30C3\30AF\4F53", "YuGothic", "\6E38\30B4\30B7\30C3\30AF",
      "Yu Gothic", "meiryo", "Helvetica Neue", "arial", sans-serif;
  }
  .tm02_heading_h1 {
    font-size: 20px;
    letter-spacing: 0.53px;
  }
  .tm02_heading_pageTitle:before {
    top: 5px;
  }
  .tm02_input {
    font-size: 16px;
  }
  .tm02_plainText_s {
    letter-spacing: 0.32px;
  }
  .tm02_radioButton_label {
    height: auto;
    font-size: 12px;
  }
.tm02_radioButton_text {
    width: auto;
    font-size: 120%;
}
  .tm02_wrapper {
    width: calc(100% - 40px);
  }
  .tm03_checkboxButton .tm02_plainText {
    font-size: 12px;
  }
.tm01_form .tm02_heading_h1 {
    margin-top: 40px;
    padding-bottom: 7px;
    flex-wrap: wrap;
    justify-content: center;
}
  .tm01_form .tm02_heading_h1:before {
    height: 25px;
  }
  .tm01_form .tm02_plainText_m {
    width: 100%;
  }
  .tm01_form_table {
    width: 100%;
  }
  .tm01_form_tbody {
    border-bottom: 1px solid #cccccc;
    max-width: 100%;
  }
  .tm01_form_th {
    display: block;
    min-width: auto;
    padding: 19px 15px 16px 15px;
    width: 100%;
  }
  .tm01_form_td {
    border-bottom: 0;
    display: block;
    padding: 23px 15px 22px 15px;
    width: 100%;
  }
  .tm01_form_td:first-of-type {
    border-top: none;
  }
.tm01_form_td .tm02_input {
    width: 100%;
    max-width: none!important;
}
  .tm01_form_mustRow .tm01_form_th {
    padding: 18px 60px 17px 15px;
  }
  .tm01_form_mustRow .tm01_form_th:before {
    right: 15px;
  }
.tm01_form_innerChart .tm01_form_item {
    padding: 10px 0 26px;
    flex-wrap: wrap;
}
  .tm01_form_innerChart .tm02_selectBox {
    width: 100%;
  }
  .tm01_form_innerChart .tm02_selectBox_select {
    padding: 0 0 0 15px;
  }
.tm01_form_item {
    margin-bottom: 10px;
    width: 100%;
}
  .tm01_form_textArea {
    font-size: 16px;
    width: 100%;
  }
  .pbAreaWrapper1 .tm01_main_content {
    width: 100%;
  }
.ttl_01 {
    padding-bottom: 1.5rem;
    line-height: 1.5;
}    
    
}

.tm01_form_wrap-mail .tm01_form_item-noMarginInput {
    display: flex;
    width: 100%;
    max-width: 550px;
}
.tm01_form_wrap-mail .tm01_form_item-noMarginInput02 {
    display: flex;
    width: 100%;
    max-width: 550px;
}
@media (max-width: 767px) {
.tm01_form_wrap-mail .tm01_form_item-noMarginInput {
    max-width: none;
    flex-wrap: wrap;
}
.tm01_form_wrap-mail .tm01_form_item-noMarginInput02 {
    max-width: none;
    flex-wrap: wrap;
}    
}
.input02 .tm02_plainText{
    align-items: center;
    display: flex;
    font-size: 15px;
    height: 24px;
    position: relative;
}

@media screen and (max-width: 767px) {
.input02 .tm02_plainText {
    height: 35px;
    line-height: 1.2;
}    
}

button.ajaxzip3 {
    margin-left: 2rem;
    width: 100%;
    background: #6a6a6a;
    color: #fff;
    font-weight: 700;
    border: none;
    padding: .5rem;
    cursor: pointer;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media screen and (max-width: 767px) {
button.ajaxzip3 {
    margin: 1rem auto 0;
}
}    

.style_add_01 {
    align-items: center!important;
    flex-direction: row!important;
}

.style_add_01 label {
    width: 100%;
    max-width: 540px;
}

.style_add_02 {
    position: relative;
    padding: 0 1rem 0 0;
    margin-bottom: 0!important;
}

.style_add_03 {
    position: relative;
    padding: 0;
    margin-bottom: 0!important;
}

/* .quocard */
.quocard {
    padding: 30px;
    margin-bottom: 2rem;
    position: relative;
}
.quocard h2 {
    font-size: 120%;
    font-weight: bold;
	margin-bottom: 0.5rem;
}
.quocard p{
    line-height: 1.5;
	font-size: 90%;
}

/* .privacypolicy */
.privacypolicy {
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.8;
}
.privacypolicy.invalid {
    border-color: #000;
}
.privacypolicy p{
margin:8px 0;
}
.privacypolicy a {
    display: block;
    margin: 15px auto 30px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
    border-bottom: 1px solid #ccc;
}
#privacypolicy {
    text-align: center;
    border: 1px solid #000000;
    height: 60px;
    display: block;
    margin: auto;
    width: 366px;
    max-width: 100%;
} 

#privacypolicy div {
    position: relative;
    margin: auto;
    height: 100%;
}

#privacypolicy div::before {
    display: block;
    background: #e91818;
    color: #ffffff;
    content: "\5FC5\9808";
    font-size: 11px;
    padding: 3px 0;
    position: absolute;
    top: 16px;
    left: 30px;
    text-align: center;
    width: 40px;
}

.tm_f_form-area [type="checkbox"]:not(:checked), .tm_f_form-area [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
    cursor: pointer;
}
 #agree[type="checkbox"]:checked + label {
	background:#b3d4fc;
}
.tm_f_form-area .invalid input {
    border-color: #f4a7a8;
    background: rgba(253, 132, 121, 0.1);
}
.tm_f_form-area .privacypolicy label{
width: 100%;
height: 100%;
background-color: rgb(253 212 121 / 10%);
border-color: #2a2a2a;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: #242424;
transition: opacity .3s;
padding-left: 0;
}

/* submit button */
.tm_f_form-area .tm_f_submit{
margin-top: 3rem;
margin-bottom:3rem;
}
.tm_f_btn-submit{
display: flex;
justify-content: center;
align-items: center;
width: 265px;
height: 45px;
margin-left: auto;
margin-right: auto;
padding-right: 47px;
padding-left: 16px;
color: inherit;
text-decoration: none;
text-align: center;
border: 1px solid #000;
border-radius: 2px;
background: #fff url("/library/img/common/icon_arrow.png") no-repeat right 16px center;
background-size: 15px 15px;
transition: opacity 0.3s;
cursor: pointer;
font-weight: bold;
}
@media screen and (min-width: 768px){
.tm_f_btn-submit{
width: 366px;
height: 57px;
}
}
.tm_f_btn-submit:hover{
opacity: .6;
}
.tm_f_btn-submit:focus{
outline: none;
}
.tm_f_btn-submit:disabled{
opacity: .3;
cursor:not-allowed;
}

/* error message
------------------*/
#err_privacypolicy{
margin: 0;
}
@media screen and (min-width: 768px){
#err_privacypolicy{
position: absolute;
bottom: calc(25px - 1em);
left: calc(50% - 183px);
}
}
.privacypolicy .formError{
margin:10px 0;
}
.formError{
transform: translateY(3px);
flex-basis: 100%; /* mod20210112 add */
}
.formErrorMsg{
color:#e91818;
display:inline;
}
.privacypolicy .formErrorMsg{
background:none;
padding:0;
}
.privacypolicy .formErrorArrow,
.privacypolicy .formErrorArrow div{
padding:0;
}
.formErrorArrow{
display:inline-block;
}
.formErrorClose{
display:inline-block;
cursor:pointer;
color:#666;
margin-left:0.5em;
background:#f6f6f6;
border-radius:2px;
width:1.4em;
height:1.4em;
line-height:1.2;
text-align:center;
vertical-align:middle;
}

valid {
    background-color: rgb(253 212 121 / 10%);
}

/* 確認ページ
------------------*/
.confirm .wrapper {
    margin-bottom: 40px;
}

.confirm .form-item {
    border-top: 1px solid #ccc;
    font-weight: bold;
    font-size: .8125rem;
    display: flex;
    font-size: 15px;
}/*410*/

.confirm .form-item:first-of-type .question {
    align-items: flex-start;
}/*418*/

.confirm .form-item:last-of-type {
    border-bottom: 1px solid #ccc;
}

.confirm .question {
    max-width: 34%;
    height: auto;
    margin-bottom: 0;
    padding: 29px 80px 28px 30px;
    line-height: 1.5;
    background: #ebedef;
    width: 380px;
    position: relative;
    display: block;
}/*438*/

.confirm .answer {
    flex: 1 1 auto;
    flex-basis: auto;
    max-width: 73%;
	width: calc(100% - 380px);
    padding: 1.5rem 0 1.5rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	line-height: 1.5em;
	font-weight: normal;
	
}/*457*/

.controller {
    margin: 3rem auto!important;
    padding: 0 0 3rem!important;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 920px;
    justify-content: space-between;
}/*715*/

.controller li {
    display: block;
    cursor: pointer;
    flex-basis: calc(50% - 10px);
    max-width: 450px;
    margin: 0 auto;
}/*725*/

.controller button {
    background: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 1px solid;
    text-align: center;
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-indent: .05em;
}/*732*/

.controller .back button {
    background: #fff;
    border-color: #565656;
}/*779*/

.controller .submit button {
    color: #fff;
    background: #617fad;
    background: linear-gradient(114deg, #617fad 0%, #7d94b5 100%);
    border-color: #7d94b5;
}

@media screen and (max-width: 767px) {
.confirm .form-item {
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
    
.confirm .question {
    max-width: none;
    width: 100%;
    padding: .5rem;
}
.confirm .answer {
    flex: 1 1 auto;
    flex-basis: auto;
    max-width: none;
    width: 100%;
    padding: .5rem;
}    

.controller button {
    height: 60px;
}    
    
.controller li {
    flex-basis: calc(100% - 10px);
    margin: 0 auto 1rem;
}
.b-o-footer_content {
    padding: 30px 0 .5rem 7%;
}    
}


.thanks .form .controller {
    margin-top: 70px;
}

.thanks .form a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 1.1rem;
    letter-spacing: .1em;
    text-indent: .05em;
    font-weight: bold;
    border: 1px solid;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    color: #fff;
    background: #617fad;
    background: linear-gradient(114deg, #617fad 0%, #7d94b5 100%);
    border-color: #7d94b5;
    text-decoration: none;
}

/*.thanks .ttl_01 {padding-bottom: 3rem;}*/

.thanks .wrapper p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.thanks .wrapper p:first-child {
    padding-top: 1rem;
}

@media screen and (max-width: 767px) {
.thanks .form a {
    height: 60px;
}
}