@charset "UTF-8";
section {
	max-width: 1082px;
	margin: 0 auto;
    width: 90%;
}
h2.title_large p {
    padding-bottom: 0;
    margin-bottom: 20px;
}
.accordion_title {
    text-align: center;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}
.accordion_title .arrow {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}
.accordion_title .arrow::after {
    content: "";
    position: absolute;
    left: calc(100% + 1em);
    top: calc(50% - 3px);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #505659;
    border-right: solid 2px #505659;
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%);
}
.accordion_title.open .arrow::after {
    right: calc(50% - 3px);
    top: calc(50% - 6px);
    -webkit-transform: rotate(-45deg) translate(-50%);
    transform: rotate(-45deg) translate(-50%);
}
.accordion_content {
    position: relative;
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}
.accordion_content ul{
    font-size: 13px;
    line-height: 2;
    padding-left: 1.5em;
    margin: 0;
}
.accordion_content ul li::before{
    content: "・";
    margin-left: -1em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

.titlebar{
    background: #F7F7F7;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
}
.text_wrap{
    line-height: 2;
    font-size: 14px;
}
.text_wrap p{
    margin-bottom: 2em;
}
.text_wrap p.fnt16{
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    margin-bottom: 0;
}
.contents_wrap .text_wrap .red{
    color: #FF3900;
}
.contents_wrap .text_wrap .blue{
    color: #0278C1;
}
.contents_wrap .link_list_wrap{
    border: 1px solid #BFBFBF;
    padding: 23px 22px;
    width: 100%;
    max-width: 319px;
    margin-bottom: 104px;
    box-sizing: border-box;
}
.contents_wrap .link_list{
    font-size: 12px;
    line-height: 2;
    padding-left: 2em;
    margin: 0;
}
.contents_wrap .link_list li::before {
    content: "・";
    margin-left: -1.5em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.contents_wrap ol{
    counter-reset: number;
    list-style: none;
    margin: 0;
    padding: 0 1.5em 2.5em;
    margin-bottom: 46px;
}
.contents_wrap ol li{
    line-height: 2;
}
.contents_wrap ol li::before {
    counter-increment: number;
    content: counter(number) "：";
    margin-left: -1.5em;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.agree_text{
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-align: center;
}
.mb60{
    margin-bottom: 60px;
}
.mt66{
    margin-top: 66px;
}
.mt0{
    margin-top: 0;
}
.fnt12{
    font-size: 12px;
    letter-spacing: 1.2px;
}