@charset "utf-8";
/* CSS Document */

/* 共通 
--------------------------------------------------------------*/
span.marker {
	background: linear-gradient(transparent 50%, rgba(242, 232, 32, 0.8) 50%);
	font-weight: 600;
}

body .post_content p.note {
	font-size: 14px;
	padding-left: 3em;
	text-indent: -2.5em;
	margin: 0;
}

body .post_content p.note2 {
	font-size: 14px;
	padding-left: 2em;
	text-indent: -2em;
}

a.underline {
	color: #067E8E;
	text-decoration: underline;
	font-weight: 500;
	transition: all 0.3s ease-out;
}

a.underline:hover {
	color: #007180;
	text-decoration: none;
}

.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: 0 22px 8px 0;
	font-weight: 800;
	line-height: 1.6em;
}

.lp_contact2 span {
	font-size: 22px
}

/* FAQ 
--------------------------------------------------------------*/

/* FAQ_共通 */
.post_content .accordion-header {
	margin: 1em 0 0 2px;
	padding: 0 2em;
	height: 3em;
	line-height: 2.3em;
	font-size: 120%;
	font-weight: 600;
	border: #ddd solid 3px;
	border-radius: 50vh;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.accordion-header:hover {
	border: #067E8E solid 3px;
	background: rgba(6, 126, 142, 0.1);
}

.accordion-header::after {
	content: '+';
	color: #666;
	position: absolute;
	top: 45%;
	right: 4%;
	transform: translateY(-50%);
	transition: transform 0.3s;
	font-size: 40px;
}

.accordion-header.open {
	border: #067E8E solid 4px;
	background: rgba(6, 126, 142, 0.1);
}

.accordion-header.open::after {
	transform: translateY(-50%) rotate(45deg);
}

.accordion-header span {
	display: inline-block;
	color: #067E8E;
	font-weight: 800;
	margin: 4px 1em 0 0;
	vertical-align: sub;
	font-size: 200%;
}

.accordion-content {
	display: flex;
	margin: 0 0 4em 2em;
	padding: 2em 0;
}

.accordion-content .answer {
	line-height: 1;
	display: inline-block;
	color: #f2e820;
	font-weight: 800;
	margin-right: 2%;
	font-size: 400%;
	transform: translateY(-10px);
}

/* FAQ_PTT */

.post_content .ptt7 .resources_h2 {
	margin: 0 0 50px 0;
}

.post_content .accordion-content.ptt1 h4 {
	font-size: 22px;
	font-weight: 800;
	position: relative;
}

.ptt_illust_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.ptt_illust_wrap img {
	margin: 0 2em 10px;
	width: 200px;
	border: #067E8E solid 3px;
	border-radius: 10px;
}

.post_content .accordion-content.ptt1 ul {
	margin: 16px 0 0 1.3em;
}

.post_content .accordion-content.ptt1 li {
	list-style: none;
	margin: 0 0 16px 0;
}

.accordion-content.ptt1 li:not(:last-of-type) {
	padding: 0 0 20px 0;
	border-bottom: rgba(6, 126, 142, 0.4) dotted 4px;
}


.post_content .accordion-content.ptt1 h4::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
	font-weight: 900;
	margin-right: 0.5em;
	display: inline-block;
}

.post_content .accordion-content.ptt1 li small {
	font-size: 14px;
}

.ptt_lock_wrap {
	display: flex;
}

.ptt_lock_inner {
	flex: 1;
	margin: 18px 14px;
	padding: 0 10px;
}

.ptt_lock_inner figure {
	border: 1px solid #ddd;
	padding: 24px 30px;
	margin: 0 0 10px 0;
	text-align: center;
}

.ptt_lock_inner figure img {
	width: 90%;
}

.ptt_lock_inner figcaption {
	font-size: 21px;
	font-weight: 600;
	color: #067E8E;
}

.ptt_lock_inner figure+p {
	padding: 0 14px;
	/*text-align: right;*/
}

.ptt_lock_inner figure+p+p {
	padding: 0 14px;
}

/* 
FAQ_無線機の免許・登録申請
 */

.license_faq a:not(.license_info_btn) {
	display: inline-block;
}

.license_support img {
	margin-top: 8px;
	transition: all 0.3s ease-out;
}

.license_support img:hover {
	filter: brightness(0.8);
}

.license_1>div:not(.scroll-hint-shadow-wrap) {
	display: flex;
	align-items: flex-start;
}

.license_1>div>img {
	width: 35%;
	height: auto;
	margin: 1em 0 0 2em;
}

