@charset "utf-8";

/*
Theme Name: iBow Ad System
Version: 1.0
Author: eNet Solutions Co.,Ltd.
Author URI: https://www.enetsolutions.co.jp/
Description: iBow Adで使用するテンプレートです
*/

/*
html
*/

/*---------------------------------------------------------------------
 clear fix elements 
 ---------------------------------------------------------------------*/

.clearfix:after {
	content: " " ;
	display : block ;
	clear : both;
	height : 0 ;
	visibility : hidden ;
}
.clearfix {
	min-height : 1px ;
}
* html .clearfix {
		height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/*---------------------------------------------------------------------
 reset 
 ---------------------------------------------------------------------*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,fieldset{
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
	text-decoration : none ;
}
ul,li{
	margin : 0px ;
	padding : 0px ;
	list-style-type : none ;
	line-height : 100% ;
}
a img{
	border : 0 ;
}

img{
	vertical-align : top ;
}

hr{
	display : none ;
	clear : both ;
}
area {
	border: 0;
}
a:focus, *:focus {
	outline:none;
}
/*---------------------------------------------------------------------
 base 
 ---------------------------------------------------------------------*/
html {
	overflow-y : scroll ;
}
body{
	font-family: 'Roboto',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	background:#fff;
}
img {
	max-width: 100%;
	height: auto;
}
/*---------------------------------------------------------------------
 content
 ---------------------------------------------------------------------*/
.wrapper {
	width: 100%;
}

/* パターン1 */
.ad-type01,
.ad-type02 {
	text-align: center;
}

/* パターン2 */
.ad-type02 .ad-type02-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	/* 	justify-content: space-between;　/*均等配置*/ */
	align-items: center; /*上下中央揃え*/
}
.ad-type02 .ad-type02-list li {
	padding: 0 1%;
}

