@charset "shift_jis";
.section, .section-num{
	margin-bottom: 0 !important; 
}
#main{
	font-size:1.9rem;
	font-family: YakuHanJP, "Hiragino Sans", Meiryo, "Yu Gothic Medium", sans-serif;
	line-height:1.6;
	text-align:center;
	box-sizing:border-box;
	margin-bottom: 100px;
}
.section{
	width:940px;
	display:block;
	text-align: center;
	margin:0 auto;
	padding-bottom: 50px;
}
.tx-left{
	text-align: left;
}
.tx-bold{
	font-weight: bold;
}
.tx-normal{
	font-weight: normal;
}
.bg-gray{
	background:#f0f0f0;
	margin-top: 30px;
}
.link .flexbox {
	display: flex;
	position: relative;
	max-width: 750px;
	margin: 0 auto 40px;
}
.bg-gray p.tx-bold {
	font-size: 3.8rem;
}
.link .flexbox li a {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 20px;
	padding: 20px 35px;
	display: block;
	border-radius: 25px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.link .flexbox .tx-left a{
	background: rgb(228,73,40);
background: linear-gradient(90deg, rgba(228,73,40,1) 16%, rgba(247,146,30,1) 59%, rgba(241,90,36,1) 100%);
	color: #000000;
}
.link .flexbox .tx-right a{
background: rgb(35,172,153);
background: linear-gradient(90deg, rgba(35,172,153,1) 0%, rgba(138,196,63,1) 100%);
	color: #FFFFFF;
}

/*hover*/

.link.type01 .flexbox li a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration: none;
}

.link.type02 .flexbox li a:hover {
transform: scale(1.1, 1.1);
		text-decoration: none;
}

.link.type03 .flexbox .tx-left a:hover {
background: rgb(35,172,153);
background: linear-gradient(90deg, rgba(35,172,153,1) 0%, rgba(138,196,63,1) 100%);
	color: #FFFFFF;
text-decoration: none;
}
.link.type03 .flexbox .tx-right a:hover {
	background: rgb(228,73,40);
background: linear-gradient(90deg, rgba(228,73,40,1) 16%, rgba(247,146,30,1) 59%, rgba(241,90,36,1) 100%);
	color: #000000;
text-decoration: none;
}

.link.type04 .flexbox .tx-left a {
background: rgb(0,82,165);
background: linear-gradient(90deg, rgba(0,82,165,1) 4%, rgba(229,19,115,1) 36%, rgba(228,73,40,1) 60%, rgba(247,146,30,1) 81%, rgba(241,90,36,1) 100%);
			background-position: 100% 0%;
	background-size: 400%;
}
.link.type04 .flexbox .tx-left a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration: none;
		color: #FFFFFF;
}

.link.type04 .flexbox .tx-right a {
background: rgb(251,55,122);
background: linear-gradient(90deg, rgba(251,55,122,1) 0%, rgba(255,244,119,1) 38%, rgba(138,196,63,1) 64%, rgba(35,172,153,1) 100%);
	background-position: 100% 0%;
	background-size: 400%;
}
.link.type04 .flexbox .tx-right a:hover {
  background-position: 5% 0%;

	text-decoration: none;
		color: #000000;
}
/*text*/

