@charset "utf-8";

ul.stylenone {
	list-style: none !important;
	margin-left: 0 !important;
}

div.nomargin,
table.nomargin,
ul.nomargin {
	margin-bottom: 5px !important;
}

div.margin_bottom {
	margin: 0 0 50px 0;
}

.post_content th {
	vertical-align: middle;
}

.pc_hid {
	display: none;
}

.sp_hid {
	display: block;
}

a.underline {
	color: #067E8E;
	text-decoration: underline;
	font-weight: 500;
	transition: all 0.3s ease-out;
}

a.underline:hover {
	color: #007180;
	text-decoration: none;
}

span.marker {
	background: linear-gradient(transparent 50%, rgba(242, 232, 32, 0.8) 50%);
	font-weight: 600;
}

span.marker2 {
	background: linear-gradient(transparent 80%, rgba(242, 232, 32, 0.8) 20%);
}

@media only screen and (max-width: 767px) {
	.pc_hid {
		display: block;
	}

	.sp_hid {
		display: none;
	}
}

/* --------------------------------------------------------------------------------
送信完了ページ
-------------------------------------------------------------------------------- */
.thanks .img_wrap {
	text-align: center;
}

.post_content .thanks h3 {
	font-size: 160%;
	font-weight: 600;
	color: #067E8E;
	text-align: center;
	margin-bottom: 2em;
}

.thanks .text_wrap p {
	font-size: 16px;
	text-align: center;
}

body .post_content .thanks ul {
	margin: 3em 28% 2em 28%;
}

.thanks li {
	list-style: none;
	font-size: 18px;
	margin-bottom: 8px;
}

.thanks li img {
	vertical-align: middle;
	padding-right: 8px;
}

.thanks .back p {
	text-align: right;
}

.thanks .back a {
	border: #067E8E solid 2px;
	padding: 1.2em 2em;
	border-radius: 50vh;
	margin-right: 10%;
}

@media only screen and (max-width: 767px) {
	.thanks .text_wrap p {
		font-size: 14px;
	}

	body .post_content .thanks ul {
		margin: 3em 5px 2em 5px;
	}

	.thanks li {
		font-size: 14px;
	}

	.thanks li span {
		font-size: 10px;
	}

	.thanks .back a {
		margin-right: 0;
	}
}

/* --------------------------------------------------------------------------------
 faqヘッダーボタン
-------------------------------------------------------------------------------- */
div.menu_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.menu_wrap div.menu_box {
	border: solid 1px #999;
	line-height: 1.2em !important;
	width: 33%;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 2px 0;
}

div.menu_wrap div.menu_box a {
	font-size: 90%;
	display: block;
	padding: 10px;
}

div.menu_wrap div.menu_box a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}

.faq_table th {
	width: 22%;
}

/* --------------------------------------------------------------------------------
 危機管理・防災・消防団でおすすめの無線機
-------------------------------------------------------------------------------- */
.disasterpreventionBox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.disasterpreventionBox div {
	border: solid 7px #aaa;
	border-radius: 10px;
	width: 25%;
	padding: 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.disasterpreventionBox div.arrow::before {
	content: '';
	width: 14px;
	height: 14px;
	border: 0px;
	border-top: solid 7px #aaa;
	border-right: solid 7px #aaa;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 47%;
	right: -15%;
	margin-top: -4px;
}

.crisismanagement_case {
	margin-top: 2em;
	text-align: right;
}

.crisismanagement_case img {
	transition: all 0.3s ease-out;
}

.crisismanagement_case img:hover {
	filter: brightness(0.7);
}

/*フォームパーツ
-------------------------------------------------------*/
.toiawase input {
	border-radius: 5px !important;
	border: solid 1px #aaa;
	padding: 3px 0;
}

.toiawase input[type="file"] {
	border: none;
}

.toiawase input[type="checkbox"] {
	width: 3%;
}

.toiawase input[type="radio"] {
	margin: 0;
}

.toiawase .mwform-checkbox-field-text {
	font-size: 95%;
}

.toiawase .mwform-checkbox-field {
	font-size: 95%;
	margin-left: 0 !important;
}

.toiawase .mw_wp_form .horizontal-item+.horizontal-item {
	margin: 0 !important;
}

.toiawase textarea {
	border-radius: 5px !important;
	border: solid 1px #aaa;
	padding: 5px 0;
	width: 70%;
}

.toiawase select {
	border-radius: 5px;
	border: solid 1px #aaa;
	padding: 8px 0;
}

.toiawase input.submit {
	background: #C04444;
	width: 67%;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 30px 0;
	transition: all 1s ease-out;
	color: #fff;
	border: none;
	padding: 10px 10px;
}

.toiawase .history_back {
	background: #eee;
	width: 67%;
	border-radius: 5px;
	text-align: center;
	margin: 22px 0 30px 0;
	transition: all 1s ease-out;
	color: #000;
	border: none;
	padding: 10px 10px;
}

.toiawase .submit:hover {
	opacity: 0.5;
}

.toiawase .history_back:hover {
	opacity: 0.5;
}

.toiawase table th {
	white-space: nowrap;
	vertical-align: middle;
}

.toiawase .addr {
	width: 100%;
}

.toiawase .required {
	background: #C04444;
	padding: 0 4px 1px 0;
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
}

.toiawase .procedureyear,
.toiawase .proceduremonth {
	margin: 0 0 10px 0;
}

.hidden_box1,
.hidden_box2,
.hidden_box3 {
	display: none;
}

.toiawase td.label_block label {
	display: block;
}

.toiawase td.label_inline label.radio {
	display: inline;
}

/* --------------------------------------------------------------------------------
 廃番box
-------------------------------------------------------------------------------- */
.discontinued_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.discontinued {
	width: 30%;
	text-align: center;
}


/* --------------------------------------------------------------------------------
table
-------------------------------------------------------------------------------- */
.sp_box {
	display: none;
}

/* --------------------------------------------------------------------------------
banner
-------------------------------------------------------------------------------- */
.banner {
	margin: 0 0 30px 0;
}

.banner a {
	transition: all 0.3s ease-out;
}

.banner a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {

	/* --------------------------------------------------------------------------------
 各種ボタン
-------------------------------------------------------------------------------- */
	div.button_group p.button {
		width: 100%;
	}

	/*フォームパーツ
-------------------------------------------------------*/
	.toiawase {
		width: 99%;
	}

	.toiawase table {
		width: 97%;
	}

	.toiawase table th {
		width: 100%;
		display: block;
	}

	.toiawase table td {
		width: 100%;
		display: block;
	}

	.toiawase input {
		width: 100%;
	}

	.toiawase input#trial[type="checkbox"] {
		width: 5%;
		margin: 0 10px 10px 0;
	}

	.toiawase textarea {
		width: 100%;
	}

	.toiawase input.submit {
		width: 100%;
		font-size: 100%;
	}

	.toiawase th {
		white-space: nowrap;
	}

	.toiawase td input.zip {
		width: 30%;
	}

	.toiawase td input.tel {
		width: 20%;
	}

	.toiawase input[type="radio"] {
		width: 10%;
	}

	.toiawase .year,
	.toiawase .month {
		width: 20%;
	}

	.toiawase .procedureyear,
	.toiawase .proceduremonth {
		width: 20%;
		margin: 0 0 10px 0;
	}

	.toiawase .expirationdateyear,
	.toiawase .expirationdatemonth {
		width: 20%;
	}

	.toiawase .history_back {
		width: 100%;
	}

}



@media screen and (max-width: 480px) {

	/*フォームパーツ
-------------------------------------------------------*/
	.toiawase {
		width: 100%;
	}

	.toiawase table {
		width: 92%;
	}

	.toiawase table td {
		font-size: 90%;
	}

	/*画像
-------------------------------------------------------*/
	.alignright,
	.alignleft {
		float: none;
		width: 30%;
	}

	/* --------------------------------------------------------------------------------
 よくあるご質問
-------------------------------------------------------------------------------- */
	div.menu_wrap {
		margin-bottom: 30px;
	}

	div.menu_wrap div.menu_box {
		width: 49%;
	}

	div.menu_wrap div.menu_box a {
		font-size: 70%;
	}

	th.faq_th {
		width: 20%;
	}


	/* --------------------------------------------------------------------------------
防災ページ
-------------------------------------------------------------------------------- */
	.disasterpreventionBox div {
		width: 20%;
	}

	.disasterpreventionBox div.arrow::before {
		right: -26%;
	}

	/* --------------------------------------------------------------------------------
テーブル
-------------------------------------------------------------------------------- */
	table.pc {
		display: none;
	}

	.sp_box {
		display: block;
		width: 99%;
	}

	table.sp {
		width: 92%;
	}

	table.sp th,
	table.sp td {
		display: block;
		width: 100%;
	}

	/* --------------------------------------------------------------------------------
ipガイド
-------------------------------------------------------------------------------- */
	.ip_productsguide_list {
		margin: 0 10px 10px 0;
		border: solid 1px #aaa;
		border-radius: 5px;
		padding: 10px;
		width: 25% !important;
		font-size: 70%;
	}

	.ip_productsguide_list .name {
		background: #000;
		text-align: center;
		border-radius: 5px;
		margin: 0 0 10px 0;
		line-height: 1.6em;
		padding: 5px 15px;
		font-size: 70%;
	}

	.ip_productsguide_list .name a {
		color: #fff !important;
	}

	.ip {
		color: #0071bb;
	}

	.product_career {
		margin: 0 0 15px 0;
		font-size: 80%;
		display: block;
	}

	.product_career li {
		text-align: center;
	}

	.flow_sp {
		display: block;
	}

	.flow_pc {
		display: none;
	}
}

/* --------------------------------------------------------------------------------
サービス・サポート
-------------------------------------------------------------------------------- */
h3.support2 {
	font-size: 1.4em;
	line-height: 1.5;
	padding: 1.5rem 3rem 1.5rem 0.5rem !important;
	margin-top: 5rem !important;
	padding: 1rem 2rem;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #f4f4f4;
}

h3.support2 span {
	font-size: 1.2rem;
}

h3.support {
	line-height: 1.5;
	padding: 0.2em 0 0.3em 0.75em !important;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 3.5rem !important;
	margin-bottom: 1.2rem !important;
}

h4.support {
	line-height: 1.5;
	padding: .25em 0 .5em .75em !important;
	border-left: 6px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 4rem !important;
	margin-bottom: 2.4rem !important;
}

div.support_contact {
	background-color: #eeeeee;
	margin: 5rem 10% 0;
	padding: 1.2rem 0;
	text-align: center;
	border-top: 10px solid #666666;
	transition: 0.5s all ease-out;
}

div.support_contact:hover {
	background-color: #c5c5c5;
}

div.support_contact a {
	display: block;
	transition: 0.5s all ease-out;
}

div.support_contact a:hover {
	text-decoration: none;
}

div.support_contact h4 {
	font-weight: bold;
	font-size: 1.7rem;
	position: relative;
	padding: 1.5rem;
	color: #000;
}

div.support_contact h4:before {
	position: absolute;
	bottom: -0.1rem;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #000;
}

div.support_contact ul {
	color: #000;
}

div.support_contact li:first-child {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1rem;
}

@media only screen and (max-width:767px) {
	h3.support {
		font-size: 1.3em !important;
		font-weight: 400 !important;
	}

	h3.support span {
		font-size: 0.8em;
	}

	div.support_contact {
		width: 100%;
		margin: 4rem auto;
	}

	div.support_contact h4 {
		font-size: 1.1rem;
	}

	div.support_contact li:first-child {
		font-size: 1rem;
	}

	div.support_contact li:last-child {
		font-size: 94%;
	}

	div.button_group2 p.button {
		padding: 0 5%;
	}
}

/* --------------------------------------------------------------------------------
会社案内
-------------------------------------------------------------------------------- */
.aboutus_wrap {
	display: flex;
	align-items: flex-start;
}

.aboutus_wrap img {
	margin: 7px 0 7px 24px;
}

p.map+p {
	text-align: right;
}

.post_content ul.aboutUs_wrap {
	display: flex;
	justify-content: space-around;
	margin: 0 8% 4.2em 8%;
}

.aboutUs_wrap li {
	width: 15%;
	list-style: none;
	line-height: 2.5em;
	text-align: center;
	margin: 0 0.5rem 0.5rem 0;

}

.aboutUs_wrap li:last-child {
	margin-right: 0;
}

.aboutUs_wrap li a {
	color: #202020;
	display: block;
	line-height: 1.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.2em;
	border-bottom: #bfbfbf solid 3px;
	transition: 0.3s all ease-out;
}

