@charset "UTF-8";



html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
/*	-webkit-font-smoothing:antialiased;*/ 
	font-family: 'Noto Sans JP' , sans-serif;
	color:#333;
	font-size:16px;
	line-height:20px;
	letter-spacing:-0, 001em;
	/*iOS4でのテキスト間隔への対応*/
	-webkit-text-size-adjust:100%;
	/*文字サイズの自動調整機能のキャンセル*/
	overflow-x: hidden;
}
p, li, dt, dd, th, td{
	font-size:100%;
}
img{
	vertical-align:bottom;
	max-width:100%;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#333;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
address{
 font-style:normal;
}


/* --------------------------------------------------------------------------------
PC&スマートフォン切り替え
-------------------------------------------------------------------------------- */
.device-sp{
	display:none;
}
.device-sp-inline{
	display:none;
}
.device-pc{
	display:block;
}
.device-pc-inline{
	display:inline;
}



/* 共通
----------------------------------------------*/
/*矢印*/
section h2 {
	background: #0a3278;
	text-align: center;
	margin: 0 0 85px;
}
section h2.arrow {
	position: relative;
}
section h2.arrow::after {
	content: " ";
	width: 0;
	height: 0;
	border-top: 50px solid #0a3278;
	border-right: 80px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
section h3.heading{
	background: #333333;
	text-align: center;
	margin: 0 0 50px;
}
/* 斜線背景 */
.stripe {
	background: url(../img/bg_stripe.png) repeat;	
}
/* ノート背景 */
.note{
	background: url(../img/bg_note.gif) repeat;
}

/* 右固定ボタン */
#sideBtn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#wrapper {
	width: 100%;
	position: relative;
}
.inner {
	max-width: 1080px;
	margin: 0 auto;
}
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



/*header
アンカーのズレを調整するためのクラス
-------------------------------------------------------------------------------*/
.anc-re-pos{
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}



/* header
-------------------------------------------------------------------------------*/
header .h-outer{
	position: fixed;
	width: 100%;
	height: 100px;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	
	background: #fff;
}
header .inner {
	position: relative;
}
header .h-txt{
	padding: 5px 0 13px;
	font-size: 14px;
}
header .logo-nav{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
}
header .logo {
	width: 250px;
}
header .my-header-nav {
	padding: 30px 0 10px;
}
header .headerRight{
	position: absolute;
	top: 0;
	right: 0;
	
	display: flex;
	width: 380px;
}
header .headerRight a{
	display: block;
}


/* ヘッダーナビ
------------------------*/
header .my-header-nav{
}
header .my-header-nav .my-header-nav-item{
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #333333 !important;
	text-decoration: none !important;
}
header .my-header-nav .my-header-nav-item:hover{
	color: #f7931e;
	text-decoration: underline;
}
header .my-header-nav .my-header-nav-item:not(:first-child){
	padding-left: 5px;
}
header .my-header-nav .my-header-nav-item:not(:last-child)::after{
	content: '／';
	padding-left: 15px;
}
header .my-header-nav .my-header-nav-item:not(:last-child){
	padding: 0;
}
header .my-header-nav .my-header-nav-item:not(:last-child)::after{
	padding-left: 10px;
}





/* メイン
-------------------------------------------------------------------------------*/
.main {
	position: relative;
	background: url(../img/main-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 110px 0 30px 0;
}
.main .bg-l{
	position: absolute;
	top: 100px;
	left:0;
	z-index: 10;
}
.main .bg-r{
	position: absolute;
	top: 100px;
	right:0;
	z-index: 10;
}

.main .ttl-block{
	position: relative;
	width: 1000px;
	height: 290px;
	margin: 60px auto 15px auto;
	background: #fff;
	border-radius: 20px;
	z-index: 20;
}
.main .ttl-block h3{
	position: absolute;
	top: -55px;
	left: 40px;
}
.main .ttl-block .img{
	position: absolute;
	top: -40px;
	right: -80px;
}


/*メインテキスト*/
.main .ttl-block h1{
	position: absolute;
	top: 80px;
	left: 65px;
	font-size: 58px;
	text-align: center;
	font-weight: 700;
	color: #1e1e1e;
	line-height: 1.26;
}
.main .ttl-block h1 .f-orange{
	display: block;
	color:#eb6100;
	font-size: 44px;
	letter-spacing: 0.1em;
}
.main .ttl-block h1 .f50{
	font-size:50px;
}
.main .ttl-block h1 .f-navy{
	color:#0a3278;
	letter-spacing: 0.07em;
}
.main .ttl-block h1 .f38{
	display: block;
	font-size:38px;
}

/*ポイント*/
.main .point{
	width: 833px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 20;
}

/*お問い合わせボタン*/
.main .btn{
	width: 380px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}





/* ニッチシェアトップの実績多数
-------------------------------------------------------------------------------*/
.jisseki  {
	padding-bottom: 100px;
}
.jisseki h2 {
	font-size: 46px;
	color:#fff;
	line-height: 1.8;
	padding: 10px 0 30px 0;
	margin-bottom: 80px;
}
.jisseki h2 .f-yellow{
	color: #fad214;
}
.jisseki h2 .f36{
	font-size: 36px;
}
.jisseki h2 span.name{
	width: 765px;
	margin: 0 auto;
	display: block;
	font-size: 22px;
	color: #003c96;
	background: url(../img/jisseki_bg.png) no-repeat;
}

.jisseki h3 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 45px;
}
.jisseki h3 .f-orange{
	color:#eb6100;
}

.jisseki ul.guest{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.jisseki ul.guest li{
	width: 340px;
}

.jisseki .txt{
	font-size: 18px;
	line-height: 1.67;
}





/* 圧倒的な実績
-------------------------------------------------------------------------------*/
.reason {
	background: url(../img/reason-bg.jpg) 50% 115px;
	background-size: cover;
	padding-bottom: 70px;
}

/*タイトル*/
.reason h2{
	font-size: 36px;
	color:#fff;
	padding: 15px 0;
	line-height: 1.2;
}
.reason h2 .f-orange{
	font-size: 46px;
	color: #fad214;
}
.reason h2 .f-3{
	font-size: 75px;
	color: #fad214;
}
.reason h2 .f46{
	font-size: 46px;
}
.reason h2 .f60{
	font-size: 60px;
}


/*ポイント*/
.reason .point {
	background: #ffffff;
	border-radius: 8px;
	padding: 40px;
	margin: 0 0 30px;
}
.reason .point .ttl-box{
	display: flex;
	justify-content: space-between;	
	align-items: center;
	margin-bottom: 21px;
}
.reason .point .ttl-box .ttl{
	width: 640px;
	display: flex;
	justify-content: space-between;	
	align-items: center;
}
.reason .point .ttl-box .ttl .icon{
	width: 150px;
}
.reason .point .ttl-box .ttl h3{
	width: 460px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}
.reason .point .ttl-box .img{
	width: 360px;
}
.reason .point .txt p{
	font-size: 18px;
	line-height: 1.65;
}
.reason .point .txt p span{
	color: #eb6100;
}





/* サポートサービス
-------------------------------------------------------------------------------*/
.service{
	padding: 57px 0 88px;
	border-top: 2px solid #0a3278;
}

.service h4{
	width: 615px;
	margin:0 auto;
	
	font-size: 28px;
	line-height: 1;
	color: #ffffff;
	background: #0a3278;
	font-weight: 700;
	text-align: center;
	
	padding: 10px;
	height: 50px;
	box-sizing: border-box;
	position: relative;
}
.service h4::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 7px;
	left: -17px;
	border-style: solid;
	border-color: #0a3278 transparent transparent transparent;
	border-width: 35px 35px 0px 0px;
	transform: rotate(-45deg);
	z-index: 1;
}
.service h4::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 7px;
	right: -17px;
	border-style: solid;
	border-color: #0a3278 transparent transparent transparent;
	border-width: 35px 35px 0px 0px;
	transform: rotate(135deg);
	z-index: 1;
}
.service h3{
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	margin: 20px 0 35px auto;
}
.service h3 span{
	display: block;
	font-size: 48px;
	color: #eb6100;
}

