
/*
Theme Name: Basic（AMP対応）
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/

/* **************************
 初期値
************************** */

* {
	margin:0;
	padding:0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
ul {
	list-style-type:none;
}
img ,
amp-img {
	max-width:100%;
	height:auto;
}
a img ,
a amp-img {
	border:none;
}
a:hover {
	color:#ff7500;
}
a:hover img ,
a:hover amp-img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
table {
	border-collapse:collapse;
	border:0px;
}
table tr td {
	word-break: break-all;
	padding:0px;
}

/* **************************
 レイアウト
************************** */

html {
	height:100%;
}
body {
	background:#fff;
	height:auto;
	text-align:center;

}
#container {
	margin:0px auto 0 auto;
	background:#f2f2f2;
}
.outer {
	max-width:1020px;
	width:100%;
	padding:0 0;
	margin:0 auto;
}
.inner {
	padding-left:2em;
	padding-right:2em;
	text-align:center;
}
.article_body > table ,
.article_body > pre {
	margin-left:3em;
	margin-right:3em;
}

.wp-block-image figcaption {
	font-size:0.8em;
	color:#999;
}

.wp-embedded-content { /* リンクカード */ 
	margin:2em auto;
	max-width:100%;
	text-align:center;
}
#contents {
	margin:0 auto 0em;
	padding:0em 0 0em;
	display:flex;
	justify-content: space-between;
}
#cont_left {
	width:70%;
	background:#fff;
	padding-bottom:3em;
}
#cont_right {
	width:27%;
	margin-top:1.5em;
}

/* **************************
 ヘッダー
************************** */

header {
	width:100%;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/header_bg.gif');
	
}
#logo {
	padding:3em 1em 3em;
	text-align:left;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/header_img.png') no-repeat center right;
	background-size: auto 260px;
}
#logo a {
	text-decoration:none;
	color:#fff;
	font-size:3em;
	padding-left:10px;
	font-weight:bold;
	text-shadow: 0px 0px 6px #8dc7ff;
}
#logo span {
	display:block;
	color:#fff;
	font-size:0.95em;
	margin-left:1em;
}

/* **************************
 ナビゲーション
************************** */

.nav_bg {
	width:100%;
	background:#006305;
	text-align:left;
	border-top:1px solid #65b169;
}

nav ul {
	width:100%;
	margin:0 auto 0 0;
	display: flex;
}
nav li {
	border-right:1px solid #65b169;
	width:100%;
	display: flex;
	text-align:center;
	justify-content:center;
	flex-basis:33.3%;
}
nav li:first-child {
	border-left:1px solid #65b169;
}
nav li a {
	width:100%;
	display: flex;
	align-items: center;
	justify-content:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:1em 0.5em;
	line-height:1.3em;
}
nav li a span {
	display:inline-block;
	vertical-align:middle;
	border:1px solid #65b169;
}

nav .nav_hover {
	background-color:#fff;
}
nav .nav_hover a  {
	color:#006305;
}

/* **************************
 パンくず
************************** */

.breadcrumb {
	text-align:left;
	padding:1em 0em 0;
	font-size:0.8em;
}
.breadcrumb li {
	display: inline;
	list-style-type: none;
}
.breadcrumb li a {
	text-decoration:none;
}
.breadcrumb li:before {
	content: " > ";
}
.breadcrumb li:first-child:before {
	content:"";
}

/* **************************
  更新日
************************** */

.update {
	display:flex;
	text-align:left;
	font-size:0.8em;
	color:#666;
	margin-bottom:1em;
	padding:4em 0 0 0;
}
.update dt:after {
	content:"：";
}

.update dd {
	margin-right:1em;
}

/* **************************
  見出し
************************** */

div#h1_title_bar {
	padding-top:0;
	text-align:left;
}
div#h1_title_bar h1 {
	text-align:left;
	padding-left:0.4em;
	border-left:6px solid #006305;
	text-align:left;
	font-size:1.6em;
	margin-top:2em;
}

div#h1_title h1 {
	text-align:left;
	margin-bottom:2em;
}

h2 {
	margin:3em 0 2em;
	position: relative;
	padding: 0.7em 0.7em;
	min-width: 120px;
	max-width: 100%;
	background:#006305;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
h2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #006305;
}

