/* 共通 */
.usageContainer{
    max-width: 876px;
    margin: 0 auto;
}
section{
    margin:0; 
    padding: 0;
}
.usageContent{
    margin-top: 77px;
    line-height: 1.5em;
}
.usage_inner{
    padding:24px 16px  0;
    width: 100%;
}
.usage_inner hr{
    margin-top: 24px;
    color: #ccc;
}
p{
    margin-top: 16px;
    line-height: 1.6em;
}
ol{
    margin-top: 16px;
    list-style: decimal;
    padding-left: 1.5em;
}
ol li{
    line-height: 1.8em;
}

.usage_cta{
    margin-top:24px;
    padding: 4px 16px 10px;
    border-radius: 4px;
    background: #FFF4E5;
}
.usage_ctaInner{
    display: flex;
    gap: 16px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.usage_cta li span{
    color: #5F2120;
    font-size: 11px;
    font-weight: bold;
}
.usage_cta li img{
    height: 40px;
    width: auto;
}
.usageFaq{
    margin-top:24px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    background: #E5F6FD;
}
.usageFaq ul{
    padding-left: 1.5em;
}
.usageFaq li{
    margin-top: 4px;
    list-style-type: disc;
    font-size: 14px;
}
.usageFaq li a{
    color: #014361;
}
.usageInfo{
    margin-top:24px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    border: 1px solid #0288D1;
}
.usageInfo p{
    margin-top:0;
}

.usage_buttoAreaRight{
    margin-top: 8px;
    width: 100%;
    text-align: right;
}
.usage_buttoAreaCenter{
    margin-top: 8px;
    width: 100%;
    text-align: center;
}
.usage_buttoAreaCenter p{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin-top: 8px;
}
a.usage_textlink{
    color: #2196F3;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
a.usage_textlink::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/icon_arrow.svg") no-repeat center / contain;
    vertical-align: middle;
}
.visuallyHidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 注意文 */
#usageNotice{
    width: 100%;
    background-color: #ED6C02;
    padding: 16px;
}
#usageNotice .usageNotice_text1{
    color: #FFFFFF;;
    font-size: 18px;
    padding: 0;
    margin:0; 
    font-weight: bold;
}
#usageNotice .usageNotice_text1 span{
    text-decoration: underline;
}
#usageNotice .usageNotice_text2{
    margin-top: 8px;
    width: 100%;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    color: #ED6C02;
    background-color: #FFFFFF;
}

/* 言語選択 */
#usageLanguage{
    margin-bottom:  16px;
}
#usageLanguage .usage_inner{
    padding-top: 16px;
}
.usageLanguage_notice{
    margin-top: 8px;
    padding: 12px 16px;
    border-radius: 4px;
    background:  #E5F6FD;
    color: #014361;
    font-size: 14px;
}
.usageLanguage_notice p{
    margin-top: 0;
}
#usageLanguage form {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
#usageLanguage form label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
}
#usageLanguage form label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/icon_language.svg") no-repeat center / contain;
}
#usageLanguage form select {
    appearance: none;
    -webkit-appearance: none;
    padding: 6px 32px 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z' fill='%23333'/%3E%3C/svg%3E") no-repeat right 10px center;
    cursor: pointer;
}
#usageLanguage form input[type="submit"] {
    display: none;
}


/* ビルダーズポイントとは？ */
#usageAbout .usageAboutInner {
    margin: 0 auto;
    max-width: 520px;
    background: url("../image/about_background.png") no-repeat center bottom / contain;
    min-height: 480px;
    padding: 0 0 24px;
}

#usageAbout h2{
    color: #FFFFFF;
    font-size: 22px;
    padding: 12px 12px 8px 12px;
    background: #FEB900;
}


.usageAbout_header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
}

.usageAbout_header p {
    color: #111;
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #ffffff;
}
.usageAbout_header p span{
    color: #F5A200;
}
.usageAbout_header figure {
    flex-shrink: 0;
    width: 100px;
    margin: 0;
}

.usageAbout_header figure img {
    width: 100%;
    height: auto;
}

.usageAbout_body {
    margin: 12px 16px 0;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #5F2120;
    border-radius: 4px;
    background: #FEF6E6;
    font-weight: bold;
}

.usageAbout_body p{
    margin-top: 0;
}

.usageAbout_buttoArea{
    width: 100%;
    padding:16px;
    text-align: right;
}



/* アプリのご登録方法 */
#usageRegstar{
    width: 100%;
}
#usageRegstar h2{
    color: #FFFFFF;
    font-size: 22px;
    padding: 12px 12px 8px 12px;
    background: #FEB900;
}
#usageRegstar h3{
    display: flex;
    align-items: center;
    color: #111;
    font-size: 19px;  
    flex-wrap: nowrap;  
}
#usageRegstar h3 span{
    color: #0288D1;
    font-size: 14px;
    border: 1px solid #0288D1;
    border-radius: 99999px;
    padding: 0 8px;
    margin-right: 8px;
    white-space: nowrap;
    display: inline-block;
    flex-shrink: 0;
}
#usageRegstar .usageRegstar_imgArea1{
    margin-top: 16px;
    width: 100%;
    text-align: center;
}
#usageRegstar .usageRegstar_imgArea1 img{
    width: 114px;
    height: auto;
    display: block;
    margin: 0 auto;
}
#usageRegstar .usageRegstar_imgArea2{
    padding: 16px 0 ;
    border-radius: 4px;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    background: #F1F1F1;
}
#usageRegstar .usageRegstar_imgArea2 img{
    width: 246px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#faq{
    margin-top: 24px;
}
#faq .inner h2{
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    padding: 12px 12px 8px 12px;
    background: #FEB900;
}
.faq details:first-child {
    border-top: 0px solid #ccc;
}
.faq details {
    border-bottom: 1px solid #ccc;
}


/* usage index */
.usageLanguageSelect{
    margin-top: 77px;
    width: 100%;
    text-align: center;
}
.usageLanguageSelect h1{
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    padding: 8px 12px 6px 12px;
    background: #FEB900;
}
.usageLanguageSelect h1 span{
    display: block;
    font-size: 16px;
}
.usageLanguageSelect_header{
    margin-top: 16px;
    width: 100%;
    text-align: center;
}
.usageLanguageSelect_header img{
    width: 64px;
    height: auto;
    display: block; margin: 0 auto;
}
.usageLanguageSelect ul{
    margin: 8px 0 0;
}
.usageLanguageSelect li a{
    display: block;
    text-decoration: none;
    border: 2px solid #333333;
    border-radius: 9999px;
    width: fit-content;
    min-width: 280px;
    padding: 8px 16px;
    margin: 0 auto 8px;
    text-align: center;
    font-weight: bold;
}
.usageContainer footer{
    background-color: #ffffff;
}