@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   COMMON　

--------------------------------------------------------------------------------------------- */
h1{
  text-decoration:underline solid;
  font-size: 28px;
  text-align: center;
}
h2.ttl {
  margin-bottom: 1em;
}

h2.ttl-white{
  color: white;
}

h2.ttl-line {
  margin-bottom: 1em;
  border-bottom: solid 2px;
}

h3.ttl{
  font-size: 20px;
  border-bottom: solid 1px;
  margin-bottom: 12px;
}

h3.ttl-white{
  text-align: left;
  color: white;
}

h3.ttl-line {
  margin-bottom: 1em;
  border-bottom: solid 2px;
}

h4.ttl{
  font-size: 18px;
  text-align: center;
  padding-top: 10%;
}

.list li {
  padding-left:1em;
  text-indent:-1em;
}
.disc li:before {
  content: "";
  background: #231f20;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
}
/* form */
input::placeholder {
  color: #231f20;
}
/* IE */
input:-ms-input-placeholder {
  color: #231f20;
}
/* Edge */
input::-ms-input-placeholder {
  color: #231f20;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media only screen and ( max-width : 991px ) {
  h2.ttl {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  .ph_img {
    width: 80px;
    height: auto;
    margin:0 auto;
    padding-top: 4%;
  }
  .maintenance-img {
    width: 55px;
    height: auto;
    margin:0 auto;
    padding-top: 4%;
  }
}

@media only screen and ( max-width : 575px ) {
  p.service{
    font-size: 14px;
    text-align:justify
  }
  
  .case_wrap {
    background-color: lightgray;
    width: 100%;
    padding: 8% 2% 8% 2%;
    margin-top: 0px;
  }
    
  h3.ttl {
    font-size: 18px;
    border-bottom: solid 1px;
  }
    
  p.cpcaption {
    font-size: 12px;
  }
    
  p.kanteisho{
    font-size: 12px;
    width: 90%;
    margin: 0 auto;  
    padding: 2% 0% 2% 0%;
    color: white;
    text-align: justify;
  }
  
  h3.kanteisho{
    width: 90%;
    margin: 0 auto;  
    padding: 2% 0% 2% 0%;
    color: white;
    text-align: justify;
  }
  
  .kanteisho_img {
    width: 90%;
    margin: 0 auto;
  }
    
  ul.disc-appraisal {
    font-size: 12px;
    padding-top: 2%;
    width: 90%;
    color: white;
    margin: 0 auto;
  }
    
  ul {
    font-size: 12px;
    margin-bottom: 4%;
  }

  .text-tight-lh {
    text-align: center;
  }

  .margin-top-min{
    text-align: center;
  }

  h4.c_handling {
    font-size: 16px;
  }

  .col-xs-6 {
    width: 100%;
  }

  p.procase {
    width: 100%;
    font-size: 14px;
  }
  
  .rlinks-list ul {
    width: 90%;
  }

  .rlinks-list ul li {
    width: 100%;
  }

  .rlinks-ttl {
    width: 90%;
  }

  .qestion::first-letter {
    font-size: 24px;
  }

  .q-label {
    font-size: 16px;
  }

  .a-label {
    font-size: 14px;
    padding-right: 16px;
  }

  .cont-label::first-letter {
    font-size: 24px;
  }
}

.box_rad {
  border-radius:5px 5px 5px 5px;
}

.back_btn {
  width: 60px;
  height: 45px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
  margin-top:auto;
}

.btn_area {
  padding: 20px 0px 20px 0px;
  display:flex;
  justify-content: space-between;
  text-align : center;
}

.app-link {
  text-decoration :underline;
}

.app-link2 {
  color: red;
  text-decoration :underline;
}

.informations {
  font-size: 14px;
  margin-left: 2%;
}

.pankuzu {
    margin-bottom: 2%;
}

.pankuzu_wrap {
    margin-bottom: 4%;
}
.general_page_ttl{
  margin-top: 6%;
  margin-bottom: 4%;
}
.general_ttl {
  text-align: center;
    margin-bottom: 10%;
    width: 100%;
}

.general_ttl .ttl {
    font-size: 5vw;
}

.question::first-letter{
  font-size: 38px;
}

.grecaptcha-badge {
  bottom: 80px !important;
}

.btn{
  padding-top: 4%;
  padding-bottom: 4%;
  margin: 0 auto;
}

.btn a {
  border-radius: 50px;
  font-weight: 700;
  margin: 0 auto;
}

.btn a:after {
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    font-weight: 900;
}

.btn-len01 a {
    padding: 15px 30px;
}

.btn-len02 a {
    padding: 15px 60px;
}

.btn-len03 a {
    padding: 15px 30px;
}

.btn-black a {
    background: #313131;
    color: #FFF;
    
}

.btn-black a:hover {
    background: #eee;
    color: #313131;
}

.btn-white a {
    background: #eee;
    color: #313131;
}

.btn-white a:hover {
    background: #313131;
    color: #FFF;
}

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.align-r {
  text-align: right !important;
}

.mg-t10 {
  margin-top: 10px;
}

.mg-b10 {
  margin-bottom: 10px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.disp-n {
	display:none !important;
}

/* ---------------------------------------------------------------------------------------------

　   PHILOSOPHY

--------------------------------------------------------------------------------------------- */



.philosophy {
  text-align: center;
  padding-bottom: 32px;
}

.philosophy-img{
	background-blend-mode:lighten;
	background-color:rgba(255,255,255,0.8);
	background-image: url(/img/philosophy/bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.philosophy p {
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
}

.maintenance {
  text-align: center;
  padding-bottom: 32px;
  margin-top: 8%;
}

.maintenance .col-ttl {
  margin-bottom: 3rem;
}

.maintenance .content {
  background-color: white;
  border-radius: 6px;
  padding: 3rem;
}

.maintenance .content .split-line {
  width: 100%;
  border-bottom: 0.5px solid;
}


.maintenance .content span {
  font-weight: bold;
}

.mission p {
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
}

.policy p {
  font-weight: bold;
  text-align: center;
  padding-bottom: 64px;
}

.aorigin {
  padding-bottom: 32px;
}

.company {
  background-color:rgb(222, 222, 222);
  margin-top: 10%;
  padding-top: 2%;
  padding-bottom: 100px;
}

.company table{
  margin: 4% auto 0;
}

.company th{
  border-bottom: solid 1px;
}

.company td{
  border-bottom: solid 1px rgb(150, 150, 150);
}

@media (min-width: 576px) {
  .com-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .com-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .com-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .com-container {
    max-width: 1140px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SERVICE 

--------------------------------------------------------------------------------------------- */

/*p.service{*/
/*  text-align:justify;*/
/*  }*/
  
/*.case_wrap{*/
/*  background-color: lightgray;*/
/*  width: 100%;*/
/*  padding: 4% 10% 4% 10%;*/
/*  }*/

/*.case-ttl{*/
/*  font-size: 20px;*/
/*}*/

/*.pro_img{*/
/*  padding: 0 2% 2% 2%;*/
/*}*/

/*p.procase{*/
/*  width: 100%;*/
/*  font-size: 16px;*/
/*  }*/

/*.imgbox{*/
/*  display:flex;*/
/*  justify-content: center;*/
/*  margin-bottom: 16px;*/
/*  }*/

/*.cp_img{*/
/*  padding: 4%;*/
/*  }*/

/*.grade_num {*/
/*  background: rgb(255, 255, 255);*/
/*  text-align: center;*/
/*  font-weight: 700;*/
/*  border: solid 1px;*/
/*  }*/

/*p.cpcaption{*/
/*  clear: both;*/
/*  }*/

/*.arschoice{*/
/*  margin-bottom: 12%;  */
/*  }*/

/*.stcaption{*/
/*  padding-top: 12%;*/
/*  }*/

/*.caption{*/
/*  text-align: center;*/
/*  }*/

/*.section_appraisal{*/
/*  background-color: rgb(0, 0, 0);*/
/*  padding-top:4% ;*/
/*  padding-bottom: 8%;*/
/*  width: auto;*/
/*  margin: 0 auto ;*/
/*  }*/
  
/*.colorcap-img{*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  }*/
  
/*.colorcap-img img{*/
/*  width: 100%;*/
/*  }*/
  
/*h2.kanteisho-ttl{*/
/*  text-align: center;*/
/*  font-size: 28px;*/
/*  color: white;*/
/*}*/
  
/*h3.kanteisho-ttl{*/
/*  color: white;*/
/*  padding: 16px 0px 4px 8px;*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/

/*p.kanteisho{*/
/*  margin: 0 auto;  */
/*  padding: 2% 0% 2% 0%;*/
/*  color: white;*/
/*  }*/

/*.kanteisho_img{*/
/*  width: 100%;*/
/*  margin: 0 auto;*/
/*  }*/
  
/*.kanteisho_img img{*/
/*  width: 100%;*/
/*  }*/

/*.holder_img{*/
/*  width: 100%;*/
/*  margin: 20px auto;*/
/*}*/
  
/*.holder_img img{*/
/*  width: 100%;*/
/*}*/

/*ul.disc-appraisal{*/
/*  padding-top: 2%;*/
/*  width: 75%;*/
/*  color: white;*/
/*  margin: 0 auto;*/
/*  }*/

/*p.grading{*/
/*  margin-bottom: 2%;*/
/*  }*/

/*#grade.section{*/
/*  margin-top: 2%;  */
/*  }*/

/*.user-body-service .footer-margin {*/
/*  margin-top: 0 !important;*/
/*}*/

/*.padding-bottom {*/
/*    padding-bottom: 15px;*/
/*    }*/

/*h4.c_handling{*/
/*  font-size: 20px;*/
/*}*/


/*.flex-xs {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    }*/


/*.col-lg-3 {*/
/*    width: 25%;*/
/*    }*/

/*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {*/
/*    float: left;*/
/*}*/

/*.col-xs-6 {*/
/*    width: 50%;*/
/*}*/
/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {*/
/*    float: left;*/
/*}*/
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {*/
/*    position: relative;*/
/*    min-height: 1px;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

/*.flex-xs .flex-fill-w {*/
/*    width: 100%;*/
/*}*/

/*.padding-all {*/
/*    padding: 15px;*/
/*}*/
/*.rounded-box {*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.07);*/
/*    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.07);*/
/*    box-shadow: 0 3px 3px 0 rgba(0,0,0,.07);*/
/*}*/



/*.margin-top-min {*/
/*    margin-top: 10px;*/
/*}*/
/*.inline-block {*/
/*    display: inline-block;*/
/*}*/

/*#helpfullinks .text-large {*/
/*    min-height: 50px;*/
/*}*/

/*.margin-top-min {*/
/*    margin-top: 10px;*/
/*}*/

/*.flex-thin {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.flex-center {*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.text-tight-lh {*/
/*    line-height: 1.3;*/
/*}*/

/*.margin-top-min {*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*}*/
/*.inline-block {*/
/*    display: inline-block;*/
/*}*/

img {
    vertical-align: middle;
}
img {
    border: 0;
}

/*.a-line{*/
/*	text-decoration: underline;*/
/*}*/

/*@media only screen and ( max-width : 991px ) {*/
/*  .grade_box {*/
/*  width: 100%;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  margin-top: 20px;*/
/*  padding-bottom: 20px;*/
/*  border-bottom: #e2e2e2 solid 1px;*/
/*  }*/
/*  .grade_box_first {*/
/*  margin-top: 40px;*/
/*  padding-top: 20px;*/
/*  border-top: #e2e2e2 solid 1px;*/
/*  }*/
/*  .grade_num {*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  line-height: 0px;*/
/*  margin-right: 15px;*/
/*  }*/
/*  .grade_title_text{*/
/*  font-size: 14px;*/
/*  line-height: 30px;*/
/*  }*/
/*  .grade_num_text{*/
/*  font-size: 28px;*/
/*  line-height: 18px;*/
/*  }*/
/*  .grade_top_num_text{*/
/*  font-size: 28px;*/
/*  line-height: 18px;*/
/*  margin-left: 8px;*/
/*  }*/
/*  .grade_top_sub_text{*/
/*  font-size: 12px;*/
/*  line-height: 18px;*/
/*  }*/
/*  .grade_txt {*/
/*  width: calc(100% - 95px);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  }*/
/*  .grade_txt p {*/
/*  font-size: 12px;*/
/*  }*/
/*  .grade_top_txt {*/
/*  width: calc(100% - 95px);*/
/*  }*/
/*  .grade_top_txt p {*/
/*  font-size: 10px;*/
/*  }*/
/*}*/

/*  #select {*/
/*    background-color:white;*/
/*  }*/

/*  .select_box {*/
/*  width: 100%;*/
/*  -ms-flex-align: center;*/
/*  align-items: center;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  margin-bottom: 50px;*/
/*  padding-bottom: 50px;*/
/*  }*/

/*  .select_num {*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  line-height: 0px;*/
/*  margin-right: 15px;*/
/*  background-color: rgb(255, 255, 255);*/
/*  text-align: center;*/
/*  }*/
/*  .select_title_text{*/
/*  font-size: 18px;*/
/*  line-height: 30px;*/
/*  }*/
/*  .select_num_text{*/
/*  font-size: 28px;*/
/*  line-height: 18px;*/
/*  }*/
/*  .select_top_num_text{*/
/*  font-size: 28px;*/
/*  line-height: 18px;*/
/*  margin-left: 8px;*/
/*  }*/
/*  .select_top_sub_text{*/
/*  font-size: 12px;*/
/*  line-height: 18px;*/
/*  }*/
/*  .select_txt {*/
/*  width: calc(100% - 95px);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  }*/
/*  .select_txt p {*/
/*  font-size: 12px;*/
/*  }*/
/*  .select_top_txt {*/
/*  width: calc(100% - 95px);*/
/*  }*/
/*  .select_top_txt p {*/
/*  font-size: 10px;*/
/*  }*/

/*.service-cards {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  -webkit-box-pack: justify;*/
/*  justify-content: space-between;*/
/*}*/

/*.service-item img{*/
/*  padding-bottom: 20px;*/
/*}*/

/*.service-stcaption-ttl {*/
/*  font-size: 15px;*/
/*  height: 35px;*/
/*  background: #000000;*/
/*  width: 160px;*/
/*  color: #FFFFFF;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin: 54px auto 16px;*/
/*}*/

/*.service-item-text{*/
/*  font-size: 14px;*/
/*}*/

/*#special.section {*/
/*  margin-top: 2%;  */
/*}*/

/*.special-cards {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  -webkit-box-pack: justify;*/
/*  justify-content: space-between;*/
/*}*/

/*.special-item img{*/
/*  padding-top: 20px;*/
/*  padding-bottom: 4px;*/
/*}*/

/*.special-stcaption-ttl {*/
/*  font-size: 15px;*/
/*  height: 35px;*/
/*  background: #000000;*/
/*  width: 160px;*/
/*  color: #FFFFFF;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin: 54px auto 16px;*/
/*}*/

/*.special-item-text{*/
/*  font-size: 14px;*/
/*}*/

/*.holo-area {*/
/*  width: 100%;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.holo-item {*/
/*  width: calc(100% / 3);*/
/*  text-align: center;*/
/*  padding-bottom: 16px;*/
/*}*/


/*.holo-grade {*/
/*  background-color: #FFF;*/
/*  color: #000000;*/
/*  font-size: 14px;*/
/*  font-weight: bold;*/
/*  margin: 24px auto 16px;*/
/*  width: 100px;*/
/*  text-align: center;*/
/*}*/

/*.holo-name {*/
/*  color: #FFF;*/
/*  margin: 8px auto 8px;*/
/*  width: 100px;*/
/*  text-align: center;*/
/*  font-weight: bold;*/
/*}*/

/*@media only screen and ( max-width : 991px ) {*/
/*  .tb-none {*/
/*    display: none !important;*/
/*  }*/
/*}*/

/*@media only screen and ( max-width : 767px ) {*/
/*  .holo-item {*/
/*    width: calc(100% / 3);*/
/*  }*/
  
/*  .holo-image {*/
/*    width: 100px;*/
/*    margin: auto;*/
/*  }*/
/*}*/

/*@media only screen and ( min-width : 992px ) {*/
/*  .pc-none {*/
/*    display: none !important;*/
/*  }*/
/*}*/

/*@media only screen and ( min-width : 768px ) {*/
/*  .holo-item {*/
/*    width: 25%;*/
/*  }*/
  
/*  .holo-image {*/
/*    width: 150px;*/
/*    margin: auto;*/
/*  }*/
/*}*/


/*.note-ttl {*/
/*  font-size: 17px;*/
/*  color: white;*/
/*}*/

/*.note-text {*/
/*  color: white;*/
/*}*/

/*.note-text span {*/
/*  text-decoration: underline;*/
/*}*/


/* ------------------------------------------------------------------- */
.arschoice-wrapper {
  margin-bottom: 12%;  
}

.choice-cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px -15px;
  
}

.choice-item {
  display: flex;
  float: left;
  max-width: 33.333333%;
  padding: 0 15px 15px 15px;
  
}

.choice-contents {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.07);
  padding: 0 15px 15px 15px;
}

.choice-contents img {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}

.case-wrap{
  background-color: lightgray;
  width: 100%;
  padding: 4% 10% 4% 10%;
}

@media (min-width: 576px) {
	.remarks-wrap{
	    display: flex;
	    align-items: center;
	    padding: 24px 0 24px 16px;
	    border-bottom: solid 1px;
	}
	.remarks-name{
	    width: 20%;
	}

	.remarks-contens{
	    width: 80%;
	}
}

@media (max-width: 575px) {
	.remarks-wrap{
	    align-items: center;
	    padding: 12px 0 12px 16px;
	    border-bottom: solid 1px;
	}
	.remarks-name{
	    padding-bottom: 12px;
	}

	.remarks-contens{
	    width: 80%;
	}
}

.remarks-ttl{
    border-bottom: solid 1px;
    padding-bottom: 12px;
    margin-top: 40px;
}

.remarks-name{
	font-weight: 600;
}

.remarks-note{
	margin-top: 30px;
	padding: 15px 20px;
	background-color: #f5f5f5;
	border-left: 4px solid #999;
	border-radius: 3px;
}

.remarks-note-ttl{
    padding-bottom: 12px;
    text-align: left;
}

.service-tag5 {
	scroll-margin-top: 80px;
}
.service-tag6 {
	scroll-margin-top: 80px;
}
/* リホルダーサービス:START */
.reholder{
	position:relative;
	background:linear-gradient(180deg,#f9fbff 0%,#f5f7fb 100%);
	padding:64px 20px;
	margin:0;
	overflow:hidden;
}
.reholder-inner{
	max-width:1120px;
	margin:0 auto;
	text-align:center;

}
.reholder-head p,h2{
	text-align: center;
}
.reholder-eyebrow{
	font-size:12px;
	letter-spacing:.18em;
	font-weight:700;
	color:#768099;
	margin:0 0 8px;
}
.reholder-title{
	font-size:28px;
	line-height:1.35;
	margin:0 0 12px;
	font-weight:800;
	color:#0f1720;
}
.reholder-lead{
	font-size:16px;
	line-height:1.9;
	color:#2b3036;
	margin:0 auto;
}
.reholder-points{
	list-style:none;
	padding:0;
	margin:32px 0 0;
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:16px;
	text-align:left;
}
.reholder-point{
	display:grid;
	grid-template-columns:auto 1fr;
	gap:14px;
	background:#fff;
	border:1px solid #eef0f4;
	border-radius:14px;
	padding:16px 18px;
	box-shadow:0 6px 18px rgba(16,24,40,.06);
}
.reholder-iconwrap{
	display:grid;
	place-items:center;
	width:52px;
	height:52px;
	border-radius:12px;
	background:#eef3ff;
	color:#2643ff;
}
.reholder-icon{
	width:36px;
	height:36px;
	stroke-width:1.4;
}
.reholder-point-ttl{
	font-size:16px;
	font-weight:600;
	line-height:1.5;
	margin:2px 0 4px;
	color:#0f1720;
}
.reholder-point-txt{
	font-size:14px;
	line-height:1.8;
	color:#515862;
	margin:0;
}
.reholder-cta{
	margin-top:28px;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
}
.reholder-btn{
	display:inline-block;
	text-decoration:none;
	background:#111827;
	color:#fff;
	padding:14px 28px;
	border-radius:9999px;
	font-weight:700;
	letter-spacing:.04em;
	text-align:center;
	transition:transform .06s ease,opacity .2s ease;
	width:auto;
}
.reholder-btn:hover{
	opacity:.94;
	transform:translateY(-1px)
}
.reholder-note{
	font-size:12px;
	color:#6b7280;
}

.reholder-note a{
	color: -webkit-link;
	text-decoration: underline;
}

.reholder-disclaimer{
	margin-top:40px;
	font-size:13px;
	line-height:1.8;
	color:#555;
	text-align:left;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
@media (max-width:960px){
	.reholder-points{
		grid-template-columns:1fr;
	}
	.reholder-title{
		font-size:24px;
	}
	.reholder-lead{
		font-size:14px;
	}
	.reholder-disclaimer{
		text-align:left;
		font-size:12px;
	}
}
/* リホルダーサービス:END */




/* ---------------------------------------------------------------------------------------------

　   PRICE

--------------------------------------------------------------------------------------------- */
.site-title, h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}

.price-body{
	--bg:#f4f4f6;
	--surface:#fff;
	--text:#111;
	--muted:#666;
	--border:#e6e6ea;
	--radius:16px;
	--shadow:0 10px 28px rgba(0,0,0,.08);
	--bronze:#b87333;
	--silver:#9ea3a8;
	--gold:#c9a24d;
	--accent:#000;
	--express:#e63946;
	margin:0; 
	background:var(--bg);
	font-family:system-ui,-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
	color:var(--text);
	line-height:1.6;
	padding: 0;
}
.price-page *{
	box-sizing:border-box;
}
.price-page h1, h2, h3, h4, p, div, span, td, li{
	line-height:1.6;
}

.price-page .price-container{
	max-width:1100px; 
	margin:0 auto; 
	padding:0 20px; 
	font-family: "Noto Sans JP", sans-serif;
}

/* hero */
.price-page .hero{ 
	background:#000; 
	padding:80px 0; 
	text-align:center; 
}
.price-page .hero h1{
	margin:0; 
	color:#fff; 
	font-size:30px; 
	letter-spacing: 0.1em;
	text-decoration: none;
}
.price-page .hero p{
	margin-top:16px;
	font-size:15px;
	color:#cfcfcf;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 1em;
}

/* sections */
.price-page .price-container section{ 
	margin-bottom: 80px; 
}
.price-page .section-title{ 
	text-align: center; 
	margin-bottom: 40px; 
	font-size: 22px; 
	position: relative; 
	padding-bottom: 12px; 
	font-weight: 800;
}
.price-page .section-title::after{ 
	content: ''; 
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	transform: translateX(-50%); 
	width: 40px; 
	height: 3px; 
	background: var(--accent); 
}

/* tabs */
.price-page .tabs{ 
	margin-top: 40px; 
}
.price-page .tabs input{ 
	display:none; 
}
.price-page .tab-buttons{ 
	display:flex; 
	gap:12px; 
	margin-bottom:32px; 
}
.price-page .tab-buttons label{
	flex:1; background:#e6e6ea; 
	border-radius:14px; 
	padding:16px 8px;
	text-align:center; 
	cursor:pointer; 
	transition: all 0.3s ease; 
	user-select: none;
}
.price-page .tab-main{ 
	display:block; 
	font-weight:800; 
	font-size:16px; 
	text-align: center;
	line-height: 1.6;
}
.price-page .tab-sub{ 
	display:block; 
	font-size:11px; 
	opacity:.7; 
	margin-top:2px; 
	text-align: center;
	line-height: 1.6;
}

.price-page #tab-s:checked ~ .tab-buttons label[for="tab-s"]{ 
	background:var(--bronze); 
	color:#fff; 
	box-shadow: 0 4px 12px rgba(184,115,51,0.3); 
}
.price-page #tab-a:checked ~ .tab-buttons label[for="tab-a"]{ 
	background:var(--silver); 
	color:#fff; 
	box-shadow: 0 4px 12px rgba(158,163,168,0.3); 
}
.price-page #tab-p:checked ~ .tab-buttons label[for="tab-p"]{ 
	background:var(--gold); 
	color:#fff; 
	box-shadow: 0 4px 12px rgba(201,162,77,0.3); 
}

.price-page .tab-panel{ 
	display:none; 
	animation: tab-panel-fadeIn 0.4s ease; 
}
@keyframes tab-panel-fadeIn { 
	from{
		opacity:0; 
		transform:translateY(10px);
	} 
	to{
		opacity:1; 
		transform:translateY(0);
	} 
}
.price-page #tab-s:checked ~ .panel-s,#tab-a:checked ~ .panel-a,#tab-p:checked ~ .panel-p{ 
	display:block; 
}

/* price cards */
.price-page .cards{ 
	display:grid; 
	grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); 
	gap:24px; 
}
.price-page .card{
	background:var(--surface);
	border-radius:var(--radius);
	padding:24px;
	box-shadow:var(--shadow);
	position:relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.price-page .card:hover { 
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.price-page .card::before{ 
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:6px;
	border-radius:var(--radius) var(--radius) 0 0;
}
.price-page .panel-s .card::before{
	background:var(--bronze);
}
.price-page .panel-a .card::before{
	background:var(--silver);
}
.price-page .panel-p .card::before{
	background:var(--gold);
}
.price-page .card h3{
	margin:0 0 6px;
	font-size:20px;
	font-weight: 800;
}
.price-page .range{
	font-size:13px;
	color:var(--muted);
	margin-bottom:20px;
	font-weight: 700;
	background: #f0f0f2;
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
}

.price-page .price-list{
	list-style:none;
	padding:0;
	margin:0;
}
.price-page .price-list li{
	padding:12px 0;
	border-bottom:1px dashed var(--border);
}
.price-page .price-list li:last-child{
	border-bottom:none;
}
.price-page .price-main{
	display:flex;
	justify-content:space-between;
	font-weight:700;
	font-size:14px;
}
.price-page .price-sub{
	margin-top:2px;
	font-size:11px;
	color:var(--muted);
	text-align:right;
}

/* Option Cards */
.price-page .option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 32px;
}
.price-page .opt-card { 
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid var(--border);
	transition: all 0.3s ease;
}
.price-page .opt-card:hover { 
	border-color: #ccc;
	box-shadow: var(--shadow);
}
.price-page .opt-tag {
	display: inline-block;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 12px;
	color: #fff;
}
.price-page .tag-red { 
	background: var(--express);
}
.price-page .tag-black {
	background: #333;
}
.price-page .opt-card h4 { 
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 800;
}
.price-page .opt-card p {
	margin: 0 0 12px;
	font-size: 13px;
	 color: #555;
	 line-height: 1.5;
}
/* 赤いラインを消して背景のみに変更 */
.price-page .opt-calc {
 	font-size: 12px;
	 font-weight: 700;
	 color: #444;
	 background: #f0f0f4;
	 padding: 10px;
	 border-radius: 6px;
	 margin-bottom: 8px;
}
.price-page .opt-note {
	 font-size: 11px;
	 color: var(--muted);
	 display: block;
}
.price-page .opt-price-big {
	 display: block;
	 margin-top: 10px;
	 font-weight: 800;
	 font-size: 16px;
	 color: var(--text);
}

/* Info Boxes */
.price-page .info-grid{
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	 gap: 24px;
}
.price-page .info-box{
	 background: #fff;
	 padding: 32px;
	 border-radius: var(--radius);
	 box-shadow: var(--shadow);
	 height: 100%;
}
.price-page .info-box h4{
	 margin: 0 0 20px;
	 font-size: 18px;
	 display: flex;
	 align-items: center;
	 gap: 10px;
	 font-weight: 800;
}
.price-page .info-box h4::before{
	 content:'';
	 width: 4px;
	 height: 18px;
	 background: var(--accent);
	 display: inline-block;
}

.price-page .desc-list{
	 font-size: 14px;
	 padding-left: 18px;
	 margin: 0;
	 color: #444;
	 list-style-type: disc;
}
.price-page .desc-list li{
	 margin-bottom: 12px;
}

/* Shipping Table */
.price-page .ship-table{
	 width: 100%;
	 border-collapse: collapse;
	 font-size: 14px;
}
.price-page .ship-table tr{
	 border-bottom: 1px solid var(--border);
}
.price-page .ship-table td{
	 padding: 10px 0;
}
.price-page .ship-table td:last-child{
	 text-align: right;
	font-weight: bold;
}

/* Notes */
.price-page .notes-section{
	 background: #fff;
	 border-left: 5px solid #ffcc00;
	 padding: 32px;
	 border-radius: var(--radius);
	 box-shadow: var(--shadow);
}
.price-page .notes-section h4 {
	margin: 0 0 16px;
	font-size: 18px;
	color: #000;
}
.price-page .notes-section p{
	 font-size: 14px;
	color: #444;
	margin: 0 0 12px;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.7;
}
.price-page .notes-section p::before{
	 content: "●";
	 position: absolute;
	 left: 0;
	 font-size: 10px;
	 top: 2px;
	 color: #999;
}

@media(max-width:600px){
	.price-page .hero h1{
		font-size:24px;
		}
	.price-page .tab-buttons{
		flex-direction: column;
		gap: 8px;
	}
	.price-page .tab-buttons label{ padding: 14px 8px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.price-page .tab-sub{ 
		display: inline;
		margin-top: 0;
	}
	.price-page .cards{
		grid-template-columns: 1fr;
	}
}

/* ---------------------------------------------------------------------------------------------

　   REQUEST

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 992px ) {

  #req_btn li {
  width: 49%;
  }
  #req_btn li a {
  display: block;
  text-align: center;
  color: #231f20;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 20px;
  padding: 0.3em 0;
  }

  #req_btn_long {
  display: block !important;
  }
  #req_btn_long li {
  width: 100%;
  }
  #req_btn_long li a {
  display: block;
  text-align: center;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 20px;
  padding: 0.3em 0;
  }

  .pc_img { display: none !important; }
  .sp_img { display: block !important; }
  

}

@media print, screen and ( min-width : 993px ) {
  
  #req_btn li {
  width: 49%;
  }
  #req_btn li a {
  display: block;
  text-align: center;
  color: #231f20;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 20px;
  padding: 1em 0;
  }

  #req_btn_long li {
  width: 49%;
  }
  #req_btn_long li a {
  display: block;
  text-align: center;
  color: #231f20;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 20px;
  padding: 1em 0;
  }

  .pc_img { display: block !important; }
  .sp_img { display: none !important; }

}

.express-area {
  margin: 32px 0;
}

a.req_link{
  color: red;
  text-decoration: underline;
}
a.req_link:visited {
  color: red;
}
a.req_link:active {
  color: red;
}

.req_box {
  width: 20%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_box2 {
  width: 30%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_box3 {
  width: 40%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_box4 {
  width: 50%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_box5 {
  width: 60%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_box6 {
  width: 99%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.req_contents ::placeholder {
  color: #aaa;
}

.req-flow-wrap{
	margin: 16px 0;
}

.req-flow-pc-ttl {
  color: #000000;
  margin-left: 18px;
}

.req-flow2-pc-ttl {
  color: #000000;
}

.req-flow-sp-ttl {
  color: #000000;
  margin-right: 44px;
}

.req-flow {
  margin: 24px 0 44px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.req-flow-pc {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.req-flow-sp {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.req-flow-block {
    font-size: 15px;
    height: 60px;
    background: #000000;
    width: 150px;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.req-flow-block-dis {
    font-size: 15px;
    height: 60px;
    background: #FFFFFF;
    width: 150px;
    color: #000000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
}

.req-flow-symbol {
    font-size: 24px;
    color: #000000;
    display: flex;
    margin: 0 5px;

}

@media (max-width: 600px) {
  .req-flow-pc {
    display:none;
  }
  
  .req-flow-pc-ttl {
    display:none;
  }
  
  .req-flow2-pc-ttl {
    display:none;
  }
}

@media (min-width: 601px) {
  .req-flow-sp {
    display:none;
  }
  
  .req-flow-sp-ttl {
    display:none;
  }
}

.req-input-wrap{
    padding: 16px 0;
    border-bottom: solid 1px;
}

.req-confirm-wrap{
    border-bottom: solid 1px;
    display: flex;
    padding: 16px 0;
}

.req-ttl-wrap{
    border-bottom: solid 1px;
    font-weight: bold;
    padding: 16px 0;
}

.req-input-ttl{
    font-weight: bold;
}

.req-complete-ttl{
    border-radius: 5px 5px 5px 5px !important;
    border-left: solid 5px;
    padding: 8px 16px;
    font-size: 24px;
    font-weight: bold;
    background-color: #D1D2D4;
    margin-top: 60px;
}

.req-input-block1{
    margin: 8px 0;
}

.req-input-block2{
    margin: 8px 0;
}
.req-input-block3{
    margin: 8px 0;
}
.req-input-block4{
    margin: 8px 0;
}
.req-input-block5{
    font-size: 12px;
    margin: auto 0;
}

.req-input-block7{
    margin: auto 0;
    width: 50%;
    font-weight: bold;
}

.req-input-block8{
    margin: auto 0;
    width: 50%;
}

.req-text-box {
    height: 45px;
    padding: 1em;
    border: none;
    background: #E6E7E9;
    cursor: pointer;
    position: relative;
}

.req-mailadd-mes {
    color: red;
    font-size: 12px;
}

.req-confirm-text{
    margin: 40px 0;
    text-align: center;
    font-size: 18px;
}

.req-check-text{
    margin: 40px 0;
    text-align: center;
}

.req-complete-text {
    margin: 48px 0;
    text-align: center;
}

.req-complete-btext {
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.req-no-text {
    padding: 16px 8px 60px 8px;
}

.req-nottl-btext {
    padding: 16px 0px;
    font-weight: bold;
}

.req-no-btext {
    font-size:28px;
    font-weight: bold;
    color: red;
}


.req-no-wrap {
    background-color: #D1D2D4;
    margin: 0px 8%;
    text-align: center;
    border-radius: 5px 5px 5px 5px !important;
}

.req-check-wrap {
    margin: 32px 0;
    text-align: center;
}

.req-check-box {
    transform: scale(2);
    margin-right: 16px;
}

@media (max-width: 767px) {
    .req-pc {
      display:none;
    }
    .req-input-wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .req-input-ttl{
        width: 100%;
        margin: 8px 0;
    }

    .req-input-block1{
        width: 100%;
    }
    .req-input-block2{
        width: 100%;
    }
    .req-input-block3{
        width: 100%;
    }
    .req-input-block4{
        display: flex;
        flex-direction: column;
    }
    .req-input-block5{
        width: 100%;
    }
    .req-input-block6{
        width: 100%;
    }
    .req-box-w1 {
        width: 87%;
    }
    .req-box-w2 {
        width: 20%;
    }
    .req-box-w3 {
        width: 30%;
    }
    .req-box-w4 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .req-sp {
      display:none;
    }
    .req-input-wrap{
        display: flex;
        align-items: center;
    }
    .req-input-ttl{
        width: 24%;
    }

    .req-input-block1{
        width: 38%;
    }
    .req-input-block2{
        width: 60%;
    }
    .req-input-block3{
        width: 76%;
    }
    .req-input-block4{
        display: flex;
    }
    .req-input-block5{
        width: 17%;
    }
    .req-input-block6{
        width: 83%;
    }

    .req-box-w1 {
        width: 80%;
    }
    .req-box-w2 {
        width: 20%;
    }
    .req-box-w3 {
        width: 30%;
    }
    .req-box-w4 {
        width: 100%;
    }
}


.rep-flow-wrap{
	margin: 16px 0;
}

.rep-flow-pc-ttl {
  color: #000000;
  margin-left: 18px;
}

.rep-flow2-pc-ttl {
  color: #000000;
}

.rep-flow-sp-ttl {
  color: #000000;
  margin-right: 44px;
}

.rep-flow-pc {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rep-flow-sp {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rep-flow-block {
  font-size: 15px;
  height: 50px;
  background: #585655;
  width: 170px;
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rep-flow-symbol {
  font-size: 16px;
  color: #000000;
  display: flex;

}

@media (max-width: 600px) {
  .rep-flow-pc {
    display:none;
  }
  
  .rep-flow-pc-ttl {
    display:none;
  }
  
  .rep-flow2-pc-ttl {
    display:none;
  }
}

@media (min-width: 601px) {
  .rep-flow-sp {
    display:none;
  }
  
  .rep-flow-sp-ttl {
    display:none;
  }
}


.req_btn_next {
  height: 60px;
  width: 128px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px !important;
}

.req_btn_next_dis {
  height: 60px;
  width: 128px;
  padding: 1em;
  border: none;
  background: #f5f5f5;
  color: #fff;
  cursor: not-allowed;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px !important;
}

.req-btn-back {
  height: 60px;
  width: 90px;
  padding: 1em;
  border: #9fa0a0 solid 1px !important;
  background: #FFFFFF;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px !important;
}

.req-btn-add {
  height: 50px;
  width: 150px;
  background: #1074BC;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px !important;
  margin: 0px 10px;
}

.req-btn-tback {
  height: 50px;
  width: 180px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px 5px 5px 5px !important;
}

.req-btn-delete {
  height: 20px;
  width: 20px;
  border: none;
  background: #fff;
  color: #000000;
  cursor: pointer;
  font-size: 16px;
}

.error-mes {
  margin: 0px 10px;
  color: red;
  display:block;
}

.ano-mes {
  margin: 10px 10px 0px 10px;
  color: red;
}

.ano-mes-margin {
  color: red;
}

.cline-text {
  text-decoration: line-through;
}

.num{
  font-size: 48px;
}

ul, ol {
    list-style-type: none;
}


a {
    color: inherit;
    text-decoration: none;
}

@media only screen and ( max-width : 992px ) {
  .express-ttl {
    font-size: 20px;
    margin-left: 24px;
    margin-bottom: 16px;
    color: red;
    display: inline-block;
  }
}

@media print, screen and ( min-width : 993px ) {
  .express-ttl {
    font-size: 24px;
    margin-left: 24px;
    margin-bottom: 16px;
    color: red;
    display: inline-block;
  }

}

.express-mes {
  margin-left: 20px;
  color: red;
  display: inline-block;
}

.red-word {
  color: red;
}

.express-chk :disabled {
  background-color: red;
  color: red;
  cursor: not-allowed;
}

.card-table table{
	width: 100%;
}

.card-table td{
	height: 50px;
	padding: 5px 0px;
}

.card-table select{
	width: 80%;
    height: 45px;
    padding: 1em;
    margin: 0px 10px;
    border: none;
    background: #E6E7E9;
    cursor: pointer;
    position: relative;
    border-radius: 5px 5px 5px 5px;
}

.card-table select option{
    height: 45px;
}

.card-com-table table{
	width: 100%;
}

.card-com-table th{
	background: #E6E7E9;
	padding: 1em;
}

.card-com-table td{
	padding: 1em;
}

.holder-company{
	width: 70%;
}

.holder-cnt{
	width: 25%;
}

.holder-delete{
	width: 5%;
}


/* ------------------------------------------------------------------- */
.flow-wrapper {
  margin: 0 auto;
  padding: 0px 10% 4% 10%;
  border-radius: 10px;
}

.entry-time-ttl {
  font-size: 12px;
}

.entry-info{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 8%;
}

.entry-txt{
  text-align: justify;
}

.entry-ttl {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	font-size: 1.1em;
}

.entry-container {
  display: flex;
  justify-content:center;
  margin: 16px 0px 32px;
}

.entry-time {
  min-width: 200px;
  margin: 0 10px;
}

.entry-time span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #000000;
  color: #ffffff;
  border-radius: 9px 9px 0px 0px;
}

.entry-time p {
  padding: 0.2em 1em;
  background-color: #eee;
  color: #000000;
  text-align: center;
}

.express-time {
  min-width: 200px;
  margin: 0 10px;
}

.express-time span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 9px 9px 0px 0px;
}

.express-time p {
  padding: 0.2em 1em;
  background-color: #eee;
  color: #000000;
  text-align: center;
}

.holder-time {
  min-width: 200px;
  margin: 0 10px;
}

.holder-time span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #00AEEF;
  color: #ffffff;
  border-radius: 9px 9px 0px 0px;
}

.holder-time p {
  padding: 0.2em 1em;
  background-color: #eee;
  color: #000000;
  text-align: center;
}

.reholder-time {
  min-width: 200px;
  margin: 0 10px;
}

.reholder-time span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #00A54F;
  color: #ffffff;
  border-radius: 9px 9px 0px 0px;
}