.service h5 {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	}
.service h5 .mark1{
	font-size: 22px;
}

/*対応業務*/
.service ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service ul li {
	width: 258px;
	background: #fff;
	border-radius: 20px;
	padding:22px 18px 26px 18px;
	border: 2px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 15px;
	text-align: center;
}
.service ul li .icon{
	margin: 0 0 15px;
}
.service ul li .sheading{
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: 700;
}
.service ul li .txt{
	font-size: 16px;
	line-height: 1.85;
	text-align: left;
}





/* サービス費用
-------------------------------------------------------------------------------*/
.getsugaku{
	padding-bottom: 100px;
}
.getsugaku h2{
	font-size: 46px;
	color:#fff;
	padding: 26px 0;
	line-height: 1.2;
	margin-bottom: 80px;
}
.getsugaku span.gentei{
	display: block;
	width: 440px;
	margin: 0 auto 8px auto;
	padding: 3px 0px;
	background: #fad214;
	border-radius: 50px;
	font-size: 30px;
	color:#0a3278;	
}
.getsugaku span{
	font-size: 36px;
}


/*テーブル*/
.getsugaku table{
		width: 1080px;
	margin: 0 auto 40px auto;
	}
.getsugaku table tr.bg-gray1{
	background: #f0f0f0;
}
.getsugaku table tr.bg-gray2{
	background: #e6e6e6;
}
.getsugaku table th{
	padding: 8px 0;
	border: solid 2px #fff;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	background: #1e1e1e;
}
.getsugaku table th:nth-child(1){
	width: 465px;
}
.getsugaku table th:nth-child(2){
	width: 155px;
}
.getsugaku table th:nth-child(3){
	width: 460px;
}

