@charset "UTF-8";
/*
Theme Name: もってけ画廊
Theme URI: https://mottekegarou.com/
Author: H.N
Version: 1.0
*/
@import url(css/html5reset-1.6.1.css);
@import url(css/common.css);
@import url(css/pager.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*Google AdSense 背景黄色無効化*/
ins.adsbygoogle { background: transparent !important; }

/* PC用
============================================================================================================ */
@media screen and (min-width: 1000px) {
/* ページ全体
============================================================================================================ */
body {
	color: #333333;
	font: 13px/1.8em 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
}
/*
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
*/
.title1 {
	background-image: url(images/h1_bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	font: 500 22px/60px "Noto Sans JP";
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.title2 {
	height: 50px;
	line-height: 50px;
	font: 500 20px/60px "Noto Sans JP";
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align: left;
}
.title3 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font: 14px "Noto Sans JP";
	font-weight: 500;
}
.title3 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title4 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	font: 18px "Noto Sans JP";
	font-weight: 500;
}
.title4 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title5 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 7px 10px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	background-color: #197FD3;
	box-sizing: border-box;
	font-family: "Noto Sans JP";
	border-radius: 4px;
	line-height: 40px;
}
.title5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #197FD3;
}
.contents_area1 {
	margin-bottom: 100px;
}
.notes1 {
	border-radius: 5px;
	padding: 20px;
}
.notes_style1 {
	background-color: #F9DCE5;
	border: solid 1px #CCC;
}


/* ボタン定義
===================================================== */
/*ボタンベース*/
.btn_base1 {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
  box-sizing: border-box;
}
.btn_base1,
.btn_base1:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_newslist {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	font-size: 13px;
	width: 150px;
	margin-left: auto;
  box-sizing: border-box;
}
.btn_base_newslist,
.btn_base_newslist:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_dl {
	display: block;
	color: #FFF !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
  border-radius: 6px;
}
.btn_base_dl,
.btn_base_dl:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn_pagetop {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	font-size: 11px;
	width: 130px;
	margin-left: auto;
	border-radius: 4px;
}
.btn_pagetop,
.btn_pagetop:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*ボタンスタイル*/
.bt_style1 {
	background: #FFF;
	border: 5px solid #ccc;
}
.bt_style1:hover {
	background: #333;
	color: #FFF !important;
}
.bt_style1:active {
	background: #333;
	color: #FFF !important;
}
.bt_style2 {
	color: #333;
	border: 5px solid #ccc;
}
.bt_style2:hover {
	color: #ccc !important;
}
.bt_style2:active {
	color: #333 !important;
}
.bt_style_dl {
    background-color: #D80000;
    color: #FFF;
}
.bt_style_dl:hover {
background-color: #FF0E0E;
color: #FFF !important;
}
.bt_style_dl:active {
	background: #D80000;
	color: #FFF !important;
}
.bt_style_pagetop {
	background: #333;
	color: #FFF !important;
}
.bt_style_pagetop:hover {
	background-color: #676767;
	color: #FFF !important;
}
.bt_style_pagetop:active {
	background: #333;
	color: #FFF !important;
}


/* レイアウト
============================================================================================================ */
/* ヘッター
===================================================== */
header {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}
.logo {
	width: 100%;
	max-width: 265px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 7px 0;
    text-align: right;
}
#header_inner {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
}

/* ナビ
===================================================== */
#g_navi {
	width: 100%;
	max-width: 445px;
}
#g_navi ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
}
#g_navi li {
	width: 110px;
	text-align: center;
	border-right: solid 1px #CCC;
	font-size: 11px;
}
#g_navi li:first-child {
	border-left: solid 1px #CCC;
}
#g_navi li a {
	display: block;
	width: 110px;
	height: 55px;
	line-height: 80px;
	padding: 25px 0 0 0;
	position: relative;
}
.content_menu1 {
	background-image: url(images/gnavi1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.content_menu2 {
	background-image: url(images/gnavi2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content_menu3 {
	background-image: url(images/gnavi3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content_menu4 {
	background-image: url(images/gnavi4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#g_navi li a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#g_navi li a:visited {
	color: #333;
}
#g_navi li a:hover {
	color: #999999;
}
#g_navi li a:active {
	color: #333;
}

/* メインイメージ
===================================================== */
#mainimage {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#mainimage2 {
	width: 100%;
	height: 200px;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}
.contents_page_img {
	font-size: 35px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
}
.contents_category {
	font-size: 35px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
	background-position: left center;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
}
.contents_about_use {
	font-size: 35px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
}

/* メインコンテンツ
===================================================== */
main {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto 50px auto;
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
	text-align: left;
}
#left {
	width: 100%;
	max-width: 730px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.09);
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
}
#right {
	width: 100%;
	max-width: 240px;
	text-align: left;
}
.section_style1 {
    margin-bottom: 50px;
}
.section_style2 {
    margin-bottom: 100px;
}
.section_style3 {
    margin-bottom: 150px;
}
.section_style4 {
    margin-bottom: 30px;
}

/* サイドメニュー
============================================ */
.side_menu h2 {
	font: 500 14px/45px "Noto Sans JP";
	background-color: #197FD3;
	text-align: center;
	color: #FFF;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.side_menu {
	width: 240px;
	font-size: 14px;
	background: #D8D8D8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}
.side_menu li > a {
	padding: 0 15px 0 15px;
	line-height: 40px;
	border-bottom: 1px dotted #999;
	display: block;
	width: 230px;
	color: #333;
	background-color: #FFF;
	box-sizing: border-box;
}
.side_menu li:last-child > a {
	border-style: none;
}
.side_menu li > a:hover {
	background-color: #D8D8D8;
	padding-left: 15px;
}
.side_menu li.current-page-item > a, .side_menu li.current_page_item > a, .side_menu li.current-cat > a {
	background-color: #D8D8D8;
}
.banner_area ul li:not(:last-child) {
	margin-bottom: 10px;
}

/* サイドカテゴリ一覧
============================================ */
#side_category_menu {
    margin-top: 40px;
}
#side_category_menu li {
    margin-bottom: 10px;
}
#side_category_menu li:last-child {
    margin-bottom: 0px;
}

/* サイド広告縦長　AdSense
============================================ */
.sidebar-Ad{
    margin-top: 30px;
}
    
/* フッター
===================================================== */
footer {
	width: 100%;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
}
#footer_inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0 60px 0;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
}
#footer_left {
	width: 770px;
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}
#footer_left figure {
	width: 200px;
}
#footer_left figure img {
	width: 100%;
	height: auto;
}
#footer_nav {
	width: 570px;
}
#footer_nav li {
	display: inline-block;
	width: 100px;
	border-right: 1px solid #959595;
    font-size: 11px;
}
#footer_nav li:first-child {
	border-left: 1px solid #959595;
}
#footer_right {
	width: 130px;
}
#footer_inner a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#footer_inner a:visited {
	color: #333;
}
#footer_inner a:hover {
	color: #898989;
}
#footer_inner a:active {
	color: #333;
}
.copyright {
	width: 1000px;
	padding: 0 0 20px 0;
	margin: 0 auto;
}


