@charset "UTF-8";


/* =================================================

	共通設定
	
================================================= */
sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
	left: 0.4ex;
	padding-right: 0.8ex;
}

img {
	vertical-align: top;
}

i{
	font-style: italic;
	padding-right: .5rem;
}


/* .support-head
------------------------------------------------- */
.support-head {
}

.support-head .support-ttl {
	padding: 18px 2.5% 23px;
	font-size: 4rem;
	font-weight: 900;
	color: #555;
	border-top: 5px solid #000;
	background-color: #eee;
}

.support-nav {
	margin-top: 55px;
	font-size: 1.6rem;
	font-weight: normal;
}
.support-nav .nav-in {
	text-align: center;
}
.support-nav .nav-in li {
	display: inline-block;
	padding: 0 5px;
	box-sizing: border-box;
}
.support-nav .nav-in li a{
	display: block;
	width: 195px;
	padding: 15px 5px;
	border: 5px solid #b5b5b5;
	color: #010101;
}
.support-nav .nav-in li a.paragraph{
	padding: 26px 5px;
}



/* .support-wrap
------------------------------------------------- */
.support-wrap {
	margin-top: 65px;
}
.support-sect {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.support-sect-last {
	border-bottom-width: 0;
}
.support-inner {
	margin: 0;
	min-width: inherit;
}

.support-sect-ttl{
	clear: both;
	margin-top: 25px;
	padding: 3px 0 3px 17px;
	font-size: 2.4rem;
	font-weight: 900;
	background-color: #000000;
	color: #ffffff;
}	
.support-sect-border {
  overflow: hidden;
}
.support-sect-border .text {
  margin: 40px 30px;
  float: left;
}

.window-annotation{
	font-size: 1.2rem;
	font-weight: 900;
	text-align: left;
	color: #777;
	margin: 5px auto 0;
}
.support-contact{
	margin-top: 25px;
}
.support-contact-ttl{
	font-size: 3rem;
	font-weight: 300;
	color: #000;
}
.support-contact-txt{
	font-size: 1.6rem;
	font-weight: normal;
	color: #535353;
}
.support-contact-btn{
	font-size: 1.8rem;
	font-weight: 300;
}
.support-contact-annotaiton{
	width: 100%;
	text-align: right;
}
.support-content-list{
	text-align: center;
}
.support-content-list-img{
 margin: 30px 0px 10px 0px;
}
.support-explain{
		margin-top: 50px;
		padding: 0;
	}
	.support-explain-ttl{
		font-size: 1.5rem;
	}

/*
.clrBtn + .window-annotation{
	max-width:196px;
}
*/

/*-- flex縦並び --*/
.flexColumn{
	display:flex;
	flex-flow:column nowrap;
}
.flexColumn__separateT{
	flex:0 1 auto;
	display:flex;
	justify-content:center;
}
.flexColumn__separateT_side{
	justify-content:space-between;
	overflow:hidden;
}
.flexColumn__separateT_side__ttl{
	float:left;
	padding-right: 10px;
}
.flexColumn__separateT_side__box{
	float:right;
	align-self: center;
}
.flexColumn__separateB{
	flex:1 1 auto;
	display:flex;
	flex-flow:column nowrap;
	justify-content:space-between;
}
/*-- flex横並びエリア 3カラム用 --*/
.flexArea{
	clear:both;
	display:flex;
	flex-flow:row wrap;
	border-top:1px solid #ccc;
	position:relative;
}
.flexArea:after{
	content:"";
	height:1px;
	width:100%;
	background-color:#ccc;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.flexArea__blc-wrap{
	width:calc((99.9% / 3) - 1px);
	max-width:calc((99.9% / 3) - 1px);
	flex:0 1 calc((99.9% / 3) - 1px);	
	margin:0;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:15px 1.5% 25px;
	box-sizing:border-box;
	float:left;
}
.flexArea__blc-wrap:nth-of-type(3n){
	border-right:0 solid #ccc;
	width:33.3%;
	max-width:33.3%;
	flex:0 1 33.3%;
}
.flexArea__blc-wrap:nth-of-type(3n+1){
	clear:left;
}
.flexArea__blc{
	display:flex;
}
.flexArea__blc__inr{
	display:flex;
	width:100%;
	float:left;
}

.flexArea__ttlPos{
	position:absolute;
	left:0;
	right:0;
	top:-0.7em;
	margin:auto;
	background-color:#999;
	color:#fff;
	font-weight:900;
	width:30%;
	text-align:center;
	z-index:10;
}

/*-- 緑ベタ塗りボタン --*/
.btn{
  margin:  40px 30px;
	display: inline-block;
	text-align: center;
  float: right;
}
.clrBtn{
	background:#028330 url(../../images/16b/icon_arw.png) 10px center no-repeat;
	background-size: 22px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:10px 5px 12px 40px;
	margin:0 auto;
	width: auto;
	box-sizing:border-box;
	font-size: 1.6rem;
	font-weight: 300;
}
.clrBtn__blank{
	display: block;
	background: url(../../images/16b/icon_blank.png) right center no-repeat;
	background-size: 11px;
}
.clrBtn__inr {
  padding-right: 15px;
}
.clrBtn_large{
	min-width:346px;
	max-width: none;
	margin:0;
	background-position: 10px center;
}
.clrBtn_radius{
	border-radius:4px;
}
.clrBtn:hover{
	text-decoration:none;
}

.notice {
  clear: both;
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f6f6f6;
  color: #898989;
  font-size: 1.1rem;
}
.notice-1 {
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.notice-2 {
  margin: 30px 20px;
}
.notice-2 li {
  margin-top: 20px;
}
.notice-2 li:first-child {
  margin-top: 0;
}
.notice-2 span {
}

.sp {
  display: none;
}

/*-- 角丸コンテンツボックス --*/
.cntBoxR{
	border:1px solid #dcdadb;
	border-radius:4px;
	overflow:hidden;
	position:relative;
	padding:30px 38px;
	box-sizing:border-box;
}
.cntBoxR_New:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	left:1px;
	top:1px;
	border-radius:4px 0 0 0;
	border: solid transparent;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #d20000;
	border-left-color: #d20000;
	border-width: 27px;
	pointer-events: none;
}	
.cntBoxR_New:after {
	content: "NEW";
	height: 3em;
	width: 3em;
	position: absolute;
	left:10px;
	top:6px;
	color:#fff;
	transform:rotate(-45deg);
	transform-origin:center;
	font-size:0.75rem;
	font-weight:300;
}

.annotation-all {
	margin-left: 50px;
	margin-right: 50px;
}
.support-annotation {
	clear: both;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	font-weight: normal;
	color: #898989;
}
.asterisk {
	text-indent: -0.9em;
	padding-left: 0.9em;
}
.notation {
	text-indent: -1.4em;
	padding-left: 1.4em;
	margin-top: 15px;
}
.notation-red{
	padding-left: 1.8rem;
	text-indent: -0.9em;
	color: #ff0000;
	margin-top: 10px;
}

.mgt5 {
	margin-top: 5px;
}

.bscs4k-aside{
	padding: 50px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 190px;
}
.bscs4k-aside_head{
	position: absolute;
	left: 0;
	right: 0;
	top: -155px;
	text-align: center;
}
.bscs4k-aside_ttl{
	margin: -51px -51px 40px;
	background-color: #1e969f;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
	color: #fff;padding: 10px;
}

.bscs4k-aside_txt{
	margin-bottom: 80px;
}

.bscs4k-aside_order{
	position: relative;
	padding-left: 80px;
}
.bscs4k-aside_order::before{
	content: "";
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	background-color: #000;
}
.bscs4k-aside_order_list{
	color: #1e969f;
	position: relative;
	margin-bottom: 50px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 50px;
}
.bscs4k-aside_order_list::before{
	content: "1";
	position: absolute;
	left: -80px;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	line-height: 1.1;
}

.bscs4k-aside_order_list:nth-of-type(1)::before{
	content: "1";
}
.bscs4k-aside_order_list:nth-of-type(2){
	margin-bottom: 470px;
}
.bscs4k-aside_order_list:nth-of-type(2)::before{
	content: "2";
}
.bscs4k-aside_order_list:nth-of-type(3){
	margin-bottom: 295px;
}
.bscs4k-aside_order_list:nth-of-type(3)::before{
	content: "3";
}
.bscs4k-aside_order_pos{
	position: absolute;
	left: 0;
	right: 0;
	top: 3.2em;
	margin: auto;
	text-align: center;
}
.bscs4k-aside_order_pos.-left{
	text-align: left;
}
.bscs4k-aside_order_list:nth-of-type(3) .bscs4k-aside_order_pos{
	top: 4em;
}
.bscs4k-aside_order_small{
	padding-bottom: 20px;
	font-size: 1.3rem;
	font-weight: 300;
	color: #ee0000;
	text-align: left;
}

.bscs4k-aside_img{
	position: relative;
	padding-left: 80px;
}

/* SP
------------------------------------------------- */
@media screen and (max-width:640px){
	
	
	/* #container
	------------------------------------------------- */
	#container {
    margin-top: 0;
	}
		
	/* .support-head
	------------------------------------------------- */
	.support-head {
	}

	.support-head .support-ttl {
		padding: 10px 4% 15px;
		font-size: 1.9rem;
		border-top-width: 3px;
		border-bottom-width: 1px;
	}

	.support-nav {
		margin-top: 25px;
		font-size: 1rem;
	}
  .support-nav .nav-comment{
    margin: 0 15px;
    font-size: 1.5rem;
    color: #555555;
  }
	.support-nav .nav-in {
		margin: 18px 10px 0;
    text-align: left;
	}
	.support-nav .nav-in li {
		padding: 0 5px 10px;
		width: 50%;
		float: left;
    position: relative;
	}
  .support-nav .nav-in li::after {
    content: url(../../images/icon_anchor.png);
    position: absolute;
    top: 20px;
    right: 13px;
  }
	.support-nav .nav-in li a{
		width: 100%;
		padding: 10px 5px;
		border-width: 2px;
		font-size: 1.1rem;
		box-sizing: border-box;
	}
  .support-nav .nav-in li a.paragraph{
		padding: 17px 5px;
  }
	
	/* .support-wrap
	------------------------------------------------- */
	.support-wrap {
		margin-top: 25px;
	}
	.support-sect {
		max-width: none;
		margin-top: 25px;
		padding-bottom: 10px;
		border-bottom-width: 0;
	}
	.support-inner {
		margin: 0 15px;
		padding: 0;
	}

	.support-sect-ttl{
		margin: 0 0 0;
		padding: 2px 0 2px 9px;
		font-size: 1.7rem;
		text-align: center;
	}
	
	.support-sect-border {
    margin-bottom: 35px;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
  }
  
  .support-sect-border .text {
    margin: 20px 15px;
    float: none;
    font-size: 1.5rem;
  }
.support-contact{
		margin-top: 0;
	}
	.support-contact-ttl{
		font-size: 1.5rem;
	}
	.support-contact-txt{
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.support-contact-btn{
		margin-top: 10px;
		font-size: 1.8rem;
		font-weight: 300;
	}
	.support-contact-annotaiton{
		text-align: left;
	}		
	.support-content-list-img{
		width: 360px;
		margin: 0 auto;
		flex: 0 1 76px;
	}
	
	.support-explain{
		margin-top: 20px;
		padding: 0;
	}
	.support-explain-ttl{
		font-size: 1.4rem;
	}
	
/*-- flex縦並び --*/
	.flexColumn__separateT{
		justify-content:center;
		flex-flow: column nowrap
	}
	.flexColumn__separateT_side{
		justify-content:flex-start;
	}
	.flexColumn__separateT_side__ttl{
		float:none;
		padding-right: 0;
	}
	.flexColumn__separateT_side__box{
		float:none;
		align-self: center;
		width: 100%;
		margin-top: 10px;
	}
	
	/*-- flex横並びエリア 3カラム用 --*/
	.flexArea{
		border-top-width:0;
	}
	.flexArea__blc-wrap{
		width:100%;
		max-width:100%;
		flex:0 1 100%;
		border-right-width:0;
		padding:10px 1.5% 15px;
		float:none;
	}
	.flexArea__blc-wrap:nth-of-type(3n){
		width:100%;
		max-width:100%;
		flex:0 1 100%;
	}
	.flexArea__blc{
	}
	/*-- 緑ベタ塗りボタン --*/
	.btn{
    margin: 27px 24px;
    float: none;
		display: block;
	}
	.clrBtn{
		background-image:none;
		padding:14px 10px 14px 10px;
		margin:5px auto 0;
		font-size: 1rem;
		margin-top: 15px;
  	width: 100%;
	}
	.clrBtn_large{
		min-width:0;
		max-width: 100%;
		width: 100%;
		margin:0;
		background-position: 10px center;
	}
	.clrBtn__inr{
		background: url(../../images/16b/icon_arw.png) left center no-repeat;
		background-size:11px;
		padding-left: 15px;
    font-size: 1.2rem;
	}

  .sp {
    display: block;
  }
	
/*-- 角丸コンテンツボックス --*/
	.cntBoxR{
		border-width:0;
		border-bottom-width:1px;
		border-radius:0;
		padding:20px 0 15px;
	}
	
	.bscs4k-aside{
		padding: 10px;
		margin-top: 15.5vw;
	}
	.bscs4k-aside_head{
		top: -15.5vw;
	}
	.bscs4k-aside_ttl{
		margin: -11px -11px 20px;
		font-size: 1.2rem;
		padding: 5px;
	}

	.bscs4k-aside_txt{
		font-size: 1.2rem;
		margin-bottom: 40px;
	}

	.bscs4k-aside_order{
		padding-left: 35px;
	}
	.bscs4k-aside_order::before{
		left: 12px;
	}
	.bscs4k-aside_order_list{
		margin-bottom: 40px;
		height: 25px;
		font-size: 1.2rem;
	}
	.bscs4k-aside_order_list::before{
		left: -35px;
		width: 25px;
		height: 25px;
		font-size: 2rem;
	}

	.bscs4k-aside_order_list:nth-of-type(1)::before{
	}
	.bscs4k-aside_order_list:nth-of-type(2){
		margin-bottom: 65vw;
	}
	.bscs4k-aside_order_list:nth-of-type(2)::before{
	}
	.bscs4k-aside_order_list:nth-of-type(3){
		margin-bottom: 45vw;
	}
	.bscs4k-aside_order_list:nth-of-type(3)::before{
	}
	.bscs4k-aside_order_pos{
	}
	.bscs4k-aside_order_pos.-left{
	}
	.bscs4k-aside_order_list:nth-of-type(3)	.bscs4k-aside_order_pos{
		top: 6em;
	}
	.bscs4k-aside_order_small{
		font-size: 1rem;
		padding-bottom: 10px;
	}

	.bscs4k-aside_img{
		padding-left: 40px;
	}	
	
	
}