@charset "utf-8";

#sanfrecce {
	font-size: 16px;
	padding-bottom: 100px;
	overflow: hidden;
}
#sanfrecce a {
	color: #0071bc;
	text-decoration: underline;
}
#sanfrecce a:hover {
	text-decoration: none;
}
#sanfrecce .flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#sanfrecce .red {color: #f00;}
#sanfrecce .purple {color: #51318f;}
#sanfrecce .em {font-weight: bold;}
#sanfrecce .underline {text-decoration: underline;}
#sanfrecce .fs_small {font-size:90%;}
#sanfrecce .fs_large {font-size:110%;}
#sanfrecce .list > li {
  position: relative;
  padding-left: 1.3em;
}
#sanfrecce .list.custom_3 > li {
  padding-left: 3.3em;
}
#sanfrecce .list > li::before,
#sanfrecce .list > li > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#sanfrecce .list.circle > li::before {
  content: "○";
}
#sanfrecce .list.smldot > li::before {
  content: "・";
}
#sanfrecce .list.kome > li::before {
  content: "※";
}
#sanfrecce .list > li + li {
	margin-top: .2em;
}

#sanfrecce .mainimg {
  background: url("../images/bg_mainimg.png") no-repeat center center / cover;
  width: 100%;
	text-align: center;
	padding: 0 0 30px;
  margin: 0 auto 80px;
}
#sanfrecce .maincopy {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
}
#sanfrecce .border-box {
  background: #eeeaf4;
  border: 3px solid #51318f;
	width: 100%;
  max-width: 900px;
  padding: 50px 40px 40px;
  margin: auto;
  position: relative;
}
#sanfrecce .border-box .container {
  width: auto;
  max-width: none;
}
#sanfrecce .border-box .tokuten {
	display: inline-block;
	background: #51318f;
	border-radius: .5em;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: .35em 1.5em;
  position: absolute;
  left: 50%;
  top: -1.25em;
	transform: translateX(-50%);
}
#sanfrecce .border-box + .border-box {
  margin-top: 50px;
}
#sanfrecce .shosai-box dl,
#sanfrecce .shosai-box p {
	text-align: left;
}
#sanfrecce .shosai-box dt {
	color: #51318f;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 1.3em;
}
#sanfrecce .shosai-box dt::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
}
#sanfrecce .shosai-box dd {
	padding: .25em 0 0 1.45em;
}
#sanfrecce .plus_block .plus {
	padding-left: 5em;
}
#sanfrecce .plus_block .list {
	margin-left: 1em;
}

#sanfrecce .bb1 {
	text-align: center;
	margin: auto;
}
#sanfrecce .bb_list li {
	font-weight: bold;
}
#sanfrecce .bb_list li:nth-child(1) {
	color: #1eaa39;
}
#sanfrecce .bb_list li:nth-child(2) {
	color: #51318f;
}
#sanfrecce .bb_list li {
	text-align: left;
}
#sanfrecce .bb_list li > img {
	padding-bottom: 15px;
}
#sanfrecce .bb_list li > span {
	display: block;
}
#sanfrecce .bb_list li span.attent {
	color: #000;
  font-size: 90%;
  font-weight: normal;
  text-indent: -1em;
  margin-left: 1em;
}
#sanfrecce .bb_list li span.attent::before {
  content: '※';
}
#sanfrecce.othercorp .bb1 {
	margin-top: 60px
}
#sanfrecce.othercorp .bb_list {
  padding-top: 0;
}
#sanfrecce .othercorp_tit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 900px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(120deg, #51318f 0%, #2a0f6d 100%);
	border-radius: .5em;
	color: #fff;
	padding: .75em 0;
	margin: 0 auto 30px;
}
#sanfrecce .othercorp_tit::before,
#sanfrecce .othercorp_tit::after {
	content: "";
	width: .85em;
	height: .6em;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
	margin: 0 .35em;
}
#sanfrecce .othercorp_tit + .border-box {
	margin-top: 50px;
}
#sanfrecce .othercorp_bb .othercorp_tit {
	background: linear-gradient(120deg, #5cb531 0%, #097c1c 100%);
}
#sanfrecce .othercorp_bb .bb_list li {
	width: 100%;
	max-width: 640px;
	text-align: center;
}
#sanfrecce .othercorp_bb .bb_list li > span {
	text-align: left;
}
#sanfrecce .b_box {
	width: 87%;
	max-width: 900px;
	color: #1eaa39;
	border: 2px solid #1eaa39;
	padding: 20px;
	margin: 0 auto 60px;
	font-weight: bold;
}
#sanfrecce .b_box_tit {
	font-size: 110%;
	line-height: 1.4;
	margin-bottom: .5em;
}
#sanfrecce .othercorp_bb .b_box {
	color: #0071bc;
	border-color: #0071bc;
	margin-top: -30px;
}