/* 検索
============================================================================================================ */
.search_area input[type="text"]{
	border: solid #B3B3B3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 14px;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 40px;
}
.search_area {
	width: 100%;
	max-width: 240px;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.searchfield input[type="text"]{
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 35px;
}
.searchfield input[type="text"]:focus {
  box-shadow: 0 0 2px 0 rgba(99,197,233,1);
  outline: 0;
}
.searchfield {
  font-size: 14px;
	width: 165px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.searchsubmit {
	width: 45px;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 20px;
	line-height: 40px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: transparent;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #197FD3;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.searchsubmit:hover {
	background-color: #57A8EB;
}

.select_style2 {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}

@media all and (-ms-high-contrast:none){
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.postform {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none){
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(../images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.search_btn {
	width: 100%;
	line-height: 40px;
	border-radius: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background-color: #197FD3;
	font-size: 15px;
	color: #FFF;
	border: none;
	cursor: pointer;	
}
.search_btn:hover {
	background-color: #52A5EA;
}
.search_total {
	text-align: center;
	border-radius: 3px;
	border: solid 1px #CCC;
	background-color: #ECECEC;
	padding: 10px;
	margin-bottom: 30px;
}
.search_total span {
	font-weight: bold;
}


/* カテゴリバナーリスト1
============================================================================================================ */

/* イラスト一覧表示用
============================================ */
.ill_list ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list li {
	width: 210px;
	height: auto;
	margin: 0 20px 30px 0;
  position: relative;
}
.ill_list li img {
    border: 1px solid #CCC;
    box-sizing: border-box;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
}
.ill_list li:nth-child(3n) {
	margin-right: 0px;
}
.ill_list li:last-child {
	margin-right: auto;
}
.ill_list li figcaption {
	text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 7px;
    font-weight: bold;
}
.icon_new {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.icon_new img {
    border: none !important;
}
.page_category_count {
	text-align: center;
	margin-bottom: 40px;
}
.page_category_count span {
	font-size: 18px;
	font-weight: bold;
	color: #D80003;
}

/* 人気イラスト表示用
============================================================================================================ */
.ill_list4 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list4 li {
	width: 210px;
	height: auto;
	margin: 0 20px 30px 0;
  position: relative;
}
.ill_list4 li img {
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.ill_list4 li:nth-child(3n) {
	margin-right: 0px;
}
.ill_list4 li:last-child {
	margin-right: auto;
}
.ill_list4 li figcaption {
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
}
.ill_list4 li p {
    font-size: 11px;
}
.ill_list4 li p a {
    margin-right: 5px;
    display: inline-block;
}
.ill_list4 li p a:last-child {
    margin-right: 0px;
}
.ill_list4 li .category::before {
    font-family: "Font Awesome 5 Free";
    white-space: pre-wrap;
    content: '\f0a9 ';
    font-weight: 900;
}
.ninki_category {
    margin-top: 8px;
    border:  1px solid #CCC;
    border-radius: 4px;
    padding: 3px;
    box-sizing: border-box;
    background-color: #F1F1F1;
    line-height: 1.5em;
		text-align: center;
}

/* バナー画像表示用
============================================================================================================ */
.ill_list2 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list2 li {
	width: 210px;
	margin: 0 20px 20px 0;
}
.ill_list2 li:nth-child(3n) {
	margin-right: 0px;
}
.ill_list2 li:last-child {
	margin-right: auto;
}

/* 第2階層カテゴリ表示用
============================================================================================================ */
.ill_list3 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3 li {
    width: 210px;
    height: 90px;
    margin: 0 20px 20px 0;
    border: 1px solid #CCC;
    box-sizing: border-box;
    text-align: center;
    background-image: url("images/banner99.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 17px;
    font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-size: 208px 88px;
}
.ill_list3 li:nth-child(3n) {
	margin-right: 0px;
}
.ill_list3 li:last-child {
	margin-right: auto;
}
.ill_list3 li figure {
	margin-bottom: 5px;
}
.ill_list3 li figcaption {
	text-align: center;
    font-weight: bold;
}
.ill_list3 li p {
    width: 100%;
}
.ill_list3 li a {
    display: block;
    width: 100%;
    height: 72px;
		padding-top: 18px;
}
.ill_list3 li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3 li span {
    font-size: 12px;
    font-weight: 100 !important;
}

.ill_list3a ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3a li {
    width: 210px;
    height: 90px;
    line-height: 90px;
    margin: 0 20px 20px 0;
    border: 1px solid #CCC;
    box-sizing: border-box;
    text-align: center;
    background-image: url("images/banner99.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 17px;
    font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	background-size: 208px 88px;
}
.ill_list3a li:nth-child(3n) {
	margin-right: 0px;
}
.ill_list3a li:last-child {
	margin-right: auto;
}
.ill_list3a li figure {
	margin-bottom: 5px;
}
.ill_list3a li figcaption {
	text-align: center;
    font-weight: bold;
}
.ill_list3a li a {
    display: block;
    width: 100%;
    height: 90px;
}
.ill_list3a li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3a li span {
    font-size: 12px;
    font-weight: 100 !important;
}

/* 詳細ページ
============================================================================================================ */
#single_ill_frame {
	
}
#single_ill_frame figure {
	width: 600px;
	height: auto;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#single_ill_frame figure img {
	width: 600px;
	height: 600px;
	object-fit: cover;
}
#single_ill_frame figcaption {
	width: 600px;
	margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
#ill_detail {
	border-top: dashed 2px #CCC;
	margin-top: 30px;
	padding: 20px 0 0 0;
}
#ill_detail table {
	border-collapse:separate;
	border-spacing:8px;
}
#ill_detail table th {
	width: 25%;
	background-color: #197FD3;
	border-radius: 3px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#ill_detail table td {
	padding: 10px;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
/*
#ill_detail table td ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}
*/
#ill_detail table td ul li {
	display: inline-block;
	margin: 0 .2em 0 .2em;
	padding: 0;
    font-size: 11px;
}
#ill_detail table td ul li a {
	max-width: 80px;
	height: 28px;
	line-height: 28px;
	background-color: #5f9ea0;
	text-align: center;
	padding: 0 1em;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}
#ill_detail table td ul li a:hover {
	background-color: #8CB9BB;
}
.ill_dl_bt {
    margin-top: 40px;
}
.bt_back {
    margin-top: 30px;
}
.addtoany_shortcode {
    text-align: right;
}


/* フォーム
============================================================================================================ */
.form_area {
	
}
.form_area table {
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 12px !important;
}
.form_area table th {
	width: 200px !important;
	padding: 7px 7px 7px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #333;
	text-align: left;
	font-weight: normal;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_area table td {
	background-color: #F0F0F0;
	padding: 7px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_area table td input[type="text"] {
	width: 100%;
}
.form_area table td input[type="email"] {
	width: 100%;
}
.form_thx_area {
	text-align: left;
	font-size: 15px;
}

.wpform_btn {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.wpform_btn li {
	width: 100%;
	margin-bottom: 10px;
}
.wpform_btn li:last-child {
	margin-bottom: 0px;
}
.submit-btn1 {
	background: #197FD3;
	text-align: center;
	padding: 15px 5px;
	color: #FFF;
	border-radius: 5px;
	border: none;
	width: 50%;
	cursor: pointer;
}
.submit-btn2 {
	background-color: #E9E9E9;
	text-align: center;
	padding: 15px 5px;
	color: #333333;
	border-radius: 5px;
	border: none;
	width: 50%;
	cursor: pointer;
}
.submit-btn1:hover {
	background: #469FE9;
	color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.submit-btn2:hover {
	background-color: #D6D6D6;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* ご利用について
============================================================================================================ */
.about_site dd:not(:last-child) {
	margin-bottom: 100px;
}
.about_site li:not(:last-child) {
	margin-bottom: 15px;
}
.about_site li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 8px;
}
.privacy_date {
	font-size: 12px;
	text-align: right;
}
.about_site_company {
	
}
.about_site_company table {
	border: solid 1px #CCC;
}
.about_site_company table th {
	border: solid 1px #CCC;
	width: 25%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
    vertical-align: middle;
}
.about_site_company table td {
	border: solid 1px #CCC;
	padding: 15px 10px;
}


/* 特定商法
============================================================================================================ */
.tokutei_area table {
	border: solid 1px #CCC;
}
.tokutei_area table th {
	border: solid 1px #CCC;
	width: 25%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
    vertical-align: middle;
}
.tokutei_area table td {
	border: solid 1px #CCC;
	padding: 15px 10px;
}


/* クリエイター
============================================================================================================ */
.creator_prof_area {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.creator_prof_area figure {
	width: 250px;
}
.creator_prof_area figure img {
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
}
.creator_prof_area_txt {
	width: 380px;
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 15px;
	color: #555;
	font-size: 16px;
	background-color: #E9E9E9;
	box-sizing: border-box;
	border-radius: 5px;
}
.creator_prof_area_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #E9E9E9;
}
.creator_prof_area_txt li:not(:last-child) {
	margin-bottom: 5px;
}
.creator_prof_area_txt li {
	font-size: 12px;
	width: 100%;
	line-height: 24px;
	padding-left: 5px;
}
.creator_prof_area_txt li a {
}
.fa-twitter-square {
	color: #1da1f3;
	font-size: 18px;
}
.fa-laptop {
	color: #3B3B3B;
	font-size: 16px;
}
.fa-instagram {
	font-size: 18px;
}



/* お知らせ
============================================================================================================ */
.news_frame figure{
	margin-bottom: 30px;	
}
.news_frame figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.news_frame2 {
	background-color: #f8f0e4;
	border-radius: 6px;
	padding: 15px 15px 15px 145px;
	position: relative;
	box-sizing: border-box;
	background-image: url("images/bg_news.png");
	background-position: 25px center;
	background-size: 90px 90px;
	background-repeat: no-repeat;
	min-height: 130px;
}
.news_frame2 h2 {
	font-size: 16px;
	border-bottom: dashed 2px #CCC;
	padding-bottom: 5px;
  margin-bottom: 10px;
	font-family: "Noto Sans JP";
	font-weight: 500;
}
.news_frame2 p {
	font-size: 12px;line-height: 1.5em;
}
.news_date {
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: #88B400;
	color: #FFF;
	padding: 3px 25px;
	text-align: center;
	border-radius: 20px;
	font-size: 11px;
}
.news_block ul {
	margin-bottom: 20px;
}
.news_block li:not(:last-child) {
	margin-bottom: 35px;
}
.fa-chevron-circle-right {
	margin-left: 10px;
}


.single_news_frame {
	border: 3px solid #CCC;
	border-radius: 6px;
	position: relative;
	padding: 35px 25px;
	margin-bottom: 40px;
}
.single_date {
	position: absolute;
	top: -12px;
	left: 15px;
	background-color: #FFF;
	padding: 0 10px;
}
.single_news_frame img {
	max-width: 100%;
	height: auto;
}

/*WPエデイタ用　画像のtext-alignが効かない場合*/
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}


.wp-pagenavi {
	padding: 10px 20px !important;
	display: block !important;
	clear: both !important;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#FFF !important;
		padding: 10px 15px 10px 15px !important;
		border: solid 1px #1362A3 !important;
		background: #197FD3 !important;
		font-size: 14px !important;
		margin-right: 7px !important;
		text-decoration: none !important;
}	
.wp-pagenavi a:hover {
		border-color: #1362A3 !important;
		background: #65AFEC !important;
		color:#FFFFFF !important;
}
.wp-pagenavi span.current{
		padding: 10px 15px 10px 15px !important;
		border:solid 1px #1362A3!important;
		color:#FFF !important;
		margin-right: 7px !important;
		text-shadow: 0px 1px #3C3C3C !important;
		border-color: #1362A3 !important;
		background: #65AFEC !important;
}
}

/* メインコンテンンツ　バナーエリア
============================================================================================================ */
/*
.main_banner_area ul li:not(:last-child) {
	margin-bottom: 30px;
}
.main_banner_area ul li a img {
	width: 100%;
	height: auto;
}

*/



/* タブレット用
=============================================================================================================================================================== */
@media screen and (min-width:768px) and (max-width: 999px) {
/* ページ全体
============================================================================================================ */
body {
	color: #333333;
	font: 13px/1.8em 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
}
/*
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
*/
.title1 {
	background-image: url(images/h1_bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	font: 500 22px/60px "Noto Sans JP";
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.title2 {
	height: 50px;
	line-height: 50px;
	font: 500 20px/60px "Noto Sans JP";
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align: left;
}
.title3 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font: 18px "Noto Sans JP";
	font-weight: 500;
}
.title3 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title4 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	font: 18px "Noto Sans JP";
	font-weight: 500;
}
.title4 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title5 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 7px 10px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	background-color: #197FD3;
	box-sizing: border-box;
	font-family: "Noto Sans JP";
	border-radius: 4px;
	line-height: 40px;
}
.title5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #197FD3;
}
.contents_area1 {
	margin-bottom: 100px;
}
.notes1 {
	border-radius: 5px;
	padding: 20px;
}
.notes_style1 {
	background-color: #F9DCE5;
	border: solid 1px #CCC;
}


/* ボタン定義
===================================================== */
/*ボタンベース*/
.btn_base1 {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  box-sizing: border-box;
}
.btn_base1,
.btn_base1:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_newslist {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-size: 13px;
	width: 70%;
	margin: 0 auto;
  box-sizing: border-box;
}
.btn_base_newslist,
.btn_base_newslist:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_dl {
	display: block;
	color: #FFF !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  border-radius: 6px;
}
.btn_base_dl,
.btn_base_dl:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn_pagetop {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-size: 11px;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
}
.btn_pagetop,
.btn_pagetop:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*ボタンスタイル*/
.bt_style1 {
	background: #FFF;
	border: 5px solid #ccc;
}
.bt_style1:hover {
	background: #333;
	color: #FFF !important;
}
.bt_style1:active {
	background: #333;
	color: #FFF !important;
}
.bt_style2 {
	color: #333;
	border: 5px solid #ccc;
}
.bt_style2:hover {
	color: #ccc !important;
}
.bt_style2:active {
	color: #333 !important;
}
.bt_style_dl {
    background-color: #D80000;
    color: #FFF;
}
.bt_style_dl:hover {
background-color: #FF0E0E;
color: #FFF !important;
}
.bt_style_dl:active {
	background: #D80000;
	color: #FFF !important;
}
.bt_style_pagetop {
	background: #333;
	color: #FFF !important;
}
.bt_style_pagetop:hover {
	background-color: #676767;
	color: #FFF !important;
}
.bt_style_pagetop:active {
	background: #333;
	color: #FFF !important;
}


/* レイアウト
============================================================================================================ */
/* ヘッター
===================================================== */
header {
	width: 100%;
	margin: 0;
	text-align: left;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.logo {
	width: 100%;
	max-width: 265px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 7px 0;
    text-align: right;
}
#header_inner {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
}

/* ナビ
===================================================== */
#g_navi {
	width: 100%;
	max-width: 445px;
}
#g_navi ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
}
#g_navi li {
	width: 110px;
	text-align: center;
	border-right: solid 1px #CCC;
	font-size: 11px;
}
#g_navi li:first-child {
	border-left: solid 1px #CCC;
}
#g_navi li a {
	display: block;
	width: 110px;
	height: 55px;
	line-height: 80px;
	padding: 25px 0 0 0;
	position: relative;
}
.content_menu1 {
	background-image: url(images/gnavi1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.content_menu2 {
	background-image: url(images/gnavi2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content_menu3 {
	background-image: url(images/gnavi3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content_menu4 {
	background-image: url(images/gnavi4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#g_navi li a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#g_navi li a:visited {
	color: #333;
}
#g_navi li a:hover {
	color: #999999;
}
#g_navi li a:active {
	color: #333;
}

/* メインイメージ
===================================================== */
#mainimage {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#mainimage img {
	width: 100%;
	height: auto;
}
#mainimage2 {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#mainimage2 img {
	width: 100%;
	height: auto;
}
.contents_page_img {
	font-size: 25px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
	background-position: center center;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
	background-size: 98% auto;
}
.contents_category {
	font-size: 25px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
	background-position: center center;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
	background-size: 98% auto;
}
.contents_about_use {
	font-size: 25px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 200px;
}

/* メインコンテンツ
===================================================== */
main {
	width: 100%;
	margin: 30px 0 50px 0;
	padding: 0 10px;
	display: block;
	text-align: left;
	box-sizing: border-box;
}
#left {
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow:0px 0px 5px 2px rgba(0,0,0,0.09);
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 40px;
}
#left section:nth-child(2) {
	margin-bottom: 100px;
}
#right {
	width: 100%;
	text-align: left;
}
.section_style1 {
    margin-bottom: 50px;
}
.section_style2 {
    margin-bottom: 100px;
}
.section_style3 {
    margin-bottom: 150px;
}
.section_style4 {
    margin-bottom: 30px;
}

