/** フォーム関係 **/
#form_complete  .ui-selectmenu-icon.ui-icon {
    background-image: none;
}

#form_complete section article .page_title h1 {
    background-image: url(../images/sub_title_bg@2x.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    padding-bottom: 1.5rem;
    min-width: 300px;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
}

#form_complete section article.declaration,
#form_complete section article.ratio,
#form_complete section article.pickup,
#form_complete section article.realtime {
    margin-left: 11rem;
    margin-right: 11rem;
}
#form_complete section article.declaration .pannel {
    border: 0.6rem solid #FDDB93;
    background-color: #ffffff;
    /*box-shadow: 0px 0px 2px 2px rgba(210, 210, 210, 1);*/
    border-radius: 0;
    background-image: none;
    margin-top: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 0.3rem;
}

#form_complete section article.declaration .pannel .inner_pannel {
    border: 0.2rem solid #FDDB93;
    background-image: url(../images/complete_deco02_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom 0.2rem;
    background-size: 99%;
    background-color: #ffffff;
}


#form_complete section article.declaration .pannel h4 {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.35rem;
    text-align: center;
    
    padding: 0;
    margin: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-image: url(../images/complete_deco01_bg.png);
    background-repeat: no-repeat;
    background-position: center top 0.2rem;
    background-size: 99%;
}

#form_complete section article.declaration .pannel .item_box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#form_complete section article.declaration .pannel .item_box .paper {
    display: flex;
    padding-top: 1rem;
    background-color: #ffffff;
}

#form_complete section article.declaration .pannel .item_box .paper .img {
    width: 45%;
    padding-left: 1rem;
    padding-right: 1rem;
}

#form_complete section article.declaration .pannel .item_box .paper .img img {
    width: 100%;
}

#form_complete section article.declaration .pannel .item_box .paper .txt {
    width: 55%;
    padding-left: 1rem;
    padding-right: 2rem;
}

#form_complete section article.declaration .pannel .item_box .paper .txt {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.3rem;
    line-height: 2.4rem;
}
#form_complete section article.declaration .pannel .item_box .paper .txt .large_txt {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
}

#form_complete section article.declaration .pannel .item_box .reason {
    padding-top: 2rem;
    padding-left: 0.5rem;
}

#form_complete section article.declaration .pannel .item_box .reason .title {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

#form_complete section article.declaration .pannel .item_box .reason .txt {
    padding-top: 1.3rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.05rem;
}

#form_complete section article.declaration .pannel .item_box .confirm_txt {
    background-color: #eeeeee;
    padding: 0.8rem;
    display: inline-block;
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
}


#form_complete section article.declaration .pannel .select_box {
    padding-bottom: 2rem;
}
#form_complete section article.declaration .pannel .select_box .promise .title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #eb7d12;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.35rem;
}

#form_complete section article.declaration .pannel .select_box .promise .name {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
#form_complete section article.declaration .pannel .select_box .promise .name span.large_txt {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 3rem;
}

#form_complete section article.ratio {
    padding-top: 3rem;
}

#form_complete section article.ratio .item_box {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    margin-left: 5rem;
    margin-right: 5rem;
}

#form_complete section article.ratio .item_box .item {
    width: 48%;
    border: 0.4rem solid #feed55;
    border-radius: 2rem;
    background-color: #fffce0;
}

#form_complete section article.ratio .item_box .item .title {
    background-color: #feed55;
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#form_complete section article.ratio .item_box .item .box {
    background-color: #fffce0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

#form_complete section article.ratio .item_box .item .box .txt {
    text-align: center;
    font-size: 3.2rem;
    color: #eb7d12;
    line-height: 100%;
    letter-spacing: 0.2rem;
    font-weight: 600;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

#form_complete section article.ratio .item_box .item .box .img img {
    width: 84%;
    height: auto;
    display: block;
    margin: 0 auto;
	padding-bottom: 2rem;
}

#form_complete section article.pickup {
    padding-top: 3rem;
}

#form_complete section article.pickup .item_area {
    border-radius: 2rem;
    border: 0.3rem solid #feed55;
    margin-left: 5rem;
    margin-right: 5rem;
    background-color: #feed55;
}

#form_complete section article.pickup .item_area .title {
    background-color: #feed55;
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    display: block;
}