.getsugaku table td{
	padding: 10px 15px;
	border: solid 2px #fff;
	font-size: 20px;
	text-align: center;
}
.getsugaku table p{
	text-align: left;
	font-weight: 700;
}
.getsugaku table td p span{
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

.getsugaku table td ul li{
	display: block;
	font-size: 16px;
	margin: 0;
	line-height: 1.6;
	text-align: left;
}
.getsugaku table td ul li span{
	display: block;
	font-size: 14px;
	padding-left: 14px;
}

/*安さの秘密*/
.getsugaku .txt-box{
	background: #faf5e4;
	padding: 40px 0;
}
.getsugaku .txt-box h4{
	font-size: 30px;
	color: #eb6100;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.getsugaku .txt-box p{
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 37px;
}
.getsugaku .txt-box .btn{
	width: 380px;
	margin: 30px auto 0 auto;
}

/*バナー*/
.getsugaku .bnr-box{
	width: 1080px;
	margin: 0 auto;	
}
.getsugaku .bnr-box .txt{
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
	margin: 37px 0 25px 0;
}





/* 通販サポートサービス
-------------------------------------------------------------------------------*/
.support{
	padding: 0 0 57px;
}
.support h2{	
	font-size: 46px;
	color:#fff;
	text-align: center;
	padding: 22px 0;
	line-height: 1.5;
	margin-bottom: 70px;
}
.support h2 .ttl{
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.support h2 .f36{
	font-size: 36px;
}
.support h2 .f-yellow{
	color: #fad214;
}

/*コピー*/
.support .merit-copy {
	position: relative;
	margin: 0 0 20px;
	padding: 50px 40px 50px 270px;
	background: #fff;
	}
.support .merit-copy:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0px;
	width: 265px;
	height: 100%;
	background: url(../img/logo.png) no-repeat 0 50%;
	background-size: 100% auto;
	}
.support .merit-copy h4 {
	margin-bottom: 43px;
	font-size: 38px;
	}
.support .merit-copy h4 span {
	font-size: 54px;
	color: #eb6100;
	}
.support .merit-copy p{
	font-size: 16px;
	line-height: 1.875;
}

/*8つの強み*/
.support .advantage {
	margin-top: 25px;
	background: #fff;
	padding: 25px 20px;
	}
.support .advantage h4 {
	margin-bottom: 9px;
	text-align: center;
	}
.support .advantage ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5px;
	}
.support .advantage ul li {
	margin-top: 15px;
	width: 23.9805825243%;
	height: 160px;
	background: url(../img/PatternYellow.png) repeat 0 0;
	
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	box-sizing: border-box;
}
.support .advantage ul li .mark4{
	font-size: 65px;
	color:#eb6100;
}
.support .advantage ul li .mark5{
	font-size: 50px;
	color:#eb6100;
}
.support .advantage ul li span{
	font-size:30px;
}
.support .advantage ul li:nth-child(1),
.support .advantage ul li:nth-child(3),
.support .advantage ul li:nth-child(4),
.support .advantage ul li:nth-child(5),
.support .advantage ul li:nth-child(7),
.support .advantage ul li:nth-child(8){
	padding-top: 20px;
}
.support .advantage ul li:nth-child(2),
.support .advantage ul li:nth-child(6){
	padding-top: 10px;
}





/* メディア掲載・講師等実績
-------------------------------------------------------------------------------*/
.results_media_teacher {
	overflow: hidden;
	background:#f0f0f0;
}
.results_media_teacher h2{
	color: #fff;
	font-size: 38px;
	text-align: center;
	background: #1e1e1e;
	padding: 35px 0;
	margin-bottom: 55px;
}