/* closed */
#sanfrecce .closed {
  font-weight: bold;
  color: #f00;
  border: 5px double #f00;
  width: 94%;
  max-width: 900px;
  border-radius: 10px;
	margin: 0 auto 60px;
  font-size: 140%;
  padding: 15px;
}
#sanfrecce .mainimg + .closed {
	margin-top: -40px;
}
#sanfrecce .border-box .closed {
	background: #fff;
	border-width: 4px;
	border-color: #0071bc;
	color: #0071bc;
  font-size: 110%;
	padding: .75em 1em;
	margin: .5em 0 1em;
}
#sanfrecce .flex._closed {
	align-items: flex-end;
}
#sanfrecce .flex._closed > div:first-child {
	width: 43%;
}
#sanfrecce .flex._closed > div.closed {
	width: 57%;
	max-width: none;
  font-size: 100%;
	margin: 0;
	padding: 1em .5em;
}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
@media only screen and (max-width: 960px) {
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
/* スマホ向けのスタイル：960px */
@media only screen and (max-width: 768px) {
	#sanfrecce img{
		max-width: 100%;
		width: auto;
	}
  #sanfrecce .mb30 {
    margin-bottom: 20px;
  }
	#sanfrecce .mainimg {
		padding: 5px 4% 15px;
		margin-bottom: 40px;
	}
	#sanfrecce .maincopy img {
		width: 90%;
		max-width: 550px;
	}
	#sanfrecce {
		padding-bottom: 50px;
		font-size: 14px;
	}
	#sanfrecce .flex {
		flex-direction: column;
		justify-content: center;
	}
	#sanfrecce .border-box {
		border: none;
		border-top: 3px solid #51318f;
		padding: 40px 0 70px;
	}
	#sanfrecce .border-box .container {
		margin: 0;
		padding: 0 4%;
	}
	#sanfrecce .border-box .tokuten {
		font-size: 17px;
	}
	#sanfrecce .border-box + .border-box {
		margin-top: 0;
		padding-bottom: 40px;
	}
	#sanfrecce .shosai-box dt {
		font-size: 16px;
	}
	#sanfrecce .shosai-box dd + dt {
		margin-top: 15px;
	}

	#sanfrecce .bb1 {
		padding: 0 4%;
	}
	#sanfrecce .bb_list {
		padding: 30px 4%;
	}
	#sanfrecce .bb_list li {
		max-width: 432px;
		margin: auto;
	}
	#sanfrecce .bb_list li:first-child {
		padding-bottom: 20px;
	}
	#sanfrecce .bb_list li span {
		padding: 5px 4%;
	}
  #sanfrecce .closed {
		border-width: 3px;
    margin: 0 auto 40px;
    font-size: 110%;
    padding: 5px;
  }
	#sanfrecce .mainimg + .closed {
		margin-top: -20px;
	}
	#sanfrecce.othercorp .bb1 {
		margin-top: 40px
	}
	#sanfrecce .othercorp_tit {
		font-size: 17px;
		line-height: 1.4;
		border-radius: 0;
		padding: .75em;
		margin-bottom: 20px;
	}
	#sanfrecce .b_box {
		border-width: 1px;
		padding: 20px 4%;
		margin-bottom: 30px;
	}
	
	/* closed */
	#sanfrecce .flex._closed {
		align-items: flex-end;
	}
	#sanfrecce .flex._closed > div:first-child {
		width: 100%;
	}
	#sanfrecce .flex._closed > div.closed {
		width: 100%;
  	font-size: 110%;
		margin: .5em 0 0;
		padding: .5em;
	}

	

}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
	.roll_over a:hover > img:nth-child(1) {
		display: none;
	}
	.roll_over a:hover > img:nth-child(2) {
		display: inline;
	}
	#sanfrecce .shosai-box dd + dt {
		margin-top: 20px;
	}
	
	#sanfrecce .bb_list {
		padding: 40px 0 60px;
		display: table;
		margin: auto;
	}
	#sanfrecce .bb_list li {
		display: table-cell;
		width: 432px;
		padding: 0 10px;
	}
	#sanfrecce .bb_list li span {
		padding: 5px 10px;
	}
	#sanfrecce .bb_list li a,
  #sanfrecce .bb1 a {
    transition: .5s;
	}
	#sanfrecce .bb_list li a:hover,
  #sanfrecce .bb1 a:hover {
    opacity: .7;
	}


}