h2{
	display: inline-block;
	font-weight: bold;
	color:#141414;
	font-size:3.8rem;
	padding-top:60px;
	position: relative;
	margin: 80px 0 30px;
}
h2:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:39px;
	height:23px;
	background: url("/promo/telework/images/index_ic03.png") no-repeat;
	top:-13px;
	right: 50%;
	margin-right: -15px;
}
div.toptext{
	display: inline-block;
	font-weight: bold;
	color:#141414;
	font-size:3.5rem;
	padding-top:30px;
	position: relative;
	margin: 0 0 80px;
}
div.toptext:after{
	content:"";
	display:inline-block;
	position:absolute;
	width:39px;
	height:23px;
	background: url("/promo/telework/images/index_ic03.png") no-repeat;
	bottom: -90px;
	right: 50%;
	margin-right: -15px;
}
h2 + p.tx_c {
	font-weight: normal;
}
h3{
	position:relative;
	margin:70px 0 65px;
	color:#005eb3;
	font-weight:bold;
	font-size:2.8rem;
	line-height:1.3;
}
h3:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:98px;
	height:5px;
	border-radius:3px;
	background: #82bd2c; 
	background: -webkit-linear-gradient(left,  #82bd2c 0%,#0ba488 100%); 
	background: linear-gradient(to right,  #82bd2c 0%,#0ba488 100%); 

	bottom:-22px;
	left:50%;
	margin-left:-49px;
}
h3 > span{
	font-size:2rem;
}
.tx-white{color: #ffffff;}
.section > p{
	margin: 0;
	margin-top: 15px;
}
.section > p.tx-bold{
	font-weight: bold;
}
.section > p.font-nomal {
	font-weight:normal;
}
.section > p.small{
	text-align: left;
	font-weight: normal;	
	font-size: 1.3rem;
	margin: 0;
	}
.section > p .red,span.red{
	color:#d02161;
}
.section .list-3clm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 850px;
	margin: 0 auto 30px;
}
.section .list-3clm li{
	width: 28%;
    background-color: #f2f2f2;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px 10px;
}
.section .list-3clm li p{
	font-size: 13px;
	margin: 15px auto 0;
	max-width: 170px;
	font-weight: bold;
}
.section p.pgh-img-01 {
	margin: 40px 0 60px;
}
/* mainV */
.mainV {
background: rgb(228,73,40);
background: linear-gradient(90deg, rgba(228,73,40,1) 0%, rgba(247,146,30,1) 38%, rgba(241,90,36,1) 100%);
}	

/*ロゴエリア*/
.logo_box {
	background-color: #00408f;
	padding: 10px 0;
}
.logo_box .flexbox {
	display: flex;
	
}
.logo_box .flexbox .flexbox li:first-of-type {
	margin-right: 20px;
}
.logo_box > .flexbox{
	width:650px;
	margin: 0 auto;
}
.logo_box > .flexbox ul {
	margin-right: 20px;
}
.logo_box .flexbox p,.logo_box .flexbox a {
	color: #FFFFFF;
	font-size: 23px;
	text-align: center;
}
.logo_box .flexbox a {
	padding-left: 10px;
	position: relative;
}
.logo_box .flexbox a:hover {
	text-decoration: underline;
}
.logo_box .flexbox a:before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	top: 45%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 5px;
	border-color: transparent transparent transparent #ffffff;

}
/* リンクエリア */

.tbl-01{
	font-size: 1.4rem;
	border: solid 2px #999999;
}
.tbl-01 tr:nth-of-type(n+2){
	border-top:  solid 1px #999999;
}
.tbl-01 th{
	background: #cccccc;
	border-right: solid 1px #999999;
}
.tbl-01 td{
	background: #ffffff;
	text-align: right;
}
.tbl-03{
	font-size: 1.2rem;
	border: solid 1px #bfbfbf;
}
.tbl-03 tr:nth-of-type(n+2){
	border-top:  solid 1px #bfbfbf;
}
.tbl-03 thead th {
	background-color: #0062b1;
	color: #FFFFFF;
}
.tbl-03 th{
	background: #d9eeff;
	border-right: solid 1px #bfbfbf;
	color: #0062b1;
	padding: 10px;
}
.tbl-03 td{
	background: #ffffff;
	border-right: solid 1px #bfbfbf;
	padding: 10px;
}
p.tx_c a .small {
	font-weight: normal;
	font-size: 12px;
}
.link-out-01 a {
	background-position: right bottom 6px;
}
/*特長*/
.section .list-2clm-i01 > li {
	width: calc((100% - 45px) / 2);
	margin: 0;
}
.section .list-2clm-i01 > li img{
	margin: 15px 0 20px;
}
.section .list-2clm-i01 > li:first-of-type {
	margin-right: 45px;
}
.section .list-2clm-i01 li p,.section .list-2clm-i01 li li {
	text-align: left;
	font-size: 16px;
}
.section .list-2clm-i01 li p.tx-left{
	font-weight: bold;
	margin-top: 15px;
}
.section .list-2clm-i01 p.tx-bold {
	color: #FFFFFF;
	background-color: #0062b1;
	text-align: center;
	padding: 10px 0;
}
.section .tbl_ttl {
	margin: 20px 0;
}
.section .tx-left.small li{
	font-size: 12px;
}
/* footer
------------------------------------------------- */
#contentsBtm { background:none; max-height:0px; }
#contentsBtm .inner { position:relative; }
.resolution { padding-bottom:6px; }
.pgTopLink  { bottom:0; right:0; position:absolute; }
#contentsBtm .pgTopLink a {color: #3FA0EC;display: block;background: none;padding:0; margin:45px 0 22px;}

#footer { padding:24px 0 12px 0;
	background:#2F2F2F; color:#fff; }
#footer a:link,
#footer a:active,
#footer a:visited { color:#fff; }
#footer a:hover   { color:#75D112; }
#footer #gotop_img {width: 250px;}
@media only screen and (min-width:450px) {
.link ul li > div p.red a {
		pointer-events: none;
	}
	}
@media only screen and (max-width:640px) {
  /* レイアウト関連調整 */
  #footer, .nifty, #footer address, table { width:100% !important; }
  #footer .nifty { margin: 0 auto;} 
  #footer #gotop_img  { float: left; width: 16%;}
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .inner{ margin-top: 0 !important;}
	.link ul li > div p.red a{
	font-size: 2.5rem;
	line-height: 0.5;
}
}
@media only screen and (max-width:360px) {
  #footer address, #footer address .copyright { text-align: center !important;}
  #contentsBtm .resolution{ display:none;}
  #contentsBtm .inner{ margin-top: 0 !important;}
	.link ul li > div p.red a{
	font-size: 2.0rem;
	line-height: 0.5;
}
	.link ul li > div {
    background: url(../telework/images/index_ebook02.png) no-repeat left 13px center/ 30px;
}
}

