@charset "UTF-8";
/* CSS Document */

* {
font-size: 15px;
line-height: 1.9em;
}

body, p, h1, h2, h3, h4, h5, table, tr, th, td, ol, ul, li, img, section, br, a  {
    margin:0; 
    padding: 0; 
    font-weight: normal; 
    border: 0; 
}

body { 
    background-color: #f5f5f5;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

p, th, td,a, li { font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif; }

a.red  {
    color:#ce1e16;
    text-decoration: underline;}

/* -------------------------- Header for PC --- */
div.header_box {
    background-color: #00D09B;
    position: fixed;
    top: 0;
    height: 45px;
    /*height: 65px;*/
    width: 100%;
    z-index: 900;
}

div.header {
    width: 1024px;
    margin: auto;
    height: 45px;
    /*height: 65px;*/
    /* background-color: #b400d7; cg: 22.12.1 */
    color: #ffffff;
}

div.header01 {
    /* width:290px; cg: 22.12.1 */
    width:323px;
    float: left;
    /*padding:9px 0 0 10px;*/
    padding:7px 0 0 13px;
}

div.header01 h1 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #ffffff;
    text-decoration: none;
    display: block;
    }
  
  div.header01 h1 a span {
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.2px; /*add:22.12.1*/
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-top: 2px; /*add:22.12.1*/
    }

div.header02 {
    /*width:410px;*/
    width:688px;
    float: left;
}

div.header03 {
    width:295px;
    float: right;
    padding:6px 10px 0 0;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    font-size:17px;
    text-align: right;
}

div.header03 span {
    font-size:16px;
}

div.header03 span.f_yg_pc {
     font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
}

div.header03 span.f_roboto02pc {
     font-family: 'Roboto', sans-serif;
    font-size:18px;
}

div.header03 img {width:285px;}

/* ------------------------------------------------------------------------------ End of  Header for PC --- */