h2.end_h2 {
	background:#f2f2f2;
	color:#006305;
	padding-top:2em;
}
h2.end_h2::before {
	border-top: 10px solid #f2f2f2;
}

div.article_body h3 ,
h3.main_h3 {
	background:#f7fafe;
	margin-top:1.5em;
	margin-bottom:2em;
	padding:0.5em 1em 0.5em 1em;
	text-align:left;
	border-left:7px solid #006305;
}
div.article_body h4 {
	text-align:left;
	border-bottom:1px dotted #ccc;
	margin-top:1.5em;
	margin-bottom:1.5em;
	padding:0.5em 0.2em;
}

div.article_body h5 {
	font-size:0.9em;
	text-align:left;
	margin-top:1.5em;
	margin-bottom:1.5em;
}

div.article_body p.hx {
	background:#eee;
	margin:0;
	padding:0.5em;
	text-align:center;
	margin:2em 0;
}

div.desc {
	margin:2em 0 3em;
	text-align:left;
	line-height:1.6em;
}

/* **************************
  記事ヘッダー
************************** */

div#custom_main_img amp-img {
	max-width:100%;
	height:auto;
}

div.ribbon_bg {
	margin:4em 0 4em 0;
	position: relative;
	border:3px solid #f08d00;
}
div.ribbon_title {
	display: inline-block;
	position: absolute;
	padding: 0.5em 1em 0.5em 2.5em;
	font-size: 0.9em;
	font-weight:bold;
	color: #fff;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/point_icon.png') no-repeat 1em center #f08d00;
	background-size: auto 50% ;
	top:-15px;
	left:-3px;
}
div.ribbon_title:before {
	position: absolute;
	content: '';
	top: 0%;
	left: 100%;
	border: none;
	border-top: solid 15px transparent;
	border-left: solid 15px rgb(189,111,0);/*折り返し部分*/
}
div.ribbon_cont {
	text-align:left;
	padding:3em 3em 2em 3em;
	font-weight:bold;
}

/* **************************
  記事本文
************************** */

.article_body {
	text-align:center;
}
.article_body .inner > p {
	padding:0em 0em 1.5em;
	text-align:left;
	line-height:1.6em;
}

.article_body .inner img ,
.article_body .inner amp-img {
	vertical-align:bottom;
	margin-bottom:1em;
}

.article_body .inner > ul {
	list-style-type:disc;
	margin-top:2em;
	margin-bottom:2em;
}
.article_body .inner > ol ,
.article_body .inner > ul {
	text-align:left;
}
.article_body .inner > ol li ,
.article_body .inner > ul li {
	padding-bottom:1.5em;
	margin:0 1em;
}


.article_body .inner ul.clist {
	list-style-type:disc;
	margin:1em 1em 0;
}

.article_body .inner ol.clist li ,
.article_body .inner ul.clist li {
	padding-bottom:0.5em;

}

.article_body .inner > table {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	margin-top:3em;
	width:100%;
	table-layout:fixed;
}
.article_body .inner > table th ,
.article_body .inner > table td {
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:1em;
}
.article_body .inner > table th {
	background:#333;
	color:#fff;
}
.article_body .inner > table td {
	text-align:left;
	background:#f2f2f2;
}



.article_body .inner .table_type1 table {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	margin-bottom:3em;
}
.article_body .inner .table_type1 table th ,
.article_body .inner .table_type1 table td {
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:1em;
}
.article_body .inner .table_type1 table th {
	background:#333;
	color:#fff;
}
.article_body .inner .table_type1 table td {
	text-align:left;
	background:#f2f2f2;
}



.article_body .inner .table_type2 table {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	margin-bottom:3em;
}
.article_body .inner .table_type2 table th ,
.article_body .inner .table_type2 table td {
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:1em;
}
.article_body .inner .table_type2 table th {
	background:#333;
	color:#fff;
}
.article_body .inner .table_type2 table td {
	text-align:left;
	background:#f2f2f2;
	font-size:0.8em;
}
.article_body .inner .table_type2 table tr td:first-child ,
.article_body .inner .table_type2 table tr td:nth-child(2){
	white-space:nowrap;
}


