@charset "utf-8";
/*////////////////////////////////////////////////
=html body
////////////////////////////////////////////////*/
html {
  height: 100%;
}
body {
  font-size: 87.5%; /* 14px */
  font-family: arial, sans-serif;
  line-height: 1.6;
  min-height: 100%;
  display: flex; /* thanksのfooter調整 */
  flex-direction: column; /* thanksのfooter調整 */
  word-wrap: break-word;
  color: #0A0A0A;
}
p {
  font-size: 1em;
  margin-bottom: 1.5rem;
}
a {
  color: #000;
  transition: all 0.25s;
}
a:hover, a:focus {
  opacity: 0.7;
  transition: all 0.25s;
}
/*////////////////////////////////////////////////
=Heading
////////////////////////////////////////////////*/
h1 {
  margin: 0;
}
h2 {
  font-size: 1.75rem; /* 28px */
  margin: 2rem 0;
  text-align: center;
  font-weight: bold;
}
h2.sub {
  font-size: 1.5rem; /* 24px */
  margin: 2em 0 1em 0;
}
h3 {
  font-size: 1.143em; /* 16px */
  margin: 15px 0;
  line-height: 1.6em;
  font-weight: bold;
}
h3 .require {
  font-size: 0.786em;
  background-color: #D3001B;
  padding: 1px 2px;
  color: #fff;
  margin: 0 10px 0 0;
  font-weight: normal;
}
/*////////////////////////////////////////////////
=header
////////////////////////////////////////////////*/
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #ccc;
}
header .header_inner {
  overflow: hidden;
}
header .header_inner h1 {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 200px;
  line-height: 0;
}
header .header_inner h1 img {
  width: 80%;
}
header .header_inner .nav_menu {
  float: right;
}
header .header_inner .nav_menu a {
  height: 30px;
  width: 30px;
  padding: 13px 8px 7px 10px;
  background-color: #D3001B;
  display: block;
  text-align: center;
}
header .header_inner .nav_menu a i {
  color: #fff;
  font-size: 1.5em;
}
.nav_body {
  margin: 0 0 0 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #F4F4F4;
  width: calc(100% - 1.8rem);
}
.nav_body.login_nav_body {
  width: 100%;
}
.nav_body.active {
  max-height: 600px;
  transition: all 0.3s ease;
}
.nav_list {
  margin: 0.5em;
}
.nav_list i {
  margin: 0 5px 0 0;
}
.nav_list_link {
  background-color: #fff;
  margin: 0 0 2px 0;
  padding: 0.8rem;
  display: block;
  position: relative;
  text-decoration: none;
}
.nav_list_link::after {
  color: #ccc;
  content: '\f054';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
/*////////////////////////////////////////////////
=footer
////////////////////////////////////////////////*/
footer {
  padding: 32px 0;
}
footer p {
  text-align: center;
  font-size: 0.75rem;
  margin: 0;
}
/*////////////////////////////////////////////////
=ページトップ
////////////////////////////////////////////////*/
.page_top {
  width: 50px;
  height: 50px;
  background: #0A0A0A;
  border-radius: 50%;
}
.page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  line-height: 1;
}
.page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*////////////////////////////////////////////////
=contents
////////////////////////////////////////////////*/
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
.text_b {
  font-weight: bold;
}
.text_red {
  color: #D3001B;
}
.text_s {
  font-size: 0.875em;
  margin: 5px 0 0 0;
}
.main_visual {
  margin: 51px 0 0 0;
}
.main_visual_mypage {
  margin: 0 0 15px 0;
}
.main_visual img {
  max-width: 100%;
  margin: 0 auto;
}
.wrapper {
  margin: 50px 0 0 0;
  padding: 0 15px;
  overflow: hidden;
}
.contents {
  overflow: hidden;
}
.contents_box {
  padding: 6% 5%;
  background: #F4F6F9;
  overflow: hidden;
  margin: 0 0 15px 0;
}
.left_contents_box {
  width: 90%;
  margin: 0 0 15px 0;
}
.contents_box h2.sub {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
.contents_box p {
  margin: 0 0 1em 0;
  font-size: 1.143em;
}
.essential {
  border: 1px #CCC solid;
  font-size: 0.813rem;
  height: 120px;
  line-height: 1.5em;
  margin: 15px auto 15px auto;
  overflow: auto;
  padding: 0.5rem;
  box-sizing: border-box;
}
.essential h3 {
  display: block;
  font-size: 1.143em;
  margin: 0.5em 0 0.5em 0;
  font-weight: bold;
}
.essential p {
  display: block;
  margin: 1em 0 1em 0;
}
.essential strong {
	font-weight: bold;
}
/*////////////////////////////////////////////////
=form
////////////////////////////////////////////////*/
.form_contents {
  margin: 0 0 30px 0;
}
.form_contents div {
  overflow: hidden;
}
.form_contents .form_name input {
  margin: 0 0 5px 0;
}
.form_contents .form_birth p {
  width: 8%;
  float: left;
  text-align: center;
  margin: 0;
  line-height: 3;
}
.form_contents_line {
  border-bottom: solid 1px #ccc;
  padding: 0.5rem 0 0.5rem 0;
}
.form_contents_line h3 {
  margin: 0 0 0.5rem 0;
}
.form_contents_line:first-child {
  border-top: solid 1px #ccc;
}
.form_contents.complete p {
  text-align: center;
}
.form_contents .form_gender label {
  margin: 0 20px 0 0;
}
.form_contents .form_birth select {
  width: 100%;
}
.form_contents .form_birth .selectLabel {
  width: 24%;
  float: left;
}
.form_contents #file {
	display: block;
	position: relative;
}
.form_contents #file .pc, hr {
	display: none;
}
.form_contents .image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
}
.form_contents #filenameArea {
	margin: 10px 0 0 0;
}
.form_contents .message {
	text-align: right;
	margin: 5px 0;
}
.form_contents .message2 {
	text-align: right;
	margin: 5px 0;
	margin-right: -9px;
}
.form_contents.text {/*20250404*/
	margin: 1em auto 2em auto;
}
.btn_droparea {
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #FFF 0%, #EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background: linear-gradient(to bottom, #FFF, #EEE);
	border: 2px solid #ccc;
	color: #111;
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}
.btn_droparea span {
	background-image: url("../../img/front/droparea.png");
	background-repeat: no-repeat;
	padding: 2px 0 2px 40px;
}
#file .btn_droparea {
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #FFF 0%, #EEE);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
  background: linear-gradient(to bottom, #FFF, #EEE);
  border: 2px solid #ccc;
  color: #111;
  width: 300px;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#file .btn_droparea span {
  background-image: url("../../img/management/droparea.png");
  background-repeat: no-repeat;
  padding: 3px 0 5px 40px;
}
#login_forgot {
  padding: 1rem 0px 0 0;
}
#login_forgot i {
  margin: 0 0 0 5px;
}
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="number"], input[type="tel"], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border: solid 1px #ccc;
  width: 100%;
  min-height: 3.429em;
  padding: 0 0.857em;
  line-height: 2;
  background-color: #F9FAFB;
  border-radius: 0;
  font: inherit;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  -webkit-box-shadow: 0 0 0px #cacaca;
  box-shadow: 0 0 0px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