.results_media_teacher .results-slider-pc-unit {
	width: 2700px;
}
.results_media_teacher ul.resultslist {
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
}
.results_media_teacher ul.resultslist > li {
	width: 250px;
	margin: 0 50px 0 0;
	position: relative;
}
.results_media_teacher ul.resultslist li .img{
	margin:0 0 10px;
}
.results_media_teacher ul.resultslist li h3 {
	font-size:18px;
	font-weight:bold;
	line-height:1.45;
	margin:0 0 10px;
}
.results_media_teacher ul.resultslist li .txt{
	font-size:16px;
	line-height:1.55;
}






/* メンバー
---------------------------------------*/
.member {
	padding-bottom: 38px;
}

.member h2{
	font-size: 36px;
	color:#fff;
	text-align: center;
	padding: 22px 0;
	line-height: 1.4;
	margin-bottom: 70px;
}
.member h2 .f-yellow{
	font-size: 46px;
	color:#fad214;
}


.member .people {
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(../img/dotLine.gif) no-repeat 0 100%;
}
.member .people:last-of-type {
	background: none;
}
.member .people .p-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px;
}
.member .people .p-box figure {
	width: 254px;
	margin: 0;
	padding: 0;
}
.member .p-txt-box{
	width: 800px;
}
.member .people h3 {
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 1.5;
}
.member .people h3 .mark1{
	color: #eb6100;
}
.member .people p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.875;
}

.member .people .tag-box{
	display: flex;
	justify-content: space-between;
}
.member .people .tag-box .tag{
	width: 450px;
	height: 70px;
	border: 1px solid #dcdcdc;
	font-size: 15px;
	padding: 10px;
	line-height: 1.6;
	box-sizing: border-box;
}
.member .people .name {
	width: 362px;
}






/* サービスの流れ
-------------------------------------------------------------------------------*/
.flow {
	border-top: 3px solid #0a3278;
	}
.flow .wrapper {
	padding: 45px 8.33333333333% 50px;
	}
.flow h2 {
	text-align: center;
	background: #1e1e1e;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 15px 10px 20px 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size:36px;
	line-height: 1;
	}

.flow ol li{
	display: flex;
}

.flow li:nth-child(1) h3 img{
	width: 110px;
	height: 229px;
}
.flow li:nth-child(2) h3 img{
	width: 110px;
	height: 211px;
}
.flow li:nth-child(3) h3 img{
	width: 110px;
	height: 200px;
}

.flow li .txt-img {
	display: flex;
}
.flow li h4 {
	margin-bottom: 15px;
	border-bottom: #0a3278 1px solid;
	padding: 10px 10px 10px 33px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.34;
	color: #0a3278;
}
.flow li .txt {
		width: 520px;
}
.flow li p {
	padding: 0 10px 0 40px;
	font-size: 18px;
	line-height: 1.875;
}
.flow li figure {
	width: 240px;
	margin:0 0 0 30px;
}





/* お問い合わせ
-------------------------------------------------------------------------------*/
.inquiry {
	background: url(../img/bg_inquiry.jpg) no-repeat;
	background-size: cover;
	padding: 0 0 60px;
}

.inquiry h2{
	text-align: center;
	background: #fad214;
	padding: 0;
}
.inquiry h2.arrow {
	position: relative;
}
.inquiry h2.arrow::after {
	content: " ";
	width: 0;
	height: 0;
	border-top: 50px solid #fad214;
	border-right: 80px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}