.article_body .inner .table_type3 table {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	margin-bottom:3em;
}
.article_body .inner .table_type3 table th ,
.article_body .inner .table_type3 table td {
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
	padding:1em;
}
.article_body .inner .table_type3 table th {
	background:#333;
	color:#fff;
}
.article_body .inner .table_type3 table td {
	background:#f2f2f2;
}

.article_body .inner > pre {
	background:#000;
	color:#fff;
	text-align:left;
	padding:1em;
	white-space: pre-wrap;
	margin-bottom:3em;
}
.article_body .inner > blockquote {
	text-align:left;
	border:5px solid #006305;
	padding:1em 1em 0 1em;
	margin-bottom:2em;
}
.article_body .inner > blockquote p {
	margin-bottom:1em;
}

.article_body .inner .yellowbox {
	padding:2em;
	border:solid 1px #fffacd;
	background-color:#ffffe0;
	margin-bottom:3em;
	margin-top:1em;
}
.article_body .inner .redbox {
	padding:2em;
	border:solid 1px #ef5350;
	background-color:#ffebee;
	margin-bottom:3em;
	margin-top:1em;
}

.article_body .inner .graybox {
	padding:2em;
	border:solid 1px #ccc;
	background-color:#f3f3f3;
	margin-bottom:3em;
	margin-top:1em;
}

.article_body .tw_bg {
	border:1px solid #e1e8ed;
	border-radius:5px;
	text-align:left;
	padding:1em;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom:1em;
}
.youtube iframe ,
.youtube amp-youtube {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

#search_box {
	margin-top:3em;
	text-align:left;
}

.article_body p.has-background {
	padding-left:1.5em;
	padding-right:1.5em;
	background:#f2f2f2;
}
.article_body p.has-background strong {
	display:inline-block;
	padding-top:1.5em;
}

/* **************************
  テーブル
************************** */
.wp-block-table table {
	border-top:1px solid #000;
	border-left:1px solid #000;
}
.wp-block-table table th ,
.wp-block-table table td {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	padding:1em;
}
.wp-block-table table th {
	background:#000;
	color:#fff;
}
.wp-block-table table th:first-child {
	border-right:1px solid #fff;
}

.nano_table th {
	width:70%;
}
.nano_table td {
	width:30%;
}
.nano_table td span {
	font-size:0.8em;
	margin-top:1em;
	display:block;
	line-height:1.4em;
}

/* **************************
  固定ページ本文
************************** */

.page_body {
	margin-top:4em;
}

/* **************************
  URLコピーボタン
************************** */

div#copy_btn {
	display:inline-block;
	text-decoration:none;
	border:1px solid #006305;
	color:#006305;
	font-weight:bold;
	width:16em;
	padding:0.5em 2em 0.5em 1em;
	margin:3em auto 0em;

}
div.copy_off {
	cursor : pointer;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/copy_icon.png') no-repeat 13.5em center;
	background-size:auto 46%;
}
div.copy_on {
	cursor : auto;
	background:none;
}

/* **************************
  関連リンクバナー
************************** */
.widget_banner amp-img {
	margin-bottom:0.5em;
}


/* **************************
  TOPページ
************************** */
ul.main_banner {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:3em 0 3em;
}
ul.main_banner li {
	flex-basis:49%;
	margin-bottom:0.5em;
}
ul.main_menu {
	list-style-type:disc;
	text-align:left;
	margin:0 1em 0 1.5em;
	margin-bottom:3em;
}
ul.main_menu li {
	margin-bottom:0.5em;
}

/* **************************
  新着記事
************************** */
#new-entries {
	margin-bottom:2em;
}
#new-entries li {
	padding:1em 0;
	border-bottom:1px solid #e5e5e5;
}
#new-entries li:first-child {
	border-top:1px solid #e5e5e5;
}
.new-entry {
	display:flex;
	justify-content: space-between;
}
.new-entry-thumb {
	flex-basis:35%;
}
.new-entry-thumb img 
.new-entry-thumb amp-img {
	max-width:150px;
	width:100%;
	height:auto;
}
.new-entry-content {
	flex-basis:60%;
	text-align:left;
}
.new-entry-content a {
	text-decoration:none;
}
.new-entry-content {
	font-size:0.9em;
	line-height:1.2em;
}
.new-entry-content span.date {
	margin-bottom:0.3em;
	display:block;
	font-size:0.8em;
	color:#666;
}

