@charset "utf-8";
@import url(font-awesome.min.css);
body{
			font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.is-font-cabin{
	font-family: 'Cabin', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

.is-font-baskerville{
	font-family: 'Libre Baskerville', serif;
}

.is_mobile{
		display: none;
	}

.banner{
	xbackground-image: url(../images/seri-main.jpg);
	background-color: #000;
	xbackground-size: cover;
	xbackground-position: center;
}

.hero-head{
	background-color: #fff;
}

.navbar-brand{
margin-left:2%;
}

/* Form *//* Form *//* Form *//* Form *//* Form *//* Form *//* Form *//* Form *//* Form *//* Form *//* Form */

	form {
		margin: 0 0 2em 0;
	}



	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: inline-block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="text"].input-half{
		width:50%;
	}

	select.input-q{
		width:25%;
	}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			color: #fff;
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + span,
		input[type="radio"] + span {
			text-decoration: none;
			
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + span:before,
			input[type="radio"] + span:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + span:before,
			input[type="radio"] + span:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				height: 1.3em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.3em;
			}

		input[type="checkbox"]:checked + span:before,
		input[type="radio"]:checked + span:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
			font-family: FontAwesome;
		}

		input[type="checkbox"]:focus + span:before,
		input[type="radio"]:focus + span:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + span:before {
		border-radius: 3px;
	}

	input[type="radio"] + span:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}


/* Button *//* Button *//* Button *//* Button *//* Button *//* Button *//* Button *//* Button */

	input, select, textarea {
		color: #000;
		font-size: 16px;
		line-height: 1.8;
	}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: rgba(243,151,0,0.7);
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 1px #f39700;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(243,151,0,0.95);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #ed4933;
			box-shadow: none !important;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #ef5e4a !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}



/*IFNX追加231221*/
.seri-section-body h1 {
    font-size: 30px;
    font-weight: bold!important;
    margin-bottom: 30px;
}

.seri-section-body h2 {
    font-size: 28px;
    font-weight: bold!important;
    margin-bottom: 30px;
	margin-top: 40px;
    border-top:3px #000 solid;
	border-bottom:1px #000 solid;
	padding:10px 0;
}

/*メガナビゲーション*/
#gnav{
	padding-right:240px;
}

#gnav > ul {
  display: table;
  padding-left: 50px;
}
#gnav > ul > li {
  display: table-cell;
  margin-right: 2em;
}
#gnav > ul > li:hover {
  
}
#gnav > ul > li:hover > a {
  
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li > a {
  display: block;
  
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  position: absolute;
  background-color:rgba(0,20,50,0.8);
}
#gnav > ul .menu .menu_inner {
  padding: 50px 10%;
  height:190px;
  color:#fff;
  font-size: 14px;
}


#gnav > ul .menu a {
  color: #fff;
  white-space: nowrap;
  transition: 0.1s ease-in color;
}


#gnav > ul .menu a:hover {
  color: #aaa;
}

.seri-mgnav1{
	width:15%;
}

.menu_inner h3{
	font-size:20px;
	font-weight: bold;
	padding-bottom:23px;
	background-image:url(../images/seri-navbar-bg.png);
	background-size: 100% 3px;
	background-position:bottom;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom:20px;
	white-space: nowrap;
}

.menu_inner li{
	margin-bottom:10px;
}

.menu_inner a{
	color:#fff;
	transition: 0.2s ease-in color;
}

.menu_inner a:hover{
	color:#aaa;
}


.navbar{
	xpadding-left:2%;
	position: relative;
}

.navbar-menu{
	padding:0;
}

.navbar-right{
	width:220px;
	height:104px;
	position: absolute;
	max-height: 104px;
	overflow:hidden;
	top:0;
	right:0;
}

.navbar-right-omi-wrap{
	width:220px;
	height:52px;
	display: table;
	background-color: #0066ff;
}

.navbar-right-omi{
	width:220px;
	background-color: #0066ff;
	xpadding-left:90px;
	height:52px;
	vertical-align: middle;
	color:#fff;
	font-size:18px;
	text-align: center;
	position: relative;
	display: table-cell;
	font-weight: bold;
}

.navbar-right-omi span{
	font-size:10px;
	color:#fff;
	display: block;
	position: absolute;
	top:50%;
	left:20px;
	height:30px;
	margin-top:-15px;
	white-space: nowrap;
	background-color: #fff45c;
	color:#0066ff;
	border-radius: 8px;
	text-align: center;
	font-weight: bold;
	line-height: 1.1;
	padding:5px 5px;
}

.navbar-right-omi br{
	display: none;
}

.navbar-right-omi span br{
	display: inherit;
}

.navbar-right-tel-wrap{
	width:220px;
	height:52px;
	max-height: 52px;
	overflow: hidden;
	background-color: #f6f6f6;
	display: table;
}

.navbar-right-tel{
	width:220px;
	height:52px;
	max-height: 52px;
	overflow: hidden;
	vertical-align: middle;
	font-size:20px;
	display: table-cell;
	text-align: center;
	font-weight: bold;
	color:#0049b7;
}

.navbar-right-tel svg{
	margin-right:5px;
}


.telno{
	display: inline-block;
}

.navbar-right-tel span{
	font-size:10px;
	display: block;
	margin-top:-3px;
}

/*メガナビゲーション*/


.seri-main-copy2{
	font-size:1.5vw;
	color:#fff;
	font-weight: bold;
	margin-top:50px;
	margin-top:4.30vw;
}

.navbar-cell-wrap{
	width:auto;
	 height:104px;
	 display: table;
}

.navbar-cell{
	display: table-cell;
  vertical-align: middle;
	width:auto;
	 height:104px;
	 padding:0 10px;
}

.seri-nav a.navbar-item{
	font-size:14px;
	color:#1c1c1c;
	font-weight: bold;
	text-align: center;
	line-height: 22px;	
  height:104px;

}

.seri-nav a.navbar-item:hover{
	background-color: inherit;
	background-image:url(../images/seri-navbar-bg.png);
	background-size: 100% 5px;
	background-position:bottom;
	background-repeat: no-repeat;
	color:#7088ad;
}

.seri-hero-footer img{
	width:70px;
	margin-bottom:40px;
}

.seri-hero-footer img:hover{
	opacity: 0.7;
}

.frontpage-wrap{
	padding:0 0 30px;
}

.seri-section{
	width:100%;
	height:auto;
	padding: 0 1.5rem;
}