#form_complete section article.pickup .item_area .item_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fffce0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-bottom: 0;
    padding: 2rem;
    padding-bottom: 1.2rem;
}

#form_complete section article.pickup .item_area .item_box .item {
    list-style: none;
    margin: 0;
    /* width: 48%; */
	
    background-color: #ffffff;
    padding: 0.8rem;
    display: flex;
    margin-bottom: 0.8rem;
}

#form_complete section article.pickup .item_area .item_box .item .img_box {
    width: 40%;
	font-size: 1rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.05rem;
	text-align: center;
}
#form_complete section article.pickup .item_area .item_box .item .img_box img {
    width: 100%
}
#form_complete section article.pickup .item_area .item_box .item .txt_box {
    width: 60%;
    margin-left: 1.5rem;
    margin-right: 0.3rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0.05rem;
    display: flex;
    flex-direction: column;
}
#form_complete  section article.pickup .item_area .item_box .item .txt span {
    font-weight: 600;
}

#form_complete  section article.pickup .item_area .item_box .item .txt_box .name_box {
	font-weight: 600;
	font-size:1.3rem;
	padding-bottom:2rem;
    /*display: flex;
    justify-content: space-between;*/
}

#form_complete section article.realtime {
    padding-top: 3rem;
    padding-top: 3.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 11rem;
    margin-right: 11rem;
}

#form_complete section article.realtime .item_area {
    border-radius: 2rem;
    border: 0.3rem solid #feed55;
    margin-left: 5rem;
    margin-right: 5rem;
    background-color: #feed55;
}

#form_complete section article.realtime .item_area .title {
    background-color: #feed55;
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    display: block;
}

#form_complete section article.realtime .item_area .item_box {
    background-color: #fffce0;
    padding: 2rem 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

#form_complete section article.realtime .item_area ul {
    margin: 0;
    padding: 0;
    min-height: 5rem;
    max-height: 20rem;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
}

#form_complete section article.realtime .item_area ul::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
}
#form_complete section article.realtime .item_area ul li {
    font-size: 1.2rem;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    border-bottom: 0;
}
#form_complete section article.realtime .item_area ul li:last-child {
    border-bottom: 1px solid #dddddd;
}
#form_complete section article.realtime .item_area ul li .datetime {
    display: block;
    margin-right: 0.4rem;
    font-size: 0.8rem;
    text-align: right;
}
#form_complete section article.realtime .item_area ul li .txt {
    display: inline-block;
    word-break: break-all;
    font-weight: 500;
    color: #555555;
}

#form_complete section article.realtime .item_area ul li .contributor {
	float: left;
    font-weight: 600;
}

#form_complete section article.realtime .item_area ul li .list-group-head {
	height: 1.8em;
}



#form_complete section .btn_area {
    padding-top: 3rem;
}
#form_complete section .btn_area p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 2rem;
}

#form_complete section .btn_area a.mypage_btn {
    display: block;
    max-width: 30rem;
    min-width: 300px;
    width: 35%;
    margin: 0 auto;
    border-radius: 3rem;
    text-align: center;
    color: #1F1F1F;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 3px rgba(210,210,210,1);
    padding: 0.35rem;
    background-image: url(../images/icon-arrow_l.png);
    background-size: 1.3rem;
    background-position: center right 2rem;
    background-repeat: no-repeat;
}

#form_complete section .btn_area a.mypage_btn span {
    display: block;
    line-height: 3rem;
    border: 0.3rem solid #feed55;
    border-radius: 3rem;
    background-color: transparent;
    position: relative;
}

#form_complete section .btn_area a.mypage_btn:hover span {
    background-color: #feed55;
}

#form_complete section article#confirm .btn_area {
    display: flex;
    justify-content: space-between;
    margin-left: 6rem;
    margin-right: 6rem;
    padding-top: 2.5rem;
}

#form_complete section article#confirm .btn_area a {
    display: block;
    width: 46%;
    margin: 0 auto;
    border-radius: 3rem;
    text-align: center;
    color: #1F1F1F;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 3px rgba(210,210,210,1);
    padding: 0.3rem;
    background-image: url(../images/icon-arrow_l.png);
    background-size: 1.3rem;
    background-position: center right 2rem;
    background-repeat: no-repeat;
}