/* サイドメニュー
============================================ */
.side_menu h2 {
	font: 500 18px/45px "Noto Sans JP";
	background-color: #197FD3;
	text-align: center;
	color: #FFF;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.side_menu {
	width: 100%;
	font-size: 14px;
	background: #D8D8D8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}
.side_menu li > a {
	padding: 0 15px 0 15px;
	line-height: 55px;
	border-bottom: 1px dotted #999;
	display: block;
	width: 100%;
	color: #333;
	background-color: #FFF;
	box-sizing: border-box;
}
.side_menu li:last-child > a {
	border-style: none;
}
.side_menu li > a:hover {
	background-color: #D8D8D8;
	padding-left: 15px;
}
.side_menu li.current-page-item > a, .side_menu li.current_page_item > a, .side_menu li.current-cat > a {
	background-color: #D8D8D8;
}
#banner_area ul{
	width: 240px;
	margin: 0 auto;
}
#banner_area ul li:not(:last-child) {
	margin-bottom: 10px;
}

/* サイドカテゴリ一覧
============================================ */
#side_category_menu {
    margin-top: 40px;
}
#side_category_menu li {
    margin-bottom: 10px;
}
#side_category_menu li:last-child {
    margin-bottom: 0px;
}    

/* サイド広告縦長　AdSense
============================================ */
.sidebar-Ad{
    margin-top: 30px;
}
    
