#main_container {
	padding-left: 5% !important;
	padding-right: 5% !important;
    padding-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.container{
    padding: 0 0 50px;
}
.bold{
    font-weight: bold;
}
.green{
    color: #385623;    
}
/*タイトル*/
.story2_title{
    font-weight: bold;
    font-size: xx-large;
    border-bottom: 2px solid #385623;
    padding-left: 50px;
    color: #385623;
    position: relative;
    margin-bottom: 30px;
}
.story2_title::before{
    height: 30px;
	width: 30px;
	background-color: #385623;
	content: "";
	margin-top: 13.5px;
	left: 0%;
	position: absolute;
}
/*トップ画像*/
.story_2_top{
    margin: 35px 0 20px;
}
.story_2_top img{
    max-width: 100%;
}
/*注釈*/
.note_size_s{
    color: #538135;
    font-size: 0.75em;
}
.note_margin{
    margin-bottom: 30px;
}
/*画像*/
.story02_img{
    text-align: center;
    margin-bottom: 30px;
}
/*最後*/
.last_img{
    margin-bottom: 30px;
    text-align: center;
}
.last_img img{
    width: 80%;
}
.last_note{
    text-align: right;
    font-size: 0.75em;
}
/*画像上部、タイトル下部*/
.img_note{
    margin-bottom: 20px;
}
.img_note .note{
    text-align: center;
    color: #385623;
    font-size: 0.75em;
}
.img_note .note a{
    color: #385623;
    font-size: 0.75em;
}
.img_note .img{
    text-align: center;
    margin-bottom: 0;
}
.img_note img{
    max-width: 100%;
}
.img_note .FieldViewer img{
    max-width: 30%;
}

/*画像右側、タイトル左側*/
.right_img_note{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.right_img_note .mee_txt{
    width: 70%;
}
.right_img_note .img{
    width: 30%;
    margin-bottom: 0;
}
.right_img_note img{
    max-width: 100%;
}

/*pcのみ表示*/
.pc{
    display: block;
}

@media print,screen and (max-width:767px) {
    .container{
        padding: 0 0 30px;
    }
    /*タイトル*/
    .story2_title{
        font-size: large;
    }
    .story2_title::before{
        height: 30px;
        width: 30px;
        background-color: #385623;
        content: "";
        margin-top: 13.5px;
        left: 0%;
        position: absolute;
    }
    /*トップ画像*/
    .story_2_top{
        margin: 35px 0 20px;
    }
    .story_2_top img{
        max-width: 100%;
    }
    /*注釈*/
    .note_size_s{
        color: #538135;
        font-size: 0.75em;
    }
    .note_margin{
        margin-bottom: 30px;
    }
    /*画像*/
    .story02_img{
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }
    .story02_img img{
        width: 100%;
    }
    .design_img{
        width: 100%;
    }
    /*最後*/
    .last_img{
        margin-bottom: 30px;
    }
    .last_img img{
        width: 100%;
    }
    .last_note{
        text-align: right;
        font-size: 0.75em;
    }
    /*画像左側、タイトル右側*/
    .img_note .img{
        width: 100%;
        text-align: center;
    }
    .img_note img{
        max-width: 70%;
    }
    /*画像右側、タイトル左側*/
    .right_img_note{
        display: block;
    }
    .right_img_note .mee_txt{
        width: 100%;
    }
    .right_img_note .img{
        width: 100%;
        text-align: center;
    }
    .right_img_note img{
        max-width: 100%;
    }
    /*pcのみ表示*/
    .pc{
        display: none;
    }
}