@charset "shift_jis";
/* CSS Document */
.p_n_rounded {
  text-align: center;
  background: #f5f5f7;
  border-radius: 20px;
  padding: 20px;
  }
/*--------------------------------------------------------------------------------寄*/
.p_n {
  width: 100%;
  text-align: center;}
.p_n p {
  margin: 2em;
}
.p_n img {
  position: relative;
    width: 95%;
    margin:0 auto;
}
.p_n div.contents ol {
width: 90%;
  padding: 1em 2em ;
  margin: 2em auto;
background: #FFFFD3;
}
.p_n div.contents li {
  padding: 0 0 0 1em;
  margin: 1em 0 0 1.5em; ;
}
.p_n div.contents ol li {
    list-style-position: inside;
    padding-bottom: 1em;
font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}
.p_n div.contents li:first-child{
    border-bottom:2px solid #FFC33C;
}
.p_n div.contents li + li {
    border-bottom:2px solid #FFC33C;
}

.p_r {
  width: 100%;
}

.p_r p {
  margin: 2em;
}
.p_r img {
  float: right;
  max-width: 43%;
  margin: 0 2em 2em 2.5em;
}
.p_l {
  width: 100%;
}
.p_l p {
  margin: 2em;
}
.p_l img {
  float: left;
  max-width: 43%;
  margin: 0 3em 2em 2.5em;
}
/*--------------------------------------------------------------------------------強調する箇条書き */
.emphasize_a01 {
  width: 95%;
  margin: 0 auto 1em;
  background: #F8FFB2;
  border-radius: 1.5em;
}
.emphasize_a01 ul {
  padding: 1em 1em 2em;

}
.emphasize_a01 li {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0.5em 2em;
  list-style: disc;
  list-style-position: inside;
  border-bottom: dashed 3px #C1F182;
}
/*--------------------------------------------------------------------------------強調する箇条書き */
.emphasize_a02 {
  width: 100%;
  margin: 0 auto;
  background: #EDEDED;
  border-radius: 1.5em;
}
.emphasize_a02 ul {
  padding: 1em 1em 2em
}
.emphasize_a02 li {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #178879;
  font-weight: bold;
  text-align: left;
  list-style: square;
}
/*--------------------------------------------------------------------------------左右33% 横並び 3ボックス */
.p_33_3 {
  display: flex;
  width: 98%;
    margin: 0 auto;
}
.p_33_3 div.contents {
  text-align: center;
  width: calc(33.3%);
  margin:2em 1em;
}
.p_33_3 .p_33_3_image {
width: 100%;
margin-top: 3em;
}

/*--------------------------------------------------------------------------------左右50% 横並び 2ボックス */
.p_50_50 {
  display: flex;
}
.p_50_50 div.contents {
  width: calc(50%);
  margin: 0 1.7em;
}
.p_50_50 div.contents ol {
  padding: 2em ;
  margin: 2em 0;
background: #FFFFD3;
}
.p_50_50 div.contents li {
  padding: 0 0 0 1em;
  margin: 1em 0 0 1.5em; ;
}
.p_50_50 div.contents ol li {
    list-style-position: inside;
    padding-bottom: 1em;
font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4em;
}
.p_50_50 div.contents li:first-child{
    border-bottom:2px solid #8CC9C1;
}
.p_50_50 div.contents li + li {
    border-bottom:2px solid #8CC9C1;
}
.p_50_50 div.title {
color: #000000;
  text-align: left;
  margin: 0 0 1em;
  padding: 0.5em;
  font-size: 1.4em;
line-height: 1.4em;  letter-spacing: 0.1em;
  font-weight: bold;
}
/*--------------------------------------------------------------------------------おすすめ*/
.osusume-item {
  font-size: 1.2em;
  font-weight: bold;
}
.osusume-item-name {
  font-size: 1.4em;
  font-weight: bold;
}
.osusume-kakomi-1set {
  position: relative;
  margin: 1em  auto;
  width: 50%;
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
.osusume-kakomi-2set {
  position: relative;
  margin: 1em auto;
  width: 95%;
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
.osusume-title {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0.5em;
  line-height: 1.2em;
}
.osusume-item {
  position: absolute;
  padding: 0 .5em;
  font-size: 1.3em;
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff; /* タイトル背景色 */
  color: #f09199; /* タイトル文字色 */
}
/*--------------------------------------------------------------------------------左右50% 横並び 2ボックス */
.p_item2set {
  display: flex;
}
.p_item2set div.product {
  text-align: center;
  width: calc(50% - 10px);
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item2set div.name{
margin: 0 0 2em;
}
.p_item1set{
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item1set div.product {
  text-align: center;
  margin: 1em;
  padding: 1.3em 1.3em 0;
}
.p_item1set div.name{
margin: 0 0 2em;
}
.p_item2set, .p_item1set p {
/*数値があれば入れる*/
}
.p_item2set, .p_item1set {
  padding: 0.5em ;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p_item2set img {
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.p_item1set img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------左右いっぱいボックス */
.border-no-box-n {}
.border-no-box-n p {
  padding: 1em;
}
/*--------------------------------------------------------------------------------1枠ごと互い違いの枠 左右いっぱいボックス */
.W-around-no-box-n{
  width: 95%;
  padding: 1em 2em 2em;
  margin: 0 auto;
  display: flex;
flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
}
.W-around-no-box-n-text {
  width: 100%;
}

.W-around-no-box-n:nth-child(even) {

}
/*--------------------------------------------------------------------------------左右互い違いの枠 回り込みなし*/
.W-around-no-box {
  width: 100%;
  padding: 1em 2em 1em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
}
.W-around-no-box-text {
  width: 100%;
}
/*------------------------------------------------------*/
div.point {
  color: #FF3366;
  font-size: 1.3em;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #ffffa8 0%);
}
.circle {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  width: 4em;
  height: 2em;
  border-radius: 50%;
  background: #FF3366;
  text-align: center;
  line-height: 2em;
  margin-right: 0.6em;
}
/*------------------------------------------------------*/
.W-around-no-box h3 {
font-size: 1.8em;
  line-height: 1.2em;
  margin: 0.5em 0 0.5em 0;
  color: var(--h3-text-color);
  padding-bottom: 0.3em;
  border-bottom: solid;
  border-color: var(--h3-border-color);
  border-width: 2px; /*5ピクセルの太さにする*/
}
.W-around-no-box-imege {
  width: 100%;
  margin-left: 3%;
}
.W-around-no-box-imege img {
  width: 100%;
  height: auto;
}
.W-around-no-box:nth-child(even) {
  flex-direction: row-reverse;
}
.W-around-no-box:nth-child(even) .W-around-no-box-text {
  text-align: right;
}
.W-around-no-box:nth-child(even) .W-around-no-box-imege {
  margin-left: 0;
  margin-right: 3%;
}
/*--------------------------------------------------------------------------------左右互い違いの枠 左のみ*/
.W-around-no-box-left {
  width: 95%;
  padding: 2em;
  margin: 2em auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
background: #FBFFDC;
}
.W-around-no-box-left-text {
  width: 100%;
}
.W-around-no-box-left h3 {
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  color: var(--h3-text-color);
  border-left: 13px solid  #FFBE00;
}
.W-around-no-box-left-imege {
  width: 100%;
  margin-left: 3%;
}
.W-around-no-box-left-imege img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------------動画スペース*/
.movie-space{
margin:0 auto;
}
.movie-dummy{
color: #FFFFFF;
width:60%;
margin:0 auto;
background:#C0585A;}