.check input[type="checkbox"] {
	display: none;
	/* 透明度0 */
	filter: alpha(opacity=0);
	/* -moz-opacity:0; */
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
}
.check input[type="checkbox"]:focus + span::before {
	border: 1px solid #dd4f3f;
}
.check label {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0px 0.5rem 2rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.check label::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #fff;
  border: 1px solid #ccc;
}
.check input[type="checkbox"]:checked + span::after {
  position: absolute;
  content: '';
  top: -5px;
  bottom: 0;
  left: 2px;
  width: 16px;
  height: 5px;
  margin: auto;
  border-left: 2px solid #0A0A0A;
  border-bottom: 2px solid #0A0A0A;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
select {
  cursor: pointer;
  position: relative;
  display: block;
  color: #0a0a0a;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.selectLabel {
  position: relative;
  display: block;
  width: 55%;
}
.selectLabel:before {
  content: "";
  position: absolute;
  top: 43%;
  right: 10px;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ccc;
  z-index: 1;
  pointer-events: none;
}
/*---------- input[type="radio"] ----------*/
.radio input[type="radio"] {
	/* 透明度0 */
	filter: alpha(opacity=0);
	/* -moz-opacity:0; */
	opacity:0;
	/* ブラウザのデフォルトのスタイルを削除 */
	-webkit-appearance: none;
	appearance: none;
	/* レイアウトから無視 */
	position: absolute;
}
.radio input[type="radio"]:focus + span::before {
	border: 1px solid #dd4f3f;
}
.radio span {
  position: relative;
  display: inline-block;
  padding: 10px 0px 10px 30px;
  cursor: pointer;
}
.radio span::before, .radio span::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.radio span::before {
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: 2px solid #ccc;
}
.radio input[type="radio"]:checked + span::before {
  background: #fff;
  border: 1px solid #D3001B;
}
.radio span::after {
  opacity: 0;
  left: 4px;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  background: #D3001B;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.radio input[type="radio"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*////////////////////////////////////////////////
=ボタン
////////////////////////////////////////////////*/
.btn_area {
  width: 95%;
  margin: 10px auto;
  text-align: center;
}
.button {
  overflow: hidden;
  height: 45px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  background: #fff;
}
.red {
  background-color: #D3001B;
  border: 1px #D3001B solid;
  color: #fff;
}
.orange {
  background-color: #e9872e;
  border: 1px #e9872e solid;
  color: #fff;
}
/*////////////////////////////////////////////////
=SNSログイン
////////////////////////////////////////////////*/
.sns_btn_area {
  overflow: hidden;
}
.sns_btn_area li { /*20250203*/
  display: flex;
  justify-content: center;
}
.sns_btn_area .button { /*20250203*/
  color: #0A0A0A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 178px;
  height: 39px;
  font-size: 14px;
  background: #fff;
  font-weight: 500;
  margin-bottom: 3%;
  border-radius: 4px;
  border: 1px solid #dadce0;
}
.sns_btn_area img {
  width: 25px;
  margin-right: 10px;
  font-size: 30px;
  text-align: center;
}
.sns_btn_area .button.btn_sns_line img {
  margin-right: 25px;
}
/*////////////////////////////////////////////////
=SNSログイン(Google調整) 20250203
////////////////////////////////////////////////*/
.g_id_signin {
  width: 100% !important;
  display: flex !important;
  justify-content: center; /* ボタン内のコンテンツを中央揃え */
  margin: 0 0 10px 0;
}
/*////////////////////////////////////////////////
=エラーメッセージ
////////////////////////////////////////////////*/
.error-message {
  font-size: 0.875rem;
  color: #D3001B;
  font-weight: bold;
  margin: 0 0 2px 0;
}
.error-message + div textarea, .error-message + div input, .error-message + div .selectLabel select, .error-message + div input {
  border: solid 2px #D3001B !important;
  background-color: #FFEFEF !important;
}
.error-message + div + div input {
  border: solid 2px #D3001B !important;
  background-color: #FFEFEF !important;
}
.error-message + textarea, .error-message + input, .error-message + .selectLabel {
  border: solid 2px #D3001B !important;
  background-color: #FFEFEF !important;
}
.error-message + div + input {
  border: solid 2px #990101 !important;
  background-color: #FFF4F4 !important;
}
.error-message + .selectLabel select {
  background-color: #FFEFEF !important;
}
/*////////////////////////////////////////////////
=768px タブレット
////////////////////////////////////////////////*/
@media only screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  header {
    margin: 0 0 1em 0;
  }
    header .header_inner .pc_nav_body {
    float: right;
  }
  header .header_inner .pc_nav_body ul li {
    float: left;
  }
  header .header_inner .pc_nav_body ul li:last-child {
    background-color: #D3001B;
  }
  header .header_inner .pc_nav_body ul li a {
    height: 30px;
    width: 150px;
    padding: 18px 10px 12px 10px;
    display: block;
    text-align: center;
  }
  header .header_inner .pc_nav_body ul li:first-child a {
    font-weight: bold;
  }
  header .header_inner .pc_nav_body ul li:last-child a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .contents {
    width: 750px;
    margin: 0 auto;
  }
}
/*////////////////////////////////////////////////
=1024px PC
////////////////////////////////////////////////*/
@media only screen and (min-width: 1024px) {
  .center {
    text-align: center;
  }
  h3 .require {
    line-height: 1.5;
  }
  .wrapper {
    margin: 60px 0 0 0;
  }
  header .header_inner h1 {
    height: 60px;
  }
  header .header_inner h1 img {
    width: 180px;
  }
  /*---------- 矢印 ----------*/
  .arrow {
    position: relative;
    display: inline-block;
  }
  .arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 0px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    transform: skew(45deg);
    transition: .3s;
  }
  .arrow:hover::after {
    left: 5px;
    width: 25px;
  }
  .contents {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .registration {
    width: 650px;
  }
  .contents_wrap {
    display: flex;
    align-items: stretch;
  }
  .contents_box {
    margin: 0;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .left_contents_box {
    width: 60%;
    margin: 0 auto;
  }
  .left_box {
    background: #F4F6F9;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .right_box {
    background: #F4F6F9;
    width: 38%;
    margin: 0 0 15px 0;
  }
  .right_box .contents_box {
    display: flex;
    align-items: center;
    min-height: 290px;
  }
  .right_box .contents_box > div {
    width: 100%;
  }
  .contents_box p {
    font-size: 1em;
  }
  .main_visual {
    margin: 50px 0 0 0;
  }
  .main_visual_mypage {
    margin: 0 0 15px 0;
  }
  .essential {
    height: 200px;
  }
  .left_box .form_contents {
    margin: 0 0 15px 0;
  }
  .form_contents > div {
    display: flex;
    align-items: center;
    margin: 0 0 1rem 0;
  }
  .form_contents > div[id^="photoImage_"] {
    display: inline;
  }
  .form_contents > div > div {
    width: 60%;
  }
  .form_contents h3 {
    font-size: 0.875rem;
    width: 40%;
    /* float: left; */
    display: flex;
    align-items: center;
    /* margin: 0; */
  }
  .narrow .form_contents > div > div {
    width: 75%;
  }
  .narrow .form_contents h3 {
    width: 25%;
  }
  .form_contents_line {
    display: inherit;
    padding: 1rem 0 1rem 0;
    width: 700px;
    margin: 0 auto !important;
    font-size: 1rem;
  }
  .form_contents.confirm .form_contents_line {
    display: flex;
    align-items: center;
  }
  .form_contents_line h3 {
    display: inherit;
    float: none;
    width: 40%;
  }
  .form_contents_line > div {
    width: 100% !important;
    font-size: 0.875rem;
  }
  .form_contents .postalcode, .form_contents .tel {
    width: 55%;
  }
  .form_contents .form_name {
    float: left;
    width: 49%;
    margin: 0 2% 0 0;
  }
  .form_contents .form_name:last-child {
    margin: 0 0 0 0;
  }
  .radio span {
    padding: 15px 0px 10px 30px;
  }
  .button_area, .button_area a {
    margin: 0 auto;
    width: 340px;
  }
  .left_box .button_area, .left_box .button_area a {
    margin: 0 auto !important;
  }
  .button_area a {
    margin: 0 auto 20px auto;
  }
  .registration .input + .button_area a {
    margin: 0 0 20px -30px;
  }
  input[type="text"], input[type="password"], textarea, input[type="email"], input[type="number"], input[type="tel"], select {
    min-height: 2.875em;
  }
  #login_omit {
    margin: 1rem auto 0 auto;
    width: 310px;
  }
  #login_omit label {
    padding: 0 0 0.5em 2rem;
    font-size: 0.75rem;
  }
  #login_omit label::before {
    top: -10px;
  }
  #login_omit input[type="checkbox"]:checked + span::after {
    top: -15px;
  }
  #login_forgot {
    float: none;
    width: 100%;
    overflow: hidden;
    font-size: 0.75rem;
    padding: 0.5rem 0 0 0;
  }
  .sns_btn_area li {
    float: left;
    width: 300px;
    margin: 0 20px 0 0;
  }
  .sns_btn_area li:last-child {
    margin: 0 0 0 0;
  }
  .right_box .sns_btn_area li {
    width: 100%;
    margin: 0;
  }
}

/* .top .contents_box {
  min-height: 105px !important;
}
.login .contents_box {
  min-height: 150px !important;
}
.sign_up .contents_box {
  min-height: 150px !important;
}
.sns_btn_area {
  overflow: unset;
  position: relative;
}
.right_box .sns_btn_area li {
  width: 190px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center_box .sns_btn_area li {
  width: 190px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */ /* oku ukoncp.comのソースがそのまま適用できない */