 /*
font-family: "Aoto Gothic Extra Light", sans-serif;
font-family: "Aoto Gothic Light", sans-serif;
font-family: "Aoto Gothic Regular", sans-serif;
font-family: "Aoto Gothic Medium", sans-serif;
font-family: "Aoto Gothic DemiBold", sans-serif;
font-family: "source-han-sans-japanese", sans-serif;
font-family: "source-han-sans-japanese", sans-serif;
*/
#news-area{
    margin:100px 0;
}
.archive-side-area{
    margin:30px auto 80px;
    padding:40px 0 0;
    position:relative;
    right:10px;
    width:220px;
    overflow:hidden;
    display:block;
}
h3.archive-subtitle{
    font-size:16px;
    font-family: "source-han-sans-japanese", sans-serif;
    margin-bottom:10px;
}
.archive-side-area ul{
    list-style:none;
    border:none !important;
    position:relative;
    right:10px;
    overflow:hidden;
}
.archive-side-area ul li{
    display:inline-block;
    float:left;
    padding:5px;
    width:33.33333% !important;
}
.archive-side-area ul li.on a{
	color:#024398;
	border-bottom:1px solid #024398;
}
.archive-side-area ul li a{
    font-size:14px;
    color:#5e5e6f;
}
.wp-pagenavi {
	margin-top: 100px;
	/* margin: 50px 0 0 !important; */
}
/* .wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend { */
.wp-pagenavi a, .wp-pagenavi span {
	color:#c4c4c4;
	/* padding:10px 18px !important; */
	/* border:1px solid #c4c4c4; !important; */
	/* border-radius:30px; */
    font-family: "source-han-sans-japanese", sans-serif;
    font-size:20px;
	/* margin:0 5px !important; */
	width: 50px;
	display: inline-block;
    font-family: "Aoto Gothic Medium", sans-serif;
}
@media screen and (min-width: 768px) { 
.wp-pagenavi a, .wp-pagenavi span {
	margin:0px 3px !important;
	
}
}
/* .wp-pagenavi a:hover { */
	/* color:#004a97 !important; */
	/* border:1px solid #004a97 !important; */
/* } */
/* .wp-pagenavi span.current{ */
	/* color:#004a97 !important; */
	/* padding:10px 18px !important; */
	/* border:1px solid #004a97 !important; */
	/* border-radius:30px; */
    /* margin:0 5px !important; */
    /* width:50px !important; */
    /* display:inline-block; */
