@charset "utf-8";

.pconly{
	display: block;
}

.smponly{
	display: none;
}

a[href^="tel:"] {
		pointer-events: none;
	}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* -------------------------------------------------------------------------------------

	お問い合わせ

-------------------------------------------------------------------------------------- */

.contact-bg{
	background: url(../img/contact-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.contact-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 70px;
}

.contact-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	font-size: 120%;
	width: 100%;
	margin: 0 auto 90px;
}

.telephone{
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 2% 4%;
	text-align: center;
	margin-bottom: 70px;
}

.telephone .tel-icon{
	background: url(../img/free-d.svg) no-repeat left 20px;
	background-size: 46px 26px;
	width: 40%;
	margin:0 auto;
	font-size: 300%;
	font-family: Arial, Helvetica, "sans-serif";
	line-height: 150%;
	padding: 0 0 0 0;
}

.forms table{
	width: 100%;
}

.forms table:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.forms table th,
.forms table td{
	padding:10px;
	text-align: left;
	vertical-align: top;
}

.forms table th{
	width: 25%;
}

.forms table th span{
	color: #fff;
	margin-left: 20px;
	background: #9e1818;
	padding:1% 10px;
	float: right;
}

.forms table td label{
	margin-right: 20px;
}

.forms table td .long,
.forms table td .short,
.forms table td .middle,
.forms table td textarea{
	background: #eee;
	padding: 2%;
	box-shadow: none !important;
	border: none;
}

.forms table td .long,
.forms table td textarea{
	width: 90%;
}

.forms table td .middle{
	width: 60%;
}

.forms table td .short{
	width: 30%;
}

.forms table td textarea{
	height: 150px;
}

.submitbtn{
	text-align: center;
	margin-top: 30px;
}

.submitbtn input{
	box-shadow: none !important;
	border: none;
	padding: 20px 10%;
	cursor: pointer;
}

.enter{
	background: #1d2382;
	color: #fff;
}

.err{
	color: #FF0004;
}

.error{
	text-align: center;
}

.error input,
.green input{
	box-shadow: none !important;
	border: none;
	padding: 20px 10%;
	cursor: pointer;
}
.green{
	text-align: center;
}

.green #submit{
	background: #1d2382;
	color: #fff;
}

.confm tr{
	border-bottom: 1px dotted #ccc;
}

/* -------------------------------------------------------------------------------------

	ネット無料設備

-------------------------------------------------------------------------------------- */

.facility-bg{
	background: url(../img/facility-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.facility-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 70px;
}

.facility-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	font-size: 120%;
	width: 100%;
	margin: 0 auto 90px;
}

.flowmap{
	max-width:660px;
	margin: 0 auto 100px;
	width: 100%;
}

.flowmap  img{
	width: 100%;
	height: auto;
}

.flow-plan{
	width: 100%;
	margin-bottom: 80px;
}

.flow-plan:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.flow-plan li{
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
	list-style: none;
	color: #666;
}

.flow-plan li:nth-child(2n){
	margin: 0 0 4% 0;
}

.flow-plan li img{
	width: 100%;
	height: auto;
}

#copyright{
	display: none !important;
}

/* -------------------------------------------------------------------------------------

	引越しサービス	

-------------------------------------------------------------------------------------- */

.moving-bg{
	background: url(../img/moving_bg.jpg) no-repeat center center;
	 background-size: cover;
}
.moving_list {
	width: 90%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 auto 80px;
}
.moving_list li {
	width: 30%;
}
.moving_list li img {
	width: 100%;
}

/* -------------------------------------------------------------------------------------

	24時間駆けつけサービス

-------------------------------------------------------------------------------------- */

