@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------
smartphone(320~767px)
pc,tablet(768px~)
-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
▼共通項目対応　デザイン距離の近さを回避
-----------------------------------------------------------------*/
#wrapper { width: 100% ; }

/*-----------------------------------------------------------------
▼survey500/index
-----------------------------------------------------------------*/

#wrapper{ 
  font-size: 13px; /*em起点*/
  color: #555;
  margin: 0 auto;
  margin-top: 0 !important;
}

/* ▼20250914_FS記述▼ */
#column {
  width: 100%;
  float: none;
  margin: 0 auto;
}

#column-ttl {
  padding: 0 5%;
  font-size: 20px;
}

#column p {
  font-size: 1.2em;
  width: 90%;
  margin: 0 5% 20px;
}

#column ul li {
  font-size: 1.2em;
  width: 90%;
  margin: 0 5% 20px;
}

#column h2 {
  line-height: 24px;
  font-size: 20px;
  margin: 10px 5%;
  box-sizing: border-box;
  width: 90%;
}
#column h3 {
  margin: 10px 5%;
  box-sizing: border-box;
  width: 90%;
  font-size: 130%;
}
#column h4 {
  margin: 10px 5%;
  box-sizing: border-box;
  width: 90%;
  font-size: 110%;
}


/* ▲20250914_FS記述▲ */

#main {
  width: 100%;
  float: none;
  margin: 0 auto;
}

h1#index-main-ttl{
  width: 90%;
  max-width: 575px;
  height: 35vw ;
  max-height: 250px;
  margin: 20px auto;
/*   background: url(../../img/survey500/index-main-ttl.png) no-repeat 0px 0 ;
  background-size:100% auto;
   text-indent: -9999px; ▲20250914_FS記述▲ */
}

h2#main-ttl{
  width: 100%;
  max-width: 575px ;
  height: 30vw ;
  max-height: 195px;
  margin: 20px auto 20px;
  background: url(../../img/survey500/main-ttl.png) no-repeat 0px 0 ;
  background-size:100% auto;
  text-indent: -9999px;
}

#new ,
#past{
	width: 100%;
	margin: 0 auto;
}

#new{	border-bottom: 1px solid #524741; }

/*#new h2{/**/
	width: 210px;
  height: 52px;
	background: url(../../img/survey500/index-sub1.png) no-repeat top left;
	margin: 0 auto 28px;
	text-indent: -9999px;
}*/


#new li{/**/
  width:90%;
  max-width:472px ;
  height: 42vw;
  max-height: 185px;
  margin: 0  auto 20px;
  float: none;
}

#new li a{/**/
  height: 280px; /*20250914_FS数値変更42vw*/
/*  max-height: 185px; 20250914_FSコメントアウト記述*/
  position: relative; /*20250914_FS追加*/
}

#new li h3{/**/
  width: 100%; /*20250914_FS数値変更*/
  height: auto ; /*20250914_FS数値変更22vw*/
/*  max-height: 120px; 20250914_FSコメントアウト記述*/
  color: #ffffff;　/*20250914_FS色変更*/
  font-size: 1.2em;
  line-height: 150%;
  padding: 2% 5%; /*20250914_FS変更*/
/*  margin-bottom: 2%; 20250914_FSコメントアウト記述*/
  float: right;
  position: absolute; /*20250914_FS追加*/
  bottom: 0; /*20250914_FS追加*/
  box-sizing: border-box; /*20250914_FS追加*/
  -moz-box-sizing: border-box; /*20250914_FS追加*/

}

#new li h3 br{/**/
  display: none;
}

/*#past h2{	
  margin-bottom: 2%;
	width: 210px;
	height: 52px;
	background: url(../../img/survey500/index-sub1.png) no-repeat top left;
	margin: 0 auto 28px;
	text-indent: -9999px;
}　20250914_FSコメントアウト記述*/

#past li{/**/
  width:90%;
  max-width:472px ;
  height: 42vw ;
  max-height: 185px;
  margin: 0  auto 4vw;
  float: none;
}

