@charset "utf-8";

/* --------------
 reset
-------------- */
input[type="submit"],
label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
.ifsp {
	display: none !important;
}

/* --------------
 modules css
-------------- */
/* ---------- float */
.fll {
	float: left;
}

.flr {
	float: right;
}

/* ---------- width */
.wd5 {
	width: 5% !important;
}

.wd10 {
	width: 10% !important;
}

.wd15 {
	width: 15% !important;
}

.wd20 {
	width: 20% !important;
}

.wd25 {
	width: 25% !important;
}

.wd30 {
	width: 30% !important;
}

.wd33 {
	width: 33% !important;
}

.wd35 {
	width: 35% !important;
}

.wd40 {
	width: 40% !important;
}

.wd45 {
	width: 45% !important;
}

.wd50 {
	width: 50% !important;
}

.wd55 {
	width: 55% !important;
}

.wd60 {
	width: 60% !important;
}

.wd65 {
	width: 65% !important;
}

.wd70 {
	width: 70% !important;
}

.wd75 {
	width: 75% !important;
}

.wd80 {
	width: 80% !important;
}

.wd85 {
	width: 85% !important;
}

.wd90 {
	width: 90% !important;
}

.wd95 {
	width: 95% !important;
}

.wd100 {
	width: 100% !important;
}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

figure {
	margin: 0;
}

/* ----- base width */
.redCont,
.lightgrayCont,
.grayCont {
	min-width: 1000px;
}

#siteHeader,
.contents,
#footTop,
#footNav,
#footBottom {
	width: 1000px;
	margin: 0 auto;
}

.slideCont,
.pagerCont {
	width: 1000px;
	margin: 0 auto;
	margin-top: -2px;
}

/* --------------
 common
-------------- */
a {
	color: #0082c1;
	/* color: #c1c1c1; */
	text-decoration: none;
	word-break: break-all;

	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover {
	color: #c1272d;
	/* color: #0082c1; */
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

a img {
	-moz-opacity: 1.0;
	opacity: 1.0;

	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}

a:hover img {
	-moz-opacity: 0.5;
	opacity: 0.5;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}



.btnRed,
.btnBlue {
	/* padding: 8px 25px; */
	padding: 15px 50px;
}

/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */
#siteHeader h1 {
	display: inline-block;
	margin: 0;
	margin-top: 5px;
}

#siteHeader ul {
	float: right;
	margin: 0;
}

#siteHeader ul li {
	display: inline-block;
	margin-right: 10px;
}



/* =globalNav
---------------------------------------------------- */
#globalNav {
	width: 1000px;
	margin: 0 auto;
}

#globalNav .logo {
	margin-top: 15px;
	margin-left: 10px;
	width: 200px;
	float: left;
}

/* =magicline
---------------------------------------------------- */
.menuBox {
	width: 710px;
	margin: 20px auto;
	float: right;
}

#mainNav {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	position: relative;
}

#mainNav li {
	display: inline-block;
}

#mainNav li a {
	color: #333;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav li a:hover,
#mainNav li.current_page_item a {
	color: #C1272D;
}

#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #C1272D;
}



#mainNav>li .submenu {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 200px;
	top: 110%;
	left: 0;
	z-index: 500;
	background: #fff;
	opacity: 0;
	visibility: hidden;

	/* box-shadow */
	box-shadow: rgba(189, 189, 189, 0.65098) 0px 3px 3px 0px;
	-webkit-box-shadow: rgba(189, 189, 189, 0.65098) 0px 3px 3px 0px;
	-moz-box-shadow: rgba(189, 189, 189, 0.65098) 0px 3px 3px 0px;

	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#mainNav>li:hover .submenu {
	visibility: visible;
	opacity: 1;
}

#mainNav>li .submenu a:before,
#mainNav>li .submenu a:after {
	display: none;
}

#mainNav>li .submenu li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
}

#mainNav>li .submenu li:last-child {
	border: 0;
}

#mainNav li .submenu li a {
	color: #333;
	height: 40px;
	line-height: 40px;
}

#mainNav li .submenu li a:hover {
	color: #C1272D;
}




/* =container
-------------------------------------------------------------- **/
.contents {
	padding-top: 20px;
}

#topic01.contents {
	margin-top: 20px;
}