.aboutUs_wrap li a:hover {
	color: #067E8E;
	font-weight: 600;
	border-bottom: #067E8E solid 3px;
}

#aboutUs1 {
	margin-bottom: 6em;
}

#aboutUs1 hr {
	width: 80%;
	margin: 1em auto 2em auto;
}

.post_content h4.about {
	text-align: center;
	position: relative;
	margin-top: 3.5em;
}

h4.about::before {
	content: "";
	position: absolute;
	border-bottom: #067E8E solid 6px;
	width: 58px;
	bottom: -14px;
	left: calc(50% - 29px);
}

.post_content .philosophy p {
	font-size: 220%;
	text-align: center;
	margin: 1.8rem auto 2rem auto;
}

.philosophy {
	margin-bottom: 4rem;
}

.vision h4+p {
	font-size: 220%;
	text-align: center;
	margin: 1.4rem auto 0 auto;
}

.vision h4+p+p {
	text-align: center;
}

.vision {
	margin-bottom: 4rem;
}

.post_content .guidelines h6 {
	font-size: 180%;
	text-align: center;
	margin: 0.6rem auto;
}

.post_content .guidelines h4+h6 {
	margin-top: 1.2em;
}

.guidelines h6+p {
	text-align: center;
	margin-bottom: 2em;
}

.aboutUs_contact {
	margin-top: 4em !important;
}

#aboutUs3 th {
	width: 25%;
}

@media only screen and (max-width:767px) {

	.post_content ul.aboutUs_wrap {
		margin: 0 2% 4.2em 2%;
	}

	.aboutUs_wrap li a {
		height: 3.4em;
		font-size: 86%;
	}

	.post_content .philosophy p,
	.vision h4+p {
		font-size: 180%;
	}

	.post_content .guidelines h6 {
		font-size: 160%;
	}

	.guidelines h6+p {
		margin-bottom: 3em;
	}

	.post_content #aboutUs3 .s_table,
	.post_content #aboutUs5 .s_table {
		overflow: visible;
		white-space: normal;
		width: 100%;
	}

	#aboutUs3 th {
		width: 100%;
	}

	.aboutus_wrap {
		flex-direction: column-reverse;
		align-items: flex-end;
		flex-wrap: wrap;
	}

	.aboutus_wrap div {
		width: 100%;
	}

	.aboutus_wrap img {
		width: 65%;
		margin-right: 16px;
	}

	p.aboutus {
		margin-bottom: 0 !important;
	}
}

/* --------------------------------------------------------------------------------
特定商取引に関する法律の表記
-------------------------------------------------------------------------------- */
@media only screen and (max-width:767px) {
	.post_content .s_table:has(.shoutorihiki) {
		overflow: visible;
		white-space: normal;
		width: 100%;
	}
}


/* --------------------------------------------------------------------------------
無線機のリースについて
-------------------------------------------------------------------------------- */
div.lease_wrap {
	background: #eee;
	padding: 2rem 2rem 1.5rem 0.5rem;
}

h3.lease {
	font-size: 1.5rem !important;
	padding: 0 !important;
	margin: 1rem !important;
}

ol.lease {
	list-style: none !important;
	margin-top: 2rem;
}

ol.lease li {
	background: #fff;
	padding: 1rem;
	margin: 1rem;
	border-radius: 1rem;
}

ol.lease li:not(:first-child) {
	margin-top: 2rem;
}

ol.lease li p:first-child {
	padding: 0 1rem 0 1.3em;
	text-indent: -1rem;
	font-weight: 600;
}

ol.lease li p:not(:first-child) {
	padding-left: 0.5rem;
}

ol.lease2 {
	list-style: none !important;
	margin-top: 2rem;
}

dl.lease dt span.q {
	position: relative;
	display: inline-block;
	margin: 1rem 0.5rem 0 0;
	padding: 0 5px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #10606f;
	border-radius: 50%;
	box-sizing: border-box;
}

dl.lease dd span.a {
	font-weight: bold;
	font-size: 25px;
	color: #222;
	padding: 0 1rem;
}

p.lease {
	margin-top: 4rem !important;
}

p.lease+div {
	margin-top: 2rem;
}

@media only screen and (max-width:767px) {
	h3.lease {
		font-size: 1.2rem !important;
		font-weight: normal !important;
	}

	ol.lease li {
		padding: 0.5rem;
		margin: 0.2rem;
	}

	div.lease_wrap {
		padding: 1rem 0.4rem;
	}

	ol.lease {
		margin-left: 0 !important;
	}

	ol.lease li p:not(:first-child) {
		padding-left: 0rem;
	}

	ol.lease2 {
		margin-left: 0 !important;
	}

	ol.lease2 li {
		padding-left: 1rem;
		text-indent: -1rem;
	}
}

/* --------------------------------------------------------------------------------
お支払いについて
-------------------------------------------------------------------------------- */
div.bank-account {
	background: #eee;
	padding: 1rem 3rem;
	margin-left: 2rem;
	display: inline-block;
}

table.payment {
	width: 60%;
}

table.payment th,
table.payment td {
	width: 30%;
}

div.payment-card ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

div.payment-card ul li {
	padding-right: 1rem !important;
}

ul.card_icon {
	display: flex;
}

ul.card_icon li {
	margin-right: 1rem;
	list-style: none;
}

.payment_caution {
	padding-left: 1rem;
	text-indent: -1rem;
}

@media only screen and (max-width:767px) {
	table.payment {
		width: 100%;
	}

	table.payment th,
	table.payment td {
		width: 50%;
	}

	div.payment-card ul {
		padding-right: 0;
	}

	div.bank-account {
		margin: 0 auto;
	}
}

/* --------------------------------------------------------------------------------
一覧ページ共通
-------------------------------------------------------------------------------- */
.post_content a.link-digital-cr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	margin: 8px auto 30px 0;
	background: #067E8E;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	padding-left: 20px;
	position: relative;
	filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.1));
	transition: all 0.3s ease-out;
}

.post_content a.link-digital-cr.tight-top {
	margin: -28px auto 30px 0;
}

.post_content a.link-digital-cr span {
	font-size: 140%;
	padding-left: 3px;
}

a.link-digital-cr::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 26%;
	height: 100%;
	background: #4b9da3;
	border-top-left-radius: 75% 100%;
	border-bottom-right-radius: 0% 100%;
}

a.link-digital-cr img {
	margin-left: 26px;
	z-index: 1;
}

.post_content a.link-digital-cr:hover {
	filter: brightness(0.8);
	transform: translateY(2px);
}

.link-analogend {
	text-align: right;
	margin-top: 4em;
}

.post_content .link-analogend a {
	background: #067e8e;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 40px;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 25%);
	transition: all 0.3s ease-out;
}

.link-analogend a:hover {
	filter: brightness(0.7);
}

.link-analogend a img {
	padding-left: 40px;
}


@media only screen and (max-width:767px) {
	.post_content a.link-digital-cr {
		width: 90%;
		box-sizing: border-box;
		font-size: 18px;
		margin: 0 auto 30px 0;
	}

	.post_content a.link-digital-cr.tight-top {
		margin: -14px auto 30px 0;
	}

	a.link-digital-cr img {
		width: 40px;
	}
}

/* --------------------------------------------------------------------------------
メーカ別商品一覧テンプレート
-------------------------------------------------------------------------------- */
.products_wrap {
	display: flex;
	flex-wrap: wrap;
}

.products_container2 {
	width: 33%;
}

.maker_logo {
	margin: 0 !important;
	border-left: 16px #10606f solid;
}

.maker_logo h2#post_title {
	margin-top: 1rem;
	padding-left: 1rem;
	font-size: 1.4rem;
}

