@media only screen and (min-width: 900px) {
    .page-template-page-full .wrap {
        width: 900px;
    }
}

/* —–　BOX（あお） —– */
.sample_box8 {
    padding: 1em 1.5em;
    margin: 2em 0;
    background-color:#f4f9ff;/*背景色*/
    border:1px solid #84c1ff;/*枠線*/
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);/*影*/
    color:#000000;/*文字色*/
}
.sample_box8 p {
    margin: 0; 
    padding: 0;
}


/* —–　表（あお） —– */

.table_design01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design01 th, .table_design01 td {
  border: 2px solid #fff;
  background-color: #e6f1f6;
  padding: 1em;
}
.table_design01 th {
  background-color: #4d9bc1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
            

/* —– 可愛い蛍光下線（ピンク） —– */

.pink {
background: linear-gradient(transparent 40%, #FAD5DC 40%);
padding-bottom: .2em;
font-weight:bold;
}

/* —–可愛い蛍光下線（黄色） —– */

.yellow {
background: linear-gradient(transparent 40%, #ffff8e 40%);
padding-bottom: .2em;
font-weight:bold;
}

/* —–可愛い蛍光下線（青） —– */

.blue {
background: linear-gradient(transparent 40%, #CBE9F5 40%);
padding-bottom: .2em;
font-weight:bold;
}




.button-simple {
	position: relative;
	font-weight: bold;
	padding: 5px 15px;
	margin: 0px 5px;
	border-radius: 7px;/*角の丸み*/
	font-size: 18px;/*文字サイズ*/
	background-color: #FF9900;/*背景色*/
	color: #fff;/*文字色*/
	display: inline-block;
	text-shadow: 1px 1px 0px rgb(0, 0, 0, 0.3);
	box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}

a:hover .button-simple {
	background-color: #FFE2B7;/*触れたときの背景色*/
	color: #999;/*触れたときの文字色*/
	box-shadow: 0 0px 0 rgb(0, 0, 0, 0.3);
	animation-play-state: paused;
	top: 3px;
}


.punipuni {
	animation: punipuni 0.8s infinite;
}
@keyframes punipuni {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.98, 1.15)
	}
}


.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



/* --- 吹き出しアイコンくっきりフラット --- */
.voice.kufu .icon img { 
border-color: #FBE9F4;
background-color: #FBE9F4;
}
.voice.kufu .voicecomment{ 
background-color: #FBE9F4;
border-color: #FBE9F4;
 }
.voice.l.kufu .voicecomment:before{ 
border-right-color: #FBE9F4;
 }
.voice.l.kufu .voicecomment:after{ 
border-right-color: #FBE9F4;
 }
.voice.r.kufu .voicecomment:before{ 
border-left-color: #FBE9F4;
 }
.voice.r.kufu .voicecomment:after{ 
border-left-color: #FBE9F4;
 }



/* --- 吹き出しアイコンフラットくっきり --- */
.voice.fuku .icon img { 
background-color: #D6E7F7;
border-color: #D6E7F7;
 }
.voice.fuku .voicecomment{ 
background-color: #D6E7F7;
border-color: #D6E7F7;
 }
.voice.l.fuku .voicecomment:before{ 
border-right-color: #D6E7F7;
 }
.voice.l.fuku .voicecomment:after{ 
border-right-color: #D6E7F7;
 }
.voice.r.fuku .voicecomment:before{ 
border-left-color: #D6E7F7;
 }
.voice.r.fuku .voicecomment:after{ 
border-left-color: #D6E7F7;
 }

/* --- 吹き出しアイコンくっきりフラット --- */
.voice.kufu1 .icon img { 
border-color: #F8EACF;
background-color: #F8EACF;
}
.voice.kufu1 .voicecomment{ 
background-color: #F8EACF;
border-color: #F8EACF;
 }
.voice.l.kufu1 .voicecomment:before{ 
border-right-color: #F8EACF;
 }
.voice.l.kufu1 .voicecomment:after{ 
border-right-color: #F8EACF;
 }
.voice.r.kufu1 .voicecomment:before{ 
border-left-color: #F8EACF;
 }
.voice.r.kufu1 .voicecomment:after{ 
border-left-color: #F8EACF;
 }

/* --- 吹き出しアイコンくっきりフラット --- */
.voice.kufu2 .icon img { 
border-color: #FFF2B8;
background-color: #FFF2B8;
}
.voice.kufu2 .voicecomment{ 
background-color: #FFF2B8;
border-color: #FFF2B8;
 }
.voice.l.kufu2 .voicecomment:before{ 
border-right-color: #FFF2B8;
 }
.voice.l.kufu2 .voicecomment:after{ 
border-right-color: #FFF2B8;
 }
.voice.r.kufu2 .voicecomment:before{ 
border-left-color: #FFF2B8;
 }
.voice.r.kufu2 .voicecomment:after{ 
border-left-color: #FFF2B8;
 }

/* --- 吹き出しアイコンくっきりフラット --- */
.voice.kufu3 .icon img { 
border-color: #F8C6BD;
background-color: #F8C6BD;
}
.voice.kufu3 .voicecomment{ 
background-color: #F8C6BD;
border-color: #F8C6BD;
 }
.voice.l.kufu3 .voicecomment:before{ 
border-right-color: #F8C6BD;
 }
.voice.l.kufu3 .voicecomment:after{ 
border-right-color: #F8C6BD;
 }
.voice.r.kufu3 .voicecomment:before{ 
border-left-color: #F8C6BD;
 }
.voice.r.kufu3 .voicecomment:after{ 
border-left-color: #F8C6BD;
 }

/* --- 吹き出しアイコンフラットくっきり --- */
.voice.fuku1 .icon img { 
background-color: #D6E9CA;
border-color: #D6E9CA;
 }
.voice.fuku1 .voicecomment{ 
background-color: #D6E9CA;
border-color: #D6E9CA;
 }
.voice.l.fuku1 .voicecomment:before{ 
border-right-color: #D6E9CA;
 }
.voice.l.fuku1 .voicecomment:after{ 
border-right-color: #D6E9CA;
 }
.voice.r.fuku1 .voicecomment:before{ 
border-left-color: #D6E9CA;
 }
.voice.r.fuku1 .voicecomment:after{ 
border-left-color: #D6E9CA;
 }

/* --- 吹き出しアイコンフラットくっきり --- */
.voice.fuku2 .icon img { 
background-color: #D5B1DC;
border-color: #D5B1DC;
 }
.voice.fuku2 .voicecomment{ 
background-color: #D5B1DC;
border-color: #D5B1DC;
 }
.voice.l.fuku2 .voicecomment:before{ 
border-right-color: #D5B1DC;
 }
.voice.l.fuku2 .voicecomment:after{ 
border-right-color: #D5B1DC;
 }
.voice.r.fuku2 .voicecomment:before{ 
border-left-color: #D5B1DC;
 }
.voice.r.fuku2 .voicecomment:after{ 
border-left-color: #D5B1DC;
 }


/* --- 吹き出しアイコンフラットくっきり --- */
.voice.fuku3 .icon img { 
background-color: #C7C0BD;
border-color: #C7C0BD;
 }
.voice.fuku3 .voicecomment{ 
background-color: #C7C0BD;
border-color: #C7C0BD;
 }
.voice.l.fuku3 .voicecomment:before{ 
border-right-color: #C7C0BD;
 }
.voice.l.fuku3 .voicecomment:after{ 
border-right-color: #C7C0BD;
 }
.voice.r.fuku3 .voicecomment:before{ 
border-left-color: #C7C0BD;
 }
.voice.r.fuku3 .voicecomment:after{ 
border-left-color: #C7C0BD;
 }



/* 3つの表　*/

.entry-content
a[target="_blank"]::after {
	display:none;
}
@charset "UTF-8";
body {
  font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content div, .content p {
  margin-top: 2rem;
}

.content div::after, .content p::after, .content::after {
  display: block;
  content: "";
  clear: both;
}

@-webkit-keyframes bound-btn {
  0% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(1, 1.15);
  }
  10% {
    transform: scale(1, 0.85);
  }
  15% {
    transform: scale(1, 1.1);
  }
  20% {
    transform: scale(1, 0.9);
  }
  25% {
    transform: scale(1, 1.05);
  }
  30% {
    transform: scale(1, 0.95);
  }
  35% {
    transform: scale(1, 1);
  }
}

@keyframes bound-btn {
  0% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(1, 1.15);
  }
  10% {
    transform: scale(1, 0.85);
  }
  15% {
    transform: scale(1, 1.1);
  }
  20% {
    transform: scale(1, 0.9);
  }
  25% {
    transform: scale(1, 1.05);
  }
  30% {
    transform: scale(1, 0.95);
  }
  35% {
    transform: scale(1, 1);
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kgdrko");
  src: url("../fonts/icomoon.eot?kgdrko#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kgdrko") format("truetype"), url("../fonts/icomoon.woff?kgdrko") format("woff"), url("../fonts/icomoon.svg?kgdrko#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
 
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
  content: "\e94e";
}

.icon-point-right:before {
  content: "\ea04";
}

.icon-circle-right:before {
  content: "\ea42";
}

.gyosya-box {
  max-width: 860px;
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 20px auto 40px;
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
  border: 2px solid #fcc;
  font-size: 17.6px;
}
@media (max-width: 768px) {
  .gyosya-box {
    font-size: 15.4px;
  }
}
.gyosya-box .midasi {
  background: linear-gradient(transparent 70%, #fcc 30%);
  font-weight: 700;
  font-size: 220%;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .gyosya-box .midasi {
    font-size: 170%;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .gyosya-box .midasi {
    font-size: 150%;
  }
}
.gyosya-box .midasi a span {
  line-height: 1.2em;
  font-weight: bold;
}
.gyosya-box .midasi i {
  float: right;
  padding: 5px 10px;
  background: #8b8;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .gyosya-box .midasi i {
    font-size: 12px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .gyosya-box .midasi i {
    font-size: 10px;
  }
}
.gyosya-box .gyosya-box-contents {
  font-size: 120%;
  line-height: 1.4em;
}
.gyosya-box .gyosya-box-contents .marker_orange {
  background: linear-gradient(transparent 70%, #fceca8 30%);
  font-weight: bold;
  padding: 0 5px 1px;
}
.gyosya-box .gyosya-box-contents .marker_orange b {
  color: #e22;
}
.gyosya-box .gyosya-box-head {
  margin-top: 2rem;
  display: flex;
}
.gyosya-box .gyosya-box-head figure {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head figure {
    height: auto !important;
    width: 40%;
  }
}
.gyosya-box .gyosya-box-head figure img {
  width: 100% !important;
  height: auto !important;
}
.gyosya-box .gyosya-box-head .kobo-table {
  width: calc(100% - 315px);
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head .kobo-table {
    width: 58%;
    line-height: 1.2em;
  }
}
.gyosya-box .gyosya-box-head .kobo-table table {
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  font-size: 1rem;
  line-height: 1.2rem;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head .kobo-table table {
    font-size: 2.5vw;
  }
}
.gyosya-box .gyosya-box-head .kobo-table table tr {
  line-height: 1.2em;
}
.gyosya-box .gyosya-box-head .kobo-table table tr th {
  background: #f2e2e2;
  color: #a83f3f;
  border-right: 1px solid #E5E5E5;
  line-height: 1.4rem;
  padding: 10px;
  border-collapse: collapse;
  font-weight: bold !important;
  border-spacing: 0;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head .kobo-table table tr th {
    padding: 3px;
    line-height: 1.2em;
  }
}
.gyosya-box .gyosya-box-head .kobo-table table tr td {
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head .kobo-table table tr td {
    padding: 3px;
  }
}
.gyosya-box .gyosya-box-head .kobo-table table tr td img {
  border-radius: 5px;
  width: 32px;
  height: auto;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-head .kobo-table table tr td img {
    width: 22px;
  }
}
.gyosya-box .gyosya-box-contents {
  margin-top: 2rem;
}
.gyosya-box .gyosya-box-contents table {
  table-layout: fixed;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  width: 100%;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-contents table {
    font-size: 0.8rem;
  }
}
.gyosya-box .gyosya-box-contents table tr th {
  background: #11665d;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  line-height: 1.2rem;
  padding: 10px;
}
.gyosya-box .gyosya-box-contents table tr td {
  text-align: center;
  padding: 10px;
  line-height: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.gyosya-box .gyosya-box-contents table tr td b {
  color: #e22;
}
.gyosya-box .gyosya-box-contents table img {
  width: 80px;
}
.gyosya-box .gyosya-box-point {
  margin-top: 2rem;
  position: relative;
  padding: 25px 20px 20px;
  border: 4px solid #fa0;
  border-radius: 10px;
  background: #fff2e0;
  line-height: 1.85;
  font-size: 1rem;
}
.gyosya-box .gyosya-box-point .point-midasi::before {
  font-family: "icomoon";
  content: "\ea04";
  font-weight: normal;
  font-size: 110%;
  line-height: 1;
  margin-right: 3px;
}
.gyosya-box .gyosya-box-point .point-midasi {
  position: absolute;
  top: 0;
  left: 50%;
  background: #fff;
  border: 2px solid #fa0;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px 10px;
  border-radius: 20px;
  transform: translate(-50%, -55%);
  color: #fa0;
  white-space: nowrap;
}
.gyosya-box .gyosya-box-point ul {
  font-size: inherit;
}
.gyosya-box .gyosya-box-point li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  .gyosya-box .gyosya-box-point li {
    font-size: 1em;
  }
}
.gyosya-box .gyosya-box-point li::before {
  content: "";
  border: 0;
  width: 40px;
  height: 40px;
  background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/icon-check.png) no-repeat left top !important;
  background-size: 100% 100% !important;
  left: -15px;
  top: -5px;
  transform: scale(0.6);
  display: block;
  position: absolute;
}
.gyosya-box nav {
  text-align: center;
  margin: 20px 0;
}
.gyosya-box nav a::after {
  font-family: "icomoon" !important;
  content: "\ea42"!important;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0 0 0 0.5em;
}
.gyosya-box nav a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  height: 70px;
  margin: 0 auto;
  margin-top: 0px;
  background: #d22;
  border-radius: 8px;
  box-shadow: #822 0 8px 0;
  transform-origin: center bottom;
  -webkit-animation: 2.5s bound-btn linear infinite;
          animation: 2.5s bound-btn linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
	font-weight:700;
	text-decoration:none;
}
@media (max-width: 768px) {
  .gyosya-box nav a {
    font-size: 1.2rem;
  }
}
.gyosya-box nav a span {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.2em;
  color: #fff;
}
.gyosya-box nav .catch {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  font-weight: bold;
  font-size: 120%;
  line-height: 1.2em;
}
.gyosya-box nav .catch:before,
.gyosya-box nav .catch:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
  height: 100%;
  background: #000;
  transform: skewX(-35deg);
}
.gyosya-box nav .catch:before {
  left: 0;
  transform: skewX(35deg);
}
.gyosya-box aside {
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
  font-size: 15px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .gyosya-box aside {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-width: 375px) {
  .gyosya-box aside {
    font-size: 12px;
  }
}

/* カウントダウンタイマー */
.countdown-timer {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  margin: 10px auto 20px;
  vertical-align: middle;
  color: #000;
}

.countdown-timer strong,
.countdown-timer b {
  font-size: 130%;
  color: #d22;
}

.countdown-timer .timer {
  display: inline-block;
  background: #008837;
  padding: 6px 10px 4px;
  margin: 5px;
  vertical-align: middle;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  border-radius: 5px;
}

.countdown-timer .timer:before {
  content: "\e94e";
  font-family: icomoon;
  font-weight: normal;
  vertical-align: -1px;
  margin-right: 3px;
}

.countdown-timer .timer strong,
.countdown-timer .timer b {
  color: #ff7;
}

@media only screen and (max-width: 480px) {
  .countdown-timer {
    font-size: 6vw;
    line-height: 1.4em;
  }
  .spec-box .countdown-timer {
    font-size: 5.3vw;
    line-height: 1.4em;
  }
}
spec-box-catch {
  position: relative;
  margin: 30px 15px -24px auto;
  max-width: 500px;
  padding: 15px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #e90;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
}

.spec-box-catch b {
  color: #ff5;
}

.spec-box-catch:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e90 transparent transparent;
  border-width: 20px 7px 0;
  left: 40%;
  bottom: -17px;
  transform: rotate(15deg);
}

.spec-box {
  max-width: 840px;
  position: relative;
  margin: 30px auto 40px;
  box-sizing: border-box;
  max-width: 880px;
  padding: 0 30px 30px;
  background: #fff2f2;
  font-size: 13px;
  line-height: 1.8em;
  box-shadow: rgba(64, 0, 0, 0.6) 1px 1px 5px;
  border-radius: 15px;
}

.spec-box:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 70px;
  background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/pin.png) no-repeat center center;
  background-size: 100% 100%;
  top: -35px;
  right: 5px;
  z-index: 2;
}

.spec-box p.midasi {
  background: #a83f3f;
  padding: 10px 30px;
  margin: 0 -30px 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em;
  color: #fff;
  border-radius: 15px 15px 0 0;
}

.spec-box p.midasi a {
  color: #fff;
  display: block;
  font-weight: 700;
}

.spec-box p.midasi a:hover {
  color: #ff9;
}

.spec-head {
  overflow: hidden;
  font-size: 0;
  margin: 0 0 20px;
}

.spec-head figure {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 0;
  padding-top: 250px;
  background: #fff;
  background: transparent !important;
  vertical-align: middle;
  overflow: hidden;
  box-shadow: #aaa 2px 2px 6px inset;
  box-shadow: none !important;
  margin: 0 !important;
}

.spec-head figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.spec-head figure > p {
  position: absolute;
  margin: auto;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 1.1em;
  font-family: "Times New Roman", Times, serif;
  color: #777;
  transform: translateY(-50%);
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
}

.spec-head > div {
  display: inline-block;
  width: calc(100% - 320px);
  margin: 0 0 0 19px;
  vertical-align: middle;
  padding: 0 !important;
}

.spec-head > div .spec-table {
  width: 100% !important;
}

.spec-box > ul,
.spec-head ul {
  display: inline-block;
  display: block;
  box-sizing: border-box;
  padding: 10px 10px 20px 20px;
  width: calc(100% - 320px);
  width: auto;
  margin-left: 20px;
  margin: 0;
  font-size: 16px;
  background: #fff;
  box-shadow: #aaa 2px 2px 5px inset;
  border-radius: 8px;
  overflow: hidden;
}

.spec-box > ul {
  display: block;
  width: auto;
  margin: 0 0 20px;
}
.spec-box > ul:before,
.spec-head ul:before {
  display: none;
}
.spec-box p.point-midasi {
  display: block;
  margin: 0 !important;
  padding: 5px !important;
  background: #c78c8b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  box-shadow: #aaa 2px 2px 5px;
  border-radius: 8px 8px 0 0;
}

.spec-box p.point-midasi + ul {
  border-radius: 0 0 8px 8px !important;
}

.spec-box > ul li,
.spec-head ul li {
  line-height: 1.4em;
  margin: 10px 0 0 -5px;
  padding: 5px 5px 5px 27px;
  font-weight: bold;
  border-radius: 20px;
}

.spec-head ul li {
  -webkit-animation: 6s y-flash linear infinite;
          animation: 6s y-flash linear infinite;
}

.spec-head ul li:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.spec-head ul li:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.spec-box > ul li:first-child,
.spec-head ul li:first-child {
  margin-top: 0;
}

.spec-box > ul li:before,
.spec-head ul li:before {
  content: "✓";
  color: #d22 !important;
  display: inline-block;
  font-weight: bold;
  line-height: 1.1em;
  left: 0;
	font-size:30px;
}

@-webkit-keyframes y-flash {
  0% {
    background: #ff0;
  }
  10% {
    background: transparent;
  }
}

@keyframes y-flash {
  0% {
    background: #ff0;
  }
  10% {
    background: transparent;
  }
}
.spec-table,
.spec-table {
  display: table;
  width: 100% !important;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  margin: 20px 0;
}

.spec-table p {
  display: table-cell;
  padding: 0 10px 10px;
  background: #fff;
  width: 50%;
  text-align: center;
  font-size: 15px;
  line-height: 1.5em;
  box-shadow: rgba(64, 0, 0, 0.2) 1px 1px 5px;
}

.spec-table p small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.4em;
}