.rush-bg{
	background: url(../img/rush-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.rush-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 70px;
}

.hour{
	background: url(../img/24hour.gif) no-repeat left center;
	padding: 30px 0 20px 180px;
	text-align: left;
	margin-bottom: 50px;
}

.hour h2{
	font-weight: normal;
	line-height: 200%;
	font-size: 120%;
	width: 100%;
}

.truble:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.truble li{
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
	list-style: none;
	height: 240px;
	position: relative;
}

.truble li p{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 90%;
	font-size: 120%;
	text-shadow: 1px 2px 2px #000;
}

.truble li:nth-child(2n){
	margin: 0 0 4% 0;
}

.truble li:nth-child(n+3){
	width: 31.6%;
	margin: 0 2.6% 4% 0;
}

.truble li:last-child{
	margin: 0 0 4% 0;
}

.water,
.key,
.glass,
.gas,
.elect{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

.water{
	background:  url(../img/cp-water.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	z-index: 0;
	overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
}

.water:before,
.key:before,
.glass:before,
.gas:before,
.elect:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}

.key{
	background:  url(../img/cp-key.jpg) no-repeat center center;

}

.glass{
	background: url(../img/cp-glass.jpg) no-repeat center center;}

.gas{
	background: url(../img/cp-gas.jpg) no-repeat center center;}

.elect{
	background: url(../img/cp-elect.jpg) no-repeat center center;
}

.menbers{
	background: #f2f2f2;
	padding: 3% 2%;
	text-align: center;
	color: #d1316d;
	font-size: 130%;
	margin-bottom: 90px;
}

.menbers  span{
	background: #d1316d;
	padding: 10px 20px;
	color: #fff;
	margin-right: 20px;
}

.life-tit{
	font-size: 150%;
	margin-bottom: 25px;
	line-height: 150%;
	font-family: Arial, Helvetica, "sans-serif";
}

.life-tit span{
	color:#1d2382;
	margin-left: 30px;
}

.lifes{
	margin-bottom: 50px;
}

.lifes:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.lifes li{
	width: 19.5%;
	float: left;
	margin: 0 2% 2% 0;
	list-style: none;
	box-shadow: 0 0 0 2px #ccc inset;
	padding: 4% 2%;
}

.lifes li:nth-child(4n){
	margin: 0 0 2% 0;
}

.lifes li dt{
	max-width: 55px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.lifes li dt{
	width: 100%;
	height: auto;
}

.lifes li dd{
	text-align: center;
}

.lifes .life-name{
	color: #26425b;
	font-size: 110%;
	font-weight: bold;
}

.life-mem{
	background: #d1316d;
	color: #fff;
	padding: 10px;
	margin: 10px 0;
}

.lifes .send{
	color: #d1316d;
	font-size: 110%;
	font-weight: bold;
}

.daiyal{
	margin-bottom: 50px;
}

.daiyal:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.daiyal li{
	width: 19.5%;
	float: left;
	margin: 0 2% 2% 0;
	list-style: none;
	background: #eff0f5;
	padding: 2%;
	text-align: center;
}

.daiyal li:nth-child(4n){
	margin: 0 0 2% 0;
}

.daiyal li dt{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #26425b;
}

.daiyal li:nth-child(n+5){
	width: 27.6%;
	margin: 0 2.6% 0% 0;
}

.daiyal li:last-child{
	margin: 0 !important;
}

.service-p{
	margin-bottom: 10px;
}

.service:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.service li{
	width: 27.6%;
	float: left;
	margin: 0 2.6% 2% 0;
	list-style: none;
	background: #eff0f5;
	padding: 2%;
	text-align: center;
}

.service li:nth-child(3){
	margin-right: 0;
}

.service li dt{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #26425b;
}

.service li:last-child{
	margin: 0 !important;
}

.service2{
	margin-bottom: 50px;
}

.service2:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.service2 li{
	margin: 0 0 2% 0;
	list-style: none;
	background: #eff0f5;
	padding: 2%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #26425b;
}

.service2 li:last-child{
	margin: 0 !important;
}

.service2-2{
	margin-bottom: 50px;
}

.service2-2:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.service2-2 li{
	width: 45%;
	float: left;
	margin: 0 2% 2% 0;
	list-style: none;
	background: #eff0f5;
	padding: 2%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #26425b;
}

.service2-2 li:nth-child(2){
	margin-right: 0 !important;
}

.service2-2 li:last-child{
	margin-right: 0 !important;
}

.lang{
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 3% 4%;
}

.lang:after,
.lang dl:after,
.lang ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.lang dl{
	float: left;
	width: 54%;
}

.lang dl dt{
	width: 20%;
	float: left;
	font-size: 120%;
	font-weight: bold;
}

.lang dl dd{
	width: 76%;
	float: right;
}

.lang ul{
	float: right;
	width: 42%;
}

.lang ul li{
	float:right;
	list-style: none;
	margin-left: 10px;
}

.lang ul li img{
	width: 43px;
	height: 30px;
}

.lang2{
	box-shadow: 0 0 0 1px #ccc inset;
	padding: 3% 4%;
}

.lang2:after,
.lang2 dl:after,
.lang2 ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.lang2 dl{
	float: left;
	width: 54%;
}

.lang2 dl dt{
	width: 20%;
	float: left;
	font-size: 120%;
	font-weight: bold;
}

.lang2 dl dd{
	width: 76%;
	float: right;
}

.lang2 ul{
	float: right;
	width: 42%;
}

.lang2 ul li{
	float:left;
	list-style: none;
	margin-left: 10px;
	font-size: 9px;
	text-align: center;
	width: 20%;
}

.lang2 ul li img{
	width: 43px;
	height: 30px;
}

.nepal{
	width: 30px!important;
	height: 43px!important;
}


.truble-new:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.truble-new > li{
	width: 28%;
	float: left;
	margin: 0 8% 4% 0;
	list-style: none;
	position: relative;
}

.truble-new > li p{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	width: 90%;
	font-size: 120%;
	text-shadow: 1px 2px 2px #000;
}

.truble-new > li:nth-child(3n){
	margin: 0 0 4% 0;
}

.truble-new > li:nth-child(4){
	margin-left: 16%;
}

.truble-new > li dt{
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	line-height: 150%;
	border-bottom: 2px solid #2ea2db;
	border-top: 2px solid #2ea2db;
	padding: 10px 0;
	margin-bottom: 20px;
}

.truble-new > li dd li{
	margin-left: 20px;
	list-style: disc;
	font-size: 106%;
}

.truble-new > li dd.photo{
	width: 100%;
	float: none;
}

.truble-new > li dd.photo img{
	width: 100%;
	height: auto;
}

.truble-new > li dd.txt{
	width: 100%;
	float: none;
}
/* -------------------------------------------------------------------------------------

	ライフライン取次サービス

-------------------------------------------------------------------------------------- */
.lifeline-bg{
	background: url(../img/lifeline-bg.jpg) no-repeat center center;
	 background-size: cover;
}

/* -------------------------------------------------------------------------------------

	インターネット回線取次サービス

-------------------------------------------------------------------------------------- */

.internet-bg{
	background: url(../img/internet-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.internet-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 70px;
}

.internet-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 200%;
	font-size: 120%;
	width: 100%;
	margin: 0 auto 80px;
}

.human{
	max-width:750px;
	margin: 0 auto 100px;
	width: 100%;
}

.human  img{
	width: 100%;
	height: auto;
}

.internet-plan{
	width: 100%;
}

.internet-plan:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.internet-plan li{
	width: 48%;
	float: left;
	margin: 0 4% 4% 0;
	list-style: none;
	color: #666;
}

.internet-plan li:nth-child(2n){
	margin: 0 0 4% 0;
}

.internet-plan li img{
	width: 100%;
	height: auto;
}

.bigs{
	font-weight: bold;
	font-size: 110%;
	margin:10px 0 15px;
	color:#000 !important;
}

.pat-cover{
	padding: 70px 0;
	background: #eff0f5;
}

.patn-cover{
	padding: 0px 0;
	margin-bottom: 50px;
}

.pat-cap{
	text-align: center;
	font-size: 130%;
	margin-bottom: 50px;
}

/* -------------------------------------------------------------------------------------

	事業内容

-------------------------------------------------------------------------------------- */

.business-bg{
	background: url(../img/business-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.business-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 90px;
}

/* -------------------------------------------------------------------------------------

	代表挨拶

-------------------------------------------------------------------------------------- */

.greeting-bg{
	background: url(../img/greet-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.greeting-area{
	max-width: 1120px;
	width:100%;
	margin: 0px auto 0px;
}
.sub-greet{
	text-align: center;
	font-size: 130%;
	line-height: 150%;
	margin: 20px auto 50px;
}

.messa{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 90px;
}

.yok{
	background: url(../img/greet-yok.jpg) no-repeat center top;
	background-size: cover;
	padding: 100px 0;
	margin: 0px 0;
}

.yok dl{
	width: 45%;
	background-color: rgba(255,255,255,1);
	padding: 5%;
	margin-top: 0px;
}

.yok .mb-txt p{
	margin-bottom: 20px;
	line-height: 2.5em;
}

.yok .mb-txt{
	margin-bottom: 40px;
}

.yok .mb-txt p:last-child{
	margin: 0;
}

.yok .sign{
	text-align: right;
}

.yok .sign span{
	font-size: 190%;
}

/* -------------------------------------------------------------------------------------

	理念

-------------------------------------------------------------------------------------- */

.idea-bg{
	background: url(../img/idea-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.idea-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 70px;
}

.gray{
	color: #999 !important;
	font-weight: lighter;
}

.idea-area ol{
	width: 30%;
	margin: 0 auto;
	font-size: 120%;
	line-height: 150%;
}

.idea-area ol li{
	list-style: decimal;
	margin-bottom: 20px;
}

.ideal{
	text-align: center;
	margin-bottom: 40px;
	font-size: 120%;
	line-height: 150%;
}

/* -------------------------------------------------------------------------------------

	ビジョン

-------------------------------------------------------------------------------------- */

.vision-bg{
	background: url(../img/vision-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.cover-vision{
	width: 100%;
	background: url(../img/vision-bgck.jpg) no-repeat center top;
	background-size: cover;
	padding: 100px 0;
	margin-bottom: 100px;
}

.vision-area:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.vision-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 0px;
}

.vision-txt{
	background-color:rgba(255,255,255,0.9);
	width: 50%;
	margin: 0 auto;
	padding: 6%;
}

.vision-txt p{
	margin-bottom: 25px;
	line-height: 2em;
	font-size: 110%;
}
.vision-txt p strong{
color:#CD0003;
}

.idea-f{
	text-align: center;
	font-size: 140%;
	line-height: 200%;
	margin-bottom: 60px;
}

/* -------------------------------------------------------------------------------------

	沿革

-------------------------------------------------------------------------------------- */

.history-bg{
	background: url(../img/history-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.history-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}

.hist{
	margin: 0 auto 70px;
}

.hist dl:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.hist li{
	list-style: none;}

.hist dl{
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.hist dl dt{
	width: 30%;
	float: left;
	font-weight: bold;
	color: #1d2382;
}

.hist dl dd{
	width: 64%;
	float: left;
}

/* -------------------------------------------------------------------------------------

	会社概要

-------------------------------------------------------------------------------------- */

.company-bg{
	background: url(../img/company-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.company-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 60px;
}


.company-logo{
	max-width: 182px;
	width: 100%;
	margin: 0 auto 50px;
}

.company-logo img{
	width: 182px;
	height: 53px;
}

.company-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 120%;
	width: 60%;
	margin: 0 auto 50px;
}

.prarea{
	max-width: 1120px;
	width:100%;
	margin: 0 auto 60px;
}

.prarea:after,
.statas dl:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.statas{
	width: 66%;
	float: left;
}

.statas li{
	list-style: none;}

.statas dl{
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

.statas dl dt{
	width: 20%;
	float: left;
	font-weight: bold;
}

.statas dl dd{
	width: 74%;
	float: left;
}

.building{
	width: 28%;
	float: right;
}

.building img{
	width:100%;
	height: auto;
}


/* -------------------------------------------------------------------------------------

	事業内容

-------------------------------------------------------------------------------------- */

.profile-bg{
	background: url(../img/profile-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.profile-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}

.profile-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 120%;
	width: 60%;
	margin: 0 auto 50px;
}

.profile-area ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.profile-area ul li{
	list-style: none;
	width: 31.6%;
	float: left;
	margin: 0 2.6% 4% 0;
}

.profile-area ul li a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.profile-area ul li:nth-child(2){
	margin: 0 0 4% 0;
}

.profile-area ul li dt img{
	width: 100%;
	height: auto;
}

.profile-area ul li dl{
	padding: 5%;
}

.profile-area ul li dd.engs{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 200%;
	text-align: center;
	line-height: 150%;
}

.profile-area ul li a:hover{
	text-decoration: none;
	background: #efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.m-caps{
	text-align: center;
	margin: 15px 0;
	font-size: 124%;
	font-weight: bold;
}

.black-btn{
	text-align: center;
}

.profile-area a .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #000;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.profile-area a:hover .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #333;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
}

.profile-area ul li:first-child{
	margin-left: 17% !important;
}

.profile-area ul li:last-child{
	margin-right: 0 !important;
}




.pfof-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}

.pfof-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 120%;
/*	width: 60%;*/
	margin: 0 auto 50px;
}

.pfof-area ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pfof-area ul li{
	list-style: none;
	width: 31.6%;
	float: left;
	margin: 0 6% 4% 0;
}

.pfof-area ul li a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pfof-area ul li:nth-child(3n){
	margin: 0 0 4% 0;
}

.pfof-area ul li dt img{
	width: 100%;
	height: auto;
}

.pfof-area ul li dl{
	padding: 5%;
}

.pfof-area ul li dd.engs{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 200%;
	text-align: center;
	line-height: 150%;
}

.pfof-area ul li a:hover{
	text-decoration: none;
	background: #efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pfof-area a .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #000;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pfof-area a:hover .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #333;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
}

.pfof-area ul li:last-child{
	margin-right: 0 !important;
}


/* -------------------------------------------------------------------------------------

	パートナー募集

-------------------------------------------------------------------------------------- */

.partner-bg{
	background: url(../img/partner-bg.jpg) no-repeat center center;
	 background-size: cover;
}

.partner-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}

.partner-area dl{
	text-align: center;
}

.partner-area dl dt{
	font-size: 140%;
	margin-bottom: 50px;
}

.partner-area dl dd{
	margin-bottom: 70px;
}

.partner-area dl dd img{
	width: 100%;
	height: auto;
}

.w60{
	width: 60%;
	margin: 0 auto;
}

.partner-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 120%;
/*	width: 60%;*/
	margin: 0 auto 50px;
}

/* -------------------------------------------------------------------------------------

	下層ページタイトル

-------------------------------------------------------------------------------------- */

.un-fix{
	position: inherit !important;
}

.un-bg{
	width: 100%;
	height: 350px;
	position: relative;
	color: #000;
}

.un-bg dl{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}

.un-bg dl dt{
	font-size: 250%;
	font-weight: bold;
	line-height: 150%;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.un-bg dl dd{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 140%;
	font-weight: bold;
	line-height: 120%;
	color:#666;
}

/* -------------------------------------------------------------------------------------

	パンくず

-------------------------------------------------------------------------------------- */

.pankuzu{
	padding: 20px 0;
	margin-bottom: 60px;
}

.pankuzu p{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}


/* -------------------------------------------------------------------------------------

	ヘッダー

-------------------------------------------------------------------------------------- */

header{
	margin: 0!important;
	width: 100%;
	z-index: 999 !important;
	padding: 20px 0  0px;
	position: absolute;
	background: #fff;
}

header .h-cover{
	width:100% !important;
	margin: 0 auto;
	position: relative;
}

header .h-cover:after,
header .logos:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

header .logos{
	max-width: 1120px;
	width:94% !important;
	margin: 0px auto 0;
}

header .logo{
	float: left;
	max-width: 127px;
	height: 37px;
	margin-top: 16px;
}

header .logo img{
	width: 100%;
	height: auto;
}

.infor{
	float: right;
	width: 70%;
}

.free-tel{
	text-align: right;
}

.free-tel span{
	background: url(../img/free-d.svg) no-repeat left center;
	background-size: 36px 20px;
	padding: 0px 0 0 46px;
}

.free-tel span{
	font-size: 180%;
	line-height: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}

header ul{
	width: 70%;
	float: right;
	margin-top: 8px;
}

header ul li{
	float: left;
	text-align: center !important;
	list-style: none;
	width: 20%;
	text-align: center;
	line-height: 1.2em;
	font-family: Arial, Helvetica, "sans-serif";
	background:url(../img/s-line.png) no-repeat left center;
	font-size: 120%;
}

header ul li span{
	font-size: 60%;
}

header ul li.active a{
	background: url(../img/g-line.gif) repeat-x left bottom;
}

header ul li a {
	position: relative;
	display: inline-block;
	transition: .3s;
	padding:0 10px 10px;
}

header ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 5px;
	background-color: #1d2382;
	transition: .3s;
}
header ul li a:hover::after {
	width: 100%;
}

header ul li a:hover{
	text-decoration: none;
	color: #aaa;
}

.infor__box {
	display: flex;
	justify-content: flex-end;
}

.infor__recruit {
	margin-left: 1%;
	background-color: #1d2382;
	color: #000;
	padding: 1%;
}

.infor__recruit a {
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------------

	ファーストビュー

-------------------------------------------------------------------------------------- */

.mv{
	background: url(../img/mainimg02.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.mv:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.30);
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
  }

.mv2{
	background: url(../img/mainimg02.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.mv3{
	background: url(../img/mainimg03.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.mv4{
	background: url(../img/mainimg04.jpg);
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
}

.mv-cover{
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10 !important;
}

.mv-cover .child{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 220%;
	line-height: 150%;
	font-weight: bold;
	width: 80%;
}

.mv-cover .child span{
	font-size: 150%;
}

.mv-cover .logomv{
	max-width: 160px;
	width: 100%;
	margin: 0 auto;
	height: 47px;
	margin-top: 16px;
	opacity: .5;
}

header .logo img{
	width: 100%;
	height: 47px;
}

.mainchtch{
	position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%); /* Safari用 */
	  transform: translate(-50%, -50%);
	z-index: 999 !important;
}

.mainchtch img{
	width: 100% !important;
	height: 100% !important;
}

.mainarrow a{
	background: url(../img/scroll-arrow.png ) no-repeat center 80%;
	font-weight: normal;
	padding: 20px 20px 30px;
	color: #fff;
	position: absolute;
	bottom: 4%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 999 !important;
	transition: .3s;
	border: 1px solid #fff;
	border-radius: 50%;
}

.mainarrow a:hover{
	background: url(../img/scroll-arrow.png ) no-repeat center 90%;
}

.mainarrow img{
	width: 100% !important;
	height: 100% !important;
}

#container {
	width: 100%;
	height: 100vh;
	padding:0;
	margin:0;
}

.mv-cover h1{
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 999 !important;
	color: #000;
	font-weight: normal;
	font-size: 80%;
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
}

header h1{
	max-width: 1120px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 80%;
}


/* -------------------------------------------------------------------------------------

	グローバルナビ

-------------------------------------------------------------------------------------- */

nav{
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #000;
}

nav ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

nav ul{
	max-width: 1120px;
	margin: 0 auto;
	width: 100%;
}

nav ul li{
	width: 20%;
	float: left;
	text-align: center;
}

nav ul li a{
	padding: 20px 0;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

nav ul li a:hover{
	padding: 20px 0;
	display: block;
	background: #F7D9DD;
}

/* -------------------------------------------------------------------------------------

	business

-------------------------------------------------------------------------------------- */

.pege-sub{
	text-align: center;
	margin-bottom: 40px;
}

.pege-sub dt{
	font-size: 140%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 1.2em;
	color:#999;
}

.pege-sub dd{
	font-size: 200%;
	line-height: 150%;
	font-weight: bold;
}

.recommend{
	max-width: 1120px;
	margin: 70px auto;
	width: 100%;
}

.recommend li img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.recommend ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.recommend li{
	float: left;
	list-style: none;
	width: 37%;
	margin: 0 6% 6% 0;
	background: none ;
}

.recommend li a{
	padding: 0;
	margin: 0;
	width: 90%;
	display: inline-block;
	padding: 50px 5%;
	display: inline-block;
	position: relative;
}

.recommend li a:hover{
	text-decoration: none;
}

.recommend li:last-child{
	margin: 0 0 0 0 !important;
}

.recommend h2{
	text-align: center;
	color: #26425b;
	font-size: 120%;
	line-height: 150%;
	margin: 15px auto 25px;
}

.subh h2{
	text-align: center;
	color: #26425b;
	font-size: 120%;
	line-height: 150%;
	padding: 0 5%;
	margin: 15px auto 25px;
}

.subh h1{
	text-align: center;
	color: #26425b;
	font-size: 120%;
	line-height: 150%;
	padding: 0 5%;
	margin: 15px auto 25px;
}


.worldwide{
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.worldwide img{
	width: 140px;
	height: 140px;
}

.rush{
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.rush img{
	width: 140px;
	height: 140px;
}

.facility{
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.facility img{
	width: 140px;
	height: 140px;
}

.worldwide-bg a{
	background:#fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 2px #eee inset;
}

.worldwide-bg a:hover{
	background:#efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 3px #ddd inset;
}

.rush-bg a{
	background:#fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 2px #eee inset;
}

.rush-bg a:hover{
	background:#efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 3px #ddd inset;
}

.facility-bg a{
	background:#fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 2px #eee inset;
}

.facility-bg a:hover{
	background: #efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
	box-shadow: 0 0 0 3px #ddd inset;
}

.black-btn{
	text-align: center;
}

.recommend li a .black-btn{
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #000;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 70%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.recommend li a:hover .black-btn{
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #333;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 70%;
	margin: 0 auto;
}


/* -------------------------------------------------------------------------------------

	profiles

-------------------------------------------------------------------------------------- */

.profiles{
	margin: 0px auto 70px;
	width: 100%;
}

.profiles ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.profiles ul li{
	width: 50%;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
}

.cp-photo,
.cp-greeting,
.cp-idea,
.cp-vision,
.cp-history{
    width: 100%;
    height: 400px;
}

.cp-photo a,
.cp-greeting a,
.cp-idea a,
.cp-vision a,
.cp-history a{
	color: #fff;
}

.cp-photo a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    top: 0;
    background:  linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.6)) ,url(../img/cp-photo.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cp-photo a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	color: #fff;
}

.profiles dl {
    z-index: 1;
    position: relative;
}

.profiles ul dl{
	position: absolute;
  	bottom: 5%;
  	left: 5%;
	width: 60%;
}

.profiles ul dt{
	font-size: 200%;
	line-height: 150%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

.profiles ul dd.subt{
	margin-bottom: 25px;
}

.profiles ul li a:hover .mores{
	background:url(../img/white-arrow.svg) no-repeat 26% center;
	background-size: 33px 8px;
	margin-top: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
}

.mores{
	background:url(../img/white-arrow.svg) no-repeat 20% center;
	background-size: 33px 8px;
	margin-top: 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 120%;
}

.cp-greeting a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    top: 0;
    background:  linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.6)) ,url(../img/cp-greeting.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cp-greeting a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	color: #fff;
}

.profiles ul li:nth-child(n+3){
	width: 33.3%;
}

.profiles ul li:nth-child(n+3) a{
	color: #000;
}

.profiles ul li:last-child{
	width: 33.4%;
}

.cp-idea a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    top: 0;
    background:  linear-gradient(180deg, rgba(0,0,0,.0), rgba(255,255,255,.6)) ,url(../img/cp-idea.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cp-idea a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	color: #fff;
}

.cp-vision a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    top: 0;
    background:  linear-gradient(180deg, rgba(0,0,0,.0), rgba(255,255,255,.6)) ,url(../img/cp-vision.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cp-vision a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	color: #fff;
}

.cp-history a:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    top: 0;
    background:  linear-gradient(180deg, rgba(0,0,0,.0), rgba(255,255,255,.6)) ,url(../img/cp-history.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cp-history a:hover:after {
    opacity: .8;
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	color: #fff;
}

/* -------------------------------------------------------------------------------------

	partner

-------------------------------------------------------------------------------------- */

.partner{
	max-width: 1120px;
	margin: 0px auto 0px;
	width: 100%;
}

.icon-pat{
	max-width: 140px;
	width: 100%;
	margin: 0 auto -40px;
}

.icon-pat img{
	width: 140px;
	height: 140px;
}

.caps{
	text-align: center;
	font-size: 120%;
	line-height: 200%;
	margin-bottom: 50px;
}

.caps span{
	font-family: Arial, Helvetica, "sans-serif";
}

.caps ul{
	list-style: disc;
	margin: 20px 0;
	display: inline-block;
	text-align: left;
}

.un-caps{
	text-align: center;
	font-size: 120%;
	line-height: 200%;
}

.un-caps span{
	font-family: Arial, Helvetica, "sans-serif";
}

.un-caps ul{
	list-style: disc;
	margin: 20px 0;
	display: inline-block;
	text-align: left;
}

.blue-btn a{
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #1d2382;
	background-size: 33px 8px;
	text-align: center;
	padding: 20px;
	color: #fff;
	width: 70%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.blue-btn a:hover{
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #0C1269;
	background-size: 33px 8px;
	text-align: center;
	padding: 20px;
	color: #fff;
	width: 70%;
	margin: 0 auto;
}

.w30{
	width: 30%;
	margin: 0 auto;
}


.partner a .blue-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #1d2382;
	background-size: 33px 8px;
	text-align: center;
	padding: 20px;
	color: #fff;
	width: 40%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.partner a:hover .blue-btn{
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #0C1269;
	background-size: 33px 8px;
	text-align: center;
	padding: 20px;
	color: #fff;
	width: 40%;
	margin: 0 auto;
}

.partner{
	padding: 40px 0 !important;
	transition: all .3s;
}

.pad50{
	margin-bottom: 50px !important;
}

/* -------------------------------------------------------------------------------------

	voice-list

-------------------------------------------------------------------------------------- */
.voice-list {
	margin-bottom: 80px;
}
.voice-list li {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	border-bottom: solid 1px #aaa;
}
.voice-list div {
	max-width: 60px;
}
.voice-list li img {
	display: block;
	width: 100%;
}
.voice-list li dl {
	width: 92%;
}
.voice-list li dt {
	font-size: 120%;
	font-weight: 600;
	color: #036eb8;
	margin-bottom: 5px;
}
.voice-title{
	font-weight: bold;
	color: #333;
}

/* -------------------------------------------------------------------------------------

	graph

-------------------------------------------------------------------------------------- */

.graph-box{
	display: flex;
	justify-content: space-between;
}

.graph-box li{
	list-style: none;
}

.graph-img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.graph-txt{
	margin-top: 20px;
	margin-bottom: 80px;
	background: rgb(239, 240, 245);
	padding: 20px;
}



/* -------------------------------------------------------------------------------------

	フッターmap

-------------------------------------------------------------------------------------- */

#map_canvas{
	width:100%;
	height: 400px;
}

footer{
	width: 100%;
	background:url(./index_files/bg-foot.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0;
}

footer .foot{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	color: #000;
}

footer .foot .flogo{
	text-align: center;
	border-bottom: 1px solid #585656;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

footer .foot .flogo dt{
	max-width: 140px;
	width: 100%;
	margin: 0 auto 25px;
}

footer .foot .flogo dt img{
	width: 140px;
	height: 40px;
}


footer .foot .flogo dd.eng{
	font-size: 200%;
	font-family: Arial, Helvetica, "sans-serif";
	margin-bottom: 10px;
	letter-spacing: 1px;
}

footer .foot ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

footer .foot ul{
border-bottom: 1px solid #585656;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

footer .foot ul li{
	width: 17%;
	float: left;
	list-style: none;
}

footer .foot ul li:nth-child(2){
	width: 29%;
}

footer .foot ul li a{
	color: #000;
}

footer .foot ul li dd{
	font-size: 90%;
	margin:10px 0 0 10px;
}

footer .e-cp{
	text-align: center;
}




.abouting-area{
	max-width: 1120px;
	width:100%;
	margin: 0 auto;
}

.abouting-area h2{
	text-align: center;
	font-weight: normal;
	line-height: 150%;
	font-size: 120%;
/*	width: 60%;*/
	margin: 0 auto 50px;
}

.abouting-area ul:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.abouting-area ul li{
	list-style: none;
	width: 31.6%;
	float: left;
	margin: 0 2.6% 4% 0;
}

.abouting-area ul li a{
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.abouting-area ul li:nth-child(3n){
	margin: 0 0 4% 0;
}

.abouting-area ul li dt img{
	width: 100%;
	height: auto;
}

.abouting-area ul li dl{
	padding: 5%;
}

.abouting-area ul li dd.engs{
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 200%;
	text-align: center;
	line-height: 150%;
}

.abouting-area ul li a:hover{
	text-decoration: none;
	background: #efefef;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.abouting-area a .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 90% center #000;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.abouting-area a:hover .black-btn {
	display: block;
	background:url(../img/white-arrow.svg) no-repeat 96% center #333;
	background-size: 33px 8px;
	text-align: center;
	padding: 10px;
	color: #fff;
	width: 66%;
	margin: 0 auto;
}

.abouting-area ul li:nth-child(4){
	margin-left: 17% !important;
}

.abouting-area ul li:last-child{
	margin-right: 0 !important;
}
/* -------------------------------------------------------------------------------------

	後から追加

-------------------------------------------------------------------------------------- */

.service_list01 {
    position: relative;
    overflow: hidden;
}
.service_list01 ul {
    position: relative;
    /*! float: left; */
    left: 11%;
    margin: 0 0 0 0;
}
.service_list02 {
    position: relative;
    overflow: hidden;
	margin-bottom: 40px;
}
.service_list02 ul {
    position: relative;
    float: left; 
    /*left: 16%;*/
    margin: 0 0 0 0;
}

.service_list02 ul li {
	width: 28%;
}

.min {
	min-height: 80px;
}

.qa_title {
	font-size:140%;
	font-weight:bold;
	color:#036eb8;
	margin: 0 0 15px;
}

dl.qa {
overflow: hidden;
_zoom: 1;
}
dl.qa dd {
text-indent: -2.7em; 
padding: 0 10px 0px 40px;
}
dl.qa dt {
text-indent: -2.0em; 
padding: 0 10px 0px 40px;
}
dl.qa dt {
margin: 20px 20px 0 0;
}
dl.qa dd:first-letter {
font-size: 1.8em;
font-weight: bold;
margin-right: 10px;
padding: 5px;
}
dl.qa dt:first-letter {
font-size: 1.3em;
font-weight: bold;
margin-right: 10px;
padding: 5px;
}
dl.qa dd {
margin: 15px 0 40px 0;
padding-bottom: 20px;
border-bottom: solid 1px #aaa;
}
dl.qa dt:first-letter {
color: #036eb8;
}
dl.qa dd:first-letter {
color: #ff6767;
}

/*ライフライン取次サービス*/

#lifeline .truble-new {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
	margin: 0 auto 100px;
}

#lifeline .truble-new .lifeline-li {
	width: 40%;
	float: none!important;
	margin: 0;
}

#lifeline .truble-new li.lifeline-li:nth-child(n+3) {
	margin-top: 40px;
}

#lifeline .truble-new:after {
    content: none!important;
}

.service_list01.service_list01-2 ul {
    display: flex;
	justify-content: space-between;
	left: inherit;
}