.license_1>div div a img {
	margin: 2em 0 0 0;
	transition: all 0.3s ease-out;
}

.license_1>div div a img:hover {
	filter: brightness(0.8);
}


.post_content .license_1 th {
	border: #fff solid 5px;
	line-height: 1.4;
}

.post_content .license_1 td {
	border: #fff solid 5px;
	vertical-align: middle;
	padding: 15px;
}

.post_content .license_1 th:first-child {
	background: #fff;
}

.post_content .license_1 th:not(:first-child) {
	color: #fff;
	font-weight: 600;
}

.post_content .license_1 th:nth-child(2) {
	background: #f4b016;
}

.post_content .license_1 th:nth-child(3),
.post_content .license_1 th:nth-child(4) {
	background: #d9545c;
}

.post_content .license_1 th:nth-child(5) {
	background: #585988;
}

.post_content .license_1 tr:nth-child(even) {
	background: rgba(6, 126, 142, 0.1)
}

.post_content .license_1 tr td:not(:first-child) {
	text-align: center;
	line-height: 1.2;
}

.post_content .license_1 tr:nth-child(2) td:not(:nth-child(2)) {
	font-weight: 600;
}

.post_content .license_1 table .small {
	font-size: 80%;
}

.license_table1 a {
	font-weight: 600;
}

.license_info_btn {
	display: inline-flex;
	border: #0e7988 solid 2px;
	background: #fff;
	color: #067E8E;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	padding: 10px 14px;
	margin-top: 1em;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out;
}

.license_info_btn img {
	border-right: #0e7988 solid 2px;
}

.license_info_btn p {
	font-size: 20px;
	padding: 0 1em;
}

.license_info_btn:hover {
	filter: brightness(0.8);
}

.license_2 .license_methods_wrap {
	display: flex;
	margin: 0 0 5em;
}

.license_2 .license_methods_inner {
	background: rgba(75, 157, 163, 0.9);
	padding: 20px 4%;
}

.license_2 .license_methods_inner:first-child {
	margin-right: 20px;
	flex: 2;
}

.license_2 .license_methods_inner:last-child {
	flex: 3;
}

.license_2 .license_methods_inner h5 {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
}

.license_2 .method_block_wrap {
	display: flex;
}

.license_2 .method_block_wrap .method_block:first-child {
	margin-right: 40px;
}

.license_2 .method_block .img_wrap {
	background: #fff;
	border-radius: 8px;
	text-align: center;
	padding: 16px 1px;
	margin: 0 0 1em 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 364px;
}

.license_2 .method_block h6 {
	font-size: 20px;
	font-weight: 600;
}

.license_2 .method_block img {
	width: auto;
	max-height: 300px;
}

.post_content .license_2 td,
.post_content .license_2 th {
	border: none;
	border-bottom: 1px solid #bbb;
}

.post_content .license_2 tr td:first-of-type {
	font-weight: 600;
	font-size: 24px;
	color: #067e8e;
	padding-left: 52px;
	position: relative;
}

.post_content .license_2 tr td:first-of-type::before {
	content: '●';
	font-size: 30px;
	color: #067e8e;
	position: absolute;
	left: 24px;
	top: 2px;
}

.post_content .license_2 tr td:last-of-type {
	position: relative;
}

.post_content .license_2 tr td:last-of-type::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	background-image: url('/wp-content/uploads/2024/10/arrow.png');
	background-position: center;
	background-size: contain;
	position: absolute;
	left: -40px;
}

.license_3 .license-sample {
	display: flex;
	margin: 2em 0;
}

.license_3 .license-sample img {
	border: 1px solid #bbb;
	width: 40%;
}

license_3 .license-sample img:first-of-type {
	margin-right: 40px;
}

.license-requirement-wrap1,
.license-requirement-wrap2 {
	display: flex;
	margin: 10px 0 30px;
}

.license-requirement-inner {
	background: rgba(6, 126, 142, 0.2);
	border-radius: 6px;
	padding: 18px 20px;

}

.license-requirement-wrap1 .license-requirement-inner {
	width: 32%;
}

.license-requirement-wrap2 .license-requirement-inner {
	width: 30%;
}

.license-requirement-wrap2 .license-requirement-inner:last-child {
	width: 68%;
}

.license-requirement-wrap2 {
	margin-bottom: 5em;
}

.license-requirement-wrap2+p+a {
	transition: all 0.3s ease-out;
}

.license-requirement-wrap2+p+a:hover {
	filter: brightness(0.8);
}

.license-requirement-wrap2+p+a+p {
	margin-top: 3em;
}

.license-requirement-inner>div {
	display: flex;
	justify-content: space-around;
	margin: 0 0 14px 0;
}

