@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}

.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}


.item {
    overflow: hidden;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
    padding: 10px;
}

.item .item_pic {
    float: left;
    width: 230px;
    padding-right: 5px;
}
.item_info {
    width: 400px;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}
.item_info h5 {
    color: #000!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-left: 0px;
    margin-bottom: 20px;
}
.item_info .item_setsumei {
    font-size: 14px;
    line-height: 21px;
    color: #5a5b5d;
    margin-bottom: 20px;
}
.item_info .item_btn {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    padding-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-align: center;
    border: 1px solid #D5D5D5;
    padding-bottom: 15px;
}

#main .post-wrap .item_info .item_btn a {
    color: #ffffff;
}
#main .post-wrap a {
    color: #333;
}



.item_box {
    height: 340px;
    clear: both;
    background-color: #F3F3F3;
    padding: 10px 0;
    border-radius: 16px;
    color: #000;
}

.bnr_l_01 {
    float: left;
    padding: 20px 20px 5px 20px;
    width: 300px;
    list-style: none;
}

.text_h {
    font-size: 20px;
    line-height: 1.5;
    margin: 26px 0 16px;
    font-weight: bold;
}

.text_02 {
    font-size: 16px;
    line-height: 2.1;
    margin: 10px 0;
}



.bnr_l_01 {
    float: left;
    padding: 20px 20px 5px 20px;
    width: 300px;
    list-style: none;
}


.text_m {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
}


.text01 {
    font-size: 15px;
    line-height: 2;
}

.text02 {
    font-size: 24px;
}

.text03 {
    font-size: 16px;
    margin-bottom: 10px;
}

.text04 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon6 .faceicon2 {
    float: right;
    margin: 0 0 0 22px;
    width: 114px;
}

.balloon6 .faceicon2 img{
  width: 100%;
  height: auto;
}

.balloon6 .chatting2 {
  width: 100%;
}

.says2 {
    display: inline-block;
    position: relative;
    margin: 24px 0 0 0;
    padding: 4%;
    border-radius: 12px;
    background: #FFFADD;
    font-size: 15px;
    line-height: 2;
    display: flex;
}

.says2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  right: -22px ;
  border: 12px solid transparent;
  border-left: 12px solid #FFFADD;
}

.says2 p {
  margin: 0;
  padding: 0;
}



.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -77px;
    width: 114px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 141px;
    padding: 4%;
    border-radius: 12px;
    background: #FFDFDF;
    font-size: 15px;
    line-height: 2;
    display: flex;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFDFDF;
}

.says p {
  margin: 0;
  padding: 0;
}

.says3 {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 141px;
    padding: 4%;
    border-radius: 12px;
    background: #EEF5FF;
    font-size: 15px;
    line-height: 2;
    display: flex;
}

.says3:after {
  content: "";

  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #EEF5FF;
}

.says3 p {
  margin: 0;
  padding: 0;
}


/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
.top-banner li {
    width: calc(100%/2);
    padding: 0 5px;
    box-sizing: border-box;
    margin-top: 10px;
}	  
  .item {
        overflow: hidden;
        border: 1px solid #cacaca;
        margin: 5px;
    }

    .item .item_pic {
        width: 100%;
    }

    .item .item_pic img {
        width: 75%;
        margin-bottom: 0px;
        padding: 1% 12%;
    }

    .item_info {
    width: auto;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}

    .item_info h5 {
        color: #5a5b5d;
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        margin: 5px 0;
    }

    .item_info .item_price {
        font-size: 1.5em;
        color: #e63333;
        margin-bottom: 20px;
    }

    .item_info .item_intaxprice {
         font-size: 0.8em;
        margin-bottom: 20px;
    }

    .item_info p {
        font-size: 14px;
        line-height: 21px;
        color: #5a5b5d;
        margin-bottom: 20px;
    }

    .item_info .item_setsumei {
        color: #5a5b5d;
    }

    .item_info .item_btn {
        font-size: 16px;
        line-height: 16px;
        color: #ffffff;
        padding-top: 15px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: center;
        border: 1px solid #D5D5D5;
        padding-bottom: 15px;
    }

.says {
    font-size: 14px;
}
.says2 {
    display: inline-block;
    position: relative;
    margin: 16px 137px 0px 0px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #FFFADD;
    font-size: 14px;
    line-height: 2;
    display: flex;
}

.item_box {
    width: 100%;
    height: 520px;
    clear: both;
    background-color: #F3F3F3;
    padding: 10px 0;
    border-radius: 0;
    color: #000;
}
.bnr_l_01 {
    padding: 10px 0px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    line-height: 1.0;
}
.bnr_l_01 img {
    padding: 5px 80px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
}
.text_h {
    font-size: 19px;
    line-height: 1.5;
    margin: 13px 0;
    padding: 0 10px;
    text-align: center;
}
.text_02 {
    font-size: 14px;
    line-height: 2.1;
    margin: 5px 0;
    padding: 0 10px;
    text-align: left;
}
}



