
.contents980 {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

.hatsumeigaku-area{
	background-color: #caeaf8;
	background-image: url(/hatsumeigaku/img/bg_background_blue.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 20px 0px;
	font-family: 'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;

}

.hatsumeigaku-area.bg-green{
	background-color: #dbf2ad;
	background-image: url(/hatsumeigaku/img/bg_background_green.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 20px 0px;
}

.hatsumeigaku-area a{
	text-decoration: none;
}

.hatsumeigaku-character-area{
	width: 980px;
	margin: auto;
	position: relative;
}

.hatsumeigaku-character-left{
	position: absolute;
	left: -250px;
}

.hatsumeigaku-character-right{
	position: absolute;
	right: -250px;
}
.hatsumeigaku-left-area {
	width:700px;
	float:left;
}
.hatsumeigaku-right-area {
	width:250px;
	float:left;
}

.hatsumeigaku-movie-area , .hatsumeigaku-block-area,.hatsumeigaku-blog-area,.hatsumeigaku-blog-area2, .hatsumeigaku-blog-area2-topcomment{
	padding: 20px 20px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.hatsumeigaku-blog-area2 p {
	margin: 15px 0;
}
.hatsumeigaku-blog-area2 table td {
	padding: 0 30px;
}
.hatsumeigaku-blog-area2-topcomment {
    color: #ff3409;
    font-weight: bold;
    font-size: 140%;
    background-image: url("/hatsumeigaku/img/blog_head_log_plus2.png"),
                      url("/hatsumeigaku/img/blog_head_log_minus2.png"),
                      url("/hatsumeigaku/img/blog_head_log_multiplication2.png"),
                      url("/hatsumeigaku/img/blog_head_log_division2.png");
    background-repeat: no-repeat;
    background-position: 10px 10px,
                         10px 70px,
                         930px 10px,
                         930px 70px;
}
.hatsumeigaku-link-area {
	padding: 20px 20px;
    background-color: #FFF;
    line-height: 1.6em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	color: #ff3409;
    font-weight: bold;
    font-size: 140%;
    
}
.hatsumeigaku-link-area_in {
	background-image: url("/hatsumeigaku/img/blog_head_log_plus2.png"),
                      url("/hatsumeigaku/img/blog_head_log_minus2.png"),
                      url("/hatsumeigaku/img/blog_head_log_multiplication2.png"),
                      url("/hatsumeigaku/img/blog_head_log_division2.png");
    background-repeat: no-repeat;
    /*background-position: 10px 10px,
                         10px 70px,
                         930px 10px,
                         930px 70px;*/
    background-position: top left, bottom left, top right, bottom right;
}
.hatsumeigaku-link-area a {
	color: #ff3409;
	
}
.hatsumeigaku-link-area a:hover {
	color: #309001;
}
.hatsumeigaku-link {
	border-bottom: dotted 3px #f29901;
	padding-bottom: 15px;
	margin: 0 20px 15px 20px;
}
/* 1枠表示 */
.hatsumeigaku-blog-area2-content-in-l {
    width: 450px;
    float: left;
}
.hatsumeigaku-blog-area2-content-in-r {
    width: 450px;
    float: right;
}
.fclear {
	clear: both;
}

/* 2枠表示 */
.hatsumeigaku-blog-area2-2, .hatsumeigaku-blog-area2-3 {
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
}
.hatsumeigaku-blog-area2-2-l {
	padding: 20px 20px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 440px;
}
.hatsumeigaku-blog-area2-2-r {
	padding: 20px 20px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 440px;
	margin: 0px 0px 0px 20px;
}
/* 3枠表示 */
.hatsumeigaku-blog-area2-3-l {
	padding: 20px 20px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 280px;
}
.hatsumeigaku-blog-area2-3-r {
	padding: 20px 20px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 280px;
	margin: 0px 0px 0px 10px;
}

.item-title {
    color: #ffffff;
    background-color: #2d9ace;
    font-weight: bold;
    font-size: 101%;
    padding: 5px 10px;
    width: 130px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.item-contents {
    text-align: left;
    font-size: 130%;
    padding: 20px 0px 15px 8px;
    line-height: 1.5em;
    margin-bottom: 25px;
    border-bottom: dotted 3px #f29901;
}

.hatsumeigaku-blog-area3{
	padding: 0px;
	background-color: #FFF;
	line-height: 1.6em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	overflow: hidden;
}

.hatsumeigaku-blog-area3-table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.hatsumeigaku-blog-area3-table-td{
	width: 35px;
	background: #f39800;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}

.hatsumeigaku-blog-area3-table-title{

}

.hatsumeigaku-blog-area3-table-td2-body{
	padding: 30px  20px  20px  20px;
}

.hatsumeigaku-movie-area-title{
	padding: 5px 10px;
	background-color: #75c4e8;
	color: #FFF;
	font-size: 18px;
	font-weight:bold;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: auto;
	margin-bottom: 20px;
	text-align: left;
}

.hatsumeigaku-movie-area-title table{
	width:100%;
}

.hatsumeigaku-movie-area-title-btn{
	font-size: 14px;
	display: block;
	float: right;
	background: #2d9ace;
	color: #FFF !important;
	padding: 5px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
	transform: scale(1, 1);
	transition: transform .3s;

}

.hatsumeigaku-movie-area-title-btn:hover{
	background: #2d9ace;
	transform: scale(1.1, 1.1);
}

.hatsumeigaku-movie-area-body{
	width:660px;
	margin: auto;
}

.hatsumeigaku-blog-area{
	padding: 20px 0px;
	text-align: left;
}

.hatsumeigaku-blog-area-title{
	padding: 0px 5px;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #555555;
	margin-bottom: 15px;
}

.hatsumeigaku-blog-area-title2{
	padding: 5px 10px;
	background-color: #f39800;
	color: #FFF;
	font-size: 18px;
	font-weight:bold;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: auto;
	text-align: center;
}

.hatsumeigaku-blog-area-title2.bg-green2{
	background-color: #2bbf79;
}

.hatsumeigaku-blog-area-title2 table{
	width: 100%;
}

.hatsumeigaku-blog-area-nodata{
	text-align: center;
}

.hatsumeigaku-right-calendar-head{
	color: #2ea7e0;
}
.hatsumeigaku-right-calendar-head::after{
	background: #2ea7e0;
}
.hatsumeigaku-calendar-area a {
	text-decoration: underline;
}

.hatsumeigaku-right-new-head{
	color: #ed703a;
}
.hatsumeigaku-right-new-head::after{
	background: #ed703a;
}

.hatsumeigaku-right-archive-head{
	color: #f39700;
}
.hatsumeigaku-right-archive-head::after{
	background: #f39700;
}

.hatsumeigaku-right-search-head{
	color: #8fc31f;
}
.hatsumeigaku-right-search-head::after{
	background: #8fc31f;
}

.hatsumeigaku-right-search-area input{
	width: 170px !important;
}


.hatsumeigaku-right-calendar-head2{
	background-color: #2ea7e0;
	color: #FFF;
}

.hatsumeigaku-right-new-head2{
	background: #ed703a;
	color: #FFF;
}

.hatsumeigaku-right-archive-head2{
	background: #f39700;
	color: #FFF;
}

.hatsumeigaku-right-search-head2{
	background: #8fc31f;
	color: #FFF;
}

.img_line_area{
	padding: 25px 0px;
}

.img_line_area img:nth-child(odd) {
	animation: r2 15s linear infinite;
}

@keyframes r1 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes r2 {
  0%   { transform: rotate(0deg); }
  25% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}

@keyframes r3 {
  0%   { transform: rotate(0deg); }
  50% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}

.rotate_target {
   transition: transform 3s ease-out;
}

.rotate_target2 {
   transition: transform 3s ease-out;
}

.rotate_target2:hover {
  animation: r6 1s linear infinite;
}

@keyframes r6 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}

.hatsumeigaku-blog-area-date{
	padding: 10px 20px;
	background-color: #eeeeee;
	color: #777777;
	text-align: right;
	margin-bottom: 20px;
}
.hatsumeigaku-text-area {
    width: 660px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.5em;
    font-size: large;
    padding: 3px 0px 4px 0px;
}
.hatsumeigaku-fotterbanner-area{
	background-color: #FFF;
	width: 980px;
	margin: auto;
}

.hatsumeigaku-fotterbanner-area-in{
	/*width: 788px;*/
	margin: auto;
	padding: 20px 0px;
}

.fotterbanner1,.fotterbanner2,.fotterbanner3{
	display: inline-block;
	float: left;
	margin-right: 18px;
}

.fotterbanner3{
	margin-right: 0px;
}

.hatsumeigaku-fotter-area{
	height: 208px;
	background-image: url(/hatsumeigaku/img/fottericon.jpg);
	background-repeat: repeat-x;
	background-position: center;
}


.hatsumeigaku-right-250{
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px;
}

.hatsumeigaku-right-area-in{
	line-height:1.6em;
	font-size:12pt;
	font-weight:bold;
}

.sub-header-solid{
	width: auto !important;
}

.hatsumeigaku-search-area {

}
.hatsumeigaku-calendar-area {
	margin-left:auto;
	margin-right:auto;
	padding:0 0 10px 0;
}

.hatsumeigaku-list-title {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px dashed #b4b4b4;
	line-height:1.4em;
	padding: 5px;
	padding-left: 40px;
	font-size: 1.1em;
	font-weight: bold;
	transition: .3s;
}

.hatsumeigaku-list-area .hatsumeigaku-list-title:nth-child(4n+1) {

	background: url(/hatsumeigaku/img/blog_head_log_plus2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;

}

.hatsumeigaku-list-area .hatsumeigaku-list-title:nth-child(4n+2) {
	background-image: url(/hatsumeigaku/img/blog_head_log_minus2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}

.hatsumeigaku-list-area .hatsumeigaku-list-title:nth-child(4n+3) {
	background-image: url(/hatsumeigaku/img/blog_head_log_multiplication2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}

.hatsumeigaku-list-area .hatsumeigaku-list-title:nth-child(4n+4) {
	background-image: url(/hatsumeigaku/img/blog_head_log_division2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
}


.hatsumeigaku-list-title a{
	display: block;
	text-decoration: none;
}











/* GENERAL BUTTON STYLING */
.basebtn,
.basebtn::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.basebtn {
  background: #89ceed;
  border: 0px solid #2ecc71;
  border-radius: 5px;
  color: #1c7ca7;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: auto;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.basebtn::before,
.basebtn::after {
  background: #FFF;
  content: '';
  position: absolute;
  z-index: -1;
}

.basebtn:hover {
  color: #FFF;
}

.btn-left {
  float: left;
}

.btn-left::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn-left:hover:after {
  width: 100%;
}

/* GENERAL BUTTON STYLING */
.basebtn2,
.basebtn2::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.basebtn2 {
  background: #89ceed;
  border: 0px solid #2ecc71;
  border-radius: 5px;
  color: #1c7ca7;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin:  auto;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.basebtn2::before,
.basebtn2::after {
  background: #FFF;
  content: '';
  position: absolute;
  z-index: -1;
}

.basebtn2::before {
  background: #2ecc71;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}


.basebtn2:hover {
  color: #FFF;
}

.btn-right {
  float: right;
}


.btn-right::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-right:hover:after{
  width: 0%;
}

/* BUTTON 2 */
.btn2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn2:hover:after {
  width: 100%;
}



/* GENERAL BUTTON STYLING3 */
.basebtn3,
.basebtn3::after {
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    transition: all 0.3s;
}

.basebtn3 {
  background: none;
  border: 3px solid #2ecc71;
  border-radius: 5px;
  color: #2ecc71;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: auto;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}

.basebtn3::before,
.basebtn3::after {
  background: #2ecc71;
  content: '';
  position: absolute;
  z-index: -1;
}

.basebtn3:hover{
  color: #FFF;
}


.listmark2 {
	background-image: url("/hatsumeigaku/img/pic_infomarker_yellow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 27px;
	text-align: left;
}

.listmark2-title{
	background-image: url("/hatsumeigaku/img/pic_infomarker_yellow.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 27px;
	text-align: left;
	margin-top: 30px;
	font-weight: bold;
}

.listmark2-title-1{
	padding: 3px 0px 3px 15px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	background: linear-gradient(-135deg, #fac224, #c74811);
	color: #ffffff;
	font-size: 110%;
	border-radius: 10px;
}

.listmark2-title-2{
	padding: 3px 0px 3px 15px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	background: linear-gradient(-135deg, #bed062, #2ea6df);
	color: #ffffff;
	font-size: 110%;
	border-radius: 10px;
}

.listmark2-body{
	padding: 0px 0px 0px 27px;
	text-align: left;
}

.listmark2-square-1{
	border-color: #f9bd23;
	border-style: solid;
	margin: 10px 0;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
}

.listmark2-square-2{
	border-color: #82bf97;
	border-style: solid;
	margin: 10px 0;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
}

.lecture-title{
	text-align: left;
	border-left-color: #f29901;
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 5px 5px 5px 10px;
	margin-bottom: 20px;
	margin-left: 27px;
	font-weight: bold;
}

.award-title{
	text-align: left;
    /* border-left-color: #f29901; */
    /* border-left-style: solid; */
    /* border-left-width: 10px; */
    /* border-bottom-color: #cccccc; */
    /* border-bottom-style: solid; */
    /* border-bottom-width: thin; */
    padding: 5px 5px 5px 0px;
    /* margin-bottom: 20px; */
    /* margin-left: 27px; */
    font-weight: bold;
    font-size: 200%;
    line-height: 1em;
    border-bottom: solid 2px #2ea7e0;
}
.award-title2 {
	text-align: left;
	padding: 5px 5px 5px 0px;
    font-weight: bold;
    font-size: 155%;
    line-height: 1em;
    border-bottom: solid 2px #2ea7e0;
}
.img-link-area img {
	padding: 10px 15px;
}
.target-link-area a{
	background-image: url("/hatsumeigaku/img/log_plus_green.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 40px;
	text-align: left;
	margin-right: 30px;
}

.target-link-area a:last-child{
	margin-right: 0px;
}

.hatsumeigaku-title-style2{
	position: relative;
}

.hatsumeigaku-title-style2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #90c31f;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}

.hatsumeigaku-title-style2:hover::after ,.hatsumeigaku-title-style2.hover::after{
	transform: scale(1, 1);
}
.hatsumeigaku-pre-span-big {
	font-size: 180%;
	font-weight: bold;
	color: #ff3409;
}
.hatsumeigaku-pre-span-large {
	font-size: 200%;
	font-weight: bold;
}
.hatsumeigaku-pre-span-small {
	font-size: 120%;
	font-weight: bold;
}

/* 発明楽企業サポーター募集 */
.supo_area {
	background-color: #ffffff;
    	line-height: 1.6em;
    	border-radius: 10px;
}
.supo_area .titimg{
	margin: 30px 0 30px;
}
.supo_gaiyo {
	background-image: url(/hatsumeigaku/img/bg_supporter_gaiyo.jpg);
	background-size: auto;
	background-position: bottom center;
	color: #0077ac;
	padding: 45px 20px 20px;
}
.supo_gaiyo .tit {
	font-weight: bold;
	font-size: 26px;
	position: relative;
	margin: 0 0 40px;
}
.supo_gaiyo .tit img {
	position: absolute;
	top: -23px;
    	left: 229px;
}
.supo_gaiyo .txt {
	
}
.supo_contents {
	padding: 50px 30px 30px;
}
.supo_contents_in {
	padding: 0 15px 50px;
}
.supo_contents h3{
	background-image: url(/hatsumeigaku/img/h3_bar_supporter.png);
	text-align: left;
    	font-size: 24px;
    	letter-spacing: 0.09em;
	width: 920px;
    	height: 34px;
	padding: 0 0 0 71px;
	box-sizing: border-box;
	margin: 0 0 30px;
}
.merit_one {
	display: flex;
	align-items: baseline;
	margin: 0 0 10px;
}
.merit_one .num {
	background-color: #ff9a18;
   	color: #ffffff;
    	border-radius: 50%;
    	width: 32px;
    	height: 30px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
	margin: 0 15px 0 0;
	font-weight: bold;
	padding: 2px 0 0;
}
.merit_one .txt {
	font-size: 17px;
	text-align: left;
}
.merit_one .txt_check {
	font-weight: bold;
	position: relative;
	margin: 0 0 8px;
}
.merit_one .txt_check .check_icon{
	position: absolute;
	top: -35px;
	left: 330px;
}
.merit_one .txt_exp {
	font-size: 16px;
}
.nagare_contents {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 0 0;
}
.nagare_contents .nagare_one {
	width: calc(100% / 3 - 40px);
	margin: 0 40px 20px 0;
	box-sizing: border-box;
	background-color: #ff9a18;
    	border-radius: 10px;
	position: relative;
}
.nagare_contents .nagare_one:last-of-type:after {
	content: '';
}
.nagare_contents .nagare_one:after {
	content: url(/hatsumeigaku/img/pic_icon_supporter_arrow.png);
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	right: -22px
}
.nagare_contents .nagare_one .num{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 0;
	font-weight: bold;
	font-size: 19px;
	padding: 7px 0 5px;
}
.nagare_contents .nagare_one .tit {
	color: #00683b;
	padding: 15px 10px 10px;
	font-weight: bold;
	font-size: 18px;
}
.nagare_contents .nagare_one .txt{
	color: #ffffff;
	padding: 0 15px 10px;
	text-align: left;
	font-size: 15px;
}
.shinsei_one {
	text-align: left;
    	color: #000000;
	margin: 0 0 15px 35px;
	position: relative;
	font-size: 18px;
}
.shinsei_one a {
	color: #000000;
}
.shinsei_one a:link {color:#000000;}
.shinsei_one a:visited {color:#000000;}
.shinsei_one a:hover {color:#ff9a18;}
.shinsei_one a:active {color:#000000;}
.shinsei_one:before {
	content: url(/hatsumeigaku/img/pic_icon_supporter_shinsei.png);
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
    	left: -20px;
}
.contact {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
}
.contact a {
	color: #000000;
}
.contact a:link {color:#000000;}
.contact a:visited {color:#000000;}
.contact a:hover {color:#ff9a18;}
.contact a:active {color:#000000;}
.link_check {
	position: relative;
}
.link_check:before {
	content: '';
    	background-image: url(/hatsumeigaku/img/pic_icon_supporter_Check.png);
    	position: absolute;
    	transform: translate(-50%,-50%);
    	top: 32%;
    	right: -60px;
    	z-index: 99;
    	display: inline-block;
    	width: 35px;
    	height: 24px;
    	background-size: 35px;
}
.supo_banner {
	display: flex;
    	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: center;
}
.supo_banner a {
	width: calc(100% / 3);
	padding: 0 10px 20px;
	box-sizing: border-box;
}
.supo_banner a:hover {
	opacity: .7;
}
.supo_banner a img {
	width: 100%;
	border: 1px solid #dddddd;
}

/* Xシェアボタン */
.x_share_btn {
	width: 90px;
	height: 20px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	background-color: #000000 !important;
	/*border: solid 1px #000000 !important;*/
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.06em;
	/*padding-bottom: 1px;*/
	border-radius: 30px;
	position: relative;
	/*transition: .3s;*/
	/*margin-left: 11px;*/
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 0;
}
.x_share_btn::before{
	content: url("/images/sns/x_w.svg");
	width: 14px;
	margin-right: 8px;
	height: 14px;
}
/*
.x_share_btn:hover{
	color: #000000 !important;
	background-color: #fff !important;
}

.x_share_btn:hover::before{
	content: url("/images/sns/x_b.svg");
}
*/