.maker_logo .icom {
	width: 35%;
	min-height: 85px;
	background: url(/wp-content/uploads/2021/07/icom_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .motorola {
	min-height: 85px;
	background: url(/wp-content/uploads/2021/09/motorola_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .standard {
	min-height: 70px;
	background: url(/wp-content/uploads/2021/09/standard_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .standard-horizon {
	min-height: 85px;
	background: url(/wp-content/uploads/2021/09/standard_horizon_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .kenwood {
	min-height: 70px;
	background: url(/wp-content/uploads/2021/09/kenwood_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .alinco {
	min-height: 70px;
	background: url(/wp-content/uploads/2021/09/alinco_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .b-ear {
	min-height: 80px;
	background: url(/wp-content/uploads/2021/09/b-ear_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .wedge {
	min-height: 110px;
	background: url(/wp-content/uploads/2021/09/wedge_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .bonx {
	min-height: 90px;
	background: url(/wp-content/uploads/2021/09/bonx_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .j-mobile {
	min-height: 90px;
	background: url(/wp-content/uploads/2021/09/j-mobile_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .smartwave {
	min-height: 70px;
	background: url(/wp-content/uploads/2021/09/smartwave_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .softbank {
	min-height: 70px;
	background: url(/wp-content/uploads/2021/09/softbank_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .mobilecreate {
	min-height: 90px;
	background: url(/wp-content/uploads/2021/09/mobilecreate_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .circle-one {
	min-height: 90px;
	background: url(/wp-content/uploads/2021/09/circle-one_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .panasonic {
	min-height: 78px;
	background: url(/wp-content/uploads/2021/09/panasonic_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .mcaccess-e {
	min-height: 78px;
	background: url(/wp-content/uploads/2021/09/mcaccess-e_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .mca-advance {
	min-height: 62px;
	background: url(/wp-content/uploads/2022/06/mca-advance_logo.png) no-repeat left top;
	background-size: contain;
	margin: 0 0 0.5rem 1rem !important;
}

.maker_logo .csr {
	min-height: 78px;
	background: url(/wp-content/uploads/2021/09/csr_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .hytera {
	min-height: 100px;
	background: url(/wp-content/uploads/2021/09/hytera_logo_small.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .thuraya {
	min-height: 66px;
	background: url(/wp-content/uploads/2024/06/thuraya_logo.jpg) no-repeat left top;
	background-size: contain;
	margin: 0 0 1rem 1rem !important;
}

.maker_logo .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.maker_wrap {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 1.5rem 0 1rem 0;
}

ul.maker_wrap li {
	border: solid 1px #999;
	line-height: 1.5em;
	width: 30%;
	border-radius: 5px;
	text-align: center;
	margin: 0 0.5rem 0.5rem 0;
}

ul.maker_wrap li a {
	display: block;
	padding: 0.5rem;
}

ul.maker_wrap li a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}

ul.maker_wrap a.middle {
	line-height: 3em;
	vertical-align: middle;
}

.post_content ul.maker_wrap2 {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	margin: 1.5rem 0 1rem 0;
}

ul.maker_wrap2 li {
	border: solid 1px #999;
	width: 33%;
	border-radius: 5px;
	text-align: center;
	margin: 0 0.5% 0.5% 0;
	box-sizing: border-box;
	transition: 0.5s all ease-out;
}

ul.maker_wrap2 li:nth-child(3n) {
	margin-right: 0;
}

ul.maker_wrap2 li:hover {
	background: #999;
}

ul.maker_wrap2 li a {
	display: flex;
	width: 100%;
	height: 3.8em;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
}

ul.maker_wrap2 li a:hover {
	color: #fff;
	text-decoration: none;
}

h3.maker {
	line-height: 1.8 !important;
	padding: .25em 0 .3em .75em !important;
	border-left: 8px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 4rem !important;
	margin-bottom: 1.4rem !important;
	font-weight: 700 !important;
}

p.option_link {
	text-align: right;
	margin: 1em 0 3em;
}

p.endofsale_link {
	text-align: right;
	margin: 4rem 0;
}

p.lp_link2 {
	text-align: right;
	margin: 1.4em 0 0 0;
	line-height: 1.4;
}

div.maker_icon_wrap {
	list-style: none;
	position: relative;
}

ul.maker_icon {
	list-style: none !important;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

ul.maker_icon li {
	background: #067E8E;
	color: #fff;
	padding: 0.2rem 0.8rem;
	margin: 0.2rem 0.2rem 0 0.2rem;
	border-radius: 0.5rem;
}

.products_container2 p a {
	color: #000;
	font-weight: 500;
}

.products_container2 p a:hover {
	text-decoration: none;
	color: #000;
}

.products_container2:nth-child(1),
.products_container2:nth-child(2),
.products_container2:nth-child(3) {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.products_container2:nth-child(3n+1) {
	border-left: solid 1px #ddd;
}

.products_container2 {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	width: 33%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

body .products_container2 h2 {
	font-size: 105%;
	font-weight: 600;
}

.products_container2 p {
	font-size: 100% !important;
	line-height: 1.6em !important;
}

.lp_logo {
	width: 40%;
	padding: 4px 0 8px 12px;
}

.banner_area2 img {
	margin: 10px auto 24px;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.trial_link {
	margin: 1em 0 1.6em 0;
	text-align: right;
}

.post_content .trial_link>a {
	color: #000;
}

.trial_link_wrap {
	display: flex;
	justify-content: flex-end;
	margin-left: 1em;
	filter: drop-shadow(4px 4px rgba(0, 0, 0, 0.1));
	transition: all 0.3s ease-out;
}

.trial_link_wrap:hover {
	filter: brightness(0.75);
	transform: translateY(2px);
}

.post_content .trial_link_inner2 {
	border: #067E8E solid 6px;
	color: #067E8E;
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	padding: 8px 20px 0 76px;
	position: relative;
	border-radius: 10px 0 0 10px;
}

.post_content .trial_link_inner2::before {
	content: "";
	position: absolute;
	left: -4px;
	bottom: 2px;
	width: 80px;
	height: 80px;
	/*background-image: url(/wp-content/uploads/2025/07/merit2.png);*/
	background-image: url(/wp-content/uploads/2025/07/merit3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.post_content .trial_link_inner3 {
	background: #067E8E;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	padding: 5px 68px 5px 38px;
	line-height: 2.8;
	position: relative;
	border-radius: 0 10px 10px 0;
}

.post_content .trial_link_inner3::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	background-image: url('/wp-content/uploads/2023/12/arrow3.png');
	/*background-image: url('/wp-content/uploads/2024/07/arrow2.png');*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}



@media only screen and (max-width:767px) {
	.maker_logo h2#post_title {
		font-size: 1.2rem;
	}

	h3.maker {
		font-size: 18px !important;
		padding-bottom: 0.2em !important;
		margin-top: 2rem !important;
	}

	.maker_logo {
		margin-top: 1.5rem !important;
	}

	.maker_logo .logo {
		margin: 0 0 -1rem 1rem !important;
	}

	/*    .maker_logo .icom{
         width: 90%;
    }*/
	.maker_logo .kenwood {
		width: 75%;
	}

	.maker_logo .alinco {
		width: 90%;
	}

	.maker_logo .b-ear {
		width: 80%;
	}

	.maker_logo .wedge {
		width: 80%;
	}

	.maker_logo .bonx {
		width: 90%;
	}

	.maker_logo .j-mobile {
		width: 85%;
	}

	.maker_logo .smartwave {
		width: 75%;
	}

	.maker_logo .softbank {
		width: 75%;
	}

	.maker_logo .panasonic {
		width: 75%;
	}

	.maker_logo .mcaccess-e {
		width: 68%;
	}

	.maker_logo .mca-advance {
		width: 62%;
	}

	.maker_logo .csr {
		width: 60%;
	}

	.maker_logo .hytera {
		width: 60%;
	}

	.maker_logo .thuraya {
		width: 80%;
	}

	ul.maker_wrap li {
		width: 100%;
		margin-right: 0;
	}

	ul.maker_wrap a.middle {
		line-height: 1.5em;
	}

	ul.maker_icon {
		top: 2.65rem;
		justify-content: flex-start;
	}

	div.maker_icon_wrap {
		margin-bottom: 43px;
	}

	ul.maker_icon li {
		font-size: 14px;
		padding: 0.2rem 0.6rem;
		margin: 0.2rem 0.1rem 0.5rem 0;
	}

	.products_container2 {
		width: 50%;
		padding: 10px;
		box-sizing: border-box;
	}

	.products_container2:nth-child(3) {
		border-top: none;
		border-right: solid 1px #ddd;
		border-left: solid 1px #ddd;
	}

	.products_container2:nth-child(4),
	.products_container2:nth-child(10),
	.products_container2:nth-child(16),
	.products_container2:nth-child(22),
	.products_container2:nth-child(28),
	.products_container2:nth-child(30),
	.products_container2:nth-child(32),
	.products_container2:nth-child(34) {
		border-left: none;
	}

	.products_container2:nth-child(5),
	.products_container2:nth-child(9),
	.products_container2:nth-child(11),
	.products_container2:nth-child(15),
	.products_container2:nth-child(17),
	.products_container2:nth-child(21),
	.products_container2:nth-child(23),
	.products_container2:nth-child(25),
	.products_container2:nth-child(27),
	.products_container2:nth-child(29),
	.products_container2:nth-child(31),
	.products_container2:nth-child(33),
	.products_container2:nth-child(35),
	.products_container2:nth-child(37) {
		border-left: solid 1px #ddd;
	}

	p.endofsale_link {
		margin-top: 2rem;
	}

	.trial_link {
		text-align: center;
	}

	.trial_link_wrap {
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	.post_content .trial_link_inner2 {
		font-size: 13px;
		padding: 6px 10px 0 38px;
	}

	.post_content .trial_link_inner2::before {
		width: 45px;
		height: 45px;
	}

	.post_content .trial_link_inner3 {
		font-size: 17px;
		padding: 5px 33px 5px 8px;

	}

	.post_content .trial_link_inner3::after {
		right: 12px;
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width:365px) {
	.post_content .trial_link_inner3 {
		font-size: 16px;
		padding: 5px 26px 5px 2px;
	}

	.post_content .trial_link_inner3::after {
		right: 8px;
		width: 15px;
		height: 15px;
	}

	.post_content .trial_link_inner2 {
		font-size: 12px;
		padding: 6px 8px 0 14px;
	}

	.post_content .trial_link_inner2::before {
		left: -20px;
	}

}

/* --------------------------------------------------------------------------------
無線機種類別商品一覧
-------------------------------------------------------------------------------- */
h2.type {
	margin-bottom: 15px !important;
	line-height: 1.8;
	padding: .25em 0 .35em .75em !important;
	border-left: 8px solid #10606f;
	border-bottom: 1px solid #10606f;
	font-weight: 600;
	font-size: 28px !important;
}

ul.type_icon {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1em 0;
}

p.t_indent {
	text-indent: -1em;
	padding-left: 1em;
}

ul.type_icon li {
	background: #10606fe6;
	color: #fff;
	padding: 0.6rem 1rem;
	margin: 0.2rem;
	border-radius: 0.5rem;
}

ul.type_wrap {
	list-style: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 2.5rem 0 4rem 0;
}

ul.type_wrap li {
	border: solid 1px #999;
	line-height: 1.5em;
	width: 30%;
	border-radius: 5px;
	text-align: center;
	margin: 0 0.5rem 0.5rem 0;
}

ul.type_wrap li a {
	display: block;
	padding: 0.5rem;
}

ul.type_wrap li a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}

.t_situation {
	margin: 2rem 0;
}

.t_situation h4 {
	font-weight: 600;
}

.t_situation_inner {
	display: flex;
	margin: 0 0 30px 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.t_situation img {
	width: 9.5%;
	margin: 0 5px 5px 0;
}

hr.type {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cccccc;
	height: 1px;
	margin: 0 auto;
}

h3.type {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#t_motorola {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/motorola_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

#t_standard {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/standard_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 -5px 0 !important;
	padding-bottom: 5px;
}

#t_yaesu {
	width: 32%;
	background: url(/wp-content/uploads/2024/12/yaesu_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 5px 8px !important;
	padding-bottom: 5px;
	height: 50px;
}

#t_str {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/standard_horizon_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 5px 0 !important;
	padding-bottom: 20px;
}

#t_icom {
	width: 35%;
	background: url(/wp-content/uploads/2021/07/icom_logo_small.jpg) no-repeat left top;
	background-size: 45%;
	margin: 50px 0 10px 20px !important;
	padding-bottom: 20px;
}

#t_kenwood {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/kenwood_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 0px;
}

#t_alinco {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/alinco_logo_small.jpg) no-repeat left top;
	background-size: 78%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 3px;
}

#t_wedge {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/wedge_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 30px;
}

#t_csr {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/csr_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 30px;
}

#t_hytera {
	width: 34%;
	background: url(/wp-content/uploads/2021/09/hytera_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 45px;
}

#t_b-ear {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/b-ear_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

#t_bonx {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/bonx_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

#t_fieldtalk {
	width: 35%;
	background: url(/wp-content/uploads/2025/12/fieldtalk_logo.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

#t_j-mobile {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/j-mobile_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 0 0 !important;
	padding-bottom: 25px;
}

#t_smartwave {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/smartwave_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

#t_softbank {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/softbank_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

#t_mobilecreate {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/mobilecreate_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

#t_circle-one {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/circle-one_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 5px;
}

#t_panasonic {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/panasonic_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 5px;
}

#t_mcaccess-e {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/mcaccess-e_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

#t_mca-advance {
	width: 35%;
	background: url(/wp-content/uploads/2022/06/mca-advance_logo.png) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

#t_seiryodenki {
	width: 28%;
	background: url(/wp-content/uploads/2022/06/logo_seiryou.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

#t_inmarsat {
	width: 50%;
	background: url(/wp-content/uploads/2024/06/inmarsat_logo.jpg) no-repeat left top;
	background-size: 50%;
	margin: 50px 0 8px 0 !important;
	padding-bottom: 20px;
	height: 55px;
}

#t_thuraya {
	width: 45%;
	background: url(/wp-content/uploads/2024/06/thuraya_logo.jpg) no-repeat left top;
	background-size: 70%;
	margin: 50px 0 8px 0 !important;
	padding-bottom: 20px;
}

#t_iridium {
	width: 40%;
	background: url(/wp-content/uploads/2024/06/iridium_logo.jpg) no-repeat left top;
	background-size: 70%;
	margin: 50px 0 8px 0 !important;
	padding-bottom: 10px;
}

details.type[open] .details_content {
	animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		/* 透明 */
		transform: translateY(-10px);
		/* 上から表示 */
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

summary.type {
	cursor: pointer;
	color: #10606f;
}

summary.type:hover {
	text-decoration: underline;
}

@media only screen and (max-width:767px) {
	h2.type {
		margin-top: 20px !important;
		font-size: 22px !important;
	}

	ul.type_icon li {
		font-size: 90%;
		padding: 0.6rem 0.6rem;
	}

	.t_situation img {
		width: 15%;
	}

	ul.type_wrap {
		margin: 2rem 0 2rem 0;
	}

	ul.type_wrap li {
		width: 32.3%;
		margin-right: 0.5%;
	}

	ul.type_wrap li a {
		font-size: 90%;
		padding: 0.5rem 0.2rem;
	}

	ul.type_wrap li:nth-child(3n) {
		margin-right: 0;
	}

	ul.type_wrap a.middle {
		line-height: 3em;
		vertical-align: middle;
	}

	#t_motorola {
		width: 65%;
		padding-bottom: 10px;
	}

	#t_standard {
		width: 65%;
		padding-bottom: 0;
	}

	#t_yaesu {
		width: 60%;
	}

	#t_str {
		width: 70%;
		padding-bottom: 10px;
	}

	#t_icom {
		width: 70%;
	}

	#t_kenwood {
		width: 65%;
	}

	#t_alinco {
		width: 65%;
	}

	#t_wedge {
		width: 70%;
		padding-bottom: 20px;
	}

	#t_csr {
		width: 60%;
		padding-bottom: 15px;
	}

	#t_hytera {
		width: 65%;
		padding-bottom: 30px;
	}

	#t_b-ear {
		width: 65%;
		padding-bottom: 10px;
	}

	#t_bonx {
		width: 65%;
		padding-bottom: 10px;
	}

	#t_j-mobile {
		width: 70%;
		padding-bottom: 15px;
	}

	#t_smartwave {
		width: 70%;
	}

	#t_softbank {
		width: 70%;
	}

	#t_mobilecreate {
		width: 70%;
	}

	#t_circle-one {
		width: 70%;
	}

	#t_panasonic {
		width: 70%;
	}

	#t_mcaccess-e {
		width: 70%;
	}

	#t_mca-advance {
		width: 66%;
	}

	#t_seiryodenki {
		width: 64%;
	}

	#t_thuraya {
		width: 64%;
	}
}

/* --------------------------------------------------------------------------------
無線機種類別商品一覧_IP無線
-------------------------------------------------------------------------------- */
.product_career_D {
	padding: 3px 5px 5px 5px;
	background: #F33D40;
	border-radius: 5px;
	color: #fff;
	margin: 0 3px 0 0;
	font-size: 80%;
	display: inline-block;
	width: 4.5em;
	text-align: center;
	line-height: 1.4em;
}

.product_career_A {
	padding: 3px 5px 5px 5px;
	background: #EF6D09;
	border-radius: 5px;
	color: #fff;
	margin: 0 3px 0 0;
	font-size: 80%;
	display: inline-block;
	width: 4.5em;
	text-align: center;
	line-height: 1.4em;
}

.product_career_S {
	padding: 3px 5px 5px 5px;
	background: #888;
	border-radius: 5px;
	color: #fff;
	font-size: 80%;
	display: inline-block;
	width: 4.5em;
	text-align: center;
	line-height: 1.4em;
}

/*.ip{color: #0071bb; font-weight: bold;}*/
.flow_sp,
.pc_hide {
	display: none;
}

h2#ip_guide {
	font-size: 180%;
	color: #fff;
	font-weight: 400;
	background: linear-gradient(to right, rgb(16, 96, 111) 0%, rgba(16, 96, 111, 0) 100%);
	padding: 10px 0 10px 18px;
	margin: 50px 20% 0 0;
}

div.ip_link {
	margin: .5em .5em 0 auto;
	width: 28%;
}

div.ip_link p {
	text-align: center;
}

div.ip_link p span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0 6px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: -50%;
	margin-left: 0.2em;
}

div.ip_link p:last-child {
	line-height: 2.6em;
	text-align: center;
	margin-top: -1em;
}

div.ip_link a {
	background: #fff;
	border-radius: 3px;
	display: block;
	transition: 0.5s all ease-out;
	border: rgba(16, 96, 111, 0.8) solid 3px;
}

div.ip_link a:hover {
	background: rgba(16, 96, 111, 0.2);
	text-decoration: none;
}

#ip_detail1 dt {
	font-size: 130%;
}

#ip_detail1 span.point {
	font-size: 35px;
	color: #333;
	font-weight: 800;
	position: relative;
	margin: 0 40px 0 20px;
	display: inline-block;
}

#ip_detail1 span.point::before {
	content: "point";
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	color: #bbb;
	font-size: 25px;
}

.post_content h3.ip {
	font-size: 140%;
	font-weight: 500;
	padding: 0.3em 0.5em 0.1em;
	color: #000;
	font-weight: 600;
	background: transparent;
	border-left: solid 14px #10606f;
	margin: 1em 0 0.5em;
}

#ip_detail2 table span.caution {
	color: #999;
}

#ip_detail2 table th {
	vertical-align: middle;
}

#ip_detail2 table th.maker {
	width: 18%;
}

#ip_detail2 table th:nth-child(4) {
	width: 14%;
}

#ip_detail2 h4 {
	padding: 0.7em 0 0.3em;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px dotted #666;
}

#ip_detail2 li {
	list-style: none;
}

