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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-40	{ margin-top:-40px !important; }
.mt-30	{ margin-top:-30px !important; }
.mt-20	{ margin-top:-20px !important; }
.mt-15	{ margin-top:-15px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }




@media print, screen and (min-width: 1201px) {
.main_l {
	display: block !important;
}
.main_m {
	display: none !important;
}
.main_s {
	display: none !important;
}
}
@media print, screen and (max-width: 1200px) and (min-width: 768px) {
.main_l {
	display: none !important;
}
.main_m {
	display: block !important;
}
.main_s {
	display: none !important;
}
}
@media only screen and  (max-width: 767px) {
.main_l {
	display: none !important;
}
.main_m {
	display: none !important;
}
.main_s {
	display: block !important;
}
}


.himekoron {
	background-image:url(../images/pc_no1_2_3.jpg);
	padding: 20px;
}

@media only screen and (max-width: 767px) {
.himekoron {
	background-image:url(../images/sp_no1_2_3.jpg);
	padding: 20px;
}
}



.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}
.pc500 {
	display: block !important;
}
.sp500 {
	display: none !important;
}
@media only screen and (max-width: 500px) {
.pc500 {
display: none !important;
}
.sp500 {
display: block !important;
}
}

a img {outline:none;}
a:focus, *:focus { outline:none; }

#global__function--localmenu {
	width: 100%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #eeeddf;
}
#global__function--breadcrumb {
	margin-top:6px !important;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}


#contents__products {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 200;
	vertical-align: middle;
}

#contents__products #contents__products--campaign {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents__products #contents__products--campaign dl {
	padding: 22px 0 24px 0;
	border-bottom: 1px dotted #969696;
	box-sizing:border-box;
}
.block {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.block2 {
	display: block;
	width: 100%;
	max-width: 1077px;
	margin-right: auto;
	margin-left: auto;
}
.block-white {
	display: block;
	width: 94%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.block-wchance {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
}
 @media (max-width: 767px) {
.block-wchance {
 margin-top: 30px;
 margin-bottom: 20px;
}
}


/* PC */
@media print, screen and (min-width: 768px) {
#contents__products #contents__products--campaign > dl {
display: table;
width: 80%;
margin: 0 auto;
}
 #contents__products #contents__products--campaign > dl > dt {
display: table-cell;
width: 9em;
color: #606060;
font-size: 1.1rem;
padding: 0 5px;
}
 #contents__products #contents__products--campaign > dl > dd {
display: table-cell;
font-size: 1.2rem;
padding: 0 5px;
}
}
#contents__products--campaign a:link {
	color: #0c5c94;
	text-decoration: underline;
}
#contents__products--campaign a:visited {
	color: #0c5c94;
	text-decoration: underline;
}
#contents__products--campaign a:hover {
	color: #0c5c94;
	text-decoration: none;
}
#contents__products--campaign a:active {
	color: #0c5c94;
	text-decoration: none;
}
.copy01 {
	margin-top: 30px;
}
 @media screen and (max-width: 500px) {
 .block-white {
 width: 92%;
 padding-top: 0px;
 padding-left: 4%;
 padding-bottom: 10px;
 padding-left: 4%;
}
}
 @media screen and (max-width: 767px) {
.block {
margin-bottom: 20px;
}
 .block-white {
 width: 92%;
 padding-top: 10px;
 padding-right: 4%;
 padding-bottom: 10px;
 padding-left: 4%;
}
 .copy01 {
margin-top: 10px;
}
}
h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    justify-content: center;
}

