@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 { font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif; }

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

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

div.header01 {
    width:323px;
    float: left;
    padding:7px 0 0 13px;
}

div.header01 h1 a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.5px;
    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;
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-top: 2px;
    }
    
div.header02 {
    width:688px;
    float: right;
}

/* ------------------------------------------------------------------------------ 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:15px 15px 17px 15px;*/ /*change:23.2.6*/
    padding:15px 23px 17px 0px;
    color: #ffffff;
    font-size: 12px;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    line-height: 1em;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition:all .3s;
}

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

ul.disclistBtn li li {
    float: none;
    }

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

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

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
/*ul.disclistBtn li.has-child::before{
  content:'';
  position: absolute;
  left:15px;
  top:25px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
  border-right:2px solid #999;
  transform: rotate(135deg);
}*/

/*3階層目を持つliの矢印の設定*/
/*ul.disclistBtn ul li.has-child::before{
  content:'';
  position: absolute;
  left:6px;
  top:17px;
  width:6px;
  height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}*/

/*== 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: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
}

/*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 {
  /*background:#8d0095;*/
  /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
}

/*==3階層目*/

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

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 {
    font-family:"Yu Gothic Pr6N B";
    text-align: center;
    padding-top: 11px;
    font-size: 13px;
    line-height: 2.5em; 
    letter-spacing: 1px;
    color: #ffffff;
}

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

div.text_box {
     /*color: #6e6e6e;*/
     color: #474747;
    
    width: 828px;
    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: 828px;
    color: #ffffff;
    margin: auto;
}

div.jury_box { padding: 52px 0 0 0; }

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


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

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

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

h4.tit_h4w {
    margin:0;
    line-height: 1.3em;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N D", YuGothic, sans-serif;
    /*width: 100%;*/
}


h4.tit_h4w_2 {
    margin:0;
    line-height: 1.3em;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 1.5px;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
}

h4.tit_h4w_3 {
    margin:0;
    line-height: 1.3em;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1.5px;
    display: inline-block;
    padding-bottom: 5px;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
}

/* -------------------------- End of Title for PC --- */


/* -------------------------- 受賞作品ページ --- */

/* ------- 受賞作品ページ Main Title for PC --- */
div.mainimg2 {
    /*width: 1024px;*/
    width: 100%;
    margin: auto; 
    background-color: #ce1e16;
}

div.mainimg_box2 {
    width: 800px; 
    margin: auto; 
    /*padding-top: 71px;*/
    padding-top: 116px;
    padding-bottom: 71px;
    text-align: center;
}

h2.h2tit_ja {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    /*letter-spacing: -0.7px;*/
    letter-spacing: 0.5px;
    line-height: 0em;
    font-size: 13px;
    padding-bottom: 31px;
    color: #ffffff;
}

h2.h2tit_en {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1.4px;
    /*font-weight: bold;*/
    line-height: 0em;
    font-size: 24px;
    padding-bottom: 31px;
    color: #ffffff;
}

p.txt_main_s {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    /*letter-spacing: -0.7px;*/
    letter-spacing: -0.6px;
    line-height: 1.9em;
    font-size: 13px;
    padding-bottom: 0px;
    color: #ffffff;
}
/* ------- End of 受賞作品ページ Main Title for PC --- */

/* ------- Grand Award Winner 最優秀賞  --- */
div.box_s08_1 {
    width:448px;
    margin: auto;
    padding-top: 73px;
}
div.box_s08_1 a img {
width:100%;
}

div.box_s08_1 a {
    text-decoration: none;
}

div.box_s08_1 a:hover {
    /*color: #d98fdb;*/
    /*color: #bfc1ff;*/
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
    text-decoration: underline;
}

div.box_s08_1 a:hover p {
    /*color: #d98fdb;*/
    /*color: #bfc1ff;*/
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
}

div.box_s08_1 a p {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 0.8px;
    line-height: 2em;
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0px;
    color: #474747;
}



/* ------- End of Grand Award Winner 最優秀賞  --- */

/* ------- Excellent Award Winner 優秀賞  --- */
div.boxs08_2 {
    position:relative;
    left:-15px;
    width: 860px;
}

