@charset "Shift_JIS";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  position: relative;
  color: #4f4f4f !important;
  background: #fffff8 !important;
}
header {
  margin-bottom: 15px !important;
}
#kaigoshoku {
  max-width: 1050px;
  margin: 0 auto 50px;
  padding: 0 50px 50px;
}
#kaigoshoku a {
  transition: 0.3s ease-in-out;
}
#kaigoshoku section {
  margin: 0 auto 100px;
  padding: 0 0 100px;
  border-bottom: 1px solid #ccc;
}
#kaigoshoku section:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin: 0 auto;
}
#kaigoshoku #section2,
#kaigoshoku #section3 {
  margin-top: -120px;
  padding-top: 120px;
}
#kaigoshoku article {
  border: none;
  background: none;
  margin: 70px auto;
}
#kaigoshoku h2,
#kaigoshoku h3,
#kaigoshoku h4,
#kaigoshoku h5,
#kaigoshoku h6 {
  line-height: 1.5;
  text-align: center;
}
#kaigoshoku h2 {
  margin: 0 auto 30px;
  font-size: 2.8rem;
  color: #d2691e;
}
#kaigoshoku h2 img.titleImg1 {
  height: 36px;
  width: auto !important;
}
#kaigoshoku h3 {
  margin: 0 auto 20px;
  font-size: 2.4rem;
}
#kaigoshoku h3 img.titleImg1 {
  height: 32px;
  width: auto !important;
}
#kaigoshoku h2 img.titleImg2,
#kaigoshoku h3 img.titleImg2 {
  height: 24px;
  margin: 0 auto 10px;
  width: auto !important;
}
#kaigoshoku h4 {
  margin: 0 auto;
  font-size: 2.2rem;
}
#kaigoshoku h5 {
  margin: 0 auto;
  font-size: 2rem;
}
#kaigoshoku h6 {
  margin: 0 auto;
  font-size: 1.8rem;
}
#kaigoshoku div[id] {
  margin: 30px auto 0;
  border: 1px solid #ccc;
  padding: 50px;
  max-width: 800px;
  border-radius: 10px;
  background: #fff;
}
#kaigoshoku div[id] h3 {
  font-weight: normal;
}
#kaigoshoku p {
  font-size: 1.6rem;
  margin: 20px auto;
  width: fit-content;
  line-height: 32px;
  color: #4f4f4f !important;
}
#kaigoshoku ul {
  font-size: 1.6rem;
}
#kaigoshoku ul li {
  margin: 0 auto 5px;
}
#kaigoshoku img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
#kaigoshoku #section1 #topimages {
  width: fit-content;
  border: none;
  max-width: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto 80px;
}
#kaigoshoku #section1 #topimages::after,
#kaigoshoku #section1 #topimages::before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 5%;
}
#kaigoshoku #section1 #topimages::after {
  background: linear-gradient(to left, #fffff8, transparent);
  right: 0;
}
#kaigoshoku #section1 #topimages::before {
  background: linear-gradient(to right, #fffff8, transparent);
  left: 0;
}

#kaigoshoku #section1 #topimages img {
  width: 100%;
  margin: 0 auto;
}
#kaigoshoku #section1 #article1_1 {
  margin: 0 auto 100px;
  background: #fff;
  padding: 30px 0 0;
  width: 800px;
}
#kaigoshoku #section1 #article1_1 p {
  width: calc(800px - 60px);
  padding: 0;
  margin: 20px auto 30px;
}
#kaigoshoku #section1 #article1_1 img {
  width: 800px;
}
#kaigoshoku #section1 #article2_1 {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: 40px 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  justify-content: center;
  margin: 0 auto;
}
#kaigoshoku #section1 #article2_1 h3 {
  grid-area: 1 / 1 / 2 / 3;
  margin: 0 auto;
}

#kaigoshoku #section1 #article2_1 .select1 {
  grid-area: 2 / 1 / 3 / 2;
}
#kaigoshoku #section1 #article2_1 .select2 {
  grid-area: 2 / 2 / 3 / 3;
}
#kaigoshoku #section1 #article2_1 div img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
#kaigoshoku #section1 #article2_1 div p img {
  border-radius: 0;
  width: auto !important;
}
#kaigoshoku #section1 #article2_1 div p img.titleImg1 {
  height: 30px;
  margin: 0 auto;
}
#kaigoshoku #section1 #article2_1 div p img.titleImg2 {
  height: 18px;
  margin: 0 auto 8px;
}

#kaigoshoku #section1 #article2_1 div a {
  background: #ffa500;
  display: block;
  border-radius: 10px;
}
#kaigoshoku #section1 #article2_1 div p {
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto;
  padding: 20px;
}
#kaigoshoku #section1 #article2_1 div p span {
  display: block;
  font-size: 1.5rem;
}
#kaigoshoku #section1 #article2_1 div img.icon {
  width: 60px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#kaigoshoku #section2 #article2_1 {
  margin: 20px auto 70px;
}

