body {
  padding: 0;
  margin: 0;
  background: #fff;
}

.cct {
  max-width: 750px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  font-family: 'Noto Sans JP', sans-serif;
}

.cct * {
  padding: 0;
  margin: 0;
}

.cct_header {
  background: #00A8E3;
  width: 100%;
  height: 85px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .cct_header {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .cct_header .logo img {
    width: 50px;
    height: auto;
  }
}

.cct_header .cart {
  position: absolute;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .cct_header .cart {
    right: 20px;
    width: 30px;
  }
}

.cct .kv {
  font-size: 0;
  line-height: 0;
}

.cct img, .cct object {
  max-width: 100%;
  height: auto;
}

.cct .sec01 {
  font-size: 0;
  line-height: 0;
}

.cct .cv {
  background: #00A8E3;
  color: #fff;
}

.cct .cv_header {
  text-align: center;
  padding: 40px 20px 25px;
}

@media screen and (max-width: 768px) {
  .cct .cv_header {
    padding: 20px 10px 10px;
  }
}

.cct .cv_header_text {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  line-height: 1.6em;
  margin: 0 0 10px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cct .cv_header_text {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.cct .cv_header_text strong {
  font-size: 38px;
  line-height: 1.6em;
  display: inline-block;
  font-weight: 600;
  background: #fff;
  color: #00A8E3;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .cct .cv_header_text strong {
    font-size: 22px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .cct .cv_header_image img {
    max-width: 240px;
  }
}

.cct .cv_color {
  margin: 0 20px;
  border-top: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .cct .cv_color {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .cct .cv_color_title {
    min-width: 40%;
  }
}

.cct .cv_color_list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 20px;
}

.cct .cv_color_list li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cct .cv_color_list li:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .cct .cv_color_list li img {
    height: 50px;
    width: auto;
  }
}

.cct .cv_itemlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.cct .cv_itemlist_block {
  width: calc(33.3% - 13px);
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .cct .cv_itemlist_block {
    width: 100%;
    border-top: 2px solid #fff;
    padding-top: 20px;
  }
}

.cct .cv_itemlist_block .image {
  font-size: 0;
  line-height: 0;
  position: relative;
  margin-bottom: 15px;
}

.cct .cv_itemlist_block .image a > img {
  border: 4px solid #0094C7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .cct .cv_itemlist_block .image a > img {
    width: 70%;
  }
}

.cct .cv_itemlist_block .image > div {
  width: 120px;
  position: absolute;
  bottom: -13px;
  left: -25px;
}

.cct .cv_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  background: #2EBDEF;
  align-items: center;
}

.cct .cv_item .image {
  width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .cct .cv_item .image {
    width: 70%;
    margin: 0 auto 10px;
  }
}

.cct .cv_item .image a > img {
  border: 4px solid #0094C7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cct .cv_item .text {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .cct .cv_item .text {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.cct .cv_item_btnwrap {
  min-width: 210px;
}

@media screen and (max-width: 768px) {
  .cct .cv_item_btnwrap {
    min-width: 100%;
  }
}

.cct .cv_bnr {
  font-size: 0;
  line-height: 0;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .cct .cv_bnr {
    padding: 0px;
  }
}

.cct .cv_bnr img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cct .btn {
  font-size: 22px;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #FF7F00;
  border: 1px solid #D16800;
  border-radius: 6px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.cct .btn:link, .cct .btn:visited, .cct .btn:hover, .cct .btn:active {
  color: #fff;
  text-decoration: none;
}

.cct .sec02 {
  margin-top: 40px;
  font-size: 0;
  line-height: 0;
}

.cct .sec03 {
  font-size: 0;
  line-height: 0;
  padding: 20px;
  background: url(../img/sec03_bg.png) center center;
  background-size: cover;
  padding: 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec03 {
    padding: 20px 10px;
  }
}

.cct .sec03_title {
  margin: 0 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cct .sec03_title {
    margin-bottom: 10px;
  }
}

.cct .sec03_video {
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cct .sec03_video {
    max-width: 100%;
  }
}

.cct .sec03_video div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}

.cct .sec03_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cct .sec04 {
  background: #F7F1EC;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec04 {
    padding: 20px 20px 40px;
  }
}

.cct .sec04_title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec04_title {
    margin-bottom: 20px;
  }
  .cct .sec04_title img {
    max-width: 260px;
  }
}