div.boxs08_2 ul {padding-top: 73px;}

div.boxs08_2 ul li a {
    display: block;
    width:255px;
    padding:0 15px 0 15px;
    text-decoration: none;
}

div.boxs08_2 ul li a:hover {
    text-decoration: underline;
    /*color: #d98fdb;*/
    /*color: #bfc1ff*/;
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
}

div.boxs08_2 ul li a:hover p {
    /*color: #d98fdb;*/
    /*color: #bfc1ff*/;
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
}

div.boxs08_2 ul li a:hover p span {
    /*color: #d98fdb;*/
    /*color: #bfc1ff*/;
    /*color: #ffbca9;*/ /*add:22.12.1*/
    color: #ffa8ec; /*add:24.2.21*/
}

div.boxs08_2 ul li a p {
    margin: 0;
    padding: 0 0;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 0px;
    line-height: 2em;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #474747;
}

div.boxs08_2 a p span {
    margin: 0;
    padding: 0 0;
    font-family:"Yu Gothic Pr6N D" ;
    letter-spacing: 0px;
    line-height: 2em;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #474747;
}

/* ------- End of Excellent Award Winner 優秀賞  --- */

/* ------- Award Winner 入選 --- */
p.txt_award_winner_s {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 2.6em;
}

p.txt_award_winner_m {
    text-align: center;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    text-decoration: none;
}

div.box_s08_3 {padding-top: 73px;}

div.box_category1 {width:202px; float: left;}
div.box_category2 {width:210px; float: left;}
div.box_category3 {width:210px; float: left;}
div.box_category4 {width:202px; float: left;}

div.box_category_img {
    position:relative;
    left:0;
    width: 150px;
    margin: 0 30px 0 22px;
}

div.box_category_img a {
    display: block;
    width:150px;
    height: 150px;
    float: left;
    position: relative;

}

div.box_category_img a img {
    width:100%;
    position:absolute;
    left:0;
    top: 0;
    border-radius: 75px;
}

div.box_category_img  a span {
    display: grid;
    place-items: center;
    width:150px;
    height: 150px;
    position:absolute;
    left:0;
    top: 0;
    color: #474747;
    vertical-align: middle !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 25px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    border-radius: 75px;
}

div.box_category_img a:hover > span {
    /*background-color: #d98fdb;*/
    /*background-color: #bfc1ff;*/
    /*background-color: #ffbca9;*/
    background-color: #ffa8ec;
    transition: all 0.4s;
}

/* Category 1 2 3 4 各一覧 */
section.box_s08_3_1 {padding-top: 3.5em;}

h4.tit_category01 { padding-top: 3em; }

div.box_category01,
div.box_category02 {
    padding-top: 35px;
    position:relative;
    left:0;
    width: 860px;
}

div.box_category02 {
    padding-top: 0;
}

div.box_category01 a,
div.box_category02 a {
    display: block;
    width:138px;
    /*height: 195px;*/
    height: 98px;
    float: left;
    margin-right:34px;
    margin-bottom: 34px;
    position: relative;
}

div.box_category01 a img,
div.box_category02 a img {
    width:100%;
    position:absolute;
    left:0;
    top: 0;
}

div.box_category01 a span,
div.box_category02 a span {
    /*display: inline-block;*/
    display: grid;
    place-items: center;
    width:128px;
    /*height: 195px;*/
    height: 98px;
    position:absolute;
    left:0;
    top: 0;
    padding:0 5px 0 5px;
    /*background-color: #d98fdb;*/
    /*background-color: #bfc1ff;*/
    /*background-color: #ffbca9;*/
    background-color: #ffa8ec;
    color: #474747;
    vertical-align: middle !important;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 22px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    opacity: 0;
}

div.box_category01 a:hover > span,
div.box_category02 a:hover > span {
    opacity: 1;
    transition: all 0.4s;
}


div.box_category01b,
div.box_category02b {
  display: flex;
  justify-content: space-between; /* live sample で変更可能 */
  margin-top: 2em;
}

div.box_category02b {
  margin-top: 0;
  background-color:#f5f5f5;
}

