@charset "EUC-JP";

/***********************************

??hack???
??Internet Explorer 6????
* html .hogehoge{}

??Internet Explorer 7????
*+html .hogehoge{}

??Internet Explorer 8????
html>/????/body .hogehoge{
	???????/??\????/ : ??\9;
}
???????????????????????????????????


***********************************/

@import "base.css";

h2 {
  margin-bottom: 5px;
}

h4 {
  margin-bottom: 10px;
}

#application h4 {
  margin-bottom: 0;
}

#contents div.center {
  text-align: center;
}

#contents a.arrow {
  padding-left: 12px;
  background-image: url("../join/img/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: left 3px center;
}

#contents div.box {
  padding: 0 60px;
  margin-bottom: 20px;
}

#contents dl.support_left {
  float: left;
  width: 420px;
}

#contents dl.support_right {
  float: right;
  width: 420px;
}

#contents dl.support_left dt,
#contents dl.support_right dt {
  margin-bottom: 5px;
}

#contents dl.support_left dd,
#contents dl.support_right dd {
  border-bottom: 1px #cccccc solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#contents dl.support_left a,
#contents dl.support_right a {
  padding-left: 12px;
  background-image: url("../join/img/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: left 3px center;
}

#contents ul.merit{
	margin: 0 0 10px 0;
	/* display: flex;
	justify-content: flex-start;
	flex-wrap: wrap; */
}

#contents ul.merit li{
	/* width: 50%; */
	margin-bottom: 0.2em;
	padding-right: 0.5em;
	box-sizing: border-box;
}
#contents ul.merit li a{
	display: block;
	text-indent: -5em;
	margin-left: 5em;
}
#contents ul.merit li span{
	margin-right: 1em;
}

#contents div.company {
  float: left;
  overflow: hidden;
  margin: 30px 0 20px 70px;
}

#contents div.company img {
  margin-left: 5px;
}

#contents h4.item {
  font-weight: bold;
  font-size: 130%;
  margin-left: 170px;
  clear: both;
}

#contents ul.application {
  overflow: hidden;
  margin-left: 170px;
  margin-bottom: 20px;
}

#contents ul.application li {
  float: left;
  width: 220px;
}

#contents ul.application li.appright {
  width: 380px;
}

#contents ul.attention {
  padding: 0 180px 0 190px;
  margin-bottom: 20px;
}

#contents ul.attention li {
  text-indent: -1em;
  margin-left: 1em;
}

/* ????????
*********************************************************************/
* html #contents ul.support li {
  margin: 0 23px 10px 0;
}

* html #contents ul.support li.download a,
* html #contents ul.support li.zbrain a,
* html #contents ul.support li.advice a,
* html #contents ul.support li.specialist a {
  width: 385px;
  padding-top: 100px;
  height: 109px;
}

* html #contents ul.support a {
  padding-bottom: 15px;
}

* html #contents ul.support li.support a {
  width: 190px;
  padding-bottom: 17px;
}

* html #contents ul.support li.website a {
  width: 190px;
  padding-bottom: 21px;
}

* html #contents ul.support li.reins a {
  margin-left: 12px;
  width: 190px;
  padding-bottom: 17px;
}

* html #contents ul.support li.tool a {
  width: 190px;
  padding-bottom: 40px;
}

* html #contents ul.support li.support,
* html #contents ul.support li.website,
* html #contents ul.support li.reins,
* html #contents ul.support li.tool {
  margin: 0 8px 10px 0;
}

/* ??????
*********************************************************************/
@media screen and (max-width: 949px) {
  #contents .inbox {
    padding: 0.8rem 0.5rem !important;
  }
  #contents h4 {
    font-weight: bold;
    color: white;
    background-color: #666;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }
  #contents dl {
    width: 100% !important;
  }
  #contents dt img {
    max-width: 100%;
  }
  #contents dd img {
    display: none;
  }
  #contents dl.support_left a,
  #contents dl.support_right a {
    font-size: 0.7rem;
  }
  #contents dl dt {
    margin: 1rem 0;
    padding: 0.2rem;
    border: 2px solid #eee;
  }
  #contents dl dt:after {
    content: "touch! ??";
    display: block;
    text-align: center;
    text-decoration: underline;
  }
  #contents .radioboxbutton {
    text-align: center;
    text-decoration: underline;
    padding: 0.8rem 0.5rem;
    color: white;
    background-color: rgb(111, 169, 207);
    border: 2px solid #eee;
    border-radius: 0.2em;
    box-shadow: 0em 0.1em 1em 0.1em rgb(255 255 255 / 25%) inset;
  }
  #contents ul.merit{
		flex-direction: column;
	}

	#contents ul.merit li{
		width: auto;
		padding-right: 0;
	}
	#contents ul.merit li a{
		text-indent: -5em;
		margin-left: 5em;
	}

  #contents .flow > p {
    position: relative;
    color: #555;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 0.3rem;
    border: 1px solid #eee;
    border-radius: 0.5em;
	margin-bottom: 1.5rem;
    box-shadow: 0em 0.1em 1em 0.1em rgb(255 255 255 / 15%) inset;
  }

  #contents .flow > p:not(:last-child):after {
	  content: '';
	  position: absolute;
	  right: calc(50% - 0.6rem);
	  bottom: -1.5rem;
	  width: 0;
	  height: 0;
	  border: 0.5rem solid transparent;
	  border-top: 0.5rem solid #666;
  }

  #contents .flow > p > span {
    font-weight: normal;
    display: block;
    text-align: left;
  }
}
