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

/*=======================================
　共通のCSS
=========================================*/

.font_antique{
    font-family: 'Zen Antique', serif;
}


/*光るボタン*/
.b_gold {
  overflow:hidden;
  text-transform: none;
  margin: 10px auto 15px auto;
  padding: 0;
  max-width:600px;
  width:100%;
  color: #2a2a2a;
  border-radius: 5px;
  background-image: linear-gradient(to bottom, #f2d300, #e3ae0d);
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  height: 80px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
  padding-top: 4px;
  position: relative;
  z-index: 1;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position:relative;
font-family: 'M PLUS 1p', sans-serif;
  
  &.shiny:after{
    position:absolute;
    top:-200%;
    left:-150%;
    content:"";
    height:500%;
    width:70px;
    background:linear-gradient(90deg, rgba(255,255,255,0),rgba(255,255,255,0.6) 40%,rgba(255,255,255,0),rgba(255,255,255,0.6),rgba(255,255,255,0));
    transform: rotate(60deg);
    animation:3s shine infinite linear;
  }
    
}

@keyframes shine{
  0%{
    left:-100%;
  }
  80%{
    left:150%;
  }
  100%{
    left:150%;
  }
}

.b_gold:link{
    text-decoration: none;
}
.b_gold:hover{
    text-decoration: none;
}
.b_gold:visited{
    text-decoration: none;
}


/*---------------------------------------
　トップ
----------------------------------------*/
#b1{
    width: 205px;
    height: 80px;
    top: 325px;
    left: 20px;
    position: absolute;
}
#b2{
    width: 205px;
    height: 80px;
    top: 420px;
    left: 20px;
    position: absolute;
}
#b3{
    width: 205px;
    height: 80px;
    top: 420px;
    left: 20px;
    position: absolute;
    }
    
/*** ▼スマホ用 ***/
@media screen and (max-width:769px){
#b1{
    width: 110px;
    height: 30px;
    top: 120px;
    left: 5px;
    position: absolute;
}
#b2{
    width: 110px;
    height: 30px;
    top: 190px;
    left: 5px;
    position: absolute;
}
#b3{
    width: 110px;
    height: 30px;
    top: 200px;
    left: 10px;
    position: absolute;
}
}