.cct .sec04_block:first-of-type {
  margin-bottom: 40px;
}

.cct .sec04_block:first-of-type .sec04_block_inner_image {
  position: relative;
  width: calc(100% + 70px);
}

@media screen and (max-width: 768px) {
  .cct .sec04_block:first-of-type .sec04_block_inner_image {
    width: calc(100% + 20px);
  }
}

.cct .sec04_block_title {
  font-size: 0;
  line-height: 0;
  margin: 0 0 20px;
}

.cct .sec04_block_inner {
  background: url(../img/sec04_bg.jpg) center center;
  background-size: cover;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec04_block_inner {
    padding: 20px;
  }
}

.cct .sec04_block_inner_title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

.cct .sec04_block_inner p {
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 500;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec04_block_inner p {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.cct .sec05 {
  background: url(../img/sec05_bg.jpg) center center;
  background-size: cover;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec05 {
    padding: 40px 20px;
  }
}

.cct .sec05_title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec05_title {
    margin-bottom: 20px;
  }
}

.cct .sec05_block {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec05_block {
    padding: 20px;
  }
}

.cct .sec05_block ul {
  list-style: none;
}

.cct .sec05_block ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .cct .sec05_block ul li {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.cct .sec05_block ul li:not(:last-child) {
  margin-bottom: 20px;
}

.cct .sec05_block ul li img {
  margin-right: 10px;
  min-width: 37px;
}

.cct .sec06 {
  font-size: 0;
  line-height: 0;
}

.cct .sec07 {
  padding: 50px 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec07 {
    padding: 20px 20px 50px;
  }
}

.cct .sec07_title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cct .sec07_title img {
    max-width: 200px;
  }
}

.cct .sec07_lead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_lead {
    margin-bottom: 20px;
  }
}

.cct .sec07_lead .image {
  width: 187px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_lead .image {
    width: 30%;
  }
}

.cct .sec07_lead .text {
  width: calc(100% - 207px);
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cct .sec07_lead .text {
    font-size: 16px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 768px) {
  .cct .sec07_lead .text {
    width: calc(70% - 20px);
  }
}

.cct .sec07_list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_list {
    margin-bottom: 10px;
  }
}

.cct .sec07_list li {
  text-align: center;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .cct .sec07_list li {
    width: 33.3%;
    margin-bottom: 10px;
  }
}

.cct .sec07_list li img {
  width: auto;
  height: 140px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_list li img {
    width: auto;
    height: 110px;
  }
}

.cct .sec07_block {
  padding: 40px;
  background: #DFF1F9;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block {
    padding: 20px;
  }
}

.cct .sec07_block:not(:last-child) {
  margin: 0 0 40px;
}

.cct .sec07_block_title {
  font-size: 0;
  line-height: 0;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block_title {
    margin-bottom: 20px;
  }
  .cct .sec07_block_title img {
    height: 50px;
    width: auto;
  }
}

.cct .sec07_block .text {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .text {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: normal;
  }
}

.cct .sec07_block .image {
  font-size: 0;
  line-height: 0;
}

.cct .sec07_block .image:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .image:not(:last-child) {
    margin-bottom: 20px;
  }
}

.cct .sec07_block .image.wants1_image01 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .image.wants1_image01 {
    padding-top: 120px;
  }
}

.cct .sec07_block .image.wants1_image01 .wants1_balloon01 {
  position: absolute;
  left: -60px;
  top: -35px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .image.wants1_image01 .wants1_balloon01 {
    width: 50%;
    left: 0;
    text-align: center;
  }
}

.cct .sec07_block .image.wants1_image01 .wants1_balloon02 {
  position: absolute;
  right: -60px;
  top: -35px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .image.wants1_image01 .wants1_balloon02 {
    width: 50%;
    right: 0;
    text-align: center;
  }
}

.cct .sec07_block .wants3_text01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec07_block .wants3_text01 .image {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_text01 .image {
    width: 100%;
  }
}

.cct .sec07_block .wants3_text01 .text {
  width: calc(59% - 20px);
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_text01 .text {
    width: 100%;
  }
}

.cct .sec07_block h4 {
  font-size: 20px;
  line-height: 1.6em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block h4 {
    text-align: left;
    font-size: 18px;
    line-height: 1.6em;
  }
}

