/*
div,p {border:1px solid #000000 !important;}
*/

/* レイアウト変更幅対応 */
.unicom-layout-adjustment{
	width:770px;
	margin:16px auto 100px;
}

/* テキスト指定 */
.unicom-textset-p{
	font-size: 1em;
	line-height: 1.5em;
}

/* トップイメージ */
.unicom-main-img{
	width:100%;
	border-bottom: 4px solid #FF7171;
}

/* 吹き出しエリア */
.unicom-hukidashi-area{
	display: flex;
	width:100%;
}

.unicom-hukidashi-img-area{
}

.unicom-hukidashi-img{
	margin-top:30px;
	width:80%;
}

.unicom-hukidashi-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 80%;
  color: #555;
  background: #FFF;
  border: solid 3px #F1DC96;
  box-sizing: border-box;
  border-radius: 20px;
}

.unicom-hukidashi-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.unicom-hukidashi-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #F1DC96;
  z-index: 1;
}

.unicom-hukidashi-right p {
  margin: 16px 0px 0px 0px;
  padding: 0;
}

/* 説明枠 */
.unicom-explanation{
	margin:50px auto;
}

.unicom-explanation p{
	font-size: 1em;
	line-height: 1.5em;
}

.unicom-explanation em{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

/* 水分量エリア */
.unicom-water-area h2{
	font-size: 1.2em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}
.unicom-water-area-sp1{
	background-color: #0098FF;
	padding:0px 8px;
	color:#ffffff;
	font-size:1em;
}
.unicom-water-area-sp2{
	color:#0098FF;
	font-weight:bold;
}
.unicom-water-area ul{
	display: flex;
	flex-wrap:wrap;
	margin: 20px auto 5px;
}
.unicom-water-area li{
	width:28%;
	padding: 4px 0px;
	margin: 2%;
	border-bottom: solid 1px #323232;
}
.unicom-water-area-sankou{
	text-align:right;
	margin:auto;
	margin-bottom:80px;
	font-size:0.9em;
	width:90%
}


/* スープカリーエリア */
.unicom-soupcurry-area{
	text-align: center;
	border: #323232 1px solid;
}
.unicom-soupcurry-area h2{
	font-size: 1.8em;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin: 60px auto 30px;
    color: #FF9700;
}
.unicom-soupcurry-area p{
	width:85%;
	margin:50px auto;
	text-align: left;
	line-height: 1.5em;
}
.unicom-soupcurry-area-kcal-ml{
	display:flex;
	justify-content: space-around;
	width:55%;
	margin:auto;
	font-weight:bold;
}
.unicom-soupcurry-area-kcal{
	background-color: #ffc164;
	padding:10px 40px;
}
.unicom-soupcurry-area-ml{
	background-color: #64c1ff;
	padding:10px 25px;
}
.unicom-soupcurry-area-word{
	padding:10px 0px;
	font-weight: normal;
}
.unicom-soupcurry-area-200ml{
	width:30%;
	text-align:right;
	margin:auto;
	font-size: 0.9em;
}
.unicom-soupcurry-area-200mlnum{
	font-size: 0.9em;
}


.unicom-soupcurry-img01{
	width:80%;
	margin-bottom:10px;
}
.unicom-soupcurry-img02{
	width:30%;
	margin-top:50px;
}
/* スイカエリア */
.unicom-watermelon-area{
	text-align: center;
}
.unicom-watermelon-area h2{
	font-size: 1.8em;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin: 60px auto 30px;
    color: #FF9700;
}
.unicom-watermelon-box{
	display: flex;
	justify-content: space-around;
}
.unicom-watermelon-box img{
	width:45%;
}


/* その他記事 */
.unicom-other-area{
	margin: 100px auto 50px;
}

.unicom-other-area h2{
	background-image:none !important;
    border-left: 0px !important;
    height: auto !important;
	font-size: 1.3rem !important;
	position: relative !important;
	padding: 0.3rem !important;
	text-align: center !important;
	font-weight: bold !important;
}

.unicom-other-area h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #000;
  }

.unicom-list-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.unicom-list-container li{
	width:32%;
	padding:0px !important;
	margin:20px 10px !important;
	position: relative;
}

.unicom-list-container a{
	color:#323232;
	text-decoration: none !important;
}

.unicom-list-container a:hover{
	color:#FFFFFF;
}

.unicom-list-container a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	color:#323232 !important;
}

.unicom-list-container img{
	width:100%; height:140px;
	object-fit:cover;
	object-position:50% 0%;
}

.unicom-list-container h3{
    border-bottom: 0px;
	margin: 0px;
	padding:0px 10px;
	font-weight: bold;
	font-size:0.9em;
	height: 60px;
}

.unicom-list-container p{
	padding:0px 10px !important;
	margin:0px !important;
	height:50px;
	font-size:90%;
}

.unicom-list-container time{
	padding:10px 5px !important;
	margin:0px !important;
}

.unicom-list-container-line{
	border:1px solid #919191;
}

.unicom-btn-flat-border {
  display: inline-block;
  padding: 0.2em 1em;
  text-decoration: none;
  color: #323232;
  border: solid 1px #323232;
  border-radius: 15px;
  transition: .4s;
  text-align:center;
  width:85%;
}

.unicom-btn-flat-border:hover {
  background: #323232;
  color: #FFFFFF;
}

.unicom-btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