/* } */
.wp-pagenavi span.current .page-navi-text {
	fill: #004a97;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20px;
    font-family: "Aoto Gothic Medium", sans-serif;
}
.wp-pagenavi .previouspostslink{
	/* border:none !important; */
    transition:0.5s all;
	/* padding:0 !important; */
	background-image: url(../images/news/previous_link.svg);
	background-repeat:no-repeat;
	background-size:14px auto;
	background-position:center center;
}
.wp-pagenavi .previouspostslink:hover{
	color: #004a97;
	font-size:20px;
	/* border:none !important; */
    transition:0.5s all;
	background-size:24px auto;
	/* padding:0 !important; */
}
.wp-pagenavi .nextpostslink{
	/* border:none !important; */
    transition:0.5s all;
	/* padding:0 !important; */
	background-image: url(../images/news/next_link.svg);
	background-repeat:no-repeat;
	background-size:14px auto;
	background-position:center center;
}
.wp-pagenavi .nextpostslink:hover{
	color: #004a97;
	font-size:20px;
	/* border:none !important; */
    transition:0.5s all;
	background-size:24px auto;
	/* padding:0 !important; */
}
.wp-pagenavi .page-nav-text {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20px;
}
.wp-pagenavi svg:hover .page-nav-text {
  fill: #355C9A;
}
.wp-pagenavi svg:hover .page-nav-circle {
  stroke: #355C9A;
  stroke-dasharray: 157;
  transform-origin: center;
  will-change: animation;
  animation: page-nav-circle-anime ease-in 0.6s;
}
@keyframes page-nav-circle-anime {
  to {
    stroke-dashoffset: 0;
    transform: rotate(300deg);
  }
  from {
    stroke-dashoffset: 80;
    transform: rotate(90deg);
  }
}
.news-list-head{
	margin-top:15px;
	display:block;
	text-align:right !important;
}
body.page-template-home .news-list-head{
	margin-top:7px;
}
.news-list-left{
	position:relative;
	left:40%;
}
.news-list-head .topics-txt-m{
	float:right;
}
.news-list-head .topics-txt-y{
	float:right;
}
.news-list-head .topics-txt-d{
	float:right;
}
body.search-results .news-list-head .topics-txt-m{
	position:relative;
	left:15px;
}
@media screen and (min-width: 768px)  and (max-width: 1199px) {
body.page-template-home .news-list-head .topics-txt-d{
	position:relative;
	left:10px;
}
}
@media screen and (max-width: 767px) { 
#news-area{
    margin:30px 0;
}
.wp-pagenavi {
	margin-top: 40px;
	/* margin: 50px 0 0 !important; */
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    width: 27px;
}
.wp-pagenavi .hide {
    display: none;
}
.topics-txt-m strong{
    text-transform: uppercase !important;
	font-family: "source-han-sans-japanese", sans-serif !important;
}
.topics-txt-m-sp{
	position:relative;
	top:3px;
}
}
@media screen and (max-width: 359px) {
	.wp-pagenavi a, .wp-pagenavi span {
		width: 40px;
	}
}



/*===================================
記事詳細
===================================*/
.single-head{
	padding:0 0 25px 0;
	position:relative;
	right:15px;
	overflow:hidden;
}
.single-head-left{
	float:left;
	margin-right:20px;
}
.single-head-right{
	float:left;
}