#past li:nth-child(even){/**/
  width:90%;
  max-width:472px ;
  height: 42vw ;
  max-height: 185px;
  margin: 0  auto 4vw;
  float: none;
}

#past li a{
  height: 42vw ;
  max-height: 185px;
  position: relative; /*20250914_FS追加*/
}

#past li h3{/**/
  width: 100%; /*20250914_FS数値変更*/
  height: auto ; /*20250914_FS数値変更22vw*/
/*  max-height: 120px; 20250914_FSコメントアウト*/
  color: #ffffff; /*20250914_FS色変更*/
  font-size: 1.2em;
  line-height: 150%;
  padding: 2% 5%; /*20250914_FS変更*/
/*  margin-bottom: 2%; 20250914_FSコメントアウト*/
/*  float: right; 20250914_FSコメントアウト*/
  position: absolute; /*20250914_FS追加*/
  bottom: 0; /*20250914_FS追加*/
  box-sizing: border-box; /*20250914_FS追加*/
  -moz-box-sizing: border-box; /*20250914_FS追加*/
  	
}

#past li h3 br{
  display:none ;
}


.data{
  color: #534741;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.data:before {
    display: inline-block;
    width: 80px;
    border-radius: 3px;
    text-align: center;
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    margin-right: 5%;
    padding: 0.1em 0;
    line-height: 1.2em;
}

.notes{/**/
	display: block;
  font-size: 1.1em;
	color: #7AC943;
  font-weight: 900;
  letter-spacing: 1px;
  margin-top: 2vw;
}

#new .notes{ font-size: 1.1em; }

/*#past h2{
	width: 261px;
	height:53px;
	background: url(../../img/survey500/index-sub2.png) no-repeat top left;
	margin: 30px auto 28px;
	text-indent: -9999px;
}　20250914_FSコメントアウト記述*/

#past h2 {
  line-height: 24px;
  font-size: 20px;
  margin: 10px 5%;
  box-sizing: border-box;
  width: 90%;
  text-align: center;
}/*20250914_FSコメントアウト記述*/


/*-----------------------------------------------------------------
.data:before (tag種別)
-----------------------------------------------------------------*/

.change:before {
    content: 'バイト'; 
    background-color: #e66a47;
}

/*-----------------------------------------------------------------
画像更新範囲　(survey-500で指定)
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
▼ survey500/vol基本
-----------------------------------------------------------------*/

#contents h1{
    width: 80%;
    text-align: center;
    font-size: 1.3rem;
    color: #FFF;
    background-image: url("../../img/survey500/bg1.png");
    background-position: center 120px;
    max-width: 610px;
    margin: 20px auto;
    padding: 20px 5%;
    border-radius: 10px;
    overflow: hidden;
}

#contents h1 span{
  display: block;
  color:#7AC943;
  font-size: 1em;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    max-width: 59px;
    height: 38px;
    margin: 0px auto 20px;
    background-image: url("../../img/survey500/vol-no.png");
    background-position: center top;
    padding: 26px 0px 0px 58px;
}

#contents p{
  font-size: 1.2em;
  width: 90%;
  margin: 0 5% 20px;
}

#contents p:last-child{ margin-bottom: 0; }

#contents section{
  width: 100%;
}

#contents section div.chart{
  width: 80%;
  margin: 0 10%;
  float: left;
}

#contents section#outline div, #contents section#outline div:last-child {
  width: 80vw;
  margin: 0 10vw;
  float: none;
}

#contents section ul{
  width: 100%;
  margin: 0 auto;
}

#contents section ul ul{
  width: 75%;
  margin: 0 auto;
  float: center;
  float: right;
  text-align: left;
}

#contents section div.more {
  float: right;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  width: 60vw;
  height: 32px;
  background: #7AC943 none repeat scroll 0% 0%;
  margin: 10px 20vw 5px;
  border-radius: 5px; 
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

#contents section div.more:hover {
  background: #ccc none repeat scroll 0% 0%;
  margin: 13px 20vw 2px;
}

