jscss
pg_method.css
#method section:first-child{
padding-top:0px;
}
#method section{
padding:40px 0 40px 0;
width:90%;
margin:0 auto;
box-sizing:border-box;
}
#method section h3{
font-weight:bold;
font-size:1.4em;
margin-bottom:20px;
}
.methodlist li{
padding-bottom:60px;
}
.methodlist li:last-child{
padding-bottom:0px;
}
.flex {
width: 100%;
display: flex;
display: -moz-flex;
display: -o-flex;
display: -webkit-flex;
display: -ms-flex;
flex-wrap: wrap;
flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
align-content: space-between;
align-items: stretch;
}
.fl_between {
-webkit-justify-content: space-between !important;
justify-content: space-between !important;
}
.fl_leftlarge_l{
width:60%;
}
.fl_leftlarge_r{
width:35%;
}
.page-kugiri{
width:10%;
border: none;
background-color: #fff;
border-width: 1px 0 0 0;
border-top: double;
border-color: black;
}
@media screen and (max-width: 765px) {
#method section{
padding-top:40px;
}
.fl_leftlarge_l{
width:100%;
margin-bottom:30px;
box-sizing:border-box;
}
.fl_leftlarge_r{
width:100%;
box-sizing:border-box;
}
.fl_leftlarge_r img{
width:100%;
}
.page-kugiri{
width:20%;
}
}