.post_content .license-requirement-inner p {
	font-size: 15px;
	text-align: center;
}

.license-requirement-wrap2 .license-requirement-inner:last-child p {
	padding: 0 2em;
}

.license-requirement-inner:not(:last-child) {
	margin-right: 16px;
}

.post_content .license-requirement-inner h4 {
	font-weight: 600;
	color: #067E8E;
	font-size: 30px;
}

/* 電波利用料の表＿新 */
.license_5 .spectrum_user_Fees {
	margin: 12px 0 24px 0;
}

.spectrum_user_Fees_inner,
.spectrum_user_Fees_inner div {
	display: flex;
}

.spectrum_user_Fees_inner div {
	display: flex;
	margin-right: 8px;
}

.spectrum_user_Fees_inner:nth-child(2) {
	flex-wrap: wrap;
}

.license_5 .spectrum_user_Fees dt {
	background: #067E8E;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 10em;
	height: 100px;
}

.license_5 .spectrum_user_Fees dd {
	border: #067E8E solid 4px;
	color: #067E8E;
	font-weight: 800;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100px;
	box-sizing: border-box;
	padding: 0 40px;
}

.license_5 .spectrum_user_Fees dd span {
	font-weight: 800;
	font-size: 32px;
}

.license_6 figure {
	margin: 2em 0 3em;
}

.license_6 figure figcaption {
	line-height: 1em;
}

.license_6 a:first-of-type {
	color: #222;
	transition: all 0.3s ease-out;
}

.license_6 a:first-of-type img:hover {
	filter: brightness(0.8);
}

/* 
FAQ_デジタル簡易無線
 */

.post_content .cr1 h4 {
	font-weight: 700;
	font-size: 19px;
}

.cr1 h4 i {
	margin-right: 10px;
}

.cr1 dl {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

.cr1 dt {
	font-size: 20px;
	font-weight: 700;
}

.cr1 dl div {
	flex: 1;
	padding: 24px 24px 8px;
	background: #E6F2F3;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}

.cr1 .note {
	margin-bottom: 2em;
}

.cr1 .trial,
.cr3 .trial {
	margin-top: 12px;
	height: 3em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #067E8E;
	padding: 0 24px;
	border-radius: 10vh;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	transition: all 0.3s ease-out;
}

.cr1 .trial:hover,
.cr3 .trial:hover {
	background: #007180;
}

.cr1 .trial i,
.cr3 .trial i {
	margin-left: 10px;
}

.cr2 h4 {
	font-weight: 700;
	font-size: 19px;
}

.cr2 h4 i {
	margin-right: 10px;
}

.cr2 .possible-list li,
.cr2 .impossible-list li {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.cr2 .radio-box {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 20px;
	width: 16em;
	text-align: center;
}

.post_content .cr2 .possible-list {
	margin-bottom: 0;
}

.cr2 .possible-list li::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 6px solid #236297;
	border-radius: 50%;
	margin: 0 20px;
	bottom: 0;
	position: relative;
}

.cr2 .possible-list .connector {
	width: 38px;
	border-top: 4px solid #236297;
	margin: 0 10px;
}

.cr2 .impossible-list .connector {
	width: 38px;
	border-top: 4px dashed #8b8b8b;
	margin: 0 10px;
}

.cr2 .impossible-list li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00d";
	margin: 0 20px;
	font-size: 48px;
	color: #8b8b8b;
}

.cr2 .impossible-list li strong {
	font-size: 130%;
}

.cr2 .possible-list li .bold,
.cr2 .impossible-list li .bold {
	font-weight: 700;
	font-size: 130%;
}

.cr2 .possible-list li:first-child {
	position: relative;
}

.cr2 .possible-list li .note_mark {
	position: absolute;
	font-size: 85%;
	bottom: 0;
	left: 56px;
}

.cr4 .link_wrap {
	display: flex;
}

.cr4 .rental_link {
	background: #2c8fb5;
	display: flex;
	color: #fff;
	font-weight: 500;
	align-items: center;
	padding: 9px 30px;
	margin: 10px 20px 10px 0;
	line-height: 1.4em;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 25%);
	transition: all 0.3s ease-out;
}

.cr4 .rental_link:hover {
	background: #1e8ab3;
}

.cr4 .rental_link span {
	font-size: 22px;
	font-weight: 600;
}

.cr4 .rental_link img {
	margin-right: 18px;
}

.cr4 .rental_link i,
.cr4 .lp_contact2 i {
	margin-left: 10px;
}

.cr5 .example_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.cr5 .example_wrap>img {
	width: 26%;
}