div.box_category01b a,
div.box_category02b a {
   display: block;
   width:47%;
   height:inherit;
   text-decoration: none;
}

div.box_category01b a img,
div.box_category02b a img {
   width:100%;
}

div.box_category01b a span,
div.box_category02b a span {
    color: #474747;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
}

/* ------- End of Award Winner 入選 --- */


/* ------- 審査員総評 審査委員長・審査副委員長 メッセージ --- */
div.area_c01 {padding-top: 2.4em;}

section.box_s08c {padding-top: 20px;}

div.jmamber_box {
    width: 200px;
    line-height: 1em;
    color: #ffffff !important;
    padding-top: 27px;
    font-size: 14px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    font-weight: normal;
    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;*/
    display:block;
    font-size: 17px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    float: none;
}

div.juimg {
    width: 182px;
    height: 182px;
    margin-bottom: 10px;
    float: none;
}


div.juimg img {
    width: 100%;
}

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

div.message_box span {
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    font-size: 17px;
    /*letter-spacing: -0.5px;*/
    letter-spacing: 1px;

}

div.message_box p {
        font-size: 13px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
        line-height: 1.8em;
    }
    
p.message_box_txt {padding-top: 1.5em;}

div.area_vice_c01 {padding-top: 2.4em;}

    
/* 背景：ce1e16  */
div.bg_red {background-color: #ce1e16;}

/* ------- 最終審査／受賞作品発表／懇親会 --- */
div.box_3box {
    width:720px;
    margin: auto;
    padding-top: 73px;
}

div.box_3box img {width:100%;}

/* ------- 最終審査会 --- */
p.box_saisyuushinsa, p.box_saisyuushinsa a {
    font-size: 13px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    line-height: 1.8em;
}

h4.tit_h4w_more01 {padding-top: 5.5em;}

/* ------- 懇親会 --- */
h4.tit_h4w_more02 {padding-top: 5em;}

div.box_shinbokukai {
    padding-top: 40px;
    padding-bottom: 0;
}

div.img_shinbokukai01 {
    width:255px;
    float: left;
    padding-right:31px;
}

div.img_shinbokukai02 {
    width:255px;
    float: left;
    padding-right:31px;
} 

div.img_shinbokukai03 {
    width:255px;
    float: left;
}

div.img_shinbokukai01 img,
div.img_shinbokukai02 img,
div.img_shinbokukai03 img {
        width:100%;
    }

/* ------- 受賞者向けプログラム --- */
div.box_programforw {
    padding-top: 20px;
    padding-bottom: 0;
}

div.img_programforw01 {
    width:255px;
    float: left;
    padding-right:31px;
}

div.img_programforw02 {
    width:255px;
    float: left;
    padding-right:31px;
}

div.img_programforw03 {
    width:255px;
    float: left;
}

div.img_programforw01 img,
div.img_programforw02 img,
div.img_programforw03 img {
        width:100%;
    }
    
/* -------------------------- End of 受賞作品ページ --- */


/* -------------------------- 各受賞作品ページ --- */

/* Btn back to list(1) */
div.btn_backtolist01 {
    background: url('../images/2022/btn_left01.svg') left top no-repeat;
    display: block;
    width:34px;
    height: 34px;
    float: left;
    margin: 25px 0 0 28px;
    position: fixed;
}

div.btn_backtolist01 a  {
    display: block;
    width:34px;
    height: 34px;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 1px;
    line-height: 1px;
}

div.btn_backtolist01 a:hover  {
    background-color: #f5f5f5;
    opacity: 0.5;
}

/* Btn back to list(2) */
div.btn_backtolist02 {
    background: url('../images/2022/btn_left01.svg') left top no-repeat;
    display: block;
    width:150px;
    height: 34px;
    margin:auto;

}

div.btn_backtolist02 a  {
    display: block;
    width:103px;
    height: 34px;
    padding-left:47px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 0.5px;
    line-height: 34px;
    font-size: 12px;
    color: #464646;
    text-decoration: none;
}

div.btn_backtolist02 a:hover  {
    background-color: #f5f5f5;
    opacity: 0.5;
}

/* Award Title */
p.award_tit {
    display: block;
    margin: 0;
    padding:27px 28px 0 0;
    width: 400px;
    float: right;
    text-align: right;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    /*letter-spacing: 0.4px;*/
    letter-spacing: 1.1px;
    line-height: 1em;
    font-size: 12px;
    color: #464646;
}

p.award_tit span {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    /*letter-spacing: 0.6px;*/
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1em;
    font-size: 16px;
    color: #464646;
    padding-top: 11px;
}

/* each Award Title : Grand Award Winner */
h2.award_gaw {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    /*letter-spacing: 2.5px;*/
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
    /*color: #b400d7;*/
    /*color: #ff5b2e;*/
    color: #ff00ff;
    padding-top: 50px;
    text-align: center;
}

/* Title : Excellent Award Winner */
h2.award_eaw {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
    color: #ce1e16;
    padding-top: 50px;
    text-align: center;
}

/* Title : Award Winner */
h2.award_aw {
    display: block;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1em;
    font-size: 38px;
    color: #464646;
    padding-top: 50px;
    text-align: center;
}

/* each Award image */
div.award_img01 {
    width:448px;
    margin: auto;
    padding-top: 72px;
    padding-bottom: 108px;
}

div.award_img01 img {
    width:100%;
    height: inherit; /* あとで削除 */
}

/* each Award information */
div.text_box_more01 {
    border-top: 2px solid #464646;
    padding-top: 64px;
    padding-bottom: 91px;
}

div.text_box_more02 {
    border-top: 2px solid #464646;
    padding-top: 42px;
    padding-bottom: 60px;
}

div.text_box_more03 {
    border-top: 2px solid #464646;
    padding-top: 118px;
    padding-bottom: 135px;
}

div.moreinfo_left_box {
    width:415px;
    float: left;
}

div.moreinfo_right_box {
    width:384px;
    float: right;
}

div.moreinfo_box01 {padding-bottom: 29px;}
div.moreinfo_box02 {padding-bottom: 50px;}
.lesp0 {/*letter-spacing: 0px;*/}

div.moreinfo_tit02 {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    letter-spacing: 1px;
    line-height: 1.9em;
    font-size: 12px; 
    color: #464646;
    padding-bottom: 28px;
}

div.moreinfo_txt02 p {
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 0.8px;
    line-height: 2em;
    font-size: 12px;
    color: #464646;
}

div.moreinfo_tit03 {
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    letter-spacing: 1px;
    line-height: 1.9em;
    font-size: 12px;
    color: #464646;
    padding-bottom: 28px;
}

div.moreinfo_txt03 p {
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 0.8px;
    line-height: 2em;
    font-size: 12px;
    color: #464646;
    /*padding-bottom: 25px;*/
}






.moreinfo_tit01 {
    margin: 0;
    padding: 0;
    width: 80px;
    font-family: "Yu Gothic Pr6N B", YuGothic, sans-serif;
    letter-spacing: 1px;
    line-height: 1.9em;
    font-size: 12px;
    color: #464646;
    vertical-align: top;
    float:left;
    }

.moreinfo_txt01 {
    margin: 0;
    padding: 0;
    width: 331px;
    vertical-align: top;
    float: right;
}

.moreinfo_txt01 p  {
    margin:0;
    padding: 0;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 12px;
    color: #464646;
    vertical-align: top;
}

.moreinfo_txt01 p a {
        margin:0;
        padding: 0;
        font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
        letter-spacing: 1px;
        line-height: 2em;
        font-size: 12px;
        color: #464646;
    }

/* -------------------------- End of 各受賞作品ページ --- */


/* -------------------------- Contact for PC --- */
 div.contact_content { 
    /*background-color: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
 }
 
div.contact_box { 
    /*background-color: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
    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 --- */


/* -------------------------- 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: "."; */
      content: "";
      display: block; 
      clear: both; 
      /*height: 0; */
      /*font-size:0;*/
      
      visibility:hidden;
}

.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
    /*display: inline-block;*/
    display: 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;}