.cct .sec07_block .wants3_list01 {
  margin-bottom: 40px;
}

.cct .sec07_block .wants3_list01 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.cct .sec07_block .wants3_list01 ul > li {
  width: calc(33.3% - 15px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list01 ul > li {
    width: calc(33.3% - 5px);
  }
}

.cct .sec07_block .wants3_list01 ul > li .image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

.cct .sec07_block .wants3_list01 ul > li p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list01 ul > li p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.cct .sec07_block .wants3_list02 {
  margin-bottom: 40px;
}

.cct .sec07_block .wants3_list02 > p {
  text-align: right;
}

.cct .sec07_block .wants3_list02 > .image {
  margin: 0 0 10px;
}

.cct .sec07_block .wants3_list02 ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec07_block .wants3_list02 ul > li {
  width: calc(25% - 10px);
  text-align: center;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list02 ul > li {
    width: calc(33.3% - 5px);
  }
}

.cct .sec07_block .wants3_list02 ul > li .image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

.cct .sec07_block .wants3_list02 ul > li p {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list02 ul > li p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.cct .sec07_block .wants3_list03 {
  margin-bottom: 40px;
}

.cct .sec07_block .wants3_list03 ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 0;
}

.cct .sec07_block .wants3_list03 ul li {
  text-align: center;
  margin: 0;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list03 ul li {
    width: 33.3%;
  }
  .cct .sec07_block .wants3_list03 ul li:nth-of-type(4),
  .cct .sec07_block .wants3_list03 ul li:nth-of-type(5) {
    margin-top: -20px;
  }
  .cct .sec07_block .wants3_list03 ul li img {
    width: 100%;
    height: auto;
  }
}

.cct .sec07_block .wants3_list04 p {
  font-size: 14px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants3_list04 p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.cct .sec07_block .wants4_text01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec07_block .wants4_text01 .image {
  width: 41%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants4_text01 .image {
    width: 100%;
  }
}

.cct .sec07_block .wants4_text01 .image img {
  max-width: calc(100% + 100px);
  display: block;
  height: auto;
  position: relative;
  left: -45px;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants4_text01 .image img {
    left: auto;
    max-width: 100%;
  }
}

.cct .sec07_block .wants4_text01 .text {
  width: calc(59% - 20px);
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants4_text01 .text {
    width: 100%;
  }
}

.cct .sec07_block .wants5_text01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec07_block .wants5_text01 .image {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants5_text01 .image {
    width: 100%;
  }
}

.cct .sec07_block .wants5_text01 .text {
  width: calc(59% - 20px);
}

@media screen and (max-width: 768px) {
  .cct .sec07_block .wants5_text01 .text {
    width: 100%;
  }
}

.cct .sec08 {
  background: #DFF1F9;
  padding: 40px 20px 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec08 {
    padding: 20px 0 0;
  }
}

.cct .sec08_title {
  text-align: center;
}

.cct .sec08_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec08_list_block {
  width: 50%;
  padding: 30px 0;
  position: relative;
}

.cct .sec08_list_block:before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../img/sec08_border.png);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto 2px;
}

.cct .sec08_list_block:nth-of-type(1):after,
.cct .sec08_list_block:nth-of-type(3):after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background: url(../img/sec08_border02.png);
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  background-size: 2px auto;
}

.cct .sec08_list_block:last-child {
  width: 100%;
}

.cct .sec08_list_block:last-child .image {
  padding: 20px 20px 0;
}

.cct .sec08_list_block:last-child .image img {
  width: 100%;
}

.cct .sec08_list_block_title {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 30px;
  line-height: 1.6em;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
  left: -0.5em;
}

@media screen and (max-width: 768px) {
  .cct .sec08_list_block_title {
    font-size: 18px;
  }
}

.cct .sec08_list_block_title span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009DDE;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  margin-right: 5px;
}

.cct .sec08_list_block .image {
  text-align: center;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.cct .sec08_list_block .image img {
  width: 80%;
}

.cct .sec08_list_block .image > div {
  width: 180px;
  position: absolute;
  right: 5px;
  bottom: -15px;
}

@media screen and (max-width: 768px) {
  .cct .sec08_list_block .image > div {
    width: 140px;
  }
}

.cct .sec08_list_block p {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
  width: 80%;
  margin: 15px auto 0;
}

@media screen and (max-width: 768px) {
  .cct .sec08_list_block p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
  }
}