.reholder-time p {
  padding: 0.2em 1em;
  background-color: #eee;
  color: #000000;
  text-align: center;
}

.entry-heading {
	font-size: 18px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

.entry-body {
	font-size: 14px;
    border-radius: 0px 0px 9px 9px;
}

.request-head {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  line-height:250%;
}

.flow-circle{
	position: absolute;
	z-index: 2;
	height:60px;
	width:60px;
	border-radius:50%;
	text-align:center;
	background:#000000;
	color:#ffffff;
	left: -30px;
    bottom: 30%;
}

.flow-box{
	position: block;
	z-index: 1;
    border-radius: 2px;
    padding: 1% 50px;
    max-width: 100%;
    background-color: #f5f5f5;
}

/* ARS-TCG グレーディングサービスお申込規約の確認:START */
.term-wrapper {
  margin: 0 auto;
  padding: 4% 10% 4% 10%;
  border-radius: 10px;
}

.term-wrapper .term-head {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  line-height:250%;
}

.term-wrapper .term-content { position: relative; }

.term-wrapper .term-content textarea {
  width: 100%;
  height: 50vh;
  border: 1px solid black;
  overflow-y: auto;
  padding: 1rem;
  white-space: pre-wrap;
}
.term-wrapper .term-content #terms-overlay {
  position: absolute;
  inset: 0;
  cursor: default;
  pointer-events: auto;
  background: transparent;
  z-index: 10;
}