.paragD2 {padding-top: 2.7em;}
.parag {padding-top: 3em;}
.paragM {padding-top: 4.5em;}
.paragM2 {padding-top: 5.5em;}
.paragH {padding-top: 6em;}
.paragH2 {padding-top: 7em;}
.paragL {padding-top: 8em;}
.paragL2 {padding-top: 8.7em;}
.paragL3 {padding-top: 10em;}
.paragL4 {padding-top: 10.5em;}

/* --- 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;}

/* --- 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: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
    padding: 2px 3px;
    color: #ffffff;
    margin:0 3px;
    text-decoration: none;
}

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

a.btn_txt02 {
    display: inline-block;
    /*background-color: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
    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;
}

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

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

span.red {
    color: #ce1e16;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    }

/* -------------------------- Header for SP --- */
#header_sp {
    position: fixed;
    top: 0;
    /*height:inherit;*/
    height:45px;
    width: 100%;
    /*background-color: #b400d7;*/
    /*background-color: #ff5b2e;*/
    background-color: #ff00ff;
    padding: 0;
    display: none;
    z-index: 900;
}

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: 25px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #ffffff; 
}

div.tit_sp02 span {
    font-size: 22px;
    line-height: 120%;
    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 !important;*/
    font-family: 'Roboto', sans-serif;
    /*font-size: 26px !important;*/
    font-size: 17px !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-weight: bold;
  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 --- */


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

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

    #header_sp {
        display:inherit;
    }

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

