.div_check{
    border-style: solid;
    border-color: #cccccc;
    border-width: 0.2px;
    height: 50px;
    width: 200px;
    margin: 5px 5px 5px 5px;
    //text-align: center;
    padding-top: 10px;
    padding-left: 20px;
}

.div_check_sw{
    border-style: solid;
    border-color: #cccccc;
    border-width: 0.2px;
    background-color: #f0f8ff;
    height: 40px;
    width: 170px;
    margin: 5px 5px 5px 5px;
    //text-align: center;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 10px;
}

.div_check_sw_2{
    border-style: solid;
    border-color: #cccccc;
    border-width: 0.2px;
    background-color: #f0f8ff;
    height: 40px;
    width: 180px;
    margin: 5px 5px 5px 5px;
    //text-align: center;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 10px;
}

.div_check_sw_3{
    border-style: solid;
    border-color: #cccccc;
    border-width: 0.2px;
    background-color: #f0f8ff;
    height: 40px;
    width: 130px;
    margin: 5px 5px 5px 5px;
    //text-align: center;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 10px;
}

.div_check_sw_4{
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    height: 50px;
    width: auto;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    //text-align: center;
    padding-top: 5px;
    padding-left: 5px;
}

.div_check_sw_5{
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    height: 50px;
    width: auto;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    //text-align: center;
    padding-top: 5px;
    padding-left: 5px;
}


.div_textarea{
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    display: inline-block;
    height: 200px;
    width: 500px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    //font-size:24pt;
    //text-align: center;
}

.div_check_top{
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    height: auto;
    width: auto;
    margin: 5px 75px 5px 75px;
    padding-top: 20px;
}

.div_frame_A {
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    display: inline-block;
    vertical-align: top;
    height: auto;
    padding-left: 0px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.div_frame_B {
    border-style: none;
    border-color: #cccccc;
    border-width: 0.2px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
    height: auto;
}





.ac-container{
    width: auto;
    margin: 30px auto;
}
.ac-container label{
    width: 100px;
    text-align: center;
    background: #ff9b9b;
    margin: auto;
    padding: 10px 5px;
    position: relative;
    display: block;
    height: 40px;
    cursor: pointer;
    color: #fff;
}
.ac-container label:hover{
    background: rgba( 255, 155, 155, 0.55 );
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ac-container label:after{
 color: #fff;
    font-family:"Arial";
    content:"\f067";
}
.ac-container input:checked ~ label::after {
 color: #fff;
   font-family:"Arial";
   content:"\f068";
}
.ac-container input{
   display: none;
}
.ac-container div{
   background: rgba(255, 255, 255, 0.5);
   margin-top: -1px;
   overflow: hidden;
   height: 0px;
   position: relative;
   z-index: 10;
   transition: 
   height 0.3s ease-in-out, 
   box-shadow 0.6s linear;
}
.ac-container input:checked ~ div{
   transition: 
   height 0.5s ease-in-out, 
   box-shadow 0.1s linear;
   box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container div p{
   color: #777;
   line-height: 23px;
   font-size: 14px;
   padding: 20px;
}
/* 高さの定義 */
.ac-container input:checked ~ div.ac-small{
   height: 150px;
}
.ac-container input:checked ~ div.ac-medium{
   height: 200px;
}
.ac-container input:checked ~ div.ac-large{
   height: 300px;
}