#ip_detail3 img.flow_s {
	display: none;
}

#ip_detail,
#ip_detail2,
#ip_detail3 {
	margin-bottom: 3.5rem;
}

#ip_rate {
	margin: -30px;
	padding: 30px;
}

.ip_maker {
	border: #bbb solid 2px;
	border-radius: 5px;
	padding: 0.6em 1em 0.4em;
	margin-bottom: 1em;
}

.post_content .ip_maker h5 {
	font-size: 115%;
	font-weight: 600;
	padding-bottom: 0.4em;
}

.h5_wrap {
	display: flex;
	align-items: center;
	border-bottom: #666 1px dotted;
	margin-bottom: 1em;
}

.post_content .h5_wrap h5 {
	margin-bottom: 0;
}

.h5_wrap span {
	margin-left: 1em;
}

.ip_maker_inner span {
	vertical-align: super;
}

.ip_icom h5 {
	border-bottom: #666 1px dotted;
}

.ip_maker dl {
	display: flex;
	align-items: center;
	margin: 0 0 0.7em 0;
}

.ip_maker dt.stretch {
	padding: 0.1em 0.5em;
}

.ip_maker dt.stretch2 {
	padding: 4% 0.5em;
}

.ip_icom dl:last-child dt {
	display: inline-block;
}

.ip_maker dl span {
	font-size: 90%;
}

.ip_maker dt {
	border: #bbb solid 1px;
	padding: 0.1em 0.5em;
	font-weight: normal;
	font-size: 90%;
	margin: 0 0.7em 0 0;
	text-align: center;
}

.ip_maker dd {
	margin-bottom: 0;
}

.ip_maker .ip_maker_inner {
	display: flex;
	align-items: center;
}

.ip_maker hr {
	border-top: 2px dotted #777;
	width: 80%;
	margin: 0.6em auto 1em auto;
}

.ip_icom span {
	margin-bottom: 0.5em;
}

.ip_alinco .icom_dl {
	padding-left: 1em;
}

@media only screen and (max-width:767px) {
	h2#ip_guide {
		margin-right: 0;
	}

	#ip_detail3 img.flow_pc {
		display: none;
	}

	#ip_detail3 img.flow_s,
	.pc_hide {
		display: block;
	}

	div.ip_link {
		width: 100%;
	}

	.ip_maker dt {
		font-size: 80%;
	}

	.ip_icom dl.icom_dl {
		display: block;
	}

	.ip_maker dt.stretch {
		padding: 7% 0.5em;
	}

	.ip_maker dt.stretch2 {
		padding: 0.1em 0.5em;
	}

	.ip_maker .ip_maker_inner {
		display: block;
	}

	.ip_icom p {
		margin-bottom: 0;
	}

	.ip_alinco .icom_dl {
		padding-left: 0;
	}
}

/* --------------------------------------------------------------------------------
メーカー別無線機種類別商品一覧
-------------------------------------------------------------------------------- */
div.maker_icon_wrap2 {
	list-style: none;
}

ul.maker_icon2 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-left: 0;
}

ul.maker_icon2 li {
	background: #10606fe6;
	color: #fff;
	padding: 0.2rem 0.8rem;
	margin: 0.2rem;
	border-radius: 0.5rem;
}

p.lp_link {
	text-align: right;
}

div.products_wrap+p.lp_link {
	margin-top: 1rem;
}

/* --------------------------------------------------------------------------------
販売終了機種一覧
-------------------------------------------------------------------------------- */
h4.completed {
	line-height: 1.5 !important;
	padding: 0 0 0.3em 0.75em !important;
	border-left: 8px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 1.1rem !important;
	margin-bottom: 0.9rem !important;
	font-weight: 600 !important;
}

a.complete_link {
	visibility: hidden;
	padding-top: 20px;
	margin-top: -20px;
}

@media only screen and (max-width:767px) {
	h4.completed {
		margin-top: 0.6rem !important;
	}
}

/* ----------------------
----------------------------------------------------------
業種別無線機種類別商品一覧
-------------------------------------------------------------------------------- */
.industry_scene {
	border: #ddd solid 4px;
	padding: 20px 1.5em 0.9em;
	margin: 1.8rem 0 0;
}

.industry_scene a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
	display: block;
	margin-bottom: 10px;
}

.industry_scene a:hover {
	text-decoration: none;
}


.industry_scene h4 {
	font-weight: 500 !important;
	display: inline-block;
}

.industry_link {
	background: #10606fe6;
	width: 58%;
	padding: 0.5em;
	margin: 4.4em auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transition: 0.5s all ease-out;
	cursor: pointer;
}

.industry_link:hover {
	background: #10606f;
}

.industry_link_wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 0 1em 0.1em 0;
	border-top: #10606f 4px solid;
	border-bottom: #10606f 4px solid;
}

.industry_link_wrap img {
	box-sizing: border-box;
	padding: 0.5em;
	width: 13%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.industry_link_wrap .musenkun1 {
	transform: rotate(350deg);
	transition: 0.5s all ease-out;
}

.industry_link_wrap .musenkun1:hover {
	transform: rotate(355deg);
}

.industry_link_wrap .musenkun2 {
	transition: 0.5s all ease-out;
	transform: rotate(7deg);
}

.industry_link_wrap .musenkun2:hover {
	transform: rotate(2deg);
}

.industry_link_wrap div {
	padding: 1.4em 2em 0.6em;
	width: 60%;
}

.industry_link a {
	text-align: center;
	color: #fff !important;
	display: block;
}

.industry_link p {
	line-height: 1.3;
}

.industry_link p:last-child {
	color: #10606fe6;
	background: #fff;
	padding: 0.8em 0;
	font-size: 110%;
	font-weight: 800;
	margin-top: 0.6em;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transition: 0.5s all ease-out;
}

.industry_link p:last-child:hover {
	transform: translateY(1px);
}

.industry_link p:last-child span {
	font-size: 84%;
}

/* --------「どの機種を選べばいいか分からない」バナー------- */

.industry_link2 {
	margin: 1.4em 0;
	transition: 0.3s all ease-out;
	cursor: pointer;
}

.industry_link2:hover {
	transform: translateY(2px);
	box-shadow: none;
}

.industry_link2 img {
	box-shadow: 3px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out;
}

.industry_link2 img:hover {
	filter: brightness(0.75);
}

/* --------導入機種へのリンク------- */
.case_studies_link {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 44px auto;
	gap: 14px;
}

.case_studies_link a {
	display: inline-block;
	padding: 10px 24px 9px;
	background: #fff;
	border-radius: 3px;
	transition: 0.3s all ease-out;
	border: #067e8e solid 1px;
	font-weight: 500;
	color: #067e8e;
	text-align: center;
}

.case_studies_link a i {
	padding-left: 6px;
}

.case_studies_link a:hover {
	background: rgba(6, 126, 142, 0.2);
}



@media only screen and (max-width:767px) {
	.industry_link {
		width: 95%;
	}

	.industry_link_wrap {
		padding: 0;
		justify-content: space-around;
	}

	.industry_link_wrap p:first-child {
		margin-bottom: 0 !important;
	}

	.industry_link_wrap div {
		padding: 1.4em 0 0.2em 0;
		width: 65%;
	}

	.industry_link_wrap .musenkun1 {
		display: none;
	}

	.industry_link_wrap .musenkun2 {
		padding: 0;
		width: 14%;
	}

	.case_studies_link {
		flex-direction: column;
	}

	.case_studies_link a {
		display: block;
	}
}

/* --------------------------------------------------------------------------------
サイトマップ
-------------------------------------------------------------------------------- */
.sitemap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sitemap h5 {
	padding-bottom: 0.5rem !important;
	border-bottom: 2px solid #d3d3d3;
	font-weight: 600 !important;
	color: #222;
}

.sitemap .sitemap_wrap {
	padding: 0 1% 0 0;
}

.sitemap h6:first-child {
	padding-top: 1.5rem;
}

.sitemap h6 {
	font-weight: 600 !important;
	color: #222;
}

.sitemap a {
	color: #000;
}

.sitemap ul {
	list-style: none !important;
	margin-left: .5em !important;
}

.sitemap li.sitemap-item {
	position: relative;
	padding-left: 1.8rem;
}

.sitemap li.sitemap-item::before {
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	width: 14px;
	height: 9px;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	content: "";
}

@media only screen and (max-width:767px) {
	.sitemap .sitemap_wrap {
		width: 100%;
		padding-left: 0.5rem;
	}
}

/* --------------------------------------------------------------------------------
特定商取引に関する法律の表記
-------------------------------------------------------------------------------- */
.shoutorihiki th {
	min-width: 6rem;
}

@media only screen and (max-width:767px) {
	table.shoutorihiki th {
		padding: 10px 5px;
	}
}

/* --------------------------------------------------------------------------------
商品一覧
-------------------------------------------------------------------------------- */
.post_content ul.search_wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 0 36px 0;
}

ul.search_wrap p {
	display: none;
}

ul.search_wrap li {
	width: 26%;
	list-style: none;
	line-height: 3.8em;
	text-align: center;
	background: #067E8E;
	border-radius: 3px;
}

ul.search_wrap li a {
	display: block;
	color: #fff;
	transition: 0.5s all ease-out;
	font-size: 17px;
	font-weight: 600;
	line-height: 3.8em;
}

ul.search_wrap li a:hover {
	background: #007180;
	text-decoration: none;
}

h3.search {
	text-align: center;
	font-size: 170% !important;
	font-weight: 500 !important;
	margin-bottom: 2rem !important;
}

.glass {
	display: inline-block;
	position: relative;
	width: 1em;
	height: 1em;
	color: #333;
	font-size: 50px;
	top: 0.4em;
	left: 0.2em;
}

.glass::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0.7em;
	height: 0.7em;
	box-sizing: border-box;
	border: 0.15em solid #333;
	border-radius: 50%;
	background-color: #eeefef;
	content: "";
}

.glass::after {
	position: absolute;
	top: 25px;
	left: 52%;
	transform: rotate(-45deg);
	width: 0.15em;
	height: 0.3em;
	box-sizing: border-box;
	background-color: #333;
	content: "";
}

