@charset "utf-8";
/* CSS Document */

.wrap {
width: 100%;
margin: auto;
}

/* ---------------------------------- Index Uniq CSS ---------------------------------- */

.top {
text-align: center;
}

/* ====================
enterprise
=====================*/

.enterprise {
	text-align: left;
}

.enterprise dl {
	padding: 0.25em;
	text-align: justify;
}
.enterprise dt {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
.enterprise dd {
	font-size: 0.875em;
	line-height: 1.8;
	color: #696969;
}
.enterprise dd.cont-link-text {
	font-size: 0.75em;
}
.enterprise .movie-wrap {
    max-width: 100%;
    position: relative;
    padding-bottom: 56.2%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
    margin: 0 auto 0.5em;
}

.enterprise .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.enterprise iframe{
pointer-events: auto;
}

/* ====================
.monster bnr
=====================*/

.monster_bnr {
width: calc(100% - 16px);
margin: auto auto 2em;
padding-top: 0;
text-align: center;
}

.monster_bnr .css {
box-sizing: border-box;
box-shadow: 0px 0px 2px 2px #eeeeee;
-moz-box-shadow: 0px 0px 2px 2px #eeeeee;
-webkit-box-shadow: 0px 0px 1px 1px #efefef;
}

.monster_bnr .css dt {
	font-size: 1.5em;
	color: #a50000;
	padding-top: 1em;
}
.monster_bnr .css dd {
	font-size: 0.95em;
	margin-bottom: 2em;
	padding: 0 10px;
	color: #000;
}

.monster_bnr .css img {
width: 240px;
display: block;
margin: 0 auto 2em;
}

.monster_bnr .css p {
font-size: 0.83em;
background-color: #3baf29;
color: #fff;
padding: 9px 10px 7px;
line-height: 1.5;
}

.monster_bnr .css p span {
display: inline-block;
/*vertical-align: bottom;*/
line-height: 1.5;
}

.monster_bnr .css p span .tel {
display: inline;
font-size: 1.5em;
}
.monster_bnr .css p span .material-icons {
    padding: 0;
    vertical-align: bottom;
    font-size: 20px;
}
.monster_bnr .css dt,
.monster_bnr .css dd,
.monster_bnr .css p {
font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", serif;
font-weight: bold;
line-height: 1.8;
}

.monster_bnr .css a {
display: block;
color: #fff;
}

.monster_bnr .css a:hover {
text-decoration: none;
opacity: 0.8!important;
color: #fff;
}

/* ====================
bnner softbank
=====================*/

.bnr_softbank-link {
	display: block;
}
.bnr_softbank-link:hover {
	opacity: 0.8;
	text-decoration: none;
}

.bnr_softbank {
	display: table;
	width: calc(100% - 16px);
	margin: auto auto 50px;
	background: url(/img/index/bnr_softbank/bg.png) no-repeat 1% 0;
	background-size: 20.8984375vw;
	border: 1px solid #757575;
	box-sizing: border-box;
	height: 0;
	padding-bottom: 0px;
	/* box-shadow: 0px 0px 2px 2px #eeeeee; */
	-moz-box-shadow: 0px 0px 2px 2px #eeeeee;
	/* -webkit-box-shadow: 0px 0px 1px 1px #eeeeee; */
}

.bnr_softbank h3,
.bnr_softbank p {
	font-size: 1.5em;
	display: table-cell;
	vertical-align: middle;
	padding: 0.65em 1vw;
	padding-left: 0;
}
.bnr_softbank h3 {
	text-align: left;
	padding: 0 0.5em 0em 9em;
	font-size: 2.445vw;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
	letter-spacing: -0.4px;
}

.bnr_softbank h3 span.sub-txt {
	display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #ddd;
  background-color: #222;
  padding: 0.5em 0.5em;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .bnr_softbank h3 span.sub-txt { padding-top:0.8em; } /* IE11 */
}
.bnr_softbank h3 span.block {
	display: block;
}
.bnr_softbank img {
	width: 22.4609375vw;
	height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.bnr_softbank h3 span.sub-txt {
		margin-bottom: 0.25em;
	}
}

/* ====================
title
=====================*/

.bulet {
  color:#333333;
  text-decoration: none;
}

.bulet:hover {
  color:#CC0000;
  text-decoration: underline;
}

.bulet:before {
content:"»";
font-weight: bold;
font-size: 1.2em;
color: #CC0000;
padding-right: 0.40625em;
}

.cont-link-text {
text-align:right;
width:100%;
margin:auto;
font-size:0.75em;
font-weight:bold;
padding: 0.4em 0;
}

/* ====================
.pickup-pro
=====================*/

.pickup-pro {
width: calc(100% - 8px);
margin: 0 auto;
}

.pickup-pro li{
text-align: left;
}

.pickup-pro li img{
width: 100%;
margin-bottom: 0.5em;
height: auto;
}
.pickup-pro li dl {
padding-left: 0.25em;
}
.pickup-pro li dt{
/*margin-bottom: 14px;*/
margin-bottom: 5px;
line-height: 1.5;
font-size: 0.75em;
font-weight: bold;
}
.pickup-pro li dt span{
font-size: 1.25em;
display: block;
}
.pickup-pro li dd{font-size: 0.75em;color: #696969;}
.badge {
position: relative;
}
.badge-txt {
position: absolute;
top: 0;
left: 0;
display: inline-block;
text-align: left;
padding: 0;
padding-top: 5px;
background-color: #222;
padding-bottom: 3px;
padding-left: 5px;
padding-right: 5px;
color: #ddd!important;
font-weight: bold;
}
/* ====================
.purpose-pro
=====================*/
.purpose-pro {
    width: calc(100% - 8px);
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
}

.purpose-pro li img {
	width: 100%;
}
.purpose-pro li a {
	position: relative;
	display: block;
	font-size: 1em;
}

.purpose-pro li a div {
	margin: auto;
	padding: 0.5em 0 10px;
	padding-left: 1em;
	 /* IE9, 10 */
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	margin-top: -1px;
	height: auto;
}
.purpose-pro li#bnr-athlete a div {
background-color: rgba(21, 68, 134,1.0);
}
.purpose-pro li#bnr-case a div,
.purpose-pro li#bnr-scene a div {
background-color: rgba(35,171,193,0.7);
}