/* --- ページタイトル --- */
.newstitle{
	padding:0 !important;
	text-align:left !important;
	display: inline-block;
	background: linear-gradient(90deg, #024398, #1665a3 30%, #198dc0);
	background: -webkit-linear-gradient(0deg, #024398, #1665a3 30%, #198dc0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:24px !important;
	line-height:1.3em;
	font-family: "source-han-sans-japanese", sans-serif;
}
/* サブタイトル */
.news-subtitle{
	padding:10px 0 10px;
	font-size:18px;
	font-family: "source-han-sans-japanese", sans-serif;
}
/* --- セクションエリア --- */
.section{
	padding:50px 20px 0;
	display:block;
	clear:both;
}
.section + .section{
	padding-top:70px;
}
.section p{
	margin: 0;
}
.section ul,
.section ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* --- 共通 --- */
/* テキストエリア */
.text-area p + p {
	margin-top: 1em;
}
.text-area p + p.font-14.text-right {
	margin-top: 0.5em !important;
}
/* インデント */
p[class^="text-indent-0"],
ul[class^="text-indent-0"] {
}
p[class^="text-indent-0"] + p,
ul[class^="text-indent-0"] + p,
p + p[class^="text-indent-0"],
p + ul[class^="text-indent-0"] {
	margin-top: 1em;
}
p[class^="text-indent-0"],
ul[class^="text-indent-0"] li {
	line-height: 1.6em;
}
ul[class^="text-indent-0"] li {
	margin-top: 0.1em;
}
p.text-indent-01,
ul.text-indent-01 li {
	padding-left: 1em;
	text-indent: -1em;
}
p.text-indent-02,
ul.text-indent-02 li {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
/* フォントサイズ */
.font-12{
	font-size:12px;
	line-height: 1.8em;
}
.font-14{
	font-size:14px;
	line-height: 1.6em;
}
.font-16{}
.font-18{
 font-size:18px;
}
.font-20{
 font-size:20px;
}
/* フォントカラー */
.color-red{
 color:#c11414;
}
.color-blue{
 color:#024398;
}
/* 整列 */
.text-left {/* 別ファイルに記載 */}
.text-center {/* 別ファイルに記載 */}
.text-right {/* 別ファイルに記載 */}
/* 見出し */
.section-title{
	color:#024398;
	font-size:18px;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-family: "source-han-sans-japanese", sans-serif;
}
.section-subtitle{
	color:#40404b;
	margin-bottom: 0.8em;
	line-height: 1.6em;
	font-family: "source-han-sans-japanese", sans-serif;
}
p + .section-subtitle,
div + .section-subtitle{
	margin-top: 1.2em;
}
/* テーブル */
.table-responsive {/* 別ファイルに記載 */}
.table-responsive + p,
p + .table-responsive,
div + .table-responsive {
	margin-top: 1em;
}
.table-responsive table {
	line-height: 1.6em;
}
.table-responsive th,
.table-responsive td {
	line-height: 1.6em;
	vertical-align: top;
}
/* 01 */
.table-style-01{
    width:100%;
}
.table-style-01 tr{
    width:100%;
}
.table-style-01 th{
    padding:10px;
    background:#dbdbdb;
    border:2px solid #c8c8c8;
    white-space: nowrap;
}
.table-style-01 td{
    padding:10px;
    border:2px solid #c8c8c8;
}
.table-style-01 td.gray-bg{
    background:#f7f7f7;
}
/* 02 */
.table-style-02{
    width:100%;
}
.table-style-02 tr{
    width:100%;
}
.table-style-02 td{
    width:50%;
    padding:10px;
    border:2px solid #c8c8c8;
}
/* シンプル */
.table-wrap{
    width:100%;
}
p + .table-wrap,
div + .table-wrap{
    margin-top: 1em;
}
.table-wrap tr{
    width:100%;
}
.table-wrap th{
	padding-right: 1em;
    width:20%;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: normal;
}
.table-wrap td{
    width:calc(80% - 1em);
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-wrap .font-14 th,
.table-wrap .font-14 td{
    padding-top: 2px;
    padding-bottom: 2px;
}
/* リスト */
[class^="list-"] {
	margin: 0.2em 0;
}
p + [class^="list-"],
[class^="list-"] + p,
div + [class^="list-"],
[class^="list-"] + div {
	margin-top: 1em;
}
[class^="list-"] li p + p,
[class^="list-"] li p + p {
	margin-top: 0.5em;
}
[class^="list-"] li {
	position: relative;
	padding-left: 1.2em;
}
[class^="list-"] li + li {
	margin-top: 0.5em;
}
[class^="list-"] > li::before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
/* ドット */
.list-dot > li::before { content: '・';}
/* 数字 */
.list-number { counter-reset: count 0;}
.list-number > li::before {
 counter-increment: count 1;
 content: counter(count)'.';
}
/* アルファベット */
.list-alphabet { counter-reset: count 0;}
.list-alphabet > li::before {
 counter-increment: count 1;
 content: counter(count, lower-alpha)'.';
}
/* テキストリンク */
.link{
 padding: 0 2px;
 color:#024398;
 border-bottom:1px solid #024398;
}
.link[target="_blank"]{
    background-image: url(https://geot.site/wp-content/themes/geo/images/company/icon_link_blue.png);
    background-size: 13px 13px;
    background-position:top 1px right 4px;
    background-repeat:no-repeat;
    padding-right:20px;
}
/* リンクボタン */
.link-btn {
}
p + .link-btn,
div + .link-btn {
margin-top: 2em;
}
.link-btn.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.link-btn a {
	display: inline-block;
	position: relative;
	padding: 8px 45px 8px 25px;
	color: #024398;
	font-weight: bold;
	border: 1px solid #024398;
	border-radius: 99px;
}
.link-btn a:not([target="_blank"])::before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	margin-top: -1px;
	width: 16px;
	height: 2px;
	background: #024398;
	border-radius: 99px;
}
.link-btn a:not([target="_blank"])::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #024398;
	border-right: solid 2px #024398;
	transform: rotate(45deg);
	margin-top: -4px;
}
.link-btn a[target="_blank"]::before {
	position: absolute;
	top: 50%;
	right: 23px;
	content: '';
	margin-top: -7px;
	width: 14px;
	height: 14px;
    background-image: url(https://geot.site/wp-content/themes/geo/images/company/icon_link_blue.png);
    background-size: 13px 13px;
    background-position:0 0;
    background-repeat:no-repeat;
}
/* 資料ダウンロード */
.link-btn-pdf {
	border: 2px #024398 solid;
}
.link-btn-pdf::before {
	display: block;
	padding: 8px 23px 10px;
	font-size: 18px;
	content: 'プレスリリース資料ダウンロード';
	font-family: "source-han-sans-japanese", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	background: #024398;
}
.link-btn-pdf a {
	display: inline-block;
	padding: 14px 29px;
	text-decoration: underline;
}
.link-btn-pdf a:hover {
	text-decoration: none;
}
/* フレーム */
.frame-area{
	background:#f7f7f7;
	padding:25px;
	display:block;
}
.frame-area + .frame-area,
p + .frame-area,
div + .frame-area{
	margin-top: 1em;
}
.frame-area.red{
	background:#fff1f1;
}
.frame-area.blue{
	background:#f1fdff;
}
/* テキスト回り込み */
.float-area {
 display: block;
	clear: both;
}
.float-area + .float-area {
	margin-top: 2em;
}
p + .float-area,
.float-area + p {
	margin-top: 1.4em;
}
.float-area:after, 
.float-area:before {
  content: "";
  display: block;
  clear: both;
} 
.float-img-left {
float: left;
width: 300px;
margin: 5px 30px 10px 0;
}
.float-img-right {
float: right;
width: 300px;
margin: 5px 0 10px 30px;
}
/* 横並び */
.flex-area {
	display:flex;
	justify-content: space-between;
}
p + .flex-area,
div + .flex-area,
.flex-area + p,
.flex-area + div {
	margin-top: 1em;
}
.flex-area li {
	width: 50%;
	text-align: center;
}
/* GTとは */
.about-gt {
	padding: 40px;
	font-size: 14px;
	background: #f8f8f8;
}
.about-gt .section-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #c4c4c4;
}
.about-gt p + p {
	margin-top: 1em;
}
.about-gt .table-wrap {
	margin-top: 2.5em;
	font-size: 12px;
	line-height: 1.8em;
}
.about-gt ul {
	width: 100%;
	margin-top: 2.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.about-gt li {
	margin: 0 1%;
	width: 23%;
}
.about-gt li:nth-child(n+5) {
	margin-top: 1%;
}
.about-gt li a {
	display: block;
	padding: 4px;
	text-align: center;
	border: 2px #024398 solid;
	background: #fff;
}
.news-left-item{
    width:50px !important;
}
.news-right-item{
    width:calc(100%-50px) !important;
}
@media screen and (max-width: 767px) { 
.topics-badge{
	z-index:999 !important;
	overflow:visible !important;
}
}
@media screen and (max-width: 350px) { 
.topics-badge{
	position:relative;
	left:10px;
}
}
@media screen and (min-width: 768px) { 
[class^="float-img-"].w120 {
width: 120px;
}
}
@media screen and (max-width: 767px) { 
.single-head{
	padding:0 0 30px;
}
.single-head-left{
	margin-right:0;
	position:relative;
	right:0px;
}
body.single-post .topics-txt-d{
	position:relative;
	right:10px;
}

/* --- ページタイトル --- */
.newstitle{
	font-size:20px !important;
}
/* サブタイトル */
.news-subtitle{
	padding:5px 0 5px;
	font-size:16px;
}
/* --- セクションエリア --- */
.section{
	padding:30px 0 0;
}
.section + .section{
	padding-top:40px;
}
/* --- 共通 --- */
/* テキストエリア */
.text-area p + p {
	margin-top: 0.8em;
}
/* インデント */
p[class^="text-indent-0"],
ul[class^="text-indent-0"] {
}
p[class^="text-indent-0"] + p,
ul[class^="text-indent-0"] + p,
p + p[class^="text-indent-0"],
p + ul[class^="text-indent-0"] {
	margin-top:  0.8em;
}
ul[class^="text-indent-0"] li {
	margin-top: 0.2em;
}
/* 整列 */
.font-14.text-right {
	text-align: left !important;
	font-size: 12px !important;
}
/* 見出し */
.section-title{
	margin-bottom: 0.8em;
	line-height: 1.4em;
}
.section-subtitle{
	margin-bottom: 0.7em;
	line-height: 1.4em;
}
p + .section-subtitle,
div + .section-subtitle{
	margin-top: 1.2em;
}
/* テーブル */
.table-responsive {/* 別ファイルに記載 */}
/* 01 */
.table-style-01{
    width:100%;
}
.table-style-01 tr{
    width:100%;
}
.table-style-01 th{
    padding:8px;
    border-width: 1px;
}
.table-style-01 td{
    padding:8px;
    border-width: 1px;
}
/* 02 */
.table-style-02{
    width:100%;
}
.table-style-02 tr{
    width:100%;
}
.table-style-02 td{
    padding:8px;
    border-width: 1px;
}
/* シンプル */
.table-wrap{
    width:100%;
}
.table-wrap tr{
    width:100%;
}
.table-wrap th{
	padding-right: 1em;
    width: auto;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 5px;
	font-weight: normal;
	white-space: nowrap;
}
.table-wrap td{
    width: auto;
    vertical-align:top;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-wrap .font-14 th,
.table-wrap .font-14 td{
    padding-top: 2px;
    padding-bottom: 2px;
}
/* リスト */
p + .list-dot,
.list-dot + p,
p + .list-number,
.list-number + p {
	margin-top: 0.8em;
}
.list-dot li p + p,
.list-number li p + p {
	margin-top: 0.5em;
}
/* ドット */
.list-dot {
}
.list-dot li + li {
	margin-top: 0.3em;
}
/* 数字 */
.list-number li + li {
	margin-top: 0.3em;
}
/* 資料ダウンロード */
.link-btn-pdf {
	border-width: 1px;
}
.link-btn-pdf::before {
	padding: 6px 14px 6px;
	font-size: 14px;
}
.link-btn-pdf a {
	padding: 14px 19px;
}
/* フレーム */
.frame-area{
	padding:15px;
}
.frame-area + .frame-area,
p + .frame-area,
div + .frame-area{
	margin-top: 0.8em;
}
/* テキスト回り込み */
.float-area + .float-area,
p + .float-area,
.float-area + p {
	margin-top: 0.8em;
}
.float-img-left,
.float-img-right {
float: none;
width: auto;
margin: 0 0 0.8em 0;
text-align: center;
}
/* 横並び */
.flex-area {
	flex-direction: column;
}
.flex-area li {
	width: 100%;
}
.flex-area li + li {
	width: 100%;
	margin-top: 1.4em;
}
[class^="float-img-"].w120 img {
width: 120px;
}
/* GTとは */
.about-gt {
	padding: 25px 20px;
	font-size: 12px;
}
.about-gt .section-title {
	padding-bottom: 5px;
	font-size: 14px;
}
.about-gt p + p {
	margin-top: 0.8em;
}
.about-gt .table-wrap {
	margin-top: 1.5em;
	font-size: 10px;
}
.about-gt ul {
	margin-top: 1.5em;
}
.about-gt li {
	width: 48%;
}
.about-gt li:nth-child(n+3) {
	margin-top: 2%;
}
.about-gt li a {
	padding: 2px;
    border-width: 1px;
}
}