@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.lineup-img{
	text-align:center;
	margin:1rem auto;
}
.summary-box{
    background: url(img/grade_bg.jpg) no-repeat 0 0;
    padding: 2rem;
}
.container .box .catch b {
    font-size: 3rem;
    letter-spacing: 0.1em;
}
#toc {
  border: 2px solid #e8e8e8;
  padding: 20px 35px;
  background: #fbfbfb;
}

#toc::before {
  content: "目次";
  display: block;
  font-weight: bold;
  text-align: center;
  color: #636363;
}

#toc .chapter {
  margin: 12px 0 0;
  padding: 0;
}

#toc .chapter-h {
  font-size: 15px;
  margin: 8px 0 0;
  color: #0aa6cc;
}

#toc .chapter-h a {
  line-height: 1.4;
  color: #111;
  text-decoration: none;
  padding: 0;
  display: block;
}

#toc .chapter-h a:hover {
  text-decoration: underline;
}

#toc .chapter-h br {
  display: none;
}

#toc .chapter .chapter-h {
  padding: 0 0 6px 17px;
  background: none;
}

#toc .chapter .chapter-h:last-child {
	margin-bottom: 0;
}

#toc .chapter>.chapter-h.chapter-h-two {
  counter-increment: mycounter;
  position: relative;
  list-style: none;
  padding-left: 25px;
}

#toc .chapter>.chapter-h.chapter-h-two::before {
  content: counter(mycounter, decimal-leading-zero);
  color: #506c8d;
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  line-height: 1;
  font-size: inherit;
  height: auto;
  margin: 0;
  background:none;
}

#toc .chapter .chapter-h-three {
  font-size: 14px;
  margin: 4px 0 4px 25px;
  list-style: none;
}

#toc .chapter-h.chapter-h-three::before {
  content: "";
  display: block;
  background-color: #506c8d;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: absolute;
  border: none;
  top: 6px;
  left: 0;
  margin: 0;
  line-height: 1;
}

#contents #category .lower_boxs .thBoxArea .float-wrap .fr,
#contents #page .lower_boxs .thBoxArea .float-wrap .fr{
	width: 265px;
	padding: 0 0 10px 10px;
}

#index .addCont01 .thBoxArea .sBox .comp-name {
    font-size: 2rem;
    padding: 1rem 0;
    font-weight: bold;
}
#index .addCont03 {
    /* margin-top: 0; */
}

p.txt-quote2 {
    padding: 0 25px;
    font-size: 1.2rem;
}

h4.comName {
    font-size: 2.4rem;
    color: #2c445b;
    padding: 0;
    margin: 0 0 1.5rem;
    line-height: 1.3;
    margin-top: 20px;
}
.comparison .btn-web {
    width: auto;
}

.comparison .btn-web a {
    padding: 10px;
    background-position-x: 97%;
    background-size: 15%;
}

.comparison .btn-web::before {
    left: 5px;
}

.comparison th span {
    display: block;
    margin: 0 0 5px;
}

#index .comparison th .caption {
    color: #fff;
    width: 100%;
}

#index .comparison th:first-of-type {
    width: 21%;
}

#index .comparison td {
    padding: 10px;
}
.vertical-table thead span {
    display: block;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    font-weight: normal;
}

#index .vertical-table p.caption {
    color: #fff;
    min-height: 30px;
    margin: 10px auto  0;
}

.vertical-table .btn-web {
    width: 100%;
}

.vertical-table .btn-web a {
    padding: 10px;
    background-position-x: 90%;
}

.vertical-table th .bold {}

.vertical-table .bold {
    font-weight: bold;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    color: #34649f;
}

.vertical-table span {
    background: linear-gradient(transparent 70%, rgba(210,193,39,0.5) 60%);
    font-weight: 700;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}


.vertical-table thead span.catch-copy {
    font-weight: bold;
    background: #1f2933;
    margin: 0 -15px 10px;
    padding: 10px;
    font-size: 16px;
}

