@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------------
fulcnt.com
------------------------------------------------------------------------------ */

/* nomal */
@font-face {
    font-family: "baseFont";
    src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.woff2") format("woff2"),
    url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/* bold */
@font-face {
    font-family: "baseFont";
    src: url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.woff2") format('woff2'),
    url("../font/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

html {
    height: 100%;
    text-align: center;
}
body {
    height: 100%;
    margin: 0;
}
body {
    font-family: "baseFont","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* Default Link Color */
a:link {
    color: #00F;
}
a:visited {
    color: #600;
}
a:hover {
    color: #090;
}
a:focus {
    color: #090;
}
a:active {
    color: #FF0;
}

/*TableStyle*/
table {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: #FAFAFA;
}
table td {
    padding: 5px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}
.cb {
    clear: both;
}
.cf:after {
    content: " ";
    display: block;
    clear: both;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
/* TabL+PC */
#wrap {
    font-feature-settings: "palt";
    width: 100%;
    text-align: left;
    font-family: "baseFont";
}/* /TabL+PC */
img {width: 100%;height: auto;}
.pc_only {display: block!important;}
.sp_only {display: none!important;}
.tabsp {display: none}
.pc_only2{display: block;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}


.contArea {
    max-width: 1200px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

header .contArea {padding: 20px 0;display: flex;justify-content: space-between;}
.headLogo {
    max-width: 137px;
	line-height: 0;
}
.headTxt {
    font-size: 0.875em;
    text-align: right;
    color: #000;
    overflow: hidden;
}
.headTxt b {font-size: 120%;
    text-align: right;
    color: #0070ce;
}

.footerCImg {
    background-color: #2F9FEE;
    position: relative;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 120px;
}
.footerCImg img {
    position: absolute;
    width: 216px;
    height: auto;
    bottom: 0%;
    left: 50%;
    margin-bottom: -16px;
    margin-left: -108px;
}
.footBackBtn a {
	display: block;
	max-width: 300px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	position: relative;
}
.footBackBtn a:hover {
	background-color: #888;
	color: #fff;
	transition: all 0.2s;
}
.footBackBtn a:hover:before {
	border-right: 8px solid #fff;
	transition: all 0.2s;
}
.footBackBtn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 8px solid #808080;
}
.copyright {
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

#pageTop {
    z-index: 3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
}
#pageTop a img {
    width: 50px;
    height: 50px;
}

/* TABP+SPL */
@media screen and (max-width: 959px) {
    .pc_only2{display: none;}
    .tabsp {display: block}
}/* /TABP+SPL */

/* SPP */
@media screen and (max-width: 599px) {
    .pc_only {display: none!important;}
    .sp_only {display: block!important;}
    
	.mb10 {margin-bottom: 7px;}
	.mb20 {margin-bottom: 12px;}
	.mb30 {margin-bottom: 15px;}
	.mb40 {margin-bottom: 20px;}
	.mb50 {margin-bottom: 25px;}
	.mb60 {margin-bottom: 30px;}
	.mb70 {margin-bottom: 35px;}
	.mb80 {margin-bottom: 40px;}
	.mb90 {margin-bottom: 45px;}
	.mb100 {margin-bottom: 60px;}
	
    header .contArea {padding: 10px 0;}
    .headLogo {
    width: 30%;
    }
    .footerCImg {
    
    position: relative;
    height: 60px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 60px;
}
    .footerCImg img {
    width: 108px;
    height: auto;
    bottom: 0%;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -54px;
    }
    .footBackBtn a {
	display: block;
	max-width: 300px;
        width: 80%;
	padding: 15px 20px;
	border: 1px solid #000;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
}
    .copyright {
    text-align: center;
    font-size: 13px;
    padding-bottom: 20px;
}
    
}/* /SPP */

/* IEonly */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#wrap {}
}/* /IEonly */
