
body{
    font-size: 94%;
}
#flo{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */

.pankuzu {
    width: 980px;
    margin: auto;
}
#tn_04 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.main_visual{
    position: relative;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg5.png") center no-repeat;
    background-size: cover;
    color: #fff;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 980px;
    margin: auto;
    margin-top: 50px;
}
.main_text{
    text-align: center;
    background: url("../image/bg_01.png")no-repeat center;
    height: 420px;
    position: relative;
    margin-top: 10px;
}
.block {
    display: flex;
    padding-bottom: 34px;
    background: url("../image/box_arrow.png")no-repeat left bottom;
}
.part {
    max-width: 100px;
    font-family: 'Roboto', sans-serif;
    background: #339966;
    padding: 30px 20px;
    color: #fff;
    text-align: center;
    font-size: 154%;
    box-sizing: border-box;
}
.box {
    background: #f0f0f0;
    width: 100%;
    padding: 30px;
    display: flex;
}
.box_inner {
    background: #fff;
    padding: 30px;
    max-width: 460px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    /* min-height: 250px; */
    min-height: 300px;
}
.img_box {
    min-width: 360px;
    width: auto;
    overflow: hidden;
}
.img_box img {
    height: 100%;
    /* max-width: none; */
}
.title {    
	font-size: 106%;
    color: #339966;
    padding-bottom: 5px;
    border-bottom: #339966 2px solid;
}
.text {
    margin-top: 30px;
    line-height: 30px;
}
.append {
    font-size: 87%;
    margin-top: 30px;
    line-height: 30px;
}
@media screen and ( max-width: 767px ){
.pankuzu{
    margin: 0 5%;
}
.main_content {
    padding: 0 5%;
}
.block {
    display: block;
    background: none;
}
.part {
    max-width: none;
    padding: 5px;
}
.box {
    display: block;
    box-sizing: border-box;
    padding: 5%;
}
.box_inner {
    padding: 5%;
}
.append p {
    display: flex;
}
.append p span {
    min-width: 91px;
}
.img_box {
    min-width: auto;
    max-width: none;
    text-align: center;
    margin-top: 5%;
}
.img_box img {
    height: auto;
    max-width: 100%;
}
}
@media screen and ( max-width: 525px ){
}