@charset "utf-8";

/*--------------------------
	common
--------------------------*/

.example4 {
    width: 70%;
}


h6 {
    position: relative;
    padding: 1.5rem 2rem;
    border: 3px solid #d8d8d8;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 16px;
    width: 50%;
}

h6:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

h6:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}









.item {
    overflow: hidden;
    border: 1px solid #cacaca;
    margin-bottom: 30px;
    padding: 2%;
    margin: 4%;
    width: 73%;
}
.item .item_pic {
        float: left;
        width: 250px;
    }

.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;
        background-color: #989790;
        padding-bottom: 15px;
    }


    .item_btn a {
        color: #ffffff;
    }
/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {
	
	h6 {
    position: relative;
    padding: 0.5rem 2rem;
    border: 3px solid #d8d8d8;
    border-radius: 10px;
    background: #f9f9f9;
    font-size: 16px;
    width: auto;
    margin-top: 6%;
}
	
    .item {
        width: auto;
        padding: 5%;
    }	
	
	.item_info {
        width: auto;
        margin-left: auto;
        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 .item_pic {
        float: left;
        width: auto;
    }

	
.item_info {
    width: auto;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
}
	
.example4 {
    width: 100%;
}
}