#kaigoshoku #section2 #article2_1 img {
  width: 900px;
}
#kaigoshoku p.notice {
  margin: 5px auto 0;
  font-size: 1.4rem;
}
#kaigoshoku p.notice a {
  margin-left: 0.8em;
}
#kaigoshoku p.notice a:hover {
  color: #4f4f4f !important;
}

#kaigoshoku #section2 .positionFit p {
  font-size: 1.6rem;
}
#kaigoshoku #section2 .positionFit ul {
  margin: 30px auto;
  padding-left: 1em;
  width: fit-content;
}
#kaigoshoku #section2 .positionFit ul li {
  list-style: disc;
  font-size: 1.8rem;
}
#kaigoshoku #section2 .center div {
  display: flex;
  column-gap: 30px;
  align-items: center;
  justify-content: center;
}
#kaigoshoku #section2 .center div table {
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-spacing: 0;
}
#kaigoshoku #section2 .center div table th {
  width: 150px;
  text-align: left;
  margin: 0;
  padding: 10px 0 10px 5px;
  line-height: 1.2;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
#kaigoshoku #section2 #ans_03 .center div table th {
  background: #f0d0e2;
}
#kaigoshoku #section2 #ans_04 .center div table th {
  background: #ffd4dc;
}
#kaigoshoku #section2 #ans_05 .center div table th {
  background: #ffe5bf;
}
#kaigoshoku #section2 #ans_06 .center div table th {
  background: #e9ecbf;
}
#kaigoshoku #section2 .center div table td {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}
#kaigoshoku #section2 .center div table tr:last-child th,
#kaigoshoku #section2 .center div table tr:last-child td {
  border-bottom: none;
}
#kaigoshoku div.qus {
  display: flex;
  column-gap: 30px;
  justify-content: center;
}
#kaigoshoku div.qus p {
  text-align: center;
  width: 260px;
  margin: 0;
  box-sizing: border-box;
}
#kaigoshoku #article3_3 ul li a:hover,
#kaigoshoku #article2_3 ul li a:hover,
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy a:hover,
#kaigoshoku #section4 #article4_2 div a:hover,
#kaigoshoku #section3 #article3_2 div a:hover,
#kaigoshoku #section3 #article3_1 ul li div div.button a:hover,
#kaigoshoku #section1 article div a:hover,
#kaigoshoku button a:hover,
#kaigoshoku .back a:hover,
#kaigoshoku div.qus p:hover {
  opacity: 0.6;
}
#kaigoshoku a:hover {
  color: #fff !important;
}
#kaigoshoku #section3 #article3_1 ul li div div.button a,
#kaigoshoku div.qus p a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
  background: #ffa500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
#kaigoshoku div.qus p:hover a {
  color: #ff0000;
}
#kaigoshoku #article2_2 div[id^='ans_'] img {
  width: 250px;
  margin: 0;
}
#kaigoshoku #article2_2 div[id^='ans_'] button img,
#kaigoshoku .back a img {
  margin: 0 auto !important;
}
#kaigoshoku .back {
  min-width: 300px;
  margin: 30px auto 0;
  box-sizing: border-box;
}
#kaigoshoku .back a {
  background: #777;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 20px 0;
  line-height: 0;
}
#kaigoshoku button {
  min-width: 300px;
  margin: 30px auto 0;
  background: none;
  border: none;
  display: block;
  padding: 0;
  box-sizing: border-box;
}

#kaigoshoku button a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 2rem;
  border-radius: 30px;
  background: #ffa500;
  padding: 20px 0;
  line-height: 0;
}

#kaigoshoku #article2_2 div[id^='ans_'] h4.firstbuy {
  margin: 40px auto 0;
  background: #ffa500;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
}
#kaigoshoku #article2_2 div[id^='ans_'] h4.firstbuy img {
  width: 600px !important;
  display: block;
  margin: 0 auto;
  height: 42px;
}
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy {
  background: #fcf6ef;
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy img {
  width: 750px;
  margin: 0 auto;
}
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy p {
  margin: 20px auto 0;
  line-height: 1.3;
}
#kaigoshoku #section2 .positionFit p.result {
  text-align: center;
  font-size: 2rem;
}
#kaigoshoku #section2 .positionFit p.result span {
  position: relative;
}
#kaigoshoku #section2 .positionFit p.result span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px; /*線の上下位置*/
  display: inline-block;
  width: 92%; /*線の長さ*/
  height: 5px; /*線の太さ*/
  transform: translateX(-50%); /*位置調整*/
  background-color: #ffa500; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}

#kaigoshoku #article2_3 {
  margin: 0 auto;
}

#kaigoshoku #article3_3 {
  margin: 70px auto 0;
}
#kaigoshoku #article2_3 h3 span,
#kaigoshoku #article3_3 h3 span {
  display: block;
  font-size: 2rem;
}
#kaigoshoku #article2_3 ul,
#kaigoshoku #article3_3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#kaigoshoku #article2_3 ul li,
#kaigoshoku #article3_3 ul li {
  width: calc((100% - 45px) / 3);
}