/* スマホ表示用 */
@media only screen and (max-width:640px) and (max-device-width:1280px){

html,body {
	min-width: 50% !important;
}

/* レイアウト変更対応 */
.unicom-layout-adjustment{
	width:95%;
	margin:16px auto 100px;
}

/* テキスト指定 */
.unicom-textset-p{
	font-size: 0.8rem;
}


/* 吹き出しエリア */
.unicom-hukidashi-area{
	flex-direction: column-reverse;
	width:100%;
}
.unicom-hukidashi-img-area{
	text-align:center;
}
.unicom-hukidashi-img{
	margin-top:5px;
	width:40%;
}
.unicom-hukidashi-right {
 display:none;
}
.unicom-hukidashi-right:before {
 display:none;
}
.unicom-hukidashi-right:after {
 display:none;
}
.unicom-hukidashi-right p {
}
.unicom-hukidashi-left {
  position: relative;
  display: inline-block;
  margin: 0em 0em 0.5em 0em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 0.7rem;
  background: #F1DC96;
  border: solid 3px #F1DC96;
  box-sizing: border-box;
  border-radius: 20px;
}
.unicom-hukidashi-left:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #F1DC96;
  z-index: 2;
}
.unicom-hukidashi-left:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #F1DC96;
  z-index: 1;
}

.unicom-hukidashi-left p {
  margin: 0;
  padding: 5px;
}

/* 説明枠 */
.unicom-explanation{
	width:93%;
	margin:30px auto;
}

.unicom-explanation p{
	font-size: 0.8em;
	line-height: 1.3em;
}

.unicom-explanation em{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
}

/* 水分量エリア */
.unicom-water-area h2{
	font-size: 0.8em;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
}
.unicom-water-area-sp{
	background-color: #0098FF;
	font-size: 0.7em;
}
.unicom-water-area ul{
	display: flex;
	flex-wrap:wrap;
	margin: 20px auto 10px;
}
.unicom-water-area li{
	width:45%;
	padding: 4px 0px;
	margin: 2%;
	border-bottom: solid 1px #323232;
	font-size: 0.7em;
}
.unicom-water-area-sankou{
	text-align:right;
	margin:auto;
	margin-bottom:80px;
	font-size:0.6em;
	width:90%
}

/* スープカリーエリア */
.unicom-soupcurry-area{
	text-align: center;
	border: #323232 1px solid;
}
.unicom-soupcurry-area h2{
	font-size: 1.4em;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin: 40px auto 30px;
    color: #FF9700;
}
.unicom-soupcurry-area p{
	width:94%;
	margin:50px auto;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.8em;
}
.unicom-soupcurry-area-kcal-ml{
	display:flex;
	justify-content: space-around;
	width:90%;
	margin:auto;
	font-weight:bold;
	font-size: 0.8em;
}
.unicom-soupcurry-area-kcal{
	background-color: #ffc164;
	padding:5px;
	width:28%;
}
.unicom-soupcurry-area-ml{
	background-color: #64c1ff;
	padding:5px;
	width:28%;
}
.unicom-soupcurry-area-word{
	padding:5px 5px 5px 0px;
	font-weight: normal;
	width:28%;
}

.unicom-soupcurry-area-200ml{
	width:100%;
	text-align:center;
	margin:auto;
	font-size: 0.8em;
}
.unicom-soupcurry-area-200mlnum{
	font-size: 0.9em;
}

.unicom-soupcurry-img01{
	width:80%;
}
.unicom-soupcurry-img02{
	width:50%;
}
/* スイカエリア */
.unicom-watermelon-area{
	text-align: center;
}
.unicom-watermelon-area h2{
	font-size: 1.4em;
	font-weight: bold;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin: 60px auto 30px;
    color: #FF9700;
}
.unicom-watermelon-box{
	display: block;
}
.unicom-watermelon-box img{
	width:90%;
}



/* その他記事 */
.unicom-other-area{
	margin: 100px auto 50px;
}

.unicom-other-area h2{
	background-image:none !important;
    border-left: 0px !important;
    height: auto !important;
	font-size: 1.3rem !important;
	position: relative !important;
	padding: 0.3rem !important;
	text-align: center !important;
	font-weight: bold !important;
}

.unicom-other-area h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 2px;
	content: '';
	border-radius: 3px;
	background: #000;
  }

.unicom-list-container{
	display: block;
}

.unicom-list-container li{
	width:90%;
	padding:0px !important;
	margin:auto !important;
	margin-bottom:30px !important;
	position: relative;
}

.unicom-list-container a{
	color:#323232;
	text-decoration: none !important;
}

.unicom-list-container a:hover{
	color:#FFFFFF;
}

.unicom-list-container a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	color:#323232 !important;
}

.unicom-list-container img{
	width:100%; height:200px;
	object-fit:cover;
	object-position:50% 0%;
}

.unicom-list-container h3{
    border-bottom: 0px;
	margin: 0px;
	padding:0px 10px;
	font-weight: bold;
	font-size:0.9em;
	height: 60px;
}

.unicom-list-container p{
	padding:0px 10px !important;
	margin:0px !important;
	height:50px;
	font-size:90%;
}

.unicom-list-container time{
	padding:10px 5px !important;
	margin:0px !important;
}

.unicom-list-container-line{
	border:1px solid #919191;
}

.unicom-btn-flat-border {
  display: inline-block;
  text-decoration: none;
  color: #323232;
  border: solid 1px #323232;
  border-radius: 15px;
  transition: .4s;
  text-align:center;
  width:85%;
}

.unicom-btn-flat-border:hover {
  background: #323232;
  color: #FFFFFF;
}

.unicom-btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.unicom-hukidashi-img-area{
	width:40%;
}
.unicom-hukidashi-img{
	margin-top:0px;
	width:70%;
}
}