/* フッター
===================================================== */
footer {
	width: 100%;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	padding: 0 10px;
	box-sizing: border-box;
}
#footer_inner {
	width: 100%;
	margin: 0;
	padding: 20px 0 60px 0;
	box-sizing: border-box;
	display: block;
}
#footer_left {
	width: 100%;
	display: block;
}
#footer_left figure {
	width: 200px;
	margin: 0 auto;
}
#footer_left figure img {
	width: 100%;
	height: auto;
}
#footer_nav {
	width: 100%;
	margin-top: 30px;
}
#footer_nav li {
	display: inline-block;
	width: 100px;
	border-right: 1px solid #959595;
  font-size: 11px;
}
#footer_nav li:first-child {
	border-left: 1px solid #959595;
}
#footer_right {
	width: 200px;
	margin: 30px auto 0 auto;
}
#footer_inner a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#footer_inner a:visited {
	color: #333;
}
#footer_inner a:hover {
	color: #898989;
}
#footer_inner a:active {
	color: #333;
}
.copyright {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 auto;
}


/* 検索
============================================================================================================ */
.search_area input[type="text"]{
	border: solid #B3B3B3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 14px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 60px;
}
.search_area {
	width: 100%;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.search_area p {
	text-align: center;
}
.searchfield input[type="text"]:focus {
  box-shadow: 0 0 2px 0 rgba(99,197,233,1);
  outline: 0;
}
.searchfield {
  font-size: 18px;
	width: 90%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.searchsubmit {
	width: 10%;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 20px;
	line-height: 60px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: transparent;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #197FD3;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.searchsubmit:hover {
	background-color: #57A8EB;
}

.select_style2 {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}

@media all and (-ms-high-contrast:none){
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.postform {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none){
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(../images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.search_btn {
	width: 100%;
	line-height: 40px;
	border-radius: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background-color: #197FD3;
	font-size: 15px;
	color: #FFF;
	border: none;
	cursor: pointer;	
}
.search_btn:hover {
	background-color: #52A5EA;
}
.search_total {
	text-align: center;
	border-radius: 3px;
	border: solid 1px #CCC;
	background-color: #ECECEC;
	padding: 10px;
	margin-bottom: 30px;
}
.search_total span {
	font-weight: bold;
}


/* カテゴリバナーリスト1
============================================================================================================ */

/* イラスト一覧表示用
============================================ */
.ill_list ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list li {
	width: 47%;
	height: auto;
	margin-bottom: 30px;
    position: relative;
}
.ill_list li img {
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
/*
.ill_list li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list li:last-child {
	margin-right: auto;
}
*/
.ill_list li figcaption {
	text-align: center;
    font-size: 15px;
    line-height: 1.2em;
    margin-top: 7px;
    font-weight: bold;
}
.icon_new {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.icon_new img {
    border: none !important;
}
.page_category_count {
	text-align: center;
	margin-bottom: 40px;
}
.page_category_count span {
	font-size: 18px;
	font-weight: bold;
	color: #D80003;
}

/* 人気イラスト表示用
============================================================================================================ */
.ill_list4 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list4 li {
	width: 47%;
	height: auto;
	margin-bottom: 30px;
  position: relative;
}
.ill_list4 li img {
	width: 100%;
	height: auto;
	border: 1px solid #CCC;
	box-sizing: border-box;
	margin-bottom: 10px;
}
/*
.ill_list4 li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list4 li:last-child {
	margin-right: auto;
}
*/
.ill_list4 li figcaption {
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 7px;
	font-weight: bold;
}
.ill_list4 li p {
    font-size: 15px;
}
.ill_list4 li p a {
    margin-right: 5px;
    display: inline-block;
}
.ill_list4 li p a:last-child {
    margin-right: 0px;
}
.ill_list4 li .category::before {
    font-family: "Font Awesome 5 Free";
    white-space: pre-wrap;
    content: '\f0a9 ';
    font-weight: 900;
}
.ninki_category {
    display: none;
}

/* バナー画像表示用
============================================================================================================ */
.ill_list2 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list2 li {
	width: 210px;
	margin-bottom: 20px;
}
.ill_list2 li:nth-child(3n) {
	margin-right: 0px;
}

/* 第2階層カテゴリ表示用
============================================================================================================ */
.ill_list3 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3 li {
	width: 210px;
	height: 90px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	text-align: center;
	background-image: url("images/banner99.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 17px;
	font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-size: 208px 88px;
}
/*
.ill_list3 li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list3 li:last-child {
	margin-right: auto;
}
*/
.ill_list3 li figure {
	margin-bottom: 5px;
}
.ill_list3 li figcaption {
	text-align: center;
    font-weight: bold;
}
.ill_list3 li p {
    width: 100%;
}
.ill_list3 li a {
    display: block;
    width: 100%;
    height: 72px;
		padding-top: 18px;
}
.ill_list3 li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3 li span {
    font-size: 12px;
    font-weight: 100 !important;
}

.ill_list3a ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3a li {
	width: 210px;
	height: 90px;
	line-height: 90px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	text-align: center;
	background-image: url("images/banner99.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 17px;
	font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-size: 208px 88px;
}
/*
.ill_list3a li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list3a li:last-child {
	margin-right: auto;
}
*/
.ill_list3a li figure {
	margin-bottom: 5px;
}
.ill_list3a li figcaption {
	text-align: center;
    font-weight: bold;
}
.ill_list3a li a {
    display: block;
    width: 100%;
    height: 90px;
}
.ill_list3a li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3a li span {
    font-size: 12px;
    font-weight: 100 !important;
}

/* 詳細ページ
============================================================================================================ */
#single_ill_frame {
	
}
#single_ill_frame figure {
	width: 600px;
	height: auto;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
#single_ill_frame figure img {
	width: 600px;
	height: 600px;
	object-fit: cover;
}
#single_ill_frame figcaption {
	width: 600px;
	margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
#ill_detail {
	border-top: dashed 2px #CCC;
	margin-top: 30px;
	padding: 20px 0 0 0;
}
#ill_detail table {
	border-collapse:separate;
	border-spacing:8px;
}
#ill_detail table th {
	width: 25%;
	background-color: #197FD3;
	border-radius: 3px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#ill_detail table td {
	padding: 10px;
	color: #333;
	text-align: left;
	vertical-align: middle;
}
/*
#ill_detail table td ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}
*/
#ill_detail table td ul li {
	display: inline-block;
	margin: 0 .4em .4em .4em;
	padding: 0;
    font-size: 11px;
}
#ill_detail table td ul li a {
	max-width: 80px;
	height: 28px;
	line-height: 28px;
	background-color: #5f9ea0;
	text-align: center;
	padding: 0 1em;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}
#ill_detail table td ul li a:hover {
	background-color: #8CB9BB;
}
.ill_dl_bt {
    margin-top: 40px;
}
.bt_back {
    margin-top: 30px;
}
.addtoany_shortcode {
    text-align: right;
}


/* フォーム
============================================================================================================ */
.form_area {
	
}
.form_area table {
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 12px !important;
}
.form_area table th {
	width: 200px !important;
	padding: 7px 7px 7px 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #333;
	text-align: left;
	font-weight: normal;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_area table td {
	background-color: #F0F0F0;
	padding: 7px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.form_area table td input[type="text"] {
	width: 100%;
}
.form_area table td input[type="email"] {
	width: 100%;
}
.form_thx_area {
	text-align: left;
	font-size: 15px;
}
.wpform_btn {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.wpform_btn li {
	width: 100%;
	margin-bottom: 10px;
}
.wpform_btn li:last-child {
	margin-bottom: 0px;
}
.submit-btn1 {
	background: #197FD3;
	text-align: center;
	padding: 15px 5px;
	color: #FFF;
	border-radius: 5px;
	border: none;
	width: 50%;
}
.submit-btn2 {
	background-color: #E9E9E9;
	text-align: center;
	padding: 15px 5px;
	color: #333333;
	border-radius: 5px;
	border: none;
	width: 50%;
}
.submit-btn1:hover {
	background: #469FE9;
	color: #FFF;
}
.submit-btn2:hover {
	background-color: #D6D6D6;
	color: #333;
}


/* ご利用について
============================================================================================================ */
.about_site dd:not(:last-child) {
	margin-bottom: 100px;
}
.about_site li:not(:last-child) {
	margin-bottom: 15px;
}
.about_site li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 8px;
}
.privacy_date {
	font-size: 12px;
	text-align: right;
}
.about_site_company {
	
}
.about_site_company table {
	border: solid 1px #CCC;
}
.about_site_company table th {
	border: solid 1px #CCC;
	width: 25%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
    vertical-align: middle;
}
.about_site_company table td {
	border: solid 1px #CCC;
	padding: 15px 10px;
}


/* 特定商法
============================================================================================================ */
.tokutei_area table {
	border: solid 1px #CCC;
}
.tokutei_area table th {
	border: solid 1px #CCC;
	width: 25%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
    vertical-align: middle;
}
.tokutei_area table td {
	border: solid 1px #CCC;
	padding: 15px 10px;
}


/* クリエイター
============================================================================================================ */
.creator_prof_area {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.creator_prof_area figure {
	width: 250px;
}
.creator_prof_area figure img {
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
}
.creator_prof_area_txt {
	width: 380px;
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 15px;
	color: #555;
	font-size: 16px;
	background-color: #E9E9E9;
	box-sizing: border-box;
	border-radius: 5px;
}
.creator_prof_area_txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #E9E9E9;
}
.creator_prof_area_txt li:not(:last-child) {
	margin-bottom: 5px;
}
.creator_prof_area_txt li {
	font-size: 12px;
	width: 100%;
	line-height: 24px;
	padding-left: 5px;
}
.creator_prof_area_txt li a {
}
.fa-twitter-square {
	color: #1da1f3;
	font-size: 18px;
}
.fa-laptop {
	color: #3B3B3B;
	font-size: 16px;
}
.fa-instagram {
	font-size: 18px;
}



/* お知らせ
============================================================================================================ */
.news_frame figure{
	margin-bottom: 30px;	
}
.news_frame figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.news_frame2 {
	background-color: #f8f0e4;
	border-radius: 6px;
	padding: 15px 15px 15px 145px;
	position: relative;
	box-sizing: border-box;
	background-image: url("images/bg_news.png");
	background-position: 25px center;
	background-size: 90px 90px;
	background-repeat: no-repeat;
	min-height: 130px;
}
.news_frame2 h2 {
	font-size: 16px;
	border-bottom: dashed 2px #CCC;
	padding-bottom: 5px;
  margin-bottom: 10px;
	font-family: "Noto Sans JP";
	font-weight: 500;
}
.news_frame2 p {
	font-size: 12px;line-height: 1.5em;
}
.news_date {
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: #88B400;
	color: #FFF;
	padding: 3px 25px;
	text-align: center;
	border-radius: 20px;
	font-size: 11px;
}
.news_block ul {
	margin-bottom: 20px;
}
.news_block li:not(:last-child) {
	margin-bottom: 35px;
}
.fa-chevron-circle-right {
	margin-left: 10px;
}


.single_news_frame {
	border: 3px solid #CCC;
	border-radius: 6px;
	position: relative;
	padding: 35px 25px;
	margin-bottom: 40px;
}
.single_date {
	position: absolute;
	top: -12px;
	left: 15px;
	background-color: #FFF;
	padding: 0 10px;
}
.single_news_frame img {
	max-width: 100%;
	height: auto;
}

/*WPエデイタ用　画像のtext-alignが効かない場合*/
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}


.wp-pagenavi {
	padding: 10px 20px !important;
	display: block !important;
	clear: both !important;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#FFF !important;
		padding: 15px 20px 15px 20px !important;
		border: solid 1px #1362A3 !important;
		background: #197FD3 !important;
		font-size: 14px !important;
		margin-right: 15px !important;
		text-decoration: none !important;
}	
.wp-pagenavi a:hover {
		border-color: #1362A3 !important;
		background: #65AFEC !important;
		color:#FFFFFF !important;
}
.wp-pagenavi span.current{
		padding: 15px 20px 15px 20px !important;
		border:solid 1px #1362A3!important;
		color:#FFF !important;
		margin-right: 15px !important;
		text-shadow: 0px 1px #3C3C3C !important;
		border-color: #1362A3 !important;
		background: #65AFEC !important;
}

}
/* メインコンテンンツ　バナーエリア
============================================================================================================ */
/*
.main_banner_area ul li:not(:last-child) {
	margin-bottom: 30px;
}
.main_banner_area ul li a img {
	width: 100%;
	height: auto;
}

*/



/* スマホ用
=============================================================================================================================================================== */
@media screen and (max-width: 767px) {
	body {
	color: #333333;
	font: 13px/1.8em 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
	background-image: url(images/bg_body.png);
	background-repeat: repeat;
}
/*
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
*/
.title1 {
	background-image: url(images/h1_bg1.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	font: 500 22px/60px "Noto Sans JP";
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
.title2 {
	height: 50px;
	line-height: 50px;
	font: 500 15px/60px "Noto Sans JP";
	border-bottom: solid 1px #CCC;
	padding-bottom: 5px;
	margin-bottom: 30px;
	text-align: left;
}
.title3 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 20px;
	color: #FFF;
	text-align: center;
	font: 18px "Noto Sans JP";
	font-weight: 500;
}
.title3 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title4 {
	position: relative;
	padding: 5px;
	background-color: #197FD3;
	margin-bottom: 30px;
	color: #FFF;
	text-align: center;
	font: 15px "Noto Sans JP";
	font-weight: 500;
}
.title4 span {
	display: block;
  padding: 5px 10px;
  border: 1px dashed #FFF;
}
.title5 {
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
	padding: 7px 10px;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	background-color: #197FD3;
	box-sizing: border-box;
	font-family: "Noto Sans JP";
	border-radius: 4px;
	line-height: 40px;
}
.title5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #197FD3;
}
.contents_area1 {
	margin-bottom: 100px;
}
.notes1 {
	border-radius: 5px;
	padding: 20px;
}
.notes_style1 {
	background-color: #F9DCE5;
	border: solid 1px #CCC;
}


/* ボタン定義
===================================================== */
/*ボタンベース*/
.btn_base1 {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
  box-sizing: border-box;
}
.btn_base1,
.btn_base1:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_newslist {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-size: 13px;
	width: 70%;
	margin: 0 auto;
  box-sizing: border-box;
}
.btn_base_newslist,
.btn_base_newslist:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn_base_dl {
	display: block;
	color: #FFF !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	font-size: 16px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
  border-radius: 6px;
}
.btn_base_dl,
.btn_base_dl:hover {
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn_pagetop {
	display: block;
	color: #333 !important;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	font-size: 11px;
	width: 100%;
	margin: 0 auto;
	border-radius: 4px;
}
.btn_pagetop,
.btn_pagetop:hover {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*ボタンスタイル*/
.bt_style1 {
	background: #FFF;
	border: 5px solid #ccc;
}
.bt_style1:hover {
	background: #333;
	color: #FFF !important;
}
.bt_style1:active {
	background: #333;
	color: #FFF !important;
}
.bt_style2 {
	color: #333;
	border: 5px solid #ccc;
}
.bt_style2:hover {
	color: #ccc !important;
}
.bt_style2:active {
	color: #333 !important;
}
.bt_style_dl {
    background-color: #D80000;
    color: #FFF;
}
.bt_style_dl:hover {
background-color: #FF0E0E;
color: #FFF !important;
}
.bt_style_dl:active {
	background: #D80000;
	color: #FFF !important;
}
.bt_style_pagetop {
	background: #333;
	color: #FFF !important;
}
.bt_style_pagetop:hover {
	background-color: #676767;
	color: #FFF !important;
}
.bt_style_pagetop:active {
	background: #333;
	color: #FFF !important;
}


/* レイアウト
============================================================================================================ */
/* ヘッター
===================================================== */
header {
	width: 100%;
	margin: 0;
	text-align: left;
	margin-bottom: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.logo {
	width: 100%;
	max-width: 265px;
	margin: 0 auto 20px auto;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 7px 0;
    text-align: center;
}
#header_inner {
	display: block;
}

/* ナビ
===================================================== */
#g_navi {
	width: 100%;
}
#g_navi ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack:  justify;
	justify-content:  space-between;
	-webkit-justify-content:space-between;
}
#g_navi li {
	width: 25%;
	text-align: center;
	border-right: solid 1px #CCC;
	font-size: 10px;
	box-sizing: border-box;
}
#g_navi li:first-child {
	border-left: solid 1px #CCC;
}
#g_navi li a {
	display: block;
	width: 100%;
	line-height: 60px;
	padding: 35px 0px 0px 0px;
	position: relative;
	box-sizing: border-box;
}
.content_menu1 {
	background-image: url(images/gnavi1.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.content_menu2 {
	background-image: url(images/gnavi2.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.content_menu3 {
	background-image: url(images/gnavi3.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
.content_menu4 {
	background-image: url(images/gnavi4.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}
#g_navi li a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#g_navi li a:visited {
	color: #333;
}
#g_navi li a:hover {
	color: #999999;
}
#g_navi li a:active {
	color: #333;
}

/* メインイメージ
===================================================== */
#mainimage {
	width: 100%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#mainimage img {
	width: 100%;
	height: auto;
}
#mainimage2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
#mainimage2 img {
	width: 100%;
	height: auto;
}
.contents_page_img {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 100px;
	background-position: center center;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
	background-size: 95% auto;
}
.contents_category {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 100px;
	background-position: center center;
	background-image: url("images/mainimage99.png");
	background-repeat: no-repeat;
	background-size: 95% auto;
}
.contents_about_use {
	font-size: 16px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	line-height: 100px;
}

/* メインコンテンツ
===================================================== */
main {
	width: 100%;
	margin: 30px 0 50px 0;
	padding: 0 10px;
	display: block;
	text-align: left;
	box-sizing: border-box;
}
#left {
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.09);
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 40px;
}
#left section:nth-child(2) {
	margin-bottom: 0px;
}
#right {
	width: 100%;
	text-align: left;
}
.section_style1 {
    margin-bottom: 50px;
}
.section_style2 {
    margin-bottom: 100px;
}
.section_style3 {
    margin-bottom: 150px;
}
.section_style4 {
    margin-bottom: 30px;
}

