@charset "utf-8";
/* CSS Document */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.set{
  width: 75%;
}
.set2{
  width: 67%;
}

body{
  /*background-image: url("../0620pajama/mainback.jpg");
  background-size: auto 100%;*/
  margin: 0;
  background-position: center;
}
.cssgrid{
  display: none;
}
#set{
  display: none;
}
.method{
  width: 75%;
}
.attention{
  width: 75%;
}
.cast{
  vertical-align: bottom;
}
.img_tsukishiro2{
  vertical-align: bottom;
}
.smalltext{
  margin: 8px;
}
.provision{
  width: 75%;
  margin: 0 auto;
}
.price{
  width: 90%;
  margin: 0 auto;
}


.font{
  font-family: yu-mincho-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}

.cose{
  font-size:143%;
}

a,a:focus{
  outline:none;
}

table{
  margin: 0 auto;
}

/*--見出し--*/
.container2{
  display: flex;
  justify-content: space-around;
  margin: 30px auto;
  color: #7B1284;
  width: 980px;
}

.itemstar{
  width: 4.5%;
}

.item p{
  font-size: 40px;
  margin: 0;
}
.container2 .item p{
  line-height: 60px;
  height: 60px;
}
/*---------*/
.pink{
  color: #350045;
  font-weight: bold;
  width: 95%;margin: 0 auto;font-size: 120%;line-height: normal
}

/*---------------------------------------*/

.main{
  text-align: center;
  margin: 0 auto;
  background-color: white;
  /*box-shadow: 0px 0px 6px 3px #7d7d7d;
     -moz-box-shadow: 0px 0px 6px 3px #7d7d7d;
     -webkit-box-shadow: 0px 0px 6px 3px #7d7d7d;
     border-right: 3px solid #cccccc;
  border-left: 3px solid #cccccc;*/
}
/*ファーストビュー&バナー*/
.logo{
  width: 90%;
  text-align: right;
  margin: 25px auto 25px;
}
.fast{
  width: 75%;
  margin: 0 auto;
  /*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
  transform: rotate(0.028deg);
}
.main__takarazuka .mb30 {
  margin-bottom: 30px;
}
.topimg{
  width: 100%;
  vertical-align: bottom;
}
.baner{
  /*background-image: url(img/pajama_baner_back2.png);
  background-size: 100% auto;
  border-top: #FAEC10 solid 2px;*/
  margin: 15px auto;
  /*width: 900px;*/
  width: 100%;
}
.baner img{
  width: 80%;
}

