@charset "utf-8";
/*
Template Name: タブレット用スタイルシート
*/

@media screen and (max-width: 1240px) {
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ●tablet.css 画面の横幅が1240px以下 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* WEBアイコン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-right .title .fas, #side-left .title .fas {
	font-size: 1.3em;
	line-height: 0.8;
	margin-right: 5px;
}
#side-right #wp-calendar caption::before, #side-left #wp-calendar caption::before {
	top: 12px;
	font-size: 1.3em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#header-in {
	width: 100%;
	padding: 0 0 10px;
	margin: 0;
	box-sizing: border-box;
}
#loader{       
    top: 40%;
    left: 47%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* トップナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#top-navi {
	width: 98%;
	margin: 0 1%;
	padding: 0;
	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1タイトル設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h1.site-title {
	width: 98%;
	margin-left: 2%;
	margin-right: 2%;
}
h1.site-title img {
	max-width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#g-navi-in ul, #b-navi-in ul {
	width: 100%;
	margin: 0;
}
#g-navi-in ul li a, #b-navi-in ul li a {
	font-size: 12px;
	padding: 0 1%;
}
#g-navi-in ul .fas, #g-navi-in ul .fab, #g-navi-in ul .far, #g-navi-in ul .fal,
#b-navi-in ul .fas, #b-navi-in ul .fab, #b-navi-in ul .far, #b-navi-in ul .fal{
    display: none;
}
#g-navi-in ul li .abc, #b-navi-in ul li .abc {
	font-size: 8px;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定(ブロック) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
@media screen and (max-width: 500px) {
#g-navi-in { display: none;}
#b-navi-in { display: block;}
#b-navi-in{
	min-height: 180px;
	overflow: hidden;	
}
#b-navi-in ul {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin: 0;
}
#b-navi-in ul li {
	width:50%;
}}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* グローバルナビ設定(ブロック) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
	