/* サイドメニュー
============================================ */
.side_menu h2 {
	font: 500 18px/45px "Noto Sans JP";
	background-color: #197FD3;
	text-align: center;
	color: #FFF;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.side_menu {
	width: 100%;
	font-size: 14px;
	background: #D8D8D8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}
.side_menu li > a {
	padding: 0 15px 0 15px;
	line-height: 55px;
	border-bottom: 1px dotted #999;
	display: block;
	width: 100%;
	color: #333;
	background-color: #FFF;
	box-sizing: border-box;
}
.side_menu li:last-child > a {
	border-style: none;
}
.side_menu li > a:hover {
	background-color: #D8D8D8;
	padding-left: 15px;
}
.side_menu li.current-page-item > a, .side_menu li.current_page_item > a, .side_menu li.current-cat > a {
	background-color: #D8D8D8;
}
#banner_area ul{
	width: 240px;
	margin: 0 auto;
}
#banner_area ul li:not(:last-child) {
	margin-bottom: 10px;
}

/* サイドカテゴリ一覧
============================================ */
#side_category_menu {
    margin-top: 40px;
}
#side_category_menu li {
    margin-bottom: 10px;
}
#side_category_menu li:last-child {
    margin-bottom: 0px;
}
    
/* サイド広告縦長　AdSense
============================================ */
.sidebar-Ad{
    margin-top: 30px;
}

