/********************

board_detail_sty01

*********************/

.board_detail_sty01 {width:100%; overflow:hidden;}
.board_detail_sty01 > .tit {width:100%; border-bottom:1px solid #ddd; padding-bottom:10px;}
.board_detail_sty01 > .tit ul {width:100%; overflow:hidden;}
.board_detail_sty01 > .tit ul li {float:left; padding:0 10px; box-sizing:border-box; position:relative; color:#555;}
.board_detail_sty01 > .tit ul li:first-child {padding-left:0; color:#222;}
.board_detail_sty01 > .tit ul li:not(:last-child)::before {position:Absolute; content:''; right:0; top:53%; transform:translateY(-50%); width:1px; height:10px; background:#dddddd;}

.board_detail_sty01 > .tit > h2 {display:block; width:100%; font-size:30px; color:#222; padding:10px 0;}

.board_detail_sty01 > .wrap_con {width:100%; overflow:hidden; border-bottom:1px solid #ddd;}
.board_detail_sty01 > .wrap_con > .con {padding:30px 0 90px 0; font-size:16px; color:#333;}

.board_detail_sty01 > .wrap_con > .con_file {position:relative; width:100%; overflow:hidden; border-top:1px solid #ddd; padding:18px 0;}
.board_detail_sty01 > .wrap_con > .con_file > h3 {position:absolute; left:0; width:80px; text-align:center; top:50%; transform:translateY(-50%); color:#444; font-weight:500;}
.board_detail_sty01 > .wrap_con > .con_file > ul {float:right; width:calc(100% - 100px);}
.board_detail_sty01 > .wrap_con > .con_file > ul li {float:left; width:100%; margin:2px 0;}
.board_detail_sty01 > .wrap_con > .con_file > ul li a {background:url(/images/board_ico/ico_file.png) no-repeat 0 center; color:#555; padding-left:30px; box-sizing:border-box;}
.board_detail_sty01 > .wrap_con > .con_file > ul li a:hover {border-bottom:1px solid #555;}


.prve_next_list {float:left; position:relative; margin-top:60px;}
.prve_next_list::after {position:absolute; content:''; width:1px; height:13px; background:#bbb; left:50%; top:50%; transform:translateY(-50%);}
.prve_next_list ul li {float:left; padding:0 22px; position:relative; font-size:15px; color:#555555; cursor:pointer; font-weight:500;}
.prve_next_list ul li.none_con {color:#888888; font-weight:300;}
.prve_next_list ul li:first-child {padding-left:30px;}
.prve_next_list ul li:last-child {padding-right:30px;}
.prve_next_list ul li:first-child::before {position:absolute; content:''; left:0; top:52%; transform:translateY(-50%) rotate(-135deg); width:8px; height:8px; border:0; border-top:1px solid #2d2d2d; border-right:1px solid #2d2d2d;}
.prve_next_list ul li:first-child::after {position:absolute; content:''; left:0; width:17px; height:1px; top:50%; background:#2d2d2d;}

.prve_next_list ul li:last-child::before {position:absolute; content:''; right:0; top:52%; transform:translateY(-50%) rotate(45deg); width:8px; height:8px; border:0; border-top:1px solid #2d2d2d; border-right:1px solid #2d2d2d;}
.prve_next_list ul li:last-child::after {position:absolute; content:''; right:0; width:17px; height:1px; top:50%; background:#2d2d2d;}


.prve_next_list ul li.none_con:first-child::before {position:absolute; content:''; left:0; top:52%; transform:translateY(-50%) rotate(-135deg); width:8px; height:8px; border:0; border-top:1px solid #949494; border-right:1px solid #949494;}
.prve_next_list ul li.none_con:first-child::after {position:absolute; content:''; left:0; width:17px; height:1px; top:50%; background:#949494;}

.prve_next_list ul li.none_con:last-child::before {position:absolute; content:''; right:0; top:52%; transform:translateY(-50%) rotate(45deg); width:8px; height:8px; border:0; border-top:1px solid #949494; border-right:1px solid #949494;}
.prve_next_list ul li.none_con:last-child::after {position:absolute; content:''; right:0; width:17px; height:1px; top:50%; background:#949494;}

/********************

//board_detail_sty01

*********************/



/********************

board_basic_type01

*********************/
.board_basic_type01 {width:100%; margin-top:25px; margin-bottom:40px;}
.board_basic_type01 table {width:100%; border-top:2px solid #5d3cb4; table-layout:fixed;}
.board_basic_type01 table th {background:#f8f8f8; padding:15px 10px; color:#222222; font-weight:600;}
.board_basic_type01 table tr {border-bottom:1px solid #dddddd;}
.board_basic_type01 table td {padding:15px 10px; color:#444; font-weight:500; text-align:center;}
.board_basic_type01 table td.td_left {text-align:left;}
.board_basic_type01 table td p,.board_basic_type01 table td a 
{cursor:pointer; width:100%; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; width:auto; max-width:calc(100% - 25px); display:inline-block; vertical-align:top;}
.ico_clip {vertical-align:top; margin-left:5px; margin-top:4px;}
.board_basic_type01 table tr:hover td {border-bottom:1px solid #111212; }
.board_basic_type01 table tr:hover td {color:#111;font-weight:600;}
.board_basic_type01 table tr:hover td p {color:#111;font-weight:600;}

.board_basic_type01 .board_basic_type01_col01 {width:8%;}
.board_basic_type01 .board_basic_type01_col02 {width:15%;}
.board_basic_type01 .board_basic_type01_col03 {width:;}
.board_basic_type01 .board_basic_type01_col04 {width:15%;}

/********************

//board_basic_type01

*********************/











@media screen and (max-width:767px){

/********************

board_detail_sty01

*********************/
.board_detail_sty01 > .tit > h2 {font-size:6vw; padding:2vw 0;}
.board_detail_sty01 > .wrap_con > .con {padding:6vw 0 18vw 0; font-size:3.6vw;}

.board_detail_sty01 > .wrap_con > .con_file > h3 {width:16vw;}
.board_detail_sty01 > .wrap_con > .con_file > ul {width:calc(100% - 20vw);}
.board_detail_sty01 > .wrap_con > .con_file > ul li a {background-size:3.6vw auto; padding-left:6vw;}
.board_detail_sty01 > .wrap_con > .con_file {padding:3.6vw 0;}

.prve_next_list ul li {padding:0 4.4vw; font-size:3.6vw;}
.prve_next_list ul li:first-child {padding-left:6vw;}
.prve_next_list ul li:last-child {padding-right:6vw;}

.prve_next_list ul li:first-child::before,.prve_next_list ul li:last-child::before,.prve_next_list ul li.none_con:first-child::before,.prve_next_list ul li.none_con:last-child::before {width:1.6vw; height:1.6vw; top:50%;}
.prve_next_list ul li:last-child::after,.prve_next_list ul li.none_con:first-child::after,.prve_next_list ul li.none_con:last-child::after,.prve_next_list ul li:first-child::after {width:3.4vw;}

.prve_next_list {margin-top:12vw;}

.prve_next_list::after {height:2.6vw;}

.board_bt_set01 {margin-top:10vw;}
.board_bt_set01 a {height:9.2vw; line-height:8.8vw; padding:0 7vw;}
.board_bt_set01 a span {padding-left:6.6vw; background-size:3.4vw auto!important;}

.board_detail_sty01 > .tit {padding-bottom:2vw;}
/********************

//board_detail_sty01

*********************/




/********************

board_basic_type01

*********************/
.board_basic_type01 {border-top:2px solid #5d3cb4;}
.board_basic_type01_box { border-bottom:1px solid #ddd;}

.ico_notice {width:6vw;}
.ico_clip {width:4vw; margin:0; margin-left:2vw;}

.board_basic_type01_box a {display:block; padding:3vw 2vw;}

.board_basic_type01_box .notice_stxt {background:#5d3cb4; color:#fff; font-size:3.5vw; padding:0 2vw; border-radius:1vw; display:inline-block; margin-bottom:1.5vw;}
.board_basic_type01_box .part {color:#1097ff; font-weight:600; font-size:3.4vw; margin-bottom:1.5vw; }
.board_basic_type01_box .tit {display:flex; align-items:center;}
.board_basic_type01_box .tit p {font-size:4vw; max-width:calc(100% - 6vw); text-overflow: ellipsis; white-space: nowrap; overflow:hidden;}
.board_basic_type01_box .date {font-size:3.4vw; color:#999; margin-top:2vw; display:inline-block;}
/********************

//board_basic_type01

*********************/

}

/********************
board_basic_faq_type01
*********************/
.board_basic_faq_type01 {float:left; padding:0 0 40px; width:100%;}
.board_basic_faq_type01 > ul {float:left; width:100%; border-top:1px solid #111111;}
.board_basic_faq_type01 > ul * {line-height:1.6;}
.board_basic_faq_type01 > ul > li {float:left;width:100%; box-sizing:border-box;}
.board_basic_faq_type01 > ul > li.data_none {text-align:center; border-top:1px solid #fff; margin-top:-1px!important; padding-top:50px;}
.board_basic_faq_type01 > ul > li.on .board_basic_faq_q h3 {color:#5d3cb4;}
.board_basic_faq_type01 > ul > li:first-child {margin-top:0;}
.board_basic_faq_q {float:left; width:100%; border-bottom:1px solid #ddd; padding:25px; position:relative; cursor:pointer; box-sizing:Border-box; display:block;}
.board_basic_faq_q > strong {float:left; width:130px; color:#0093e7; font-weight:500; margin-top:3px;}
.board_basic_faq_q > h3 {float:left; position:relative; width:calc(100% - 30px);  color:#444; padding-left:45px; box-sizing:border-box; font-weight:500;}
.board_basic_faq_q > h3::before {position:absolute; content:'Q'; font-family: 'Raleway', sans-serif; font-weight:600; top:2px; left:0; font-size:22px; line-height:1;}

.board_basic_faq_a {float:left;width:100%; border-bottom:1px solid #ddd; padding:25px 40px; border-top:0; background:#fafafa; box-sizing:Border-box; position:relative;}
.board_basic_faq_a > p {position:relative; width:100%;  box-sizing:border-box; padding-left:50px;}
.board_basic_faq_a::before {position:absolute; top:20px; left:40px; width:30px; height:30px; line-height:30px; color:#fff; font-size:22px; font-weight:600; background:#5d3cb4; border-radius:100%; content:'A'; font-family: 'Raleway', sans-serif; text-align:center;}

.plus-minus-toggle {
  cursor: pointer;
  height: 16px;
  position: relative;
  width: 16px;
  float:right;
  margin-top:8px;
  }
.plus-minus-toggle:before,
.plus-minus-toggle:after{
    background: #111;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 30%;
    width: 16px;
    transition: transform 500ms ease;
  }

.plus-minus-toggle:after {
      transform: rotate(90deg);
    }
.plus-minus-toggle:before {
      transform: rotate(180deg);
    }

.plus-minus-toggle.collapsed:after,.plus-minus-toggle.collapsed:before {
     transform: rotate(0deg);
	 background:#5d3cb4;
  }
/********************
//board_basic_faq_type01
*********************/







@media screen and (max-width:767px){

/********************
board_basic_faq_type01
*********************/
.board_basic_faq_type01 {padding:0 0 8vw;}
.board_basic_faq_q {padding:5vw;}
.board_basic_faq_q > h3 {width:calc(100% - 6vw); padding-left:6vw;}
.board_basic_faq_q > h3::before {font-size:4.4vw;}
.board_basic_faq_a {padding:5vw 8vw;}
.board_basic_faq_a > p {padding-left:9vw;}
.board_basic_faq_a::before {top:5vw; left:8vw; width:6vw; height:6vw; line-height:6vw; font-size:4vw;}

.plus-minus-toggle {position:absolute; top:60%; transform:translateY(-50%); right:5vw; width:3.2vw; height:3.2vw; margin-top:0;}
.plus-minus-toggle:before, .plus-minus-toggle:after {width:3.2vw; top:0;}


.board_basic_faq_type01 > ul > li.data_none {padding-top:9vw;}

/********************
//board_basic_faq_type01
*********************/
}