#form_complete section article#confirm .btn_area a.back_btn {
    background-image: url(../images/icon-arrow_r.png);
    background-position: center left 2rem;
}

#form_complete section article#confirm .btn_area a span {
    display: block;
    line-height: 3rem;
    border: 0.2rem solid #feed55;
    border-radius: 3rem;
    background-color: transparent;
    position: relative;
}

#form_complete section article#confirm .btn_area a:hover span {
    background-color: #feed55;
    text-decoration: none;
}


#form_complete section article#form_area {
    margin-left: 11rem;
    margin-right: 11rem;
}


#form_complete section article#form_area span.required {
    color: #eb7d12;
}

#form_complete section article#form_area #oneaction_frm {
    margin-left: 5rem;
    margin-right: 5rem;
}

#form_complete section article#form_area #oneaction_frm .item_box {
    margin-bottom:2.5rem;
/*    filter: drop-shadow( 0 0 0.2rem rgba(150,150,150,1));
    -webkit-filter:drop-shadow( 0 0 0.2rem rgba(150,150,150,1));
    -moz-filter:drop-shadow( 0 0 0.2rem rgba(150,150,150,1));
    -ms-filter:drop-shadow( 0 0 0.2rem rgba(150,150,150,1));*/
    
}


#form_complete section article#form_area #oneaction_frm .item_box .title {
    width: 20rem;
    text-align: center;
    background-color: #ffffff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: 0;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    box-shadow: 0px -1px 5px 0px rgba(180,180,180,1);/**/
    position: relative;
    z-index: 2;

}

/* #form_complete section article#form_area #oneaction_frm .item_box .title_box .title.why span::after {
    content: '自由入力';
    display: inline-block;
    font-size: 0.6rem;
    line-height: 100%;
    color: #ffffff;
    font-weight: 500;
    background-color: #eb7d12;
    border-radius: 0.8rem;
    padding: 0.2rem;
    margin-left: 0.8rem;
    text-align: center;
} */

#form_complete section article#form_area #oneaction_frm .item_box .title_box .title.why {
/*	width: 43rem;*/
    width: 26rem;
}

#form_complete section article#form_area #oneaction_frm .item_box .title span {
    display: block;
    background-color:  #feed55;
    font-size: 1.4rem;
    font-weight: 600;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
    top: 0.4rem;
}

#form_complete section article#form_area #oneaction_frm .item_box .title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top:0.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#form_complete section article#form_area #oneaction_frm .item_box .form_box {
    background-color: #ffffff;
    padding: 0.4rem;
    box-shadow: 0px 0px 5px 0px rgba(180,180,180,1);/**/
    position: relative;
    z-index: 1;
    top: 0;
}

#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea {
    width: 100%;
    height: 4.3rem;
    border: 0.3rem solid #feed55;
    border-top: 1px solid #feed55;
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea:disabled {
    border-top: 0;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea#reason {
    height: 10rem;
}
/** わけておかないと効かない **/
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea::placeholder {
    color: #d1d1d1;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea::-webkit-input-placeholder {
    color: #d1d1d1;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea:-ms-input-placeholder {
    color: #d1d1d1;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box textarea::-moz-placeholder {
    color: #d1d1d1;
}

#form_complete section article#form_area #oneaction_frm .item_box .form_box select {
    width: 100%;
    line-height: 3rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

#form_complete section article#form_area #oneaction_frm .item_box .form_box select.input-lg {
    height: 5rem;
    padding: 0 1.8rem;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box select option.ng {
    background-color: #cccccc;
    display: none;
}

#form_complete section article#form_area #oneaction_frm .item_box .form_box .select_item {
    position: relative;
    z-index: 1;
    border: 0.3rem solid #feed55;
    border-bottom: 0;
    padding: 1.5rem;
}
#form_complete section article#form_area #oneaction_frm .item_box .form_box .select_item::before {
    content: '';
    background-image: url(../images/icon-arrow_l.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    width: 2rem;
    height: auto;
    top:0;
    right: 3rem;
    bottom:0;
    left: auto;
    position: absolute;
    z-index: 2;
    transform: rotate(90deg);
    pointer-events: none;
}
 #form_complete .ui-selectmenu-button.ui-button {

    width: 100%;
    line-height: 3rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    position: relative;
    z-index: 1;
     background-color: #ffffff;
    
}
#form_complete .ui-selectmenu-button.ui-button:focus {
    outline: none;
}
#form_complete .ui-selectmenu-menu  .ui-selectmenu-menu-item-header,
#form_complete .ui-selectmenu-menu  .ui-selectmenu-menu-item-content
{
    font-weight: 500;
    display: inline-block;
}