#contents .vertical-table thead th {
    padding-top: 0;
}
.addCont03 .wi1000 {
}

.container {
    width: 100%;
    margin: 10rem 4% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container .box {
    width: 32%;
    background: #fff;
    border: 1px solid #1f2933;
    padding: 15px;
    box-sizing: border-box;
}

.container .box .catch {
    background: #1f2933;
    color: #fff;
    padding: 15px;
    margin: -15px -15px 20px;
    font-size: 17px;
    text-align: center;
}

.container .box h3 {
    font-size: 24px;
    text-align: center;
    margin: 15px auto;
}

.container .box h3 span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
}

.point {
    background: #f7f7f7;
    padding: 14px;
    margin-top: 20px;
    min-height: 265px;
}
.point h4 {
    font-size: 18px;
    color: #2c445b;
}
#contents .point ul {
    margin: 0;
}
.container .box .caption {
    margin: 5px auto;
}

.container .box table {
    min-height: 245px;
}

.container .box .btn-web {
    width: 90%;
}



.lp1 #contents table td {
    font-size: 1.4rem;
}

.btn-web a, .btn-tel a {
    padding: 20px 60px 20px 20px;
}
.btn-web a {
    background-position: right 2rem top 50%;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-right {
    width: 60%;
}
.flex-left {
    width: 40%;
    color: #999;
    line-height: 1.8rem;
    font-size: 12px;
    text-align: center;
}
.flex-left img {
    width: 90%;
}







/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
#contents .vertical-table th:first-of-type {
    width: 9%;
}
.wi1300 {
    width: 1300px;
    margin: 0 auto;
}
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/

	.summary-box{
    background: url(/wp/wp-content/uploads/grade_bg_sp.jpg) no-repeat 0 0;
    padding: 2rem;
	}

/* SP用のCSS */
  #toc {
    padding: 15px;
  }
  #toc .chapter {
    margin-top: 12px;
  }
  #toc .chapter .chapter-h {
    font-size: 14px;
  }
  #toc .chapter>.chapter-h.chapter-h-two {
    padding-left: 25px;
  }
  #toc .chapter>.chapter-h.chapter-h-two::before {
    top: 2px;
  }
  #toc .chapter .chapter-h-three {
    font-size: 13px;
    margin: 3px 0 3px 25px;
  }
  #toc .chapter-h.chapter-h-three::before {
    top: 5px;
  }
	#index .comp-name{
		text-align:center;
	}

   footer .areaInner .noticeArea{
   	padding-top: 1em;
   }
/*/////////////必ず中括弧の中に作成してください。/////////////*/

p.txt-quote2 {
    padding: 0;
}

h4.comName {
    font-size: 2rem;
}
#index .comparison th,#index .comparison td {
    display: table-cell;
}

#index .comparison tr {
    display: table-row;
}

.comparison {overflow-x: scroll;margin: 0 -20px;}

#index .comparison th:first-of-type {
    width: 200px;
    position: sticky;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    z-index: 1;
}

#index .comparison table {
    min-width: 800px;
}
#contents .vertical-table th,#contents .vertical-table td {
    display: table-cell;
}

#contents .vertical-table tr {
    display: table-row;
}

.vertical-table {
    margin: 0 -20px;
    overflow-x: scroll;
}

.vertical-table table {
    min-width: 800px;
    margin-top: 0 !important;
}
.center {
    text-align: center;
}
#contents .vertical-table th:first-of-type {
    width: 120px;
    position: sticky;
    top: 0;
    left: 0;
    border-color: #fff;
    z-index: 100;
}
.vertical-table thead span.catch-copy {margin: 0 -10px 10px;}
.container {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
}

.container .box {
    width: 100%;
    margin-bottom: 20px;
}
}


/*202041119*/
.lp1 .container .box .catch span {
    font-size: 2.4rem;
}

.lp1 .container .box .catch {
    line-height: 1.5;
    min-height: 100px;
}

.lp1 .btn-internal a {
    padding: 20px;
    background-position-x: 98%;
    position: relative;
    background-image: none;
}