.contents:after {
	content: '';
	clear: both;
	width: 100%;
	height: 1px;
}

.inner {
	/*	padding:0 10px;
	margin:0 10px;*/
	margin: 20px auto;
	max-width: 1000px;
}

.wd33 .inner {
	margin-right: 10px;
}



/* =slide
---------------------------------------------------- **/
#slider-pager li a {
	position: relative;
}

#slider-pager li a:hover {
	color: #0082c1;
}

/*---- ページャー位置調節 ----*/
/* クローム＋オペラ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#slider-pager li a span {
		display: inline-block;
		position: relative;
		top: 2px;
	}
}

/* 火狐 */
@-moz-document url-prefix() {
	#slider-pager li a span {
		display: inline-block;
		position: relative;
		top: 2px;
	}
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumb {
	width: 1000px;
	margin: 0 auto;
}

/* =headline / titles
---------------------------------------------------- */
#topic01 h1 {
	margin-top: 20px;
}

section h2.internet,
section h2.system,
section h2.promotion {
	margin-left: 45px;
}

.wd33 h2.internet,
.wd33 h2.system,
.wd33 .promotion {
	margin-right: 10px;
}

/* table
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */


/* =footer
-------------------------------------------------------------- **/

#footTop .footTopInner,
#footNav .footNavInner {
	float: left;
	width: 33%;
}

#footTop .footTopInner .tel,
#footTop .footTopInner .mail {
	font-size: 1.5em;
	margin-top: 10px;
}

#footNav {
	padding: 20px 0;
}

#footNav .footNavInner {
	font-size: 80%;
}

#footNav .footNavInner li {
	padding-left: 1em;
}

#footBottom .footBottomInner {
	float: left;
	width: 70%;
	font-size: 12px;
	display: flex;
	align-items: center;
}

#footBottom .footBottomInner .logo {
	float: left;
	margin-right: 20px;
}

#footBottom #copyright {
	font-size: 12px;
	float: left;
	width: 30%;
}


/* =pageTop
-------------------------------------------------------------- **/

#pageTop {
	right: 60px;
	bottom: 100px;
	color: #666;
	vertical-align: middle;
}

#pageTop:hover {
	text-decoration: none;
	color: #C1272D;
}

#pageTop a {
	width: 60px;
	height: 60px;
	position: relative;
	background-position: center center;
	background: none;
	background: rgba(0, 130, 193, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#pageTop a:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	border-width: 30px;
	border-color: rgba(255, 255, 255, 0);

	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;

	border-style: solid;
}

#pageTop a:hover:before {
	border-width: 0px;
	border-color: rgba(255, 255, 255, 0.8);

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

#pageTop a:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(../../img/pagetop_pc.png) no-repeat center center;
}

/* --------------
 home contents
-------------- */
/*
#topic01 {
	width: auto;
}

#topic01 .inner {
	max-width: none;
}*/

#workList li {
	width: 18%;
	float: left;
	padding: 1%
}

#flowList {
	background: url(../img/arrowR.png) no-repeat right 80px center;
}

#flowList li {
	width: 178px;
	margin-right: 40px;
	height: 210px;
	float: left;
}

#flowList li.full {
	width: 78px;
	margin: 0;
	display: table;
}

#flowList li.full h2 {
	display: table-cell;
	padding: 0;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}




/* --------------
 subpages contents
-------------- */
/* =service
---------------------------------------------------- */
/* =multilingual
--------------------- */
#mult .contents {
	padding-top: 0;
}

.multCaption {
	font-size: 123.1%;
}

.multCaption,
.multInfo {
	width: 1000px;
	height: 254px;
	background: url(../service/img/capBg.png) no-repeat;
	box-sizing: border-box;
	padding: 50px 30px 20px;
}

.tp2Cap {
	margin-top: 100px !important;
}

.multInfo {
	font-size: 220%;
	padding: 40px 20px 20px 150px;
}

.planTbl th,
.planTbl td {
	width: 25%;
}

.featureTxt {
	font-size: 138.5%;
}

/* =event
---------------------------------------------------- */

ul.eventBox li {
	float: left;
	margin: 0 5px;
}

/* =decor
---------------------------------------------------- */
.docorBox dl {
	margin-right: 35px;
}

.docorBox dl:nth-child(6) {
	margin-right: 0;
}