.term-wrapper .term-agree-check {
  font-size: 1rem;
  font-weight: bold;
}

.term-wrapper .term-agree-check input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem 0 0;
  padding: 0;
}

.term-wrapper .term-customer-name input[type="text"] {
  border: 1px solid black;
  width: 22rem;
  height: 45px;
  padding: 0 1rem;
}

.term-wrapper .term-submit-btn {
  background-color: #00AEEF;
  border-radius: 1rem;
  color: white;
  text-align: center;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.5;
}

.term-wrapper .term-submit-btn.enabled {
  cursor: pointer;
  opacity: 1;
}

.term-wrapper .error-area {
  font-size: 14px;
  color: red;
}
/* ARS-TCG グレーディングサービスお申込規約の確認:END */

/* 鑑定申込書作成フォーム:START */
.request-order-flow {
  display: flex;
  justify-content: center;
}

.request-order-flow-step {
  font-size: 1rem;
  padding: 1rem 0;
  width: 7rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
}

.request-order-flow-active {
  background: black;
  color: #FFFFFF;
}

.request-order-flow-symbol {
  font-size: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.request-order-step-title {
  display: flex;
  border-bottom: 1px solid black;
}

.request-order-step-1 input[type="text"],input[type="email"] {
  width: 21rem;
  height: 35px;
  padding: 0 1rem;
  border: none;
  background: #D1D2D4;
  border-radius: 0.5rem;
}

.request-order-step-1 input[type="text"].customer-name {
  cursor: default;
  color: rgb(84, 84, 84);
}

.request-order-step-1 .mail-address-comment-label {
  width: 4rem;
}

.request-order-step-1 .mail-address-comment {
  color: red;
  font-size: 14px;
  word-break: break-all;
}

.request-order-step-1 input[type="text"].post-number {
  width: 4rem;
}

.request-order-step-2 .card-block {
  border-top: 1px dashed #949599;
}

.request-order-step-2 .card-block:first-child {
  border-top: none;
}

.request-order-step-2 .card-count {
  font-size: 22px;
  font-weight: bold;
}

.request-order-step-2 .card-number {
  display: flex;
}

.request-order-step-2 .remove-card-btn {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.request-order-step-2 input[type="text"] {
  width: 20rem;
  height: 35px;
  padding: 0 0.5rem;
  border: 1px solid black;
}

.request-order-step-2 .value-comment {
  font-size: 14px;
}

.request-order-step-2 input[type="text"].issue-year {
  width: 4rem;
}

.request-order-step-2 select {
  width: 6rem;
  height: 35px;
  border: 1px solid black;
  padding: 0 0.5rem;
  border-radius: 0;
}

.request-order-step-2 select:disabled {
  opacity: 0.5;
}

.request-order-step-2 select.declared-price {
  width: 23rem;
}

.request-order-step-2 .card-title input[type="text"] {
  width: 11.5rem;
}

.request-order-step-2 .card-title select {
  width: 12.5rem;
}

.request-order-step-2 .card-cnt input[type="text"] {
  width: 2.5rem;
}

.request-order-step-2 .minimum-option {
  display: flex;
  align-items: center;
}

.request-order-step-2 .minimum-option select {
  width: 13rem;
}

.request-order-step-2 .minimum-grade {
  display: flex;
  align-items: center;
}

.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #BCBDC0;
	border-radius: 50%;
	width: 25px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.tooltip-container:hover::after {
	position: absolute;
	bottom: 115%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	font-size: 12px;
	z-index: 1;
	opacity: 1;
	transition: transform 0.2s ease;
  white-space: normal;
  width: 11rem;
}

.tooltip-container:hover::before {
	content: "";
	position: absolute;
	bottom: 85%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
	z-index: 1;
}

.minimum-option-tooltip:hover::after {
	content: "指定したグレード未満の場合の返却方法を選択します。";
  left: -15%;
}

.card-add-block {
  width: 100%;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  padding: 2rem;
}

.card-add-btn {
  width: 100%;
  border: 1px solid black;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  cursor: pointer;
}

.request-order-submit-btn {
  background-color: #00AEEF;
  border-radius: 1rem;
  color: white;
  text-align: center;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  width: 35%;
  min-width: 8rem;
  margin: auto;
  cursor: pointer;
}

.error-message {
  display: block;
  color: red;
}

.request-order-confirm .request-order-step-2 {
  border-bottom: 1px dashed black;
}

.request-order-confirm .request-order-step-1 .confirm-value {
  font-size: 18px;
  font-weight: bold;
  width: calc(100% - 7rem);
}

.request-order-confirm .confirm-check {
  width: 32rem;
  margin: auto;
  font-size: 1rem;
  font-weight: bold;
}

.request-order-confirm .confirm-check div {
  display: flex;
}

.request-order-confirm .confirm-check input[type="checkbox"] {  
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 1.5rem 0 0;
  padding: 0;
}

.request-order-confirm .request-order-submit-btn {
  cursor: default;
  opacity: 0.5;
  width: 35%;
  min-width: 15rem;
  font-size: 1.25rem;
}

.request-order-confirm .request-order-submit-btn.enabled {
  cursor: pointer;
  opacity: 1;
}

.back-input-from {
  border: 1px solid black;
  text-align: center;
  padding: 0.5rem 0;
  font-weight: bold;
  cursor: pointer;
  width: 10rem;
  margin: auto;
}

.request-order-complete {
  font-size: 1.5rem;
}

.go-top-page a {
  font-weight: bold;
  cursor: pointer;
  font-size: 1.25rem;
}
/* 鑑定申込書作成フォーム:END */

.flow-circle-step {
  font-size: 10px;
  line-height: 10%;
  z-index: 3;
  position: absolute;
  top: 18px;
  left: 19px;
}

.flow-circle-no{
    font-size: 20px;
    line-height: 10%;
    font-weight: bolder;
    z-index: 3;
    position: absolute;
    top: 37px;
    left: 19px;
}

.flow-contents{
	display:inline-block;
    position: relative;
    margin: 30px auto;
    width: 100%;
}

.flow-box-ttl{
	font-size: 20px;
	line-height:200%;
}

.flow-box-text{
	font-size: 14px;
	line-height:200%;
}

.flow-arrow-box{
	position: absolute;
	right: 50%;
    bottom: -45px;
    height: auto;
}
.flow-arrow{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 10px;
	border-bottom: 4px solid #000;
	border-right: 4px solid #000;
	transform: rotate(45deg);
}

.rlinks-wrapper {
  margin-top: 60px;
  background: lightgray;
}

.rlinks-ttl {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  font-size: 20px;
  border-bottom: solid 1.5px;
  margin-bottom: 0px;
  font-weight: 700;
}

.rlinks-list {
  padding: 10px 0 20px 0;
}

.rlinks-list ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 16px;
}

.rlinks-list ul li {
  margin-top: 16px;
  transition: all .15s ease-out;
}

.rlinks-list ul li a {
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 0px 0px 9px 9px;
  background: #fff;
  position: relative;
}

.rlinks-list-ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #000000;
    color: #ffffff;
    border-radius: 9px 9px 0px 0px;
}

