@charset "UTF-8";
.body {
width: 1200px;
margin: 0 auto;
}
/*=============================================================
#mainimage
=============================================================*/
#page_mainimage {
width: 100%;
height: 300px;
background-image: url("../image/page_mainimage.jpg");
background-size: cover;
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
#page_mainimage h2 {
color: #fff;
font-size: 50px;
font-weight: 600;
line-height: 1em;
text-align: center;
}
/*=============================================================
#senmon
=============================================================*/
#senmon{
width: 100%;
background: url("../../image/bg1.jpg");
background-repeat: repeat;
padding: 100px 0;
}
#senmon dl.senmon_top{
position: relative;
text-align: left;
margin-bottom: 30px;
}
#senmon dl.senmon_top::before{
position: absolute;
content: "";
background: #229c7c;
width: 1px;
height: 100%;
left: 80px;
top: 0;
}
#senmon dl.senmon_top dt{
border-bottom: solid 1px #229c7c;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 50px;
line-height: 1.4em;
color: #000;
padding: 10px 0 10px 130px;
}
#senmon dl.senmon_top dd{
font-size: 24px;
line-height: 1.4em;
color: #4e4335;
padding: 10px 0 10px 130px;
}
#senmon .senmon_img{
padding: 60px 0;
}
#senmon .senmon_img h4{
font-size: 40px;
line-height: 1.4em;
font-weight: 600;
color: #4e4335;
padding: 20px 0;
}
#senmon .box {
width: 1200px;
margin: 0 auto;
display: flex;
}
#senmon .box .left{
width: 205px;
}
#senmon dl.senmon_bottom{
position: relative;
text-align: left;
margin-bottom: 50px;
width: 100%;
}
#senmon dl.senmon_bottom::before{
position: absolute;
content: "";
background: #229c7c;
width: 1px;
height: 100%;
left: 44px;
top: 0;
}
#senmon dl.senmon_bottom dt{
border-bottom: solid 1px #229c7c;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 38px;
line-height: 1.4em;
color: #000;
padding: 10px 0 10px 90px;
width: 900px;
}
#senmon dl.senmon_bottom dd{
font-size: 16px;
line-height: 1.4em;
color: #4e4335;
padding: 10px 0 10px 90px;
}