/* **************************
  関連記事
************************** */

div.relate {
	text-align:left;
	margin-bottom:4em;
	margin-top:4em;
}
h3.relate_title {
	padding:0.7em 2em 0.2em;
	margin:0 auto 0 0;
	font-weight:bold;
	font-size:1em;
	background:#f2f2f2;
	display:inline-block;
}
div.relate_bg {
	padding:0 2em;
	border:7px solid #f2f2f2;
}

ul.article_list {
	margin:0em 0;
	padding:1em 0;
}
ul.article_list li {
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #eee;
	padding:2em 0;
	text-align:left;
	counter-increment:rank;
}
ul.article_list li:last-child {
	border-bottom:none;
}
body#index ul.article_list li:first-child {
	border-top:1px solid #eee;
}
ul.article_list div.article_img {
	flex-basis:25%;
	padding:0 1.5em 0 0;
}
ul.article_list div.article_rank {
	position:relative;

}
ul.article_list div.article_rank:after {
	position:absolute;
	content:"No."counter(rank)"";
	top:0;
	left:0;
	background: red;
	color:#fff;
	font-weight:bold;
	padding:0.3em 0.6em;
	font-size:0.7em;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

ul.article_list div.article_img img ,
ul.article_list div.article_img amp-img {
	width:100%;
	height:auto;
	max-width:150px;
	max-height:150px;
	min-width:120px;
	object-fit: contain;
}
ul.article_list div.article_title {
	flex-basis:75%;
}
ul.article_list div.article_title a {
	text-decoration:none;
	font-size:1.1em;
	line-height:1em;
}
ul.article_list div.article_title span.date {
	display:block;
	margin-top:0.5em;
	font-size:0.8em;
	color:#666;
}

/* **************************
  バナー
************************** */
div.add_banner {
	padding:2em 0;
	margin-bottom:2em;
	margin-top:2em;
	text-align:center;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:0.9em;
}
div.add_banner img, 
div.add_banner amp-img {
	margin:0 auto;
}
div.add_banner amp-img {
	width:100%;
	max-width:468px;
	max-height:180px;
	height:auto;
	object-fit: contain;
	margin:0 auto;
}

/* **************************
  カテゴリ記事一覧へ
************************** */

div.more_cate {
	text-align:center;
	padding:0 0em 2em;
}
div.more_cate a {
	display:block;
	background:#006305;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0 auto;
	padding:0.5em 1em;
}
div.more_cate a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

/* **************************
  コメント
************************** */

h3#com_cnt {

	text-align:left;
	border-bottom:3px double #eee;

	margin-bottom:0em;
	padding:0.5em 0.2em;
	font-size:1em;
	color:#006305;
}

div.comments-wrapper {
	padding:0 0.5em;
}
div.comments-content {
	text-align:left;
	margin-bottom:1em;
}
div.comments-meta ,
div.comments-reply {
	text-align:right;
	font-size:0.8em;
}
ul.comments-list > li {
	border-bottom:1px dotted #ccc;
	padding:2em 0 1em;
}

span.comments-approval {
	color:red;
	font-weight:bold;
	display:block;
	margin-bottom:1em;
}
span.replay_target {
	background:#eee;
	border-radius:5px;
	font-size:0.8em;
	padding:0.3em 0.8em;
	display:inline-block;
	margin-bottom:1em;
}

.hidden_box {
	text-align:left;
	padding:3em 0.5em 0em;
}
/*ボタン装飾*/
.hidden_box label.label_text {
	cursor :pointer;
	font-weight:bold;
	font-size:0.9em;
	display:block;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/comment.png') no-repeat 0em center;
	padding-left:1.5em;
	background-size:auto 0.9em;
}
.hidden_box label.label_on {
	color:#0000ee;
}

/*ボタンホバー時*/
.hidden_box label.label_text:hover {
    color: #f08d00;
	
}