@media screen and (max-width: 500px) {	
#g-navi-in ul {
	width: 100%;
	height: 140px;
	margin: 0;
}
#g-navi-in ul li {
	width:50%;
}
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* バナー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.banner, .banner-in{ 
	position: relative; 
	width: 100%;
}
.banner-in img{ 
	width: auto;
	height: auto;
	object-fit: cover;
}
.banner-s {
	width: 96%;
	height: auto;
	margin: 0 auto;
}
.caption-head {
	width: 90%;
    height: 50%;
    margin: 0 auto;
    top: 15%;
    left: 5%;
    right: 5%;
    bottom: 0;
}
.caption-head p.on-head-title {
    font-size: 30px;
	margin-bottom: 0;
    font-weight: bold;
}
.caption-head p.on-head-txt {
    width: 90%;
    margin: 0 auto;
	font-size: 15px;
    font-weight: normal;
}
@media screen and (max-width: 630px) {	
.caption-head p.on-head-title {
    font-size: 25px;
	margin-top: 10px;
}
.caption-head p.on-head-txt {
	display: none;
}
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテイナー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main-background {
	margin: 0;
}
#container2r, #container2l, #container1, #containerk2r, #containerk2l, #containerk1, #containerk1 {
	width: 96%;
	margin: 0 2%;
	padding: 2%;
	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#container2l #cate_main, #container2r #cate_main, #containerk2l #cate_main, #containerk2r #cate_main, #container2l #main, #container2r #main, #containerk2l #main, #containerk2r #main {
	width: 63%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
#container2l #cate_main, #containerk2l #cate_main, #container2l #main, #containerk2l #main {
	margin-left: 0;
	margin-right: 0;
}
#container2l #cate_main #main, #container2r #cate_main #main, #containerk2l #cate_main #main, #cate_main #containerk2r #main, #container2l #cate_des, #container2r #cate_des, #containerk2l #cate_des, #containerk2r #cate_des, #containerk1 #cate_des, #containerk1 #main, #containerk1 #cate_des, #containerk1 #main {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}
#containerk1 #main {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.entry-content, .entry-content-i, .entry-content-s {
	padding: 0;
}
.topcate {
	margin: 0 auto 5px 0;
	padding: 2px 10px;
	font-size: 12px;
}
#main .entry-content h2, #main .entry-content-i h2, #main .entry-content-s h2 {
	font-size: 1.8em;
	margin: 20px 0 30px;
	padding: 15px 30px 20px;
	background: #333333;
	color: #FFFFFF;
	line-height: 136%;
	border-bottom: 1px #DDDDDD solid;
	position: relative;
	background-color: #f0f0f0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* TOPページコンテンツ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toppagemain .entry-content {
	padding: 10px 10px 0;
	box-sizing: border-box;
}
#toppagemain .entry-content {
	margin: 0 0 20px;
}
#main h2.toppage-title {
	padding: 0;
	color: #333333;
	border: none;
	margin: 8px 0 18px;
	font-size: 24px;
}
#toppagemain .entry-content p.top_more {
	line-height: 160%;
	margin-bottom: 10px;
	overflow: hidden;
}
#main #toppagemain .title_area_bottom {
	margin: 10px 0;
	max-height: 120px;
	width: 100%;
	line-height: 180%;
}
#main #toppagemain .eye-catch-img {
	width: 100%;
	margin: 0 0 2px 0;
}
.date_time, .left_time {
	width: 100px;
	padding: 0 0 12px 1%;
	margin-bottom: 3px;
	float: left;
}
#toppagemain .link-next {
	margin-top: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドメニュー　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#side-left, #side-right {
	width: 35%;
	padding: 0 1% 0 0;
	margin: 0 0 3px 3px;
	box-sizing: border-box;
	float: left;
}
#side-right {
	padding: 0 0 0 1%;
	margin: 0 3px 3px 0;
	float: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー設定(サイド) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wp-calendar {
	font-size: 12px;
}
/*曜日行*/
#wp-calendar thead {
	font-size: 12px;
}
/*曜日セル*/
#wp-calendar thead th {
	padding-top: 12px;
}
/*日付セル*/
#wp-calendar tbody td {
	padding: 1px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* SNSボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.sns_button_m {
	height: 30px;
	line-height: 30px;
	margin: 0 2px 15px 1px;
}
.sns_button_m a {
	padding: 0 10px 0 8px;
}
.sns_button_m::before, .sns_button_m::after {
	font-size: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事の一覧(TOP) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#toppagemain .title_area_bottom {
	float: right;
}
#toppagemain .date_time, #toppagemain .left_time {
	font-size: 12px;
	width: auto;
	margin: 0 10px 0 0;
}
#toppagemain .link-next {
	margin: 30px 0 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.title_area_bottom {
	width: 100%;
	min-height: 0;
	max-height: 70px;
}
#toppagemain .title_area_bottom {
	width: 70%;
	margin: 0 0 0;
	float: left;
}
#toppagemain .date_time, #toppagemain .left_time {
	font-size: 12px;
	float: left;
}
#toppagemain .link-next {
	clear: both;
	margin: 30px 0 0;
}
#toppagemain .entry-content p.top_more br{
	display: none;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿(メイン) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#new-content {
	margin: 0 0 20px;
	padding: 0 0 20px;
}
#new-content .info .date {
	width: 100%;
	margin: 0 0 10px;
}
#new-content .titlea {
	width: 100%;
	max-height: 40px;
	margin: 0 0 5px;
	padding-bottom: 10px;
}
#mail_magazine_in {
	width: 100%;
	margin: 0;
	padding: 0 5% 30px;
	box-sizing: border-box;
	overflow: hidden;
}

	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 作者紹介 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 500px) {
#profile-thumbnail {
	width: 70%;
	margin: 0 15% 10px;
    clear: both;
}
#profile-thumbnail img {
	width: 100%;
	border-radius: 50%;
	margin-right: 30px;
}
#writter-follow {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 8px;
	float: right;
}
}	
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 最近の投稿(サイド) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