.imgover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  filter: alpha(opacity=100);
  opacity: 1;
}
.imgover:hover {
  filter:Alpha(opacity=60); /* 旧IE */
  opacity: 0.6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*-----------*/
/*上段メニュー*/
.menu-pc{
  background: #000 url(../../elisabeth%20-%20Copy/img/min/performance_2-min.jpg) center 0 no-repeat;
  background-size: contain;
  height: 512px;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
}

.history{
  background-image: url("../../elisabeth - Copy/css/pajama_baner_back.png");
  background-size: cover;
  padding: 10px 10px 0;
  /*border-top: #FAEC10 solid 2px;
  border-bottom: #FAEC10 solid 2px;*/
}

.contents{
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.history .left{
  text-align: left;
  width: 50%;
  padding: 0 15px;
  line-height: 22px;
  font-size: 16px;
}
.history .right{
  width: 50%;
}
.history .right table{
  width: 100%;
  /*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;*/
}
.history .contents{
  margin: 0 auto 25px;
}
.right img{

  vertical-align: bottom;
}

.stage{
  /*border-top: #FAEC10 solid 2px;
  border-bottom: #001059 solid 3px;*/
  /*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
  transform: rotate(0.028deg);
  background-color: #000000;
  width: 70%;
}

.stage img{
  width: 1000px;
  margin: auto;
  vertical-align: bottom;
}

.stage::after{
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  -moz-box-shadow: inset 0px 0px 15px 15px #fff;
  -webkit-box-shadow: inset 0px 0px 15px 15px #fff;
  box-shadow: inset 0px 0px 15px 15px #fff;
  content: " ";
}

.contents_back{
  background-color: white;
  color: black;
}


.limited{
  background-color: #ffc0cb;
  color: #7B1386;
  font-family: initial;
  border-collapse: collapse;
  border-spacing: 0;
}

.item p.smalltext{
  font-size: 80%;
}
.award{

  background-size: cover;
  color: white;
  /*border-top: #FAEC10 solid 2px;
  border-bottom: #FAEC10 solid 2px;*/
  /*明朝のジャギーを直すと画像上部にずれが生じるので以下のcssで修正*/
  transform: rotate(0.028deg);
  background-color: #8B1F23;
}
.award .container2{
  color: white;
}
.award .award_table{
  font-size: 1.2rem;
}
.award .award_table span {
  font-size: 2.4rem;
}

.contents .item{
  width: 50%;
  position: relative;
  line-height: 120%;
}

.kouenlogo{
  margin:auto;
  width: 80%;
}


/*-----*/


.cpbody{
  width: 980px;
  margin: 0 auto;
}
#cpmain h2 {
  margin-bottom: 40px;
  font-size: 68px;
  text-align: center;
  line-height: 1.8;
  color: #991ba4;
}
.title{
  background-color: #000000;
}
.title1{
  background-color: #000000;
}
.title_sub{
  width: 100%;
  margin-bottom: 15px;
}
/* CSS 追加20250808 */
.cssgrid {
	width: 75%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 2fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    padding: 0.8em;
    margin: 0 auto 0.5em;
}
.cssgrid > div {
    overflow: auto;
    min-width: 0;
    padding: 5px;
}

.title_sub__text{
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(232, 84, 142, 1) 50%, rgba(255, 255, 255, 1) 100%);
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
.title_sub__text.red_bar{
  color: #e1a900;
  background: -webkit-linear-gradient(0deg, #e1a900 40%, #fff 50%, #e1a900 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.bg_red {
  background: #8b1f23;
}
.cssgrid {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 2fr));
  grid-auto-rows: 1fr;
  grid-gap: 0.8em;
  padding: 0.8em;
  margin: 0 auto 0.5em;
}
.cssgrid > div {
  overflow: auto;
  min-width: 0;
  padding: 5px;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 750px;
  margin: 5px auto 30px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #960606;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  font-size: 20px;
  border-right: 1px solid #ff555a;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #ff555a;
  background: rgba(193, 44, 44, 0.81);
  text-align: left;
}
.dropmenu li:hover > a{
  background: #BA1B20;
  border-right: 1px solid #ff555a;
}
.dropmenu li a:hover{
  background: #BA1B20;
}
#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
iframe{
  border: none;
  height: 998px;
  width: 750px;
}
.header{
  display: none;
}
#sumahonavi{
  display: none;
}
#page-top{
  display: none;
}
.qa{
  width: 75%;
  margin: 0 auto;
}
.slide{
  position: relative;
  padding: 10px;
  border: 3px double #c2a15e;
  margin-top: 15px;
  background: none;
  background-color: #fcfcfc;
  width: 95%;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  margin: 15px auto 0;
}
.purasu:after{
  display: block;
  content: '';
  width: 4px;
  height: 24px;
  background-color: #c2a15e;
  border-radius: 10px;
  position: absolute;
  top: 30%;
  left: 96.4%;
}
.slide:before{
  display: block;
  content: '';
  background-color: #c2a15e;
  border-radius: 10px;
  position: absolute;
  width: 24px;
  height: 4px;
  top: 45%;
  left: 95%;
}
.slideContents{
  display:none;
  text-align: left;
  width: 90%;
  font-size: 14px;
  margin: 5px auto 30px;
}

/*---------------------------------------*/
.container{
  display: flex;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
}
.container .item{
  width: 50%;
}
.subtitle{
  width: 20%;
}

.cose{
  background-color:#F1F1F1;
  color: #00368b;
  padding: 10px 20px;
  width: 80%;
  margin: 10px auto;
  font-size: 120%;
  font-weight: bold;
  font-size: 130%;
}

.cose .small{
  font-size: 70%;
}