/* フッター
===================================================== */
footer {
	width: 100%;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	padding: 0 10px;
	box-sizing: border-box;
}
#footer_inner {
	width: 100%;
	margin: 0;
	padding: 20px 0 60px 0;
	box-sizing: border-box;
	display: block;
}
#footer_left {
	width: 100%;
	display: block;
}
#footer_left figure {
	width: 200px;
	margin: 0 auto;
}
#footer_left figure img {
	width: 100%;
	height: auto;
}
#footer_nav {
	width: 100%;
	margin-top: 30px;
}
#footer_nav li {
	display: block;
	width: 100%;
	border: 1px solid #C7C7C7;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-radius: 4px;
    box-sizing: border-box;
}
#footer_nav li:last-child {
	margin-bottom: 0px;
}
#footer_nav li:first-child {
	border-top: 1px solid #C7C7C7;
}
#footer_nav li a {
	display: block;
	padding: 12px 0;
	width: 100%;
	height: auto;
	position: relative;
}
#footer_nav li a:after {
font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	position: absolute;
	right: 10px;
}
#footer_right {
	width: 100%;
	margin: 30px 0 0 0;
}
#footer_inner a:link {
	color: #333;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
#footer_inner a:visited {
	color: #333;
}
#footer_inner a:hover {
	color: #898989;
}
#footer_inner a:active {
	color: #333;
}
.copyright {
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 auto;
	font-size: 11px;
}