/*#search_2 .glass::before {
    background-color: #fff;
}*/
#search_3 {
	background: #eeefef;
	padding: .8rem 2.8rem;
	margin-top: 2.6rem;
	margin-bottom: 3rem;
}

.search_maker_wrap a {
	color: #000 !important;
	width: 19.2%;
}

.search_maker_wrap a:hover {
	text-decoration: none !important;
}

.search_maker_wrap .maker_box {
	margin: 0.4rem 0.4rem;
	border: #ccc 1px solid;
	display: flex;
	background: #fff;
	overflow: hidden
}

.search_maker_wrap .maker_box:nth-child(5n) {
	margin-right: 0;
}

.search_maker_wrap .maker_box p {
	margin: auto 3rem auto 1rem;
}

.search_maker_wrap img {
	width: 195px;
	transition: .5s all;
}

.search_maker_wrap img:hover {
	transform: scale(1.1, 1.1);
	transition: .5s all;
}

.search_maker_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 1%;
}

.search_maker_wrap p {
	display: none;
}

#search_1 {
	padding: .8rem 2.9rem;
	margin: 2.6rem 0;
	/*    border: #eeefef 9px solid;*/
	background: #eeefef;
}

#search_1 h4 {
	font-weight: 500;
	text-align: center;
	font-size: 135%;
	border-bottom: #999 1px dotted;
	padding-bottom: 4px;
}

#search_1 div {
	border: #999 solid 2px;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
	background: #fff;
}

#search_1 div:last-child {
	padding-top: 0.3em;
}

#search_1 h4 img {
	margin-left: 0.5em;
	vertical-align: text-bottom;
}

#search_1 p {
	text-align: center;
	margin-bottom: 1em;
}

#search_1 ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 1em 0 !important;
}

#search_1 ul li {
	width: 31%;
	margin: .4rem 1.1%;
	text-align: center;
	line-height: 3.8em;
	box-sizing: border-box;
}

#search_1 ul li a {
	line-height: 3.8em;
	display: block;
	font-weight: 600;
	transition: 0.5s all ease-out;
	color: #fff;
	border-radius: 5px;
}

#search_1 .short li a {
	background: #f4b016;
}

#search_1 .short li a:hover {
	text-decoration: none;
	background: #e39e03;
}

#search_1 .middle li a {
	background: #d9545c;
}

#search_1 .middle li a:hover {
	text-decoration: none;
	background: #b83941;
}

#search_1 .long li a {
	background: #236297;
}

#search_1 .long li a:hover {
	text-decoration: none;
	background: #104b7c;
}

#search_1 .other_radio li a {
	background: #585988;
}

#search_1 .other_radio li a:hover {
	text-decoration: none;
	background: #393b72;
}

#search_1 .other li a {
	border: #999 1px solid;
	background: #fff;
	color: #222;
}

#search_1 .other li a:hover {
	text-decoration: none;
	background: #666;
	color: #fff;
}

#search_2 {
	padding: .8rem 2rem;
	margin: 2rem 0;
	background: #eeefef;
}

#search_2 h6 {
	margin-left: 5px;
	font-weight: 600;
}

#search_2 p {
	text-align: center;
	/*margin-bottom: 1.4rem;*/
}

#search_2 ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 0 !important;
}

#search_2 ul li {
	width: 49%;
	margin-bottom: 1.6%;
	background: #fff;
	display: flex;
}

#search_2 ul .img1 {
	background: url('/wp-content/uploads/2021/11/construction.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img2 {
	background: url('/wp-content/uploads/2021/11/security.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img3 {
	background: url('/wp-content/uploads/2021/11/transportation.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img4 {
	background: url('/wp-content/uploads/2021/11/factory.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img5 {
	background: url('/wp-content/uploads/2021/11/event.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img6 {
	background: url('/wp-content/uploads/2021/11/stadium.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img7 {
	background: url('/wp-content/uploads/2021/11/weddinghall.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img8 {
	background: url('/wp-content/uploads/2021/11/shop.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img9 {
	background: url('/wp-content/uploads/2021/11/taxibus.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img10 {
	background: url('/wp-content/uploads/2021/11/medicalinstitution.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img11 {
	background: url('/wp-content/uploads/2021/11/education.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img12 {
	background: url('/wp-content/uploads/2021/11/crisismanagement.jpg') no-repeat;
	width: 138px;
	height: 138px;
	background-size: contain;
}

#search_2 ul .img,
#search_3 ul .text {
	transition: .5s all;
}

#search_2 ul .img:hover,
#search_3 ul .text:hover {
	opacity: 0.8;
}

#search_2 ul .text {
	width: 75%;
}

#search_2 ul p {
	font-size: 83%;
	line-height: 1.4rem;
	text-align: initial;
	color: #000;
	padding: 0 0.2rem 0.5rem 0.5rem;
}

#search_3 ul p {
	display: none;
}

#search_3 ul h6+p {
	display: block;
	margin-bottom: 0 !important;
}

#search_3 ul a:hover {
	text-decoration: none;
}

#search_3 ul a {
	display: block;
}

#search_3 ul h6 {
	font-weight: 600;
	padding: 0.8rem 0 0.3rem 0.5rem;
	margin-bottom: 0 !important;
}

.industry_link2.search {
	width: 80%;
	margin: 6em auto 0;
}

.trial_link.search {
	text-align: center;
}

.trial_link_wrap.search {
	justify-content: center;
}

.post_content p.lp_link2.search {
	text-align: center;
	margin: 1.4em 0 4em 0;
}

.post_content p.lp_link2.search a.underline {
	text-align: center;
}

div.search_contact {
	background-color: #eeeeee;
	width: 55%;
	margin: 0 auto 5rem auto !important;
	padding: 2rem 3rem 2rem 3rem;
	text-align: center;
	border-top: 10px solid #666666;
	transition: 0.5s all ease-out;
}

div.search_contact:hover {
	background-color: #c5c5c5;
}

div.search_contact a {
	display: block;
	transition: 0.5s all ease-out;
}

div.search_contact a:hover {
	text-decoration: none;
}

div.search_contact h4 {
	font-weight: bold;
	font-size: 1.7rem;
	position: relative;
	padding: 1.5rem;
	color: #000;
}

div.search_contact h4:before {
	position: absolute;
	bottom: -0.1rem;
	left: calc(50% - 50px);
	width: 100px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #000;
}

div.search_contact ul {
	color: #000;
}

div.search_contact li:first-child {
	font-weight: bold;
	font-size: 1.2rem;
	margin-top: 1rem;
}

.sp_hid.search_rental_banner {
	width: 80%;
	margin: 0 auto;
}

/* LPへのリンク */
.top_lp_link {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	width: 90%;
	margin: 1em auto;
	padding: 5px;
	border-top: #4b9da3 solid 0.75px;
	border-bottom: #4b9da3 solid 3px;
	transition: all 0.3s ease-out;
}

.top_lp_link span {
	margin-left: 5px;
}

.top_lp_link:hover {
	background: rgba(75, 157, 163, 0.2);
}

@media only screen and (max-width:767px) {
	ul.search_wrap {
		margin-top: 2rem !important;
		justify-content: space-evenly;
	}

	ul.search_wrap li {
		width: 95%;
		margin-bottom: 1rem;
	}

	#search_3 {
		padding: 0 4%;
		margin-top: 1rem;
	}

	#search_1 {
		padding: 0 0.5rem;
	}

	.search_maker_wrap {
		justify-content: space-between;
	}

	.search_maker_wrap a {
		width: auto;
	}

	#search_1 ul li {
		width: 95%;
		margin: 5px auto;
		line-height: 3.3rem;
	}

	#search_1 h4 {
		margin: 0 3%;
	}

	.search_maker_wrap img {
		width: 140px;
	}

	.search_maker_wrap .maker_box {
		margin: 0.4rem auto;
	}

	#search_2 {
		padding: 0 0.5rem;
		margin-bottom: 2rem !important;
	}

	#search_2 ul li {
		width: 100%;
		margin-bottom: 0.9rem;
	}

	#search_2 ul p {
		font-size: 75%;
		line-height: 1.2rem;
	}

	#search_2 ul .img {
		width: 110px;
		background-size: cover;
	}

	.industry_link2.search {
		width: 100%;
	}

	div.search_contact {
		width: 100%;
		padding: 0.5rem 2rem;
		box-sizing: border-box;
	}

	div.search_contact h4 {
		font-size: 1.1rem;
	}

	div.search_contact li:first-child {
		font-size: 1rem;
	}

	.purchase-contact.search {
		width: 93% !important;
	}

	/* LPへのリンク */

	a.top_lp_link {
		text-align: left;
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
		padding: 10px 0;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	#search_1 ul li {
		width: 48%;
		margin: 0.4rem 1%;
	}

	#search_2 ul li {
		width: 100%;
	}
}

/* --------------------------------------------------------------------------------
PayPal決済について
-------------------------------------------------------------------------------- */
.paypal_1 h3.paypal {
	font-weight: 500;
}

.paypal_1 h3.paypal::before {
	content: '?';
	color: #fff;
	background: #333;
	padding: 0.1em 0.55em;
	margin-right: 0.6rem;
	font-size: 110%;
	font-weight: 600;
}

.paypal_1 .card_icon {
	display: flex;
}

.paypal_1 .card_icon img {
	margin-right: 1rem;
}

.paypal_1 span.paypal1 {
	color: #fff;
	background-color: #0070bc;
	border-radius: 2em;
	padding: 0.5em 1.5em;
	margin-right: 5px;
}

.paypal_1 span.paypal2 {
	color: #fff;
	background-color: #0070bc;
	border-radius: 0.3em;
	padding: 0.3em 0.5em 0.4em;
	margin: 0 5px;
}

.paypal_1 img.paypal {
	margin-top: 7px;
}

.paypal_caution {
	background: #eee;
	padding: 1rem 2rem;
	margin-top: 2rem;
}

.paypal_caution h5.caution {
	font-size: 120%;
	font-weight: 600;
	margin: 5px 0 20px;
}

.paypal_caution h5.caution::before {
	content: '!';
	color: #fff;
	background: #222;
	border-radius: 50%;
	padding: 0.25em 0.75em;
	margin-right: 1rem;
	font-size: 110%;
	font-weight: 600;
}

.paypal_box {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.paypal_box p a {
	width: 23rem;
}

@media only screen and (max-width:767px) {
	.paypal_caution {
		padding: 1rem 0.8rem;
	}

	.paypal_box {
		justify-content: space-between;
	}
}



/* --------------------------------------------------------------------------------
サイドメニュー
-------------------------------------------------------------------------------- */
.side_menu {
	margin-top: -1.6em;
}

.side_content {
	display: none;
	margin: 1.5rem 0 !important;
	padding-left: 1.6em;
}

.side_content li {
	list-style-type: square;
}

.side_content li a {
	color: #222 !important;
}

.post_content .side_head {
	position: relative;
	border-bottom: 1px solid #ddd;
	line-height: 5rem;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
}

.side_head span {
	display: inline-block;
	vertical-align: -10%;
	padding-right: 5px;
}

.side_head:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

.side_menu .open:after {
	transform: rotate(225deg);
}

.side_head a {
	transition: all 0.5s ease-out;
}

.side_head a:hover {
	opacity: 0.7;
}

/* --------------------------------------------------------------------------------
商品紹介ページ　IP無線料金へのリンク
-------------------------------------------------------------------------------- */
.ip_link_button {
	display: inline-block;
	padding: 0.25em 1em 0.3em 1.2em;
	margin: 0 0 1em 0;
	max-width: 90%;
	background: #fff;
	border-radius: 3px;
	transition: 0.5s all ease-out;
	border: rgba(16, 96, 111, 0.8) solid 3px;
	font-weight: 500;
	text-decoration: none;
}

.ip_link_button:hover {
	background: rgba(16, 96, 111, 0.2);
}

/* --------------------------------------------------------------------------------
テスト
-------------------------------------------------------------------------------- */
/*.o_content{
    display: none;
}*/
ul.o_type_wrap div {
	display: none;
}

ul.o_type_wrap li,
ul.o_type li {
	list-style: none;
}

ul.o_type_wrap li {
	font-weight: 500;
	border-top: 1px solid rgba(16, 96, 111, 0.5);
	padding: 0.6em 0;
	color: #10606f;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.5s ease-out;
	position: relative;
}

ul.o_type_wrap li:first-child {
	border: none;
}

ul.o_type_wrap>li:hover {
	text-decoration: underline;
}

ul.o_type_wrap>li:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

ul.o_type {
	display: flex;
	flex-wrap: wrap;
}

ul.o_type li {
	list-style: none;
	color: #fff;
	background: rgba(16, 96, 111, 0.9);
	margin: 0.6em 1% 0.6em 0;
	border-radius: 3px;
	padding: 6px 7px;
	width: 30%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease-out;

}

ul.o_type li:hover {
	background: rgba(16, 96, 111, 0.7);
}

.motorola_logo {
	width: 28%;
	background: url(/wp-content/uploads/2021/09/motorola_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

.standard_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/standard_logo_small.jpg) no-repeat left top;
	background-size: 100%;
	margin: 50px 0 -5px 0 !important;
	padding-bottom: 5px;
}

.str_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/standard_horizon_logo_small.jpg) no-repeat left top;
	background-size: 95%;
	margin: 50px 0 5px 0 !important;
	padding-bottom: 20px;
}