div.tit_sp_cont {
    padding-left: 4%;
    padding-bottom: 1%;
}
    div.tit_sp01 {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: 0.5px;
        color: #ffffff;
    }

    div.tit_sp01 span {
        display: block;
        font-family: "Yu Gothic Pr6N M", YuGothic, sans-serif;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: -0.5px;
        color: #ffffff;
        padding-top: 2%;
    }

    div.mainimg_box2 {
        width:inherit;
        max-width: 700px; 
        margin: auto; 
        /*padding-top: 71px;*/
        padding-top: 140px;
        padding-bottom: 71px;
    }

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

.bk_info_box {
    padding-top: 66px;
}

h2.h2tit_ja {
    letter-spacing: 0px;
    font-size: 14px;
    padding-bottom: 25px;
}

h2.h2tit_en {
    letter-spacing: 1.4px;
    line-height: 1.8em;
}

p.txt_main_s {
    letter-spacing: 0.6px;
    }

/* each Award information */
div.text_box_more01 {
    padding-top: 44px;
    padding-bottom: 91px;
}

div.text_box_more03 {
    padding-top: 48px;
    padding-bottom: 85px;
}

div.moreinfo_left_box {
    width:100%;
    float: none;
    padding-bottom: 40px;
}

div.moreinfo_right_box {
    border-top: 2px solid #464646;
    padding-top: 42px;
    width:100%;
    float: none;
}

.moreinfo_tit01 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    line-height: 1.9em;
    font-size: 15px;
    float:none;
    }

.moreinfo_txt01 {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
    float: none;
}

.moreinfo_txt01 p  {
    margin:0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 15px;
}

.moreinfo_txt01 p a {
        margin:0;
        padding: 0;
        letter-spacing: 0.8px;
        line-height: 2em;
        font-size: 15px;
    }
    
/* Award Title */
p.award_tit {
    display: block;
    margin: 0;
    padding:47px 0 0 0;
    width: 100%;
    float: none;
    text-align: center;
    letter-spacing: -0.8px;
    font-size: 15px;
}

p.award_tit span {
    display: block;
    letter-spacing: -0.1px;
    font-size: 16px;
    padding-top: 16px;
}

/* each Award Title : Grand Award Winner */
h2.award_gaw {
    letter-spacing: 1px;
    font-size: 28px;
    padding-top: 35px;
}

/* Title : Excellent Award Winner */
h2.award_eaw {
    letter-spacing: 0;
    font-size: 28px;
    padding-top: 35px;
    letter-spacing: -0.3px;
}

/* Title : Award Winner */
h2.award_aw {
    letter-spacing: 1px;
    font-size: 28px;
    padding-top: 35px;
}

/* each Award image */
div.award_img01 {
    width:100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 50px;
}

div.award_img01 img {
    width:100%;
    height: inherit; /* あとで削除 */
}