.rlinks-list-ex-ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 9px 9px 0px 0px;
}

.rlinks-list-dl-ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: #57585A;
    color: #ffffff;
    border-radius: 9px 9px 0px 0px;
}

.rlinks-list-bl-ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: lightgray;
    color: #ffffff;
    border-radius: 9px 9px 0px 0px;
}

.request-main{
	margin-bottom: 80px;
}

@media only screen and ( max-width : 991px ) {
  .request-main {
    margin-bottom: 40px;
  }
}

@media only screen and ( min-width : 992px ) {
  .rlinks-list ul {
    width: 970px;
  }
  .rlinks-list ul li {
    width: 50%;
  }
  .rlinks-list-ttl {
    padding-right: 10px;
  }
  .rlinks-list-ex-ttl {
    padding-right: 10px;
  }
  .rlinks-list-dl-ttl {
    padding-right: 10px;
  }
  .rlinks-ttl {
    width: 970px;
  }
  .kantei-info,
  .cardova-info {
    width: 970px;
  }
  .cardova-info .notice br.sp-br {
    display: initial;
  }
  .cardova-info .service-link {
    width: 100%;
    text-align: center;
  }
}

@media only screen and ( max-width : 991px ) {
  .rlinks-list ul {
    width: 90%;
  }
  .rlinks-list ul li {
    width: 100%;
  }
  .rlinks-ttl {
    width: 90%;
  }
}