/*チェックは見えなくする*/
.hidden_box input#label1 {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show{
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.hidden_box input:checked  ~ .label_text {
   color:#000;
}
.comments-notes {
	margin-bottom:1em;
	font-size:0.8em;
	color:#666;
}
.comments-form-allowed-tags {
	margin:1em 0;
}
div#respond textarea {
	display:block;
	width:100%;
}
.comments-form-email {
	margin-top:0.5em;
}
.form-submit {
	margin-top:1em;
}
.comment-form-cookies-consent {
	margin-top:0.5em;
	font-size:0.7em;
	color:#666;
}
span.comments-required {
	font-size:0.8em;
	color:red;
	font-weight:bold;
}
.logged-in-as {
	margin-bottom:1em;
}

/* **************************
  ページ送り
************************** */

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:3em 0 0;
    position: relative;
    font-size: 0.9em;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 0.2em;
    padding: 0.8em;
    border: 1px solid #006305;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{

}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #006305;
    background-color: #006305;
}

/* 前へ */
.pagination a.prev {
    margin-right: 1em;
}
/* 次へ */
.pagination a.next {
    margin-left: 1em;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}
/* **************************
  アドセンス（リンクユニット）
************************** */

div#ads_linkunit {
	margin-bottom:3em;
}

/* **************************
  アドセンス（レタリング）
************************** */

div.ads_article {
	padding-top:3em;
	padding-bottom:3em;
}
div.ads_article > div {

}
span.sponsor_link {
	position: relative;
	display: inline-block;
	margin: 1.5em 0em;
	padding: 7px 10px;
	max-width: 100%;
	background: #f08d00;
	font-size:0.6em;
	font-weight:bold;
	color:#fff;
	border-radius: 5px;
}

span.sponsor_link:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 5px solid transparent;
	border-top: 5px solid #f08d00;
}

/* **************************
  ASPアフィ
************************** */
div.asp_article {
	padding-top:0em;
	padding-bottom:3em;
}
div.asp_article ul {
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
}
div.asp_article li {
	flex-basis:49%;
}



/* **************************
  全記事
************************** */

ul.title_list {
	list-style-type:disc;
	text-align:left;
}

/* **************************
  人気記事 ランク
************************** */

div.rank span {
	margin-bottom:0.5em;
}
div.rank span {
	background:#f08d00;
	color:#fff;
	font-weight:bold;
	padding:0.2em 0.6em;
	display:inline-block;
}

/* **************************
  サイドバー ウィジェット
************************** */

.widget_profile {
	background:#fff;
	border:5px solid #006305;
	display:flex;
	margin:0 auto 2em;
}
.profile_img {
	width:40%;
	padding:2em 0.5em 1em 1em;
}
.profile_img img ,
.profile_img amp-img {
	margin-bottom:0.5em;
}

.profile_img ul {
	text-align:left;
}
.profile_img ul li {
	margin-bottom:0.5em;
}
.profile_img a {
	text-decoration:none;
	font-size:0.7em;
	display:block;
	background-size:auto 1em;
	padding-left:1.3em;
}
.profile_img .twitter {
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/twitter.gif') no-repeat left center;
	background-size:auto 1em;
}
.profile_img .insta {
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/insta.gif') no-repeat left center;
	background-size:auto 1em;
}
.profile_img .youtube_icon {
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/youtube.gif') no-repeat left center;
	background-size:auto 1em;
}

.profile_body {
	width:60%;
	text-align:left;
	padding:2em 0.5em 2em;
}
.profile_body span {
	display:block;
	font-weight:bold;
	margin-bottom:0.5em;
}
.profile_body p {
	font-size:0.9em;
}
.profile_link {
	margin-top:1em;
}

.profile_book {
    width:90%;
    margin:2rem 0 0;
}

.widget_banner {
	margin-bottom:2em;
}

.widget_title {
	font-weight:bold;
	text-align:left;
	font-size:0.9em;
	margin:0em 0 0.5em;
}
.widget_list ul {
	text-align:left;
	font-size:0.9em;
	margin-bottom:2em;
}
.widget_list ul li {
	margin-bottom:0.5em;
}
.widget_list select {
	border:#ccc 1px solid;
	height: 34px;
	margin:2em 0 1em;
}

.widget_list select::-ms-expand {
	display: none;
}
.widget_list select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0.5em 30px0.5em 0.5em;
	background-image: url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/arrow.svg');
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
}

li.cat-item {
	background:#fff;
	padding:1em;
}