#kaigoshoku #article2_3 ul li p.icon,
#kaigoshoku #article3_3 ul li p.icon {
  text-align: center;
  margin: 10px auto;
}
#kaigoshoku #article2_3 ul li .fig-wrap,
#kaigoshoku #article3_3 ul li .fig-wrap {
  padding-top: 52%;
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}
#kaigoshoku #article2_3 ul li .fig-wrap figure,
#kaigoshoku #article3_3 ul li .fig-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#kaigoshoku #article2_3 ul li .fig-wrap figure img,
#kaigoshoku #article3_3 ul li .fig-wrap figure img {
  transition: all 0.4s ease;
}
#kaigoshoku #section3 #article3_1 ul {
  width: 70%;
  margin: 0 auto;
}
#kaigoshoku #section3 #article3_1 ul li {
  display: flex;
  column-gap: 30px;
  align-items: center;
  margin: 0 auto 50px;
}
#kaigoshoku #section3 #article3_1 ul li img {
  width: 200px;
  border: 1px solid #ccc;
}
#kaigoshoku #section3 #article3_1 ul li div {
  width: calc(100% - 230px);
}
#kaigoshoku #section3 #article3_1 ul li div h4 {
  margin: 0 auto 0 0;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 0;
}
#kaigoshoku #section3 #article3_1 ul li div h4 span {
  margin-left: 10px;
}
#kaigoshoku #section3 #article3_1 ul li div h4 span img {
  border: none;
  margin: 0;
  width: auto;
}
#kaigoshoku #section3 #article3_1 ul li div p {
  width: 100%;
}
#kaigoshoku #section3 #article3_1 ul li div div.button {
  text-align: center;
  width: 200px;
  margin: 0;
  box-sizing: border-box;
}
#kaigoshoku #section3 #article3_1 ul li div div.button img {
  border: none;
}
#kaigoshoku #section3 #article3_1 ul li:last-child {
  margin: 0 auto;
}
#kaigoshoku #section3 #article3_2,
#kaigoshoku #section4 #article4_2 {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  column-gap: 50px;
  flex-wrap: wrap;
}
#kaigoshoku #section3 #article3_2 img,
#kaigoshoku #section4 #article4_2 img {
  width: 750px;
}
#kaigoshoku #section3 #article3_2 img.img1 {
  background: #f15f7c;
  margin: 0 auto 20px;
  padding: 10px 98px;
  width: 600px;
}
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy img.img1 {
  height: 30px;
  margin: 20px auto;
  width: auto !important;
}
#kaigoshoku #section3 h6,
#kaigoshoku #section4 h6 {
  margin: 0 auto 30px;
  width: 100%;
}
#kaigoshoku #section3 #article3_2 h6 img,
#kaigoshoku #section4 #article4_2 h6 img {
  width: 260px;
}
#kaigoshoku #section3 #article3_2 div,
#kaigoshoku #section4 #article4_2 div {
  padding: 0;
}
#kaigoshoku #section3 #article3_2 div a,
#kaigoshoku #section4 #article4_2 div a {
  display: block;
  width: 100%;
}
#kaigoshoku #section4 p {
  line-height: 2;
  width: fit-content;
}
#kaigoshoku #section4 #article4_1 {
  width: fit-content;
}
#kaigoshoku #section4 #article4_1 div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  margin: 0 auto 50px;
}
#kaigoshoku #section4 #article4_1 div img {
  width: 400px;
  margin: 0;
}
#kaigoshoku #section4 #article4_1 div p,
#kaigoshoku #section4 #article4_1 div div {
  margin: 0;
  width: calc(100% - 450px);
  display: block;
}
#kaigoshoku #section4 #article4_1 div div p {
  width: 100%;
  margin: 0;
}
#kaigoshoku #section4 #article4_1 div div p.arrow {
  margin: 20px 0 0;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.3;
}
#kaigoshoku #section4 #article4_1 div div p.arrow a:hover {
  color: #ee7700 !important;
}
#kaigoshoku #section4 #article4_1 div p.arrow::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/../../images/static/kaigoshoku/kaigosyokuarrowicon.svg) center / cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
#kaigoshoku #section4 #article4_2 img.img1 {
  background: #f15f7c;
  margin: 0 auto 30px;
  padding: 10px 98px;
  width: 600px;
}
#kaigoshoku #section3 #article3_2 div,
#kaigoshoku #section4 #article4_2 div {
  background: #fff;
  border: 2px solid #f15f7c;
  box-sizing: border-box;
  padding: 0 0 30px;
  width: 800px;
}
#kaigoshoku #section4 #article4_2 div:last-child .button,
#kaigoshoku #section3 #article3_2 a .button,
#kaigoshoku #article2_2 div[id^='ans_'] div.firstbuy .button {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 0;
  background: #ffa500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 30px auto 0;
  width: 70%;
  font-size: 1.6rem;
  border: none;
}
#kaigoshoku #section4 #article4_3 {
  margin: 30px auto 0;
}
#kaigoshoku #section4 #article4_3 p.notice {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