.cr5 .example {
	background: #E6F2F3;
	padding: 20px 40px;
	border-radius: 10px;
	margin: 10px 20px 0 0;
}

.cr5 .example h4 {
	color: #067E8E;
	font-weight: 700;
	font-size: 20px;
}

.cr5 .example h4 img {
	vertical-align: sub;
}

.cr5 .example ul {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 1em 0 10px 0;
}

.cr5 .example li {
	line-height: 1em;
}

.cr5 .example a {
	color: #222;
	text-decoration: underline;
}

.cr5 .example a:hover {
	text-decoration: none;
}

.cr5 .analogend {
	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;
	margin: 0 0 60px 0;
}

.cr5 .analogend:hover {
	filter: brightness(0.7);
}

.cr5 .analogend img {
	padding-left: 40px;
}

.cr5 .alert-list {
	margin: 2em 0 10px 20px;
	font-size: 18px;
	position: relative;
}

.cr5 .alert-list::before {
	position: absolute;
	top: 3px;
	width: 10px;
	height: 80%;
	content: '';
	border-top: #666 solid 3px;
	border-bottom: #666 solid 3px;
	border-left: #666 solid 3px;
	left: -20px;
}


.cr5 .alert-list i {
	color: #666;
	margin-right: 10px;
}

.cr6 strong+a {
	transform: translateY(-6px);
	display: inline-block;
}

/* FAQ_修理 */

.faq_repair1 .accordion-content_inner {
	display: flex;
	align-items: center;
}

.post_content .faq_repair1 .repair_link,
.post_content .faq_repair2 .repair_link {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 8px;
	border: #067E8E solid 3px;
	padding: 10px 30px 10px 16px;
	color: #000;
	margin: 0 20px 0 30px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 25%);
	transition: all 0.3s ease-out;
}


.faq_repair1 .repair_link img,
.faq_repair2 .repair_link img {
	margin-right: 8px;
}

.repair_link:hover {
	background: rgba(75, 157, 163, 0.2);
}

.faq_repair1 p,
.faq_repair2 p {
	flex: 1 1 auto;
}

.faq_repair1 a,
.faq_repair2 a {
	flex: 0 0 auto;
	white-space: nowrap;
}

.faq_repair2 .accordion-content_inner {
	display: flex;
}

.post_content .faq_repair2 .repair_link {
	padding: 10px 30px 10px 16px;
	width: 12em;
}

.post_content .faq_repair2 .link_wrap span {
	font-size: 13px;
	margin: 10px auto 0 auto;
	line-height: 1.4em;
	display: block;
	text-align: center;
}

.faq_repair3 .accordion-content_inner {
	display: flex;
}

.faq_repair3 img {
	margin-left: 36px;
	flex: 0 0 auto;
}

.faq_repair4 .accordion-content_inner {
	display: flex;
	align-items: center;
	gap: 3%;
	width: 100%;
}

.faq_repair4 .accordion-content_inner>img {
	margin-left: 36px;
	flex: 0 0 auto;
}

.repair5_wrap {
	display: flex;
	align-items: flex-end;
}

.repair5_wrap .estimate-label {
	color: #067E8E;
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 60px 0;
	position: relative;
}

.repair5_wrap .estimate-label img {
	vertical-align: sub;
}

.repair5_wrap .estimate-label::before {
	content: "\f061";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: inline-block;
	margin: 0 20px;
}

.post_content .repair-cost-table {
	width: auto;
	margin: 20px 0;
	position: relative;
}

.post_content .repair-cost-table::after {
	position: absolute;
	width: 80%;
	height: 45%;
	content: '';
	border: #067E8E dashed 4px;
	bottom: 10px;
	left: 10%;
}

.post_content .repair-cost-table th {
	background: #fff;
}

.post_content .repair-cost-table tr:not(:first-child) th,
.post_content .repair-cost-table tr:not(:first-child) {
	background: #fcfad2;
}


.post_content .repair-cost-table td,
.post_content .repair-cost-table th {
	border: none;
	border-bottom: #067E8E solid 2px;
	padding: 8px 40px;
}

.post_content .repair-cost-table td {
	font-weight: 700;
}

.repair-cost-table .emphasis3 {
	font-size: 140%;
}

.repair-cost-table caption {
	/* font-weight: 700;
	color: #067E8E;
	border-bottom: #067e8e solid 6px; */
	font-weight: 700;
	background: #067E8E;
	color: #fff;
}

.repair-cost-table caption span {
	font-size: 130%;
}


.faq_repair6 .repair-decline {
	list-style: disc;
	margin: 8px 0 8px 20px;
}