/* **************************
  サイト内検索
************************** */

#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
	margin-top:2em;
}

#searchform {
	border:#ccc 1px solid;
}

#s {
	height: 34px;
	color: #333;
	border-radius: 0;
	border: none;
	z-index: 10;
	padding: 0.5em 65px 0.5em 0.5em;
	width: 100%;
	box-sizing: border-box;
}

#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 34px;
	z-index: 20;
	box-sizing:border-box;
}


/* **************************
  お問い合わせフォーム
************************** */
.wpcf7 {
	text-align:left;
}
.wpcf7 dl div {
	margin-bottom:1em;
}
.wpcf7 input ,
.wpcf7 textarea {
	max-width:100%;
}
.wpcf7 p input.wpcf7-submit {
	width:4em;
	height:2em;
}


/* **************************
 フッター
************************** */

footer {
	width:100%;
}
footer div#footer_admin {
}

footer ul {
	margin:0 auto;
	padding:2em 0.5em 0;
	display: flex;
}
footer ul li:first-child {
	border-left:1px solid #006305;
}
footer ul li {
	border-right:1px solid #006305;
	font-size:0.75em;
	margin-bottom:1em;
}

footer ul li a {
	text-decoration:none;
	padding:0 1em;


}
div#footer_copyright {
	width:100%;
	background:url('https://www.ekit-tech.com/wp-content/themes/Basic_amp/images/header_bg.gif');
	color:#fff;
	padding:1.5em 0 3em 0;
	text-align:right;
	font-size:0.7em;
}

/* **************************
  AMP
************************** */

/* ブログカードの余計なリンクを消す */
blockquote.wp-embedded-content {
	display:none;
}


/* **************************
  [19] CSS振り分け
************************** */

@media only screen and (max-width: 959px) {

	.outer {
		width:100%;
	}

	#contents {
		display:block;
	}

	.widget_banner li {
		text-align:center;
	}

	#cont_left {
		width:100%;
		display:inline-block;
	}
	#cont_right {
		width:90%;
		margin:3em auto 3em;
		display:inline-block;

	}

}

/* パソコン・タブレット（横） */
@media only screen and (min-width: 768px) and (max-width: 959px) {


}

/* タブレット（縦）・スマホ（縦／横） */
@media only screen and (max-width: 767px) {



	ul#article_list li {
		display:block;
	}
	ul#article_list div.article_img {
		margin:0em auto 1em;
		padding:0;
		max-width:300px;
		text-align:center;
	}

	.inner {
		padding-left:1em;
		padding-right:1em;
	}

	#logo {
		background-size:50% auto;
		padding:1em 0;
	}
	#logo a {
		font-size:1.3em;
	}
	#logo span {
		font-size:0.75em;
	}

	nav li a {
		font-size:0.75em;
	}

	.update {
		display:block;
	}
	.update dt {

		float:left;
	}
	.update dd {

	}

	ul.main_banner li {
		flex-basis:90%;
		margin:0 auto 1em;
	}


	div.asp_article ul li {
			flex-basis:100%;
			margin-bottom:1em;
	}
}


/* **************************
  以前のテーマのCSS引き継ぎ
************************** */

/* オリジナルスタイルsmartphone */
.huto {
	font-weight:bold;
}

.hutoaka {
	font-weight:bold;
	color:#ff0000;
}

.oomozi {
	font-size: 18pt;
	line-height: 35px;
	font-weight:bold;
}

.komozi {
	font-size: 80%;
}

.ymarker {
	background:#FFF9C4;
	padding:0 2px;
}

.rmarker {
	background:#ffcdd2;
	padding:0 2px;
}




.unber {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight:bold;
}

span.font_L {
	font-size:1.7em;
	line-height:1.3em;
	font-weight:bold;
	margin:1em 0 1.5em 0;
	display:block;
}
span.font_red {
	color:red;
}
span.font_bold {
	font-weight:bold;
}
.sp2 {
	margin-top:3em;
}
.sp1 {
	margin-top:1.5em;
}

.green_box {
	background:#d8fce6;
	padding:2em 1em;
}
.green_box p {
	margin-bottom:1em;
}
.green_box p:last-child {
	margin-bottom:0em;
}