@charset "Shift_JIS";

html { scroll-behavior: smooth;}
body {
	font-size: 10px;
	line-height: 1.4;
	font-family: "Noto Sans Japanese", "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
	-webkit-text-size-adjust: 100%;
}
.display-pc-only{
	display: none;
}
.display-sp-only{
}

strong,
h1,
h2,
h3{
	font-weight: bold;
}
#wrapper {	display: none;}
#footer{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	font-size: 11px;
}
.new-footer{
	font-size: 1em;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 2em;
}
.new-footer a{
	color:#333333;
}

.color-y {
	color: #fff571;
}
.color-g {
	color: #03abb8;
}
.color-b {
	color: #028ec1;
}

.marker_y {
	background: linear-gradient(transparent 60%, #fff000 60%);
}
.sp100{
	width: 100%;
	height: auto;
}
.sp90{
	width: 90%;
	height: auto;
	margin-left: 5%;
}
.sp70{
	width: 70%;
	height: auto;
	margin-left: 15%;
}
.sp50{
	width: 50%;
	height: auto;
	margin-left: 25%;
}
.fontsize60{
	font-size: 60%;
}
.fontsize70{
	font-size: 70%;
}
.fontsize80{
	font-size: 80%;
}
.fontsize120{
	font-size: 120%;
}
.fontsize130{
	font-size: 130%;
}
.fontsize140{
	font-size: 140%;
}

.sp_logo {
	float: left;
	width: 50%;
}
.sp_sns {
	float: right;
	width: 15%;
}
.sp_clear {
	clear: both;
}
.sp_scroll {
	color: #666;
	text-align: right;
	margin-bottom: 1em;
}

/* ========== page top ========== */

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.pagetop a {
    display: block;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pagetop a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ========== aboutus ========== */

.aboutus{
	width: 90%;
	clear: both;
	margin-left: 5%;
}
.aboutus th{
	padding: 4px;
	white-space: nowrap;
	background-color: #eee;
	font-size: 10px;
	line-height: 13px;
	border: 1px solid #666;
}
.aboutus td{
	padding: 4px;
	font-size: 10px;
	line-height: 13px;
	border: 1px solid #666;
}


/* ========== ibm_fusion_sp ========== */

.ibm_fusion_sp{
	background-color: #0061B2;
	background-image: url(../images/ibm_fusion_sp_bg.png);
	padding: 1.5em;
	background-size: 100% auto;
}
.ibm_fusion_sp01{
	background-color: #ffffff;
	border-radius: 1em;
	padding: 1.5em;
	margin-bottom: 1.5em;
}
.ibm_fusion_sp02{
	background-color: #dddddd;
	border-radius: 1em;
	padding: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}


#ibm_fusion_sp01-02,
#ibm_fusion_sp02-01{
	font-size: 1.5em;
	text-align: left;
	color: #FFFFFF;
	padding: 0.3em;
	margin-bottom: 0.5em;
	background-color: #000000;
}
#ibm_fusion_sp01-03{
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
#ibm_fusion_sp01-04,
#ibm_fusion_sp01-08{
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
#ibm_fusion_sp02-06,
#ibm_fusion_sp02-08,
#ibm_fusion_sp02-13,
#ibm_fusion_sp02-15{
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#ibm_fusion_sp02-06 p,
#ibm_fusion_sp02-08 p,
#ibm_fusion_sp02-13 p,
#ibm_fusion_sp02-15 p{
	text-indent: -1em;
	padding-left: 1em;
}
#ibm_fusion_sp02-16{
	font-size: 1.2em;
	margin-bottom: 0.5em;
	color: #FFFFFF;
}
#ibm_fusion_sp02-18{
	font-size: 1.4em;
	margin-bottom: 1em;
	background-color: #014DA1;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.3em;
	text-align: center;
}



.ibm_fusion_table{
	background-color: #FFFFFF;
	width: 100%;
}
.ibm_fusion_table th{
	font-size: 1em;
	background-color: #22272b;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
}
.ibm_fusion_table th:nth-child(1){
	border-right: 1px solid #FFFFFF;
}
.ibm_fusion_table td{
	font-size: 1em;
	padding: 4px;
	text-align: left;
	border-top: 3px solid #001e52;
}
.ibm_fusion_table td:nth-child(1){
	border-right: 1px solid #001e52;
}