/*赤いボタンPC用*/
.login_2gyo_aki{
    padding-top: 14px;
    display: block;
}
@media screen and (max-width:769px){
.login_2gyo_aki{
    padding-bottom: 0;
    display: block;
}
}
.login_red {/* PC用 */
    font-size: 17px;
    display: block;
    width: 420px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: normal;
    padding: 30px auto 10px auto;
    margin: 0 auto 0 auto;
    /*border: 0px solid #FFFFFF;*/
    background-image: url("../img/b_red.png");
    /*background-image: url(../images/main/h2_red.png);*/
    /*background-repeat: repeat-x;*/
    /*background-position: -120px center;*/
    /* background-position: -20px center;*/
    background-size: 101% 101%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
cursor: pointer;
}
.login_red:link { /* PC用 */
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
.login_red:visited { /* PC用 */
	text-decoration: none;
	color: #FFF;
}
.login_red:hover { /* PC用 */
	text-decoration: none;
	color: #FFF;
    opacity: 0.9;
}
.kakko{
    font-size: 15px;
    -moz-transform: scale(0.9, 1);  /* Firefox※ */
	-webkit-transform: scale(0.9, 1);  /* Chrome,Safari */
	-o-transform: scale(0.9, 1);  /* 旧Opera※ */
	-ms-transform: scale(0.9, 1);  /* IE */
	transform: scale(0.9, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	margin: 0 -30px 0 -5px;
    }
    
/* ▼赤いボタン-スマホ用 */
@media screen and (max-width:769px){
.login_red {
    width: 108% !important; 
    margin: 0 auto 0 auto !important;
    padding: -2px 0 0.8em 0;
    float: none !important;
    line-height: 20px;
    font-size: 12px;
    height: 80px;
}
.kakko{
    display: block;
    font-size: 12px;
    line-height: 18px;
    -moz-transform: scale(1, 1);  /* Firefox※ */
	-webkit-transform: scale(1, 1);  /* Chrome,Safari */
	-o-transform: scale(1, 1);  /* 旧Opera※ */
	-ms-transform: scale(1, 1);  /* IE */
	transform: scale(1, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	/*margin: 0 -1em 0 2em;*/
    margin: 0 0em 0 -8px;
    padding: 0 0 0 2em;
   text-indent: -1em;
   text-align: center;
    }

}

/*青ボタン*/
.login_blue {/* PC用 */
    display: inline-block;
    bottom: 0;
    width: 205px;
    height: 80px;
    line-height: 78px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: normal;
    padding: 0px auto 0px auto;
    margin: 0;
    border: 1px solid #318AB9;
    /*border: 0px solid #FFFFFF;*/
    background-image: url("../images/main/b_blue.png");
    /*background-image: url(../images/main/h2_red.png);*/
    /*background-repeat: repeat-x;*/
    /*background-position: -120px center;*/
    /* background-position: -20px center;*/
    background-size: 101% 101%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #00783C;
}
.login_blue:link { /* PC用 */
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
.login_blue:visited { /* PC用 */
	text-decoration: none;
	color: #FFF;
}
.login_blue:hover { /* PC用 */
	text-decoration: none;
	color: #FFF;
    opacity: 0.9;
}
/* ▼青いボタン-スマホ用 */
@media screen and (max-width:769px){
.login_blue {
    width: 108% !important; 
    margin: 20px auto 0 auto !important;
    padding: 1em 0 0.8em 0;
    float: none !important;
    line-height: 34px;
    font-size: 12px;
    height: 60px;
}
}

/*赤いボタンPC用
*/
.login_red_e {/* PC用 */
    display: inline-block;
    width: 205px;
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
    font-size: 19px;
    color: #FFF;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: normal;
    padding: 0px auto 0px auto;
    margin: 0;
    /*border: 0px solid #FFFFFF;*/
    background-image: url("../images/main/b_red.png");
    /*background-image: url(../images/main/h2_red.png);*/
    /*background-repeat: repeat-x;*/
    /*background-position: -120px center;*/
    /* background-position: -20px center;*/
    background-size: 101% 101%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
cursor: pointer;
    box-shadow: 1px 1px 1px #00783C;
}
.login_red_e:link { /* PC用 */
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
.login_red_e:visited { /* PC用 */
	text-decoration: none;
	color: #FFF;
}
.login_red_e:hover { /* PC用 */
	text-decoration: none;
	color: #FFF;
    opacity: 0.9;
}
/* ▼英語赤いボタンスマホ用 */
@media screen and (max-width:769px){
.login_red_e {/* スマホ用 */
    width: 95% !important; 
    margin: 0 auto 0 auto !important;
    padding: 1.3em 0 0.8em 0;
    float: none !important;
    line-height: 30px;
    font-size: 13px;
    height: 60px;
    letter-spacing: 0px;
}
}

/*PPTアイコン*/
.ppt1{
    width: 23px;
    height: auto;
    margin: 0 0px 0 10px;
    padding: 0 0 3px 0;
    vertical-align: middle;
    display: inline-block;
}

/*PDFアイコン*/
.pdf1{
    width: 19px;
    height: auto;
    margin: 0 0px 0 10px;
    padding: 0 0 3px 0;
    vertical-align: middle;
    display: inline-block;
}

/* 企業バナー枠あり(PC)
リンクページ*/
/* ▼PC版 */
/*-------------------------------*/
.bana4{
    display: block;
    font-size: 12px;
    width: 230px;
    height: auto;
    border: 1px solid #B0D5B2;
    margin: 10px 0 8px 20px;;
}
.bana4 img {
    width: 228px;
    height: 48px;
}
/* ▼スマホ版 */
/*-------------------------------*/
@media screen and (max-width:769px){
.bana4{
    display: block;
    font-size: 12px;
    width: 230px;
    height: auto;
    border: 1px solid #B0D5B2;
    margin: 10px 0 8px 20px;;
}
.bana4 img {
    width: 228px;
    height: 48px;
}
}

/* 企業バナー枠あり(PC)
リンクページ*/
/* ▼PC版 */
/*-------------------------------*/
/* 血液枠あり(PC)*/
.bana4_2 {
    display: block;
    font-size: 12px;
    width: 230px;
    height: auto;
    border: 2px solid rgba(28,119,201,0.87);
    margin: 10px 0 0px 20px;
}
.bana4_2 img {
    width: 226px;
    height: 129px;
}
/* ▼スマホ版 */
/*-------------------------------*/
@media screen and (max-width:769px){
.bana4_2 {
    display: block;
    font-size: 12px;
    width: 230px;
    height: auto;
    border: 2px solid rgba(28,119,201,0.87);
    margin: 10px 0 0px 20px;
}
.bana4_2 img {
    width: 226px;
    height: 129px;
}
}

/* 企業バナー枠あり(PC)
リンクページ JSMロゴ*/
/* ▼PC版 */
/*-------------------------------*/
.bana5{
    display: block;
    font-size: 12px;
    width: 73px;
    height: auto;
    margin: 3px 0 8px 20px;;
}
.bana5 img {
    width: 73px;
    height: 69px;
}
/* ▼スマホ版 */
/*-------------------------------*/
@media screen and (max-width:769px){
.bana5{
    display: block;
    font-size: 12px;
    width: 73px;
    height: auto;
    margin: 3px 0 8px 20px;;
}
.bana5 img {
    width: 73px;
    height: 69px;
}
}



/*---------------------------------------
　iframe(google Map)
----------------------------------------*/
/*** ▼PC用 ***/
iframe {
    width: 650px;
    height: 380px;
    margin: 15px 0 0 10px;
    border: 1px solid rgba(193,193,193,1.00);
}
/*** ▼スマホ用 ***/
@media screen and (max-width:769px){
iframe {
    width: 100%;
    height: 300px;
    margin: 15px 0px 15px 0px;
}
}

/*---------------------------------------
　改行
----------------------------------------*/
.pege_break{
	page-break-after: always;
}

.clear_both{
	clear: both;
	float: none;	
}

/*単語途中での自動改行を回避*/
.inline{
display: inline-block;
}


/*PCで改行なし*/
.kaigyo{
white-space: nowrap;
}
/*スマホで折り返す*/
@media screen and (max-width:769px){
.kaigyo{
white-space: normal;
}
}

.nojust{
	text-align: left;
      word-wrap: normal;
}

span.br {
word-break: break-all;   /* すべての禁則処理を無効化 */
  	text-align: left;
}

.nojust_sm{
	text-align: justify;
}

/* スマホだけに適用するCSS*/
@media screen and (max-width:769px){
.nojust_sm{
	text-align: left;
}
}


/*---------------------------------------
　印刷
----------------------------------------*/
@media print{
.noprint{
	display: none;
}
}

/*---------------------------------------
　フォント
----------------------------------------*/
/*長体*/
.chotai{
	-moz-transform: scale(0.9, 1);  /* Firefox※ */
	-webkit-transform: scale(0.9, 1);  /* Chrome,Safari */
	-o-transform: scale(0.9, 1);  /* 旧Opera※ */
	-ms-transform: scale(0.9, 1);  /* IE */
	transform: scale(0.9, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}

/*長体スマホでは解除*/
.chotai1 {
	-moz-transform: scale(0.9, 1);  /* Firefox※ */
	-webkit-transform: scale(0.9, 1);  /* Chrome,Safari */
	-o-transform: scale(0.9, 1);  /* 旧Opera※ */
	-ms-transform: scale(0.9, 1);  /* IE */
	transform: scale(0.9, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
    }
@media screen and (max-width:769px){
.chotai1 {
	-moz-transform: scale(1, 1);  /* Firefox※ */
	-webkit-transform: scale(1, 1);  /* Chrome,Safari */
	-o-transform: scale(1, 1);  /* 旧Opera※ */
	-ms-transform: scale(1, 1);  /* IE */
	transform: scale(1, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
    }
}



/* ▼PC用 */
/*長体*/
.chotai_title{
  letter-spacing: 0px;
  	display: inline-block; /*必要*/
}
/* ▼スマホ用 */
@media screen and (max-width:769px){
.chotai_title{
	-moz-transform: scale(0.9, 1);  /* Firefox※ */
	-webkit-transform: scale(0.9, 1);  /* Chrome,Safari */
	-o-transform: scale(0.9, 1);  /* 旧Opera※ */
	-ms-transform: scale(0.9, 1);  /* IE */
	transform: scale(0.9, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	padding-left: 0em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
     letter-spacing: 1px;
}
}

/*効かないかも
.cho{
	font-size: 100%;
	color: #000;
	transform: scale(0.9, 1);
	transform-origin: top left;
	line-height: 150%;
}*/ 


/*さわらびフォント（以下をheader内にリンクして使用）*/
/*<link href="https://fonts.googleapis.com/earlyaccess/sawarabigothic.css" rel="stylesheet" />*/
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }


/*Noto（以下をheader内にリンクして使用）*/
/*<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP" rel="stylesheet"> */
.wf-Noto { font-family: 'Noto Sans JP', sans-serif; }

/*M PLUS 1p（以下をheader内にリンクして使用）*/
/*<link href="https://fonts.googleapis.com/css?family=M+PLUS+1p" rel="stylesheet"> */
.wf-mplus1p { font-family: "M PLUS 1p"; }


/*Shippori Mincho（以下をheader内にリンクして使用）*/
/*<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600&display=swap" rel="stylesheet"> */
.shippori_mincho{
font-family: 'Shippori Mincho', serif;}



/*---------------------------------------
　文字
----------------------------------------*/
del{
	text-decoration: line-through;
}

/*↓display: block;にするとdivのみじゃなくspanでも可能*/

.indent{
	text-indent: -1em;
	padding-left: 1em;
	margin-left:0em;
	display: block;
}
/* ▼スマホ用 */
@media screen and (max-width:769px){
.indent{
	margin-left:0em;
}
}

.indent13em{
	text-indent: -1.3em;
	padding-left: 1.3em;
    margin: 0 0 10px 0;
	display: block;
}
.indent15em{
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-left:0.5em;
	display: block;
}

.indent2em{
	text-indent: -2em;
	padding-left: 2em;
	margin-left:0.5em;
	display: block;
}

.indent_as{
	text-indent: -0.8em;
	padding-left: 0.8em;
	display: block;
	margin-left: 10px;
	margin-bottom: 0.5em;
}

.indent3{
	text-indent: -1em;
	padding-left: 1em;
	margin-left:0em;
	display: block;
	line-height: 140%;
	font-size: 91%;
	margin-right: -5px;
}

.indent2 {
	text-indent: -1em;
	padding-left: 1em;
	margin-left:0.5em;
	display: block;
}
/* ▼スマホ用 */
@media screen and (max-width:769px){
.indent2{
	margin-left:0em;
}
}

.r1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 90%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.moji75{
	font-size: 75%;
	line-height: 130%;
}

.moji80{
	font-size: 80%;
	line-height: 130%;
}

.moji85{
	font-size: 85%;
	line-height: 140%;
}

.moji90{
	font-size: 90%;
	line-height: 140%;
}

.moji93{
	font-size: 93%;
	line-height: 150%;
}

.moji95{
	font-size: 95%;
	line-height: 155%;
}
.moji98{
	font-size: 98%;
	line-height: 155%;
}
.moji105{
	font-size: 105%;
	line-height: 160%;
}

.moji107{
	font-size: 107%;
	line-height: 160%;
}


.moji108{
	font-size: 108%;
	line-height: 160%;
}

.moji110{
	font-size: 110%;
	line-height: 160%;
}
.moji120_butan{
	font-size: 120%;
	line-height: 130%;
}
.moji115{
	font-size: 115%;
	line-height: 160%;
}

.moji120{
	font-size: 120%;
	line-height: 160%;
}

.moji130{
	font-size: 130%;
	line-height: 160%;
}
.moji150{
	font-size: 150%;
	line-height: 170%;
}
.moji160{
	font-size: 160%;
	line-height: 170%;
}
.moji170{
	font-size: 170%;
	line-height: 180%;
}
.moji180{
	font-size: 180%;
	line-height: 180%;
}
.moji200{
	font-size: 200%;
	line-height: 180%;
}

.height130{
	line-height: 130%;
}

.height140{
	line-height: 140%;
}

.height150{
	line-height: 150%;
}

.height160{
	line-height: 160%;
}

.height170{
	line-height: 170%;
}

.height180{
	line-height: 180%;
}

.height190{
	line-height: 190%;
}

.height200{
	line-height: 200%;
}

.height01{
	line-height: 200%;
}




/* 両端揃えSarariは効かない */
.justify{
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}


.underline{
	text-decoration: underline;
	border-bottom: 1px solid #333;
}

.underline2{
	text-decoration: underline;
	border-bottom: 1px solid #D50000;
}

/* 太さをノーマルにする */
.nomal{
	font-weight: normal;
}

/*明朝*/
.mincho{
    font-family: Georgia, "Times New Roman", Times, serif;
}

u{
    text-decoration: none;
    border-bottom: 3px double rgba(21,33,182,1.00)
    }
    
/*---------------------------------------
　記号
----------------------------------------*/
.aster {
	padding-right: 2px;
	vertical-align: bottom;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 118%;
	line-height: 118%;
	font-family: "Verdana", "Tahoma", "Times New Roman";
	margin-bottom: -10px;
}
.aster2 {
	vertical-align: text-bottom;
    padding-right: 2px;
	padding-top: 3px;
	padding-left: 2px;
	font-size: 118%;
	line-height: 80%;
	font-family: "Verdana", "Tahoma", "Times New Roman";
}

sup{
	font-size: 85%;
	/*margin-top: -1em;*/
	vertical-align: text-bottom;
	position: relative;
	/*bottom: 3em; 位置調整*/
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 0.7em;
    display: inline-block;
	}

/*Chromeのみのハック*/
@media screen and (-webkit-min-device-pixel-ratio:0){
sup{
	font-size: 85%;
	margin-top: -1em;
	vertical-align: text-top;
	position: relative;
	bottom: 0.3em; /*位置調整*/
	}
}

sup.s1{
	font-size: 85%;
	margin-top: -1em;
	vertical-align: text-top;
	position: relative;
	bottom: 0.4em; /*位置調整*/
    padding-left: 1px;
    padding-right: 0px;
	}

/*Chromeのみのハック*/
@media screen and (-webkit-min-device-pixel-ratio:0){
sup.s1{
	font-size: 85%;
	margin-top: -1em;
	vertical-align: text-top;
	position: relative;
	bottom: 0.6em; /*位置調整*/
	}
}

/*---------------------------------------
　空き
----------------------------------------*/
.padding5{
	padding-top: 5px;
}

.padding10{
	padding-top: 10px;
}

.padding15{
	padding-top: 15px;
}

.padding20{
	padding-top: 20px;
}

.padding25{
	padding-top: 25px;
}

.padding30{
	padding-top: 30px;
}

.padding35{
	padding-top: 35px;
}

.padding40{
	padding-top: 40px;
}

.padding50{
	padding-top: 50px;
}

.padding05em{
	padding-top: 0.5em;
}

.padding1em{
	padding-top: 1em;
}

.padding15em{
	padding-top: 1.5em;
}

.padding2em{
	padding-top: 2em;
}

.padding25em{
	padding-top: 2.5em;
}

.padding3em{
	padding-top: 3em;
}

.aki{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*アンカーの上に空きをつくる*/
a.anchor{
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}

.marginleft10{
    margin-left: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width:769px){
.marginleft10{
    margin-left: 0px;
   margin-bottom: 0px;
}
}

/*---------------------------------------
　トップ枠の部分
----------------------------------------*/
/*会期中問い合わせ先*/
/* ▼PC版 */
/*-------------------------------*/
.kaiki {
    background-color: rgba(231,3,44,1.00);
    color: #FFF;
    float: left;
    width: 98px;
    height: 45px;
    line-height: 18px;
    font-size: 14px;
    padding: 5px  5px 5px 7px;
    margin: 0 10px 0 0;
     border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
    }
.kaiki2 {
     line-height: 26px;
     font-size: 15px;
}

/* ▼スマホ版 */
/*-------------------------------*/
@media screen and (max-width:769px){
.kaiki {
    font-size: 12px;
    color: #FFF;
    float: left;
    width: 92px;
    height: 60px;
    line-height: 18px;
    padding: 12px  5px 5px 10px;
    margin: 0 10px 0 0;
     border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
    }
.kaiki2 {
    font-size: 13px;
    padding: 0px 0 0 0;
     line-height: 21px;
}
}

/*トップ色*/
.top_iro{
padding: 10px;
background-color: #63B684;
}

/* ▼スマホ版*/
/*-------------------------------*/
@media screen and (max-width:786px){
.waku_iro{
background-color: #63B684;
}
}

/*内枠1*/
.waku_top{
    border: 1px solid  #CF0E1C;
    /*background-color: rgba(248,233,242,0.10);*/
    /*background-color: rgba(248,233,242,1);*/
    background-color: rgba(252,237,236,1.00);
    margin: 0;
    padding: 8px 0px 6px 12px;
    width: auto;
}

/* ▼スマホ版*/
/*-------------------------------*/
@media screen and (max-width:786px){
.waku_top{
 width: auto;
    margin: 0;
    padding: 10px 10px 10px 10px;
    width: auto;
}
}

/*内枠2*/
.waku_top2{
    border: 1px solid  #CF0E1C;
    background-color: rgba(251,251,243,0.78);
    margin: 0;
    padding: 9px 5px 7px 15px;
    width: auto;
}

/* ▼スマホ版*/
/*-------------------------------*/
@media screen and (max-width:786px){
.waku_top2{
 width: auto;
    margin: 0;
    padding: 10px 10px 10px 13px;
    width: auto;
}
}

/*外枠1*/
.waku_top_soto{
    border: 3px solid #CF0E1C;
    margin: 0 0 0 0;
    padding: 3px;
    /*width: 715px;*/
    width: 695px;
    /*background-color: rgba(245,219,236,1.00);*/
    background-color: rgba(250,229,227,1.00);
    margin-bottom: 10px;
 }

/*** ▼スマホ用 ***/
@media screen and (max-width:786px){
.waku_top_soto{
    padding: 3px;
    width: 100%;
    margin-bottom: 10px;
}
}

/*外枠2*/
.waku_top_soto2{
    border: 3px solid #CF0E1C;
    margin: 0 0 0 0;
    padding: 3px;
    /*width: 715px;*/
    width: 695px;
    background-color: #F4F4E5;
 }

/*** ▼スマホ用 ***/
@media screen and (max-width:786px){
.waku_top_soto2{
    margin:0;
    padding: 3px;
    width: 100%;
}
}


/*トップWEB開催*/
/* ▼PC版 */
/*-------------------------------*/
.shikaku2{
    font-size: 18px;
    line-height: 17px;
    padding: 8px 10px 8px 10px;
    background-color: #DB092A;
    color: #FFF;
    display: inline-block;
    margin: 3px 2px 10px 50px;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: normal;
    }
/* ▼スマホ版 */
/*-------------------------------*/
@media screen and (max-width:769px){
.shikaku2{
    font-size: 15px;
    padding: 5px 8px px 8px;
    display: inline-block;
    margin: 3px 2px 0px 0;
    text-indent: 0;
    border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
    }
}

/*フォント*/
.Noto{
font-family: 'Noto Sans JP', sans-serif;
}

/*** ▼PC用 ***/
#font_big{
font-size: 22px;
/*font-family: 'Noto Sans JP', sans-serif;*/
padding-left: 10px;
  font-weight: 700;
  line-height: 150%;
  padding-top: 15px;
  font-weight: bold;
}
/*** ▼スマホ用 ***/
@media screen and (max-width:769px){
#font_big{
font-size: 22px;
/*font-family: 'Noto Sans JP', sans-serif;*/
padding-left: 5px;
  font-weight: 700;
  	-moz-transform: scale(1, 1);  /* Firefox※ */
	-webkit-transform: scale(1, 1);  /* Chrome,Safari */
	-o-transform: scale(1, 1);  /* 旧Opera※ */
	-ms-transform: scale(1, 1);  /* IE */
	transform: scale(1, 1);  /* CSS3 */
	display: inline-block; /*必要*/
	text-align: left;
	transform-origin: top left; /*左上を基準に*/
	padding-left: 0em;
    overflow-wrap: break-word;
      line-height: 150%
}
}

/*---------------------------------------
　枠
----------------------------------------*/
.waku_red{
	border: 3px double #e9253e;
	font-weight: bold;
	color: #f70000;
	background-color: #FFF0F0;
	line-height: 150%;
	padding-top: 0.7em;
	padding-right: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}
.waku_red2{
    color: #f70000;
    border: 3px double #e9253e;
    font-weight: normal;
    background-color: #FFF;
    /*background-color: #FFF0F0;*/
    line-height: 150%;
    padding-top: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 1em;
}
.waku_red3{
    border: 3px double #CF142C;
    font-weight: bold;
    color: #D50000;
    background-color: #FFF0F0;
    line-height: 150%;
    padding-top: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.7em;
    padding-left: 1em;
    text-align: center;
    margin: 20px 20px 20px 20px;
}
/* ▼スマホ用 */
@media screen and (max-width:769px){
 .waku_red3{
     font-size: 15px;
    border: 3px double #CF142C;
    font-weight: bold;
    color: #D50000;
    background-color: #FFF0F0;
    line-height: 150%;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    text-align: center;
     margin: 10px 10px 10px 10px;
}
}
.waku_redsen{
    border: 1px solid #e9253e;
}


.waku_blue{
	padding: 0.7em;
	border: 3px double #9BBEE1;
	background: #DFEBF7;
	line-height: 150%;
}

.waku_maccha{
	padding: 0.7em;
	border: 2px solid #809573;
	font-size: 100%;
	line-height: 150%;
	background: #F7FFE6;
	line-height: 150%;
}

.waku_rightgreen{
	background-color: #f7ffe6;
	border: 2px solid #92b867;
	padding: 0.7em;
	line-height: 150%;
}

/* ①PC用 */
/*-------------------------------*/
.waku_grey{
	background-color: #F6F6F6;
	border: 3px double #D2D2D2;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	margin-bottom: 3em;
}
.waku_grey2{
	background-color: #F6F6F6;
	border: 3px double #D2D2D2;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	margin-bottom: 3em;
}
/* ②スマホ用 */
/*-------------------------------*/
@media screen and (max-width:769px){
.waku_grey{
	background-color: #F6F6F6;
	border: 3px double #D2D2D2;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-bottom: 2em;
}
.waku_grey2{
	background-color: #F6F6F6;
	border: 3px double #D2D2D2;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 2em;
}
}

.waku_karashi{
	padding: 0.7em;
	border: 1px solid #E9B01D;
	line-height: 150%;
	background: #FEF9E7;
}



/*---------------------------------------
　青色
----------------------------------------*/
.steel_bule{
	color: #3668B4;
}

.dark_blue{
	color: #003399;
}

.dark_cyan{
	color: #0088b5;
}

.slate_blue{
	color: #6666CC;
}

.dark_cyan {
	color: #0088B5;
}

.rich_blue{
	color: #0093d9;
}

.royalblue{
	color: #3983dc
}


/*---------------------------------------
　赤色
----------------------------------------*/
.red{
	color: #FF0000;
}

.red_sen{
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
}

.dark_brown{
	color: #D50000;
}

.dark_red{
    color: #cc0000;
}

/*---------------------------------------
　オレンジ
----------------------------------------*/
.orange{
	color: #FF5604;
}

/*---------------------------------------
　黒色
----------------------------------------*/
.dark_gray{
	color: #575757;
}

.dark_gray2{
	color: #333333;
}
.white_smoke{
	background-color: #f6f6f6;
}
.black{
	color: #000000;
}

/*---------------------------------------
　紫色
----------------------------------------*/
.perple{
	color: #6666CC;
}

.medium_purple{
	color: #8372BC;
}

.slate_gray{
	color: #824c97;
}

.dark_orchid{
	color: #983aac;
}

.medium_violetred{
	color: #c71585;
}

.dark_magenta{
	color: #832d8e;
}


/*---------------------------------------
　茶色
----------------------------------------*/
.maroon{
	color: #530e07;
}

.brown{
	color: #A73E05;
}

.saddle_brown{
	color: #885B37;
}

.sienna{
	color: #89623b;
}


/*---------------------------------------
　緑色
----------------------------------------*/
.lawn_green{
	color: #91C800;
}

.olive{
	color: #7aa800;
}

.pink{
	color: #e82f7d;
}

/*---------------------------------------
　金色
----------------------------------------*/
.gold{
        color: #e6b422;
}
.yellow{
    color: #F8B406;
}