#footer #gotop_img   { float:left;}
#footer #gotop_img a  { font-size:13px;text-decoration:underline;}
#footer #gotop_img a:hover  { text-decoration:none;color:#fff;}
#footer #ftr_recruit { width:510px; font-size:90%; text-align:center; float:left; }
#footer #ftr_recruit a { text-decoration:underline; color:#fff; }

#footer address    { text-align:right; float:right; }
#footer address a:link,#footer address a:active,#footer address a:visited { text-decoration:underline; }
#footer address a:hover    { text-decoration:none; color:#fff; }
#footer .copyright { font-size:85%; }

/*スライダーの幅*/
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}

/* socialplugins
------------------------------------------------------------------------------------------ */
.socialplugins, .socialplugins-g1 { text-align:center; }
/* sp 
------------------------------------------------------------------------------------------ */
@media only screen and (max-width:640px) {
  #headInfo, #tagline,
  #contentsBtm, #gotop_img   { display:none; }

  #container, .nifty, #main,
  #footer, #footer,
  address, table      { width:100% !important; }
  #header, #headLogo,
  .in                 { width:100% !important; }
  img                 { max-width:100%; height:auto; }
  #read img,
  .inner-in img       { width: 50%; height: 50%; }
  .section            { padding:30px 0; }
  .inner, .inner-r    { width:100% !important; margin-top:1rem !important; float:none !important; }
  address a           { display:block; text-align:center; }
	#main{
		font-size:14px;
		line-height:1.6;
	}
	#main a:link{ 
		text-decoration:none;
	}
	/* mainV */
	.mainV {
		background-size:100%;
		background:none;
	}
	.mainV img{
		margin:0;
	}	
	/*text*/
	h2{
		font-size:2rem;
		padding-top:30px;
		margin: 40px 0 20px ;
	}
	h2:after{
		margin-right: -16px;
		
	}
	div.toptext{
		font-size:1.5rem;
	}
	h3{
		position:relative;
		margin:40px 0 65px;
		color:#005eb3;
		font-weight:bold;
		font-size:1.8rem;
		line-height:1.3;
	}
	h3:before{
		width:90px;
	}
	h3 > span{
		font-size:12px;
	}
	.section > p{
		margin:0;
	}	
	.section > p.small{
		font-size: 1.2rem;
	}
	.btn-01 a {
		font-size:1.2rem;
		padding:15px 10px;
	}
	.btn-01 a:hover{
		background-position:100% 0%;
		filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;
	}
	.btn-02 a{
		padding: 22px 20px;
		font-size: 2rem;
	}
	/* リンクエリア */
	#att{
		padding-bottom: 50px;
	}
	#att img { max-width:auto; width: 100%; }
	
	.lower-main .inner, #contentsBtm .inner, #gnavi .gnavi-inner, #footer .footNavigation, #footer .nifty{
		width: 100%;
		max-width:100%;
	}
	.footer_promo{
		min-width: 100%;
	}
	.kari{
		margin: 0 10px;
	}
		.bg-gray p.tx-bold {
	font-size: 2.0rem;
		margin-top: 10px;
		text-align: center;
}
	.link .flexbox li a {
			font-size: 1.8rem;
		padding: 15px;
	}
		#main .section p {
		margin-bottom: 10px;
		text-align: left;
	}
}
@media only screen and (max-width:750px) {
	#main .section {
		padding: 0 20px;
		width: 90%;
	}
		#main .logo_box{
		padding: 10px;
	}
#main .logo_box > .flexbox {
    max-width: 750px;
	width: 100%;
	align-items: center;
	
}
	#main .logo_box > .flexbox p,#main .logo_box > .flexbox p a {
		font-size: 10px;
	}
	.logo_box .flexbox .flexbox li:first-of-type {
    margin-right: 10px;
}
	#main .section .link > ul li {
     width: 100%;
		max-width: 100%;
}

	#main .section p.pgh-img-01 {
		margin-bottom: 25px;
		text-align: center;
	}
	.section .list-3clm li {
    width: 47%;
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 30px 0;
		margin: 0 0 20px;
}
	.section .list-3clm li p{
		padding: 0 10px;
	}
	.section .list-2clm-i01 {
		padding: 0 15px;
	}
	.section .list-2clm-i01 > li:first-of-type {
     margin-right: 0; 
}
.section .list-2clm-i01 > li {
     width: 100%; 
    margin: 0 0 20px;
}
	.link .flexbox {
		display: block;
	}

}