a{
	text-decoration: none;
}
.pc_hide{
	display:none !important;
}
.tax_note{
	text-align: right;
	font-size: 12px;
}
#header {
	background: #FFF;
	height: 100px;
	width: 100%;
	border-top: #0FA2BE 4px solid;
	box-sizing: border-box;
}
#header h1 {
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 5px;
	width: 72%;
	box-sizing:border-box; 
}
.header_wrapper {
	width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header_wrapper .index-lead{
	position: absolute;
	top: 41px;
	left: 184px;
} 
.header_wrapper .index-logo-medal {
	position: absolute;
	top: 41px;
	left: 275px;
	width: 65px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.header_wrapper .index-logo-medal:hover span {
	color: #BDA007;
	transition: all .3s;
}
.header_wrapper .index-logo-medal span  {
	font-size: 9px;
	color: #845500;
	letter-spacing: 0.3em;
	transition: all .3s;
}
.header_wrapper .index-logo-medal img {
	margin-right: 3px;
}
.header_wrapper .tel {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.header_wrapper .tel span {
	display: block;
	font-size: 22px;
	color: #0FA2BE;
	transform: scale(1, 1.3);
	line-height: 1em;
}
.header_wrapper .tel svg { /*フリーダイヤルアイコンのサイズ*/
	height: 25px;
	width: auto;
	margin-right: 5px;
}
.header_wrapper .tel .st0 { /*フリーダイヤルアイコンの色*/
	fill: #0FA2BE;
}
.header_contact {
	font-weight: bold;
	margin-top: 9px;
	width:205px;
	padding-right: 5px;
}
.header_contact p {
	padding-top: 0px !important;
}
.header_contact i {
	margin-right: 3px;
}
.header_contact .title {
	font-size: 10px;
	color: #000;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-bottom: 5px;
}
.header_contact .time {
	font-size: 12px;
	font-family: monospace;
	line-height: 1.2em;
	margin: 3px 0px 2px 0px;
}
.header_wrapper .logo_img {
	position: absolute;
	top: 43px;
	left: 10px;
}
.header_wrapper .top_navi {
	width: fit-content;
	position: absolute;
	right: 210px;
	bottom: 20px;
}
.header_wrapper .top_navi li {
	float: right;
	list-style: none;
	margin: 0px 12px 0px 0px;
	line-height: 1em;
	font-size: 16px;
}
.header_wrapper .top_navi li a {
	color: #0FA2BE;
	font-size: 12px;
	border-bottom: 1px dashed #0FA2BE;
	text-decoration: none;
}
.header_wrapper .top_navi li a:hover {
	color: #e47b9e;
	border-color: #e47b9e;
}
.header_wrapper .top_navi li small {
	font-size: 8px;
}
.special-nav-right {
	display: none;
}
.special .float_menu.sp_none {
	right: calc((100% - 950px) / 2 - 220px);
}
footer {
	margin-top:50px;
	height:100px;
	background:#EFEFEF;
	line-height:100px;
	text-align:center;
	font-size:12px;
}
/*@media screen and (max-width:1280px) {
	.special .float_menu.pc_none {
		display: flex;
	} 
}*/
@media screen and (min-width: 481px){
	.pc_none{
		display:none;
	}
	/*フロートメニュー*/
	.float_menu{
		float:right;
		padding:5px;
		position:fixed;
		margin:0 auto;
		right:20px;
		bottom:20px;
		background:#3f79ff;
	}
	.special .float_menu{
		right:20px;
	}
	.float_menu .contact_title{
		color:#FFF;
		margin:8px auto;
		font-size:14px;
		line-height:18px;
	}
	.float_menu .mail,
	.float_menu .tel{
		background:#FFF;
		width:180px;
		height:70px;
		border-radius:0px;
		box-shadow:none;
	}

	.float_menu .mail{
		margin:5px auto;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	.float_menu .mail img{
		float:left;
		margin:auto 10px auto 25px;
	}
	.float_menu a{
		text-decoration:none;
		display:block;
		color:#000;
	}
	.float_menu .contact_title{
		font-size:14px;
		line-height:18px;
		text-align:center;
	}
	.float_menu .mail .mail_title{
		font-size:13px;
		line-height:21px;
		float:left;
		text-align:left;
	}	
	.float_menu .tel {
		margin:5px auto 0px auto;
		overflow:hidden;
	}
	.float_menu .tel .tel_title{
		text-align:center;
		font-size:13px;
		line-height:21px;
		margin-top:5px;
	}
	.float_menu .tel p{
		display:block;
	}
	.float_menu .tel .tel_num{
		font-size:18px;
		font-weight:bold;
		color:#3f79ff;
		text-align:center;
	}
	.float_menu .tel .time{
		font-size:10px;
		color:#3f79ff;
		text-align:center;
	}
	.mail svg {
		margin-left: 0;
	}
	.kitting .kitting_menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 485px;
		margin: 0 auto;
	}
	.kitting .kitting_menu dl {
		width: 155px;
		height: 155px;
		float: left;
		background: #E5F9F7;
		margin-bottom: 10px;
	}
	.kitting .kitting_menu h2 .small {
		font-size: 14px;
	}
	.kitting .kitting_menu dd.image {
		height: 95px;
	}
	.kitting .kitting_menu .account dd.image {
		height: 75px;
	}
	.kitting .kitting_menu .name {
		height: 22px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.kitting .kitting_menu .account .name {
		height: 42px;
	}
	.kitting .kitting_menu .account .name .small {
		font-size: 12px;
	}
	.kitting .kitting_menu .price {
		padding-top: 5px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		box-sizing: border-box;
		border-top: 1px dashed #00c0b5;
		height: 38px;
		font-size: 14px;
		color: #e60000;
	}
}
/*@media screen and (min-width: 481px) and (max-width: 1280px) {
	.float_menu.pc_none {
		width: 100%;
	}
	footer {
		padding-bottom: 70px;
	}
}*/
@media screen and (min-width: 481px) and (max-width: 1450px) {
	.float_menu.sp_none{
		display: none;
	}
	.float_menu.pc_none{
		display: flex;
		left: 50%;
		transform: translate(-50%, 0%);
		height: 70px;
		background: #1F7AFF;
	}
	.float_menu.pc_none a{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.float_menu{
		position:fixed;
		bottom:0px;
		width:100%;
		box-sizing:border-box;
		border-top:1px solid #FFF;
		font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		right: inherit;
	}
	.float_menu .mail:hover{
		background:inherit;
	}
	.float_menu .contact_title{
		display:none;
	}
	.float_menu .tel,
	.float_menu .mail,
	.float_menu .ext{
		background: #1F7AFF;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}
	.float_menu .mail .mail_title,
	.float_menu .tel .tel_num,
	.float_menu .ext .mail_title{
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4em;
	}
	.float_menu .tel .tel_num {
		line-height: 1.4em;
	}
	.float_menu .mail i,
	.float_menu .tel i,
	.float_menu .ext i{
		color: #FFF;
		font-size: 14px;
		font-weight: 900;
		margin-right: 5px;
	}
	
	
	.float_menu .mail, .float_menu .tel{
		border-right: 1px solid #FFF;
	}
	.float_menu .tel.sp{
		display: none;
	}
	footer {
		padding-bottom: 70px;
	}
} 
@media screen and (max-width: 480px) {
	.fontawesome:before{
		font-family: "Font Awesome 5 Free";
		content: '\f007';
		font-weight: 900;
	}
	.special .float_menu {
		right: 0;
		padding: 0;
	}
	.sp_none{
		display:none;
	}
	/*フロートメニュー*/
	.float_menu{
		position:fixed;
		bottom:0px;
		width:100%;
		background:#36F;
		border-top:1px solid #FFF;
		font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		z-index: 100;
		height: 50px;
		box-sizing: border-box;
	}
	.float_menu .contact_title{
		display:none;
	}
	.float_menu a {
		display: inline-block;
	}
	/*
	.float_menu .mail{
		width:100%;
		float:left;
		height:7vh;
		line-height:7vh;
		text-align:center;
		font-size:3vw;
	}
	*/
	.float_menu .mail:hover {
		background: inherit;
	}
	.float_menu .mail .mail_title {
		text-align: center;
		font-size: 12px;
		line-height: 1.2em;
	}
	.float_menu.pc_none {
		display: table;
	} 
	.float_menu .mail,
	.float_menu .tel{
		border-right:1px solid #FFF;
		box-sizing:content-box;
		margin: 0;
	}
	.float_menu .mail,
	.float_menu .tel .tel_num,
	.float_menu .tel,
	.float_menu .ext{
		width: calc(100% / 3);
		line-height: 1.2em;
		text-align: center;
		font-size: 12px;
		text-decoration:none;
		box-sizing:border-box;
		height: 100%;
		vertical-align: middle;
		display: table-cell;
		font-weight: normal;
		color: #fff;
	}
	.float_menu .mail,
	.float_menu .tel {
		background: inherit;
		height: 100%;
		box-sizing: border-box;
	}
	.float_menu .mail img{
		height:1em;
	}
/*	.float_menu .mail,
	.float_menu .tel{
		border-bottom:1px solid #FFF;
	}*/

	.float_menu .tel p,
	.float_menu .mail p,
	.float_menu .ext p,
	.float_menu .chat p,
	.float_menu .tel i,
	.float_menu .mail i,
	.float_menu .ext i,
	.float_menu .chat i{
		display:inline;
		color:#FFF;
		margin-left:1%;
		width: 100%;
	}
	.float_menu .tel p,
	.float_menu .mail p,
	.float_menu .ext p,
	.float_menu .chat p {
		display: inline-block;
		margin: auto 0;
	}
	.float_menu .ext img{
		height:1em;
		width:auto;
	}
	.float_menu .mail i,
	.float_menu .ext i,
	.float_menu .tel i{
		margin-right:1vw;
	}
	.float_menu .tel.tab{
		display: none;
	}
	#ch-plugin-launcher img{
		transform: scale(1.8);
	}
	.kitting .kitting_menu dl {
	margin-bottom: 1vh;
	border: 1px #00c0b5 solid;
	height: 9vh;
	}
	.kitting .kitting_menu dt.name {
		float: right;
		width: 70%;
		font-size: 2.0vh;
		font-weight: bold;
		margin-top: 1.5vh;
	}
	.kitting .kitting_menu .account dt.name {
		margin-top: 0;
	}
	.kitting .kitting_menu dt.name .small {
		font-weight: normal;
	}
	.kitting .kitting_menu dd.image {
		width: 27%;
		height: 9vh;
		box-sizing: border-box;
		padding-right: 3%;
		border-right: #00c0b5 1px solid;
		float: left;
		position: relative;
	}
	.kitting .kitting_menu dd.image img {
		width: auto;
		height: auto;
		max-width: 90%;
		max-height: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.kitting .kitting_menu .account dd.image img {
		width: 85%;
		height: 85%;
	}
	.kitting .kitting_menu dd.price {
		float: right;
		width: 70%;
		font-size: 2.2vh;
		color: #e60000;
	}
	footer {
		padding-bottom: 50px;
	}
}
@media screen and (max-width:820px) {
	.header_wrapper .top_navi {
		display: none;
	}
}
@media screen and (max-width:768px) {
	#header {
		border-top: none;
		height: 100px;
	}
	#header h1 {
		background:#000066;
		font-size: 13px;
		padding-inline:10px!important;
		color: #fff!important;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		
	}
	.header_contact {
		margin-top: 0;
	}
	.header_wrapper {
		flex-direction: row;
		justify-content: space-between;
		padding-top: 41px;
		box-sizing: border-box;
		align-items: center;
	}
	.header_wrapper .index-lead, .header_wrapper .index-logo-medal {
		display: none;
	}
	.header_contact {
		padding-right: 70px;
		margin-bottom: 0;
	}
	.header_contact .sp_none {
		display: none;
	}
	.header_contact .title {
		display: none;
	}
	.special-nav-right {
		display: block;
	}
	/* ナビゲーションメニュー */
	.special-nav-right .about_menu {
		margin-bottom: 80px;
	}
	.special-nav-right .item_menu, .special-nav-right .site_menu, .special-nav-right .special_menu,.special-nav-right .about_menu{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.special-nav-right .site_menu, .special-nav-right .site_menu, .special-nav-right .special_menu,.special-nav-right .about_menu {
		margin-top: 30px;
	}
	.special-nav-right .item_menu dd, .special-nav-right .site_menu dd, .special-nav-right .special_menu dd, .special-nav-right .about_menu dd {
		width: 47.5%;
		border-bottom: 1px solid #FFF;
		padding: 5px;
		font-size: 3vw;
		box-sizing: border-box;
	}
	.special-nav-right .item_menu dd:nth-child(even), .special-nav-right .site_menu dd:nth-child(even), .special-nav-right .special_menu dd:nth-child(even), .special-nav-right .about_menu dd:nth-child(even) {
		margin-right: 5%;
	}
	.special-nav-right .item_menu dd a, .special-nav-right .site_menu dd a, .special-nav-right .special_menu dd a, .special-nav-right .about_menu dd a {
		color: #ffffff;
		display: block;
		text-decoration: none;
		padding: 10px 5px 6px 0px;
		transition: .5s;
	} 
	.header_wrapper .top_navi {
			display: none;
		}
	.header_wrapper .logo_img {
		width: 20vw;
		max-width: 263px;
		min-width: 150px;
		position: inherit;
		margin-left: 15px;
	}
	#hamburger {
		display: block;
		position: absolute;
		right: 15px;
		width: 30px;
		height: 22px;
		cursor: pointer;
		top: 48px;
		z-index: 1000;
	}
	#hamburger .inner_line {
		display: block;
		position: absolute;
		left: 0;
		width: 28px;
		height: 2px;
		transition: 0.8s;
		border-radius: 4px;
		background-color: #FF0659;
	}
	#hamburger #line1 {
		top: 0;
	}
	#hamburger #line2 {
		top: 10px;
	}
	#hamburger #line3 {
		bottom: 0
	}
	#hamburger .text {
		text-align: center;
		color: #FF0659;
		font-size: 9px;
		margin-top: 22px;
	}
	#nav {
		width: 100%;
		height: 100vh;
		position: fixed;
		background: rgba(0, 0, 92, 0.9);
		top: 0;
		right: -100%;
		padding: 0 15px 15px 15px;
		box-sizing: border-box;
		overflow: scroll;
		margin-top: 3px;
		display: block;
		transition: all .5s;
		z-index: 500;
		overscroll-behavior-y: contain;
	}
	/* クラスの追加・削除 */
	.nav-open {
		right: 0 !important;
		transition: all .5s;
	}
	#hamburger .line_1 {
		transform: rotate(-45deg);
		top: 0;
		background: #FFF;
	}
	#hamburger .line_2 {
		opacity: 0;
		background: #FFF;
	}
	#hamburger .line_3 {
		transform: translateY(-20px) rotate(45deg);
		bottom: 0;
		background: #FFF;
	}
	.menu-none {
		display: none;
	}
	.scroll-none {
		overflow: hidden;
	}
	/*------------------------*/
	.nav_login {
		height: 80px;
		display: flex;
		align-items: center;
		font-size: 3.5vw;
		color: #FFF;
	}
	.nav_login i {
		margin-right: 10px;
	}
	.nav_login a {
		background: darkturquoise;
		padding: 5px 10px;
		margin: 0 auto;
		color: #fff;
		letter-spacing: 0.3em;
	}
	#nav dt {
		background: #FFF;
		padding: 10px;
		font-size: 3.5vw;
		color: #00015C;
		text-align: center;
		font-weight: bold;
		width: 100%;
	}
	footer {
		height: 70px;
		margin-top: 30px;
		line-height: 70px;
	}
}
@media screen and (max-width:481px) {
	#header {
		width:100%;
		border-top: none !important;
	}
	#hamburger {
		top: 53px;
	}
	.header_wrapper {
		align-items: flex-start;
	}
	/*　右上お問い合わせはこちら　*/
	.header_wrapper .tel {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.header_wrapper .tel svg { /*フリーダイヤルアイコンのサイズ*/
		width: auto;
		margin-right: 5px;
	}
	.header_wrapper .tel .st0 { /*フリーダイヤルアイコンの色*/
		fill: #0FA2BE;
	}

	.header_wrapper .tel span {
		font-size: 36px;
		color: #0FA2BE;
		transform: scale(1, 1.3);
		line-height: 1em;
	}
	.header_wrapper .top_navi{
		float:left;
		margin-left:3%;
		margin-bottom: 10px;
	}
	.header_wrapper .top_navi li {
		float:right;
		list-style:none;
		margin:0px 20px 0px 0px;
		font-size:20px;
	}
	.header_wrapper .top_navi li a{
		color:#000066;
		text-decoration:none;
		border-bottom:1px dashed #000066;
	}
	/* ヘッダー問い合わせ */
	.header_contact {
		width:40%;
		float:right;
		font-weight:bold;
	}
	.header_contact p{
		padding-top:0px !important;
	}
	.header_contact a{
		color:#000;
		text-decoration: none;
		line-height: 1em;
	}
	.header_contact i{
		margin-right:3px;
	}
	.header_contact .title{
		font-size:1.5vw;
		color:#000;
		margin-top:8px;
		letter-spacing:0.2em;
	}
	.header_contact .time{
		font-size:2vw;
		margin-top:5px;
		line-height:1em;
	}
	.header_contact .title {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: left;
	}
	.header_wrapper .tel span {
		font-size: 16px !important;
	}
	.header_wrapper .tel svg {
		font-size: 20px;
	}
	.header_wrapper .logo_img {
		margin-left: 10px;
		margin-top: 4px;
	}
	.header_contact .time {
		font-size: 10px;
		transform: scale(0.87);
		transform-origin: left;
		margin-top: 0;
	}
	.header_contact {
		padding-right: 50px!important;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: fit-content;
		margin-top: 9px;
	}
	.header_wrapper .logo_img {
		min-width: 80px;
		height: 30px;
		width: auto;
		margin-top: 12px;
	}
}
/* 音声回線を含む商品をレンタルする場合のお知らせ用CSS */
.flow-notice {
    padding: 16px;
    box-sizing: border-box;
    border: 4px double #ed2135;
}
.flow-notice .flow-notice--ttl {
    color: #ed2135;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.flow-notice small.--super {
    vertical-align: super;
}
@media screen and (max-width:768px) {
    .flow-notice {
        margin-inline:16px;
    }
}