section#opinion{ 
  width:  85vw;
  background: url(../../img/survey500/opinion-ttl.png) no-repeat top left; 
  margin: 20px 10vw 20px 5vw;
}

#contents section#opinion h3 {
  width: 100%;
  padding: 60px 0 15px;
  margin: 0;
}

#opinion ul li{
  font-size: 16px;
  line-height: 30px;
  background-repeat: no-repeat ;
  padding-left: 25px;
  background: url(../../img/survey500/opinion-list.png) no-repeat 6px 8px;
}

#opinion ul li span {
  width: 60px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #77B3E3 none repeat scroll 0% 0%;
  font-size: 14px;
  line-height: 30px;
  padding: 3px 6px;
  margin: 0px 10px 10px;
}

#opinion ul li span.w {
  background: #ff9099 none repeat scroll 0% 0%;
  margin: 0px 10px;
}

#contents section#outline h3{
  font-size: 20px;
  font-weight: 200;
  color: #666;
  margin-bottom: 0px;
  border-top: 2px dotted #7AC943;
  padding: 20px 0 10px;
}

#outline div{
  font-size: 13px;
  float: left;
  width: 58%;
  margin-right: 3%;
}

#contents #comment{
  width: 80%;
  font-size: 13px;
  line-height: 34px;
  padding: 5%;
  color: #fff;
  background: url(../../img/survey500/bg1.png) repeat scroll left top;
  margin: 20px 5% 20px;
}

#contents #comment p{
  font-size: 1.2em;
  width: 100%;
  margin: 0 0 20px 0;
}

#contents a{ 
  width: 100%;
  text-align: center;
}


#contents a img{ 
  width: 280px;
  height: 60px;
  margin: 5px auto;
}

#contents a img:hover{ 
  width: 280px;
  height: 60px;
  margin: 8px auto 2px;
}

#contents section#comment h3 {
  display: block;
  width: 60px;
  line-height: 30px;
  text-align: center;
  color: #7AC943;
  font-size: 16px;
  border-radius: 3px;
  background: #fff none repeat scroll 0% 0%;
  padding: 3px 10px;
  margin: 10px 0px;
  float: none;
}

#contents section h3{
  width: 90vw;
  font-size: 130%;
  color: #7AC943;
  margin: 40px 10px 20px;
  float: none;
}

#contents section h3 br{
  display:none ;
}

#contents section #opinion h3{ 
  width: 90%;
  margin: 70px 5% 20px 5%; 
  float: left;
}

.chart{
  width: 100%;
  text-align: center;
}

.chart li {
    background-repeat: no-repeat ;
    background-position: 0px 4px;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    text-indent: 35px;
    padding: 5px;
}

canvas{ width:70% ; height: 60vw ;}

/*-----------------------------------------------------------------
googlechartAPI　margin/幅調整 ( 600~767px )
-----------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width:767px){
.chart_bar{/**/
	width: 700px;
  height: 500px;
  margin: -80px 0 0 -6%;
}

.bar{/**/
  display: block;
  width: 700px;
  height: 500px;
}
}

/*-----------------------------------------------------------------
googlechartAPI　margin/幅調整 ( 500~599px )
-----------------------------------------------------------------*/
@media screen and (min-width: 500px) and (max-width:599px){
.chart_bar{/**/
	width: 700px;
  height: 500px;
  margin: -80px 0 0 -100px;
}

.bar{/**/
  display: block;
  width: 700px;
  height: 500px;
}
}

/*-----------------------------------------------------------------
googlechartAPI　margin/幅調整 ( 320~499px )
-----------------------------------------------------------------*/
@media screen and (max-width:499px){
.chart_bar{
	width: 440px;
  height: 400px;
  margin: -80px 0 0 -63px;
}

.bar{
  display: block;
  width: 440px;
  height: 400px;
}
}