div.moreinfo_tit02 {
    line-height: 1.9em;
    font-size: 17px; 
    padding-bottom: 28px;
}

div.moreinfo_txt02 p {
    letter-spacing: 0.8px;
    line-height: 2em;
    font-size: 15px;
}

div.moreinfo_tit03 {
    line-height: 1.9em;
    font-size: 15px;
    padding-bottom: 28px;
}

div.moreinfo_txt03 p {
    letter-spacing: 0.8px;
    line-height: 2em;
    font-size: 15px;
}

/* ------- Award Winner 入選 --- */
p.txt_award_winner_s {
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 2.6em;
}

p.txt_award_winner_m {
    text-align: center;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
}

div.box_category_img a img {
    width:100%;
    border-radius: 50%;
}

div.box_s08_3 {padding-top: 13px;}


div.box_category01b,
div.box_category02b {
  display: flex;
  justify-content: space-between; /* live sample で変更可能 */
  margin-top: 2em;
}

div.box_category02b {
  margin-top: 0;
  background-color:#f5f5f5;
}

div.box_category01b a,
div.box_category02b a {
   display: block;
   width:47%;
   height:inherit;
   text-decoration: none;
}

div.box_category01b a img,
div.box_category02b a img {
   width:100%;
}

div.box_category01b a span,
div.box_category02b a span {
    color: #474747;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
}


div.box_category01c {
  display: flex;
  justify-content: space-between; /* live sample で変更可能 */
  margin-top: 3em;
}

div.box_category01c > div {
   display: block;
   width:49%;
   height:inherit;
   text-decoration: none;
}

div.box_category1 {width:90%; float: none;}
div.box_category2 {width:90%; float: none;}
div.box_category3 {width:90%; float: none;}
div.box_category4 {width:90%; float: none;}

div.box_category_img {
    width:78%;
    height:inherit;
    margin: 0 0 0 0;
    margin: auto;
    margin-bottom: 0;
}

#s08_2 {padding-top: 4em;}
#s08_3 {padding-top: 4em;}

/* ------- End of Grand Award Winner 最優秀賞  --- */
div.box_s08_1 {
    width:100%;
    padding-top: 53px;
}

div.box_s08_1 p {
    font-size: 15px;
    padding-top: 5px;
}
/* ------- End of Grand Award Winner 最優秀賞  --- */

/* ------- Excellent Award Winner 優秀賞  --- */
div.boxs08_2 {
    position:relative;
    left:0;
    width: 100%;
    margin: auto;
}

div.boxs08_2 ul {
padding-top: 53px;
width: 100%;
}

div.boxs08_2 ul li a {
    width:74%;
    padding:0 13%  0 13%;
}

div.boxs08_2 ul li a img {
    width:100%;
}

div.boxs08_2 ul li p {
    width:74%;
    padding:0 13%  0 13%;
    font-size: 15px;
    padding-top: 5px;
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   /*width:94%;*/
   width:100%;
    margin:0 auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    /*margin:0 10px;*/
    margin:0 0;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 00% !important;
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 0% !important;
}

/* ------- End of Excellent Award Winner 優秀賞  --- */

/* Category 1 2 3 4 各一覧 */
section.box_s08_3_1 {padding-top: 3.5em;}

h4.tit_category01 { padding-top: 3em; }



    div.juimg {
        width: 45.797%;
        height: inherit;
        float: left;
    }

section.box_s08c {padding-top: 0px;}

div.jmamber_box span {
    display: grid;
    vertical-align: middle !important;
    width: 40.201%;
    height:inherit;
    font-size: 17px;
    padding-left: 14%;
    padding-top: 2em;
    font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    float: right;
}

    div.message_box {
        width: 100%;
        font-size: 14px;
        padding-top: 0;
        float: none;
    }

div.message_box p {
        font-size: 16px;
    }
    
p.message_box_txt { padding-top: 0;}

    div.jmamber_box {
        width: 100%;
        padding-top: 0;
        float: none;
    }
    


h3.tit_h3 {
    margin:0;
    padding: 9px 10px;
    font-size: 18px;
}