/* ------------------------------------------------------------------------------ Menu for PC --- */
ul.disclistBtn {
    list-style-type:none; 
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
ul.disclistBtn li {
    list-style-type:none; 
    float: left;
    position: relative;
}

ul.disclistBtn li a {
    display: block;
    /*padding:17px 10px;*/
    /*padding:15px 15px 17px 15px;*/ /*change:23.2.6*/
    padding:15px 23px 17px 0px;
    color: #ffffff;
    /*font-size: 10px;*/
    font-size: 12px;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    line-height: 1em;
    letter-spacing: 1.5px; /*add:22.12.1*/
    text-decoration: none;
    transition:all .3s; /*add:22.12.1*/
}

ul.disclistBtn li a.end-child { padding:15px 0 17px 0px !important; } /*add:23.2.6*/


ul.disclistBtn li li { /*add:22.12.1*/
    float: none;
    }

ul.disclistBtn li li a { /*add:22.12.1*/
  padding:6px 0 6px 15px;
  font-size: 11px;
}

ul.disclistBtn li a:hover {
    /*border-bottom: 1px solid #ffffff;*/
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #beebe0; /*add:24.2.21*/
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
ul.disclistBtn li.has-child ul {
    /*絶対配置で位置を指定*/
  position: absolute;
  left:0;
  top:45px;
  z-index: 4;
    /*形状を指定*/
  width:200px;
  padding:10px 0;
    /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
    /*アニメーション設定*/
  transition: all .3s;
  display: block;
    background-color: #00D09B;
}

/*hoverしたら表示*/
ul.disclistBtn li.has-child:hover > ul,
ul.disclistBtn li.has-child ul li:hover > ul,
ul.disclistBtn li.has-child:active > ul,
ul.disclistBtn li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
ul.disclistBtn li.has-child ul li a {
  color: #fff;
  /*border-bottom:solid 1px rgba(255,255,255,0.6);*/
}

ul.disclistBtn li.has-child ul li:last-child a {
  border-bottom:none;
}

ul.disclistBtn li.has-child ul li a:hover,
ul.disclistBtn li.has-child ul li a:active {
    color: #beebe0; /*add:24.2.21*/
}

/*==3階層目*/

/*3階層目の位置*/
ul.disclistBtn li.has-child ul ul{
  top:0;
  left:241px;
    background-color: #00D09B;
}

ul.disclistBtn li.has-child ul ul li a:hover,
ul.disclistBtn li.has-child ul ul li a:active{
  background:#8d0095;
}

/* ------------------------------------------------------------------------------ End of Header for PC --- */

/* --- Black information Box --- */
.bk_info_box {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    text-align: center;
    padding-top: 48px;
    font-size: 13px;
    line-height: 2.5em; 
    letter-spacing: 1px;
    background-color:#464646 ;
    color: #ffffff;
}

.bk_info_box2 {
    text-align: center;
    padding-top: 11px;
    /*padding-top: 65px;*/
    font-size: 13px;
    line-height: 2.5em; 
    letter-spacing: 1px;
    background-color: #00D09B;
    color: #ffffff;
}


/* -------------------------- Main image for PC --- */
div.mainimg2 {
    width: 1024px; 
    margin: auto; 
    background-color: #f5f5f5;
}

div.mainimg_box2 {
    width: 700px; 
    margin: auto; 
    padding-top: 153px;
    padding-bottom: 130px;
}
/* -------------------------- End of Main image for PC --- */


/* -------------------------- Sub Main for PC --- */
div.submain_box {
    width: 1024px; 
    margin: auto; 
    background-color: #ce1e16;
}

div.submain_area {
        max-width: 990px; 
        margin: auto;
    }

div.submain01b {
    padding-left: 240px; 
    padding-top: 125px;
}

div.submain01b p {
    font-size: 28px; 
    color: #ffffff; 
    line-height: 1.7em; 
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
}

div.submain02b {
    padding-left: 240px;
    padding-top: 65px; 
    padding-bottom: 130px;
}

div.submain02b p {
    /*font-size: 20px; */
    font-size: 15px; 
    color: #ffffff; 
    line-height: 2em; 
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}
/* -------------------------- End of Sub Main for PC --- */


/* -------------------------- Gray contents for PC --- */
div.main_outline {
    width: 1024px;
    margin: auto;
    background-color: #f5f5f5;
}

div.text_box {
     /*color: #6e6e6e;*/
     color: #474747;
    
    width: 880px;
    margin: auto;
}
/* -------------------------- End of Gray contents for PC --- */


/* -------------------------- Red contents for PC --- */
div.main_outline2 {
    width: 1024px;
    margin: auto;
    background-color: #ce1e16;
}

div.text_box2 {
    width: 880px;
    color: #ffffff;
    margin: auto;
}

div.jury_box { padding: 72px 0 66px 0; }

/* -------------------------- End of Red contents for PC --- */


/* -------------------------- Title for PC --- */
h3.tit_h3 {
    margin:0;
    padding: 9px 20px;
    line-height: 1em;
    font-size: 20px;
    color: #ffffff;
    background-color: #00D09B;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
}

h3.tit_h3w {
    margin:0;
    padding: 9px 12px;
    line-height: 1em;
    font-size: 20px;
    color: #ce1e16;
    background-color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
}

h4.tit_h4 {
    margin:0;
    line-height: 1em;
    font-size: 17px;
     /*color: #6e6e6e;*/
     color: #474747;
    letter-spacing: 0px;
    display: inline-block;
    /*border-bottom: 2px solid #6e6e6e;*/
    border-bottom: 2px solid #474747;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
}

h4.tit_h4w {
    margin:0;
    line-height: 1em;
    font-size: 17px;
    color: #ffffff;
    letter-spacing: 0px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
}
/* -------------------------- End of Title for PC --- */


/* -------------------------- Jury for PC --- */
div.jmamber_box {
    width: 200px;
    line-height: 1em;
    color: #ffffff !important;
    padding-top: 30px;
    font-size: 14px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    float: left;
}

div.jmamber_box span {
    display: inline-block;
    line-height: 1.5em !important;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: -0.6px;
    margin-top: 7px;
}

div.juimg {
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
}

div.juimg img {
    width: 100%;
}

h5.tit_h5w {
    margin:0;
    color: #ffffff;
    line-height: 1em;
    font-size: 14px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

div.message_box {
    /*width: 400px;*/
    width: 350px;
    margin-right: 50px;
    padding-top: 43px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    line-height: 2em;
    float: left;
}

    div.message_box p {
        font-size: 15px;
    }
    
/* -------------------------- End of Jury for PC --- */


/* -------------------------- Q and A for PC --- */
table.qa_box tr td  {
    vertical-align: top;
    font-size: 15px;
    padding-right: 5px;

}
table.qa_box tr td span  {
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    text-decoration: underline !important;

}

table.qa_box tr td a  {
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
     /*color: #6e6e6e;*/
     color: #474747;
}
/* -------------------------- End of Q and A for PC --- */


/* -------------------------- Contact for PC --- */
 div.contact_content { 
    background-color: #00D09B;
 }
 
div.contact_box { 
    background-color: #00D09B;
    color: #ffffff;
    width:1024px; 
    margin: auto; 
    padding: 20px 0 20px 0;
}

table.tbl_cont {
    margin: auto;
}

table.tbl_cont td { padding-bottom: 15px;}

table.tbl_cont td.tbl_cont_td01 {
    color: #ffffff; 
    padding-right: 30px; 
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

table.tbl_cont td.tbl_cont_td02 {
    color: #ffffff; 
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

table.tbl_cont td.tbl_cont_td02 p span {
    border-bottom: 2px solid #ffffff; 
    padding-bottom: 0px; 
    display: inline-block; 
    line-height: 1.1em;
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

table.tbl_cont td.tbl_cont_td02 p span a { 
    color: #ffffff; 
    text-decoration: none;
    font-size: 15px;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}
/* -------------------------- End of Contact for PC --- */

/* -------------------------- Pop Circle --- */

#pop_circle {
    position: fixed;
    right: 43px;
    bottom:150px;
    z-index: 2;
    opacity: 1;
    display: block;
    text-align: center;
    /*width: 170px;
    height: 170px;*/
    width: 200px;
    height: 200px;
    background-color: #00D09B;
    text-decoration: none;
    /*border-radius:85px;*/
    border-radius:100px;
}

#pop_circle_sp {
    position: fixed;
    right: 10px;
    bottom:18px;
    z-index: 2;
    opacity: 1;
    display: block;
    text-align: center;
    width: 110px;
    height: 110px;
    background-color: #00D09B;
    text-decoration: none;
    border-radius:85px;
}

#pop_circle div,#pop_circle_sp div {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.pop_circle_logo01,
.pop_circle_logo02,
.pop_circle_day,
.pop_circle_sub01 {
    font-family: "Roboto", sans-serif;
}

.pop_circle_main,
.pop_circle_main_sp,
.pop_circle_sub02 {
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

.pop_circle_logo01 {
    font-size: 13px;
    line-height: 19px;
    /*padding-top: 26px;*/
    padding-top: 42px;
    font-weight: 400;
    letter-spacing: 1px;
    
}

.pop_circle_logo02 {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}

.pop_circle_main {
    font-size: 23px;
    line-height: 31px;
}

.pop_circle_main_sp {
    font-size: 13px;
    line-height: 16px;
    padding-top: 23px;
}

.pop_circle_day {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0;
    font-style: nomal;
}

.pop_circle_day span {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: nomal;
}

.pop_circle_sub01 {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.pop_circle_sub02 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
}
/* -------------------------- END of Pop Circle --- */


/* -------------------------- Active Button --- */

a.btn_txt02b {
    position: relative;
    text-decoration: none;
    display: inline-block;
    background-color: #00D09B;
    color:#fff;
    padding: 10px 40px 10px 30px;
    border-radius:25px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
}

a.btn_txt02b:hover{
  /*color:#ffbca9;*/
}

.btnarrow1::after{
    content: '';
    position: absolute;
    top:42%;
    right:23px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
    letter-spacing: 1px;
}

.btnarrow1:hover::after{ right: 15px;}

span.btn_txt02b_nonactive {
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    display: inline-block;
    background:#cdcdcd;
    color:#fff;
    padding: 10px 40px 10px 30px;
    border-radius:25px;
    text-align: center;
    outline: none;
}

.btnarrow1_nonactive::after{
    content: '';
    position: absolute;
    top:42%;
    right:23px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    letter-spacing: 1px;
}
/* -------------------------- END of Active Button --- */

/* -------------------------- POPUP Box --- */
#m_con_info { display: none;}
#m_con_info_news2 { display: none;}
#m_con_info_news3 { display: none;}

div.modaal-content-container {
    background-color: #00D09B;
    padding: 30px 35px 12px 35px;
    width: 327px;
    text-align: center;
}

div.modaal-content-container2 {
    background: #fff;
    border:5px solid #00D09B;
    padding: 30px 35px 30px 35px;
    width: 100%;
    text-align: left;
}

.modaal-container {
    max-width: 327px;
    position:relative;
}

.modaal-container2 {
    max-width: 670px;
    position:relative;
}

section#m_con_info {
}

section#m_con_info:nth-child(2n) {
}

section#m_con_info_news2 {
}

section#m_con_info_news2:nth-child(2n) {
}

section#m_con_info_news3 {
}