.Sentence {
  width:96%;
  margin: 0 auto;
}
.Sentence ul{
  width: 80%;
  margin: 8px auto 10px;
}
.Sentence.type_2 ul{
  width: unset;
  margin: 8px auto 10px;
}
.Sentence ul li {
  position: relative;
  margin-top: 8px;
  margin-left: 10px;
  list-style-type: "※";
  text-align: left;
}
.Sentence ul li:before  {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  margin-left: 5px;
}
/*お値引き前お値引き後のPC用リスト*/
.Sentence2 {
  width:96%;
  margin: 0 auto;
}
.Sentence2 ul{
  width: 80%;
  margin: 8px auto 8px;
  list-style-type: none;
}
.Sentence2 ul li {
  width: 100%;
  position: relative;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 0;
  text-align: left;
  color: red;
  font-weight: bold;
}
.Sentence2 ul li:before  {
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  margin-left: 5px;
}
/*お値引き前お値引き後のPC用リスト END*/

.BtnCard {
  margin-top: 25px;
  -moz-box-shadow:inset 0px 1px 0px 0px #951cad;
  -webkit-box-shadow:inset 0px 1px 0px 0px #951cad;
  box-shadow:inset 0px 1px 0px 0px #951cad;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a51bbd), color-stop(1, #9138a3));
  background:-moz-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
  background:-webkit-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
  background:-o-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
  background:-ms-linear-gradient(top, #a51bbd 5%, #9138a3 100%);
  background:linear-gradient(to bottom, #a51bbd 5%, #9138a3 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a51bbd', endColorstr='#9138a3',GradientType=0);
  background-color:#a51bbd;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px solid #ba4ff7;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:20px;
  padding:13px 76px;
  text-decoration:none;
  text-shadow:0px 1px 0px #6e1680;
}
.BtnCard:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9138a3), color-stop(1, #a51bbd));
  background:-moz-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
  background:-webkit-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
  background:-o-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
  background:-ms-linear-gradient(top, #9138a3 5%, #a51bbd 100%);
  background:linear-gradient(to bottom, #9138a3 5%, #a51bbd 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9138a3', endColorstr='#a51bbd',GradientType=0);
  background-color:#9138a3;
}
.BtnCard:active {
  position:relative;
  top:1px;
}

.award ul{
  border-bottom: 1px solid #fff100;
  width: 90%;
  margin: 35px auto 10px;
  padding: 0 0 20px 0;
  list-style-type: none;
}
.award ul span{
  font-size: 80%;
}
.award ul p{
  font-size: 80%;
}
.award ul p.small{
  font-size: 65%;
}
.award ul.end{
  border-bottom: none;
}
.award .contents .item ul li{
  font-size: 26px;
}
.kome{
  text-align: center;
  font-size: 19px;
  margin: 0 auto;
}
.footbaner{
  width: 980px;
}
.text30{
  font-size: 30px;
}
.text25{
  font-size: 25px;
  width: 45%;
  margin: 35px auto 0;
}
.text19{
  font-size: 19px;
}
.text20{
  font-size: 20px;
}

h4{
  border: 1px black solid;
  padding: 10px;
}
.anser{
  color: #350045;
  font-weight: bold;
}

.URL{
  position: relative;
  font-weight: normal;
  margin: 0;
}
span.URL::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 2;
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  background-image: url(../../img/common/icon/icon-arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: var(--transition-default);
  transition-property: background-color, transform;
  transform: rotate(-90deg);
}

hr.border{
  margin: 20px auto 10px;
}
.or{
  font-size: 20px;
  color: black;
  font-weight: normal;
}
.footer{
  border-top:  1px solid black;
  width: 100%;
}
.footermain{
  width: 980px;
  margin: 0 auto;
  padding-top: 15px;
}


.pc{
  display: table;
}
.pcEC_btn{
  position: fixed;
  bottom: 1rem;
  background: #665e53;
  padding: 20px 10px;
  margin: 0 auto;
  right: 5%;
  width: 15%;
  border-radius: 1.5em;
  z-index: 20000;
  box-shadow: 0 1px 4px 0 #888;
  font-size: 20px;
  opacity: 0.8;
  text-align: center;
}
.pcEC_btn a{
  color: white;
  text-decoration: none;
}
i{
  vertical-align: baseline;
}

.under{
  /*border-bottom: 1px solid;*/
  background: linear-gradient(transparent 0%, #fff686 0%);
  font-size: 130%;
}

.product{
  height: 150px;
  margin-left: 10px;
}

.product2{
  height: 130px;
  margin-left: 10px;
}
.product3{
  height: 120px;
  margin-left: 10px;
}

.bottom{
  vertical-align:bottom;
}

.sp{
  display:none;

}
.schedule{
  width: 35%;
}
.title_2{
  padding-left: 15%;
}
.block{
  width: 75%;
}
.spWidth{
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  margin-top: 10px;
  width: 85%;
}
.spWidth img{
  width: 100%;
}
.sp{
  display: none;
}
.history{
  margin: auto;
}
.history .container2{
  width: 98%;
  /*display: -webkit-box;*/
}
.history .contents{
  width:100%;
}
.history .contents .item{
  width: 30%;
}
.history .contents .left{
  width: 70%;
}
.cpbody{
  width: 100%;
}
.cpbody .container2{
  width: 90%;
}
/*
		.cpbody table.pc{
			width: 75%;
		}
*/
.pc .product{
  height: 130px;
}
.pc .product2{
  height: 110px;
}
.pc tr{
  font-size: 80%;
}

.pc_cell{
  display: table-cell;
}



.img_tsukishiro{
  height:400px;
  width: auto;
}
.img_tsukishiro2{
  height:auto;
  width: 100%;
}

.ipad,.ipad_sp{
  display:none;
}

.Application{
  width:100%;
  margin-right: 0;
  text-align: center;
}
.stage img{
  width: 1200px;
  height: auto;
}
div.end{
  border-radius: 10px;
  border: 1px solid;
  background-color: #f8b862;
  font-size: 30px;
  font-weight: bold;
  padding: 10px;
  margin: 20px auto;
  width: 70%;
}

.product3{
  height: 120px;
  margin-left: 10px;
}
.card{
  width: 50%;
}
.syousai{
  width: 65%;
}
.big{
  font-size: 125%;
}
.text5{
  text-align: left;
}
.receipt{
  font-size: 130%;
  font-weight: bold;
  line-height: 1.8rem;
  border: 4px double red;
  color: red;
  background-color: #ffffd1;
  padding: 10px 10px;
  line-height:120%;
}
.price{
  width: 60%;text-align: left;margin: 50px auto 30px;
}
.ipaditem{
  display: none;
}
.spitem{
  display: none;
}
.EC_btn_pc{ /*公式オンラインショップ追従ボタン*/
  position: fixed;
  bottom: 1rem;
  width: 25%;
  z-index: 20000;
  opacity: 0.9;
  right: 7%;
}
.pcECmail_btn{ /*抽選結果メルマガ追従ボタン*/
  position: fixed;
  bottom: 1rem;
  width: 16%;
  z-index: 20000;
  opacity: 1;
  right: 1%;
}

/*202204追記*/
.regu_change{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  width: 80%;
  margin: 5rem auto 0;
  font-size: 180%;
  color: #000000;
  background-color: #FFFD00;
  font-weight: 800;
  line-height: 1.5;
}

.regu_change img{
  width: 100%;
  padding: 0;
  line-height: 0;

}
/*End 202204追記*/



.cpbody {
  font-size: 125%;
}

.attention_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.attention_container .section {
  margin-bottom: 30px;
  text-align: left;
}
.attention_container .section h2 {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.attention_container .section ul:not(.notice-table__note) {
  list-style: disc;
  padding-left: 1.5em;
}
.attention_container .section ul:not(.notice-table__note) li {
  list-style: disc;
}
.attention_container .red {
  color: red;
}
.attention_container .highlight {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
}
.attention_container .pink-box {
  background-color: #ffebf0;
  padding: 15px;
  border-radius: 8px;
  border: 2px solid #f58ca1;
}
.attention_container .pink-box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.attention_container .notice-table {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.attention_container .notice-table ul:not(.notice-table__note) {
  list-style: disc;
  padding-left: 1.5em;
  text-align: left;
}
.attention_container .notice-table ul:not(.notice-table__note) li {
  list-style: disc;
}
.attention_container p {
  text-align: left;
}
.attention_container .notice-table > div {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.attention_container .notice-table table tr {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.attention_container .notice-table table th,
.attention_container .notice-table table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.attention_container .notice-table table th {
  background: #ffe5ea;
  padding: 4px 8px;
  white-space: nowrap;
}
.attention_container .notice-table table td {
  padding: 4px 8px;
}
.attention_container .notice-table table .notice-table__pickup,
.attention_container .notice-table table .notice-table__pickup th,
.attention_container .notice-table table .notice-table__pickup td {
  border: none;
}
.attention_container .notice-table table .notice-table__pickup th {
  background: none;
}
.attention_container .notice-table table .before_bg {
  background: #f7b349;
  color: #fff;
}
.attention_container .notice-table table .after_bg {
  background: #00b3cd;
  color: #fff;
}
.attention_container .notice-table table .before_bd {
  border: 2px solid #f7b349;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
}
.attention_container .notice-table table .after_bd {
  border: 2px solid #00b3cd;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  display: block;
}
.attention_container .notice-table table .before_color {
  color: #f7b349;
  font-weight: bold;
}
.attention_container .notice-table table .after_color {
  color: #00b3cd;
  font-weight: bold;
}
.attention_container .notice-table table .notice-table__notice {
  background: #f58ca1;
  padding: 2px;
  font-weight: bold;
  font-size: 14px;
}
.attention_container .notice-table h3 {
  font-size: 20px;
  background: #f58ca1;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 5px;
}
.attention_container .notice-table .notice-table__note {
  margin-top: 10px;
  font-size: 14px;
  background: #ffe5ea;
  padding: 10px;
  text-align: left;
}
.notice-list {
  list-style: none;
  counter-reset: note;
  padding-left: 1.5em;
}
.notice-list li {
  counter-increment: note;
  position: relative;
  padding-left: 2em;
}
.notice-list li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
}
.attention_container .notice-table .notice-table__qr {
  display: flex;
  justify-content: right;
  align-items: center;
}
.attention_container .notice-table .notice-table__qr p {
  white-space: nowrap;
}
.attention_container .notice-table .notice-table__qr img {
  width: 60px;
}
.attention_container .important {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
  background-color: #f58ca1;
  padding: 4px 10px 2px;
  border-radius: 5px;
  margin-bottom: 10px;
}


@media screen and (max-width: 991px) {

  .text19 {
    font-size: 14px;
  }
  .text20 {
    font-size: 14px;
  }

  .history td {
    display: block;
    width: 100%!important;
  }

  .award .contents {
    display: block;
    width: 100%;
  }
  .award .contents .item {
    display: block;
    width: 100%;
  }

  .cpbody {
    font-size: 100%;
  }

  .cpbody table {
    width: 100% !important;
  }
  .cpbody .set {
    width: 100% !important;
  }
  .cpbody .method {
    width: 100% !important;
  }
  .cpbody .card {
    width: 70% !important;
  }
  .cpbody .provision {
    width: 100% !important;
  }
  .cpbody .fast {
    width: 100% !important;
  }
  .cpbody .Sentence ul {
    width: 100% !important;
  }
  .contents_back table td {
    display: block;
    width: 100%;
  }
  .cpbody .attention {
    width: 100% !important;
  }
  .cpbody .qa {
    width: 100% !important;
  }
  .cpbody .slide {
    font-size: 20px;
  }
  .purasu:after{
    top: 25%;
    left: 93%;
  }
  .slide:before{
    top: 45%;
    left: 90%;
  }
  .attention_container {
    max-width: 100%;
    padding: 0;
  }
  .attention_container .section {
    margin-bottom: 20px;
  }
  .attention_container .notice-table {
    display: block;
  }
}

.award_table_text {
  margin-top: 10px;
  width: 73%;
}
@media screen and (max-width: 767px) {
  .history .left{
    padding: unset;
  }
  .award_table_text {
    width: unset;
  }
  .notice-table .spm15 {
    margin: 15px 0;
  }
  .attention_container .notice-table table .notice-table__notice {
    font-size: 3.1vw;
  }
  .attention_container .notice-table h3 {
    padding: 3px 10px 0;
    font-size: 18px;
  }
}