/*-----------------------------------------------------------------
list凡例 list-malk
-----------------------------------------------------------------*/
/* 赤:chart1 */
ul.chart-lg1 li:nth-child(1){ background-image:  url(../../img/survey500/list1.png) ; background-repeat:no-repeat ; background-position: 0 5px; }
ul.chart-lg1 li:nth-child(2){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -28px; }
ul.chart-lg1 li:nth-child(3){ background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -61px; }
ul.chart-lg1 li:nth-child(4){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -94px; } 
ul.chart-lg1 li:nth-child(5){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -127px; } 
ul.chart-lg1 li:nth-child(6){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -160px; } 
ul.chart-lg1 li:nth-child(7){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -193px; } 
ul.chart-lg1 li:nth-child(8){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -226px; } 
ul.chart-lg1 li:nth-child(9){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -259px; } 

ul.chart-lg1-2 li:nth-child(1){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -259px; } 
ul.chart-lg1-2 li:nth-child(2){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -292px; } 
ul.chart-lg1-2 li:nth-child(3){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -325px; } 
ul.chart-lg1-2 li:nth-child(4){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -358px; } 
ul.chart-lg1-2 li:nth-child(5){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -391px; } 
ul.chart-lg1-2 li:nth-child(6){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -424px; } 
ul.chart-lg1-2 li:nth-child(7){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -457px; } 
ul.chart-lg1-2 li:nth-child(8){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -490px; } 
ul.chart-lg1-2 li:nth-child(9){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -523px; } 
ul.chart-lg1-2 li:nth-child(10){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -556px; } 
ul.chart-lg1-2 li:nth-child(11){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -589px; } 
ul.chart-lg1-2 li:nth-child(12){background-image:  url(../../img/survey500/list1.png)  ; background-repeat:no-repeat ; background-position: 0 -622px; } 

/* 青:chart2 */
ul.chart-lg2 li:nth-child(1){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 5px; }
ul.chart-lg2 li:nth-child(2){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -28px; }
ul.chart-lg2 li:nth-child(3){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -61px; } 
ul.chart-lg2 li:nth-child(4){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -94px; } 
ul.chart-lg2 li:nth-child(5){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -127px; } 
ul.chart-lg2 li:nth-child(6){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -160px; } 
ul.chart-lg2 li:nth-child(7){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -193px; } 
ul.chart-lg2 li:nth-child(8){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -226px; } 

ul.chart-lg2-2 li:nth-child(1){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -259px; } 
ul.chart-lg2-2 li:nth-child(2){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -292px; } 
ul.chart-lg2-2 li:nth-child(3){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -325px; } 
ul.chart-lg2-2 li:nth-child(4){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -358px; } 
ul.chart-lg2-2 li:nth-child(5){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -391px; } 
ul.chart-lg2-2 li:nth-child(6){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -424px; } 
ul.chart-lg2-2 li:nth-child(7){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -457px; } 
ul.chart-lg2-2 li:nth-child(8){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -490px; } 
ul.chart-lg2-2 li:nth-child(9){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -523px; } 
ul.chart-lg2-2 li:nth-child(10){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -556px; } 
ul.chart-lg2-2 li:nth-child(11){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -589px; } 
ul.chart-lg2-2 li:nth-child(12){background-image:  url(../../img/survey500/list2.png)  ; background-repeat:no-repeat ; background-position: 0 -622px; } 


/*-----------------------------------------------------------------
▼ スマートフォン対応
-----------------------------------------------------------------*/

#contents p, #contents #comment p { display: none; }

#contents p.sp, #contents #comment p.sp{ display: inline-block; }

#side { 
  display: block;
  width:100%;
  margin-left: 0; 
  float: none ;
}

#to-job{
  display: block;
  margin-bottom:20px;
}

#side #to-job a {
  width:80% ;
  min-width: 300px;
  height: 80px;
  float: none;
  display: block;
  margin: 30px auto 0;
}

#rank-new{ display: none; }

#tool{ display: none; }

#wrapper p.gotop{ display: none; }

#wrapper p.gobottom { display: none; }

.postinfo{display: none;}