/* 検索
============================================================================================================ */
.search_area input[type="text"]{
	border: solid #B3B3B3 1px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 5px 5px 14px;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.19) 2px 3px 5px -4px inset;
	height: 60px;
}
.search_area {
	width: 100%;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	padding: 15px;
	border-radius: 4px;
	margin-bottom: 40px;
	box-sizing: border-box;
}
.search_area p {
	text-align: center;
}
.searchfield input[type="text"]:focus {
  box-shadow: 0 0 2px 0 rgba(99,197,233,1);
  outline: 0;
}
.searchfield {
  font-size: 18px;
	width: 80%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.searchsubmit {
	width: 20%;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 20px;
	line-height: 60px;
  padding: 0 5px 0 5px;
  cursor: pointer;
  color: #FFF;
  border: none;
  background: transparent;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #197FD3;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration: none;
}
.searchsubmit:hover {
	background-color: #57A8EB;
}

.select_style2 {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}

@media all and (-ms-high-contrast:none){
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.select_style2 select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.postform {
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 12px 50px 12px 12px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none){
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@-moz-document url-prefix() {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding: 10px 50px 10px 10px;
}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.postform select {
	color: #333333;
	font-size: 14px;
	border: 1px solid #B3B3B3;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01;
	text-overflow: "";
	background: #FFF url(../images/select_arrow.jpg) no-repeat right;
	line-height: 40px;
	padding-right: 50px;
	padding-left: 10px;
}
}
.search_btn {
	width: 100%;
	line-height: 40px;
	border-radius: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background-color: #197FD3;
	font-size: 15px;
	color: #FFF;
	border: none;
	cursor: pointer;	
}
.search_btn:hover {
	background-color: #52A5EA;
}
.search_total {
	text-align: center;
	border-radius: 3px;
	border: solid 1px #CCC;
	background-color: #ECECEC;
	padding: 10px;
	margin-bottom: 30px;
}
.search_total span {
	font-weight: bold;
}


/* カテゴリバナーリスト1
============================================================================================================ */

/* イラスト一覧表示用
============================================ */
.ill_list ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list li {
	width: 47%;
	height: auto;
	margin-bottom: 30px;
  position: relative;
}
.ill_list li img {
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	height: auto; 
}
/*
.ill_list li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list li:last-child {
	margin-right: auto;
}
*/
.ill_list li figcaption {
	text-align: center;
    font-size: 12px;
    line-height: 1.2em;
    margin-top: 7px;
    font-weight: bold;
}
.icon_new {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -10px;
    left: -5px;
}
.icon_new img {
    border: none !important;
}
.page_category_count {
	text-align: center;
	margin-bottom: 40px;
}
.page_category_count span {
	font-size: 18px;
	font-weight: bold;
	color: #D80003;
}

/* 人気イラスト表示用
============================================================================================================ */
.ill_list4 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list4 li {
	width: 47%;
	height: auto;
	margin-bottom: 30px;
  position: relative;
}
.ill_list4 li img {
	border: 1px solid #CCC;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
/*
.ill_list4 li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list4 li:last-child {
	margin-right: auto;
}
*/
.ill_list4 li figcaption {
	text-align: center;
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 7px;
	font-weight: bold;
}
.ill_list4 li p {
    font-size: 11px;
}
.ill_list4 li p a {
    margin-right: 5px;
    display: inline-block;
}
.ill_list4 li p a:last-child {
    margin-right: 0px;
}
.ill_list4 li .category::before {
    font-family: "Font Awesome 5 Free";
    white-space: pre-wrap;
    content: '\f0a9 ';
    font-weight: 900;
}
.ninki_category {
  	display: none;
}

/* バナー画像表示用
============================================================================================================ */
.ill_list2 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list2 li {
	width: 47%;
	margin-bottom: 20px;
}
.ill_list2 li img {
	width: 100%;
	height: auto;
}
.ill_list2 li:nth-child(3n) {
	margin-right: 0px;
}

/* 第2階層カテゴリ表示用
============================================================================================================ */
.ill_list3 ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3 li {
	width: 47%;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	text-align: center;
	background-image: url("images/banner99.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 17px;
	font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-size: 100% auto;
}
/*
.ill_list3 li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list3 li:last-child {
	margin-right: auto;
}
*/
.ill_list3 li figure {
	margin-bottom: 5px;
}
.ill_list3 li figcaption {
	text-align: center;
  font-weight: bold;
}
.ill_list3 li p {
  width: 100%;
	font-size: 12px;
}
.ill_list3 li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
}
.ill_list3 li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3 li span {
	font-size: 12px;
	font-weight: 100 !important;
}

.ill_list3a ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.ill_list3a li {
	width: 47%;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	box-sizing: border-box;
	text-align: center;
	background-image: url("images/banner99.png");
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 17px;
	font-family: "Noto Sans JP";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	background-size: 100% auto;
}
/*
.ill_list3a li:nth-child(3n) {
	margin-right: 0px;
}
*/
/*
.ill_list3a li:last-child {
	margin-right: auto;
}
*/
.ill_list3a li figure {
	margin-bottom: 5px;
}
.ill_list3a li figcaption {
	text-align: center;
    font-weight: bold;
}
.ill_list3a li a {
    display: block;
    width: 100%;
    height: auto;
		padding: 20px 0;
}
.ill_list3a li:hover {
	background-image: url("images/banner99.png");
  background-repeat: no-repeat;
  background-position: left center;
	opacity: 0.6;
}
.ill_list3a li span {
    font-size: 12px;
    font-weight: 100 !important;
}

/* 詳細ページ
============================================================================================================ */
#single_ill_frame {
	
}
#single_ill_frame figure {
	width: 100%;
	height: auto;
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
}
#single_ill_frame figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#single_ill_frame figcaption {
	width: 100%;
	margin: 0;
    margin-top: 30px;
    text-align: center;
}
#ill_detail {
	border-top: dashed 2px #CCC;
	margin-top: 30px;
	padding: 20px 0 0 0;
    box-sizing: border-box;
}
#ill_detail table {
	border-collapse: separate;
	border-spacing: 10px;
    box-sizing: border-box;
}
#ill_detail table th {
	width: 100%;
	background-color: #197FD3;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 10px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	box-sizing: border-box;
}
#ill_detail table td {
    width: 100%;
	padding: 10px;
	color: #333;
	text-align: left;
	vertical-align: middle;
	display: block;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
    box-sizing: border-box;
}
/*
#ill_detail table td ul {
	display: -ms-flexbox;
	display: flex;
	display:-webkit-box;
	display:-webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-pack:  justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
}
*/
#ill_detail table td ul li {
	display: inline-block;
	margin: 0 .2em .4em .2em;
	padding: 0;
    font-size: 11px;
    box-sizing: border-box;
}
#ill_detail table td ul li a {
	max-width: 80px;
	height: 28px;
	line-height: 28px;
	background-color: #5f9ea0;
	text-align: center;
	padding: 0 1em;
	border-radius: 3px;
	color: #FFF;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: .2s;
	transition: .2s;
    box-sizing: border-box;
}
#ill_detail table td ul li a:hover {
	background-color: #8CB9BB;
}
.ill_dl_bt {
    margin-top: 40px;
}
.bt_back {
    margin-top: 30px;
}
.addtoany_shortcode {
    text-align: right;
    box-sizing: border-box;
}
.a2a_label {
    width: 0 !important;
    height: 0 !important;
}