/* TABLE 
--------------------------------------------------------------*/

/* TABLE_免許局と登録局の比較表 */
.post_content .l_or_r_table tr:nth-child(1) th,
.post_content .l_or_r_table tr:nth-child(3) th {
	padding: 20px 0;
}

.post_content .l_or_r_table thead th:first-child {
	visibility: hidden;
}

.post_content .l_or_r_table th,
.post_content .l_or_r_table td {
	border: none;
	border-bottom: 1px solid #bbb;
	text-align: center;
	padding: 7px 4px;
	vertical-align: middle;
	line-height: 1.4;
}

.post_content .l_or_r_table thead th {
	background: #d9545c;
	color: #fff;
	font-weight: 600;
	border: #fff solid 5px;
}

.post_content .l_or_r_table tr th:first-child {
	background: #fff;
	font-weight: 600;
}

.l_or_r_table .emphasis {
	background: #DBEBED;
	display: block;
	padding: 22px 0;
}

.l_or_r_table tr:nth-child(7) td:nth-child(2),
.l_or_r_table tr:nth-child(8) td:nth-child(2),
.l_or_r_table tr:nth-child(9) td:nth-child(2) {
	display: flex;
	align-items: center;
}

.l_or_r_table tr:nth-child(7) td:nth-child(2) .emphasis {
	flex: 1;
	width: 100%;
}

.l_or_r_table tr:nth-child(7) td:nth-child(2) .emphasis:first-child {
	margin-right: 8px;
}

.l_or_r_table tr:nth-child(7) td:nth-child(2) .emphasis:lastt-child {
	margin-left: 8px;
}

.l_or_r_table tr:nth-child(8) td:nth-child(2) span:not(.small) {
	width: 50%;
}

.l_or_r_table tr:nth-child(9) td:nth-child(2) .emphasis,
.l_or_r_table tr:nth-child(9) td:nth-child(2) .plain {
	width: 50%;
}

.l_or_r_table .small {
	font-size: 80%;
}

.license_support.l_or_r {
	margin: 0 0 12px 0;
	display: block;
}

/* その他
--------------------------------------------------------------*/

/* その他_修理受付可、修理受付不可の無線機 */

.repair-unacceptable {
	border: #d32626 solid 6px;
	padding: 20px 30px;
	margin: 0 2% 20px 0;
	border-radius: 5px;
}

.repair_caution {
	display: flex;
	align-items: center;
	margin: 0 0 32px 0;
	position: relative;
}

.repair_caution::after {
	content: '';
	position: absolute;
	width: 75%;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: #d32626 dotted 3px;
}

.post_content .repair_caution p {
	font-size: 15px;
}

.post_content .repair_caution h5 {
	flex: 0 0 auto;
	background: #d32626;
	padding: 0 20px;
	color: #fff;
	font-weight: 700;
	margin: 0 20px 0 0;
	line-height: 3em;
	height: 3em;
}

.repair-unacceptable .caution,
.repair-acceptable .caution {
	color: #d32626;
	font-weight: 500;

}



.repair-unacceptable ul {
	font-size: 18px;
	list-style: disc;
	margin: 10px 0 10px 60px;
}

.repair-acceptable {
	border: #a8a8a8 solid 2px;
	padding: 20px 30px;
	margin: 0 2% 20px 0;
	border-radius: 5px;
}

.repair-acceptable dl>div {
	display: flex;
	margin-bottom: 10px;
}

.repair-acceptable dt {
	width: 8em;
	flex: 0 0 auto;
	position: relative;
}

.repair-acceptable dt::after {
	content: '';
	border-right: #a5a5a5 solid 2px;
	position: absolute;
	right: 10px;
	height: 100%;
}

.repair-acceptable dd {
	font-size: 15px;
}

.repair-acceptable .small {
	font-size: 14px;
}

.post_content .repair-acceptable h4,
.post_content .repair-unacceptable h4 {
	font-size: 20px;
	font-weight: 800;
	position: relative;
	padding-left: 65px;
	margin: 10px 0 26px 0;
}

.post_content .repair-unacceptable h4 .caution {
	font-size: 18px;
	font-weight: 700;
	margin-left: 10px;
}

.repair-unacceptable a.support_end_button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 8px;
	border: #067E8E solid 3px;
	padding: 8px 26px 8px 12px;
	margin: 10px 0 0 20px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 15%);
	transition: all 0.3s ease-out;
}

.repair-unacceptable a.support_end_button:hover {
	background: rgba(75, 157, 163, 0.2);
}

