.txt-blue {
  color: #1d2088;
}
.c-pageTtl {
  background: url(/brand/teirakku/img/check/bg_ttl.jpg) no-repeat center #bae3f9;
  height: 200px;
  text-align: center;
  margin-bottom: 0;
}
.check-container {
  padding-top: 50px;
  padding-bottom: 80px;
  text-align: center;
  background: url(/brand/teirakku/img/check/bg_pattern.jpg);
}
.check-lead {
  font-size: 20px;
  font-weight: bold;
}
/* .check-sheet */
.check-sheet {
  margin-top: 140px;
  padding: 30px;
  background: #f2f2fd;
  border: solid 2px #1d2088;
  border-radius: 10px;
  position: relative;
  box-shadow: 5.142px 6.128px 0px 0px rgba(1, 3, 62, 0.2);
}
.check-sheet:after {
  content: "";
  width: 263px;
  height: 100px;
  background: url(/brand/teirakku/img/check/check-sheet_catch_pc.png) no-repeat;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.check-sheet__ttl {
  margin-bottom: 30px;
}
.check-sheet__box {
  background: #fff;
  padding: 30px 40px 40px;
}
.check-sheet__lead {
  font-size: 18px;
}
.check-sheet__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.check-sheet__list li {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 19px;
  font-weight: bold;
}
.check-sheet__list li label {
  display: flex;
  cursor: pointer;
  line-height: 1.8;
}
.check-sheet__list li input {
  appearance: none!important;
  box-shadow: none!important;
  min-width: 26px;
  height: 26px;
  border: solid 3px #1d2088;
  border-radius: 4px;
  margin: 6px 10px 0 0;
  position: relative;
}
.check-sheet__list li input:checked {
  background: #1d2088;
}
.check-sheet__list li input:checked:after {
  content: "";
  width: 14px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 2px;
  left: 3px;
  transform: rotate(135deg);
}
.check-btn {
  margin-top: 40px;
}
/* check-doctor */
.check-doctor {
  margin-top: 20px;
  margin-bottom: 0;
}
.check-doctor__box {
  background: #fffdd6;
  width: 860px;
  margin: 50px auto 0;
  padding: 30px 60px;
  text-align: left;
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
}
.check-doctor__box .wrap {
  display: flex;
  align-items: center;
}
.check-doctor__box figure img {
  width: 178px;
}
.check-doctor__box .name {
  width: 440px;
  margin-left: 50px;
}
.check-doctor__box .name dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 1px #1d2088;
}
.check-doctor__box .name dt b {
  display: block;
  font-size: 34px;
  line-height: 1;
}
.check-doctor__box .name dt span {
  font-size: 14px;
  padding-left: 10px;
}
.check-doctor__box .name dd {
  margin-top: 15px;
  font-size: 14px;
}
.check-doctor__box .txt {
  margin-top: 20px;
}