.seri-section.seri-award{

	padding:60px 5% 60px;

	background-image: url('../images/seri-award-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.seri-section.seri-topics{
	background-color:#f6f6f6;
	padding:60px 5% 60px;
	
}

.asas{
	max-width:900px;
	margin:auto;
}
@media screen and (max-width: 1024px) {
.asas{
	width:100%;
	margin:auto;
}
}

.seri-section.seri-news{
	padding:60px 5% 0;
	margin-bottom:60px;
}

.seri-section.seri-contact{
	padding:0 5%;
	margin-bottom:60px;

}

.seri-section.seri-contact.seri-intro-contact{
	background-image: url(../images/seri-intro-contact-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding:100px 5% 100px;
	padding:8.6vw 5%;
}

.seri-section.seri-cta{
	background-color: #374252;
	padding:60px 5% 60px;
	color:#fff;
}

.seri-contact .inner{
	background-color: #0032d1;
	padding:60px;
	color:#fff
}

.seri-contact .inner h3{
	font-size:44px;
	font-size:3.4vw;
	margin-bottom:60px;
}

.seri-contact .inner .conarea{
	font-size:44px;
	font-size:3.4vw;
	margin-bottom:60px;
}

.seri-contact .inner p{
	font-size:16px;
	font-size:1.38vw;
	line-height: 1.8;
}


.seri-section.is-nomargin{
	padding:0;
}



.seri-section header{
	width:100%;
	height:auto;
	text-align:center;
}

.seri-section header p{
	margin-bottom:60px;
}

.seri-section header h2{
	font-size:3.3vw;
	color:#205cb7;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width:100%;
	margin:40px auto 40px;
	margin:3.44vw auto 3.44vw;
}

.seri-section header span,.seri-slider header span{
	font-size:2vw;
	display: inline-block;
	color:#205cb7;

	letter-spacing: 2px;
}

.seri-slider header{
	padding-top:60px;
}

.seri-section.seri-news header{
	text-align: left;
	margin-bottom:30px;
}

.seri-section.seri-service{
	width:100%;
	height:auto;
	background-image: url('../images/seri-service-bg.png');
	background-repeat: no-repeat;
	background-position:top center;
	background-size:100%;
	padding:50px 0;
	padding:4.3vw 0;
}

.seri-section.seri-service header{
	width:100%;
	height:auto;
	margin-bottom:80px;
	margin-bottom:6.88vw;
}

.seri-section-body h3{
	font-size:24px;
	font-weight: bold;
	margin-bottom:60px;
	color:#205cb7;
}


.seri-service-body{
	width:90%;
	background-color: #fff;
	margin:0 auto;

	
}


.seri-service-body .seri-inner{
	

}

.seri-service-body .seri-inner:before{
	width:100%;
	height:8px;
	content:"";
	display:block;
	background-image: url('../images/seri-line.jpg');

}

.seri-service-body .seri-inner-header{
	padding:60px 30px 60px;
	text-align: center;
}

.seri-inner-header h3{
	color:#0059af;
	font-size:26px;
	font-size:2.24vw;
	font-weight: bold;
	margin-bottom: 25px;
	margin-bottom:2.15vw;
}


.seri-lineups-body{
	padding:0 5%;
}


.seri-section-footer{
	width:100%;
	height:auto;
	
}

a.seri-viewmore{
	display: block;
	width:340px;
	padding:30px;
	font-size:16px;
	background-color: #0032d1;
	color:#fff;
	text-align: center;
	margin:60px auto 0;
	position: relative;
}

a.seri-viewmore:hover{
	background-color: #003cf9;
}

a.seri-viewmore:after{
	content:'+';
	display:block;
	text-align: center;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height: 22px;
	position: absolute;
	right:5%;
	top:50%;
	margin-top:-12px;
}



a.seri-viewall{
	display: block;
	width:100%;
	font-size:16px;
	color:#fff;
}

a.seri-viewall:after{
	content:'+';
	display:inline-block;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height: 22px;
	margin-top:-12px;
	text-align: center;
	margin-left:20px;
}


.seri-subtitle{
font-size:14px;
color:#0059af;
margin-bottom:60px;
}

.seri-subtitle span{
	color:#0096ff;
}

.seri-slider{
	width:100%;
	height: auto;
	text-align:center;
}

.seri-inner-header p{
	color:#5f6b84;
}

.seri-slider header h2{

	display: block;
	width:100%;
	margin:40px auto 0;
}

.seri-slider header img{
	width:312px;
	margin:80px auto 0;
}

img.seri-mission-ttl{
	width:223px;
	margin:80px auto;
}

img.seri-topics-ttl{
	width:129px;
	margin:80px auto;
}
.seri-topics-h4{
	font-size:16px;
	color:#00327e;
	margin-bottom:20px;
	display: block;
	width:100%;
	font-weight: bold;
}

.media-content{
	
}


.media-content time{
	font-size:14px;
	color:#868687;
}


.media-content span{
	margin-left:20px;
	width:50px;
	font-size:10px;
	padding:5px 10px;
	border:1px solid #0032d1;
	color:#0032d1;
	text-align: center;
	display: inline-block;
	border-radius: 13px;


}


.card-content{
	padding:20px;
}

.seri-media-content p{
	font-size:14px;
	color:#5f6b84;
	line-height: 1.8;
	padding-bottom:15px;
	display: block;
	border-bottom:1px solid #e5e5e5 ;
	margin-bottom:15px;

	}

.seri-topics-bt{
	font-size:12px;
	font-weight: bold;
	padding:9px 10px;
	color:#fff;
	background-color: #0032d1;
	text-align: center;
	display: inline-block;
}


.seri-slider-body{
	width:100%;
	min-height:550px;
		min-height:47.3vw;
	background-image: url(../images/seri-slider-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding:60px 0;

}

.seri-slider-body img:hover{
	filter:brightness(80%);
}

.seri-mission-box{
	width:100%;
	padding:4vw 5.6vw;
}

.seri-mission-box-img,.seri-mission-box-txt,.seri-box-half{
	width:50%;
}


.seri-mission-box-txt{
	padding:0 5%;
	
}

.seri-mission-box-img{
	text-align: center;
	padding-top:5.16vw;
}

.seri-mission-box-img img{
	width:100%;
}

.seri-mission-box-ttl{
	width:100%;
	height: auto;
	padding:60px 0 0 77px;
	padding:5.16vw 0 0 6.622vw;
	position: relative;
	background-image: url('../images/seri-mission-no01.png');
	background-size: 106px 125px;
	background-size: 9.116vw 10.75vw;
	background-position: top left;
	background-repeat: no-repeat;
}



.seri-mission-box-ttl.no2{

	background-size: 119px 125px;
	background-size: 10.234vw 10.75vw;
	background-image: url('../images/seri-mission-no02.png');
}

.seri-mission-box-ttl.no3{

	background-size: 122px 125px;
	background-size: 10.492vw 10.75vw;
	background-image: url('../images/seri-mission-no03.png');
}

.seri-mission-box-ttl.no4{

	background-image: url('../images/seri-mission-no04.png');
}


.seri-mission-box-ttl p{
	line-height: 2;
}


.seri-mission-box-txt h4{
	display: block;
	margin-bottom:2.15vw;
	font-size:30px;
	font-size:2.2vw;
	background-image: url('../images/seri-mission-txtbg.png');
	height:auto;
	color:#fff;
	font-weight: bold;
	padding:15px;
	padding:1.29vw 1vw;
	background-size: cover;
	background-repeat: repeat-y;

	text-align: center;
}

.seri-mission-box-sub{
	color:#205cb7;
	font-size:20px;
	font-size:1.72vw;
	font-weight: bold;
	display: inline-block;
	margin-bottom:0.86vw;
}	


.seri-mission-box.lastbox{
	background-image: url(../images/seri-mission-bg.png);
	background-size: 491px 81px;
	background-size: 42.226vw 6.966vw;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.seri-award-img{
	width:367px;
	width:31.562vw;
	margin:0 auto;
}

.seri-award-txt{
	color:#fff;
	padding-top:1.5vw;
}

.seri-award-txt h4{
	font-size:28px;
	font-size:2vw;
	font-weight: bold;
	margin-bottom:35px;
	margin-bottom:3.01vw;
}

.seri-award-txt h4 span{
	font-size:35px;
	font-size:2.4vw;
}

.seri-award-txt p{
	color:#c4c4c4;

}


.seri-inner-body .box{
	border:10px solid #f7f7f7;
	box-shadow: inherit;
	border-radius: 13px;
	transition: 0.2s ease-in border;
	width:100%;
	height: auto;
	min-height: 300px;

}

.seri-inner-body .box:hover{
	border:10px solid #ff0;

}

.top_youto_box{
	width:100%;
	height:auto;
	position: relative;
	margin-bottom:30px;
}

.top_youto_box_text{
	position: absolute;
	width:100%;
	height: auto;
	padding:45% 10% 0;
	text-align: center;
	top:0;
	left:0;
	font-weight: bold;
	font-size:1.8vw;
	color:#fff;
}

a.top_youto{
	font-color:#fff !important;
}


.top_youto_box span{
	display:block;
	width:80%;
	height:auto;
	padding:5px 20px;
	font-size:1.4vw;
	margin:40px auto 0;
	text-align: center;
	background-color: #0032d1;
	color:#fff;
	position: absolute;
	bottom:30px;
	left:50%;
	margin-left:-40%;
}

.top_youto_box:hover span{

	background-color: #0039ee;
}

.top_youto_box_img{
	width:100%;
	height:auto;
	position: absolute;
	top:0;
	left: 0;
	
}

.top_youto_box img{
	width:100%;
	height:auto;
	vertical-align: bottom;
	transition: 0.2s ease-in filter;
	filter: brightness(100%);
}

.top_youto_box:hover img{
	filter: brightness(80%);
}


.seri-box-service{
	width:100%;
	height:auto;
	font-size:16px;
	color:#00327e;
	font-weight: bold;
	margin-bottom:5px;
	margin-bottom:30px;
	background-repeat:no-repeat, no-repeat;
		background-position: right bottom;
}




.seri-box-service.wide{
	padding:30px;
	margin-bottom:30px;
}

.sevicelineup-img{
	width:80%;
	margin:0 auto 20px;
}

.sevicelineup-img img{
	width:100%;
}




.seri-box-service span{
	display: block;
	width:100%;
}

.seri-box-service h4{
	font-size:33px;
	color:#00327e;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom: solid 1px #c9c9c9;
position: relative;
display: inline-block;
padding-bottom:12px;
margin-bottom:20px;
}

.seri-box-service h4:after{
position: absolute;
content: " ";
display: inline-block;
border-bottom: solid 1px #00327e;
bottom: -1px;
left:0;
width: 20%;
}


.seri-box-service h5{
	font-size:20px;
	color:#00327e;
	font-weight: bold;
	margin-bottom:5px;
	display: block;
	width:100%;
	margin:0 auto 10px;
	text-align: center;
	border-bottom: solid 1px #c9c9c9;
position: relative;
display: block;
padding-bottom:10px;
}

.seri-box-service h5:after{
position: absolute;
content: " ";
display: inline-block;
border-bottom: solid 1px #00327e;
bottom: -1px;
left:50%;
width: 30%;
margin-left:-15%;
}



.seri-box-service-text{
	font-size:16px;
	font-weight: normal;
	color:#5f6b84;
	line-height: 1.5;
}


.wide .seri-box-service-text{
font-size:16px;
	font-weight: normal;
	color:#5f6b84;
	line-height: 1.5;
	width:60%;
}


.seri-box-viewmore{
	display: inline-block;
	width:170px;
	padding:12px 20px;
	font-size:16px;
	margin-right:30px;
	color:#fff;
	text-align:left;
	position: relative;
	background-color: #0032d1;
	margin-top:20px;
}

.seri-box-viewmore:after{
	content:'+';
	display:block;
	text-align: center;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height: 22px;
	position: absolute;
	right:5%;
	top:50%;
	margin-top:-12px;
}


.seri-news-lists dt{
	font-size:10px;
	color:#868687;
	font-weight: bold;
	float:left;
	line-height: 16px;
}

.seri-news-lists dt span{
	color:#fff;
	background-color: #0032d1;
	border-radius: 13px;
	display:inline-block;
	margin-left:15PX;
	padding:5px 12px;
	text-align: center;

}

.seri-news-lists dd{
	padding-left:150px;
	font-size:16px;
	color:#00327e;
	line-height: 1.8;
	padding-right:30px;
}

.seri-news-lists dl{
	clear:both;
	margin-bottom:35px;
}

..seri-news-lists dl:last-child{
	margin-bottom:0;
}

.seri-news-viewmore{
	width:100%;
	text-align: right;
}


.seri-news-viewmore a{
	display: inline-block;
	width:200px;
	font-size:16px;
	margin-right:30px;
	color:#0032d1;
	text-align: center;
	position: relative;
}

.seri-news-viewmore a:after{
	content:'+';
	display:block;
	color:#0032d1;
	border:1px solid #0032d1;
	border-radius:50%;
	width:24px;
	height:24px;
	line-height: 22px;
	position: absolute;
	right:5%;
	top:50%;
	margin-top:-12px;
}

.seri-contact .inner{
	padding:60px ;
}

.seri-contact-info{
	padding-left:3%;
}

.seri-contact-toform{
	background-color: #1d2088;
	padding:20px 20px;
	padding:1.72vw;
	text-align: center;
	font-weight: bold;
	font-size:24px;
	font-size:2.06vw;
	color:#fff;
	margin-bottom:20px;
	margin-bottom:1.72vw;
	transition: 0.2s ease-in background-color;
}

.seri-contact-toform:hover{
	background-color: #003cf9;
}

.seri-contact-toform span.toform{
	font-size:17px;
	font-size:1.46vw;
	display: block;
}

.seri-contact-toform span.toform2{
	font-size:18px;
	font-size:1.55vw;
}

.seri-contact-tel{
	padding:20px 20px;
	padding:1.72vw;
	text-align: center;
	font-weight: bold;
	font-size:24px;
	font-size:2.4vw;
	color:#fff;
	border:1px solid #fff;
}

.seri-contact-tel svg,.seri-contact-toform svg{
	display: inline-block;
	margin-right:20px;
	margin-right:1.72vw;
}

.seri-contact-tel span{
	font-size:14px;
	font-size:1.20vw;
	display: block;
}

.seri-sl.seri-purpose header{
	width:100%;
	padding:100px 0 0;
	padding:9vw 0 0;
	background-size: cover;
}



.seri-purpose-contact{
	width:90%;
	margin:0 auto 60px;
	margin:0 auto 5.16vw;
	border:20px solid #f0f0f0;
	padding:30px 60px;
	padding:2.58vw 5.16vw;
}

.seri-purpose-contact h4{
	width:100%;
	display: block;
	text-align: center;
	font-size:36px;
	font-size:3.10vw;
	color:#1C50A0;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom:30px;
	margin-bottom:2.58vw ;
}

.seri-purpose-contact-wrap .seri-contact-tel{
		padding:20px 20px;
	padding:1.72vw;
	text-align: center;
	font-weight: bold;
	font-size:24px;
	font-size:2.06vw;
	color:#fff;
	border:1px solid #fff;
		background-color:#0032D1;
	}


.seri-purpose-contact-wrap .seri-contact-toform{

	margin-bottom:0;

}



.seri-cta{
	font-size:16px;
	font-size:1.38vw;
}

.seri-cta a{
	color:#fff;
	transition: 0.1s ease-in color;
}

.seri-cta a:hover{
	color:#aaa;
}

.seri-cta-column{
	padding-right:30px;
}

.seri-cta-column01{}

.seri-footer-logo{
	width:140px;
	width:12.04vw;
	height: auto;
	margin-bottom:30px;
	margin-bottom:2.58vw;
}

.seri-cta-sns{
	width:100%;
	font-size:27px;
	font-size:2.32vw;
	margin-bottom:30px;
}

.seri-cta-sns svg{
	margin-right:13px;
	margin-right: 1.12vw;
}


.seri-cta-nav li{
	font-size:16px;
	margin-bottom:10px;
}

.seri-cta-nav span{
	display: block;
	margin-bottom:25px;
		margin-bottom:2.15vw;
}

.seri-cta-nav ul.subnav li{
	color:#c4c4c4;
	font-size:13px;
	font-size:1.12vw;
}

.seri-cta-nav table{
	border-collapse: collapse;
	width:100%;
}


.seri-cta-nav table td{
	border:1px solid #596678;
	text-align: center;
	vertical-align: middle;
	
	width:50%;

}

.seri-cta-nav table td a{
	display: block;
	width:100%;
	height:auto;
	padding:15px;
		font-size:14px;
	font-weight: bold;
}




.fright{
	float: right;
}

.fleft{
	float: left;
}



.hat-top-table{
	width:100%;
	margin:0 auto 50px;
}

.hat-top-table.centered th,.hat-top-table.centered td{
	text-align: center;
}

.hat-top-table th{
	width:30%;
	padding-right:30px;
	font-size:90%;
	color:##3e3521;
}

.hat-top-table thead td{
	line-height: 13px;
	font-size:12px;
	font-weight: bold;
}

.hat-top-table thead td span{

	font-size:11px;
	padding-left:5px;

}



.hat-button-full{
	width:100%;
}

a.backtotop{
	width:100%;
	display:block;
	padding:5px 0;
	text-align: center;
	background-color:rgba(50,50,50,0.8);
	border-bottom:inherit;
	color:#fff;
}

a.backtotop:hover{
	width:100%;
	background-color:rgba(50,50,50,1);
			-moz-transition: background-color 0.5s ease;
		-webkit-transition: background-color 0.5s ease;
		-ms-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;

}

.is-palebg{
	background-color:#f6f6f6;
}

.seri-footer{
	background-color: #0032d1;
	color:#fff;
	width:100%;
	height:100px;
	line-height: 100px;
	padding:0 5%;
	position: relative;
}



.seri-totop{
	position: absolute;
	top:0;
	right:5%;
	z-index: 100000;
}


.seri-totop a{
	display: block;
	width:100px;
	height:100px;
	background-color: #1d2088;
	position: relative;


}

.seri-totop a img{
	position: absolute;
	top:50%;
	left:50%;
	width:28px;
	height:27px;
	margin-top:-14px;
	margin-left:-13px;
}

.seri-footer-copyright{
	position: absolute;
	height:100px;
	line-height: 100px;
	left:5%;
	font-size:11px;
}

.seri-footer-nav{
	position: absolute;
	height:100px;
	line-height: 100px;
	right:5%;
	padding-right:100px;
	top:0;
}

.seri-footer-nav a{
	margin-right:30px;
	color:#fff;
	font-size:14px;
}




/*page*/

#breadcrumbs ul {
	width: 100%;
	font-size: 1.2rem;
	text-align: center;
}

#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}


.seri-sl{
	background-size: 100%;
}


.seri-sl header{
	width:100%;
	padding:100px 0 100px;
	padding:8.6vw 0 8.6vw;

}



.seri-strongpoint{
	width:100%;
	height:auto;
	text-align: center;
	padding:30px 0;
	padding:2.58vw;
}

.seri-strongpoint p{
	width:180px;
	height:180px;
	width:15vw;
	height:15vw;
	display: inline-block;
	text-align: center;
	background-color: #FDFF00;
	border:10px solid #fff;
	border:0.86vw solid #fff;
	border-radius: 50%;
	margin-right:20px;
}

.seri-strongpoint p:last-child{
	margin-right:0;
}

.seri-strongpoint p span{
	width:180px;
	height:180px;
	width:15vw;
	height:15vw;
	margin:-10px 0 0 -10px;
	margin:-0.86vw 0 0 -0.86vw;
	display: table;
}

.seri-strongpoint p span strong{
		width:100%;
	height:100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size:28px;
	font-size:2.2vw;
	font-weight: bold;
	line-height: 1.3;
}


.seri-page-header{
	width:100%;
	background-color: rgba(0,0,0,0.4);
	color:#fff;
	padding:2.5% 5%;
	text-align: center;
	background-image: url('../images/seri-sl-bg.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

.seri-page-header:after{
	content:'';
	display:block;
	width:100%;
	height:1%;
	
}
.seri-sl.introduction {
	background-image: url('../images/seri-about-bg3.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	}

.seri-sl.introduction header{
	width:100%;
	padding:100px 0 80px;
	padding:10% 0 8%;
	
}


.seri-introduction-header{
	width:100%;
	color:#fff;
	padding:2.5% 5%;
	text-align: center;

}

.seri-intro-subttl img{
	width:300px;
	margin:0 auto;
}

.seri-intro-ttl img{
	width:728px;
	margin:0 auto;
}

.seri-intro-historyofseriart img{
	width:251px;
	height:auto;
	display: block;
	margin-bottom:35px;
	margin:0 auto 35px;
}

.seri-intro-h2{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:54px;
	color:#205cb7;
	display: block;
	font-style: italic;
	text-shadow: 0px 0px 13px #808080; 
	width:100%;
	height: auto;
	text-align: center;
	margin-bottom:60px;
}

.seri-intro-text{
	font-size:18px;
	color:#646c7d;
	line-height: 2.5;
	font-weight: bold;
	width:100%;
	text-align: center;
}

.seri-intro-text strong{
	font-size:22px;
	color:#205cb7;
}

.seri-timeline{
	width:100%;
	max-width:1024px;
	margin:0 auto;

}


.seri-timeline img{
	width:100%;

}


.seri-intro-section2{
	width:100%;
	height:auto;
	background-size: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/seri-intro-bg2b.jpg);
	display: table;
	padding:100px 5%;
}

.seri-intro-section2 .inner{
	display: table-cell;
	vertical-align: middle;
}


.seri-intro-section2 img{
	width:50%;
	height: auto;
}

.seri-intro-contact img{
	width:50%;
	display: block;
	margin:0 auto 80px;
}

.seri-intro-contact header h3{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:3vw;
	color:#fff;
	display: block;
	font-style: italic;
	text-shadow: 0px 0px 1.12vw #808080; 
	width:100%;
	height: auto;
	text-align: center;
	margin-bottom:90px;
}


.seri-page-ttl{
	font-size:4.8vw;
	font-weight: bold;
}


.seri-page-subttl{
	font-size:1.56vw;
	font-weight: bold;
}




.seri-sl-body{
	width:85%;
	background-color: #fff;
	margin:0 auto;
	padding-bottom:60px;

	
}


.seri-sl-body .seri-inner{
	

}



.seri-sl-body .seri-inner:before{
	width:100%;
	height:8px;
	content:"";
	display:block;
	background-image: url('../images/seri-line.jpg');

}

.seri-sl-body .seri-inner-header{
	padding:100px 30px 60px;
	text-align: center;
}

.seri-sl-cotent{
	width:100%;
	padding:30px 10% 0;
}



.seri-feature {
	width:100%;
	height:auto;
	}

.seri-feature img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}

.seri-feature header{
	width:100%;
	height: auto;
	position: relative;
	
}


img.seri-feature-main-sub{
	position: absolute;
	display: block;
	right:5vw;
	bottom:-5vw;
	width:45vw;

}

.seri-feature-fukidashi{
	width:100%;
	height:auto;
	background-image: url(../images/seri-feature-fukidashi.png);
	padding:3.3vw 0 7.5vw;
	text-align: center;
	color:#fff;
	font-size:2.1vw;
	font-weight: bold;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: bottom;

}


.seri-feature-fukidashi h3{
	font-size:4.3vw;
	font-weight: bold;

}

.seri-feature-fukidashi h3 span{
	font-size:2.7vw;
}

.seri-feature-fukidashi2{
	width:100%;
	height:auto;
	background-image: url(../images/seri-feature-fukidashi3.png);
	padding:7.5vw 0 7.5vw;
	text-align: center;
	color:#fff;
	font-size:2.1vw;
	font-weight: bold;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: bottom;

}


.seri-feature-fukidashi2 h3{
	font-size:4.3vw;
	font-weight: bold;

}

.seri-feature-fukidashi2 h3 span{
	font-size:2.7vw;
}


.seri-feature-fukidashi3{
	width:100%;
	height:auto;
	background-image: url(../images/seri-feature-fukidashi2.png);
	padding:8.5vw 0 5vw;
	text-align: center;
	color:#fff;
	font-size:2.1vw;
	font-weight: bold;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: bottom;

}


.seri-feature-fukidashi3 h3{
	font-size:3vw;
	font-weight: bold;

}



.seri-feature-fukidashi4{
	width:100%;
	height:auto;
	background-image: url(../images/seri-feature-fukidashi4.png);
	padding:4vw 0 6vw;
	text-align: center;
	color:#fff;
	font-size:2.1vw;
	font-weight: bold;
	background-size:100%;
	background-repeat: no-repeat;
	background-position: bottom;

}


.seri-feature-fukidashi4 span{
	font-size:34px;
	font-size:2.4vw;
	font-weight: bold;

}


.seri-feature-fukidashi4 h3{
	font-size:64px;
	font-size:5vw;
	font-weight: bold;

}



.seri-feature-sec02{
	width:100%;
	height:auto;
	padding:6.6vw 6vw;
	background-image: url(../images/seri-feature-sec02-bg.png);
	text-align: center;
	font-size:2.4vw;
	font-weight: bold;
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}


.seri-feature-sec02 span{
	font-size:2.4vw;
	font-weight: bold;
	margin-bottom:2.1vw;
	color:#205cb7;
	display: inline-block;
}


.seri-feature-sec02 h3{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
	margin-bottom:8.6vw;
}

.seri-feature-sec02 h3 span{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
}

span.wave,strong.wave{
	position: relative;
	display: inline-block;
	padding-bottom:20px;
	background-image: url(../images/seri-feature-wave.png);
	background-position:bottom;
	background-repeat: repeat-x;
}

span.wave2,strong.wave2{
	position: relative;
	display: inline-block;
	padding-bottom:20px;
	background-image: url(../images/seri-feature-wave2.png);
	background-position:bottom;
	background-repeat: repeat-x;
}

.seri-feature-sec02-box-head{
	font-size:2.58vw;
	text-align: center;
	padding:1.72vw;
	color:#fff;
}

.normal .seri-feature-sec02-box-head{
	background-image: url(../images/seri-feature-sec02-box-head-noraml.png);
	background-repeat: repeat;
}

.seri .seri-feature-sec02-box-head{
	background-image: url(../images/seri-feature-sec02-box-head-seri.png);
	background-size: 100%;
	background-repeat: repeat-y;
}



.seri-feature-sec02-box-body{
	background-color:#fff;
	padding:3.34vw;
}

.seri-feature-sec02-box-body .inner:after{
	content:'';
	display: block;
	clear:both;

}

.seri-feature-sec02-box-body img{
	width:100%;
	height:auto;
}

.seri-feature-sec02-box-body .inner{
	margin-top:5vw;
	width:100%;
	height:auto;
	padding:4.3vw 0 2.8vw;
	border-top:1px dotted #13386f;
	border-bottom:1px dotted #13386f;
	position: relative;
	text-align: left;
}

.seri-feature-sec02-box-body .inner img{
	float:left;
	width:20.64vw;
	height:auto;
	padding-right:1.72vw;

}

.seri-feature-sec02-box-kekka{
	font-size:2.06vw;
	color: #205cb7;
}




.seri-feature-sec02-box-kekka span{
	font-size:1.38vw;
	color:#fff;
	background-color: #205cb7;
	padding:0.49vw 1.3vw;
}

.seri .seri-feature-sec02-box-kekka span{
	background-color: #00d6ff;
}

.seri .seri-feature-sec02-box-kekka p strong{
	color:#00d6ff;
	font-size:2.92vw;
}


.seri-feature-sec02-box-body h5{
	font-size:1.6vw;
	width:24vw;
	background-color: #13386f;
	display: block;
	text-align: center;
	color:#fff;
	font-weight: bold;
	border-radius: 3vw;
	padding:0.8vw 3vw;
	position: absolute;
	top:-1.9vw;
	left:50%;
	margin-left:-12vw;


}

.seri-feature-sec02-box-body h5:after{
	content:"";
	display: block;
	width:100%;
	height:1px;
	border-bottom:1px dotted #13386f;
}

.seri-feature-sec02-footer img{
	width:103.2vw;
	height: auto;
	margin:0 auto;
}

.seri-feature-sec03{
	padding:6.88vw 5vw 10.32vw;
}

.seri-feature-sec03 header{
	text-align: center;
	font-weight: bold;
	font-size:3.78vw;
	color:#205cb7;
	letter-spacing: 0.02px;
	margin-bottom:8.6vw;
}

.seri-feature-sec03 header p{
	font-size:2.92vw;
	
}

.seri-feature-sec03 header strong{
	font-size:5.5vw;
	color:#00d6ff;
}

.seri-feature-sec03-body {
	 width:100%;
	 padding:1.98vw;
  background-image:url('../images/seri-feature-bgline.png');
	background-repeat: repeat;
	border-radius: 30px;
	 position: relative;
}

.seri-feature-sec03-body .inner{
	width:100%;
	background-color: #fff;
	 padding:6.88vw 8.6vw;
	 border-radius: 30px;
	text-align: center;

}

.seri-feature-sec03-body h5{
	width:27.4vw;
	display: block;
	position: absolute;
	top:-4.3vw;
	left:50%;
	margin-left:-13.7vw;
}

.seri-feature-sec03-body .inner h6{
	font-size:2.41vw;
	color	:#205cb7;
	font-weight: bold;
}

.seri-feature-sec03-body .inner h6:after{
	content:"";
	width:65.36vw;
	height:1.63vw;
	background-image: url(../images/seri-feature-line-fukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin:0 auto 4.3vw;
}

.seri-feature-sec03-body .inner h6 strong{
	color:#00d6ff;
	font-size:2.92vw;
}

.seri-feature-sec03-body .inner p{
	font-size:3.01vw;
	color	:#205cb7;
	font-weight: bold;
}


.seri-feature-sec03-body .inner p strong{
	color:#00d6ff;
	font-size:5.5vw;
}

.seri-feature-sec04{
	width:100%;
	height:auto;
	padding:6.6vw 6vw;

	text-align: center;
	font-size:2.4vw;
	font-weight: bold;

}


.seri-feature-sec04 span{
	font-size:2.4vw;
	font-weight: bold;
	margin-bottom:2.1vw;
	color:#205cb7;
	display: inline-block;
}


.seri-feature-sec04 h3{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
	margin-bottom:8.6vw;
}

.seri-feature-sec04 h3 span{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
}

.seri-feature-sec04-box01{
	text-align: left;
}

.seri-feature-sec04-box01 h4{
	font-size:34px;
	font-size:2.92vw;
	color:#205cb7;
	margin-bottom:3.44vw;
	font-weight: bold;
}

.seri-feature-sec04-box01 h4 strong{
	color:#00d6ff;
}

.seri-feature-sec04-box01 p{
	font-size:18px;
	font-size:1.38vw;
	margin-bottom:45px;
	margin-bottom:3.87vw;
	color:#205cb7;

}

.seri-feature-sec04-box01 img{
	width:35vw;
}


.seri-feature-sec05{
	padding:100px 60px;
	padding:6.6vw 6vw;
}


.seri-feature-sec05-box01{
	margin-bottom:6vw;
}


.seri-feature-sec05-body {
	 width:90%;
	 padding:1.98vw;
  background-image:url('../images/seri-feature-bgline.png');
	background-repeat: repeat;
	border-radius: 30px;
	 position: relative;
	 margin:0 auto;
}

.seri-feature-sec05-body .inner{
	width:100%;
	background-color: #fff;
	 padding:5vw 8.6vw;
	 border-radius: 30px;
	text-align: center;

}

.seri-feature-sec05-body h5{
	width:27.4vw;
	display: block;
	position: absolute;
	top:-3vw;
	left:50%;
	margin-left:-13.7vw;
}

.seri-feature-sec05-body .inner h6{
	font-size:2.2vw;
	color	:#205cb7;
	font-weight: bold;
	margin-left:-2vw;

}

.seri-feature-sec05-body .inner h6:after{
	content:"";
	width:65.36vw;
	height:1.63vw;
	background-image: url(../images/seri-feature-line-fukidashi.png);
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin:2vw auto 4.3vw;
}

.seri-feature-sec05-body .inner h6 strong{
	color:#00d6ff;
	font-size:2.2vw;
}

.seri-feature-sec05-body .inner p{
	font-size:1.4vw;
	color	:#205cb7;
	font-weight: bold;
	text-align: left;
	width:70%;
	line-height: 2;
}


.seri-feature-sec05-body .inner p strong{
	color:#00d6ff;
	font-size:5.5vw;
}

img.seri-feature-sec05-img02{
	display: block;
	position: absolute;
	bottom:0;
	right:-5vw;
	width:25vw;
}


.seri-feature-sec06{
	width:100%;
	height:auto;
	padding:6.6vw 6vw;
	background-image: url('../images/seri-feature-sec06-bg.png');
	background-size: 100%;
	text-align: center;
	font-size:2.4vw;
	font-weight: bold;

}


.seri-feature-sec06 header > span{
	font-size:2.4vw;
	font-weight: bold;
	margin-bottom:2.1vw;
	color:#205cb7;
	display: inline-block;
	color:#fff;
}


.seri-feature-sec06 h3{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
	margin-bottom:8.6vw;
	color:#fff;
}

.seri-feature-sec06 h3 span{
	font-size:3.78vw;
	font-weight: bold;
	color:#205cb7;
	color:#00d6ff;
}

.seri-feature-sec06-body table{
	border-collapse: collapse;

	background-color:#fff;
}


.seri-feature-sec06-body th, .seri-feature-sec06-body td{
	padding:3.44vw;
	font-size:1.38vw;
	vertical-align: middle;
	text-align: center;

}

.seri-feature-sec06-body thead td{
	color:#fff;
	background-color: #3f7cd8;
	border-right:1px solid #fff;
}

.seri-feature-sec06-body thead th{
	width:13.244vw;
	background-color: #205cb7;
	color:#fff;
}

.seri-feature-sec06-body thead td.seri-td{

	background-image:url(../images/seri-table-seritd.png);
	background-size: cover;
	border-right:none;
}



.seri-feature-sec06-body tbody th{
	width:15%;
	background-color: #205cb7;
	color:#fff;
	border-top:1px solid #fff;
}

.seri-feature-sec06-body tbody td{
	width:25%;
	color:#205cb7;
	border-top:1px solid #205cb7;
	border-right:1px solid #205cb7;
}

.seri-feature-sec06-body tbody td.seri-td{
	background-color: #ecf4ff;

}

.seri-feature-sec06-body tbody td span{
	display: block;
	width:100%;
	font-weight: bold;
	font-size:3.44vw;
	margin-bottom:0.7vw;
}


.video-wrapper {
  height: 100%; 
  height: 100vh; 
  position: relative; 
  width: 100%; 
}

.seri-video {
  background: url('/video_bg.jpg') no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover; 
  left: 0;

  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
    position: absolute;
  top: 0;
  z-index: 1;
}

.video-layer{

  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  top: 0;
    left: 0;
  z-index: 2;
  background-image: url(../images/seri-video-layer.png),url(../images/seri-video-layer02.png);
  background-size:cover,3px 3px;
  background-position: middle center;
  background-repeat: no-repeat, repeat;
}

.movie-box{

	overflow: hidden;
	position: relative;
}

.seri-video-alt{
	min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  background-image: url(../images/seri-video.jpg);
  background-size:cover;
  position: absolute;
  top: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover; 
  left: 0;
}

.fitMovie{
	position: absolute;
}

.movie-box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 3;
}

.movie-box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.movie-box__title{

    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 5vw;
    color: #fff;
    display: block;
    font-style: italic;
    text-shadow: 0px 0px 1.12vw #808080;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 90px;
    white-space: nowrap;
    letter-spacing: -0.08em;

}

.movie-box__title br{
	display: none;
}

.movie-box__text{
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
}

.movie-box__text br{
	display: none;
}

.seri-post{
	background-color: #fff;
	padding:2.58vw;
	color:#000;
}

.seri-post-header{
	width:100%;
	height:auto;
	margin-bottom: 30px;
}




.seri-post-body{
	line-height: 1.8;
	font-size:16px;
}

.seri-post-content{
	width:100%;
	height:auto;
	margin-bottom: 60px;
}

.seri-post-header h2{
	font-size:24px;
	color:#00327e;
	margin-bottom:20px;
	display: block;
	width:100%;
	font-weight: bold;
}

.seri-blog-list{
	margin-bottom:60px;
}

.seri-blog-side-box{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.seri-blog-side-box h5{
	padding:10px 10px;
	background-color: #205cb7;
	color:#fff;
	font-weight: bold;
	margin-bottom:15px;
	border-radius: 5px;
}

.seri-blog-side-box li a{
	display: block;
	width:100%;
	padding:10px;
	font-size:18px;
	border-bottom:1px dotted #ccc;
	color:#000;
}

.seri-blog-side-box li a:hover{
	color:#aaa;
}

	#service .seri-contact{
		margin-bottom:30px;
	}


.seri-purpose-onayami{
	background-color: #1D49D6;
	padding:60px 10%;
	padding:5.16vw 10%;
	color:#fff;
	margin-bottom:60px;
	margin-bottom: 5.16vw;
}

.seri-purpose-onayami h4{
	display: block;
	width:100%;
	height:auto;
	font-size:28px;
	font-size:2.41vw;
	font-weight: bold;
	text-align: center;
	margin-bottom:30px;
	margin-bottom:2.58vw;
}

.seri-purpose-onayami-list{
	width:100%;
	height:auto;
	background-image: url(../images/seri-onayami-list.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding:60px 80px 100px;
	padding:5.16vw 6.88vw 8.6vw;
	font-size:23px;
	font-size:1.98vw;

}

.seri-purpose-onayami-list li{
	margin-bottom:15px;
	margin-bottom:1.29vw;
}

.seri-purpose-onayami-list li:lastchild{
	margin-bottom:0;
}

.seri-purpose-onyami-omakase{
	background-image: url(../images/seri-banner-bg.png);
	background-size: 100% 100%;
	padding:30px;
	padding:2.58vw;
	font-size:40px;
	font-size:3.44vw;
	font-weight: bold;
	color:#fff;
	text-align: center;
	width:80%;
	height:auto;
	margin:30px auto;
	margin:2.58vw auto;
	border:10px solid #fff;
	border:0.86vw solid #fff;
}


.sl-reason-list{
	background-color: #FDFF00;
	font-weight: bold;
	font-size:24px;
	font-size:2.06vw;
	color:#000;
	padding:60px;
	padding:5.16vw;
	}

.sl-reason-list li{
	margin-bottom:30px;
	margin-bottom:2.58vw;
	padding-left:80px;
	padding-left:6.88vw;
	padding-bottom:30px;
	padding-bottom:2.58vw;
	width:100%;
	height:auto;
	display: block;
	background-image: url(../images/chenk.png);
	background-repeat: no-repeat;
	background-size: 65px 60px;
	background-size:5.59vw  5.16vw;
	background-position: left 0 top 0;
}

.sl-reason-list li:last-child{
	margin-bottom:0;
}

.seri-banner{
	width:90%;
	margin:0 auto 30px;
	margin:0 auto 2.58vw;
}

.seri-banner img{
	filter:brightness(100%);
	transition: 1s ease all;
}


.seri-banner img:hover{
	filter:brightness(80%);
}


.cp_menu {
max-width: 100%;
width:100%;
margin: 0 auto;
padding: 0;

}
.cp_menu a {
display: block;
padding: 15px;
width:100%;
height:auto;
font-size:14px;
text-decoration: none;
color: #fff;
line-height: 1;
}
.cp_menu label {
display: block;
position: relative;
margin: 0 0 0 0;
padding: 15px;
line-height: 1;
font-size:14px;
color: #ffffff;
cursor: pointer;
border-top:1px solid #596678;
border-bottom:1px solid #596678;
}

.cp_menu label::before {
position: absolute;
content: '▼';
color: #ffffff;
right: 1em;
top: 25%;
}
.cp_menu input {
display: none;
}
.cp_menu ul {
margin: 0;
padding: 0;
list-style: none;
}

.seri-cta-nav.cp_menu li{
	margin-bottom:0;
}

.cp_menu li {
overflow-y: hidden;
max-height: 0;
transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,#cp_menu_bar3:checked ~ #link3 li,#cp_menu_bar4:checked ~ #link4 li {
max-height: 46px;
opacity: 1;
}

/*レイアウト*/

.sl-main-copy{
	width:100%;
	font-weight: bold;
	text-align: center;
	font-size:35px;
	color:#1E2087;
	padding:60px 0;
	line-height: 1.3;
}

/*レイアウト：メイン商品説明*/
.sl-item-layout{
	width:100%;
	height:auto;
	margin-bottom:30px;
}


.sl-item-nametop{
	font-size:18px;
	font-weight: bold;
	color:#1E2087;
	margin-bottom:12px;
}


.sl-item-name{
	font-size:34px;
	font-weight: bold;
	color:#1E2087;
}

.sl-item-name:after{
	content:"";
	display: block;
	width:100px;
	height:2px;
	background-image: url(../images/sl-layout-name-bg.png);
	background-repeat: no-repeat;
	background-size: 100px 2px;
	margin:30px 0 30px;
}

.sl-item-copy{
	font-size:18px;
	font-weight: bold;
	color:#1E2087;
	margin-bottom:30px;
}

.sl-item-text{
	font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
}

.sl-item-image{
	width:80%;
	display: block;
	margin:0 auto;
}

/*レイアウト：見出し大*/

.sl-layout-ttlbig{
	width:100%;
	height:auto;
	margin-top:100px;
	margin-bottom:30px;
}

.sl-ttlbig{
	width:100%;
	text-align: center;
	font-size:36px;
	color:#1E2087;
	font-weight: bold;
	line-height: 1.3;
}

/*レイアウト：見出し中*/

.sl-layout-ttlmedium{
	width:100%;
	height:auto;
	margin-top:100px;
	margin-bottom:30px;
}

.sl-ttlmedium{
	width:100%;
	font-size:24px;
	color:#1E2087;
	font-weight: bold;
	line-height: 1.3;
	padding:3px 0 3px 27px;
	border-left:10px solid #46E1FF;
}

.sl-ttlmedum-text{
	padding-left:37px;
	line-height: 1.4 !important; 
	font-size:16px;
	xcolor:#1E2087;
	width:100%;
	margin:35px 0;
}


.sl-layout-gallery{
	width:100%;
	height: auto;
	margin-bottom:30px;
}

.sl-layout-imagefull{
	width:100%;
	height: auto;
	margin-bottom:30px;
}


.sl-imagefull img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}


.sl-imagefull img:last-child{
	margin-bottom:0;
}

/*レイアウト：説明文+画像*/
.sl-layout-textimg,.sl-layout-imgtext{
	width:100%;
	height: auto;
	margin-bottom:30px;
}
.sl-textimg-image img,.sl-imgtext-img img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-textimg-ttl,.sl-imgtext-ttl{
	font-size:24px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}

.sl-textimg-text,.sl-imgtext-text{
	font-size:16px;
	xcolor:#1E2087;
	line-height: 1.8;
}


.sl-layout-video{
	width:100%;
	height: auto;
	margin-bottom:30px;
}
.sl-video{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-video-ttl{
	font-size:24px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}

.sl-video-text{
	font-size:16px;
	xcolor:#1E2087;
	line-height: 1.8;
}

/*レイアウト：画像下説明 横列並び*/

.sl-layout-horibox{
	width:100%;
	height: auto;
	margin-bottom:30px;
}

.sl-horibox-image{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-horibox-ttl{
	font-size:24px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}

.sl-horibox-text{
font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-bottom:30px;
}



/*レイアウト：タイトル画像説明box 横列並び*/
.sl-layout-horittlimg{
	width:100%;
	height: auto;
	margin-bottom:30px;
}


.sl-horittlimg-ttl{
	font-size:20px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}

.sl-horittlimg-image{
	width:100%
	height:auto;
	margin-bottom:30px;
}

.sl-horittlimg-text{
	font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-bottom:30px;
}

.sl-horittlimg-tag{
	padding:10px 50px;
	color:#fff;
	display: inline-block;
	text-align: center;
	background-color:#2BD1F1;
	border-radius: 30px;
	margin-right:20px;
	margin-bottom:20px;
	font-weight: bold;
}


/*レイアウト：画像+説明box 50% 横２列*/
.sl-layout-halfbox{
	width:100%;
	height: auto;
	margin-bottom:30px;
}

.sl-halfbox-image{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-halfbox-ttl{
	font-size:24px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}

.sl-halfbox-text{
	font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-bottom:30px;
}


/*レイアウト：表組み*/

.sl-layout-table{
	width:80%;
	height:auto;
	margin:0 auto 30px;
}


.sl-layout-table table{
	width:100%;
	margin:0 auto;
}

.sl-layout-table table th{

}

.sl-table-ttl{
	font-size:20px;
	line-height: 1.8;
	color:#1E2087;
	font-weight: bold;
	margin-bottom:20px;
	padding-left:5px;
}

.sl-table-text{
	font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-top:15px;
}

/*レイアウト：注意書き等*/
.sl-layout-gray{
	width:100%;
	padding:5%;
	background-color: #F8F8F8;
	font-size:16px;
	xcolor:#1E2087;
	line-height: 1.8;
	margin-bottom:30px;
}

.sl-layout-gray p{
	margin-bottom:20px;
}

.sl-layout-gray p:last-child{
	margin-bottom:0;
}


.sl-layout-text100{
	width:100%;
	font-size:16px;
	xcolor:#1E2087;
	line-height: 1.8;
	margin-bottom:30px;
}

.sl-layout-highlight{
	width:100%;
	font-size:16px;
	color:#1E2087;
	border:#ffff00 20px solid;
	padding:3% 5%;
	line-height: 1.8;
	margin-bottom:30px;
}



.sl-layout-highlight h1,.sl-layout-highlight h2,.sl-layout-highlight h3,.sl-layout-highlight h4,.sl-layout-highlight h5,.sl-layout-highlight h6{
	display: block;
	width:100%;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	margin-bottom:30px;
}

.sl-layout-html100{
	width:100%;
	font-size:16px;
	xcolor:#1E2087;
	line-height: 1.8;
	margin-bottom:30px;
}



.sl-layout-html100 h1,.sl-layout-html100 h2,.sl-layout-html100 h3,.sl-layout-html100 h4,.sl-layout-html100 h5,.sl-layout-html100 h6{
	display: block;
	width:100%;
	font-size:20px;
	font-weight: bold;
	margin-bottom:30px;
}


.sl-layout-html100 p{

	font-size:16px;
	line-height: 1.8;
	margin-bottom: 15px;


}

.sl-layout-html100 p:last-child{
	margin-bottom:0;
}

.sl-layout-html100 strong{
	font-weight: bold;
	color:#1E2087;
}

/*レイアウト：生地*/

.sl-layout-kiji{
	width:100%;
	height: auto;
	margin-bottom:60px;
	padding-bottom:30px;
	border-bottom:1px dotted #ccc;

}


.sl-kiji-image{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-kiji-ttl{
	font-size:24px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:30px;
}


.sl-repeat-kiji-print-ttl{
	font-size:18px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:15px;
	display: block;
	width:100%;
}


.sl-kiji-text{
	font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-bottom:30px;
}

.sl-kiji-print{
	padding:10px 10px;
	color:#fff;
	font-size:16px;
	display: inline-block;
	text-align: center;
	background-color:#2BD1F1;
	border-radius: 30px;
	margin-right:20px;
	margin-bottom:20px;
	font-weight: bold;
}

/*レイアウト：Google MAP*/

.sl-layout-googlemap{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.sl-googlemap{
	width:auto;
	height:auto;
	margin:0 auto;
}

.sl-googlemap-ttl{
	font-size:20px;
	font-weight: bold;
	color:#1E2087;
	line-height: 1.4;
	margin-bottom:15px;
	display: block;
	width:100%;
}



.sl-googlemap-text{
font-size:16px;
	line-height: 1.8;
	xcolor:#1E2087;
	margin-top:15px;
	}


.contact-all{
	padding:0;
}

.contact-all-text{
	padding:30px;
	background-color: #f0f0f0;
	margin-top:30px;
	margin-bottom:30px;
	line-height: 1.8;
}

.contact-all-text.error{
	background-color: #ffff00;
	text-align: center;
	font-weight: bold;
}

.contact-all-pp{
	padding:60px;
	background-color: #ff0;
	margin:30px auto;
	xline-height: 1.8;
}

.contact-all-pp h5{
	font-weight: bold;
	margin-bottom:15px;
}

.contact-all-pp p{
	margin-bottom:15px;
}

.contact-all-pp-check{
	background-color: #fff;
	padding:10px 40px;
	margin:0 auto;
	text-align: center;
	border-radius: 15px;
	font-weight: bold;
	display: block;
	width:250px;
}


				.contact-all label {
				color: #2E3842;
			}

			.contact-all input[type="text"],
			.contact-all input[type="password"],
			.contact-all input[type="email"],
			.contact-all select,
			.contact-all textarea {
				background: rgba(0, 0, 0, 0.1);

			}


			.contact-all .select-wrapper:before {
				color: #dfdfdf;
			}

			.contact-all input[type="checkbox"] + label,
			.contact-all input[type="radio"] + label {
				color: #4E4852;
			}

				.contact-all input[type="checkbox"] + label:before,
				.contact-all input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.contact-all input[type="checkbox"]:checked + label:before,
			.contact-all input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.contact-all ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.contact-all :-moz-placeholder {
				color: #8E8892 !important;
			}

			.contact-all ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.contact-all :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.contact-all .formerize-placeholder {
				color: #8E8892 !important;
			}


			.contact-all table tbody tr {
				border-color: #dfdfdf;
			}

				.contact-all table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.contact-all table th {
				vertical-align: middle;
			
			}

			.contact-all table.table-02 th{
				width:30%;
				line-height: 2;

			}

			.contact-all table.table-02 td span{
				
				
			}
			.mw_wp_form .vertical-item {
			    
			    width:100%;
			    height:auto;
			}
						

			.contact-all table th,.contact-all table td{
			    vertical-align: inherit;
			    padding:10px;
			}

			

			.contact-all table th span.ww{
				display:block;
				color:#f39700;
			}

			.contact-all table th span.hissu{
				display:inline-block;
				color:#ffffff;
				background-color: #ba0000;
				padding:2px 10px;
				border-radius: 13px;
				text-align: center;
				font-weight: bold;
				font-size:12px;
			}


			.contact-all table thead {
				border-color: #dfdfdf;
			}

			.contact-all table tfoot {
				border-color: #dfdfdf;
			}

			.contact-all table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.contact-all input[type="submit"],
			.contact-all input[type="reset"],
			.contact-all input[type="button"],
			.contact-all button,
			.contact-all .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
				display:block;
				margin:0 auto;
			}

				.contact-all input[type="submit"]:hover,
				.contact-all input[type="reset"]:hover,
				.contact-all input[type="button"]:hover,
				.contact-all button:hover,
				.contact-all .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.contact-all input[type="submit"]:active,
				.contact-all input[type="reset"]:active,
				.contact-all input[type="button"]:active,
				.contact-all button:active,
				.contact-all .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

			.seri-form-list dt{
				
				color:##1E2087;
				padding:10px;
				font-size:15px;
				font-weight: bold;
				width:100%;
				border-bottom:1px solid #ccc;
				padding-bottom:10px;
				margin-bottom:10px;
			}

			.seri-form-list dd{
				padding:10px 0;
				margin-bottom:30px;
			}


			.seri-form-list dd span{
				margin-bottom:10px;
				display: block;
			}

			
	.is_tablet{
		display: none;
	}
	.is_desktop{
		display: inherit;
	}

	#nav_mobile{
		background-color: #374252;
	}

	#nav_mobile a{
		color:#fff;
	}


	.seri-thanks{
		width:100%;
		min-height:600px;
		padding:60px 0;
	}

	.seri-thanks h2{
		font-size:24px;
		color:#1E2087;
		font-weight: bold;
		margin-bottom:60px;
	}

	.seri-thanks p{
		font-size:16px;
		line-height: 2;
		display: block;
		margin-bottom:30px;
	}


	.seri-template-box,.seri-order-box{
		width:100%;
		height:auto;
		border-bottom:1px dotted #aaa;
		padding-bottom:30px;
		margin-bottom:30px;
	}

	.seri-template-box:after{
		display: block;
		content:"";
		clear:both;
	}


	.sl-tameplate-ttl,.seri-order-ttl,.seri-order-box h2{
		font-size:24px;
		color#1E2087;
		font-weight: bold;
		margin-bottom:30px;
	}

	.sl-template-ttl2{
		font-size:18px;
		padding:5px 20px;
		color:#fff;
		background-color:#1E2087;
		font-weight: bold;
		margin-bottom:16px;
	}


	.seri-template-text{
		padding:15px;
		background-color: #f0f0f0;
		font-size:16px;
		line-height: 1.8;
		margin:30px auto 30px;
	}

		.seri-template-img {
			width:30%;
			float:left;
			padding-right:3%;
		}

	.seri-template-img img{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}


.seri-order-listbox{
	width:100%;
	height:auto;
	border:5px solid #f0f0f0;
	padding:15px;
	margin-bottom:15px;
}


.seri-order-listbox img{
	display: block;
	width:50%;
	margin:0 auto 10px;
}

.seri-order-listbox:after{
	content:'';
	display: block;
	clear:both;
}

.seri-yougo-ttl h2{
	font-size:24px;
	font-weight: bold;
	margin-bottom:30px;
}

@media screen and (max-width: 1090px) {

	.is_tablet{
		display: inherit;
	}


	.is_desktop{
		display: none;
	}

	.seri-mission-box-img,.seri-mission-box-txt,.seri-box-half{
			width:50%;
			margin:0 auto;
		}


	.navbar-right{
				width:6.5rem;
				height:52px;
				position: absolute;
				top:0;
				right:3.25rem;
			}

			#gnav{
				padding-right:0;
			}

			#gnav > ul {
			  display: table;
			  padding-left: 0;
			  width:100%;
			}

			#gnav > ul > li {
			  display: table-cell;
			  margin-right: 0;
			}


			.navbar-right-omi-wrap{
				width:3.25rem;
				height:52px;
				display: table;
				background-color: #0066ff;
				float:left;
			}

			.navbar-right-omi{
				width:3.25rem;
				background-color: #0066ff;
				padding-left:0;
				height:52px;
				text-align: center;
				vertical-align: middle;
				color:#fff;
				font-size:11px;
				position: relative;
				display: table-cell;
				font-weight: bold;


			}

			.navbar-right-omi span{

				display: none;
			
			}

			.navbar-right-omi br{
					display: inherit;
				}

		

			.navbar-right-tel-wrap{
				width:3.25rem;
				height:52px;
				background-color: #f6f6f6;
				display: table;
			}

			.navbar-right-tel{
				width:3.25rem;
				height:52px;
				vertical-align: middle;
				font-size:18px;
				display: table-cell;
				text-align: center;
				font-weight: bold;
				color:#0049b7;
			}

			.telno{
				display: none;
			}

			.navbar-right-tel svg{
				margin-right:0;
				display: inherit;
				margin:0 auto;
			}

			.navbar-right-tel span{
				font-size:10px;
				display: none;
				margin-top:-3px;
			}
}


@media screen and (max-width: 976px) {



		
			

	}

@media screen and (max-width: 736px) {

	.fright{
	float: inherit;
		}

		.fleft{
			float: inherit;
		}


	.seri-award-img{
	width:100%;
	margin:0 auto 30px;
	}

		.seri-mission-box-txt{
	padding:0;
	
}

	.seri-mission-box-img,.seri-mission-box-txt,.seri-box-half{
			width:100%;
			margin:0 auto;
		}



		.video-layer{

		  min-height: 100%;
		  min-height: calc(100vh - 52px);
		  min-width: 100%;
		  min-width: 100vw;
		  position: absolute;
		  top: 0;
		    left: 0;
		  z-index: 2;
		  background-image: url(../images/seri-video-layer.png),url(../images/seri-video-layer02.png);
		  background-size:cover,3px 3px;
		  background-position: middle center;
		  background-repeat: no-repeat, repeat;
		}

		.movie-box{

			overflow: hidden;
			position: relative;
		}

		.seri-video-alt{
			min-height: 100%;
		  min-height: calc(100vh - 52px);
		  min-width: 100%;
		  min-width: 100vw;
		  background-image: url(../images/seri-video.jpg);
		  background-size:cover;
		  position: absolute;
		  top: 0;
		  z-index: 1;
		  background-position: center center;
		  background-size: cover; 
		  left: 0;
		}



	.movie-box__title{

		font-size:10vw;
	}


	.seri-main-copy2{
	font-size:3vw;
	color:#fff;
	font-weight: bold;
	margin-top:50px;
	}

	.movie-box__title br{
	display: inherit;
	}

	.movie-box__text br{
	display: inherit;
	}


	.seri-section header span,.seri-slider header span{
	font-size:4vw;
	display: inline-block;
	color:#205cb7;
	margin-bottom:60px;
	margin-bottom:5.16vw;
	letter-spacing: 2px;
		}

		.seri-slider header{
			padding-top:100px;
			padding-top:8.6vw;
		}


	.seri-slider-body{
	width:100%;
	min-height:550px;
	min-height:47.3vw;
	background-image: url(../images/seri-slider-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding:80px 0;
	padding:6.88vw 0;

	}



		.seri-nav a.navbar-item{
	font-size:14px;
	color:#1c1c1c;
	font-weight: bold;
	text-align: center;
	padding:30px 20px;
	display: block;
	width:100%;
	line-height: 22px;
		}

		.seri-nav a.navbar-item:hover{
			background-color: inherit;
			background-image:url(../images/seri-navbar-bg.png);
			background-size: 100% 5px;
			background-position:bottom;
			background-repeat: no-repeat;
			color:#7088ad;
		}



		.seri-section.seri-cta{
			background-color: #374252;
			padding:60px 0 50px;
			color:#fff;
		}

		.seri-cta-nav{
			width:100%;
			margin:0 auto;
		}



		.seri-footer{
			background-color: #0032d1;
			color:#fff;
			width:100%;
			height:auto;
			line-height: 1.3;
			padding:0 0;
			position: relative;
		}



		.seri-totop{
			position: inherit;
			top:inherit;
			right:inherit;
		}


		.seri-totop a{
			display: block;
			width:100%;
			height:50px;
			background-color: #1d2088;
			position: relative;
		}

		.seri-totop a img{
			position: absolute;
			top:50%;
			left:50%;
			width:20px;
			height:20px;
			margin-top:-10px;
			margin-left:-10px;
		}

		.seri-footer-copyright{
			position: relative;
			height:auto;
			line-height: 1.4;
			left:inherit;
			font-size:11px;
			text-align: center;
			padding:0 5% 30px;
		}

		.seri-footer-nav{
			position: relative;
			height:auto;
			line-height: 1.4;
			right:inherit;
			padding-right:0;
			top:inherit;
			text-align: center;
			width: 100%;
			padding:30px 0 30px;
		}

		.seri-footer-nav a{
			float:inherit;
			display: block;
			width:100%;
			margin-bottom:10px;
			margin-right:0;

	}

		.seri-cta-01{
		width:100%;
		height:auto;
		text-align: center;
	}

	.seri-footer-logo{
		width:100px;
		height: auto;
		margin-bottom:30px;

	}

	.seri-cta-sns{
		width:100%;
		font-size:27px;
		margin-bottom:30px;
	}
		



	}



@media screen and (max-width: 598px) {

	.seri-sl{
	background-size:auto 300px;
		}

	.seri-sl-cotent {
    width: 100%;
    padding: 30px 10px 0;
	}

	.seri-sl-body{
	width:95%;
	background-color: #fff;
	padding-bottom:30px;

	}



	.seri-page-ttl{
		font-size:28px;
		line-height: 1.3;
		font-weight: bold;
	}


	.seri-page-subttl{
		font-size:16px;
		font-weight: bold;
	}


	.seri-sl.introduction {
	background-image: url('../images/seri-about-bg3.jpg');
	background-size: auto 300px;
	background-position: center middle;
	background-repeat: no-repeat;
	}


	.seri-section header h2{
	font-size:26px;
	color:#205cb7;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	width:100%;
	padding:0 10px;
	margin:40px auto 60px;
	}

	
	.seri-section.seri-service{
		width:100%;
		height:auto;
		background-image: url('../images/seri-service-bg-sm.png');
		background-repeat: no-repeat;
		background-position:top center;
		padding:40px 0;
		background-size:100%;
	}	

	.seri-section.seri-service header h2{
		margin:0 auto;
	}

	.seri-service-body .seri-inner-header {
    padding: 30px 15px 15px;
    text-align: center;
	}

	.seri-subtitle {
	    font-size: 14px;
	    color: #0059af;
	    margin-bottom: 30px;
	}


	.seri-section.seri-award{

	padding:40px 10px;
	}

	.seri-inner-header h3{
	color:#0059af;
	font-size:22px;

	font-weight: bold;
	margin-bottom: 15px;

	}


	.seri-intro-text{
		padding:10px;
		font-size:16px;
		line-height: 2;
		text-align: left;
		margin-bottom:30px;
	}

	.seri-intro-text br{
		display: none;
	}

	.seri-award-txt h4{
	font-size:16px;

	font-weight: bold;
	margin-bottom:28px;

		}

		.seri-award-txt h4 span{
			font-size:20px;
		}

	
		.seri-mission-box-ttl{
			width:100%;
			height: auto;
			padding:30px 0 0 15px;

			position: relative;
			background-image: url('../images/seri-mission-no01.png');
			background-size: 60px auto;

			background-position: top left;
			background-repeat: no-repeat;
		}



		.seri-mission-box-ttl.no2{

			background-size: 60px auto;

			background-image: url('../images/seri-mission-no02.png');
		}

		.seri-mission-box-ttl.no3{

			background-size: 60px auto;

			background-image: url('../images/seri-mission-no03.png');
		}

		.seri-mission-box-txt h4{
	margin-bottom:30px;
	font-size:24px;
	height:auto;
	color:#fff;
	padding:12px;
	}


	.seri-mission-box-sub{
	color:#205cb7;
	font-size:16px;
	font-weight: bold;
	display: inline-block;
	margin-bottom:15px;
	}	

	.seri-section header span,.seri-slider header span{
	font-size:24px;
	margin-bottom:40px;
	}

	.seri-slider{
		margin-bottom:60px;
	}


	.seri-slider-body{
	padding:0;

	}

	
	.is_mobile{
		display: inherit;
	}

	.movie-box__title{

		font-size:50px;
	}

	.seri-main-copy2{
	font-size:14px;
	color:#fff;
	font-weight: bold;
	margin-top:4.30vw;
	}
		.movie-box__text br{
	display: inherit;
	}


	.seri-contact .inner h3{
	font-size:24px;
	display: block;
	width:100%;
	text-align: center;
	margin-bottom:30px;
	}
	
	.seri-contact .inner .conarea {
    font-size:24px;
	display: block;
	width:100%;
	text-align: center;
	margin-bottom:30px;
}

	.seri-contact .inner p{
		font-size:14px;

		line-height: 1.8;
		display: block;
		width:100%;
		height:auto;
		margin-bottom:15px;
	}

	.seri-contact-toform{
	background-color: #1d2088;
	padding:15px 15px;
	text-align: center;
	font-weight: bold;
	font-size:20px;

	margin-bottom:20px;

	}


	.seri-contact-toform span.toform{
		font-size:14px;
		display: block;
	}

	.seri-contact-toform span.toform2{
		font-size:18px;
	}



	.seri-contact-tel{
		padding:15px 15px;
		text-align: center;
		font-weight: bold;
		font-size:18px;
		color:#fff;
		border:1px solid #fff;
	}

	.seri-contact-tel svg,.seri-contact-toform svg{
		display: inline-block;
		margin-right:15px;

	}

	.seri-contact-tel span{
		font-size:12px;

		display: block;
	}




		.seri-sl.seri-purpose header{
			width:100%;
			padding:100px 0 0;
			padding:9vw 0 0;
			background-size: cover;
			background-position: right;
		}



		.seri-purpose-contact{
			width:90%;
			margin:0 auto 60px;
			margin:0 auto 5.16vw;
			border:20px solid #f0f0f0;
			padding:30px 60px;
			padding:2.58vw 5.16vw;
		}

		.seri-purpose-contact h4{
			width:100%;
			display: block;
			text-align: center;
			font-size:36px;
			font-size:3.10vw;
			color:#1C50A0;
			font-weight: bold;
			line-height: 1.4;
			margin-bottom:30px;
			margin-bottom:2.58vw ;
		}


		.seri-purpose-contact-wrap .seri-contact-tel{
		padding:15px 15px;
		text-align: center;
		font-weight: bold;
		font-size:18px;
		color:#fff;
		width:100%;
		height:auto;
		border:1px solid #fff;
		background-color:#0032D1;
	}


	.seri-purpose-contact-wrap .seri-contact-toform{

		margin-bottom:0;

	}



		.seri-strongpoint{
			width:100%;
			height:auto;
			text-align: center;
			padding:30px;

		}

		.seri-strongpoint p{
			width:90px;
			height:90px;
			display: inline-block;
			text-align: center;
			background-color: #FDFF00;
			border:5px solid #fff;
			border-radius: 50%;
			margin-right:10px;
		}

		.seri-strongpoint p:last-child{
			margin-right:0;
		}

		.seri-strongpoint p span{
			width:90px;
			height:90px;

			margin:-5px 0 0 -5px;
			display: table;
		}

		.seri-strongpoint p span strong{
				width:100%;
			height:100%;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
		font-size:16px;

			font-weight: bold;
			line-height: 1.3;
		}

				.seri-feature-fukidashi h3 span {
		    font-size: 13px;
		    line-height: 1.1;
		}


		.seri-purpose-contact h4 {
		    width: 100%;
		    display: block;
		    text-align: center;
		    font-size: 16px;
		    color: #1C50A0;
		    font-weight: bold;
		    line-height: 1.4;
		    margin-bottom: 15px;

		}



.seri-purpose-onayami{
	background-color: #1D49D6;
	padding:30px 5%;
	color:#fff;
	margin-bottom:30px;
}

.seri-purpose-onayami h4{
	display: block;
	width:100%;
	height:auto;
	font-size:16px;
	font-weight: bold;
	text-align: center;
	margin-bottom:15px;
}

.seri-purpose-onayami-list{
	width:100%;
	height:auto;
	background-image: url(../images/seri-onayami-list-sm.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding:30px 30px 60px;
	font-size:14px;

}

.seri-purpose-onayami-list li{
	margin-bottom:10px;
}

.seri-purpose-onayami-list li:lastchild{
	margin-bottom:0;
}

.seri-purpose-onyami-omakase{
	background-image: url(../images/seri-banner-bg.png);
	background-size: 100% 100%;
	padding:10px;
	font-size:20px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	height:auto;
	width:100%;
	margin:15px auto;
	border:8px solid #fff;
}


.sl-reason-list{
	background-color: #FDFF00;
	font-weight: bold;
	font-size:16px;
	color:#000;
	padding:20px;
	}

.sl-reason-list li{
	margin-bottom:10px;
	padding-left:25px;
	padding-bottom:15px;
	width:100%;
	height:auto;
	display: block;
	background-image: url(../images/chenk.png);
	background-repeat: no-repeat;
	background-size: 22px 20px;
	background-position: left 0 top 0;
}

.sl-reason-list li:last-child{
	margin-bottom:0;
}



	.seri-cta-01{
		width:100%;
		height:auto;
		text-align: center;
	}

	.seri-footer-logo{
		width:100px;
		height: auto;
		margin-bottom:30px;

	}

	.seri-cta-sns{
		width:100%;
		font-size:27px;
		margin-bottom:30px;

	}

	.seri-cta-sns svg{
		margin-right:13px;

	}

	.top_youto_box_text{
	padding:40% 10% 0;
	font-size:24px;

		}




		.top_youto_box span{
			display:block;
			width:80%;
			height:auto;
			padding:5px 20px;
			font-size:18px;
			margin:40px auto 0;
			text-align: center;
			background-color: #0032d1;
			color:#fff;
			position: absolute;
			bottom:30px;
			left:50%;
			margin-left:-40%;
		}

		.seri-intro-h2{
		font-size:30px;
	
	text-shadow: 0px 0px 10px #808080; 
	width:100%;
	height: auto;
	text-align: center;
	margin-bottom:30px;
		}

		.seri-contact .inner{
	padding:30px 15px ;
	}
	.seri-intro-contact img{
	width:100%;
	display: block;
	margin:0 auto 30px;
	}

	.seri-intro-section2{
	width:100%;
	height:auto;
	background-size: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/seri-intro-bg2b.jpg);
	background-size:auto 300px;
	display: table;
	padding:100px 5%;
	}

	.seri-intro-section2 img{
	width:100%;
	height: auto;
	}

	/*レイアウト*/

	.sl-main-copy{
		width:100%;
		font-weight: bold;
		text-align: left;
		font-size:22px;
		color:#1E2087;
		padding:0 10px 30px;
		line-height: 1.3;
	}


	/*レイアウト：メイン商品説明*/
	.sl-item-layout{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}


	.sl-item-nametop{
		font-size:16px;
		font-weight: bold;
		color:#1E2087;
		margin-bottom:12px;
	}


	.sl-item-name{
		font-size:22px;
		font-weight: bold;
		color:#1E2087;
	}

	.sl-item-name:after{
		content:"";
		display: block;
		width:100px;
		height:2px;
		background-image: url(../images/sl-layout-name-bg.png);
		background-repeat: no-repeat;
		background-size: 100px 2px;
		margin:30px 0 30px;
	}

	.sl-item-copy{
		font-size:16px;
		font-weight: bold;
		color:#1E2087;
		margin-bottom:30px;
	}

	.sl-item-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
	}

	.sl-item-image{
		width:100%;
		display: block;
		margin:0 auto;
	}

	/*レイアウト：見出し大*/

	.sl-layout-ttlbig{
		width:100%;
		height:auto;
		margin-top:60px;
		margin-bottom:30px;
	}

	.sl-ttlbig{
		width:100%;
		text-align: center;
		font-size:24px;
		color:#1E2087;
		font-weight: bold;
		line-height: 1.3;
	}

	/*レイアウト：見出し中*/

	.sl-layout-ttlmedium{
		width:100%;
		height:auto;
		margin-top:60px;
		margin-bottom:30px;
	}

	.sl-ttlmedium{
		width:100%;
		font-size:22px;
		color:#1E2087;
		font-weight: bold;
		line-height: 1.3;
		padding:3px 0 3px 27px;
		border-left:10px solid #46E1FF;
	}

	.sl-ttlmedum-text{
		padding-left:37px;
		line-height: 1.4 !important;
		font-size:16px;
		xcolor:#1E2087;
		width:100%;
		margin:30px 0;
	}


	.sl-layout-gallery{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}

	.sl-layout-imagefull{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}


	.sl-imagefull img{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}


	.sl-imagefull img:last-child{
		margin-bottom:0;
	}

	/*レイアウト：説明文+画像*/
	.sl-layout-textimg,.sl-layout-imgtext{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}
	.sl-textimg-image img,.sl-imgtext-img img{
		width:100%;
		height:auto;
		margin-bottom:30px;
		filter:brightness(100%);
		transition: 2s ease all;

	}

	.sl-textimg-image img:hover, .sl-imgtext-img img:hover{
		filter:brightness(80%);
	}

	.sl-textimg-ttl,.sl-imgtext-ttl{
		font-size:20px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}

	.sl-textimg-text,.sl-imgtext-text{
		font-size:16px;
		xcolor:#1E2087;
		line-height: 1.8;
	}


		

	.sl-layout-video{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}
	.sl-video{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}

	.sl-video-ttl{
		font-size:22px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}

	.sl-video-text{
		font-size:16px;
		xcolor:#1E2087;
		line-height: 1.8;
	}

	/*レイアウト：画像下説明 横列並び*/

	.sl-layout-horibox{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}

	.sl-horibox-image{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}

	.sl-horibox-ttl{
		font-size:22px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}

	.sl-horibox-text{
	font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-bottom:30px;
	}



	/*レイアウト：タイトル画像説明box 横列並び*/
	.sl-layout-horittlimg{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}


	.sl-horittlimg-ttl{
		font-size:20px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}

	.sl-horittlimg-image{
		width:100%
		height:auto;
		margin-bottom:30px;
	}

	.sl-horittlimg-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-bottom:30px;
	}

	.sl-horittlimg-tag{
		padding:10px 30px;
		color:#fff;
		display: inline-block;
		text-align: center;
		background-color:#2BD1F1;
		border-radius: 30px;
		margin-right:20px;
		margin-bottom:20px;
		font-weight: bold;
	}


	/*レイアウト：画像+説明box 50% 横２列*/
	.sl-layout-halfbox{
		width:100%;
		height: auto;
		margin-bottom:30px;
	}

	.sl-halfbox-image{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}

	.sl-halfbox-ttl{
		font-size:22px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}

	.sl-halfbox-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-bottom:30px;
	}


	/*レイアウト：表組み*/

	.sl-layout-table{
		width:100%;
		height:auto;
		overflow:auto;
		margin:0 auto 30px;
	}

	.sl-layout-table::-webkit-scrollbar{
　　height: 10px;
}

.sl-layout-table::-webkit-scrollbar-track{
　　background: transparent;
　　border:none;
}

.sl-layout-table::-webkit-scrollbar-thumb{
　　background: rgba(#fff,0.1);
　　border-radius: 10px;
　　box-shadow: inset 0 0 4px rgba(255,255,255,0.8);
}


	.sl-layout-table table{
		width:auto;
		height:auto;
		margin:0 auto;
	}

	.sl-layout-table table th{

	}

	.sl-layout-table table th,.sl-layout-table table td{

	white-space: nowrap;

	}

	.sl-table-ttl{
		font-size:20px;
		line-height: 1.8;
		color:#1E2087;
		font-weight: bold;
		margin-bottom:20px;
		padding-left:5px;
	}

	.sl-table-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-top:15px;
	}

	/*レイアウト：注意書き等*/
	.sl-layout-gray{
		width:100%;
		padding:5%;
		background-color: #F8F8F8;
		font-size:16px;
		xcolor:#1E2087;
		line-height: 1.8;
	}

	.sl-layout-gray p{
		margin-bottom:20px;
	}

	.sl-layout-gray p:last-child{
		margin-bottom:0;
	}


	.sl-layout-text100{
		width:100%;
		font-size:16px;
		xcolor:#1E2087;
		line-height: 1.8;
		margin-bottom:30px;
	}

	.sl-layout-highlight{
		width:100%;
		font-size:16px;
		color:#1E2087;
		border:#ffff00 20px solid;
		padding:3% 5%;
		line-height: 1.8;
		margin-bottom:30px;
	}



	.sl-layout-highlight h1,.sl-layout-highlight h2,.sl-layout-highlight h3,.sl-layout-highlight h4,.sl-layout-highlight h5,.sl-layout-highlight h6{
		display: block;
		width:100%;
		text-align: center;
		font-size:20px;
		font-weight: bold;
		margin-bottom:30px;
	}

	.sl-layout-html100{
		width:100%;
		font-size:16px;
		xcolor:#1E2087;
		line-height: 1.8;
		margin-bottom:30px;
	}



	.sl-layout-html100 h1,.sl-layout-html100 h2,.sl-layout-html100 h3,.sl-layout-html100 h4,.sl-layout-html100 h5,.sl-layout-html100 h6{
		display: block;
		width:100%;
		font-size:20px;
		font-weight: bold;
		margin-bottom:30px;
	}


	.sl-layout-html100 p{

		font-size:16px;
		line-height: 1.8;
		margin-bottom: 15px;


	}

	.sl-layout-html100 p:last-child{
		margin-bottom:0;
	}

	.sl-layout-html100 strong{
		font-weight: bold;
		color:#1E2087;
	}

	/*レイアウト：生地*/

	.sl-layout-kiji{
		width:100%;
		height: auto;
		margin-bottom:60px;
		padding-bottom:30px;
		border-bottom:1px dotted #ccc;

	}


	.sl-kiji-image{
		width:100%;
		height:auto;
		margin-bottom:0;
	}

	.sl-kiji-ttl{
		font-size:22px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:30px;
	}


	.sl-repeat-kiji-print-ttl{
		font-size:16px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:15px;
		display: block;
		width:100%;
	}


	.sl-kiji-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-bottom:30px;
	}

	.sl-kiji-print{
		padding:10px 10px;
		color:#fff;
		font-size:16px;
		display: inline-block;
		text-align: center;
		background-color:#2BD1F1;
		border-radius: 30px;
		margin-right:20px;
		margin-bottom:20px;
		font-weight: bold;
	}

	/*レイアウト：Google MAP*/

	.sl-layout-googlemap{
		width:100%;
		height:auto;
		margin-bottom:30px;
	}

	.sl-googlemap{
		width:auto;
		height:auto;
		margin:0 auto;
	}

	.sl-googlemap-ttl{
		font-size:20px;
		font-weight: bold;
		color:#1E2087;
		line-height: 1.4;
		margin-bottom:15px;
		display: block;
		width:100%;
	}


	.sl-googlemap-text{
		font-size:16px;
		line-height: 1.8;
		xcolor:#1E2087;
		margin-top:15px;
	}

	#service .seri-contact{
		margin-bottom:30px;
	}

	.seri-lineups-body{
		padding:0;
	}

	.contact-all {
    padding: 30px 10px 0;
	}

	.contact-all table th{
		width:20%;
	}

	/*レイアウト：追記*/
	.seri-add-fontdeco1{
		font-size:22px;
		color:#205cb7;
	}