#form_complete .ui-selectmenu-button.ui-button .ui-selectmenu-menu-item-header,
#form_complete .ui-selectmenu-button.ui-button .ui-selectmenu-menu-item-content:nth-child(2) {
    font-weight: 500;
    display: inline-block;
}



#form_complete section article#form_area #oneaction_frm .btn_area {
    padding-top: 0;
}

#form_complete section article#form_area #oneaction_frm .btn_area a {
    display: block;
    width: 85%;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 3rem;
    text-align: center;
    color: #1F1F1F;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    font-weight: 600;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px 3px rgba(210,210,210,1);
    padding: 0.4rem;
    background-image: url(../images/icon-arrow_l.png);
    background-size: 1.3rem;
    background-position: center right 2rem;
    background-repeat: no-repeat;
}


#form_complete section article#form_area #oneaction_frm .btn_area a span {
    display: block;
    line-height: 3.5rem;
    border: 0.3rem solid #eb7d12;
    border-radius: 3rem;
    background-color: transparent;
    position: relative;
}

#form_complete section article#form_area #oneaction_frm .btn_area a:hover span {
    background-color: #eb7d12;
    text-decoration: none;
}

#form_complete section article#form_area #oneaction_frm .btn_area a span::before {
    content: '';
    background-image: url(../images/icon-txt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
    background-color: #eb7d12;
    position: absolute;
    left: -0.1rem;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
}

/** スマホなどモバイルデバイス **/
@media screen and (max-width: 800px) {
    #form_complete section article#form_area,
    #form_complete section article.declaration,
    #form_complete section article.ratio,
    #form_complete section article.pickup,
    #form_complete section article#form_area #oneaction_frm,
    #form_complete section article.declaration .pannel,
    #form_complete section article#confirm .btn_area,
    #form_complete section article.ratio .item_box,
    #form_complete section article.pickup .item_area,
    #form_complete section article.realtime,
    #form_complete section article.realtime .item_area {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    #form_complete section article.realtime .item_area ul li span.datetime {
        display: block;
    }
/*    #form_complete section article.realtime .item_area ul li span.datetime::after {
        content: "\A";
        white-space: pre-line;
    }*/
    
    #form_complete section article#form_area #oneaction_frm .item_box .title {
        width: 100%;
    }
    
    #form_complete .page_title p {
        font-size: 1.4rem;
        
    }
    
    #form_complete section article.ratio .item_box {
        flex-wrap: wrap;
    }
    #form_complete section article.ratio .item_box .item {
        width: 100%;
    }
    #form_complete section article.ratio .item_box .item:last-child {
        margin-top: 2rem;
    }
    
    #form_complete section article.pickup .item_area .item_box {
        flex-wrap: wrap;
    }
    #form_complete section article.pickup .item_area .item_box .item {
        width: 100%;
        margin-top: 1.5rem;
    }
    #form_complete section article.pickup .item_area .item_box .item:first-child {
        margin-top: 0;
    }
    
    #form_complete section article.declaration .pannel .item_box .paper {
        flex-wrap: wrap;
    }
    #form_complete section article.declaration .pannel .item_box .paper .img,
    #form_complete section article.declaration .pannel .item_box .paper .txt {
        margin-top: 1.5rem;
        width: 100%;
    }
    
    #form_complete .ui-selectmenu-menu  .ui-selectmenu-menu-item-header,
    #form_complete .ui-selectmenu-menu  .ui-selectmenu-menu-item-content
    {
        font-weight: 500;
        display: block;
    }

    #form_complete .ui-selectmenu-button.ui-button .ui-selectmenu-menu-item-header,
    #form_complete .ui-selectmenu-button.ui-button .ui-selectmenu-menu-item-content:nth-child(2) {
        font-weight: 500;
        display: block;
    }
}