.container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	margin-top: 50px;
}
.container .side {
	width: 45%;
}
.container .contents {
	width: 53%;
	margin-left: 2%;
}
 @media (max-width: 767px) {
.container {
 display: block;
 margin-top: 30px;
}
.container .side {
 width: 100%;
}
.container .contents {
 width: 100%;
 margin-left: 0px;
 margin-top: 0px;
}
}
.container p {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.box_deri {
	margin-top:20px;
}
 @media screen and (max-width: 767px) {
.container p {
font-size: 1.0rem !important;
}
.box_deri {
margin-top:10px;
}
}
.container .catch {
	font-size:153.9% !important;
	margin-bottom: 0px;
	text-align: center;
}
@media screen and (max-width: 500px) {
.container .catch {
font-size:123.1% !important;
}
}
 @media screen and (max-width: 400px) {
.container .catch {
font-size:108% !important;
}
}
.container p .hidari {
	float: left;
	margin-right: 2em;
	margin-bottom: 3em;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.block_1170 {
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	margin-top: 10px;
}
.attention {
	margin: 0 0 3px 1.2em;
	text-indent: -1.2em;
	font-size: 13px;
	color: #666;
}
 @media screen and (max-width: 767px) {
.attention {
 font-size: 11px;
 color: #666;
}
}
.container2 {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width:1080px;
	margin-top: 40px;
	clear:both;
}
.container2 .side {
	width: 26%;
	background-color: #118d4b;
	color: #FFF;
	height: 50px;
	font-size:146.5% !important;
	font-weight: bold;
}
.container2 .contents {
	width: 72%;
	margin-left: 2%;
	font-size: 1.1rem;
}
.flexiblebox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.flexiblebox2 {
	padding-top: 7px;	
}
.container2 .hard {
	font-size: 1.8rem !important;
	font-weight: bold;
}
.container2 span.hard {
	line-height: 140%;
}
 @media (max-width: 767px) {
.container2 {
 display: block;
 margin-top: 30px;
}
.container2 .side {
 width: 100%;
 height: 30px;
 font-size:108% !important;
}
.container2 .contents {
 width: 96%;
 margin-left: 0px;
 margin-top: 10px;
 height: auto;
 font-size: 1.1rem;
 padding-right: 2%;
 padding-left: 2%;
}
.container2 .hard {
 font-size: 1.5rem !important;
 font-weight: bold;
}
.flexiblebox2 {
	padding-top: 0px;	
}
}
.container3 {
	display: flex;
	width: 400px;
}
.container3 .side {
	width: 130px;
}
.container3 .contents {
	flex: 1;
}
 @media (max-width: 767px) {
.container3 .side {
 width: 110px;
}
}
.buttonlay {
	margin-left: 7px;
}
.buttonlay2 {
	margin-left: 7px;
}
 @media (max-width: 767px) {
.buttonlay {
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 15px;
}
.buttonlay2 {
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 0px;
}
.spacetop15 {
 margin-top: 15px;
}
}
.application_block {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
 @media (max-width: 767px) {
.application_block {
margin-top: 40px;
margin-bottom: 30px;
}
}
.map {
	display: flex;
	margin-top: 40px;
	width: 100%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}
.map .item1 {
	text-align:left;
}
.map .item2 {
	width: 45%;
	text-align:left;
	padding-left:2%;
}
.textbox {
	text-align: left;
	display:inline-block;
}
.map .item1 img {
	max-width: 540px;
}
 @media (max-width: 767px) {
.map {
display: block;
 height: auto;
 margin-top: 15px;
}
.map .item1 {
 order: 1;
 width: 100%;
 max-width: 100%;
 padding-left:0%;
 margin-bottom: 20px;
}
.map .item2 {
 width: 96%;
 text-align: left;
 order: 2;
 padding-right: 2%;
 padding-left: 2%;
}
.map .item1 img {
 width: 94%;
 padding-left:3%;
 padding-right:3%;
}
}



.area0 {
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-position: left bottom;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
	display: block;
}

.area1 {

	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-position: left bottom;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
	display: block;
}
.area2 {

	padding-top: 0px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: repeat;
	background-position: left top;
}
.area3 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.area4 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.block-none {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}




.col_2 {
	width: 100%;
	max-width: 1080px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
	width: 47%;
	
}

.col_2 > div.w8-1 {
	width: 8%;
	margin-right: -1%;
	margin-left: -1%;
	padding-top: 17%;
}
.col_2 > div.w8-2 {
	width: 8%;
	margin-top: -1%;
	margin-right: -1%;
	margin-left: -1%;
	margin-bottom: -5%;
}

.col_2 img {
  vertical-align: bottom;
}
 
.col_2 img {
  display: block;
}



@media screen and (max-width: 500px) {
 .col_2 > div {
 width: 100% !important;
}
}


img.stage {
position: relative; top: 0px; z-index: 1;
}
img.stage2 {
position: relative; top: 0px; z-index: 1;
margin-top: 28%;
}

img.yaji1 {
	position: relative;
	z-index: 2;
}
img.yaji2 {
	position: relative;
	z-index: 2;
}
img.yaji3 {
	position: relative;
	z-index: 2;
	width: 12%;
	margin-bottom: -11%;
}

img.etc1 {
	position: relative;
	z-index: 3;
	width: 48%;
	margin-bottom: -50%;
	margin-left: 50%;
}



.tokyo {
	margin-top: 30px;
}

.osaka {
	margin-top: 50px;
	padding-top: 40px;
	margin-bottom: 40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ffd324;	
}

.greenband {
	background-color: #118d4b;
	width: 90%;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size:146.5%;
	font-weight: bold;
}

.pinkband {
	background-color: #f54885;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	margin-top: 100px;
	margin-bottom: 30px;
	font-size:146.5%;
	font-weight: bold;
}

ul.qualifying  li div{
    margin:-1.6em 0 0 6em;
}


.contestant_block{
  display: flex;
}
.contestant_block .contents_l {
	width: 48%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	background-image: url(../images/contestant_img_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contestant_block .contents_r {
	width: 48%;
	margin-left: 4%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
	background-image: url(../images/contestant_img_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contestant_block p.area_title{
	margin-bottom: 15px;
	font-size: 1.9rem;
	font-weight: bold;
}

.contestant_block p.area_copy{
	margin-top: 10px;
	font-size: 1.0rem;
}

.contestant_block .large{
  max-width: 80%;
}


.col_5 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.col_5 > div {
	width: 29%;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.movement{
	cursor: pointer;
	transition-duration: 0.2s; /*変化の時間*/
	height: auto;
	width: auto;  
}
.movement:hover{
  transform: scale(1.05,1.05); /*画像の拡大*/
}


.container_block{
	display: flex;
}
.container_block .contents_l {
  width: 70px;
}
.container_block .contents_r {
  flex: 1;
  margin-left: 2%;
}

.place {
	background-color: #ffbdee;
	width: 100%;
	text-align: center;
	color: #221714;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 1.3rem !important;
	font-weight: bold;
}

.indent-1 {
padding-left:1em;
text-indent:-1em;
}


.inq {
	border: 2px solid #e65f1f;
	padding: 2%;
	width: 100%;
	max-width: 1080px;
	border-radius: 15px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-top: 50px;
}

.inq .orangetext  {
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e65f1f;
	padding-bottom: 10px;
	font-size: 1.8rem !important;
	font-weight: bold;
	color: #e65f1f;
	margin-bottom: 20px;
}

.inq .blacktext  {
	padding-bottom: 10px;
	font-size: 1.6rem !important;
	font-weight: bold;
	margin-bottom: 5px;
}
.inq .inq_box {
    max-width: 57em;
	text-align: left;
}

.title_yosen {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 15px;
}

.end_comment {
	max-width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
  }
.end_comment_txt {
	display: inline-block;
	text-align: left;
	font-size: 182%;
	font-weight: bold;
  }
  
.top_comment {
	max-width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
  }
.top_comment_txt {
	display: inline-block;
	text-align: left;
	font-size: 130%;
	color: #203da7;
	font-weight: bold;
  }

 @media (max-width: 767px) {
.area1 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.area2 {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.area3 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.tokyo {
	margin-top: 20px;
}
.osaka {
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 0px;
}
.greenband {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-size:108%;
}

.contestant_block{
  display: block;
}
.contestant_block .contents_l {
  width: 100%;
}
.contestant_block .contents_r {
  width: 100%;
  margin-left: 0%;
  margin-top: 1rem;
}


.contestant_block p.area_copy{
	margin-top: 10px;
	font-size: 0.8rem;
}

.container_block{
  display: block;
}
.container_block .contents_r {
  width: 100%;
  margin-left: 0%;
}
.place {
	font-size: 1.1rem !important;
}

.inq {
	padding: 6%;
	width: 100%;
	margin-top: 30px;
	margin-bpttom: 0px;
}
.inq .orangetext {
	padding-bottom: 10px;
	font-size: 1.3rem !important;;
	margin-bottom: 15px;
}
.inq .blacktext  {
	padding-bottom: 10px;
	font-size: 1.2rem !important;
	margin-bottom: 5px;
}

.title_yosen {
	margin-top: 30px;
	margin-bottom: 10px;
}

.end_comment {
	margin-top: 30px;
	margin-bottom: 30px;
  }
.end_comment_txt {
	font-size: 123.1%;
  }
  
.top_comment {
	margin-top: 20px;
	margin-bottom: 0px;
  }
.top_comment_txt {
	font-size: 110%;
  }

}



.col-1,.col-2,.col-3 {
    display: inline-block;
	font-size: 1.1rem !important;
	font-weight: bold;
	padding-top: 2px;
}

.col-4,.col-5,.col-6 {
    display: inline-block;
	font-size: 1.1rem !important;
	font-weight: bold;
	padding-top: 2px;
}


 @media (max-width: 500px) {
.contestant_block p.area_title{
	font-size: 1.2rem;
}
}

 @media (min-width: 768px) {
.col-1,.col-2,.col-3 {
	font-size: 1.3rem !important;
}
.col-1 {
    width: 6.5em;
}
.col-2 {
    width: 1em;
}

.col-4,.col-5,.col-6 {
	font-size: 1.3rem !important;
}
.col-4 {
    width: 10em;
}
.col-5 {
    width: 1em;
}

}

 @media (max-width: 500px) {
.col-3 {
	padding-bottom: 8px;
}
}



/* アコーディオン */
.accd {
	margin-top: 20px;
	margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.pointer { cursor: pointer; } 

#select dt {
	margin-bottom: 12px;
}
#select dd {
	margin-bottom: 15px;
}

 @media (max-width: 767px) {
.accd {
	margin-bottom: 10px;
}
}









/*-------------ボタン-----------------*/

.lity-container {
	display: flex;
}
.lity-container .side {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.lity-container .contents {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.lity-container img {
	max-width: 380px;
	margin-top: 20px;
	margin-bottom: 15px;
}
 @media (max-width: 767px) {
.lity-container {
 display: block;
}
.lity-container .side {
 width: 86%;
 padding-right: 7%;
 padding-left: 7%;
}
.lity-container .contents {
 width: 86%;
 margin-top: 20px;
 padding-right: 7%;
 padding-left: 7%
}
.lity-container img {
 max-width: 320px;
}
}
 @media (max-width: 500px) {
.lity-container img {
 max-width: 100%;
}
}
/*-------------ご注意事項-----------------*/

.dot {
	background: url(../images/common/prsnt_bg01.gif);
	margin-top: 50px;
	padding: 10px;
}
.orangeback {
	margin-top: 50px;
	background-color: #fbe0a6;
	border: 4px solid #eea200;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.inner {
	display: table;
	max-width: 97%;
	background-color: #fff;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
.note_text {
	font-size:138.5%;
	font-weight: bold;
	color: #000;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	text-align: center;
}
.note_text span {
	font-weight: normal;
}
 @media (max-width: 767px) {
 .dot {
margin-top: 40px;
}
.orangeback {
 margin-top: 40px;
	padding: 10px;
}
.note_text {
 font-size:123.1%;
}
}
ul.cam1311 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:12px;
}
ul.cam1311 li {
	list-style: none;
	background: transparent url("/pr1gp/images/common/marker_normallist.gif") 0 1em no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.0rem;
}
ul.cam1311 li ul {
	margin:10px 0;
}
ul.cam1311 li ul li {
	padding-left:12px;
	background:transparent url("/pr1gp/images/common/marker_noteslist.gif") 0 0.4em no-repeat;
}
ul.cam1312 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-left:2px;
	margin-bottom:12px;
}
ul.cam1312 li {
	list-style: none;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 1.1rem;
}
ul.cam1313 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-left:2px;
	margin-top:15px;
	margin-bottom:12px;
}
ul.cam1313 li {
	list-style: none;
	background: transparent url("/pr1gp/images/common/ten.png") 0 1em no-repeat;
	padding-top: 5px;
	padding-left: 13px;
	font-size: 1.0rem;
}

ul.cam1313 li a {
	color: #014be2;	
}

.textbox2 {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 30px;
}
/*-------------お問い合わせ先-----------------*/


.block_contact {
	max-width:1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.contact {
	width: 96%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-right: 2%;
	padding-left: 2%;
	font-size:116%;
}
.secretariat {
	font-size:116%;
	font-weight: bold;
}
.inquiryarea {
	background-color: #e1ceb0;
	font-size: 1.2rem !important;
	font-weight: bold;
	width: 96%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	margin-top: 80px;
	color: #333;
}
.contact_mail {
	margin-left: 2.5em;
}
.contact_period {
	margin-left: 9em;
}
@media (max-width: 767px) {
.secretariat {
 font-size:100%;
}
.inquiryarea {
 font-size: 1.0rem !important;
 font-weight: bold;
 text-align: center;
 margin-top: 40px;
}
.block_contact {
 margin-top: 30px;
}
.contact_mail {
 margin-left: 0em;
}
.contact_period {
 margin-left: 0px;
}
}


.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}




.toTop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 11;
	height: 0;
	opacity: 0;
	overflow: hidden;
	animation-duration: 1s;
	margin-top: -37px;
	padding-top: 37px;
}
.toTop a {
display: block;
background-color: #999;
text-align: center;
color: #fff;
font-size: 18px;
text-decoration: none;
padding: 6px 18px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.toTop a:hover {
display: block;
background-color: #777;
text-align: center;
color: #fff;
font-size: 18px;
text-decoration: none;
padding: 6px 18px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
	
.toTop {
	margin-top: -59px;
	padding-top: 59px;
}
.toTop a {
font-size: 12px;
padding: 5px 10px;
}

.toTop a:hover {
font-size: 12px;
padding: 5px 10px;
}
}
.toTop.show {
  height: auto;
  opacity: 1;
  animation-name: fadein;
}
.toTop.hide {
  height: 0;
  opacity: 0;
  animation-name: fadeout;
}
.toTop.static {
  position: absolute;
  bottom: auto;
  margin: -100px 0 0;
}
@keyframes fadein {
  0% {
	height: 0;
	opacity: 0;
  }
  1% {
	height: auto;
	opacity: 0;
  }
  100% {
	opacity: 1;
  }
}
@keyframes fadeout {
  0% {
	height: auto;
	opacity: 1;
  }
  99% {
	height: auto;
	opacity: 0;
  }
  100% {
	height: 0;
  }
}


/* お知らせ
-----------------------------------------------------*/

.box_srcollbar {
	overflow: auto;
	width:88%;
	height:110px;
	padding:5px;
	background-color:#f6f6f6;
	border:1px solid #ccc;
	text-align: center;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	max-width: 680px;
}
	

.newsindex {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 1.1rem;
}

.newsindex .col-01 {
	width: 100px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
    margin-right: auto;
    justify-content: left;
	font-weight: 400;
}
.newsindex .col-02 {
	width: 570px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
    margin-right: auto;
    justify-content: left;
}
@media screen and (max-width: 639px) {
.box_srcollbar {
	height:100px;
}
.newsindex {
	padding-bottom: 12px;
	font-size: 1.04rem;
}
.newsindex .col-01 {
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.92rem;
}
.newsindex .col-02 {
    width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}
}