/* フォーム
============================================================================================================ */
.form_area {
	
}
.form_area table {
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 12px !important;
}
.form_area table th {
	width: 100% !important;
	padding: 12px 7px 12px 7px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #333;
	text-align: left;
	font-weight: normal;
	background-image: url(images/bg_searchform.png);
	background-repeat: repeat;
	vertical-align: middle;
	box-sizing: border-box;
	display: block;
}
.form_area table td {
	background-color: #F0F0F0;
	padding: 10px 7px 10px 7px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	display: block;
}
.form_area table td input[type="text"] {
	width: 100%;
}
.form_area table td input[type="email"] {
	width: 100%;
}
.form_thx_area {
	text-align: left;
	font-size: 15px;
}
ul.btn_set {
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	margin-top: 40px;
}
ul.btn_set li {
	display: inline;
	margin-right: 20px;
	-webkit-box-shadow: 0px 0px 0px 0px #fff;
	-moz-box-shadow: 0px 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px 0px #fff;
}
ul.btn_set li:last-child {
	margin-right: 0px;
}
ul.btn_set li {
	background: url(none);
	margin: 0px;
	padding: 0px;
}
ul.btn_set li img {
	width: 40%;
	height: auto;
}
.wpform_btn {
	width: 100%;
	margin-top: 30px;
}
.wpform_btn li {
	width: 100%;
	margin-bottom: 10px;
}
.wpform_btn li:last-child {
	margin-bottom: 0px;
}
.submit-btn1 {
	background: #197FD3;
	text-align: center;
	padding: 15px 5px;
	color: #FFF;
	border-radius: 5px;
	border: none;
	width: 100%;
}
.submit-btn2 {
	background-color: #E9E9E9;
	text-align: center;
	padding: 15px 5px;
	color: #333333;
	border-radius: 5px;
	border: none;
	width: 100%;
}
.submit-btn1 input:hover {
	background: #197FD3;
	color: #FFF;
}
.submit-btn2 input:hover {
	background: #197FD3;
	color: #FFF;
}


/* ご利用について
============================================================================================================ */
.about_site dd:not(:last-child) {
	margin-bottom: 100px;
}
.about_site li:not(:last-child) {
	margin-bottom: 15px;
}
.about_site li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 8px;
}
.privacy_date {
	font-size: 12px;
	text-align: right;
}
.about_site_company {
	
}
.about_site_company table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}
.about_site_company table th {
	border: solid 1px #CCC;
	width: 100%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: block;
	box-sizing: border-box;
}
.about_site_company table td {
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 15px 10px;
	display: block;
	box-sizing: border-box;
}


/* 特定商法
============================================================================================================ */
.tokutei_area table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
}
.tokutei_area table th {
	border: solid 1px #CCC;
	width: 100%;
	padding: 15px 10px;
	background-color: #E9E9E9;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	display: block;
	box-sizing: border-box;

}
.tokutei_area table td {
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding: 15px 10px;
	display: block;
	box-sizing: border-box;
}


/* クリエイター
============================================================================================================ */
.creator_prof_area {
	display: block;
}
.creator_prof_area figure {
	width: 250px;
	margin: 0 auto;
}
.creator_prof_area figure img {
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
}
.creator_prof_area_txt {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 40px 0 0 0;
	padding: 15px;
	color: #555;
	font-size: 16px;
	background-color: #E9E9E9;
	box-sizing: border-box;
	border-radius: 5px;
}
.creator_prof_area_txt:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20%;
  margin-top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #E9E9E9;
}
.creator_prof_area_txt li:not(:last-child) {
	margin-bottom: 5px;
}
.creator_prof_area_txt li {
	font-size: 12px;
	width: 100%;
	line-height: 24px;
	padding-left: 5px;
}
.creator_prof_area_txt li a {
}
.fa-twitter-square {
	color: #1da1f3;
	font-size: 18px;
}
.fa-laptop {
	color: #3B3B3B;
	font-size: 16px;
}
.fa-instagram {
	font-size: 18px;
}



/* お知らせ
============================================================================================================ */
.news_frame figure{
	margin-bottom: 30px;	
}
.news_frame figure img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.news_frame2 {
	background-color: #f8f0e4;
	border-radius: 6px;
	padding: 15px 15px 15px 145px;
	position: relative;
	box-sizing: border-box;
	background-image: url("images/bg_news.png");
	background-position: 25px center;
	background-size: 90px 90px;
	background-repeat: no-repeat;
	min-height: 130px;
}
.news_frame2 h2 {
	font-size: 14px;
	border-bottom: dashed 2px #CCC;
	padding-bottom: 5px;
  margin-bottom: 10px;
	font-family: "Noto Sans JP";
	font-weight: 500;
}
.news_frame2 p {
	font-size: 12px;line-height: 1.5em;
}
.news_date {
	position: absolute;
	top: -10px;
	left: 10px;
	background-color: #88B400;
	color: #FFF;
	padding: 3px 25px;
	text-align: center;
	border-radius: 20px;
	font-size: 11px;
}
.news_block ul {
	margin-bottom: 20px;
}
.news_block li:not(:last-child) {
	margin-bottom: 35px;
}
.fa-chevron-circle-right {
	margin-left: 10px;
}


.single_news_frame {
	border: 3px solid #CCC;
	border-radius: 6px;
	position: relative;
	padding: 35px 25px;
	margin-bottom: 40px;
}
.single_date {
	position: absolute;
	top: -12px;
	left: 15px;
	background-color: #FFF;
	padding: 0 10px;
}
.single_news_frame img {
	max-width: 100%;
	height: auto;
}

/*WPエデイタ用　画像のtext-alignが効かない場合*/
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}

.wp-pagenavi {
	padding: 10px 20px !important;
	display: block !important;
	clear: both !important;
	text-align: center;
	margin-top: 40px;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#FFF !important;
		padding: 15px 20px 15px 20px !important;
		border: solid 1px #1362A3 !important;
		background: #197FD3 !important;
		font-size: 14px !important;
		margin-right: 15px !important;
		text-decoration: none !important;
}	
.wp-pagenavi a:hover {
		border-color: #1362A3 !important;
		background: #65AFEC !important;
		color:#FFFFFF !important;
}
.wp-pagenavi span.current{
		padding: 15px 20px 15px 20px !important;
		border:solid 1px #1362A3!important;
		color:#FFF !important;
		margin-right: 15px !important;
		text-shadow: 0px 1px #3C3C3C !important;
		border-color: #1362A3 !important;
		background: #65AFEC !important;
}
}

/* メインコンテンンツ　バナーエリア
============================================================================================================ */
/*
.main_banner_area ul li:not(:last-child) {
	margin-bottom: 30px;
}
.main_banner_area ul li a img {
	width: 100%;
	height: auto;
}
*/