.lp1 .btn-internal {
    width: 90%;
}

.lp1 .btn-internal a:before {
    background: url(https://www.fullclosebooth-galleria.com/wp/wp-content/themes/SE038/img/arrow_wt.png) no-repeat;
    content: "";
    position: absolute;
    width: 33px;
    height: 10px;
    top: 50%;
    left: 90%;
    transform: translateX(-50%) rotate(90deg);
}

.lp1 .container .box img {
    max-height: 150px;
    display: block;
    margin: 0 auto;
}

.lp1 .point {
    min-height: 485px;
    font-size: 16px;
}

.lp1 .point h4.bold {
    text-align: center;
}

.lp1 #contents .point ul {
    margin: 0;
}

.lp1 #index .addCont03 .caption {
    min-height: 35px;
    margin: 10px auto 0;
}

.lp1 .point span {
    font-weight: bold;
    font-size: 16px;
	background: linear-gradient(transparent 60%, rgba(210, 193, 39, 0.7) 80%);
padding-left: 0.25rem;
padding-right: 0.25rem;
}

.lp1 h2.titM {
    text-align: center;
    font-size: 4rem;
}

.lp1 #index .addCont03 .sTitArea .catch {
    line-height: 1.5;
}

.lp1 .slider img {
    margin: 0 auto;
    width: auto;
}

.lp1 #index .addCont03 .slide-catch {
    padding: 20px;
    font-size: 3rem;
    border-bottom: 4px solid #506c8d;
    margin-bottom: 0;
    color: #1f2933;
}

.lp1 .container {
    margin-top: 6rem;
}

.lp1 #index .addCont03 .sTit-wrap h3 {
    font-size: 3rem;
    line-height: 1.4;
}

.lp1 h2.titM span {
    font-size: 2rem;
}

.lp1 #index .addCont03 .subBox01 .grayArea_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
}

.lp1 #index .addCont03 .subBox01 .grayArea {
    width: 32%;
    margin: 0;
    background: #dce2e8;
}

.lp1 #index .addCont03 .subBox01 .grayArea h4 {
    font-size: 2rem;
    background: #506c8d;
    padding: 15px;
    margin: -1.5rem -3rem 10px;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}

.lp1 #index .addCont03 .grayArea .gray_txt p {
    font-size: 1.6rem;
    color: #313131;
    word-break: break-all;
}

.lp1 #index .addCont03 .grayArea .gray_txt span {
    padding: 0;
}
.lp1 .keyArea .inner p {
    font-size: 16px;
}
.lp1 .sTitArea p {
    font-size: 2.6rem;
}
@media screen and (max-width: 480px) {
/*スマホ*/

.lp1 .container .box .catch {
    min-height: auto;
}

.lp1 .point {
    min-height: auto;
}

.lp1 #contents .point ul li {
    font-size: 16px;
}

.lp1 #index .addCont03 .bgbd .sTitArea {
    margin-left: -40px;
    margin-top: -30px;
}

.lp1 #index .addCont03 .subBox01 .grayArea_wrap {
    flex-direction: column;
}

.lp1 #index .addCont03 .subBox01 .grayArea {
    width: 100%;
    margin-bottom: 30px;
}

.lp1 #index .addCont03 .subBox01 .grayArea h4 {
    margin: -15px -15px 10px;
}

.lp1 h2.titM {
    font-size: 3rem;
}

.lp1 #index .addCont03 .slide-catch {
    font-size: 2rem;
    padding: 10px 0;
}

.lp1 #index .addCont03 .sTit-wrap h3 {
    font-size: 2rem;
}

.lp1 #index .addCont03 .subBox01 .grayArea h4 {
    min-height: auto;
    text-align: center;
}
.lp1 .sTitArea p {
    font-size: 1.8rem;
}

.flex {
    display: block;
}
.flex-right,
.flex-left {
    width: 100%;
}
.flex-left img {
    width: 100%;
}

	
	
	
	
	
	
	
	
	

}