.inquiry p.txt {
	color: #e60012;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	padding: 0 0 30px;
}
.inquiry .form {
	 max-width: 1080px;
	 background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	 padding: 40px 25px;
}
.inquiry form table {
	width: 100%;
	border-bottom: solid 1px #CCC;
}
.form th,
.form td {
	border-top: solid 1px #CCC;
	padding: 20px 0 20px 50px;
}
.form th {
	font-size: 18px;
	font-weight: 700;
	width: 30%;
	text-align: right;
}
.form th span {
	color: #e60012;
}
table ul.item li {
	display: block;
	margin-right: 30px;
}
table ul.item li br {
	display: none;
}
table ul.item li .mark1{
	color: #e60012
}
table li {
	display: inline-block;
	margin-right: 30px;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
select {
	color: #333;
	width: 350px;
	height: 35px;
	line-height: 1;
	background: #FFF;
	border: 1px solid #cdcfd3;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
	width: 350px;
	height: 35px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #cdcfd3;
	padding: 0 4px;
	box-sizing: border-box;
}
input[type="text"].long  {
	width: 600px;
}
input[type="text"].short  {
	width: 150px;
	margin: 0 20px 0 0;
}
textarea {
	width: 100% !important;
	min-height: 150px;
	line-height: 18px;
	border: 1px solid #cdcfd3;
	padding: 4px;
	box-sizing: border-box;
	vertical-align: top;
}
form#mailformpro label.mfp_not_checked {
	padding: 0 !important;
	border: none !important;
}
form#mailformpro label.mfp_checked {
	padding: 0 !important;
	border: none !important;
	background-color: #FFF !important;
	box-shadow: none !important;
}
.form ul.formBtn {
	width: 100%;
	text-align: center;
	margin: 30px 0 60px;
}
.form ul.formBtn li {
	display: inline-block;
}
.form ul.formBtn li:first-child {
	padding: 0 70px 0 0;
}
.form #btn_r,
.form #btn_s {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	width: 230px;
	height: 70px;
	background: #eb6100;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	-webkit-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	-ms-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	border: none;
	cursor: pointer;
}
.form li:hover {
	opacity:0.8;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
.form #btn_r { 
	background: #808080; 
}

.kaijo {
	margin:20px 0 0 0;
}




.thanks {
	border-top: solid 1px #EEE;
	width: 100%;	
	text-align: center;
	padding: 200px 0 100px;
}
.thanks h1 {
	font-size: 30px;
	margin: 50px 0;
}
.thanks h1 br {
	display: none;
}

.thanks p {
	line-height: 20px;
}
div.telArea {
	width: 100%;
	text-align: center;
	background: #053d72;
	padding: 40px 0;
}
footer p.copyright {
	border-top: solid 3px #053d72;
	text-align: center;
	line-height: 22px;
	padding: 20px 0;
}
.mfp_element_all {
	max-width: 100% !important;
}
	


/* footer
-------------------------------------------------------------------------------*/
p.txt22 {
	background: #384759;
	text-align: center;
	padding: 24px 0;
}
ul.footer_contact {
	background: #24303d;
	text-align: center;
	padding: 45px 0;
	width: 100%;
}
ul.footer_contact.static {
	position:static;
}
footer ul.footer_contact li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
}
.fixed{
	position: fixed;
	bottom: 0;
}



/*-----------------------------------------------
	その他、TRUEのサービスはこちら
-----------------------------------------------*/
.footer .service-list{
	background: url("../img/bg-service.gif");
	padding:45px 0 30px;
	border-top: 10px solid #0a3278;
}
.footer .service-list h2{
	text-align: center;
	font-size: 30px;
	margin: 0 0 20px;
	line-height: 1;
}
.footer .service-list .service-list-inner{
	width: 1080px;
	margin: 0 auto;
}
.footer .service-list .service-list-inner ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
} 
.footer .service-list .service-list-inner ul li{
	width: 208px;
	height: 67px;
	list-style: none;
	text-align: center;
	margin: 0 0 10px;
}
.footer .service-list .service-list-inner ul li img{
	width: 100%;
}
.footer .service-list ul li a:hover,
.footer .service-list ul li.active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btnarea_sp {
	display: none;
}
.footer .footer-outer{
	padding:0 0 1%;
}
.footer .footer-outer img{
	width:100%;
}
.footer #ec {
	background: url(../img/img-contact.jpg) no-repeat 0 0 #e5e5e5;
	background-size: 100% auto;
	padding: 26.6666666667% 0 35px;
}
.footer #ec h2 {
	margin: 25px 0 30px;
	text-align: center;
	color: #333333;
	font-size:27px;
	letter-spacing: -0.05em;
}
.footer #ec h2 span {
	color: #eb6100;
	font-weight: 700;
}
.footer #ec ul{
	width: 820px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer #ec ul li:nth-child(1) {
	width: 375px;
}
.footer #ec ul li:nth-child(2) {
	width: 410px;
}

.footer .footer-inner {
	padding: 20px 0 0;
	border-top:3px solid #0a3278;
}
.footer .footer-inner .company{
	display: flex;
}

.footer .footer-inner .company a{
	width: 310px;
}


.footer .footer-inner address {
	margin: 0 0 10px 30px;
}
.footer .footer-inner address p {
	margin-bottom: 2px;
	font-size: 16px;
}
.footer .footer-inner address ul li {
	font-size: 13px;
}
.footer .footer-inner p {
	font-size: 13px;
	margin-bottom: 10px;
}
.footer .footer-inner small {
	font-size: 11px;
}