section#m_con_info_news3:nth-child(2n) {
}

.modaal-close {
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 24px;
    height: 24px;
	position:absolute;
    top:-12px;
    right: -12px;
	border-radius:100%;
    background:#c81821;
    outline:0;
    background: 
    }

button.modaal-close {
 background:rgba(200,24,33,1) !important;
 }
 
.modaal-close:link {opacity: 1 !important;}

.modaal-video .modaal-inner-wrapper { padding:0;}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before {
  background:#FFF;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background:#FFF;
}

.modaal-close:after, .modaal-close:before {
    top: 5px;
    left: 11px;
    width: 2px;
    height: 14px;
    border-radius: 1px;
}

.modaal-close:after, .modaal-close:before {
    top: 5px;
    left: 11px;
    width: 2px;
    height: 14px;
    border-radius: 1px;
}

.modaal-close:focus,
.modaal-close:hover { outline:0;background:#c81821;}

p.pop_txt01_01 {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500 !important;
    letter-spacing: 0;
}

h2.pop_txt01_02 {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
}

h2.pop2_txt01_02a {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

p.pop2_txt01_02b {
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

p.pop2_txt01_02c {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}
p.pop2_txt01_02d {
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}

p.pop2_txt01_02d a {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #00D09B;
}

p.pop2_txt01_02d span.small {
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}

table.pop2_tbl01 {margin: 0; padding:0;}
table.pop2_tbl01 tr th { white-space: nowrap;}
table.pop2_tbl01 tr th,
table.pop2_tbl01 tr td {
    text-align: left;
    vertical-align: top;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 26px;
}

table.pop2_tbl01 tr th span.small,
table.pop2_tbl01 tr td span.small,
p.pop2_txt01_02b span.small {
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}

table.pop2_tbl01 tr th a,
table.pop2_tbl01 tr td a,
p.pop2_txt01_02b a {
    color:#333333;
    text-decoration: underline;
}

table.pop2_tbl01 tr th a:hover,
table.pop2_tbl01 tr td a:hover,
p.pop2_txt01_02b a:hover {
    text-decoration: none;
}

a.pop_txt01_03 {
    font-family: "Yu Gothic Pr6N D",YuGothic, sans-serif;
    display: block;
    background: #ffffff;
    color: #00D09B;
    letter-spacing:1px;
    font-size: 22px;
    line-height: 22px;
    padding-top:15px;
    padding-bottom:15px;
    text-decoration: none;
}

p.pop_txt01_04 {
    font-family:  "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}
/* -------------------------- End of POPUP Box --- */

/* -------------------------- News for PC --- */

section.newsarea > p > a { color:#474747;}

/* -------------------------- End of News for PC --- */


/* -------------------------- Footer for PC --- */
div.footer_content { background-color: #c7c7c7; }

div.footer_box { 
    background-color: #c7c7c7; 
    width:1024px; 
    margin: auto; 
}

section.footer { 
    padding: 20px 0 20px 0; 
}

div.txt_footer { 
    float: left; 
    color: #ffffff; 
    font-size: 10px; 
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    line-height: 1.2em; 
    padding-left: 20px; 
}

div.txt_footer span { 
    font-size: 10px; 
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    line-height: 1.2em; 
    display: block;
}

div.txt_footer span a { 
    color: #ffffff; 
    font-size: 10px; 
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
}

div.txt_cr { 
    float: right; 
    color: #ffffff; 
    font-size: 9px; 
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    padding-right: 20px; 
    padding-top: 8px; 
}
/* -------------------------- End of Footer for PC --- */


/* -------------------------- clearfix --- */
.clearfix:after{
      content: "."; 
      display: block; 
      height: 0; 
      font-size:0;	
      clear: both; 
      visibility:hidden;
}
	
.clearfix {
    display: inline-block;
} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 

/* -------------------------- End of clearfix --- */

/* --- Padding Setting --- */
.paragSS {padding-top: 0.5em;}
.paragS {padding-top: 1em;}
.paragD {padding-top: 2em;}
.parag {padding-top: 3em;}
.paragM {padding-top: 4.5em;}
.paragH {padding-top: 6em;}
.paragL {padding-top: 8em;}

/* --- Letter Space Setting --- */
.ls_plumin0 { letter-spacing: -0px !important;}
.ls_min1 { letter-spacing: -1px !important;}
.ls_min2 { letter-spacing: -2px !important;}
.ls_plu1 { letter-spacing: 1px !important;}
.ls_plu2 { letter-spacing: 2px !important;}


a.txt_link, a.txt_link:linke, a.txt_link:active, a.txt_link:visited, a.txt_link:checked {
    text-decoration: underline;
    color: #00D09B !important;
}
a.txt_link:hover { text-decoration: underline;}


/* --- Float Setting --- */
div.fl_L_area {
    float: left;
    width: 465px;
}

div.fl_R_area {
    float: right;
    width: 390px;
}

/* --- Table Setting --- */
table.tbl_01 tr td {
    vertical-align: top;
}

table.tbl_02 tr td {
    vertical-align: top;
    padding-bottom: 3em;
}

/* --- Link Setting --- */
a.btn_txt01 {
    display: inline-block;
    background-color: #00D09B;
    padding: 0 3px;
    color: #ffffff;
    margin:0 3px;
    text-decoration: none;
}

a.btn_txt01:hover {
    text-decoration:underline;
}

a.btn_txt02 {
    display: inline-block;
    background-color: #00D09B;
    padding: 3px 7px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

a.btn_txt02:hover {
    text-decoration:underline;
}

span.btn_txt02_nonactive {
    display: inline-block;
    background-color: #cdcdcd;
    padding: 3px 7px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
}

a.btn_txt03 {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    margin:0;
    text-decoration: underline;
}

a.btn_txt03:hover {
    text-decoration:none;
}

/* --- Other Setting --- */
.danraku { padding-left: 1.5em;}

span.ud_line { text-decoration: underline !important;}

span.red { color: #ce1e16;}

/* -------------------------- Header for SP --- */
#header_sp {
    position: fixed;
    top: 0;
    height:inherit;
    width: 100%;
    background-color: #00D09B;
    padding: 0;
    display: none;
    z-index: 800;
}

div.tit_sp_box {
    padding: 2% 0 2% 0;
}

div.tit_sp_cont {
    padding-left: 3%;
    padding-bottom: 2%;
}
div.tit_sp_cont2 {
    padding-left: 1%;
    
}
div.tit_sp01 {
   font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 120%;
    color: #ffffff;
}

div.tit_sp01 span {
    display: block;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    font-size: 19px;
    line-height: 120%;
    color: #ffffff;
    padding-top: 1%;
}
    
div.tit_sp02 {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.1em;
    position:relative;
    left:-10px;
    color: #ffffff; 
}

div.tit_sp02 span {
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #ffffff;
    }


span.f_yg_sp {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    }
    
span.f_roboto02sp {
    font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    }



    
/* -------------------------- Global nav for SP --- */
#g-nav {
    position:fixed;
    z-index: 999;
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;
    background:#f5f5f5;
    opacity: 0.95;
    transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
}

#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    white-space: nowrap;
    line-height: 1.4em;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
  white-space: nowrap;
  line-height: 1.4em;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position:fixed;
    z-index: 9999;
    top:0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height:66px;
}
  
/*×に変化*/  
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    /*left: 14px;*/
    left: 23px;
    /*height: 3px;*/
    height: 1px;
    /*border-radius: 2px;*/
    border-radius: 1px;
  background-color: #fff;
    /*width: 45%;*/
    width: 24px;
  }

.openbtn1 span:nth-of-type(1) {
  top:20px; 
}

.openbtn1 span:nth-of-type(2) {
  top:32px;
}

.openbtn1 span:nth-of-type(3) {
  top:44px;
}

.openbtn1.active span:nth-of-type(1) {
    /*top: 18px;
    left: 18px;*/
    top: 32px;
    left: 14px;
    transform: translateY(0px) rotate(-45deg);
    /*width: 30%;*/
    width: 60%;
    background: #474747;
}

.openbtn1.active span:nth-of-type(2) { opacity: 0;}

.openbtn1.active span:nth-of-type(3){
    /*top: 30px;
    left: 18px;*/
    top: 32px;
    left: 14px;
    transform: translateY(0px) rotate(45deg);
    /*width: 30%;*/
    background: #474747;
    width: 60%;
}

/* -------------------------- End of Global nav for SP --- */

/* -------------------------- End of Header for SP --- */


/* -------------------------- Setting of Under 600px for SP --- */
@media (max-width: 600px) {

    div.tit_sp01 {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        line-height: 120%;
        color: #ffffff;
    }

    div.tit_sp01 span {
        display: block;
        font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
        font-size: 18px;
        line-height: 120%;
        color: #ffffff;
        padding-top: 1%;
    }

    div.tit_sp02 {
        font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.1em;
        color: #ffffff; 
    }

    div.tit_sp02 span {
        font-size: 15px;
        line-height: 160%;
        letter-spacing: -0.02em;
        font-weight: bold;
        color: #ffffff;
        }

span.f_yg_sp {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    }
    
span.f_roboto02sp {
    font-family: 'Roboto', sans-serif;
    font-size: 17px !important;
    }

    
}  /* -------------------------- End of Setting of Under 600px for SP --- */


/* -------------------------- Setting of Under 1024px for SP --- */
@media (max-width: 1024px) {

    * {
    font-size: 15px;
    line-height: 1.9em;
    }

    #header_sp {
        display:inherit;
    }

    div.message_box {
        width: 35.463917525773196%;
        padding-top: 63px;
         margin-right: 9%;
        font-size: 14px;
        line-height: 2em;
        float: right;
    }

    div.message_box p {
        font-size: 14px;
    }
    
    div.jmamber_box {
        width: 35.463917525773196%;
        line-height: 1em;
        padding-top: 50px;
    }

    div.juimg {
        width: 100%;
        height: inherit;
        margin-bottom: 10px;
    }

    div.juimg img {
        width: 100%;
    }



    div.fl_L_area {
        float: none;
        width: 100%;
    }

    div.fl_R_area {
        float: none;
        width: 100%;
    }


    div.main_outline {
        width: 100%;
    }

    div.text_box {
        width: 82.666%;
        margin: auto;
    }

    div.main_outline2 {
        width: 100%;
    }

    div.text_box2 {
        width: 82.666%;
        margin: auto;
    }


    div.contact_box { 
         width:100%; 
    }

    table.tbl_cont td.tbl_cont_td01 {
        padding-right: 10px;
        font-size: 12px;
    }

    table.tbl_cont td.tbl_cont_td02,
        table.tbl_cont td.tbl_cont_td02 p {
        font-size: 12px;
        display: block;
    }
    
    
    div.footer_box { 
        width:100%; 
    }

    div.txt_footer { 
        float: none; 
        text-align: center; 
        padding: 0; 
        font-size: 10px;  
    }
        
    div.txt_footer a { font-size: 10px; }
        
    div.txt_cr { 
        float: none;  
        text-align: center; 
    }


    div.header_box {
        /*display: none;*/
        height: 66px; /* 更新  */
        /*height: 86px;*/ /* 更新  */
    }

div.header {
    width: 100%; /* 更新  */
    height: 66px; /* 更新  */
    /*height: 86px;*/ /* 更新  */
}

div.header01 {
    width:300px; /* 更新  */
    float: none; /* 更新  */
    /*padding:15px 0 0 13px;*/ /* 更新  */
    padding:7px 0 0 13px;
}

div.header01 h1 a {
    font-size: 15px; /* 更新  */
    letter-spacing: 0.5px;/* 更新  */
    }
  
  div.header01 h1 a span {
    font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
    font-size: 13px; /* 更新  */
    letter-spacing: 0.5px; /* 更新  */
    padding-top: 5px; /* 更新  */
    }

div.header02 {
    display: none;
}

div.tit_sp02 {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #ffffff; 
    }

div.tit_sp02 span {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.02em;
    font-weight: bold;
    color: #ffffff;
    }

span.f_yg_sp {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    }
    
span.f_roboto02sp {
    font-family: 'Roboto', sans-serif;
    font-size: 17px !important;
    }

    div.mainimg2 {
        width: 100%; 
    }

    div.mainimg_box2 {
        width:inherit;
        max-width: 700px; 
        margin: auto; 
        padding-top: 250px; 
        padding-bottom: 360px;
    }

    div.mainimg_box img {
       /* width: 85%;*/
        display: block;
        margin: auto; 
    }

.bk_info_box {
    padding-top: 66px;
}

    div.submain_box {
        width: 100%; 
    }

    div.submain_area {
            max-width: 78.33%; 
            margin:auto;
        }

    div.submain01b {
        padding-left:0; 
        padding-top: 125px;
    }

    div.submain01b p {
        font-size: 38px; 
        color: #ffffff; 
        line-height: 1.7em; 
        font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
        letter-spacing: 0;
    }

    div.submain02b {
        padding-left: 0;
        padding-top: 50px; 
        padding-bottom: 130px;
    }

    div.submain02b p {
        font-size: 15px; 
        color: #ffffff; 
        line-height: 2em; 
        font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    }

    div.mainimg_box {
        padding-top: 200px; 
        padding-bottom:0;
    }


    div.mainimg_box img {
        width: 85%;
    }
       
}  /* -------------------------- End of Setting of Under 1024px for SP --- */


/* -------------------------- Visible or Hidden Tec --- */
.visible-desktop { display:inherit !important;} /* Desktop ◯ */
.hidden-desktop { display:none !important;} /* Desktop X */

.visible-phone { display:none !important;} /* phone X */
.hidden-phone { display:inherit !important;} /* phone ◯ */

@media (max-width: 1024px) {
	.visible-desktop { display:none !important;} /* Desktop X */
	.hidden-desktop { display:inherit !important;} /* Desktop ◯ */

	.visible-phone { display:inherit !important;} /* phone ◯ */
	.hidden-phone { display:none !important;} /* phone X */
}
/* -------------------------- End of Visible or Hidden Tec --- */


/* -------------------------- Accordion View --- */
.accordion-area {
    list-style: none;
    width:100%;
    max-width: 1024px;
    /*margin:0 auto;*/
}
.accordion-area li {    /*margin: 10px 0;*/ }
.accordion-area section {  /*border: 1px solid #ccc;*/ }

.qa_title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer; 
    /*font-size:1rem; */
    font-size: 17px;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    color: #474747;
    letter-spacing: 0px;
    /*padding: 3% 3% 3% 50px;*/
    padding: 0 0% 5px 20px;
    transition: all .5s ease;
    margin:3em 0 5px 0;
    line-height: 1em;
    display: inline-block;
    border-bottom: 2px solid #474747;
    }

/* Icon ＋and× */
.qa_title::before,
.qa_title::after {
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #474747;
}

.qa_title::before {  top:38%;left: 0;  transform: rotate(0deg); }
.qa_title::after { top:38%;left: 0;  transform: rotate(90deg); }
.qa_title.close::before { transform: rotate(45deg); }
.qa_title.close::after { transform: rotate(-45deg); }

.q_box {
    display: none;
    }
/* -------------------------- End of Accordion View --- */