h3.tit_h3w {
    margin:0;
    padding: 9px 10px;
    font-size: 18px;
}

/* ------- 最終審査／受賞作品発表／懇親会 --- */
div.box_3box {
    width:100%;
    margin: auto;
    padding-top: 50px;
}

/* ------- 最終審査会 --- */
p.box_saisyuushinsa {
    font-size: 16px;
    line-height: 1.8em;
}

h4.tit_h4w_more01 {padding-top: 4em;}

/* ------- 懇親会 --- */
h4.tit_h4w_more02 {padding-top: 4em;}

div.box_shinbokukai {
    padding-top: 45px;
    padding-bottom: 60px;
}

div.img_shinbokukai01 {
    width:100%;
    float: none;
    padding-right:0;
    padding-bottom: 10px;
}

div.img_shinbokukai02 {
    width:100%;
    float: none;
    padding-right:0;
    padding-bottom: 10px;
} 

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

/* ------- 受賞者向けプログラム --- */
div.box_programforw {
    padding-top: 15px;
    padding-bottom: 60px;
}

div.img_programforw01 {
    width:100%;
    float: none;
    padding-right:0;
    padding-bottom: 10px;
}



    .btn_more01{
        margin-top: 2em !important;
    }
    
      .btn_close01{
        margin-top: 2em !important;
    }  

    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: 89.160%;
        margin: auto;
    }

/* -------------------------- Red contents for PC --- */
    div.main_outline2 {
        width: 100%;
    }

    div.text_box2 {
        width: 89.160%;
    }

    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; /* 更新  */
}

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

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

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

    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: 42px; 
        color: #ffffff; 
        line-height: 1.7em; 
        font-family: "Yu Gothic Pr6N R", YuGothic, sans-serif;
    }

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

    div.submain02b p {
        font-size: 20px; 
        color: #ffffff; 
        line-height: 2em; 
        font-family: "Yu Gothic Pr6N M", 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;*/
    max-width: 828px;
    /*margin:0 auto;*/
    margin: 0;
    padding: 0;
}
.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;*/
    padding: 0;
    transition: all .5s ease;
    /*margin:3em 0 5px 0;*/
    margin:0;
    line-height: 1em;
    display: inline-block;
    /*border-bottom: 2px solid #474747;*/
    }

    .btn_more01{
        top:-5px;
        width: 100%;
        height: 52px;
        left:0;
        background: url('../images/2022/btn_more01.svg') center top no-repeat;
    }

.btn_close01{
    width: 100%;
    height: 52px;
    left:0;
    background: url('../images/2022/btn_close01.svg') center top no-repeat;
}


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

.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;
    }

div.q_box_more01 {position: relative; top:-57px;}

/* -------------------------- End of Accordion View --- */




/* -------------------------- Slider --- */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after { clear: both;}

.slick-loading .slick-track { visibility: hidden;}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    }
    
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img { display: block;}
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide {  display: block;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden { display: none;}




.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   /*width:94%;*/

   width:100%;
    margin:0 auto;
    /*border:1px solid #333333;*/
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}


/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    /*margin:0 10px;*/
    margin:0 0;
}

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    /*top: 42%;*/
    top: 235px;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    /*border-top: 2px solid #666;*//*矢印の色*/
    /*border-right: 2px solid #666;*//*矢印の色*/
    /*height: 15px;*/
    height: 36px;
    /*width: 15px;*/
    width: 36px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    /*left: -1.5%;*/
    left: -47px;
    /*transform: rotate(-135deg);*/
    background: url('../images/2022/btn_left01.svg') left top no-repeat;
    display: block;
    width:36px;
    height: 36px;
}

.slick-next {/*次へ矢印の位置と形状*/
    /*right: -1.5%;*/
    right: -45px;
    /*transform: rotate(45deg);*/
    background: url('../images/2022/btn_right01.svg') left top no-repeat;
    display: block;
    width:36px;
    height: 36px;
}


.slick-dots {text-align:center;margin:20px 0 0 0;display: none !important;}
.slick-dots li {display:inline-block;margin:0 5px;}
.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{background:#333;/*ドットボタンの現在地表示の色*/}

/* -------------------------- End of Slider --- */



