main { padding: 7rem 1.5rem 2rem; }
main .select_wrap { padding: 0 1rem; border-radius: 1rem; display: flex; justify-content: space-between; flex-wrap: wrap;}
main .select_wrap span { font-size: 1.6rem; font-weight: 600;}
main .select_wrap select { border:none; font-size: 1.6rem; color: #666666; background: none; text-align:right;}
main .select_wrap select:focus { border:none; outline: none;}
main .select_wrap select option { font-size: 1.4rem; padding: 0 1rem;}
main .select_wrap label { width: 100%; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #f36910;padding: 0.5rem 1rem;}
main .select_wrap label input[type=text] { font-size: 1.8rem; padding: 0.7rem 1rem; width: 90%; border-radius: 0.8rem;}
main .select_wrap label input[type=submit]{ width: 19%; text-indent: -9999px; background: url(../img/search.png) no-repeat; background-size: cover; width: 2rem; height: 2.2rem;}

main .content_wrap { margin-top: 2rem; padding: 0 1rem 1.5rem; border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;}
main .content_wrap ul li {border-bottom: 1px solid #e9e9e9;}
main .content_wrap ul li:nth-last-child(1) { border-bottom: none;}
main .content_wrap ul li a { padding: 1.5rem 0; display: block; position: relative;}
main .content_wrap ul li a:after { content: ''; position: absolute;	right: 1.5rem; top:2.2rem; width: 1rem; height: 2rem; background: url(../img/right_btn.png) no-repeat center / contain; }
main .content_wrap ul li a h2 { font-size: 2rem; font-weight: 600;}
main .content_wrap ul li a > p { font-size: 1.6rem; line-height: 1.5; color: #6a6a6a;}
main .content_wrap ul li a .fl { display: flex; justify-content: space-between; margin-top: 1.5rem;}
main .content_wrap ul li a .fl .left { width: 48%;}
main .content_wrap ul li a .fl .right { width: 48%;}
main .content_wrap ul li a .fl p { font-size: 1.8rem; color: #6a6a6a; }
main .content_wrap ul li a .fl p.pink { font-size: 2rem; font-weight: 700; color: #f36910; margin-top: .5rem;}

main .content_wrap ul li .nodata { text-align: center; font-size: 2rem; color: #adadad; font-weight:700; padding-top: 1.5rem;}

/* sub */
main .title { border: 1px solid #f36910; background: #fff4ed; text-align: center; padding: 1.5rem 1rem; border-radius: 1rem;}
main .title .bank { font-size: 1.6rem; color: #666; line-height: 1.5;}
main .title h2 { font-size: 2.2rem; border-bottom: 1px solid #ddd; font-weight: 700; padding-bottom:1.5rem; margin-bottom: 1.5rem;}
main .title .fl { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;}
main .title .fl:nth-of-type(1) { margin-bottom: 1.5rem;}
main .title .fl .left { color:#676767; font-size: 1.6rem;}
main .title .fl .right b,
main .title .fl .right {  font-weight: 700; font-size: 1.8rem;}
main .box { background: #fafafa; border-radius: 1rem; padding: 2rem 1rem ; margin-top: 1rem;}
main .box pre { font-size: 1.6rem; line-height: 1.3;}
main .box .detail_info dt { font-size: 1.6rem; font-weight: 700; line-height: 1.5; padding-top: 1.5rem;}
main .box .detail_info dd { font-size: 1.6rem; line-height: 1.3; color: #666;}
main .warn { background: #fafafa; padding: 2rem 1rem; line-height: 1.3; font-size: 1.6rem; margin-top: 1rem; border-radius: 1rem;}
