@charset "UTF-8";
/* CSS Document */


 .arrow {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 4.5px);
  width: 9px;
  height: 45px;
  border-radius: 9999px;
  background-color: #006699;
  transform-origin: 50% calc(100% - 4.5px);
}

.arrow {
  display: inline-block;
  width: 73.5px;
  height: 81px;
  background: #069;
  clip-path: polygon(0 54.6%, 20.1% 54.6%, 20.1% 0, 79.9% 0, 79.9% 54.6%, 100% 54.6%, 50% 100%);
}

.blue-block {
	padding:0.5em;
	display: inline-block;
	margin-bottom: 1.2em;
}

.blue-block p {
	color: #FFFFFF;
	margin: 1em;
	font-size: 30px;
	background: #069;
	border-radius:10px;
	padding:0.5em;
	
}

.blue-block a {
	text-decoration: none;
	color:#fff;
	
}

.titlebox-orange {
	background: #EA5514;
	border-radius:10px;
	display: inline;
}

.titlebox-orange p {
	color: #fff;
	padding-top: 1.2em;
	
}

.option-box{
	display: flex;
	justify-content: center;
	align-items:center;
}

.blue-box-corner {
	padding: 1em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #069;
	display: inline-block;
}
.blue-box-corner p {
    margin: 0; 
    padding: 0;
	color: #fff;
}

.blue-box-corner span {
    margin: 0; 
    padding: 0;
	color: #069;
	font-size: 1.2em;
	color: #F0C607;
}

.option-box .box-1 {
  width: 20%;
  border: 3px solid #069;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  padding: 20px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
}

.option-box .box-2 {
  width: 30%;
  color: #069;
  font-size: 1.5em;
  text-align: center;
  padding: 20px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
}

.option-box .box-3 {
  width: 48%;
  color: #666;
  font-size: 1em;
  text-align: center;
  padding: 20px;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
}

.speech-gray {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: #dedede;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speech-gray::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #dedede;
  translate: -50% -100%;
}

.speech-gray p {
	padding-top: 1.2em;
}

.speech-blue {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 5px;
  border: 2px solid #069;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;	
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.speech-blue::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #069 transparent transparent;
  translate: -50% 100%;
}

.speech-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.speech-blue p {
	color: #069;
	translate: 0% 40%;
}

.flex-item-box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	justify-content:center; 
	align-items:stretch;
}

.item-box {
    position: relative;
    margin: 2em 1em;
    padding: 0.5em 1em;
    border: solid 3px #069;
	border-radius: 10px;
	max-width: 250px;
}
.item-box .box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 0px;
    padding: 2px 9px 0px 9px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    background: #069;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px;
	text-align: center;
}
.item-box p {
    margin: 0; 
	text-align: left;
	font-size: 16px;
}

.item-box img {
    max-width:100%;
	padding-top: 1em;
	padding-bottom: 1em;
}


/* 商品画像右上サークル */

