@charset "utf-8";

/*--------------------contents_header-------------------*/

header.contents_header{
background: #000;
padding-top: 60px
}

div.contents_header_image{
width: 100%;
aspect-ratio: 16 / 9;
background: #999
}

/*--------------------breadcrumb--------------------*/

ol.contents {
width: 92%;
margin: 0px auto 0px auto;
font-size: 11px;
border-bottom: solid 1px #444;
padding: 18px 0px 18px 0px;
font-weight: 600;
text-align: right;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;
font-weight: 500
}

ol li{
display:inline-block;
list-style: none;
vertical-align: middle;
letter-spacing: 0.05em;
}

ol li:after{
content: '»';
font-size: 13px;
margin: 0px 5px 0px 5px;
color:#fff
}

ol li:last-child:after{
content: '';
display: none;
}

ol li a {
text-decoration: none;
color: #fff;
}

ol li:first-child a{
background: url(../img/icon/home.png) no-repeat left center;
background-size: 12px;
padding-left: 20px;
}

/*--------------------pager--------------------*/

ul#pager{
text-align: center;
width: 80%;
margin: 0px auto 30px auto;
display: flex;
align-items: center;
justify-content: center;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;

}

ul#pager li{
width:48px;
height:48px;
font-size:11px;
margin: 0px 2px 0px 2px;
display: flex;
justify-content: center;
align-items: center;
}

.current{
background: #dcdcdc;
border-radius: 50%;
color:#fff!important;
font-weight: bold;
}

ul#pager li a{
border:solid 1px #dcdcdc;
border-radius: 50%;
width:100%;
height:100%;
color:#999;
display: flex;
justify-content: center;
align-items: center;
}

/*--------------------contents--------------------*/

section.contents{
width: 100%;
background: #000;
padding: 30px 0px
}

span.guide{
width: 100%;
display: block;
padding: 15px;
background: #222;
margin-bottom: 15px;
border:solid 1px #444
}

h2.guide{
font-size:22px;
text-align: center;
margin-bottom: 15px;
}

h4.guide{
font-size:12px;
text-align: center;
line-height: 1.5;
margin-bottom: 20px
}

article.guide{
width: 90%;
margin: 0px auto;
border-bottom: solid 1px #444;
padding-bottom: 20px;
margin-bottom: 20px;
position: relative;
}

article.guide:not(:first-of-type)::after {
content: "";
position: absolute;
top: -35px;
left:50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 50px solid transparent;
border-right: 50px solid transparent;
border-top: 26px solid #fff;
}

div.step_icon{
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: #fff;
color: #000;
margin: 0px auto;
position: relative;
top:-15px
}

h3.step_icon{
text-align: center
}

p.step_icon{
font-size:26px;
margin-top: 5px
}

p.guide_image{
aspect-ratio: 16 / 9;
background: #999;
border-radius: 15px;
overflow: hidden
}

p.guide_image img{
width: 100%;
height: 100%;
object-fit: cover
}

h3.guide{
font-size:18px;
text-align: center;
margin-bottom: 20px
}

h5.guide{
font-size:13px;
text-align: justify;
line-height: 1.8;
font-weight: 400;
margin-bottom: 20px
}

/*--------------------charge--------------------*/

article.charge{
width: 90%;
margin: 0px auto 20px auto;
padding-bottom: 20px;
}

h3.charge{
font-size:18px;
margin-bottom: 20px;
line-height: 1.5
}

h3.charge span{
font-size:16px;
display: block;
}

h3.charge span.red{
font-size:12px;
color: #ff0000
}

ul.charge{
width: 100%;
display: table;
table-layout: fixed;
border-bottom: solid 1px #444
}

ul.charge li{
display: table-cell;
vertical-align: middle;
padding: 15px 0px;
line-height: 1.2
}

li.charge_title{
width: 20%;
text-align: center;
border-right: solid 1px #444
}

li.charge{
width: 80%;
padding-left: 15px!important;
font-size:18px
}

.yellow{
color: #EBBA4D;
}

ul.last_charge{
margin-bottom: 20px;
border-bottom:none
}

small.charge{
font-size:12px;
}

h4.charge{
font-size:12px;
line-height: 1.4;
text-align: justify;
padding: 15px;
margin-bottom: 20px;
}

/*--------------------faq--------------------*/

article.faq{
border-bottom: solid 1px #444;
}

h3.faq{
display: flex;
align-items: center;
padding: 20px 0px;
position: relative
}

h3.faq:after{
content: '';
width: 14px;
height: 14px;
position: absolute;
top:50%;
right: 15px;
transform: translateY(-50%);
background: url(../img/icon/right.png) no-repeat center;
background-size: cover;
transition: transform 0.3s ease-in-out;
}

h3.faq.minus:after {
background: url('../img/icon/right.png') no-repeat center;
background-size: cover;
transform: translateY(-50%) rotate(90deg);
}

span.faq{
width: 50px;
text-align: center;
font-size:22px
}

.f{
color: #7ea5cb
}

.q{
color: #f97cfa
}

p.faq{
width: calc(100% - 80px);
}

h4.faq{
line-height: 1.6
}

h4.faq{
display: flex;
align-items: center;
padding: 10px 0px;
display: none
}

h4.faq.open {
display: flex;
}

/*--------------------privacy--------------------*/

article.privacy{
width: 90%;
height: 50vh;
overflow: scroll;
margin: 0px auto;
padding: 15px;
border:solid 1px #444;
margin-bottom: 20px;
text-align: justify;
border-radius: 15px;
}

h5.privacy{
font-size:15px;
margin-bottom: 15px;
color:#7ea5cb;
}

p.privacy{
font-size:12px;
line-height: 1.8;
margin-bottom: 30px;
color:#fff
}

/*--------------------article--------------------*/

div.article_image{
width: 94%;
margin: 0px auto;
border-radius: 10px;
overflow: hidden
}

h2.article{
font-size:18px;
text-align: center;
margin-bottom: 15px;
}

h5.article{
font-size:12px;
text-align: justify;
line-height: 1.8;
font-weight: 400;
margin-bottom: 20px
}

/*--------------------meeting--------------------*/

h3.meeting{
color: #EBBA4D;
text-align: center;
font-size: 21px;
margin-bottom: 20px
}

h4.meeting{
color: #ff0000;
text-align: center;
line-height: 1.5;
margin-bottom: 20px
}

h5.meeting{
color: #fff;
text-align: center;
line-height: 1.5;
margin-bottom: 20px;
font-size:13px
}

/*--------------------meeting--------------------*/

a.blog{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: solid 1px #444;
padding-bottom: 20px;
margin-bottom: 20px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,osaka,ＭＳ Ｐゴシック,MS PGothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,sans-serif;
}

article.blog{
width: 75%;
padding-right: 15px
}

h3.blog_title{
color: #ebba4d;
font-size:16px;
line-height: 1.2;
margin-bottom: 10px
}

p.blog_date{
font-size:11px;
color: #dcdcdc;
margin-bottom: 10px
}

p.blog_image{
width: 25%;
border-radius: 5px;
overflow: hidden;
aspect-ratio: 1 / 1;
}

p.blog_image img{
width: 100%;
height: 100%;
object-fit: cover
}

h4.blog_txt{
line-height: 1.4;
font-size:12px;
font-weight: 500;
display: -webkit-box;
-webkit-line-clamp: 2; 
 -webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis; 
}







