@charset "euc-jp";


/* -------------- /ec/ global --------------- */

html {
	font-size: 62.5%
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN",Meiryo,"MS PGothic",sans-serif;
	color: #333;
}


.red {
	color: #bf0000;
}



a, a:link, a:visited {
	color: #333;
}
a:hover {
	color: #bf0000;
	text-decoration: underline;
}

.headerPadding {
	padding-top: 80px !important;
}


.width1100 {
	width: 1100px;
	margin: 0 auto;
}

.pageTitle {
	background-color: #f7f7f7;
	height: 170px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-bottom: 25px; */

}
.pageTitle h1,
.pageTitle h2,
.pageTitle h3 {
	font-size: 32px;
	font-weight: bold;
	width: 1100px;
	margin: 0px auto;
}
.pageTitle h1 span,
.pageTitle h2 span,
.pageTitle h3 span {
	font-size: 22px;
}

.pageTitle h1.single-line,
.pageTitle h2.single-line,
.pageTitle h3.single-line {
    margin: 55px auto;
}

.breadcrumb {
	padding: 0;
	background-color: #fff;
}
.breadcrumb ul {
	width: 1200px;
	margin: 0 auto 0px;
}
.breadcrumb ul li {
	display: inline-block;
	font-size: 12px;
	color: #666;
}
.breadcrumb ul li:last-child::after {
	content: none;
}
.breadcrumb ul li::after {
	content: ">";
	display: inline-block;
	margin: 0 8px 0 12px;
	position: relative;
	top: -1px;
	
}
.breadcrumb ul li a {
	color: #666;
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	color: #bf0000;
	text-decoration: underline;
}
.ttl__type01 {
	display:inline-block;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 45px;
}
.ttl__type01::after {
content: "";
display: block;
height: 4px;
margin: 0 auto;
margin-top: 10px;
background-color: #bf0000;
}

.ttl__type01 span {
	color: #bf0000;
	}

.ttl__type02 {
	font-size: 28px;
	border-bottom: 3px solid #e8e8e8;
	text-align: left;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-weight: bold;
}

.ttl__type03 {
	font-size: 24px;
	border-left: 8px solid #fb9a9a;
	padding-left: 10px;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 40px;
	font-weight: bold;
}
.mT10 { margin-top: 10px !important;}
.mT20 { margin-top: 20px !important;}
.mT30 { margin-top: 30px !important;}
.mT40 { margin-top: 40px !important;}
.mT50 { margin-top: 50px !important;}
.mT60 { margin-top: 60px !important;}
.mT70 { margin-top: 70px !important;}
.mT80 { margin-top: 80px !important;}
.mT90 { margin-top: 90px !important;}
.mT100 { margin-top: 100px !important;}


.mB0 { margin-bottom: 0px !important;}
.mB3 { margin-bottom: 3px !important;}
.mB5 { margin-bottom: 5px !important;}
.mB8 { margin-bottom: 8px !important;}
.mB10 { margin-bottom: 10px !important;}
.mB20 { margin-bottom: 20px !important;}
.mB30 { margin-bottom: 30px !important;}
.mB40 { margin-bottom: 40px !important;}
.mB50 { margin-bottom: 50px !important;}
.mB60 { margin-bottom: 60px !important;}
.mB70 { margin-bottom: 70px !important;}
.mB80 { margin-bottom: 80px !important;}
.mB90 { margin-bottom: 90px !important;}
.mB100 { margin-bottom: 100px !important;}
.fwB { font-weight: bold; }
.taC { text-align: center !important;}
.taL { text-align: left !important;}
.taR { text-align: right !important;}


.ctaArea {
	text-align: center;
	padding: 80px 0 90px;
	margin-bottom: 80px;
	min-width: 1200px;
  }
  .ctaArea.gray {
	background-color: #f7f7f7;
  }
  .ctaArea_ttl {
	font-size: 46px;
	font-weight: bold;
  }
  .ctaArea_tx {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 40px;
  }
  
  .cta_block {
	width: 850px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
  }
  
  
  a.btn__cta__app {
	display: inline-block;
	width: 400px;
	font-size: 30px;
	border-radius: 6px;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	color: #bf0000;
	text-decoration: none;
	border: 2px solid #bf0000;
	font-weight: bold;
	transition: background-color 0.3s, border-color 0.3s;
	background-color: #fff;
  }
  a.btn__cta__app:hover {
	background-color: #f7f7f7;
  }
  a.btn__cta__request {
	display: inline-block;
	width: 400px;
	font-size: 30px;
	border-radius: 6px;
	text-align: center;
	line-height: 80px;
	vertical-align: middle;
	color: #bf0000;
	background-color: #bf0000;
	border: 2px solid #bf0000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
  }
  a.btn__cta__request:hover {
	background-color: #EC0606;
	  border-color: #EC0606;
  }
  
a.txLink, a.txLink:link, a.txLink:visited {
color: #bf0000;
text-decoration: none;
}
a.txLink:hover {
	text-decoration: underline;
}

.button_more__wrap {
	text-align: center;
	margin: 0 auto;
	}
	a.button_more {
	display: inline-block;
	width: 430px;
	margin: 0 auto;
	font-size: 20px;
	border-radius: 100px;
	text-align: center;
	line-height: 67px;
	vertical-align: middle;
	color: #bf0000;
	text-decoration: none;
	transition: background-color 0.3s, border-color 0.3s;
	border: 2px solid #bf0000;
	font-weight: bold;
	background-color: #fff;
	}
	a.button_more:hover {
	background-color: #f7f7f7;
	}

.to-top_btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	
}
.to-top_btn a {
	display: block;
	width: 80px;
	height: 80px;
	background: url(https://r.r10s.jp/ec/start/img/page-top_off.png) no-repeat center center;
	text-indent: -999px;
	overflow: hidden;
}
.to-top_btn a:hover {
	background: url(https://r.r10s.jp/ec/start/img/page-top_on.png) no-repeat center center;
}

/*/ ページ内アンカー移動時にヘッダー分ずらす */
[id] {
    scroll-margin-top: 100px;
}

.txLink-arrow {
    color: #bf0000 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.txLink-arrow:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 10px;
    background-image: url(https://r.r10s.jp/ec/open/img/txLink-arrow.png);
    position: relative;
    top: -2px;
}