.purpose-pro li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	color: #ab2929;
	text-decoration: none;
}
.purpose-pro li a:hover .bulet {
	text-decoration: none;
	color: #fff;
}

.purpose-pro .bulet:before {
    content: "»";
    font-weight: normal;
    font-size: 1.2em;
    color: #ffffff;
    padding-right: 0.40625em;
}

.purpose-pro p {
	line-height: 1.8;
	text-align: left;
	padding-right: 1em;
	font-size: 0.75em;
	font-weight: normal;
}

/* ====================
.col-2
=====================*/

.sub-pickup-pro {}

.col-2 li {
text-align: left;
}

.col-2 img {
	width: 100%;
	margin-bottom: 0.5em;
}

/* ====================
.pro-attention
=====================*/
.pro-attention {
font-size: 0.75em;
font-weight: bold;
border:2px solid #000;
line-height: 1.5;
box-sizing: border-box;
text-align: center;
padding: 10px;
width: calc(100% - 16px);
margin: 0 auto;
clear: both;
}

/* ====================
.news
=====================*/

.news-area {
width: 90%;
margin: auto;
}

ul.news {
color: #333;
margin-bottom: 1.8em;
}

.news li {
padding: 0.5em 0;
font-size: 0.875em!important;
border-bottom: none!important;
line-height: 2em!important;
}

.news li a {display:table;}

.news li span {
float: none;
width: 133px;
display: table-cell;
text-align: left;
line-height: 1.8;
color: #999;
}

.news li span + span {
color: #333;
width:auto;
}

.news li a:hover {
text-decoration: none;
color: #ab2a2a;
}

.news li a:hover span {
color: #ab2a2a;
}

/* ====================
.pickup-cont
=====================*/

.pickup-cont{
width: 90%;
padding: 10px 0;
margin: 2.8125em auto 1.640625em;
text-align: left;
}

.pickup-cont li{
font-size: 12px;
line-height: 1.5em;
margin-bottom: 1.8em;
}

.pickup-cont li img {
width: 100%;
margin-bottom: 0.5em;
}


/* ====================
column style
=====================*/

.col {
}

.col-2 {
float: left;
margin: 0 8px 1.8em;
width : 49%;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/2 - 16px)!important;
width: calc(100%/2 - 16px)!important;
}

.col-3 {
float: left;
margin: 0 8px 1.8em;
width : 33%;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/3 - 16px)!important;
width: calc(100%/3 - 16px)!important;
}

@media only screen and (max-width:767px) {
	.col-3 {
	margin: 0 4px 1.8em;
	width : -webkit-calc(100%/3 - 8px)!important;
	width: calc(100%/3 - 8px)!important;
	}
	.purpose-pro li a div {
    padding-left: 0.5em;
    }
    .purpose-pro p {
    line-height: 1.5;
    padding-right: 0.5em;
	}
}

.col-4{
float: left;
margin: 0 4px 1.8em;
width : 248px ;  /* IE8以下とAndroid4.3以下用フォールバック */
width : -webkit-calc(100%/4 - 8px)!important;
width: calc(100%/4 - 8px)!important;
}
