/*
Theme Name: article
Description: This is article theme.
Version: 1.00
Author: 
*/


@charset "UTF-8";

/* COMMON */

hr + br.space,
body + br.space,
div + br.space,
dl + br.space,
dt + br.space,
dd + br.space,
ul + br.space,
ol + br.space,
li + br.space,
h1 + br.space,
h2 + br.space,
h3 + br.space,
h4 + br.space,
h5 + br.space,
h6 + br.space,
pre + br.space,
code + br.space,
form + br.space,
fieldset + br.space,
legend + br.space,
input + br.space,
button + br.space,
textarea + br.space,
blockquote + br.space,
table br.space,
th + br.space,
tbody + br.space,
thead + br.space,
tfoot + br.space,
tr + br.space,
td + br.space {
	display: none;
}
* {
	-webkit-text-size-adjust: 100%;
	min-width: 0;
	min-height: 0;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 1.0em;
	letter-spacing: 0;
	color: #222020;
	background: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,b,span,strong {
	line-height: 1.0em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 900;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	/*
	transition: .4s;
	*/
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forPc {
	display: none;
}
.flex {
	display: flex;
	align-items: center;
}
.inner {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}


/* HEADER */

.l_header .inner {
	max-width: none;
	height: 50px;
	padding: 0 0 0 10px;
}
.l_header ._logo a {
	width: 160px;
}
.l_header ._logo a img {
	width: 160px;
	height: 31px;
    display: block;
}
.l_header ._btn {
	width: 50px;
	height: 50px;
	justify-content: center;
}
.l_header ._btn._tel {
	background: #F8B62D;
	margin-left: auto;
}
.l_header ._btn._tel img {
display: block;
width: 28px;
}
.l_header ._btn._mail {
	background: #4caf50;
}


/* FOOTER */

.l_footer {
    color: #000;
	background: #fff;
	text-align: center;
	padding: 30px 0 90px;
    border-top: 1px solid #ddd;
}
.l_footer ul {
	justify-content: center;
	flex-wrap: wrap;
}
.l_footer ul li {
	margin: 0 10px;
}
.l_footer ul li a {
	color: #fff;
	line-height: 1.5em;
}
.l_footer ._copy {
	font-size: 1.0rem;
	line-height: 1.5em;
	/*margin-top: 30px;*/
}
.l_floating {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #171C61;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 5px;
}
.l_floating ul {
	justify-content: center;
}
.l_floating ul li {
	margin: 0 5px;
}


/* ARTICLE */

.l_list_article {
	background: #F2F2F2;
	padding: 10px 0;
}
.l_list_article .inner {
	padding: 0 10px;
}
.prt_list_article {
	display: block;
}
.prt_list_article ._item {
	width: 100%;
	border-top: 1px solid #ddd;
}
.prt_list_article ._item a {
	color: #222020;
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
}
.prt_list_article ._item a:hover {
	color: #171C61;
}
.prt_list_article ._item ._tmb {
	width: 45%;
}
.prt_list_article ._item ._tmb figure {
	width: 100%;
	padding-top: 66.666%;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 10px;
}
.prt_list_article ._item ._tmb figure img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	transition: .2s;
}
.prt_list_article ._item:hover ._tmb figure img {
	transform: translate(-50%, -50%) scale(1.25);
}
.prt_list_article ._item ._txt {
	flex: 1;
	padding: 0 0 0 10px;
}
.prt_list_article ._item ._txt ._date {
	font-size: 1rem;
	margin-bottom: 4px;
}
.prt_list_article ._item ._txt ._t1 {
	font-size: 1.5rem;
	margin-bottom: 2px;
	font-weight: 900;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.prt_list_article ._item ._txt ._t2 {
	font-size: 1.2rem;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.l_article {
	background: #171C61;
	padding: 10px;
	margin-top: 0;
}
.l_article .inner {
	background: #fff;
	border: 1px solid #e3eff5;
	border-radius: 10px;
	padding: 30px 20px;
}
.l_article ._head {
	margin-bottom: 30px;
}
.l_article ._head ._date {
	color: #888;
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.l_article ._head h1 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
.l_article ._head ._data {
	display: block;
}
.l_article ._head ._data img {
	display: block;
	border-radius: 5px;
	width: 100%;
}
.l_article ._head ._data ._desc {
	flex: 1;
	font-size: 1.5rem;
	line-height: 2em;
	padding: 20px 0 0 0;
}

.l_article #toc_container {
	background: #FAFBFC;
	border-radius: 10px;
	max-width: 600px;
	margin: 0 auto 40px auto;
	padding: 20px;
	box-sizing: border-box;
}
.l_article #toc_container p {
	font-size: 2.0rem;
	font-weight: 900;
	border-bottom: 1px solid #EAEEF2;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.l_article #toc_container ul li a {
	color: #555;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7em;
	display: inline-block;
}
.l_article #toc_container ul li + li {
	border-top: 1px dashed #EAEEF2;
	margin-top: 16px;
	padding-top: 16px;
}

.l_article ._body .article-item {
	margin-bottom: 30px;
}

.l_article ._body h2 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.7em;
	margin: 0 0 30px 0;
	padding: 0 0 0 24px;
	min-height: 40px;
	position: relative;
	border: none;
	display: flex;
	align-items: center;
}
.l_article ._body h2:before {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	background: #171C61;
	position: absolute;
	top: 0;
	left: 0;
}
.l_article ._body h3 {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.7em;
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
	position: relative;
	border: none;
}
.l_article ._body h3:before {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #171C61;
	position: absolute;
	top: 13px;
	left: 0;
}
.l_article ._body p {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2em;
	margin: 0 0 40px 0;
}
.l_article ._body .wp-block-image {
	text-align: center;
	margin: 0 0 30px 0;
}
.l_article ._body .wp-block-image img {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
}
.l_article ._body .wp-block-image .wp-element-caption {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6em;
	margin-top: 12px;
}
.l_article ._body .article-item.item_cta {
	text-align: center;
}
.l_article ._body .article-item.item_cta p {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l_article ._body .article-item.item_cta p:before,
.l_article ._body .article-item.item_cta p:after {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #555;
}
.l_article ._body .article-item.item_cta p:before {
	transform: rotate(-30deg);
	margin-right: 10px;
}
.l_article ._body .article-item.item_cta p:after {
	transform: rotate(30deg);
	margin-left: 10px;
}
.l_article ._body .article-item.item_cta a {
	color: #fff;
	background: #4caf50;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5em;
	width: 100%;
	max-width: 340px;
	padding: 12px 44px;
	margin: 0 auto;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.l_article ._body .article-item.item_cta a:after {
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background: url(/img/antenna/ico_more_white.svg) center center /contain no-repeat;
	position: absolute;
	top: 50%;
	right: 24px;
	transform: translate(0, -50%);
	margin-left: auto;
}
.l_article ._body .article-item.item_cta a:hover {
	background: #8bc34a;
}

.l_article ._paging {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.l_article ._paging ._item {
  gap: 5px;
}
.l_article ._paging ._item._next {
  margin-left: auto;
}
.l_article ._paging ._item a {
  color: #171C61;
  display: inline-block;
  line-height: 1.5em;
}




.l_article_related .l_list_article {
	background: #fff;
	padding: 35px 0;
}
.l_article_related h2 {
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-align: center;
}


/* FORM */

.pg_form {
    background: #171C61;
    padding: 10px;
    margin-top: 0;
}
.pg_form .inner {
    background: #fff;
    border: 1px solid #e3eff5;
    border-radius: 10px;
    padding: 30px 20px;
}
.pg_form h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5em;
    margin: 0 0 20px 0;
}
.pg_form ._lead {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 0 0 20px 0;
}
.pg_form .__form dl {
    margin-bottom: 16px;
}
.pg_form .__form dl dt {
    padding: 0 0 8px 0;
}
.pg_form .__form dl dt p {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: calc(20/14);
}
.pg_form .__form dl dt p ._q {
    margin-left: auto;
    background: #c83737;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    width: 40px;
    line-height: 20px;
}
.pg_form .__form dl dd input {
    font-family: 'Lato', 'Noto Sans JP', sans-serif;
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 15px;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: auto;
    font-size: 1.5rem;
    line-height: 1.6em;
}
.pg_form .__form ._sup {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6em;
    margin: 20px 0 8px;
}
.pg_form .__form ._btn_submit input {
    margin: 0 auto;
    font-family: 'Lato', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    border-radius: 5px;
    width: 100%;
    max-width: 320px;
    line-height: 60px;
    appearance: none;
    -webkit-appearance: none;
    background: #4CAF50;
    border: none;
    color: #fff;
    text-align: center;
    padding: 0;
    transition: .4s;
    font-size: 1.6rem;
    display: block;
    cursor: pointer;
}
.pg_form .__form ._box {
    border: 1px solid #000;
    padding: 20px;
}
.pg_form .__form ._box ._inn {
    height: 160px;
    overflow-y: scroll;
}
.pg_form .__form ._box ._inn dl._txt {
    margin: 0;
}
.pg_form .__form ._box ._inn dl._txt dt {
    padding: 0 0 8px 0;
}
.pg_form .__form ._box ._inn dl._txt dt p {
    font-size: 1.4rem;
    line-height: 1.6em;
}
.pg_form .__form ._box ._inn dl._txt dd {
    padding: 0 0 20px 0;
}
.pg_form .__form ._box ._inn dl._txt dd:last-child {
    padding: 0;
}
.pg_form .__form ._box ._inn dl._txt dd p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6em;
}
.pg_form .__form ._box ._inn dl._txt dd p span {
    display: inline-block;
    margin: 12px 0 4px 0;
}
.pg_form .__form ._box ._inn dl._txt dd h3 {
    font-size: 1.3rem;
    line-height: 1.6em;
    margin: 12px 0 4px 0;
}
.pg_form .__form ._box ._inn dl._txt dd address {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6em;
    font-style: normal;
}
.pg_form .wpcf7-not-valid-tip {
    color: #c83737;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 8px;
}
.pg_form .wpcf7 form .wpcf7-response-output {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    padding: 15px 20px;
    text-align: center;
}
.pg_form ._thanks {
    display: block;
    margin: 0 auto;
    width: 240px;
}






@media only screen and (min-width: 769px) {
	
	
	/* COMMON */
	
	body {
		font-size: 1.5rem;
	}
	
	
	/* PARTS */
	
	.forPc {
		display: block;
	}
	.forSp {
		display: none;
	}
	.inner {
		max-width: 1030px;
	}
	
	
	/* HEADER */
	
	.l_header {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
		background: #fff;
		border-bottom: 1px solid #ebebeb;
	}
	.l_header .inner {
		height: 80px;
		max-width: 1130px;
		padding: 0 15px;
	}
	.l_header ._logo a {
		width: 255px;
	}
	.l_header ._logo a img {
		display: block;
		width: 255px;
		height: 50px;
	}
	.l_header ._btn {
		color: #fff;
		border-radius: 10px;
		width: 230px;
		height: 60px;
	}
	.l_header ._btn img {
		display: block;
		margin-right: 12px;
		width: 32px;
	}
	.l_header ._btn span {
		display: block;
		font-size: 1.3rem;
		line-height: 1.4em;
		text-align: center;
	}
	.l_header ._btn strong {
		display: block;
		font-size: 1.7rem;
		line-height: 1.4em;
		text-align: center;
		margin-top: 2px;
	}
	.l_header ._btn._tel {
		color: #000;
		background: none;
		width: auto;
	}
	.l_header ._btn._tel img {
		width: 40px;
	}
	.l_header ._btn._tel strong {
		font-size: 2.4rem;
		line-height: 1em;
		margin: 0 0 4px 0;
	}
	.l_header ._btn._mail {
		margin-left: 15px;
	}
	.head_tel {
		margin-left: auto;
		width: 240px;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		/*padding: 60px 0 40px;*/
        padding: 40px 0;
	}
	.l_footer ul li {
		margin: 0 15px;
	}
	.l_footer ._copy {
		font-size: 1.2rem;
		/*margin-top: 50px;*/
	}
	.l_floating {
		display: none;
	}
	
	
	/* ARTICLE */
	
	.l_list_article {
		padding: 50px 0;
	}
	.l_list_article .inner {
		padding: 0 15px;
	}
	.prt_list_article {
		display: flex;
		gap: 30px;
		align-items: flex-start;
	}
	.prt_list_article ._item {
		width: calc((100% - 60px) / 3);
		border-top: none;
	}
	.prt_list_article ._item a {
		display: block;
		padding: 0;
	}
	.prt_list_article ._item ._tmb {
		width: 100%;
	}
	.prt_list_article ._item ._txt {
		padding: 15px 0 0 0;
	}
	.prt_list_article ._item ._txt ._date {
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	.prt_list_article ._item ._txt ._t1 {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}
	.prt_list_article ._item ._txt ._t2 {
		font-size: 1.5rem;
	}
	
	.l_article {
		padding: 40px 20px;
		margin-top: 80px;
	}
	.l_article .inner {
		max-width: 1000px;
		padding: 60px 80px;
	}
	.l_article ._head {
		margin-bottom: 35px;
	}
	.l_article ._head ._date {
		font-size: 1.4rem;
	}
	.l_article ._head h1 {
		font-size: 3rem;
		margin: 0 0 30px 0;
	}
	.l_article ._head ._data {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 30px;
	}
	.l_article ._head ._data img {
		width: calc((100% - 30px) / 2);
	}
	.l_article ._head ._data ._desc {
		padding: 0;
	}
	
	.l_article #toc_container {
		padding: 30px 50px 40px 50px;
	}
	
	.l_article ._body .article-item {
		margin-bottom: 40px;
	}
	.l_article ._body .item_heading {
		padding-top: 100px;
		margin-top: -100px;
	}
	.l_article ._body h2 {
		font-size: 2.4rem;
		margin: 0 0 40px 0;
		min-height: 60px;
	}
	.l_article ._body h3 {
		font-size: 2rem;
		margin: 0 0 40px 0;
		padding: 0 0 0 35px;
	}
	.l_article ._body h3:before {
		top: 16px;
	}
	.l_article ._body p {
		font-size: 1.6rem;
	}
	.l_article ._body .wp-block-image {
		margin: 0 0 40px 0;
	}
	.l_article ._body .wp-block-image .wp-element-caption {
		font-size: 1.3rem;
		margin-top: 15px;
	}
	.l_article ._body .article-item.item_cta p {
		font-size: 1.5rem;
	}
	.l_article ._body .article-item.item_cta p:before,
	.l_article ._body .article-item.item_cta p:after {
		height: 22px;
	}
	.l_article ._body .article-item.item_cta a {
		font-size: 1.8rem;
	}
	.l_article ._body .article-item.item_cta a:after {
		margin-left: 12px;
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0,0);
	}
	
	.l_article_related .l_list_article {
		padding: 60px 0;
	}
	.l_article_related h2 {
		font-size: 2.8rem;
		margin-bottom: 35px;
	}
	
	





    /* FORM */
	
	.pg_form {
		padding: 40px 20px;
        margin-top: 80px;
	}
	.pg_form .inner {
		max-width: 1000px;
        padding: 60px 80px;
	}
	.pg_form h1 {
		font-size: 3rem;
		margin: 0 0 30px 0;
	}
	.pg_form ._lead {
        text-align: center;
		font-size: 1.6rem;
		margin: 0 0 30px 0;
	}
	.pg_form .__form dl {
        display: flex;
		align-items: center;
        gap: 20px;
		margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
	}
	.pg_form .__form dl dt {
        width: 200px;
		padding: 0;
	}
	.pg_form .__form dl dt p {
		font-size: 1.6rem;
	}
	.pg_form .__form dl dt p ._q {
		font-size: 1.4rem;
		width: 50px;
		line-height: 28px;
	}
	.pg_form .__form dl dd {
        flex: 1;
    }
	.pg_form .__form dl dd input {
		padding: 10px 15px;
		font-size: 1.6rem;
	}
	.pg_form .__form ._sup {
		font-size: 1.4rem;
		margin: 30px 0 12px;
	}
	.pg_form .__form ._btn_submit input {
		max-width: 360px;
		line-height: 70px;
		font-size: 1.8rem;
	}
	.pg_form .__form ._box {
		padding: 30px;
	}
	.pg_form .__form ._box ._inn dl._txt {
        display: block;
		margin: 0;
        padding: 0;
        border-bottom: none;
	}
	.pg_form .__form ._box ._inn dl._txt dt {
        width: auto;
	}
	.pg_form .__form ._box ._inn dl._txt dt p {
		font-size: 1.5rem;
	}
	.pg_form .__form ._box ._inn dl._txt dd p {
		font-size: 1.4rem;
	}
	.pg_form .__form ._box ._inn dl._txt dd h3 {
		font-size: 1.4rem;
	}
	.pg_form .__form ._box ._inn dl._txt dd address {
		font-size: 1.4rem;
	}
    .pg_form ._thanks {
        width: 320px;
    }



}