ul#eye_news li p, #new-content ul#eye_news li p {
	width: 60%;
	max-height: 40px;
}
ul#eye_news .sf_daca, #new-content ul#eye_news .sf_daca {
	width: 77%;
	max-height: 15px;
	overflow: hidden;
	float: right;
}
#side-left ul#eye_news .sub_new_img img, #side-left #new-content ul#eye_news .sub_new_img img, #side-right ul#eye_news .sub_new_img img, #side-right #new-content ul#eye_news .sub_new_img img {
	margin-top: 0;
}
ul#eye_news .sub_new_img, #new-content ul#eye_news .sub_new_img {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0 0 5px;
}
#side-left ul#eye_news .sub_date, #side-right ul#eye_news .sub_date, #footer ul#eye_news .sub_date {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border: none;
	margin: 0;
	padding: 0;
	color: #22282C;
	float: left;
}
#footer ul#eye_news .sub_date {
	margin: 0 0 0 4px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 関連記事(メイン) */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kanrenmenu_thumb ul li, .Kanrenmenu ul li {
	width: 100%;
}
.kanrenmenu_thumb, .Kanrenmenu {
	min-height: 100px;
	margin: 0;
	padding: 10px 0 30px;
	background: #FFFFFF;
	border: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* カレンダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wp-calendar {
	display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 記事ページナビゲーション */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.kiji-navigation {
	max-height: 160px;
}
.kiji-navigation .kijinavi-left a, .kiji-navigation .kijinavi-right a {
	height: auto;
	min-height: 40px;
	max-height: 68px;
	padding: 5px 2% 6px 8%;
}
.kiji-navigation .kijinavi-right a {
	padding: 5px 8% 8px 2%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューページ
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

h2.site-title {
	width: 100%;
	margin: 0;
	text-align: left;
}
.entry-title, #review h1.review-title {
	font-weight: bold;
	font-size: 1.4em;
	padding: 35px 30px 18px;
	margin: 0;
	border: none;
	color: #000000;
	line-height: 136%;
	box-shadow: none;
	clear: both;
}
#review h1.review-title {
	color: #FFFFFF;
	margin: 20px 0 35px;
}
#review {
	margin: 40px auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0 0 10px #BDC1CF;
	box-sizing: border-box;
}
#review_in {
	margin: 0;
	padding: 0 50px 30px;
}
#review #body-foot p {
	text-align: center;
}
#review_in h1 img {
	width: 100%;
}
#review h2 {
	width: 100%;
	margin: 20px -5% 20px;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.8em;
	color: #FFFFFF;
	background: #333333;
	position: relative;
}
#review h2::after, #review h2::before {
	border: none;
}
#review h2.review-title::after, #review h2.review-title::before {
	border: none;
}
#review h3 {
	font-size: 1.6em;
	margin: 25px 0 20px;
	padding: 10px 30px 13px;
	background: #333333;
	border: none;
	color: #FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#review h4 {
	font-size: 1.4em;
	margin: 25px 0 20px;
	padding: 8px 30px 11px 26px;
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	border-left: 4px #000000 solid;
	color: #333333;
	line-height: 160%;
	box-sizing: border-box;
}
#review h5 {
	font-size: 1.4em;
	margin: 10px 0 20px;
	background: #FFFFFF;
	border: none;
	border-bottom: 3px #000000 double;
	color: #333333;
	line-height: 160%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* キラーページ
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#killer {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #FFFFFF;
	box-shadow: 0 0 10px #BDC1CF;
	box-sizing: border-box;
}
#killer_in {
	margin: 0;
	padding: 0 5% 30px;
}
#killer #body-foot p {
	text-align: center;
}
#killer_in h1 img {
	width: 100%;
}
#killer h2 {
	margin: 20px -65px 35px;
	font-size: 2em;
	text-align: center;
	line-height: 2.3em;
	color: #FFFFFF;
	background: #333333;
	position: relative;
}
#killer h2::before, #killer h2::after {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
}
#killer h2::before {
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #CCCCCC;
}
#killer h2::after {
	right: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-top-color: #CCCCCC;
}
#killer h3 {
	font-size: 1.6em;
	margin: 25px 0 20px;
	padding: 10px 30px 13px;
	background: #333333;
	border: none;
	color: #FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#killer h4 {
	font-size: 1.4em;
	margin: 25px 0 20px;
	padding: 8px 30px 11px 26px;
	background: #FFFFFF;
	border: 1px #DDDDDD solid;
	border-left: 4px #000000 solid;
	color: #333333;
	line-height: 160%;
	box-sizing: border-box;
}
#killer h5 {
	font-size: 1.4em;
	margin: 10px 0 20px;
	background: #FFFFFF;
	border: none;
	border-bottom: 3px #000000 double;
	color: #333333;
	line-height: 160%;
}
	
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メルマガ・レビュー・キラー設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#mail_magazine .content-box, #review .content-box, #killer .content-box {
	width: 98%;
	margin: 0 1%;
}
#review_in, #mail_magazine_in, #killer_in {
	margin: 0;
	padding: 0 5% 30px;
}
#review h1.review-title {
	padding: 20px 5.5% 20px;
	font-size: 1.2em;
}
#review h2 {
	font-size: 1.2em;
	margin: 15px -5.5% 20px;
	padding: 15px 5.5% 18px;
}
#review h3 {
	font-size: 1.2em;
	margin: 15px -5.5% 20px;
	padding: 15px 5.5% 18px;
}
#review h4, #review h5 {
	font-size: 1.2em;
}
#mail_magazine h2 {
	font-size: 1.2em;
	margin: 20px -5.5%;
	padding: 15px 5.5% 18px;
}
#mail_magazine h3 {
	font-size: 1.2em;
	padding: 10px 5.5% 13px;
}
#mail_magazine h4, #mail_magazine h5 {
	font-size: 1.2em;
}
#mail_magazine .ybox_btn button.mailbtn, #main .ybox_btn button.mailbtn {
	width: 80%;
	margin: 10px 10% 20px;
	padding: 0 20px;
	font-size: 1em;
	line-height: auto;
	box-sizing: border-box;
}
#mail_magazine .opt-in p {
	margin: 0 70px 10px;
}
#killer h2 {
	font-size: 1.2em;
	margin: 20px -10%;
	padding: 15px 2% 18px;
}
#killer h3 {
	font-size: 1.2em;
	padding: 10px 3% 13px;
}
#killer h4 {
	font-size: 1.2em;
	padding: 8px 3% 11px;
}
#killer h5 {
	font-size: 1.2em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 検索フォーム・検索ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#s, #s:focus, #right_folder #s, #left_folder #s, #right_folder #s:focus, #left_folder #s:focus {
	width: 100%;
}
#searchsubmit {
	margin-top: 5px;
	width: 100%;
}
#main #s, #main #s:focus {
	margin-top: 30px;
	width: 68%;
}
#main #searchsubmit {
	margin-top: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* その他タグ一覧 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.entry-content .efoot, .entry-content-i .efoot, .entry-content-top .efoot {
	padding: 5px 10px;
}
#main .entry-content .efoot p, #main .entry-content-i .efoot p, #main .entry-content-top .efoot p {
	padding: 5px;
}
#main .entry-content .efoot a, #main .entry-content-i .efoot a, #main .entry-content-top .efoot a {
	padding-right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッターウィジェットエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_box_matome {
	width: 100%;
	margin: 0;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#footer_navi {
	width: 96%;
	margin: -3px 2% 0;
	padding: 0 20px 10px;
	box-sizing: border-box;
}
#footer-des {
	width: 96%;
	margin: 0 2% 10px;
	box-sizing: border-box;
}
#footer-des p {
	box-sizing: border-box;
}
#foot-end {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* オプトイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.mrmg_box {
	margin: 0 -6%;
	padding: 0;
}
.mrmg_top {
	height: auto;
	margin: 40px -6% 0;
	padding: 0;
}
.mrmg_top img {
	width: 95.8%;
	margin: 20px 2.2% 0;
	object-fit: cover;
	vertical-align: bottom;
}
.mrmg_bottom_img {
	margin: 0 -6%;
	vertical-align: bottom;
}
#mail_magazine h2 {
	margin: 20px -8%;
	text-align: center;
	padding: 15px 6% 18px;
	color: #FFFFFF;
	background: #333333;
	position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* プライバシーポリシー
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#main_mail table {
	overflow: hidden;
}
#main_mail table tr {
	border-left: none;
}
#main_mail th.mail_t, #main_mail td.mail_e {
	width: 90%;
	padding: 4% 5%;
	margin: 0;
	display: block;
	overflow: hidden;
	border-bottom: none;
	box-sizing: border-box;
}
#main_mail table ul {
	list-style-position: outside;
	padding-left: 20px;
}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 800px){
#mail_magazine .ybox_btn button.mailbtn {
	font-size: 20px;
}
#review .easy_mode_button a, #killer .easy_mode_button a, #mail_magazine .easy_mode_button a {
	font-size: 20px;
}
}
@media screen and (max-width: 500px){
#mail_magazine .ybox_btn button.mailbtn, #review .easy_mode_button a, #killer .easy_mode_button a, #mail_magazine .easy_mode_button a {
    font-size: 18px;
}
}

/*--------------------------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.
https://www.mithril-web.com/
--------------------------------------------------------------------------*/