@charset "Shift_JIS";

html {
	scroll-behavior: smooth;
	font-family: "Noto Sans Japanese", "�q���M�m�p�S Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
}
strong {
	font-weight: bold;
}

.display-pc-only{
}
.display-sp-only{
	display: none;
}
.hamburger,
.globalMenuSp,
.slider,
.lazy{
	display: none;
}
.color-w {
	color: #fff;
}
.color-r {
	color: #F00;
}
.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%;
}
/* ========== 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;
}
/* ========== fontsize ========== */
.fontsize60{
	font-size: 60%;
}
.fontsize70{
	font-size: 70%;
}
.fontsize80{
	font-size: 80%;
}
.fontsize120{
	font-size: 120%;
}
.fontsize130{
	font-size: 130%;
}
.fontsize140{
	font-size: 140%;
}

/* ========== suprint_posting ========== */

.bg-b{
	background-color: #f7f7f7;
	width: 100%;
}
.bg-c{
	background-color: #e8f6fd;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
}
.w1000{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.suprint_posting_headline1{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.suprint_posting_headline2{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	color: #1f2f52;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f2f52;
	padding-bottom: 5px;
	font-weight: bold;
}
.suprint_posting_headline3{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.suprint_posting_headline4{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	color: #1f2f52;
	font-weight: bold;
}

.suprint_posting_text{
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 25px;
}
.suprint_posting_text p{
	text-indent: -1em;
	padding-left: 1em;
}
.suprint_posting_text a{
	color: #1f2f52;
}
.suprint_posting_btn{
    height:80px;
    line-height:80px;
	width: 50%;
	margin:auto;
}
.suprint_posting_btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:22px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.suprint_posting_btn a:hover{
    background:#1F2F52;
    color:#fff;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}
.suprint_posting_table{
	width:100%;
	margin-bottom: 1em;
	box-sizing: border-box;
}
.suprint_posting_table th{
	color: #fff;
	background-color: #1f2f52;
	text-align:center;
	padding: 0.5em;
	font-size: 14px;
	border: 1px solid #FFF;
}
.suprint_posting_table td{
	background-color: #cdecfa;
	text-align:center;
	padding: 0.5em;
	font-size: 18px;
	border: 1px solid #FFF;
}


#header {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position: fixed;
	z-index: 100;
	top: 0px;
	width: 100%;
}
#header-in {
	width: 1030px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#header-nav {
	float: right;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
}
#header-nav a{
	font-size: 13px;
	color: #000;
}

#footer {
	color: #fff;
	background-color: #1f2f52;
	width: 100%;
}
.footer_box {
	float: left;
	padding-right: 5em;
}
.footer_box img{
	width: 250px;
}
.footer1{
	font-size: 15px;
	margin-bottom: 0.5em;
}
.footer2{
	font-size: 22px;
	margin-bottom: 0.5em;
}
.footer3{
	font-size: 10px;
	margin-bottom: 0.5em;
}
.footer4{
	font-size: 16px;
	line-height: 32px;
}
.footer4 a{
	color: #fff;
}
.copy{
	font-size: 11px;
	text-align: center;
	padding-bottom: 2em;
}

#form{
	width: 60%;
	margin-left: 20%;
}
#form th{
	color: #1f2d51;
	padding-top: 0.5em;
	font-size: 14px;
}
#form td{
	font-size: 14px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#form td input{
	width: 100%;
	padding: 0.5em;
	border: 1px solid #1270b5;
}


.suprint_posting_btn_form{
	height:80px;
	line-height:80px;
	width:50%;
	text-decoration: none;
	background:#0099FF;
	text-align:center;
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #FFF;
}
.suprint_posting_btn_form:hover{
	background:#1F2F52;
	color:#fff;
	margin-left:0px;
	margin-top:0px;
	cursor: pointer;
}


.suprint_posting_contact{

	background-color: #f7f7f7;

	padding: 3%;
	text-align: center;
	color: #1f2f52;
	font-size:16px;
}
.suprint_posting_contact strong{
	font-size:24px;
}
.suprint_posting_contact p{
	margin-bottom: 1em;
}


#suprint_posting01{
	font-size: 32px;
	font-weight: bold;
	color: #1270b5;
	text-align: center;
	line-height: 58px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#suprint_posting17{
	width: 50%;
	margin-top: 30px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#suprint_posting01,
#suprint_posting06,
#suprint_posting08,
#suprint_posting24,
#suprint_posting36{
	margin-top: -80px;
	padding-top: 80px;
}