.yaesu_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/11/top_logo_yaesu.jpg) no-repeat left center;
	background-size: 75%;
	margin: 50px 0 5px 0 !important;
	padding-bottom: 20px;
}

.icom_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/07/icom_logo_small.jpg) no-repeat left center;
	background-size: 45%;
	margin: 50px 0 10px 20px !important;
	padding-bottom: 20px;
	height: 50px;
}

.kenwood_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/kenwood_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 0px;
}

.alinco_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/alinco_logo_small.jpg) no-repeat left top;
	background-size: 78%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 3px;
}

.wedge_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/wedge_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 30px;
}

.csr_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/csr_logo_small.jpg) no-repeat left top;
	background-size: 75%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 30px;
}

.hytera_logo {
	width: 34%;
	background: url(/wp-content/uploads/2021/09/hytera_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 45px;
}

.b-ear_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/b-ear_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 20px;
}

.j-mobile_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/j-mobile_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 0 0 !important;
	padding-bottom: 25px;
}

.smartwave_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/smartwave_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

.softbank_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/softbank_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

.mobilecreate_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/mobilecreate_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
}

.circle-one_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/circle-one_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 5px;
}

.panasonic_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/panasonic_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 5px;
}

.mcaccess-e_logo {
	width: 35%;
	background: url(/wp-content/uploads/2021/09/mcaccess-e_logo_small.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

.mca-advance_logo {
	width: 35%;
	background: url(/wp-content/uploads/2022/06/mca-advance_logo.png) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

.seiryodenki_logo {
	width: 28%;
	background: url(/wp-content/uploads/2022/06/logo_seiryou.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}

.thuraya_logo {
	width: 45%;
	background: url(/wp-content/uploads/2024/06/thuraya_logo.jpg) no-repeat left top;
	background-size: 80%;
	margin: 50px 0 10px 0 !important;
	padding-bottom: 15px;
}




@media only screen and (max-width:767px) {
	.motorola_logo {
		width: 65%;
		padding-bottom: 10px;
	}

	.standard_logo {
		width: 65%;
		padding-bottom: 0;
	}

	.str_logo {
		width: 70%;
		padding-bottom: 10px;
	}

	.icom_logo {
		width: 70%;
	}

	.kenwood_logo {
		width: 65%;
	}

	.alinco_logo {
		width: 65%;
	}

	.wedge_logo {
		width: 70%;
		padding-bottom: 20px;
	}

	.csr_logo {
		width: 60%;
		padding-bottom: 15px;
	}

	.hytera_logo {
		width: 65%;
		padding-bottom: 30px;
	}

	.b-ear_logo {
		width: 65%;
		padding-bottom: 10px;
	}

	.j-mobile_logo {
		width: 70%;
		padding-bottom: 15px;
	}

	.smartwave_logo {
		width: 70%;
	}

	.softbank_logo {
		width: 70%;
	}

	.mobilecreate_logo {
		width: 70%;
	}

	.circle-one_logo {
		width: 70%;
	}

	.panasonic_logo {
		width: 70%;
	}

	.mcaccess-e_logo {
		width: 70%;
	}

	.mca-advance_logo {
		width: 66%;
	}

	.seiryodenki_logo {
		width: 64%;
	}

	.thuraya_logo {
		width: 64%;
	}
}

/* --------------------------------------------------------------------------------
Twitterタイムライン
-------------------------------------------------------------------------------- */
h3.twitter_headline {
	margin: 0 0 6px 0;
	padding-left: 2px;
	font-size: 16px;
	color: #ddd;
	line-height: 1.4;
	font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 600;
}

h3.twitter_headline img {
	padding-left: 5px;
}

@media only screen and (max-width:767px) {}

/* --------------------------------------------------------------------------------
カレンダー
-------------------------------------------------------------------------------- */
.xo-event-calendar table.xo-month .month-header {
	color: #ddd;
	font-size: 15px;
}

.xo-event-calendar table.xo-month button span.nav-next {
	border-right: 2px solid #ddd !important;
	border-top: 2px solid #ddd !important;
}

.xo-event-calendar table.xo-month button span.nav-prev {
	border-bottom: 2px solid #ddd !important;
	border-left: 2px solid #ddd !important;
}

@media only screen and (max-width:767px) {}

/* --------------------------------------------------------------------------------
サーバメンテナンスのお知らせ
-------------------------------------------------------------------------------- */
.news_server p {
	color: #d71515;
	font-size: 14px;
	line-height: 1.5;
}

@media only screen and (max-width:767px) {
	.news_server {
		margin-top: 1em;
	}

	.news_server p {
		font-size: 12px !important;
	}
}

/* --------------------------------------------------------------------------------
レンタルお試しフォーム
-------------------------------------------------------------------------------- */
p.table_text {
	line-height: 1.8em;
	font-size: 80%;
}

/* --------------------------------------------------------------------------------
修理対応終了商品
-------------------------------------------------------------------------------- */
/*.support_end{
    display:flex;
    justify-content: space-between;
}

.support_end p:first-child a{
    color:#DF3538;
}

.support_end p:last-child{
    padding: 0 10px;
    color: #fff;
    background: #1e4175;
    line-height: 37px;
    border-radius: 3px;
}

.support_end p:last-child a{
    color: #fff;
}*/

.support_link_button p {
	width: 18em;
	list-style: none;
	line-height: 3.2em;
	text-align: center;
	background: #1a90b4;
	border-radius: 3px;
	margin: 1em 0 0 0;
	padding-left: 15px;
}

.support_link_button p img {
	padding-left: 4px;
	vertical-align: middle;
}

.support_link_button p a {
	display: block;
	color: #fff;
	transition: 0.5s all ease-out;
}

.support_link_button p a:hover {
	opacity: 0.8;
}

.support_link_button:last-child {
	margin-top: 4em;
}

.attention {
	margin: 2em 0 0 0;
}

/* --------------------------------------------------------------------------------
投稿ページ共通
-------------------------------------------------------------------------------- */
.post_content .column_h3 {
	margin: 3em 0 1.5em;
	padding: 1.1em .2em 1em;
	font-size: 22px;
	font-weight: 600;
	border-top: 1px solid #222;
	border-bottom: 3px solid #222;
}

.post_content .column_h4 {
	margin: 2em 0 18px 0;
	font-weight: 600;
}

.post_content .column_ul {
	margin: 1.6em 0 1.6em 1.3em;
	list-style: square;
}

.post_content .column_link2 {
	background: #2c8fb5;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 3.2em;
	border-radius: 50vh;
	display: inline-flex;
	padding: 0 30px;
	margin: 1em 0;
	box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 25%);
	transition: all 0.3s ease-out;
}

.column_link2:hover {
	background: #1e8ab3;
}

.post_content .column_link2 span {
	font-size: 70%;
	margin-left: 10px;
}

.lp_contact2 {
	background: #f2e820;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 22px 0 30px;
	margin: 10px 0;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 25%);
	transition: all 0.3s ease-out;
}

.lp_contact2:hover {
	background: #e0d504;
	transform: translateY(2px);
}

.post_content .lp_contact2 p {
	font-size: 20px;
	background: #fff;
	padding: 14px 20px;
	border-radius: 16px;
	margin-right: 22px;
	font-weight: 800;
	line-height: 1.6em;
}

.lp_contact2 span {
	font-size: 22px
}

@media only screen and (max-width:767px) {

	.post_content .column_link2 {
		line-height: 1.4em;
		padding: 10px 30px;
		font-size: 15px;
		display: inline-block;
	}

	.lp_contact2 {
		padding: 12px 16px 0 16px;
		width: 100%;
		box-sizing: border-box;
		justify-content: space-between;
	}

	.post_content .lp_contact2 p {
		font-size: 16px;
	}

	.lp_contact2 img {
		width: 24%;
	}


}

/* --------------------------------------------------------------------------------
お困りごとはありませんか
-------------------------------------------------------------------------------- */
.problem-bg {
	width: 100%;
	margin: 0;
	padding: 50px 0 70px;
	position: relative;
	top: 0;
	overflow: hidden;
}

.problem-bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3c8dda;
	transform: skewY(-7deg) translateY(-60px);
	z-index: -1;
}

.problem-bg .top_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	animation-name: fadeUpAnime;
	/*アニメーションの定義名*/
	animation-duration: 1.2s;
	/*アニメーション変化時間*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.problem-bg .top_text {
	animation-name: fadeUpAnime2;
	/*アニメーションの定義名*/
	animation-duration: 0.8s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
	opacity: 0;
}

@keyframes fadeUpAnime2 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.problem-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 !important;
}

.problem-wrap li {
	width: 23%;
	list-style: none;
	margin-right: 2%;
	animation-name: fadeUpAnime3;
	/*アニメーションの定義名*/
	animation-duration: 1s;
	/*アニメーション変化時間 ※デフォルト*/
	animation-fill-mode: forwards;
	/*アニメーションの開始と終了時の状態を指定*/
	animation-delay: 1.2s;
	opacity: 0;
}

@keyframes fadeUpAnime3 {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.problem-wrap li p:first-child {
	background: #bce7fa;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 4em;
	font-weight: 600;
	font-size: 120%;
	color: #222;
	line-height: 1.2em;
}

.problem-wrap li p:first-child::after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 8px;
	left: 6px;
	width: 100%;
	height: 4em;
	background-image: radial-gradient(#5d637f 30%, transparent 30%);
	background-size: 8px 8px;

}

.problem-wrap img {
	border: #063763 solid 5px;
	border-radius: 50vh;
	width: 84%;
	padding: 4%;
	margin: 0.5em auto;
}

.problem-arrow {
	width: 100px;
	margin: -10px auto 0;
}

.problem-arrow+p {
	background: #fcac0d;
	padding: 0.8em 0;
	font-size: 140%;
	font-weight: 800;
	color: #063763;
	text-align: center;
	line-height: 2em;
}

.problem-arrow+p strong {
	font-size: 160%;
}

.problem-wrap li p:last-child {
	display: flex;
	justify-content: center;
	color: #222;
}

.problem-wrap2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 3em 0 0 0;
}

.problem-wrap2 div {
	display: flex;
	align-items: center;
	background: #3c8dda;
	border-radius: 10px 10px 0 0;
	padding: 0 24px;
}

.problem-wrap2 img {
	width: 50px;
}

.problem-wrap2 div h6 {
	color: #fff;
	font-size: 130%;
	font-weight: 600;
	margin-bottom: 0;
	padding-left: 3px
}

.problem .form {
	background: #3c8dda;
	border-radius: 0 10px 10px 10px;
	padding: 22px;
	margin-bottom: 2em;
}

.problem .sp {
	background: #fff;
	margin: 0 auto;
}

.problem .sp th {
	white-space: normal;
	width: 12em;
}

.problem #contact {
	border: #3c8dda 10px solid;
	border-radius: 8px;
	padding: 0.8em 0 0;
	width: 650px;
	margin: 1em auto;
	transition: all 0.5s ease-out;
}

.problem #contact a {
	display: flex;
	align-items: center;
}

.problem #contact:hover {
	background: rgba(60, 141, 218, 0.2);
}

.problem #contact img {
	width: 90px;
	margin: 0 2em;
}

.problem #contact h6 {
	color: #3c8dda;
	font-size: 160%;
	font-weight: 600;
}

.problem #contact div {
	width: 100%;
}

.problem #contact dt {
	float: left;
	font-weight: normal;
}

.problem #contact dd {
	margin: 0 0 0 1em;
}

.problem #contact a {
	color: #000;
}

