@charset "UTF-8";

.product_index{
    width: 720px;
    margin: 0 auto;
    background-color: #fff;
}
.product_index h2.ttl_2_sub{
    font-size: 36px;
    margin-bottom: 45px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.product_index h2.ttl_2_sub span{
    font-size: 14px;
    display: block;
    letter-spacing: 0.1em;
}
.product_index ul{
}
.product_index ul li{
    display: inline-block;
    width: 345px;
    margin-bottom: 30px;
    text-align: center;
}
.product_index ul li:first-child,
.product_index ul li:nth-child(3) {
    margin-right: 30px;
}

.product_index ul li.product_large{
    width: 100%;
}
.product_index ul li img {
    width: 100%;
}

.product_index ul li a span{
    font-size: 24px;
    padding: 18px 0 16px 28px;
}

.product_picture_double li{
    display: inline-block;
}

.product_picture_single{
    margin-bottom: 30px;
}

.product_picture_single p img{
    float: none;
    margin: 0;
}

.main_contents .main_contents_inner p{
    margin: 0 10px 30px;
}
h3.ttl_color{
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
}
h4.ttl_img{
    border: none;
    background: none;
    margin-left:12px;
    margin-bottom: 2px;
    padding-left: 0;
}
h4.ttl_img img{
    float: none;
}
.product_img_box,
.product_img_box02 {
    padding-top: 15px;
    float: right;
}
.product_txt_box{
    float: left;
    width: 440px;
}

.product_img_box p.txt {
    text-align: center;
    margin: 0 auto 0;
}

.product_txt_box02 {
    float: left;
    width: 370px;
}

.btn{
    width: 300px;
    margin: 0 auto 60px !important;
    background-color: #e9b328;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
}

.btn02 {
    width: 500px;
    margin: 0 auto 60px !important;
    background-color: #e9b328;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
}

.btn a,
.btn02 a {
    display: block;
    color: #fff;
    padding: 12px 0;
    position: relative;
    border: none;
}
.btn a:after,
.btn02 a:after {
    content: '';
    width: 6px;
    height:6px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -4px;
}

.product_index ul.point {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 370px;
    align-items: stretch;
    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
}

.product_index ul.point li {
    background: #89bcbd;
	background-image:
	linear-gradient(-60deg, #7db4b5 30%, transparent 30%, transparent);

    color: #ffffff;
    padding: 6px 6px;
    width: 176px;
    margin: 0 !important;
    font-size: 13px;
    margin-bottom: 6px !important;
    text-align: left;
    border-radius: 4px;
}

.product_index ul.point li:nth-child(odd) {
    margin: 0 6px 8px 0 !important;
}

.product_txt_box02 p {
    margin: 0 0 20px !important;
}

.product_index ul.point li:before{
    display:inline-block;
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px 3px 4px;
  }