﻿body {
	font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.amido_goods {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 5px;
	justify-content: space-between;
}

.amido_goods li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    }

.amido_goods a {
    color: #333;
    text-decoration: none;
    display: block;
}

.amido_goods li img {
    display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

.amido_goods li p.goods_name {
    font-weight: bold;
    line-height: 1.2;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
        
.amido_goods li p.goods_txt {
    line-height: 1.8;
	margin-bottom: 0;
    }

.amido_goods li:nth-child(2n) {
    margin: 0 0 10px 0;
    }

.amido__point {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    justify-content: space-between;
    margin: 0 0 20px;
	padding: 15px;
    width: 100%;
}


.amido__point .img_content {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
}

.amido__point .img_content img {
	width: 80%;
	height: auto;
}

.amido__point .text_content {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 10px;
}

.amido__point .goods_name {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2;
}

.amido__point .goods_txt {
	line-height: 1.8;
	margin-bottom: 0;
}

.amido_explanation .btn_header {
	font-size: 1em;
    margin: 1em auto 1em;
    padding: 0.3em 0;
    width: 85%;
    display: block;
    font-weight: bold;
	line-height: 1.5;
}
.amido_explanation .btn_header p:first-child {
	padding-bottom: 10px;
}

.amido_explanation .single-btn {
	width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
	height: 85px;
}

.amido_explanation .single-btn a {
	border-radius: 45px;
	font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #fff;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
	background: #969494;
	flex-direction: column;
}

.amido_explanation .btn_add {
    font-size: 1.7em;
}