@media only screen and (max-width:767px) {
	.problem-bg {
		padding: 30px 0 100px;
	}

	.problem-bg .top_img {
		top: 35%;
		width: 55%;
	}

	.problem-bg .top_text {
		width: 100%;
	}

	.problem-wrap li {
		width: 46%;
	}

	.problem-arrow+p {
		font-size: 120%;
		padding: 22px 5px;
	}

	.problem-arrow+p strong {
		font-size: 150%;
		line-height: 1.2em;
	}

	.problem .form {
		padding: 12px 8px;
	}

	.problem .form table.sp {
		width: 97%;
	}

	.problem .form table.sp th,
	.problem .form table.sp td {
		width: auto;
	}

	.problem-wrap2 div {
		margin-bottom: 0;
	}

	.problem-wrap2 p:last-child {
		margin-bottom: 3px;
		font-size: 11px;
	}

	.problem #contact {
		width: 85%;
		padding: 0.8em 0.8em 0.2em;
	}

	.problem #contact h6 {
		font-size: 140%;
	}

	.problem #contact img {
		width: 70px;
		margin: 0 1em 0 0;
	}
}

@media (min-width: 768px) and (max-width: 1025px) {
	.problem-bg .top_img {
		top: 24%;
		width: 40%;
	}
}

/* --------------------------------------------------------------------------------
スキースクール
-------------------------------------------------------------------------------- */
.post_content .ski {
	font-size: 18px;
}

.ski_head {
	position: relative;
}

.post_content h3.ski_head {
	font-weight: 800;
	font-size: 48px;
	color: #007ecc;
	margin: 3em 0 0.4em;
}

.post_content .ski6 h3.ski_head {
	margin: 0 0 0.4em;
}

.ski_quote {
	margin: 28px 0 20px 0;
	padding: 0 28px;
	position: relative;
	display: inline-block;
}

body .post_content .ski_quote p {
	margin: 20px 0;
	font-size: 21px;
	font-weight: 500;
}

.post_content .ski_quote::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1em;
	width: 1.6em;
	height: 1.6em;
	border-top: 3px solid #007ecc;
	border-left: 3px solid #007ecc;
	margin: 0;
}

.post_content .ski_quote::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0.4em;
	width: 1.6em;
	height: 1.6em;
	border-bottom: 3px solid #007ecc;
	border-right: 3px solid #007ecc;
	margin: 0;
}

figure.ski_img img {
	box-shadow: 35px 35px 0px 0 rgb(201, 232, 244);
}

.ski_img figcaption {
	font-size: 14px;
	margin-top: -5px;
	line-height: 1.4em;
	color: #444;
}

.ski1 .ski_top {
	position: relative;
	background: url(/wp-content/uploads/2025/02/ski_top2.jpg) 60% 0 / cover;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	min-height: 660px;
}

.ski1 .top_inner {
	position: absolute;
	max-width: 1200px;
	top: 8%;
	left: 3%;
	right: 0;
	margin: auto;
}

.ski1 .top_inner p {
	font-weight: 1000;
	font-size: 36px;
	color: #007ecc;
	transform: rotate(-5deg);
	display: inline-block;
	background: linear-gradient(transparent 65%, #c9e8f4 65%);
}

.ski1 .top_inner .clear {
	display: none;
}

.post_content .ski1 .top_inner h2 {
	padding: 0 0 0 0;
}

.ski1 .top_inner h2 img {
	margin: 0 auto auto 0;
}

.ski2 {
	margin: -100px 0 55px 0;
	position: relative;
}

.post_content .ski2 img {
	width: 24%;
	box-shadow: 35px 20px 0px 0 rgb(201, 232, 244);
	position: absolute;
	top: -35px;
	left: 75px;
}

.ski2 .ski2_inner2 {
	padding: 0 4% 50px 6%;
	margin-left: 32%;
}

.ski2 .blockquote1 {
	display: none;
}

.post_content .ski2 .blockquote2 {
	display: inline-block;

	font-weight: 600;
	padding: 0 28px;
	margin-bottom: 20px;
	position: relative;
}

body .post_content .ski2 .blockquote2 p {
	text-shadow: #Fff 1px 0 10px;
	font-size: 40px;
}

.ski2 .blockquote2::before {
	content: '';
	position: absolute;
	left: -0.3em;
	top: -0.3em;
	width: 1.6em;
	height: 1.6em;
	border-top: 3px solid #007ecc;
	border-left: 3px solid #007ecc;
	margin: 0;
}

.ski2 .blockquote2::after {
	content: '';
	position: absolute;
	right: -0.3em;
	bottom: -0.3em;
	width: 1.6em;
	height: 1.6em;
	border-bottom: 3px solid #007ecc;
	border-right: 3px solid #007ecc;
	margin: 0;
}

.post_content .ski2 div>p {
	margin-bottom: 1em;
}

.ski3,
.ski4,
.ski5,
.ski7 {
	position: relative;
	margin-top: 3.8em;
}

.ski6 {
	position: relative;
}

.ski3::after,
.ski5::after,
.ski7::after {
	content: '';
	background: url(/wp-content/uploads/2025/02/mountain.png) 30% 7% / cover no-repeat;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	min-height: 290px;
	position: absolute;
	top: -6%;
	width: 100vw;
	left: 0;
	right: 0;
	z-index: -99;
}


.ski4::after,
.ski6::after {
	content: '';
	background: url(/wp-content/uploads/2025/02/mountain.png) 20% 7% / cover no-repeat;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	min-height: 290px;
	position: absolute;
	top: -6%;
	width: 100vw;
	left: 0;
	right: 0;
	z-index: -99;
	transform: scale(-1, 1);
}

.ski3_wrap {
	margin: 1.8em 0;
	display: flex;
}

.post_content .ski3_wrap h6 {
	color: #007ecc;
	font-size: 20px;
	font-weight: 600;
	border: #007ecc solid 3px;
	background: #fff;
	border-radius: 50vh;
	display: inline;
	padding: 0 16px 2px 12px;
	height: 2em;
	line-height: 2em;
}

.post_content .ski3_wrap h6 span {
	color: #007ecc;
	font-size: 1.2em;
	padding-right: 10px;
	vertical-align: bottom;
}

.ski3_wrap .ski3_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.ski3_wrap .ski3_inner:not(:last-child)::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 30px solid #007ecc;
	border-right: 0;
	top: 45%;
	left: 96%;
}

.ski3 .ski_quote+p span {
	background: linear-gradient(transparent 65%, #f2e820 65%);
}

.ski4_wrap {
	margin: 2em 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ski4_inner1 {
	width: 54%;
}

.ski4_inner1 figure {
	margin-bottom: 2em;
}

.ski4_inner2 {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: space-around;
}

.ski4_inner2 .ski_img {
	width: 80%;
	position: relative;
}

.ski4_inner2 .ski_img::after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2025/02/arrow.png) 0 0 / contain;
	width: 60px;
	height: 60px;
	z-index: 99;
	top: 34%;
	left: 70%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.ski5_wrap1 {
	display: flex;
	margin-bottom: 3em;
}

.ski5_wrap1 .ski_img {
	margin-right: 90px;
}

.ski5_inner1 {
	width: 80%;
}

.ski5_inner1 .ski_quote:nth-of-type(2) {
	margin: 5px 0 0 0;
}

.ski5_wrap2 {
	display: flex;
	margin-bottom: 3em;
}

.ski5_wrap2 .ski_img {
	margin-left: 60px;
}

.ski5_wrap3 {
	display: flex;
}

.ski5_wrap3 .ski_img {
	width: 40%;
	position: relative;
	bottom: 8em;
	margin-right: 60px;
}

.ski6_wrap1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2em 0;
}

.ski6_inner1 {
	width: 49%;
	box-sizing: border-box;
	display: flex;
	border: #007ecc solid 6px;
	border-radius: 8px;
	padding: 36px 28px 16px;
	background: rgb(255 255 255 / 80%);
}

.ski6_inner1 figcaption {
	text-align: center;
	line-height: 1.4em;
}

.post_content .ski6_inner1 a {
	color: #222;
}

.post_content .ski6_inner1 img {
	border: #d1d1d1 solid 1px;
	transition: all 0.3s ease-out;
}

.post_content .ski6_inner1 img:hover {
	transform: scale(1.05, 1.05);
	filter: brightness(0.95);
}

.ski6_inner1 span {
	color: #007ecc;
	font-size: 90px;
}

.ski6_wrap2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.ski6_wrap3 {
	display: flex;
	flex: 3;
	justify-content: space-between;
	align-items: center;
	background: #f2e820;
	width: 60%;
	margin: 0 40px 0 -2%;
	padding: 0 0 0 5%;
}

.ski6_inner2_inner {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.ski6_inner2_inner p {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0;
}

.ski6_inner2_inner p::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 0;
	width: 260px;
	height: 2px;
	transform: rotate(-8deg);
	box-sizing: border-box;
	background-color: #007ecc;
}

.ski6_inner2_inner p::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 260px;
	height: 2px;
	transform: rotate(8deg);
	box-sizing: border-box;
	background-color: #007ecc;
}

.ski6_inner2_inner span {
	color: #007ecc;
	font-size: 26px;
	font-weight: 800;
	display: inline-block;
}

.ski6_inner2_inner img {
	width: 150px;
}

.post_content .ski6_inner2 a {
	display: flex;
	background: #fff;
	font-size: 34px;
	color: #007ecc;
	border: #007ecc solid 4px;
	font-weight: 800;
	margin: 10px auto 0 auto;
	padding: 10px 40px;
	line-height: 1.4;
	align-items: center;
	justify-content: center;
	width: 80%;
	box-shadow: 15px 15px 0px 0 rgb(0, 126, 204);
	transition: all 0.3s ease-out;
}

.post_content .ski6_inner2 a:hover {
	transform: translateY(4px);
	background: #c9e8f4;
}

.ski6_wrap3 figure {
	width: 46%;
}

.ski6_wrap3 figure a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ski6_wrap3 figure img {
	width: 72%;
	transition: all 0.3s ease-out;
}

.ski6_wrap3 figure img:hover {
	transform: scale(1.02, 1.02);
}

.ski6_wrap3 figcaption {
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	font-weight: 500;
	margin-top: 8px;
}

.ski6_wrap4 {
	background: #c9e8f4;
	padding: 50px 20px 30px;
	width: 30%;
	clip-path: polygon(48px 0, 100% 0, 100% 100%, 0 100%, 0 48px);
	text-align: center;
	position: relative;
}

.ski6_wrap4::after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/2025/02/arrow.png) 0 0 / contain;
	width: 60px;
	height: 60px;
	z-index: 99;
	top: 44%;
	left: 46%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
}

.ski6_wrap4 img {
	width: 75%;
}

.ski7_wrap {
	display: flex;
}

.ski7_wrap div p:last-child {
	font-size: 85%;
	text-indent: -1em;
	padding-left: 1em;
}

.ski7 figure {
	margin: 0 35px 0 -10%;
	z-index: -1;
}

.ski7 figcaption {
	text-align: right;
}

.ski8 {
	background: #f2e820;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.ski8_inner {
	max-width: 1200px;
	margin: 6em auto 0 auto;
	display: flex;
	padding: 3.6em 4em 4em;
}

.ski8_wrap1 {
	flex: 2;
	position: relative;
}

.ski8_wrap1 img:first-child {
	position: absolute;
	width: 100px;
	top: -98px;
	left: 32%;
}

.ski8_wrap1 img:nth-child(2) {
	position: absolute;
	width: 120px;
}

.ski8_wrap1 img:last-child {
	position: absolute;
	width: 220px;
	top: 24%;
	left: 38%;
}

.ski8_wrap2 {
	flex: 3;
}

.post_content .ski8_wrap2 p {
	font-size: 18px;
	margin: 0 0 30px 0;
	font-weight: 500;
}

.ski8_wrap2 p:first-of-type span {
	border-bottom: #007ecc 4px dotted;
	font-weight: 600;
}

.ski8_wrap2 p:last-of-type .link1 {
	color: #007ecc;
	font-size: 24px;
	font-weight: 600;
	text-emphasis: circle;
	display: inline-block;
}

.post_content .ski8_wrap2 p+a {
	display: flex;
	background: #fff;
	font-size: 34px;
	color: #007ecc;
	border: #007ecc solid 4px;
	font-weight: 800;
	margin: 30px auto 0 auto;
	padding: 14px 24px;
	align-items: center;
	justify-content: center;
	width: 80%;
	box-shadow: 15px 15px 0px 0 rgb(0, 126, 204);
	transition: all 0.3s ease-out;
}

.post_content .ski8_wrap2 p+a:hover {
	transform: translateY(4px);
	background: #c9e8f4;
}