.cct .sec08_list_block p a {
  background: #fff;
}

.cct .sec08_list_block p a:link, .cct .sec08_list_block p a:visited, .cct .sec08_list_block p a:hover, .cct .sec08_list_block p a:active {
  text-decoration: none;
  color: #000;
}

.cct .sec08_list_block p strong {
  display: inline-block;
  background: #fff;
}

.cct .sec09 {
  background: url(../img/sec09_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 40px 20px 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec09 {
    background-size: 100% auto;
  }
}

.cct .sec09_title {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .cct .sec09_title img {
    width: 200px;
    height: auto;
  }
}

.cct .sec09_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cct .sec09_list_block {
  margin: 0 0 20px;
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .cct .sec09_list_block {
    width: 100%;
  }
}

.cct .sec09_list_block .image {
  width: calc(40% - 20px);
}

@media screen and (max-width: 768px) {
  .cct .sec09_list_block .image {
    width: calc(30% - 20px);
  }
}

.cct .sec09_list_block .text {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .cct .sec09_list_block .text {
    width: 70%;
  }
}

.cct .sec09_list_block .text h3 {
  font-size: 0;
  line-height: 0;
  margin: 0 0 10px;
}

.cct .sec09_list_block .text h3 img {
  height: 46px;
  width: auto;
}

.cct .sec09_list_block .text p {
  font-size: 16px;
  line-height: 1.6em;
}

.cct .sec09_list_block .text strong {
  font-weight: normal;
  display: inline;
  background: #FFEBCB;
}

.cct .sec10 {
  background: #EDF6FA;
  padding: 40px 20px;
}

.cct .sec10_title {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .cct .sec10_title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cct .sec10_title img {
    width: 200px;
  }
}

.cct .sec10_list:not(:last-child) {
  margin-bottom: 40px;
}

.cct .sec10_list dt {
  display: flex;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: bold;
  align-items: center;
  color: #0080AD;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .cct .sec10_list dt {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.cct .sec10_list dt img {
  margin-right: 10px;
  min-width: 48px;
}

.cct .sec10_list dd {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cct .sec10_list dd {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.cct .sec10_list dd a {
  display: inline;
}

.cct .sec10_list dd img {
  margin-bottom: auto;
  min-width: 48px;
}

.cct .sec10_list dd > div {
  width: calc(100% - 58px);
}

.cct .sec11_title {
  margin-bottom: 40px;
  font-size: 0;
  line-height: 0;
}

.cct .sec11 .image {
  font-size: 0;
  line-height: 0;
}

.cct_footer {
  border-top: 1px solid #fff;
  background: #00A8E3;
  text-align: center;
  padding: 40px 30px;
}

.cct_footer_logo {
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px;
}

.cct_footer_link {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.cct_footer_link li {
  margin: 0 20px 15px;
}

@media screen and (max-width: 768px) {
  .cct_footer_link li {
    margin: 0 0 15px;
    width: 100%;
  }
}

.cct_footer_link li a:link, .cct_footer_link li a:visited {
  color: #fff;
  text-decoration: none;
}

.cct_footer_link li a:hover, .cct_footer_link li a:active {
  color: #fff;
  text-decoration: underline;
}

.cct .modal {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: 10px 50px;
  display: none;
}

.cct .modal img, .cct .modal object {
  max-width: 100%;
  height: auto;
}

.cct .modal_inner {
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cct .modal_close {
  position: absolute;
  left: calc(50% + 220px);
  top: 40px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .cct .modal_close {
    left: auto;
    right: 0;
    top: 0;
  }
}

.cct .modal .image {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cct .modal .text {
  padding: 20px;
}

.cct .modal .text .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 5px;
}

@media screen and (max-width: 768px) {
  .cct .modal .text .name {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.cct .modal .text .price {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .cct .modal .text .price {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.cct .modal .text .price small {
  font-size: 12px;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .cct .modal .text .price small {
    font-size: 10px;
    line-height: 1.6em;
  }
}

.cct .modal .text .choice {
  margin: 0 0 10px;
}

.cct .modal .text .choice label {
  display: block;
  border-top: 1px solid #CCCCCC;
  padding: 15px 0;
}

.cct .modal .text .btnwrap .btn {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .cct .pc-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cct .sp-hide {
    display: none;
  }
}
