@charset "utf-8";
.contentlist .items .item.blue .image {
  background: none;
  background-color: #fff !important;
}
@media print, screen and (min-width: 851px) {
  .contentlist {
    margin-bottom: 100px;
  }
  .contentlist h2 {
    background-image: url(../images/contents_tit.png);
    background-size: 100% 100%;
    width: calc(436px / 2);
    height: calc(110px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .contentlist .items {
    display: flex;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contentlist .items .item {
    padding: 40px;
    box-sizing: border-box;
    margin-top: 70px;
    width: 480px;
    background-color: #FFFAE7;
    /* border: 1px solid #3b312f; */
    box-shadow: 0 6px 0 #BFBFBF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
  }
  .contentlist .items .item .image {
    position: relative;
    border-radius: 30px;
    background: #fff;
    height: 160px;
  }
  .contentlist .items .item .image img {
    display: block;
    position: absolute;
    width: calc(600px / 2);
    height: auto;
    left: calc(50% - 600px / 4);
    bottom: 0;
  }
	.contentlist .items .item .new{
		position: absolute;
		top: -20px;
		left: -20px;
		max-width: 70px;
		height: auto;
		z-index: 999;
	}
  .contentlist .items .item .image .kazari {
    position: absolute;
    left: calc(50% - 680px / 4);
    top: calc(50% - 217px / 4);
    background-size: 100% 100%;
    width: calc(680px / 2);
    height: calc(217px / 2);
  }
  .contentlist .items .item .image .kazari .efo1 {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
  }
  .contentlist .items .item .image .kazari .efo2 {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
  }
  .contentlist .items .item .image .kazari .efo3 {
    width: 40px;
    height: 40px;
    left: 0;
    bottom: 0;
  }
  .contentlist .items .item .image .kazari .efo4 {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
  }
  /* .contentlist .items .item .image .kazari1 {
        background-image: url(../images/contents_k1.png);
    }

    .contentlist .items .item .image .kazari2 {
        background-image: url(../images/contents_k2.png);
    } */
  .contentlist .items .item h3 a {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #231815;
    text-decoration: none;
    margin-top: 20px;
    font-size: 162%;
    line-height: 1.25em;
    display: flex;
    justify-content: center;
  }
  .contentlist .items .item h3 a .arrow {
    background-image: url(../../common/images/ico_arrow_l.png);
    background-size: 100% 100%;
    width: calc(38px / 2);
    height: calc(40px / 2);
    display: block;
    margin-right: 10px;
    position: relative;
    top: 0.2em;
  }
  .contentlist .items .item.blue {
    background-color: #F0F3F6 !important;
  }
  .contentlist .items .item.blue h3 a .arrow {
    background-image: url(../../common/images/ico_arrow_l_b.png);
  }
  .contentlist .items .item h3 a .text {
    flex: 1;
    display: block;
  }
  .contentlist .items .item .lead {
    margin-top: 20px;
    line-height: 1.75em;
  }
  .contentlist .items .item ul {
    border-top: 3px dotted #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
  }
  .contentlist .items .item ul li a {
    display: block;
    background-image: url(../../common/images/ico_arrow_s_02.png);
    background-size: calc(24px * 0.75) calc(14px * 0.75);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 14px;
    color: #231815;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    font-size: 112%;
    line-height: 1.35em;
  }
}
@media only screen and (max-width: 850px) {
  .contentlist {
    margin-bottom: 100px;
  }
  .contentlist h2 {
    background-image: url(../images/contents_tit.png);
    background-size: 100% 100%;
    width: calc(436px / 3);
    height: calc(110px / 3);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .contentlist .items {
    margin-left: 20px;
    margin-right: 20px;
  }
  .contentlist .items .item {
    padding: 20px;
    box-sizing: border-box;
    margin-top: 70px;
    background-color: #FFFAE7;
    /* border: 1px solid #3b312f; */
    box-shadow: 0 6px 0 #BFBFBF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
  }
  .contentlist .items .item .image {
    position: relative;
    border-radius: 15px;
    background: #fff;
    /* background: -moz-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: -webkit-linear-gradient(left, #fffbb4 0%, #ffec95 100%);
    background: linear-gradient(to right, #fffbb4 0%, #ffec95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb4', endColorstr='#ffec95', GradientType=1); */
    height: calc((100vw - 82px) / 16 * 7);
  }
  .contentlist .items .item .image img {
    display: block;
    position: absolute;
    width: calc((100vw - 40px) * 0.75);
    height: auto;
    left: calc(50% - (100vw - 40px) * 0.75 / 2);
    bottom: 0;
  }
  .contentlist .items .item .image .kazari {
    position: absolute;
    left: calc(50% - (100vw - 40px) * 0.75 / 2);
    top: calc(50% - (100vw - 40px) * 0.75 / 680 * 217 / 2);
    background-size: 100% 100%;
    width: calc((100vw - 40px) * 0.75);
    height: calc((100vw - 40px) * 0.75 / 680 * 217);
  }
  /* .contentlist .items .item .image .kazari1 {
        background-image: url(../images/contents_k1.png);
    }

    .contentlist .items .item .image .kazari2 {
        background-image: url(../images/contents_k2.png);
    } */
  .contentlist .items .item .image .kazari .efo1 {
    width: 8vw;
    height: 8vw;
    left: 0;
    top: 0;
  }
  .contentlist .items .item .image .kazari .efo2 {
    width: 5vw;
    height: 5vw;
    right: 0;
    bottom: 0;
  }
  .contentlist .items .item .image .kazari .efo3 {
    width: 8vw;
    height: 8vw;
    left: 0;
    bottom: 0;
  }
  .contentlist .items .item .image .kazari .efo4 {
    width: 5vw;
    height: 5vw;
    right: 0;
    top: 0;
  }
  .contentlist .items .item h3 a {
    display: block;
    color: #231815;
    text-decoration: none;
    margin-top: 20px;
    /* padding-left: 24px; */
    font-size: 125%;
    /* margin-right: 20px; */
    display: flex;
    justify-content: center;
  }
  .contentlist .items .item h3 a .arrow {
    background-image: url(../../common/images/ico_arrow_l.png);
    background-size: 100% 100%;
    width: calc(38px / 2);
    height: calc(40px / 2);
    display: block;
    margin-right: 10px;
  }
  .contentlist .items .item.blue{
    background: #F0F3F6;
  }
  .contentlist .items .item.blue h3 a .arrow {
    background-image: url(../../common/images/ico_arrow_l_b.png);
  }
  .contentlist .items .item h3 a .text {
    display: block;
    flex: 1;
  }
  .contentlist .items .item .lead {
    margin-top: 20px;
    line-height: 1.75em;
    font-size: 92%;
  }
  .contentlist .items .item ul {
    border-top: 3px dotted #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
  }
  .contentlist .items .item ul li a {
    display: block;
    background-image: url(../../common/images/ico_arrow_s_02.png);
    background-size: calc(24px * 0.75) calc(14px * 0.75);
    background-repeat: no-repeat;
    background-position: left 0.3em;
    padding-left: 14px;
    color: #231815;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    line-height: 1.35em;
  }
}