/* =price
---------------------------------------------------- */
.nagare>li {
	width: 22%;
	float: left;
	height: 80px;
	padding: 20px;
	padding-right: 0;
	margin-right: 10%;
}

.nagare>li:last-child {
	margin-right: 0;
}

.nagare>li:after,
.nagare>li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.nagare>li:after {
	border-color: rgba(238, 248, 255, 0);
	border-left-color: #EEF8FF;
	border-width: 60px;
	margin-top: -60px;
}

.nagare>li:before {
	border-color: rgba(0, 130, 193, 0);
	border-left-color: #0082c1;
	border-width: 61px;
	margin-top: -61px;
}

/* =work
---------------------------------------------------- */
.workbox h1 {
	font-size: 140%;
}

.wkClmL {
	float: left;
	width: 420px;
}

.wkClmR {
	float: right;
	width: 500px;
}

.wkDtl {
	padding: 20px;
}

.systemBox>ul>li {
	float: left;
	width: 50%;
}

/* ---------- wkSelect */
.wkSelect {
	width: 1000px;
}

.yearTxt {
	float: left;
	margin-left: 10px;
}

.openSelect {
	float: right;
	margin-right: 10px;
}

#divSelect {
	right: 0;
}

/* ---------- slider */
#clmWork .slider {
	width: 300px;
	margin: 10px auto 0;
}

#clmWork .rslides {
	width: 400px;
	text-align: center;
}

/* .rslides img {
	width: auto !important;
	height: 240px !important;
} */

#clmWork .rslides li {
	width: 300px;
	height: 240px;
}

/* contactForm */
#contactConts {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.main {
	padding: 50px 0;
}

.contents p {
	margin-bottom: 10px;
}

.redColor {
	color: #C1272D;
	font-size: 77%;
}

/* 問い合わせフォーム部分 */
.formName {
	border-left: 5px solid #C1272D;
	border-bottom: 1px solid #C1272D;
	margin-bottom: 20px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 24px;
}

/* テーブル*/
.contactTbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #333;
	margin-bottom: 20px;
}

.contactTbl td,
.contactTbl th {
	border: solid 1px #C1272D;
	padding: 10px;
	text-align: left;
}

table.contactTbl,
table.contactTbl th,
table.contactTbl td {
	border: solid 1px #C1272D;
}

table.contactTbl th {
	position: relative;
	width: 300px;
	font-weight: normal;
	background-color: #FCEEF0;
	font-family: YuGothicM, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-right: 1.5px solid #c1272d;
}

.contactTbl tr:nth-child(2n+1) th::after {
	position: absolute;
	content: "必須";
	background: #C1272D;
	color: #fff;
	padding: 0px 5px;
	margin-left: 20px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 80%;
}

.contactTbl td {
	width: 700px;
}



/* input部分 */
.wd30 {
	width: 30%;
}

.wd50 {
	width: 50%;
}

.wd80 {
	width: 80%;
}

.contactTbl input,
.contactTbl textarea {
	background-color: #fff;
	border: 1px solid #767676;
	border-radius: 2px;
	padding: 2px;
}

.contactTbl textarea {
	height: 130px;
	overflow: auto;
}

input.chk,
textarea.chk {
	border: none;
	pointer-events: none;
}

/* 個人情報取り扱い部分 */
.privacyCont {
	height: 200px;
	padding: 10px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

.privacyCont * {
	font-size: 16px;
}

.privacyCont h2 {
	border-left: 5px solid #C1272D;
	border-bottom: 1px solid #C1272D;
	margin-bottom: 20px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 24px;
}

.privacyCont>p:nth-child(2) {
	text-align: right;
	letter-spacing: 0.02em;
}

.olDecimal {
	margin-left: 22px;
	list-style: outside decimal;
}

.olDecimal li {
	margin-bottom: 10px;
	font-size: 15px;
}

.olDecimal strong {
	font-family: YuGothicM, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 900;
	font-size: 16px;
}

.chk_box {
	margin: 10px 0;
	text-align: center;
}

/* submit */
p.alc {
	text-align: center;
}

.submit_btn {
	padding: 5px 30px;
	border: 1px solid #C1272D;
	background: #FCEEF0;
	margin-top: 30px;
}

input[value="戻る"] {
	margin-left: 30px;
}

input[type="submit"],
label {
	cursor: pointer;
}