@media print, screen and (max-width: 769px) {
.c-pageTtl {
  padding: 0;
  height: auto;
  background: none;
}
.c-pageTtl .l-inner {
  padding: 0;
}
.check-container {
  padding-top: 25px;
  padding-bottom: 30px;
}
.check-container .l-inner {
  padding-right: calc(40vw / 750 * 100);
  padding-left: calc(40vw / 750 * 100);
}
.check-lead {
  font-size: calc(28vw / 750 * 100);
}
.check-sheet {
  margin-top: calc(160vw / 750 * 100);
  padding: calc(30vw / 750 * 100) calc(30vw / 750 * 100) calc(60vw / 750 * 100);
}
.check-sheet:after {
  width: calc(320vw / 750 * 100);
  height: calc(117vw / 750 * 100);
  background: url(/brand/teirakku/img/check/check-sheet_catch_sp.png) no-repeat center / 100%;
  top: calc(-116.9vw / 750 * 100);
}
.check-sheet__ttl {
  margin-bottom: calc(30vw / 750 * 100);
}
.check-sheet__box {
  padding: calc(30vw / 750 * 100);
}
.check-sheet__lead {
  font-size: calc(26vw / 750 * 100);
}
.check-sheet__list {
  display: block;
  margin-top: calc(40vw / 750 * 100);
}
.check-sheet__list li {
  width: 100%;
  font-size: calc(30vw / 750 * 100);
  padding-right: 0;
}
.check-sheet__list li label {
  display: flex;
  cursor: pointer;
  line-height: 1.8;
  position: relative;
}
.check-sheet__list li label:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-width: 2px;
  border: solid 3px #1d2088;
  border-radius: 4px;
  margin: 6px 10px 0 0;
}
.check-sheet__list li label.checked:before {
  background: #1d2088;
}
.check-sheet__list li label.checked:after {
  content: "";
  width: 10px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 11px;
  left: 5px;
  transform: rotate(135deg);
}
.check-sheet__list li input {
  display: none;
}
.check-btn {
  margin: calc(60vw / 750 * 100) calc(30vw / 750 * 100) 0;
}
/* check-doctor */
.check-doctor {
  margin-top: 50px;
}
.check-doctor__box {
  width: 100%;
  padding: calc(30vw / 750 * 100);
}
.check-doctor__box .wrap figure {
  width: calc(210vw / 750 * 100);
}
.check-doctor__box .wrap figure img {
  width: 100%;
}
.check-doctor__box .name {
  width: calc(370vw / 750 * 100);
  margin-left: calc(30vw / 750 * 100);
}
.check-doctor__box .name dt {
  font-size: calc(20vw / 750 * 100);
  padding-bottom: calc(20vw / 750 * 100);
}
.check-doctor__box .name dt b {
  font-size: calc(46vw / 750 * 100);
}
.check-doctor__box .name dt span {
  font-size: calc(18vw / 750 * 100);
}
.check-doctor__box .name dd {
  margin-top: calc(15vw / 750 * 100);
  font-size: calc(20vw / 750 * 100);
}
.check-doctor__box .txt {
  margin-top: calc(20vw / 750 * 100);
}
}



/* ------ result -------- */
.page-result .check-sheet {
  margin-top: 100px;
}
.page-result .check-sheet:after {
  background-image: url(/brand/teirakku/img/check/check-sheet_catch_result_pc.png);
}
.page-result .check-sheet__ttl {
  margin: 15px 0 35px;
}
.page-result .check-sheet__box .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-result .check-sheet__box .wrap figure {
  width: 320px;
}
.page-result .check-sheet__box .wrap .txt {
  width: 530px;
  text-align: left;
  font-size: 18px;
}
/* check-product */
.page-result .check-product {
  text-align: center;
  padding: 50px 0;
  background: #e6e5ff;
}
.page-result .check-product .btn-product {
  margin-top: 20px;
}
/* back-btn */
.page-result .back-btn {
  text-align: center;
}
@media print, screen and (max-width: 769px) {
.page-result .check-sheet {
  margin-top: calc(120vw / 750 * 100);
  padding-top: calc(60vw / 750 * 100);
}
.page-result .check-sheet:after {
  background-image: url(/brand/teirakku/img/check/check-sheet_catch_result_sp.png);
}
.page-result .check-sheet__ttl {
  margin: calc(20vw / 750 * 100) 0 calc(40vw / 750 * 100);
}
.page-result .check-sheet__box .wrap {
  display: block;
}
.page-result .check-sheet__box .wrap figure {
  width: 100%;
}
.page-result .check-sheet__box .wrap .txt {
  width: 100%;
  margin-top: calc(30vw / 750 * 100);
  font-size: calc(26vw / 750 * 100);
}
/* check-product */
.page-result .check-product {
  padding: calc(50vw / 750 * 100) 0;
}
.page-result .check-product .l-inner {
  padding: 0 calc(70vw / 750 * 100);
}
/* back-btn */
.page-result .back-btn {
  padding: 0 calc(70vw / 750 * 100);
  margin-bottom: calc(70vw / 750 * 100);
}
}