/* パターン3 */
.ad-type03 a {
	 display: block;
	 text-decoration: none;
}
.ad-type03 a .ad-type03-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
/* 	border: 1px solid #ccc; */
}
@media screen and (max-width: 599px) {
	.ad-type03 a .ad-type03-wrap {
		height: 100px;
		margin: 0 10px;
	}
}
@media screen and (min-width: 600px) {
	.ad-type03 a .ad-type03-wrap {
		height: 100px;
		margin: 0 50px;
	}
}
@media screen and (min-width:1264px) {
	.ad-type03 a .ad-type03-wrap {
/*
		width: 728px;
		margin: 0 auto;
*/
		height: 100px;
	}
}
.ad-type03 a .ad-type03-wrap .ad-type03-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-img {
		width: 45%;
	}
}
@media screen and (min-width: 600px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-img {
		width: 30%;
	}
}
@media screen and (min-width:1264px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-img {
		width: 20%;
	}
}
.ad-type03 a .ad-type03-wrap .ad-type03-img img {
	height: 100%;
	width: auto;
}
.ad-type03 a .ad-type03-wrap .ad-type03-heading {
	padding: 2% 0 2% 2%;
}
@media screen and (max-width: 599px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-heading {
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-heading {
		width: 35%;
	}
}
@media screen and (min-width:1264px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-heading {
		width: 40%;
	}
}
.ad-type03 a .ad-type03-wrap .ad-type03-heading p {
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width: 600px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-heading p {
		font-size: 20px;
	}
}
@media screen and (min-width:1264px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-heading p {
		font-size: 22px;
	}
}

.ad-type03 a .ad-type03-wrap .ad-type03-sum {
	width: 40%;
	padding: 2%;
	line-height: 1.4;
}
@media screen and (max-width: 599px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-sum {
		width: 55%;
		font-size: 12px;
	}
}
@media screen and (min-width: 600px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-sum {
		width: 35%;
		font-size: 12px;
	}
}
@media screen and (min-width:1264px) {
	.ad-type03 a .ad-type03-wrap .ad-type03-sum {
		width: 40%;
		font-size: 14px;
	}
}
.ad-type03 a .ad-type03-wrap .ad-type03-sum span {
	display: block;
	text-align: right;
}
/* パターン4 */
.ad-type04 a {
	 display: block;
	 text-decoration: none;
}
.ad-type04 a .ad-type04-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
/* 	border: 1px solid #ccc; */
}
@media screen and (max-width: 599px) {
	.ad-type04 a .ad-type04-wrap {
		padding: .5em;
		margin: 0 10px;
	}
}
@media screen and (min-width: 600px) {
	.ad-type04 a .ad-type04-wrap {
		padding: .5em;
		margin: 0 50px;
	}
}
@media screen and (min-width:1264px) {
	.ad-type04 a .ad-type04-wrap {
		padding: .5em;
		margin: 0 100px;
	}
}
.ad-type04 a .ad-type04-wrap .ad-type04-heading {
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-heading {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 600px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-heading {
		font-size: 16px;
		line-height: 1.4;
	}
}
@media screen and (min-width:1264px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-heading {
		font-size: 20px;
	}
}
.ad-type04 a .ad-type04-wrap .ad-type04-sum {
	font-weight: bold;
}
@media screen and (max-width: 599px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-sum {
		font-size: 10px;
	}
}
@media screen and (min-width: 600px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-sum {
		font-size: 12px;
		line-height: 1.4;
	}
}
@media screen and (min-width:1264px) {
	.ad-type04 a .ad-type04-wrap .ad-type04-sum {
		font-size: 14px;
	}
}
/*---------------------------------------------------------------------
 page.php
 ---------------------------------------------------------------------*/
.editor-block h1 {
	color: #789dc4;
	margin: 0 0 1em;
	font-size: 24px;
	font-weight: bold;
}
	@media screen and (max-width: 599px) {
		.editor-block h1 {}
	}
	@media screen and (min-width: 600px) {
		
	}
	@media screen and (min-width:1264px) {
		
	}
.editor-block h2 {
	background: #789dc4;
	padding: .5em;
	color: #fff;
	margin: 0 0 1em;
	border-radius: .5em;
	font-size: 22px;
}
.editor-block h3 {
	border: 1px solid #789dc4;
	padding: .5em;
	color: #333;
	margin: 0 0 1em;
	font-size: 20px;
}
.editor-block h4 {
	border-left: 3px solid #789dc4;
	background: #eee;
	padding: .5em;
	color: #333;
	margin: 0 0 1em;
	font-size: 18px;
}
.editor-block h5 {
	font-size: 18px;
	color: #789dc4;
	border-bottom: 1px solid #789dc4;
	margin: 0 0 1em;
}
.editor-block h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em;
}
.editor-block p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.editor-block p strong {
	font-weight: bold;
}
.editor-block ul {
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.editor-block ul li {
	list-style: disc;
	line-height: 1.6;
}
.editor-block ol {
	padding-left: 1.5em;
	margin-bottom: 1em;
}
.editor-block ol li {
	list-style: decimal;
	line-height: 1.6;
}
.editor-block p img.alignleft {
	display: inline-block;
	float: left;
}
.editor-block p img.aligncenter {
	display: block;
	margin: 0 auto;
}
.editor-block p img.alignright {
	display: inline-block;
	float: right;
}
.editor-block p img.alignleft::after,
.editor-block p img.alignright::after {
	content: "";
    clear: both;
    display: block;
}
.editor-block a {
	color: #789dc4;
	text-decoration: underline;
}
@media screen and (min-width:1264px) {
	.editor-block a:hover {
		text-decoration: none;
	}	
}


/*---------------------------------------------------------------------
 ibow 不具合　対応状況一覧テーブル css 20220816
 ---------------------------------------------------------------------*/
.editor-block table {
    width: 960px;
    text-align: center;
    background: #c2bebe;
    margin-left: 40px;
    font-size:13px;
}
.editor-block table th {
    background: #DDEBF7;
}
.editor-block .green th {
    background: #E2EFDA!important;
}
.editor-block .comple td {
    background: #F2F2F2!important;
}
.editor-block table td:first-child {
    background: #FFF2CC!important;
}
.editor-block table th {
    padding: 5px;
}
.editor-block table th:first-child {
    width: 50px;
}
.editor-block table th:nth-child(2n),.editor-block table th:nth-child(3n) {
    width: 60px;
}
.editor-block table th:nth-child(4n),.editor-block table th:nth-child(5n),.editor-block table th:nth-child(6n) {
    width: 100px;
}
.editor-block table th:nth-child(8n){
    width: 60px;
}
.editor-block table th:nth-child(9n){
    width: 70px;
}
.editor-block table td {
    background: #fff;
    padding: 5px;
}

.editor-block table td:nth-child(4n),.editor-block table td:nth-child(5n),.editor-block table td:nth-child(6n),.editor-block table td:nth-child(7n){
    text-align: left;
}
.tablesorter th{
    position: relative;
    cursor: pointer;
    text-align: left;
}
.tablesorter th::before, .tablesorter th::after{
    content: '';
    position: absolute;
    z-index: 2;
    right: 7px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #333 transparent;
    pointer-events: none;
}
.tablesorter th::before{
    border-bottom-style: solid;
    border-top: none;
    top: 30%;
}
.tablesorter th::after{
    border-top-style: solid;
    border-bottom: none;
    bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after{
    border: none;
}
.tablesorter th.tablesorter-headerAsc:before{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before{
    border: none;
}
.tablesorter th.tablesorter-headerDesc:after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before, .tablesorter th.sorter-false:after{
    border: none;
}

.scroll {
width:100%;
table-layout: inherit;
white-space: inherit;
-webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
}
@media (max-width: 767px){ /*スマホとかは、横スクロールバーを表示*/
    .scroll{
    overflow-x: scroll; /* 横スクロール処理 */
    display: block;
    }
}