@charset "utf-8";
/* CSS Document */

#page_t {
margin-bottom: 80px;
height: 220px;
display: flex;
align-items: center;
background: url("images/page_title.png") no-repeat top center;
background-size: auto 100%;
}

h2 {
width: 90%;
max-width: 1050px;
margin: 0 auto;
color: #FFFFFF;
text-align: center;
font-size: 160%;
}

#contents {
width: 90%;
max-width: 1050px;
margin: 0 auto;
}

section {
margin-bottom: 80px;
}

#contents .endayori {
padding: 60px;
background-color: #F7F3EA;
background-image: url(images/endayori_bg1.png), url(images/endayori_bg2.png);
background-position: top center, bottom center;
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
}

#contents .ohisama {
padding: 60px;
background-color: #F7F3EA;
background-image: url(images/ohisama_bg1.png), url(images/ohisama_bg2.png);
background-position: top center, bottom center;
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
}

#contents h4 {
margin-bottom: 45px;
color: #4A725E;
position:relative;
font-size: 220%;
}

#contents h4:before {
content: '';/*何も入れない*/
display: inline-block;
width: 398px;/*画像の幅*/
height: 5px;/*画像の高さ*/
background-image: url(images/h4_bg.png);
background-repeat: no-repeat;
background-size: contain;
position:absolute;
bottom: -20px;
left: 50%;
transform: translate(-50%, -50%);
}

#contents .btn {
max-width: 300px;
width: 100%;
height: 40px;
margin: 20px auto;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-radius: 3px;
background: #C5BA5F;
font-size: 90%;
font-weight: bold;
position: relative;
}

#contents .btn a {
display: block;
width: 100%;
color: #FFF;
}

#contents .btn:after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

#contents .kome {
font-size: 85%;
line-height: 160%;
}

#contents h5 {
margin-bottom: 30px;
color: #4A725E;
font-size: 130%;
line-height: 180%;
}

#contents .backnumber {
width: 100%;
max-width: 800px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}

#contents .backnumber ul {
width: 46%;
}

#contents .backnumber dl {
margin-bottom: 30px;
}

#contents .backnumber dt {
width: 100px;
padding-top: 6px;
float: left;
clear: left;
color: #4A725E;
font-weight: bold;
}

#contents .backnumber dd {
padding-left: 100px;
}

#contents .backnumber p {
margin-bottom: 10px;
border: solid 1px #333333;
border-radius: 5px;
position: relative;
}

#contents .backnumber p a {
display: block;
width: 100%;
padding: 7px 10px 4px;
}

#contents .backnumber form {
margin-bottom: 10px;
border: solid 1px #333333;
border-radius: 5px;
position: relative;
}

#contents .backnumber select {
display: block;
width: 100%;
padding: 10px 10px 10px;
	font-size: 106%;
	border: none;
	background: none;
	color: #333333;
}

#contents .backnumber p:after{
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}




/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{

}


/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
#page_t {
margin-bottom: 60px;
height: 160px;
}

h2 {
font-size: 130%;
}

#contents .endayori {
padding: 40px 30px;
}

#contents .ohisama {
padding: 40px 30px;
}

#contents h4 {
margin-bottom: 35px;
font-size: 160%;
}

#contents h4:before {
width: 260px;/*画像の幅*/
bottom: -15px;
}

#contents .backnumber {
display: block;
}

#contents .backnumber ul {
width: 100%;
}

}
