@media only screen and (max-width:767px) {
	.post_content .ski {
		font-size: 16px;
	}

	.post_content h3.ski_head {
		font-size: 30px;
	}

	.ski3::after,
	.ski5::after,
	.ski7::after {
		background: url(/wp-content/uploads/2025/02/mountain.png) 26% 0 / cover no-repeat;
		min-height: 180px;
		top: -2%;
	}

	.ski4::after,
	.ski6::after {
		background: url(/wp-content/uploads/2025/02/mountain.png) 26% 0 / cover no-repeat;
		min-height: 180px;
		top: -2%;
	}

	.ski_img figcaption {
		font-size: 13px;
	}

	.ski_quote {
		margin: 1.6em 0;
		padding: 0 14px;
	}

	body .post_content .ski_quote p {
		font-size: 17px;
	}

	.ski1 .ski_top {
		min-height: 360px;
		background: url(/wp-content/uploads/2025/02/ski_top2.jpg) 75% 100% / cover;
	}

	.ski1 .top_inner {
		width: 100%;
		left: 10px;
		transform: none;
	}

	.ski1 .top_inner p {
		font-size: 21px;
		margin-bottom: 5px;
	}

	.ski1 .top_inner h2 img {
		width: 90%;
	}

	.ski2 {
		margin: 10px 0 55px 0;
	}

	.post_content .ski2 .blockquote2 p {
		margin: 0.8em;
	}

	.post_content .ski2 img {
		position: static;
		width: 43%;
		margin: 0 1em 1em 1em;
		box-shadow: 20px 20px 0px 0 rgb(201, 232, 244);
	}

	.ski2 .ski2_inner1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1em;
	}

	.ski2 .ski2_inner2 {
		padding: 0 0 0 0;
		margin-left: 0;
	}

	.ski2 .blockquote1 {
		position: relative;
		display: inline-block;
		font-size: 21px;
		font-weight: 600;
		padding: 8px;
	}

	.post_content .ski2 .blockquote1 p {
		margin-bottom: 0;
	}

	.ski2 .blockquote1+p {
		margin-top: 4em;
		z-index: 9;
	}

	.post_content .ski2 .blockquote2 {
		display: none;
	}

	.ski2 .blockquote1::before {
		content: '';
		position: absolute;
		left: -0.3em;
		top: -0.3em;
		width: 1.6em;
		height: 1.6em;
		border-top: 3px solid #007ecc;
		border-left: 3px solid #007ecc;
		margin: 0;
	}

	.ski2 .blockquote1::after {
		content: '';
		position: absolute;
		right: -0.3em;
		bottom: -0.3em;
		width: 1.6em;
		height: 1.6em;
		border-bottom: 3px solid #007ecc;
		border-right: 3px solid #007ecc;
		margin: 0;
	}

	.ski3_wrap {
		flex-wrap: wrap;
		margin: 1.8em 0 0 0;
	}

	.ski3_wrap .ski3_inner {
		width: 100%;
	}

	.ski3_wrap .ski3_inner:nth-child(2) img {
		margin-bottom: 48px;
	}

	.ski3_wrap .ski3_inner:last-child img {
		margin-top: -44px;
	}

	.ski3_wrap .ski3_inner:not(:last-child)::after {
		top: auto;
		bottom: 10px;
		left: calc(50% - 12px);
		transform: rotate(90deg);
	}

	.ski4_inner1,
	.ski4_inner2 {
		width: 100%;
	}

	.ski4_inner2 {
		margin-top: 1.6em;
		flex-direction: column-reverse;
	}

	.ski5 {
		margin-bottom: 3.8em;
	}

	.ski5_wrap1 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.ski5_wrap1 .ski_img {
		margin: 2em 5px 0 0;
	}

	.ski5_wrap2 {
		flex-wrap: wrap;
	}

	.ski5_wrap2 .ski_img {
		margin-left: 0;
	}

	.ski5_inner1 {
		width: 100%;
	}

	.ski5_wrap3 {
		flex-wrap: wrap;
	}

	.ski5_wrap3 .ski_img {
		position: static;
		width: auto;
		margin-bottom: 14px;
	}

	.ski6_inner1 {
		width: 100%;
		box-sizing: border-box;
		padding: 18px;
		margin-bottom: 12px;
	}

	.ski6_inner1 figcaption {
		line-height: 1.3em;
	}

	.ski6_inner1 span {
		font-size: 50px;
	}

	.ski6_wrap3 {
		display: block;
		padding: 4em 26px 90px 26px;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
		margin-top: 2em;
		width: 100%;
		position: relative;
	}

	.ski6_wrap3 figure {
		position: absolute;
		right: 3%;
		bottom: 18px;
		width: 38%;
	}

	.ski6_wrap3 figure img {
		width: 90%;
	}

	.ski6_wrap3 figcaption {
		font-size: 12px;
	}

	.ski6_wrap4 {
		width: 100%;
		padding: 50px 20px 6px;
		margin: 1.6em auto 0 auto;
	}

	.ski6_inner2_inner {
		margin: 0 10% 26px 0;
	}

	.ski6_inner2_inner img {
		width: 100px;
	}

	.post_content .ski6_inner2_inner p {
		line-height: 1.5em;
		font-size: 15px;
	}

	.post_content .ski6_inner2 a {
		display: block;
		font-size: 21px;
		width: 75%;
		padding: 20px 8% 25px 5%;
		margin: 0 auto 0 0;
		box-sizing: border-box;
	}

	.ski6_inner2_inner p::before,
	.ski6_inner2_inner p::after {
		width: 145px;
	}


	.ski6_inner2_inner span {
		font-size: 20px;
	}

	.ski7_wrap {
		flex-wrap: wrap;
	}

	.ski7 figure {
		margin: 0 35px 0 0;
	}

	.ski8_inner {
		display: block;
		padding: 220px 26px 70px 26px;
	}

	.ski8_wrap1 img:first-child {
		width: 65px;
		top: -260px;
		left: 28%;
	}

	.ski8_wrap1 img:nth-child(2) {
		width: 80px;
		left: 6%;
		top: -210px;
	}

	.ski8_wrap1 img:last-child {
		width: 160px;
		top: -200px;
		left: 52%;
	}

	.post_content .ski8_wrap2 p {
		font-size: 16px;
	}

	.post_content .ski8_wrap2 p+a {
		font-size: 22px;
		width: 95%;
		box-sizing: border-box;
		margin: 40px auto 0 auto;
		padding: 14px 0;
		position: relative;
		transform: translate(-7.5px, -7.5px);
	}

}

@media (min-width: 768px) and (max-width: 1025px) {

	.ski1 .top_inner {
		max-width: 1000px;
		left: 40px;
	}

	.ski1 .ski_top {
		min-height: 560px;
	}

	.ski2 blockquote {
		font-size: 32px;
	}

	.post_content .ski2 img {
		width: 34%;
		left: 0;
	}

	.ski2 {
		margin: -60px 0 0 0;
	}

	.ski2 div {
		padding: 0 0 8px 90px;
	}

	.ski5_inner1 {
		margin-left: -12em;
	}

	.ski5_inner1 p {
		text-shadow: #Fff 5px 0 10px;
	}

	.ski5_wrap3 .ski_img {
		bottom: 3em;
	}

	.ski6_inner2_inner span {
		display: contents;
	}

	.ski6_wrap3 {
		padding: 40px 0 46px 4%;
	}

	.post_content .ski6_inner2 a {
		font-size: 28px;
		padding: 10px 5%;
		width: 55%;
		margin: 10px auto 0 0;
	}

	.ski6_wrap3 {
		position: relative;
	}

	.ski6_wrap3 figure {
		position: absolute;
		right: 2%;
		bottom: 18px;
		width: 32%;
	}

	.ski6_inner2_inner {
		margin: 0 14% 26px 0;
	}

	.ski6_inner2_inner p::before,
	.ski6_inner2_inner p::after {
		width: 160px;
	}

	.ski7 figure {
		margin: 0 35px 0 -20%;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.ski6_wrap3 figure {
		width: 28%;
	}

	.post_content .ski6_inner2 a {
		width: 65%;
	}
}

/* --------------------------------------------------------------------------------
お問合せリンク（新）
-------------------------------------------------------------------------------- */

.contact_link {
	background: #eee;
	padding: 2em 0;
	width: 78%;
	margin: 0 auto;
	text-align: center;
	border-top: #067E8E 4px solid;
	transition: all 0.5s ease-out;
}

.contact_link:hover {
	background: #e1e1e1;
}

.contact_link h4 {
	font-weight: 600;
	font-size: 160%;
	color: #444;
	position: relative;
	padding-bottom: 14px;
}

.contact_link h4:before {
	position: absolute;
	bottom: -0.1rem;
	left: calc(50% - 90px);
	width: 180px;
	height: 6px;
	content: '';
	border-radius: 3px;
	background: #067E8E;
}

.contact_link p {
	font-size: 120%;
	color: #444;
	line-height: 1.2em;
	font-weight: 500;
}

.contact_link div {
	display: flex;
	justify-content: center;
}

.contact_link div img {
	margin: 10px 10px 24px 10px;
}


/* --------------------------------------------------------------------------------
お問合せリンク（新-2）
-------------------------------------------------------------------------------- */

.contact_link2 {
	background: #f9f9f9;
	padding: 1em 0;
	margin: 0 8%;
	text-align: center;
	border-top: #067E8E 6px solid;
	border-bottom: #067E8E 2px solid;
	transition: all 0.3s ease-out;
}

.contact_link2:hover {
	background: rgba(6, 126, 142, 0.4);
}

.contact_link2 p:first-child {
	color: #067E8E;
	font-weight: 600;
	margin-bottom: 1.6em;
}

.contact_link2 p:nth-child(2) {
	color: #222;
	font-weight: 600;
	font-size: 120%;
}

.contact_link2 a {
	display: block;
}

.post_content .contact_link2 h3 {
	background: #067E8E;
	padding: 0 2em;
	border-radius: 50vh;
	color: #fff;
	font-size: 160%;
	font-weight: 600;
	display: inline-block;
	line-height: 3em;
	margin: 0.5em auto 1em;
	box-shadow: 0px 2px 2px 0px #a9acad;
	transition: all 0.3s ease-out;
}

.contact_link2 h3:hover {
	transform: translateY(2px);
	background: #067E8E;
}

.contact_link2 h3 img {
	vertical-align: middle;
	padding: 0 0 5px 8px;
}

@media only screen and (max-width:767px) {
	.contact_link {
		width: 100%;
	}

	.contact_link h4 {
		font-size: 145%;
	}

	.contact_link2 {
		margin: 0;
		padding: 0 1em;
	}

	.contact_link2 p:nth-child(2) {
		font-size: 100%;
	}

	.post_content .contact_link2 h3 {
		font-size: 120%;
		padding: 0;
	}

	.contact_link2 h3 img {
		width: 12%;
	}
}

/* --------------------------------------------------------------------------------
お問合せリンク（新-3）
-------------------------------------------------------------------------------- */

.purchase-contact {
	background: #f9f9f9;
	padding: 1em 0;
	margin: 0 8%;
	text-align: center;
	border-top: #067E8E 6px solid;
	border-bottom: #067E8E 2px solid;
	transition: all 0.3s ease-out;
}

.purchase-contact:hover {
	background: rgba(6, 126, 142, 0.4);
	;
}

.purchase-contact p:first-child {
	color: #067E8E;
	font-weight: 600;
	margin-bottom: 1.6em;
}

.purchase-contact p:nth-child(2) {
	color: #222;
	font-weight: 600;
	font-size: 120%;
}

.purchase-contact a {
	display: block;
}

.post_content .purchase-contact h3 {
	background: #067E8E;
	padding: 0 2em;
	border-radius: 50vh;
	color: #fff;
	font-size: 160%;
	font-weight: 600;
	display: inline-block;
	line-height: 3em;
	margin: 0.5em auto;
	box-shadow: 0px 2px 2px 0px #a9acad;
	transition: all 0.3s ease-out;
}

.purchase-contact2 h3:hover {
	transform: translateY(2px);
	background: #007180;
}

.purchase-contact h3 img {
	vertical-align: middle;
	padding: 0 0 5px 8px;
}

@media only screen and (max-width: 767px) {
	.purchase-contact {
		margin: 0;
		padding: 0 1em;
	}

	.purchase-contact p:nth-child(2) {
		font-size: 105%;
	}

	.purchase-contact h3 {
		font-size: 120%;
		padding: 0;
		margin: 0 auto 1em;
	}

	.purchase-contact h3 img {
		width: 12%;
	}
}