.spec-box b {
  color: #d22;
}

.spec-table p > i,
.spec-table p:before {
  content: attr(data-m);
  display: block;
  margin: 0 -10px 10px;
  padding: 5px;
  background: #c78c8b;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  box-shadow: #aaa 2px 2px 5px;
}

.postContents .type-b .spec-table,
.pageContents .type-b .spec-table {
  position: relative;
  display: block;
}

.type-b .spec-table p {
  display: block;
  position: relative;
  padding: 10px 10px 10px 120px;
  margin: 0 0 1px !important;
  width: auto;
  background: linear-gradient(to right, #c78c8b 110px, #fff 110px);
  text-align: left;
}

.type-b .spec-table p > i,
.type-b .spec-table p:before {
  margin: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 110px;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
  line-height: 1.2em;
  font-style: normal !important;
}

.spec-table p:before {
  display: none !important;
}

.spec-box nav {
  text-align: center;
}

.spec-box nav a {
  width: 100% !important;
  text-align: center;
  font-size: 24px !important;
}

.spec-box aside {
  position: relative;
  padding: 15px 20px;
  margin-top: 30px;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  box-shadow: #aaa 2px 2px 5px inset;
  border-radius: 8px 0 8px 8px;
}

.spec-box aside > p.midasi,
.spec-box aside:before {
  content: "Notice";
  position: absolute;
  box-sizing: border-box;
  height: 27px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background: #c78c8b;
  display: block;
  padding: 2px 40px;
  margin: 0;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 5px 5px 0 0;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.spec-box aside:before {
  display: none !important;
}

.spec-box aside > p.midasi + p {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .spec-box-catch {
    padding: 10px;
    font-size: 14px;
  }
  .spec-box {
    padding: 0 20px 20px;
  }
  .spec-box p.midasi {
    margin: 0 -20px 10px;
    padding: 10px 20px;
  }
  .spec-head figure {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .spec-head figure + div {
    margin-top: 15px;
  }
  .spec-head {
    margin-top: 10px !important;
  }
  .spec-head > div {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .type-b .spec-head > div {
    display: inline-block;
    float: none;
    width: 52%;
    margin-left: 2%;
  }
  .type-b .spec-head {
    overflow: hidden;
  }
  .type-b .spec-head figure {
    width: 45%;
    padding-top: 37.5%;
    display: inline-block;
  }
  .type-b .spec-table,
.type-b .spec-table {
    width: 53% !important;
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  .type-b .spec-table p > i,
.type-b .spec-table p:before {
    margin: 0;
    padding: 5px 0 !important;
    width: 80px;
    font-size: 12px;
    line-height: 1.3em;
    white-space: nowrap;
    text-align: center;
  }
  .type-b .spec-table p {
    padding: 7px 5px 7px 85px;
    background: linear-gradient(to right, #c78c8b 80px, #fff 80px);
    font-size: 12px;
    line-height: 1.3em;
  }
  .spec-box > ul,
.spec-head ul {
    display: block;
    width: auto;
    margin-left: 0;
    padding: 10px;
  }
  .spec-box > ul {
    margin: 0 0 15px;
  }
  .spec-head ul li,
.spec-box > ul li {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 5px;
  }
  .spec-box > ul:before,
.spec-head ul:before {
    margin: 0 -10px 10px;
    font-size: 14px;
    line-height: 1.3em;
  }
  .spec-box nav a.afbtn {
    font-size: 18px !important;
    color: #fff !important;
  }
}
@media only screen and (max-width: 580px) {
  .spec-box {
    padding: 0 15px 15px;
  }
  .spec-box p.midasi {
    margin: 0 -15px 15px;
    padding: 10px 15px;
  }
  .spec-box:after {
    width: 30px;
    height: 54px;
    top: -25px;
    right: 0;
  }
  .spec-table {
    display: block;
    position: relative;
  }
  .spec-table p {
    display: block;
    position: relative;
    padding: 10px 10px 10px 120px;
    margin: 0 0 1px !important;
    width: auto;
    background: linear-gradient(to right, #c78c8b 110px, #fff 110px);
    text-align: left;
  }
  .spec-table p > i,
.spec-table p:before {
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 110px;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }
  .branch_box nav a.afbtn > span {
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 400px) {
  .spec-box {
    padding: 0 10px 10px;
  }
  .spec-box p.midasi {
    margin: 0 -10px 15px;
    padding: 10px;
  }
  .spec-head figure {
    width: 100%;
    padding-top: 83.3333%;
  }
  .spec-head figure > p {
    font-size: 15vw;
  }
}
.pr-btn {
  text-align: center;
  margin: 40px 0 15px;
}

a.afbtn {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 45%;
  height: 80px;
  padding: 0 5px;
  margin: 1.5%;
  background: #a83f3f;
  background: linear-gradient(175deg, #a83f3f 0%, #c97474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a83f3f", endColorstr="#c97474",GradientType=0 );
  color: #fff !important;
  font-weight: bold;
  border-radius: 40px;
  font-size: 12px !important;
  line-height: 1.2em;
  border: 2px solid #a83f3f;
  box-shadow: #ecc 1px 1px 2px inset;
  text-align: center;
}

a.afbtn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

a.afbtn > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2em;
  min-width: 80%;
  max-width: 85%;
}

a.afbtn span {
  display: inline-block;
  vertical-align: middle;
}

a.afbtn.gray,
a.afbtn.back {
  background: #999;
  border-color: #555;
  box-shadow: #eee 1px 1px 2px inset;
}

a.afbtn.wide {
  width: 100%;
  margin: 1.5% 0;
}

a.afbtn:hover {
  border-width: 1px 3px 3px 1px;
}

a.afbtn:active {
  border-width: 3px 1px 1px 3px;
}

a.afbtn.blue {
  border-color: #027FC0;
  background: #329fd2; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(170deg, #329fd2 50%, #E8F8FF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#329fd2", endColorstr="#E8F8FF",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: #E8F8FF 1px 1px 2px inset;
  text-shadow: #246 -1px -1px 0;
}

a.afbtn.yellow {
  border-color: #770;
  background: #990; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(170deg, #990 50%, #cc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#999900", endColorstr="#cccc55",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: #ffa 1px 1px 2px inset;
  text-shadow: #440 -1px -1px 0;
}

a.afbtn.orange {
  background: #f0b855;
  background: #e80; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(170deg, #e80 50%, #fd5 100%);
  text-shadow: #440 -1px -1px 0;
  border-color: #fff;
  box-shadow: #fda 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
}

a.afbtn.orange.deep {
  background: #e80;
  border-color: #fff;
  box-shadow: #efd 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
}

a.afbtn.orange.grade { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(170deg, #e80 50%, #fd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee8800", endColorstr="#ffdd55",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

a.afbtn.red {
  border-color: #843;
  background: #d43;
  box-shadow: #fed 1px 1px 2px inset;
  text-shadow: #732 -1px -1px 0;
  padding-left: 15px;
  -webkit-animation: 2s red_flash infinite linear;
          animation: 2s red_flash infinite linear;
}

a.afbtn.gray {
  border-color: #777;
  background: #999;
  background: linear-gradient(170deg, #777 50%, #ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#777777", endColorstr="#cccccc",GradientType=1 );
  box-shadow: #bbb 1px 1px 2px inset;
  text-shadow: #444 -1px -1px 0;
}

a.afbtn.pink {
  border-color: #b55;
  background: #f77; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(170deg, #f77 30%, #faa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: #fee 1px 1px 2px inset;
  text-shadow: #633 -1px -1px 0;
}

a.afbtn.green {
  border-color: #fff;
  background: #6b3;
  background: linear-gradient(180deg, #60c545 0%, #51a731 100%);
  box-shadow: #efd 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
  text-shadow: #241 -1px -1px 0;
}

a.afbtn.green > span:before {
  content: "&#x2714;";
  color: #ff8;
  display: inline-block;
  position: static;
  margin-left: -10px;
  font-size: 140%;
  vertical-align: 0px;
  -webkit-animation: 1s check-roll infinite ease-in-out;
          animation: 1s check-roll infinite ease-in-out;
}

a.afbtn.green > span.ib:before {
  content: "";
  display: none;
  margin-left: 0;
}


a.afbtn.arrow > span {
  display: inline-block;
  max-width: 75% !important;
  min-width: 0 !important;
  position: relative !important;
  width: auto !important;
}

.simulation_result nav a.sim_btn.recommend:before,
a.afbtn.arrow > span:before {
  content: "＞＞";
  color: #ff8;
  display: inline-block;
  box-sizing: content-box;
  position: absolute;
  transform: translate(-100%, -50%);
  margin: 0 !important;
  width: auto !important;
  left: 0 !important;
  top: 50%;
  white-space: nowrap;
  font-size: 120%;
  vertical-align: 0px;
  -webkit-animation: 1s arrow-move-l infinite ease-in-out;
          animation: 1s arrow-move-l infinite ease-in-out;
}

.simulation_result nav a.sim_btn.recommend:after,
.postContents a.afbtn.arrow > span:after,
a.afbtn.arrow > span:after {
  content: "＜＜";
  color: #ff8;
  display: inline-block;
  box-sizing: content-box;
  position: absolute !important;
  transform: translate(100%, -50%);
  margin: 0 !important;
  width: auto !important;
  right: 0;
  left: auto !important;
  top: 50%;
  white-space: nowrap;
  font-size: 120%;
  vertical-align: 0px;
  -webkit-animation: 1s arrow-move-r infinite ease-in-out;
          animation: 1s arrow-move-r infinite ease-in-out;
}

a.afbtn > span > span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

.smt {
  display: block;
}

@-webkit-keyframes arrow-move-l {
  0% {
    color: #ff8;
    letter-spacing: 50px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    letter-spacing: 0;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 0;
  }
}

@keyframes arrow-move-l {
  0% {
    color: #ff8;
    letter-spacing: 50px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    letter-spacing: 0;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 0;
  }
}
@-webkit-keyframes arrow-move-r {
  0% {
    color: #ff8;
    right: -50px;
    letter-spacing: 50px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    right: 0;
    letter-spacing: 0;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 0;
  }
}
@keyframes arrow-move-r {
  0% {
    color: #ff8;
    right: -50px;
    letter-spacing: 50px;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    right: 0;
    letter-spacing: 0;
    opacity: 1;
  }
  100% {
    color: #fff;
    opacity: 0;
  }
}
a.afbtn span em {
  font-style: normal;
}

a.afbtn.green span em {
  color: #ff8;
}
.finger {
  position: relative;
}

.finger:before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/finger.png) no-repeat center center;
  background-size: 100% 100% !important;
  margin-right: 0;
  width: 35px;
  height: 45px;
  right: -15px;
  bottom: -60px;
  transform: rotate(-15deg) translate(-20%, -80%);
  filter: drop-shadow(rgba(0, 0, 0, 0.6) 2px 2px 3px);
  -webkit-animation: 3s finger infinite linear;
          animation: 3s finger infinite linear;
  z-index: 3;
}

@-webkit-keyframes finger {
  0% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
  3% {
    transform: rotate(-35deg) translate(-20%, -80%);
  }
  8% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
  11% {
    transform: rotate(-35deg) translate(-20%, -80%);
  }
  16% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
}

@keyframes finger {
  0% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
  3% {
    transform: rotate(-35deg) translate(-20%, -80%);
  }
  8% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
  11% {
    transform: rotate(-35deg) translate(-20%, -80%);
  }
  16% {
    transform: rotate(-15deg) translate(-20%, -80%);
  }
}
a.afbtn.flash {
  -webkit-animation: 2s text-flash infinite linear;
          animation: 2s text-flash infinite linear;
}

@-webkit-keyframes text-flash {
  0% {
    text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
  }
  5% {
    text-shadow: none;
  }
  8% {
    text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
  }
  28% {
    text-shadow: none;
  }
}

@keyframes text-flash {
  0% {
    text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
  }
  5% {
    text-shadow: none;
  }
  8% {
    text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
  }
  28% {
    text-shadow: none;
  }
}

@media only screen and (min-width: 768px) {
  a.afbtn {
    font-size: 18px !important;
    line-height: 1.2em;
    height: 75px;
  }
  a.afbtn > span {
    font-size: 21px;
    line-height: 1.2em;
  }
  .finger:before {
    width: 40px;
    height: 50px;
    right: -20px;
    bottom: -70px;
  }
  a.afbtn > span > span.ib {
    min-width: 250px;
  }
  br.smt {
    display: none;
  }
  a.afbtn.r-tri > span:after {
    right: 15px;
  }
}
.gyosya-box p.midasi a {
	text-decoration:none;
	color:black;
}
#midasi-promise {
	color:#fff;
	text-decoration:none;
}

/*3つの表終わり*/



.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}