.rlinks-list-text {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 36px;
  text-align: center;
  position: relative;
}

.rlinks-list-text::after {
  margin: auto;
  margin-top: 2%;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/img/request/yaji.png) left top no-repeat;
  background-size: 100%;
  display: inline;
  position: absolute;
  top: 4px;
  left: 130px;
}

#konpou .rlinks-list-text::after {
  left: 150px;
}

h2.kantei-ttl{
  font-size: 20px;
  text-align: center;
}

.kantei-ttl {
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kantei-ttl:before, .kantei-ttl:after{
  border-top: 1px solid #000000;
  content: "";
  flex-grow: 0.1;
}

.kantei-ttl:before {
  margin-right: 4px;
}

.kantei-ttl:after {
  margin-left: 4px;
}

.kantei-access {
  text-align: center;
  padding: 4%;
  width: auto;
  margin: 0 auto;
}

.kantei-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: justify;
}

.cardova-info {
  margin: 80px auto 0;
  padding: 30px 40px;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.cardova-info h2 {
  display: flex;
  align-items: center;
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ddd;
  color: #111;
}

.cardova-info h2 img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.cardova-info .notice {
  background: #e8f4ff;
  border: 2px solid #1E90FF;
  padding: 16px;
  font-size: 0.95em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 30px;
  border-radius: 6px;
  box-sizing: border-box;
}

.cardova-info .notice strong {
  color: #1E90FF;
}

.cardova-info .notice br.sp-br {
  display: none;
}

.cardova-info .section-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #222;
  border-left: 5px solid #444;
  padding-left: 12px;
  margin: 30px 0 16px;
}

.cardova-info p {
  line-height: 1.6;
  margin-bottom: 16px;
}

.cardova-info .logo-cardova {
  display: block;
  margin: 20px 0;
  max-width: 200px;
}