.item-box .circle {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-yellow2 { /*サークル上段 */
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: yellow;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-yellow { /*サークル下段 */
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: yellow;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 55px;
  font-weight: bold;
}

.item-box .circle-navy {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #00205B;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-orange {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #FF8F1C;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-blue {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #007bcf;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-blue2 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #007bcf;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 55px;
  font-weight: bold;
}

.item-box .circle-blue3 {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #007bcf;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: 140px;
  font-weight: bold;
}

.item-box .circle-green {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #44d62c;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
}

.item-box .circle-pink {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #f5b6cd;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -30px;
  font-weight: bold;
  color: #FFFFFF;
}

.item-box .heart{
  position: absolute;
  right: -20px;
  top: -45px;
  margin-bottom: 1em;
}

.item-box .heart p{
  position: absolute;
  width: 80px;
  height: 80px;
  left: 15%;
  top: 35%;
  font-weight: bold;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 1em;
}

.item-box .heart img{
  right: -20px;
  top: -20px;
  width: 80px;
}


.price-flex {
	display: flex;
	justify-content: space-evenly;
	
}

.price-flex .price {
	width:49%;
	background-color: #A8EDFF;
	border-radius: 5px;
	margin-top: 0.5em;
}

.price-flex .price-title {
	font-size:12px;
	font-weight: bold;
	padding: 0.3em 0.1em 0.1em 0;
	text-align: center;
}

.price-bg-white {
	font-size:10px;
	background-color: #fff;
	border-radius: 10px;
	display: inline;
	padding: 0.3em;
	border: 2px solid #069;
	font-weight: bold;
	
}

.price-pink {
	font-size:32px;
	font-weight: bold;
	text-align: center;
	color: #E0457B;
	line-height: 40px;
}

.blue-area{
	font-size: 14px;
	background: #0362BE;
	color: #fff;
	padding: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}

.pink-area{
	font-size: 14px;
	background: #E73355;
	color: #fff;
	padding: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}

.green-area{
	font-size: 14px;
	background: #14C603;
	color: #fff;
	padding: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}

.gray-area{
	font-size: 14px;
	background: #464646;
	color: #fff;
	padding: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
	margin-right: 1em;
}

.flex-column {
	display: flex;
	flex-flow: column;
	width: 50%;
}

.flex-size-color {
	display: flex;
}

.pink-title-area{
	background: #E73355;
	color: #fff;
	padding: 0.5em;
	margin-right: 1em;
	font-weight: bold;
	text-align:　left;
	display: inline-block;
	margin-top: 1em;
}

.title-area {
	max-width: 1000px;
	text-align: left;
	margin-bottom: 1em;
	background-color: #D0D0D0;
    padding: 0 2em 1em 2em;
	display: inline-grid;
	justify-content: center;
}

.title-area p　{
	text-align: left;
}


/* 吹き出し*/
.speech-pink {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 5px;
  border: 2px solid #E73355;
  background-color: #E73355;
  text-align: center;
  font-size: 12px;	
  font-weight: bold;
  line-height: 0;
  color: #ffffff;
}

.speech-pink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #E73355 transparent transparent;
  translate: -50% 100%;
}

.speech-pink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #E73355 transparent transparent;
  translate: -50% 100%;
}

.speech-pink p {
	color: #fff;
	translate: 0% 0%;
	
}

.speech-orange {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 5px;
  border: 2px solid #FE5000;
  background-color: #FE5000;
  text-align: center;
  font-size: 12px;	
  font-weight: bold;
  line-height: 0;
  color: #ffffff;
}

.speech-orange::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #FE5000 transparent transparent;
  translate: -50% 100%;
}

.speech-orange::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #FE5000 transparent transparent;
  translate: -50% 100%;
}

.speech-orange p {
	color: #fff;
	translate: 0% 0%;
	
}

.item-box .oz img {
    max-width:80%;
	padding-top: 1em;
	padding-bottom: 0;
}

@media screen and (max-width: 480px) {
	
	.blue-block p {
	color: #FFFFFF;
	margin: 0;
	font-size: 16px;
	background: #069;
	border-radius:5px;
	padding:0.5em;
	
}
	.option-box{
	flex-direction:column;
    justify-content:space-between;
	padding: 1em;
}
	.option-box .box-1 {
  width: 60%;
}
	.option-box .box-2 {
  width: 80%;
  margin-bottom: 0px;
  padding: 0px;
}
	.option-box .box-3 {
  width: 100%;
  margin-bottom: 0px;
		
}
	.speech-blue p {
	font-size: 14px;
}
	.case-box {
    margin-top: 10px;
}
	
	.item-box {
	width: 100%;
	text-align: center;
	margin: 2em 0.3em;
	
}
	.item-box .circle {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px
}
	.item-box .circle-yellow {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px;
	 top: 30px;
}
.item-box .circle-yellow2 {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px
}
	
.item-box .circle-orange {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px
}

.item-box .circle-blue {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px
}

.item-box .circle-blue2 {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px;
	 top: 30px;
}
	
.item-box .circle-blue3 {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px;
	 top: 90px;
}
	
.item-box .circle-green {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px
}
	
.item-box .circle-pink {
	 width: 60px;
     height: 60px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px;
}
	
.item-box .heart{
  width: 70px;
     height: 70px;
     line-height: 60px;
	 font-size:12px;
	 right:-10px;
}
	
.item-box .heart p {
	 font-size:12px;
	 top : 14px;  
	 right:-8px;
}	

	.item-box .box-title{
	font-size: 16px;
	
	}
	
}