/* CSS Document */

@charset "UTF-8";

/* -----------------------------------------
	サポートの製品選択
----------------------------------------- */
.bizhead{
	color: #fff;
}

#initial-setting{
	background: #fc0f3a;
}

#initial-setting .bg-haguruma{
	background:url(../images/bg-haguruma.png) no-repeat 700px 0;
}

#initial-setting .bg-spanner{
	background: url(../images/bg-spanner.png) no-repeat 135px 5px;
}
.select_box .box {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.select_box .box:first-child {
  padding-top: 0;
}
.select_box .select_block {
  display: none;
}

.select_block {
  padding-bottom: 0;
}

.select {
  font-size: 0;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 0;
  width: 100%;
}
.select:last-child {
  margin-right: 0;
}
.select > span {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.select > li {
  position: relative;
  width: 19.3%;
  margin: 0 5% 30px 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #000;
  height: 150px;
  /* box-shadow: 0px 6px 0px black; */
  box-shadow: 0 7px rgba(0,0,0,0.4);
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
}
.select > li:hover{
	box-shadow: 0px 0 0px black;
	box-shadow: 0px 0px 0px #cacaca;
  	top: 5px;
  	/*opacity: 0.7;*/
}
.select > li:last-child {
  margin-right: 0;
}

.select > li a {
  display: inline-block;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  color: #323232;
  padding-top: 36px;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
	line-height: 1.2;
	  padding-right: 20px!important;
}
.text-link-pdf:after {
	top: -15px;
}
a:hover,
.text-link-pdf:hover {
	opacity: 1!important;
}
.select > li.is-active {
  border: 1px solid #f2b3b9;
  background-color: #fee7e9;
}
.select > li .faq_block {
  display: none;
  margin: 0 0 40px 0;
}
.text-link-pdf:after{
	width: 22px;
	height: 19px;
}


.select > li.non_active {
  border: 1px solid #aaa;
}
.select > li.non_active .icon_check {
  background-image: none !important;
}
.select > li.non_active:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  cursor: default;
}

.select3 > li, .select3 > li:last-child {
  width: 47.5%;
}

.select3 > li:nth-child(2),
.select3 > li:last-child {
  margin-right: 0;
}

.js-searcharea .clearfix {
  font-size: 0;
}
.js-searcharea .select {
  width: 48%;
  display: inline-block;
}
.js-searcharea .select .item {
  width: 100%;
}

.select_faq {
  margin-bottom: 0;
}
.select_faq > li {
  padding: 5px 15px 5px 45px;
  width: 32%;
  margin-bottom: 20px;
  display: table;
  height: 60px;
}
.select_faq > li:nth-child(3n) {
  margin-right: 0;
}
.select_faq > li a {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  /* -----------------------------------------
  	サポートの製品選択
  ----------------------------------------- */
  #initial-setting .bg-haguruma{
	background: url(../images/bg-haguruma.png) no-repeat 99% 40px;
	background-size: 88px 73px;
  }

  #initial-setting .bg-spanner{
	background: url(../images/bg-spanner.png) no-repeat 5% 60px;
	background-size: 64px 59px;
  }
  
  #initial-setting h1.text-huge{
  	font-size: 24px !important;
	line-height: 1.5 !important;
  }
  
  #initial-setting h1 span:after{
	top: 0;
  }
  
  .select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .select:last-child {
    margin-bottom: 0;
  }
  .select > li:hover{
	opacity: 1;
  }
  .select3 > li > a > span {
    font-size: 20px;
  }
  .text-link-pdf:after{
	width: 1.2em;
	height: 1.2em;
  }
  .select .item {
    width: 100%;
    display: inline-block;
  }

  .item.item_move.item_block #contact_A, .item.item_move.item_block #contact_B, .item.item_move.item_block #contact_C, .item.item_move.item_block #contact_D, .item.item_move.item_block #contact_E {
    display: inline-block;
  }

  .select3 > li, .select3 > li:last-child{
  	width: 100%;
	height: auto;
  }
  
  .select > li a{
  	padding: 22px 0;
  }
  
  .js-searcharea .select {
    width: 100%;
  }
}
/* iphone5 iphoneSE用 */

/**  ▼▼202409追加▼▼  **/
h1 img {
    width: 380px;
    position: relative;
	margin-right: 90px;
	z-index: 2;
}
h1 span {  position: relative;  }
h1 span:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    position: relative;
    top: 0;
    margin-right: 15px;
    background-image: url(../images/bg-icon-beginner.png);
}
.fs_l {
    font-size: 30px!important;
    font-weight: 700;
}
h1 {  position: relative;  }
h1::before{	
    display: block;
    content: "";
    position: absolute;
	top: 30%;
    left: 0;
    width: 195px;
    height: 195px;
	background-image: url(../images/bg-spanner.svg);
	background-repeat: no-repeat;
	background-position: center;	
}
h1::after{
    display: block;
    content: "";
    position: absolute;
	top: -83px;
	right: 2%;
    width: 250px;
    height: 250px;
	background-image: url(../images/bg-haguruma.svg);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
li a span.text-link-pdf::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 15px;
    height: 17px;
    margin-top: -7px;
    background-image: url(../images/link.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 979px) {
	h1::before{	
		right: 80%;
		width: 130px;
	}
	h1::after{
		left: 75%;
		width: 180px;
	}
}
@media (max-width: 768px) {
    h1 img {
		width: 80%;
		max-width: 380px;
		margin: 0 auto;
    }
	h1 span:before {
		display: block;
		width: 45px;
		height: 45px;
		top: 10px;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin-right: 0;
	}
	.fs_l {  font-size: 18px!important;  }	
	.l-section.bg_img {
		background-image: url(../images/top_back_sp.svg);
        background-repeat: no-repeat;
        background-position: center 12px;
		background-size: 115%;
	}	
	h1::before,	
	h1::after{  display: none;  }
	
	.select > li a {
		line-height: 1;
	}
}
@media (max-width: 320px) {
	.select > li {  margin-bottom: 20px;  }
}

/**  ▲▲202409追加▲▲  **/