.repair-acceptable h4 img,
.repair-unacceptable h4 img {
	position: absolute;
	left: 0;
	top: -8px;
}


/*--------------------------------------------------------------
スマートフォン
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {

	/* 共通 
--------------------------------------------------------------*/
	body .post_content p.note {
		font-size: 12px;
		padding-left: 2em;
		text-indent: -2.5em;
	}

	body .post_content p.note2 {
		font-size: 12px;
	}

	/* FAQ 
--------------------------------------------------------------*/

	/* FAQ_共通 */
	.post_content .accordion-header {
		height: auto;
		display: flex;
		align-items: center;
		padding: 1em 3.4em 1em 1em;
		line-height: 1.6em;
		margin: 1em -10px 0;
	}

	.accordion-header span {
		margin: 0 17px 0 0;
		font-size: 170%;
	}

	.accordion-header::after {
		font-size: 30px;
	}

	.accordion-content {
		display: block;
		margin: 0;
	}

	.accordion-content .answer {
		margin: 0;
	}

	/* FAQ_PTT */

	.post_content .accordion-content.ptt1 ul {
		margin: 0;
	}

	.ptt_illust_wrap {
		flex-direction: column;
	}

	.ptt_illust_wrap img {
		width: 75%;
		margin: 0 auto;
	}

	.ptt_lock_wrap {
		flex-direction: column;
	}

	.ptt_lock_inner figure {
		padding: 20px 10px;
	}

	.ptt_lock_inner figcaption {
		font-size: 18px;
	}

	.ptt_lock_inner {
		margin: 0 0 20px 0;
		padding: 0;
	}

	.s-ptt_wrap {
		flex-direction: column;
	}

	.s-ptt_wrap figure:first-of-type {
		margin-bottom: 20px;
	}

	.s-ptt_wrap figure:first-of-type div img:first-child {
		transform: translateX(20px);
	}

	.s-ptt_inner div {
		flex-direction: column;
	}

	.s-ptt_wrap figure:last-of-type {
		padding: 0 20px 30px 20px;
		position: relative;
	}

	.s-ptt_wrap .EMC-16 {
		padding-bottom: 75px;
	}

	.s-ptt_wrap .HM-238 {
		position: absolute;
		right: 10px;
		top: 95px;
	}

	/*
FAQ_無線機の免許・登録申請について
*/

	.post_content .faq_h4 {
		font-size: 24px;
		margin: 20px 0;
	}

	.faq_h4 img {
		width: 60px;
		height: 60px;
	}

	.license_1>div:not(.scroll-hint-shadow-wrap) {
		display: block;
		margin: 0 0 2em 0;
	}

	.license_1>div>img:first-of-type {
		width: 80%;
	}

	.license_1>div>img:last-of-type {
		width: 100%;
		margin: 0;
	}

	.license_table1_wrap {
		overflow-x: auto;
		white-space: nowrap;
		margin-bottom: 1em;
	}

	.license_table1 {
		width: 800px;
	}

	.license_table1 .sticky {
		position: sticky;
		top: 0;
		left: -3px;
		background: #ddd;
	}

	.license_info_btn {
		padding: 12px 5px;
	}

	.post_content .license_info_btn p {
		font-size: 18px;
		line-height: 1.2em;
		margin: 0;
	}

	.license_2 .license_methods_wrap {
		flex-direction: column;
	}

	.license_2 .license_methods_inner:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.license_2 .method_block_wrap {
		display: block;
	}

	.license_2 .license_methods_inner {
		padding: 20px 18px;
	}

	.license_2 .method_block .img_wrap {
		padding: 8px 10% 12px;
		margin: 1em;
		height: auto;
		justify-content: flex-start;
	}

	.license_2 .method_block .img_wrap+div {
		text-align: center;
	}

	.license_2 .method_block_wrap .method_block:first-child {
		margin-right: 0;
		margin-bottom: 3em;
	}

	.license_2 .method_block img {
		max-height: none;
		width: 70%;
	}

	.license_2 .method_block h6 {
		font-size: 18px;
	}

	.license_2 table tr {
		display: flex;
		flex-direction: column;
	}

	.post_content .license_2 td {
		text-align: center;
	}

	.post_content .license_2 th {
		padding: 0;
	}

	.post_content .license_2 tr td:first-of-type {
		border-bottom: none;
		padding: 0;
		line-height: 1.6;
		margin: 14px 0 0 0;
	}

	.post_content .license_2 tr td:last-of-type {
		padding: 0 0 10px 0;
	}

	.post_content .license_2 tr td:first-of-type::before {
		display: none;
	}

	.post_content .license_2 tr td:last-of-type::before {
		display: none;
	}

	.license_3 .license-sample {
		justify-content: space-between;
	}

	.license_3 .license-sample img:first-of-type {
		margin-right: 0;
	}

	.license_3 .license-sample img {
		width: 48%;
	}


	.license-requirement-wrap1,
	.license-requirement-wrap2 {
		flex-direction: column;
		margin-bottom: 0;
	}

	.license-requirement-wrap1 .license-requirement-inner,
	.license-requirement-wrap2 .license-requirement-inner,
	.license-requirement-wrap2 .license-requirement-inner:last-child {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
		padding: 14px 16px 11px 16px;
	}

	.license-requirement-inner>div {
		margin: 0 0 6px 0;
	}

	.license-requirement-inner>div img {
		width: 45%;
	}

	.post_content .license-requirement-inner p {
		font-size: 14px;
		line-height: 1.4em;
	}

	.license-requirement-wrap2 .license-requirement-inner:last-child p {
		padding: 0;
	}

	.license-requirement-wrap2 .license-requirement-inner:last-child img {
		width: 28%;
	}

	.post_content .license-requirement-wrap2+p+a+p {
		margin: 3em 0 0 0;
	}

	.license_5 .spectrum_user_Fees_inner {
		justify-content: space-between;
	}

	.license_5 .spectrum_user_Fees .spectrum_user_Fees_inner div {
		width: 100%;
		margin-right: 0;
	}

	.license_5 .spectrum_user_Fees dt {
		font-size: 16px;
		height: 75px;
	}

	.license_5 .spectrum_user_Fees dd {
		font-size: 15px;
		padding: 0 20px;
		width: 100%;
		height: 75px;
	}

	.license_5 .spectrum_user_Fees dd span {
		font-size: 28px;
	}

	/* .license_5 dt {
		font-size: 16px;
		width: 50%;
		padding: 0;
	}

	.license_5 dd {
		padding: 0 10px;
		font-size: 28px;
		width: 50%;
	} */

	.modal-container>div img {
		width: 90%;
	}

	/*
FAQ_デジタル簡易無線
*/
	.cr1 dl {
		flex-direction: column;
	}

	.cr1 .trial,
	.cr3 .trial {
		font-size: 16px;
	}

	.cr2 .possible-list li,
	.cr2 .impossible-list li {
		padding: 12px 0 0;
		margin: 0 0 16px 0;
	}

	.cr2 .possible-list li::before {
		margin: 4px 8px 0 0;
		min-width: 20px;
		height: 20px;
	}

	.cr2 .possible-list li .note_mark {
		font-size: 75%;
		left: 24px;
	}

	.cr2 .impossible-list li::before {
		font-size: 40px;
		margin: 0 8px 0 0;
	}

	.cr2 .possible-list .connector,
	.cr2 .impossible-list .connector {
		width: 24px;
		margin: 0 5px;
	}

	.cr2 .radio-box {
		padding: 10px 6px;
		font-size: 14px;
		margin: 0;
	}

	.cr2 .impossible-list i {
		font-size: 36px;
	}

	.post_content .cr2 .possible-list,
	.post_content .cr2 .impossible-list {
		width: 100%;
		margin-left: 0;
	}

	.cr4 .link_wrap {
		flex-direction: column;
	}

	.cr4 .rental_link {
		margin: 0 0 10px;
	}

	.post_content .cr4 .rental_link p {
		margin: 0;
	}

	.cr4 .rental_link span {
		line-height: 1em;
	}

	.cr5 .example_wrap {
		flex-direction: column-reverse;
		transform: none;
	}

	.cr5 .example {
		margin: 10px 0;
		padding: 20px;
	}

	.cr5 .example h4 {
		font-size: 18px;
	}

	.cr5 .example h4 img {
		width: 30px;
	}

	.cr5 .example_wrap>img {
		width: 70%;
		margin: 0 auto 10px;
	}

	.cr5 .analogend {
		font-size: 18px;
		line-height: 1.2em;
		padding-left: 20px;
	}

	.cr5 .analogend img {
		padding-left: 20px;
		width: 100px;
	}

	.lp_contact2 {
		padding: 6px 8px 0 14px;
	}

	.post_content .lp_contact2 p {
		font-size: 14px;
		padding: 12px;
		margin: 0 12px 10px 0;
	}

	.lp_contact2 img {
		width: 24%;
		margin: 0;
	}

	.lp_contact2 span {
		font-size: 16px;
	}


	/* FAQ_修理 */

	.faq_repair1 .accordion-content_inner,
	.faq_repair2 .accordion-content_inner,
	.faq_repair3 .accordion-content_inner,
	.faq_repair4 .accordion-content_inner {
		flex-direction: column;
	}

	.post_content .faq_repair1 .repair_link,
	.post_content .faq_repair2 .repair_link {
		margin: 0;
		width: 100%;
		box-sizing: border-box;
	}

	.faq_repair3 img {
		margin: 0 auto;
	}

	.faq_repair4 img {
		margin: 0 auto;
	}

	.repair5_wrap {
		align-items: center;
		flex-direction: column;
	}

	.post_content .repair-cost-table {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.post_content .repair-cost-table::after {
		height: 43%;
		bottom: 7px;
		left: 50%;
		width: 88%;
		transform: translateX(-50%);
	}

	.repair5_wrap .estimate-label {
		margin: 20px 0 12px 0;
	}

	.repair5_wrap .estimate-label img {
		vertical-align: sub;
	}

	.post_content .repair-cost-table td,
	.post_content .repair-cost-table th {
		padding: 9px;
	}

	.post_content .repair-cost-table th {
		line-height: 1.5em;
	}

	.repair5_wrap .estimate-label::before {
		content: '\f063';
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
	}

	/* TABLE 
--------------------------------------------------------------*/

	/* TABLE_免許局と登録局の比較表 */

	.l_or_r_table_wrap {
		overflow-x: auto;
		white-space: nowrap;
		margin-bottom: 1em;
	}

	.l_or_r_table {
		width: 800px;
	}

	/* .l_or_r_table tr:nth-child(7) td:nth-child(2) {
		flex-direction: column;
	} */

	/* .l_or_r_table tr:nth-child(7) td:nth-child(2) .emphasis:first-child {
		margin: 0 0 8px 0;
	} */

	/* .l_or_r_table .emphasis2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	} */

	.l_or_r_table .small {
		font-size: 13.5px;
	}

	.post_content .l_or_r_table tr th.sticky {
		position: sticky;
		top: 0;
		left: -3px;
		background: #ddd;
	}

	/* その他
--------------------------------------------------------------*/

	/* その他_修理受付可、修理受付不可の無線機 */
	.repair-unacceptable {
		margin: 0 0 14px 0;
		padding: 16px 20px;
	}

	.repair_caution {
		flex-direction: column;
	}

	.post_content .repair_caution h5 {
		margin: 0 0 14px 0;
		line-height: 2.4em;
		height: 2.4em;
	}

	.post_content .repair_caution p {
		font-size: 13px;
	}

	.repair-acceptable h4 img,
	.repair-unacceptable h4 img {
		position: absolute;
		left: -34px;
	}

	.post_content .repair-unacceptable h4 .caution {
		display: block;
		font-size: 16px;
		margin: 6px 0 0 0;
	}

	.post_content .repair-acceptable h4,
	.post_content .repair-unacceptable h4 {
		padding-left: 25px;
	}

	.repair-unacceptable ul {
		font-size: 16px;
		margin: 10px 0 10px 12px;
	}

	.repair-unacceptable a.support_end_button {
		margin: 4px auto 10px 0;
	}

	.repair-acceptable {
		margin: 0 0 10px 0;
		padding: 16px 20px;
	}

	.repair-acceptable dl>div {
		flex-direction: column;
		margin-bottom: 28px;
	}

	.repair-acceptable dt::after {
		border-right: none;
	}

	.repair-acceptable dd {
		position: relative;
		font-size: 13px;
		margin: 12px 0 0 0;
	}

	.repair-acceptable dd::before {
		content: '';
		position: absolute;
		border-top: #a5a5a5 solid 2px;
		width: 96%;
		left: 50%;
		top: -8px;
		transform: translateX(-50%);
	}

	.repair-acceptable .small {
		font-size: 12px;
	}






}

/*--------------------------------------------------------------
タブレット
--------------------------------------------------------------*/
@media all and (min-width: 768px) and (max-width: 1024px) {

	/*FAQ デジタル簡易無線*/


	.cr5 .example_wrap>img {
		width: 45%;
	}

	.lp_contact2 {
		padding: 6px 12px 0 20px;
	}

	.post_content .lp_contact2 p {
		margin-right: 12px;
		font-size: 16px;
	}

	.lp_contact2 span {
		font-size: 18px;
	}


}

/* --------------------------------------------------------------------------------
幅の狭いスマートフォン
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 378px) {

	/*PTT*/
	.s-ptt_wrap .EMC-16 {
		padding-bottom: 120px;
	}

	.s-ptt_wrap .HM-238 {

		top: 140px;
	}

}