.cardova-info .service-link {
  display: inline-block;
  padding: 10px 16px;
  background: #1E90FF;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}

.cardova-info .service-link:hover {
  background: #1C86EE;
}

@media only screen and ( max-width : 991px ) {
  .rlinks-icon {
    bottom: 20px;
    width: 40px;
    position: relative;
  }
  .kantei-info {
    width: 90%;
    font-size: 12px;
  }
  .cardova-info {
    width: 90%;
    padding: 20px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SEARCH

--------------------------------------------------------------------------------------------- */
.search-text {
  width: 100%;
  height: 45px;
  padding: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  border: solid 1px;
}
.search-box-head {
  width: 75%;
  height: 45px;
  padding: 1em;
  border: none;
  cursor: pointer;
  position: relative;
  border: solid 1px;
}
input[type="search"]::-webkit-search-cancel-button {
   height: 16px;
   width: 16px;
}
.search_box::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor:pointer;
  background-image: url(../img/x_icon.png );
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 0px;
}
.search-title {
  text-align: center;
  width: 100%;
}
.search-btn {
  height: 45px;
  width: 90px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
}

.search-container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
 .search-main{
	margin-bottom: 80px;
}

@media (max-width: 991px) {
  .search-container {
    max-width: 540px;
  }
  .sbtn-area-sp {
    display:none;
  }
  .sbtn-area-tb {
    padding: 20px 0px 20px 0px;
    display:flex;
    justify-content: space-between;
    text-align : center;
  }
  .sbtn-area-pc {
    display:none;
  }
  .search-main {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .search-container {
    max-width: 620px;
  }
  .sbtn-area-sp {
    display:none;
  }
  .sbtn-area-tb {
    display:none;
  }
  .sbtn-area-pc {
    padding: 20px 0px 20px 0px;
    display:flex;
    justify-content: space-between;
    text-align : center;
  }
}

@media (max-width: 767px) {
  .search-container {
    max-width: 540px;
  }
  .sbtn-area-sp {
    padding: 20px 0px 20px 0px;
    display:flex;
    justify-content: space-between;
    text-align : center;
  }
  .sbtn-area-tb {
    display:none;
  }
  .sbtn-area-pc {
    display:none;
  }
}

@media (max-width: 576px) {
  .search-container {
    max-width: 310px;
  }
}



.number-btn {
  height: 40px;
  width: 40px;
  border: #9fa0a0 solid 1px !important;
  border-radius: 4px !important;
}
.number-dis-btn {
  height: 40px;
  width: 40px;
  border: #9fa0a0 solid 1px !important;
  border-radius: 4px !important;
  background-color: #949593;
  color: #000000;
}
.search-back-btn {
  height: 40px;
  width: 100px;
  border: #9fa0a0 solid 1px !important;
  border-radius: 4px !important;
}
.search-back-btn2 {
  height: 45px;
  width: 120px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
}
#snl_box {
  padding: 1em 1em 1.5em;
}

.search-cnt{
  color: #111;
  font-weight: 700;
  font-size: 36px;
}

.search-cnt-unit{
  font-size: 24px;
}

.search-name-list{
  width: 100%;
}
.search-name-list tr{
  border-bottom: #9fa0a0 solid 1px;
}

.search-name-list tr:first-child{
  border-top: #9fa0a0 solid 1px;
}

.search-name-list-head{
  font-size: 24px;
  width: 30px;
  vertical-align: middle;
}

.search-name-list-con{
  font-size: 16px;
  padding: 16px 8px 16px 0px;
}

.search-name-list-brand {
  color: #949593;
}

.search-name-list-con li a:hover {
  text-decoration: underline;
}

.total_box li {
  margin-right: 1em;
}
.total_box li:last-child {
  margin-right: 0;
}
@media only screen and ( max-width : 991px ) {
}

@media (min-width: 600px) {
  .grading-contents {
  display: flex;
  }
  .grading-contents-child1 {
  flex-grow: 4;
  }
  .grading-contents-child2 {
  flex-grow: 2;
  }
}

@media (min-width: 600px) {
  .grading-contents {
  display: flex;
  }
  .grading-contents-child1 {
  flex-grow: 4;
  }
  .grading-contents-child2 {
  flex-grow: 2;
  }
}


@media (max-width: 780px) {
  .grading-area {
    width: fit-content;
  }

  .grading-table {
    border: 2px solid #000000;
    padding: 6px;
    width: fit-content;
  }

  .grading-table table {
    width: 100%;
  }


  .grading-table table tr{
    height: 30px;
  }

  .grading-table table tr:last-child{
    height: 20px !important;
  }

  .grading-table table th {
    background-color: #a7a9aa;
    padding: 5px 5px 0px 5px;
    border: 1px solid #6e6c6a;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }
  .grading-table table td {
    padding: 5px 5px 5px 5px;
    border: 1px solid #6e6c6a;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
  }

  .grading-table-first {
    font-size: 14px !important;
  }

  .grading-cnt {
    font-size: 12px !important;
    border-bottom: dotted 1.5px #6e6c6a !important;
  }

  .grading-remark {
    font-size: 8px !important;
    padding: 0px 5px 0px 5px !important;
  }

  .grading-title-grade {
    font-size: 8px !important;
  }

  .grading-title-num {
    font-size: 18px !important;
    line-height: 0px;
  }

  .grading-title-plus {
    font-size: 8px !important;
    line-height: 0px;
  }



}

@media (min-width: 781px) {
  .grading-table {
    border: 2px solid #000000;
    padding: 6px;
  }

  .grading-table table {
    width: 100%;
  }


  .grading-table table tr{
    height: 60px;
  }

  .grading-table table tr:last-child{
    height: 20px !important;
  }

  .grading-table table th {
    background-color: #a7a9aa;
    padding: 5px 5px 8px 5px;
    border: 1px solid #6e6c6a;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }
  .grading-table table td {
    padding: 5px 5px 8px 5px;
    border: 1px solid #6e6c6a;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
  }

  .grading-table-first {
    font-size: 18px !important;
  }

  .grading-cnt {
    border-bottom: dotted 1.5px #6e6c6a !important;
  }

  .grading-remark {
    font-size: 14px !important;
  }

  .grading-title-grade {
    font-size: 14px !important;
  }

  .grading-title-num {
    font-size: 24px !important;
    line-height: 0px;
  }

  .grading-title-plus {
    font-size: 8px !important;
    line-height: 0px;
  }
}

.grading-title {
  font-size: 26px !important;
  font-weight: bold;
}

.grading-title-sub {
  font-size: 16px !important;
  font-weight: bold;
}

.target-grading {
  background-color: #fff352 !important;
}

.search-contents {
  max-width: 400px;
  margin: 40px 20px;
}

:root {
  --primary-bg: #fff;
  --secondary-bg: #f5f5f5;
  --accent-bg: #e0e0e0;
  --border-color: #ccc;
  --text-main: #222;
  --text-sub: #666;
  --brand-accent: #333;
}

.search-page {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: var(--secondary-bg);
  color: var(--text-main);
  font-size: 16px;
}

.search-page .container {
  max-width: 800px;
  margin: auto;
}

.search-section {
  background: var(--primary-bg);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.search-mode {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.search-mode input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.search-mode label {
  background: var(--accent-bg);
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.search-mode input[type="radio"]:checked + label {
  background: var(--brand-accent);
  color: #fff;
}

.search-box {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.search-box input[type="text"] {
  flex: 1;
  min-width: 200px;
  padding: 10px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  background: var(--primary-bg);
}

.search-box button {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background: var(--brand-accent);
  color: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.search-box button i {
  margin-right: 6px;
}

.search-box button:hover {
  background: #000;
}

.search-page h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--brand-accent);
  padding-bottom: 4px;
}

.card-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.search-page .card-info table {
  width: 100%;
  border-collapse: collapse;
  background: var(--primary-bg);
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}

.search-page .card-info th {
  width: 35%;
  white-space: nowrap;
  font-weight: bold;
}

.search-page .card-info th,
.search-page .card-info td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.search-page .card-infoth {
  width: 35%;
  white-space: nowrap;
}

.grade-table {
  background: var(--primary-bg);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border: 2px solid var(--border-color);
}

.grade-table h2 {
  font-size: 18px;
  margin-bottom: 15px;
  border-left: 5px solid var(--brand-accent);
  padding-left: 10px;
}

.totals {
  font-weight: bold;
  margin-bottom: 20px;
}

.totals .main {
  text-align: center;
  font-size: 22px;
  color: var(--brand-accent);
}

.totals .sub {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-sub);
}

.grade-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  margin-bottom: 6px;
  background: var(--secondary-bg);
  font-size: 15px;
}

.grade-entry:nth-child(even) {
  background: var(--accent-bg);
}

.grade-entry span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.grade-entry span:first-child::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #999;
}

.grade-entry[data-grade^="AU"] span:first-child::before,
.grade-entry[data-grade^="1"] span:first-child::before,
.grade-entry[data-grade^="2"] span:first-child::before,
.grade-entry[data-grade^="3"] span:first-child::before,
.grade-entry[data-grade^="4"] span:first-child::before,
.grade-entry[data-grade^="5"] span:first-child::before,
.grade-entry[data-grade^="6"] span:first-child::before,
.grade-entry[data-grade^="7"] span:first-child::before,
.grade-entry[data-grade^="8"] span:first-child::before,
.grade-entry[data-grade^="9"] span:first-child::before {
  color: #C0C0C0;
}

.grade-entry[data-grade="10"] span:first-child::before {
  color: #FFD700;
}

.grade-entry[data-grade="10+"] span:first-child::before {
  background: linear-gradient(45deg, #FFD700, #FFEA00, #FFF8DC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade-entry.highlight-grade {
  border: 2px solid #FFD700;
  background: linear-gradient(90deg, #fffde7, #fff9c4);
  animation: blink 1.5s ease-in-out 2;
}

@keyframes blink {
  0% { box-shadow: 0 0 0px #FFD700; }
  50% { box-shadow: 0 0 16px #FFD700; }
  100% { box-shadow: 0 0 0px #FFD700; }
}

.remarks {
  margin-top: 12px;
  font-size: 14px;
  color: var(--text-sub);
}

@media screen and (max-width: 480px) {
  body {
    padding: 10px;
    font-size: 14px;
  }

  .search-box {
    flex-direction: column;
  }

  .card-info {
    grid-template-columns: 1fr;
  }

  .grade-entry {
    align-items: flex-start;
  }

  .grade-entry span:last-child {
    margin-top: 4px;
  }
}


.btn_back_next {
  height: 45px;
  width: 60px;
  padding: 1em;
  border: none;
  background: #585655;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.con_box {
  width: 20%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.con_box2 {
  width: 30%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.con_box3 {
  width: 40%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.con_box4 {
  width: 50%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.con_box5 {
  width: 60%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.con_box6 {
  width: 99%;
  height: 45px;
  padding: 1em;
  margin: 0px 10px;
  border: solid 1px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
}

.con_textarea_box {
  width: 99%;
  height: 300px;
  padding: 1em;
  margin: 0px 10px;
  border: solid 1px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  position: relative;
}

.con_contents {
  max-width: 960px;
  margin: 0 auto 0 auto;
}

.req_contents {
  width: 100%;
  margin: 0 auto;
}


ul.faq-menu {
  justify-content: center;
  margin: 0 3em;
}

.faq-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 170px;
  margin:0 1.5em;
  padding: .9em 2em;
  overflow: hidden;
  border: 1px solid #000000;
  border-radius: 25px;
  background-color: #fff;
  color: #000000;
  font-size: 1em;
}

.faq-button:hover {
    background-color: #dcdcdc;
    color: #000000;
    animation: animation-faq-button 1s;
}

@media only screen and ( max-width : 991px ) {
  .faq-button {
	 width: 100%;
     margin: 32px 0;
  }
}

@media only screen and ( min-width : 992px ) {
  .faq-menu {
    display: flex;;
  }
}

@keyframes animation-faq-button {
    0% {
        box-shadow: 0 0 0 0 rgb(128 128 128 / 50%);
    }
    100% {
        box-shadow: 0 0 0 1em rgb(0 0 0 / 0%);
    }
}

section.sec_fq_category{
  width: 80%;
  margin: 0 auto;
}

h2.fqttl{
  text-align: center;
  margin-bottom: 0%;
  font-size: 20px;
}

.que_con{
  margin-top: 6%;  
}

span.qestion {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
}

.cont-accordion {
  margin: 0 5px;
}
  
.cont-toggle {
  display: none;
}
  
.cont-option {
  position: relative;
}
  
.cont-border {
  border-bottom: solid 1px;
  margin-bottom: 2%;
}
  
.cont-label,
.cont-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
  
.cont-label {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  
}

.cont-ttl-red {
  color: #ff0000;
  font-weight: normal;
  font-size: 16px;
}
  
.q-label{
  margin-right: 16px;
}


span.disc{
  font-size: 18px;
}

@media only screen and ( min-width : 576px ) {
  .qestion::first-letter{
    font-size: 36px;
  }
  .q-label{
    font-size: 24px;
  }
  .a-label{
    font-size: 18px;
    padding-right: 16px;
  }
  .cont-label::first-letter{
    font-size: 36px;
  }
}
  
.cont-label::after,
.cont-label::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 50%;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
  
.cont-label::after {
  transform: rotate(90deg);
}
  
.cont-content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
  
.cont-content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
  
.cont-toggle:checked + .cont-label + .cont-content {
  max-height: 500px;
  transition: all 1.5s;
}
  
.cont-toggle:checked + .cont-label::before {
  transform: rotate(90deg) !important;
}

#company table {
  width: 100%;
  border: #9fa0a0 solid 2px;
}
#company th,#company td {
  padding: .7em;
}

@media only screen and ( max-width : 991px ) {
  #company th,#company td {
    display: block;
  }
}

@media only screen and ( max-width : 767px ) {
  p.en {
    color: rgb(192, 192, 192);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-align: center;
  }

  h1 {
    font-size: 20px;
    text-align: center;
    text-decoration: underline solid;
  }
  
  .col-ttl {
    font-size: 28px;
    font-weight: 600;
  }
  
  .philosophy-img {
    background-size: contain;
  }
  
  .philosophy p {
    font-size: 12px;
    margin-top: 16px;
  }
  
  .aorigin p {
    font-size: 12px;
  }
  
  .mission p {
    font-size: 16px;
    line-height:2.2em;
  }
  
  .policy p {
    font-size: 16px;
    line-height:2.2em;
  }
  
  .company {
    margin: 0 auto;
    padding: 40px 10%;
  }
  
  .company th {
    width: 30%;
    padding: 10px;
    font-size: 16px;
  }

  .company td {
    width: 70%;
    padding: 10px;
    font-size: 16px;
  }
  .padding-bottom {
    padding-bottom: 15px;
  }

  .col-xs-6 {
    width: 100%;
  }

  .case_wrap {
    background-color: lightgray;
    width: 100%;
    padding: 8% 2% 8% 2%;
    margin-top: 0px;
  } 

  .service-item-ttl {
    margin-top: 20px;
  }
  
  .service-item img{
    padding-top: 4px;
  }
  
  .service-cards {
    display:flex;
    flex-flow: column;
  }
  
  .service-cards.col2 .price-item {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  .service-item h3 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 8px;
  }

  .special-cards {
    display:flex;
    flex-flow: column;
  }
  
  .special-cards.col2 {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  .special-item h3 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 8px;
  }
  .price-cards {
    display:flex;
    flex-flow: column;
  }
  
  .price-cards.col2 .price-item {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .price-text {
    font-size: 11px;
  }

  .price-cards .price-table dt {
    font-size: 14px;
  }
  
  .price-top{
	  margin: 0 auto 25px;
  }

  .flow-box {
    position: block;
    z-index: 1;
    border-radius: 2px;
    padding: 10% 50px;
    max-width: 100%;
    background-color: #f5f5f5;
  }

  .submit_btn {
    width: 14%;
  }
}

@media print, screen and ( min-width : 992px ) {
  h2.ttl {
    font-size: 28px;
  }
  
  h3 {
    font-size: 20px;
  }

  .ph_img {
    width: 80px;
    margin:0 auto;
    margin-top: 4%;
  }

  .maintenance-img {
    width: 55px;
    margin:0 auto;
    margin-top: 4%;
  }

  .grade_box {
    margin-top: 20px;
  }

  .grade_num {
    width: 100px;
    height:100px;
    line-height: 0px;
    margin-right: 15px;
    font-size: 35px;
  }

  .grade_title_text{
    font-size: 14px;
    line-height: 54px;
  }

  .grade_num_text{
    font-size: 28px;
    line-height: 12px;
  }

  .grade_top_num_text{
    font-size: 28px;
    line-height: 12px;
    margin-left: 14px;
  }

  .grade_top_sub_text{
    font-size: 12px;
    line-height: 18px;
  
  }
  .grade_txt {
    width: calc(100% - 95px);
    display: flex;
    align-items: center;
  }

  .grade_txt p {
    font-size: 12px;
  }

  .grade_top_txt {
    width: calc(100% - 95px);
    margin-top: 16px
  }

  .grade_top_txt p {
    font-size: 10px;
  }

  .cap_txt {
    font-size: 14px;
  }

  .site-content {
    width: 100%;
  }

  .margin-bottom {
    margin-bottom: 30px;
  }

  .padding-top {
    padding-top: 15px;
  }

  .text-tall-lh {
    line-height: 1.75;
  }

  .text-light {
    font-weight: 200;
  }

  .rlinks-icon {
    bottom: 30px;
    width: 60px;
    position: relative;
  }

  #company th {
    width: 15%;
  }
}

.contactForm-container * { 
	box-sizing: border-box;
}

.contactForm-container {
	--ars-black: #141414;
	--ars-silver: #94a3b8;
	--ars-silver-light: #f4f4f4;
	--ars-bg: #ffffff;
	--ars-border: #eeeeee; 
	--text-main: #1d1d1d;
	--text-muted: #888888;
	--radius: 0px; 
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	max-width: 840px;
	margin: 80px auto;
	padding: 20px 20px 20px;
	background: #fafafa;
	font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: var(--text-main);
	line-height: 1.8;
}

.contactForm-container header {
	text-align: center;
	margin-bottom: 60px;
}

.contactForm-container h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 0 0 20px;
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	text-decoration: none;
}

.contactForm-container h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 1px;
	background: var(--ars-silver);
}

.contactForm-container .lead {
	font-size: 12px;
	color: var(--text-muted);
	letter-spacing: 0.1em;
	text-align: center;
}

.contactForm-container .form-card {
	background: #ffffff;
	padding: 60px 80px;
	border: 1px solid var(--ars-border);
}

.contactForm-container #customer-info-step{
	margin-bottom:0;
}

.customer-info-field{
	margin-bottom:25px;
}

.contactForm-container .step-item {
	margin-bottom: 60px;
	opacity: 0;
	transform: translateY(15px);
	animation: step-item-fadeIn 0.8s ease forwards;
}

@keyframes step-item-fadeIn {
	to { opacity: 1; transform: translateY(0); }
}

.contactForm-container .step-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.contactForm-container .step-number {
	font-size: 10px;
	font-weight: bold;
	color: var(--ars-silver);
	letter-spacing: 0.2em;
	border-bottom: 1px solid var(--ars-silver);
	padding-bottom: 4px;
}

.contactForm-container .step-title {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

/* Agreement Boxes */
.contactForm-container .agreement-box {
	background: #fafafa;
	border: 1px solid var(--ars-border);
	padding: 25px;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	display: block;
	margin-bottom: 20px;
}

.contactForm-container .agreement-box:hover:not(.disabled) {
	border-color: var(--ars-silver);
	background: #ffffff;
}

.contactForm-container .agreement-box.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	filter: grayscale(1);
}

/* Step 3 Accent */
.contactForm-container .content-check-box {
	border-left: 2px solid var(--ars-silver);
	background: #fff;
}

.contactForm-container .checkbox-wrapper {
	display: flex;
	gap: 18px;
}

.contactForm-container .checkbox-wrapper input {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	accent-color: var(--ars-black);
	cursor: pointer;
}

.contactForm-container .agreement-text {
	font-size: 14px;
	font-weight: 700;
	display: block;
}

.contactForm-container .agreement-details {
	font-size: 12px;
	color: var(--text-muted);
	line-height: 1.8;
	margin-top: 8px;
}

/* Inputs */
.contactForm-container label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 12px;
	color: var(--ars-black);
	letter-spacing: 0.05em;
}

.contactForm-container input, select, textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid var(--ars-border);
	border-radius: 0;
	font-size: 14px;
	background: #fff;
	transition: all 0.3s;
	color: var(--text-main);
	font-family: inherit;
}

.contactForm-container input:focus, select:focus, textarea:focus {
	outline: none;
	border-color: var(--ars-silver);
}

.contactForm-container .mail-textarea:disabled {
	background: #fdfdfd;
	color: #ccc;
}

.contactForm-container .mail-textarea {
	min-height: 180px;
	resize: vertical;
}

/* Counter and Status */
.contactForm-container .counter-area {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.contactForm-container .status-label {
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px;
	letter-spacing: 0.05em;
}

.contactForm-container .status-label.warn { color: #cc0000; background: #fff0f0; }
.contactForm-container .status-label.ok { color: var(--ars-silver); background: #f8fafc; border: 1px solid var(--ars-silver-light); }

.contactForm-container .char-count { font-size: 11px; color: var(--text-muted); }
.contactForm-container .note { font-size: 11px; color: var(--text-muted); margin-top: 8px; }

/* Submit Button */
.contactForm-container .btn-submit {
	width: 100%;
	padding: 24px;
	background: var(--ars-black);
	color: #fff;
	border: 1px solid var(--ars-black);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4em;
	cursor: pointer;
	transition: all 0.5s;
	margin-top: 30px;
	text-transform: uppercase;
}

.contactForm-container .btn-submit:hover:not(:disabled) {
	background: #fff;
	color: var(--ars-black);
}

.contactForm-container .btn-submit:disabled {
	background: #f0f0f0;
	border-color: #f0f0f0;
	color: #bbb;
	cursor: not-allowed;
	letter-spacing: 0.4em;
}

.contactForm-container .hidden { display: none; }

@media (max-width: 768px) {
	.contactForm-container .form-card { padding: 40px 25px; }
	.contactForm-container { margin: 40px auto; }
}

.contactForm-container #contactForm ::placeholder{
	color:#888888;
}
.contactForm-container .contact-error-mes{
	font-size: 14px;
	color: red;
	display: block;
}


/* ---------------------------------------------------------------------------------------------

　   APPRAISAL

--------------------------------------------------------------------------------------------- */
.disc-appraisal li:before {
  content: "";
  background: #231f20;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: .5em;
  border-radius: 50%;
  vertical-align: middle;
  margin-bottom: 7px;
}

.fitem-appraisal {
  font-size: 17px;
}

.appraisal-list li {
  padding-left:1em;
  padding-bottom: 16px;
  text-indent:-1em;

}

.appraisal-blank {
  padding-bottom: 8px;
}

/* ---------------------------------------------------------------------------------------------

　   TITLE

--------------------------------------------------------------------------------------------- */

.title-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.title-name{
  display: block;
  line-height: 1.5;
  text-align:center
}

@media (min-width: 993px){
  .title-item {
    width: calc(100% / 4);
    text-align: center;
    padding-bottom: 16px;
  }

  .title-image{
    width: 230px;
    height: 230px;
    margin: auto;
  }

  .title-name {
    font-size: 14px;
  }

}

@media (max-width: 992px){
  .title-item {
    width: calc(100% / 3);
    text-align: center;
    padding-bottom: 12px;
  }

  .title-image{
    width: 210px;
    height: 210px;
    margin: auto;
  }

  .title-name {
    font-size: 12px;
  }
}

.title-image img {
  aspect-ratio: 3 / 2;
  display: block;
  margin:auto;
}

.title-box {
  text-align: center;
}

.title-list {
  width: 100%;
}
.title-list table {
  width: 100%;
  border-collapse: collapse;
}

.title-list table,
.title-list table th,
.title-list table td {
  border: 1px solid #C2C4C5;
}
.title-list table th {
  width: 50%;
  text-align: center;
  background-color: #EDEEED;
}
.title-list table th,
.title-list table td {
  padding: 0.5rem;
}
.title-list table tbody tr:nth-child(odd) {
  background-color: #F6F7F7;
}
@media only screen and ( max-width : 767px ) {
  .title-list table td {
    font-size: 12px;
  }
}

.title_cardsize {
  padding: 0% 0% 0% 0.5%;
}

/* ---------------------------------------------------------------------------------------------

　   REPORT

--------------------------------------------------------------------------------------------- */

.card-area {
  border: #000000 solid 2px;
  margin: 0px 10px;
}

.card-area-confirm {
  border: #000000 solid 2px;
  margin: 16px 0px;
}

.card-select {
  margin: 0px 10px;
}

.req-card-box {
  width: 95%;
  height: 30px;
  margin: 3px 0px;
  border: none;
  background: #9fa0a0;
  cursor: pointer;
  position: relative;
}

.card-report-table table {
  width: 100%;
}


/*.card-report-table table tr{
  height: 60px;
}*/

.card-report-table table th {
  text-align: center;
  vertical-align: middle;
}
.card-report-table table td {
  text-align: center;
  vertical-align: middle;
}

.header-grading-no {
  width: 40%
}
.header-card-name {
  width: 40%
}
.header-card-language {
  width: 20%
}

/* ---------------------------------------------------------------------------------------------

　   EC

--------------------------------------------------------------------------------------------- */

.section-ec {
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
  padding-top:4% ;
  padding-bottom: 8%;
  width: auto;
  margin: 0 auto ;
}

.ec-ttl {
  color: #FFFFFF;
  font-size: 28px;
  margin-left: 1%;
}

.ec-ttl-ruby {
  color: #FFFFFF;
  margin-left: 1%;
}

.section-ec p {
  color: #FFFFFF;
  margin-left: 1%;
}

.ec-product-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 769px){
  .product-item {
    width: calc(46%);
    background-color: #FFFFFF;
    text-align: center;
    padding-bottom: 16px;
    margin: 16px 1%
  }
}

@media (max-width: 768px){
  .product-item {
    width: calc(96%);
    background-color: #FFFFFF;
    text-align: center;
    padding-bottom: 16px;
    margin: 16px 1%
  }
}

.product-image {
  width: 96%;
  margin: 10px 2%;
}

.product-txt-area {
  width: 96%;
  margin: 10px 2%;
}

.product-txt-index {
  width: 100%;
  color: #000;
  font-weight: 700;
}

.product-txt-dtl {
  width: 100%;
  color: #000;
}

.product-btn {
  padding: 20px 0px 20px 0px;
  display: flex;

}

@media only screen and ( max-width : 771px ) {
  .entry-container {
    display: block;
    margin: 16px auto;
    width: 280px;
  }
  
  .express-time {
    margin-top: 8px;
  }

  .holder-time {
    margin-top: 8px;
  }
  
  .reholder-time {
    margin-top: 8px;
  }
  
}

@media only screen and (min-width: 772px) and (max-width: 850px){
  .entry-container {
    display: flex;
    margin: 16px auto;
    width: 480px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .holder-time {
    margin-top: 8px;
  }

  .reholder-time {
    margin-top: 8px;
  }
  
}

@media (min-width: 721px) {
  .req_contents {
    max-width: 720px;
  }
}

@media print, screen and ( min-width : 768px ) {
  p.en {
    color: rgb(192, 192, 192);
    font-size: 14px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .col-ttl {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
  }
  
  .philosophy-img {
    background-size: 660px;
  }
  
  .philosophy p {
    font-size: 20px;
    margin-top: 32px;
    line-height: 2.6em;
  }
  
  .mission p {
    font-size: 24px;
    line-height: 2.6em;
  }
  
  .policy p {
    font-size: 24px;
    line-height: 2.6em;
  }
  
  .company {
    margin: 0 auto;
    padding: 80px 20%;
  }
  
  .company th {
    width: 40%;
    padding: 10px 20px 10px 10%;
    font-size: 18px;
  }

  .company td {
    width: 60%;
    padding: 10px;
    font-size: 18px;
  }
  .service-item img {
    padding-top: 4px;
  }

  .service-cards.col2 .service-item {
    width: 48%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  
  .service-item h3 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 8px;
  }

  .special-cards.col2 .special-item {
    width: 48%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  .special-item h3 {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 8px;
  }

  .price-cards.col2 .price-item {
    width: 48%;
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .price-text {
    font-size: 14px;
  }
  
  .price-top {
	  margin: 0 auto 10px;
  }

  .flow-box {
    position: block;
    z-index: 1;
    border-radius: 2px;
    padding: 3% 50px;
    max-width: 100%;
    background-color: #f5f5f5;
  }
}

@media (max-width: 768px) {
  .title-item {
    width: calc(100% / 2);
    text-align: center;
    padding-bottom: 16px;
  }

  .title-image{
    width: 170px;
    height: 170px;
    margin: auto;
  }

  .title-name {
    font-size: 10px;
  }

  /* ARS-TCG グレーディングサービスお申込規約の確認:START */
  .term-wrapper .term-customer-name input[type="text"] {
    width: unset;
  }
  /* ARS-TCG グレーディングサービスお申込規約の確認:END */

  /* 鑑定申込書作成フォーム:START */
  .request-order-form .d-flex {
    display: block !important;
  }
  .request-order-flow {
    justify-content: left;
  }

  .request-order-flow-step {
    width: 30%;
  }

  .request-order-flow-step.step-1 {
    min-width: 3rem;
  }
  
  .request-order-flow-step.step-2 {
    min-width: 4rem;
  }
  
  .request-order-flow-step.step-3 {
    min-width: 6rem;
  }

  .request-order-flow-symbol {
    font-size: 1.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .request-order-step-1 .grading-type div {
    margin: 0 !important;
  }

  .request-order-step-1 input[type="text"],input[type="email"] {
    min-width: 15rem;
    width: 65%;
  }

  .request-order-step-1 input[type="text"].post-number {
    min-width: 4rem;
  }

  .request-order-step-2 input[type="text"] {
    width: 60%;
  }

  .request-order-step-2 select.declared-price {
    width: 80%;
  }

  .minimum-option-tooltip:hover::after {
    left: -160%;
  }

  .request-order-confirm .confirm-check {
    width: unset;
  }

  .request-order-confirm .request-order-step-1 .confirm-value {
    width: 100%;
  }

  .request-order-confirm .confirm-check input[type="checkbox"] {
    margin-right: 0.5rem;
  }
  /* 鑑定申込書作成フォーム:END */
}

/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */


/* 不正品警告文 */
.alert-invalid {
  width: 100%;
  margin: 20px 0 24px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #fdf2f2;
  border: 1px solid #e4b4b4;
  border-left: 6px solid #d9534f;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.alert-invalid h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #8a1f1f;
}

.alert-invalid .icon {
  font-size: 20px;
  line-height: 1;
}

.alert-invalid p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #222;
}

.alert-invalid ul {
  margin: 12px 0 4px;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
  color: #222;
}

.alert-invalid li {
  margin-bottom: 6px;
}

.alert-invalid .note {
  margin-top: 12px;
  font-size: 12px;
  color: #666;
}

.is-invalid {
  opacity: 0.55;
  filter: grayscale(0.2);
  pointer-events: none;
}

@media (max-width: 640px) {
  .alert-invalid {
    padding: 14px 16px;
    margin: 12px 0 16px;
    border-left-width: 4px;
  }

  .alert-invalid h3 {
    font-size: 16px;
  }

  .alert-invalid p,
  .alert-invalid ul {
    font-size: 13px;
  }
}
/* 不正品警告文 */