@charset "utf-8";

/*
Theme Name: Mekurico
Theme URI: http://www.mekuri.co/
Author: tenkai inc.
Author URI: https://www.10-kai.jp/
Description: Mekurico site theme
Version: 0.1
Text Domain: mekurico
Domain Path: /languages
*/

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #000;
    font-size: 62.5%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* From https://codex.wordpress.org/CSS */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* End of from https://codex.wordpress.org/CSS */

/* Other WordPress generated classes */
.sticky {
}

.bypostauthor {
}

/* End of other WordPress generated classes */

#site-header {
  background-color: #333;
  color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

#main-content {
  margin-top: 50px;
}

.header-nav-switch {
  display: block;
  text-align: right;
  margin-right: 20px;
  height: 50px;
}

.header-nav-switch img {
  height: 75%;
  width: auto;
  margin-top:6px;
}

.sp-hidden {
  height: 0px;
  overflow: hidden;
}

#header-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}

#header-nav ul > li {
  display: block;
  margin: 0;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-collapse: collapse;
}

#header-nav ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size:20px;
  font-size:2rem;
}

#header-nav ul > li:active {
	background:#fff;
}

#header-nav ul > li a:active {
	color: #000;
}

/*
#header-nav ul > li a:hover,
#header-nav ul > li.current_page_item a {
  color: #000;
}


#header-nav ul > li.current_page_item {
  background-color: #fff;
}
*/

#site-footer {
  width:100%;
  height: 272px;
  background: url(images/bg_footer.png) no-repeat;
  background-size: 1800px auto;
  background-position:bottom;
}

#footer-jaw-bg {
  width: 100%;
  max-width: 960px;
  height: 272px;
  margin: 0 auto;
  background: url(images/img_footer01.png) 15px 50px no-repeat;
  background-size: 160px auto;
  box-sizing: border-box;
  position: relative;
}

#footer-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

#footer-nav ul {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#footer-nav ul > li {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  border-left: 1px solid #000;
}

#footer-nav ul > li:first-child {
  border-left: 0px none;
}

/* ページトップリンク */
#ret-to-top {
  display: block;
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 200;
}

#ret-to-top .for-pc {
  display: none;
  margin: 0;
  padding: 0;
  width: 100px;
  height: auto;
}

#ret-to-top .for-sp {
  display: block;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
}

/* ブログ記事 */

.list-content,
.single-post-content {
  background: transparent url("images/border02.png") no-repeat scroll bottom;
  background-size:contain;
  width: 80%;
  margin: 0 auto 10px;
  padding:20px;
}


/*
.list-content,
.single-post-content {
  width: 90%;
  border: 1px solid #000;
  margin: 0 auto 10px;
  padding:20px;
  border-radius:20px;
}
*/

/* Form classes */
.contact-form-table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-table th {
  width: 35%;
}

.contact-form-table td {
  text-align: center;
}

.contact-form-table .contact-form-table-row-content input,
.contact-form-table .contact-form-table-row-content select,
.contact-form-table .contact-form-table-row-content textarea {
  width: 98%;
}

.contact-form-table .contact-form-table-row label {
  display: block;
}

.contact-form-table .contact-form-table-row .label-text {
  display: inline-block;
  margin-left: 0;
}

/* 必須マーク */
.contact-form-table .contact-form-table-row .required-icon {
  display: inline-block;
  margin-right: 2px;
  background:url("images/contact_required_bg.png") no-repeat scroll center;
  background-size:contain;
  color: #fff;
  padding:5px;
}


  /* 確認ボタンのスタイル */
.mw_wp_form_input .submit-btn-wrap input[type="submit"] {
	display: inline-block;
    padding: 3% 10%;
	border-top: solid 2px #ffb715;
	border-left: solid 2px #ffb715;
	border-bottom: solid 4px #ffb715;
	border-right: solid 2px #ffb715;
	border-radius: 4px;
	color:#333333;
	background:#ffe000;
	font-weight:bold; 
}

.mw_wp_form_input .submit-btn-wrap input[type="submit"]:hover {
	border: solid 2px #ffb715;
	position: relative;
	top: 2px;
	margin-bottom: 2.2px;
	border-radius: 4px;
	background:#fff;
	text-decoration:none;
	font-weight:bold;
}
 /*
.mw_wp_form_input .submit-btn-wrap input[type="submit"] {
  	background: transparent url("images/contact_input_btn.png") no-repeat scroll 0% 0%;
	background-size: contain;
	border: none;
	display: inline-block;
	padding: 20px 70px;
	text-indent: -9999px;
}

.mw_wp_form_input .submit-btn-wrap input[type="submit"]:hover{
	position:relative;
	top:2px;
	left:2px;
}
*/

  /* 戻るボタンのスタイル */
.back-btn-wrap input[type="submit"] {
  	background: transparent url("images/contact_back_btn.png") no-repeat scroll 0% 0%;
	background-size: contain;
	border: none;
	display: inline-block;
	padding: 20px 70px;
	text-indent: -9999px;
	margin-right:10px;
}

.back-btn-wrap input[type="submit"]:hover{
	position:relative;
	top:2px;
	left:2px;
}

  /* 送信ボタンのスタイル */
.mw_wp_form_confirm .submit-btn-wrap input[type="submit"] {
	background: transparent url("images/contact_submit_btn.png") no-repeat scroll 0% 0%;
	background-size: contain;
	border: none;
	display: inline-block;
	padding: 20px 70px;
	text-indent: -9999px;
	margin-left:10px;
}

.mw_wp_form_confirm .submit-btn-wrap input[type="submit"]:hover{
	position:relative;
	top:2px;
	left:2px;
}



/* アーカイブ開く/閉じる */
.closed_title:after {
  content: "▽";
  display: inline;
}

.opened_title:after {
  content: "△";
  display: inline;
}

.page-tos.in-app-browser #site-header,.page-license.in-app-browser #site-header,.page-help.in-app-browser #site-header {
  display: none;
}

.page-tos.in-app-browser #footer-nav,.page-license.in-app-browser #footer-nav,.page-help.in-app-browser #footer-nav {
  display: none;
}

.page-tos.in-app-browser #ret-to-top,.page-license.in-app-browser #ret-to-top,.page-help.in-app-browser #ret-to-top {
  display: none !important;
}

.page-tos.in-app-browser #main-content,.page-license.in-app-browser #main-content,.page-help.in-app-browser #main-content {
  margin-top: 0;
}

.terms_def_list > dt:before {
  counter-increment: artnum;
  content: "(" counter(artnum) ")";
}

.terms_def_list {
  counter-reset: artnum;
}

.terms_enum_list,.terms_enum_list > li > ol {
  list-style-type: none;
}

.terms_enum_list > li:before {
  counter-increment: gonum;
  content: "(" counter(gonum) ")";
}

.terms_enum_list {
  counter-reset: gonum;
}

.terms_enum_list > li > ol > li:before {
  counter-increment: kananum;
  content: "(" counter(kananum, lower-alpha) ")";
}

.terms_enum_list > li > ol {
  counter-reset: kananum;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* 20151022〜追記
------------------------------------------------------------------
------------------------------------------------------------------
*/

/*  Site Style
------------------------------------
------------------------------------*/

.wrap {
    position: relative;
    width: 100%;
}

.wrap .inner {
	width:100%;
	margin:0 auto;
	padding:0 0 120px 0;
}

.btnPageTop {
    z-index: 3000;
    position: fixed;
    bottom: 50px;
    right: 20px;
}

.btnPageTop a {
	display: block;
	width: 90px;
	height: 90px;
	background: url("images/gotop_sm.png") 0 0 no-repeat;
	background-size: 90px 90px;
	text-indent: -9999px;
}

.contain{
	width:100%;
	margin:0 auto;
}

ul {
	padding-left:0;
}

.cb {
	clear:both;
}

.mb30 {
	margin-bottom:30px;
}

/* メニュー */

div.menu-header_menu-container ul#menu-header_menu{
	margin:0 auto;
}

/*  Content
------------------------------------
------------------------------------
*/


.wrap.content {
padding-top: 30px;
background: url(images/borderline.png) 0 100% repeat-x;
width:100%;
background-size:20px;
}
.wrap.content.hlp-content {
	padding-top:0;
}
.page-template-notitle .wrap.content:first-child {
padding-top: 0;
}

.wrap.content.home {
background-image: url("images/borderline.png");
background-repeat: repeat-x;
background-size: 20px;
width:100%;
}
.wrap.content.home .inner {
	background: transparent url("images/sp_bg.png") no-repeat scroll right 280px;
	background-size: 100% auto;
}

.wrap.content.home_bg03 {
background-image: url("images/bg_main03.png"),url("images/bg_main03_2.png"),url("images/borderline.png");
background-repeat: repeat-y,repeat-y,repeat-x;
background-size: 700px auto,auto,20px;
width:100%;
}


.wrap.content.notbackground {
background: none;
}
#help.content.wrap .inner{
	top: 15%;
}



/* ----------------------------------------------------------
全体
 ------------------------------------------------------------- */
body{
	font-size: 1.6rem;
	font-size:16px;
	margin:0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #231815;
	line-height: 1.5;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

h1.article-title {
	font-size:1.6em;
}

/*　全体_コンテンツの幅 */
.contain{
	width: 98%;
	max-width: 960px;
}

/* コンテンツのpadding無しページ */
 .wrap.content.pn {
	 padding-top:0;
 }

/*　ダウンロードボタン　*/
.top_btn_area{
}

ul li{
	list-style:none;
}

a{
	color: #2296C4;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
}

/* シェアボタン */
.fb_iframe_widget {
	margin-left: 4px;
}

/* フッター */

#menu-footer_menu .menu-item a {
	font-size:0.8em;
}
/* サイズ */

.w30 {
	width:100%;
}

.w40 {
	width:80%;
}

.w60 {
	width:98%;
}

.w80 {
	width:80%;
}

.w100 {
	width: 100;
}

/* ----------------------------------------------------------
トップページ
 ------------------------------------------------------------- */
 
h1.article-title {
	margin:20px 0;
}

/* ニュースエリア */
div.news_area{
	background-color: #fff;
	margin: 190px auto 0;
	width:80%;
	padding: 10px 20px;
	display:block;
}

.list-new-arts-title{
	text-align:left;
}

.list-new-arts-time-wrap {
	text-align:left;
}

div.news_area h2 {
display: inline-block;
float: left;
margin-right: 20px;
}

div.news_area h2 img {
	width: 200px;
	margin-bottom: 10px;
}

.list-new-arts-list {
	clear:both;
	display:inline-block;
}

/* --- ニュースエリアの日付設定 --- */

.news_area time{
	color:#A7A7A7;
}

/* --- ページトップ部分の構造 --- */

.top_ttl_area{
	margin: 0 auto;
}

.top_spbg{
	margin: 0px auto;
	position: relative;
	padding-top: 85px;
	width: 90%;
	max-width: 300px;
	padding-bottom: 10px;
}

.main_txt{
	width:90%;
}


.copy{
	clear:both;
}

/* --- 画像 --- */

div h2 img{
	width:80%;
	max-width:350px;
	display:block;
	margin:0 auto 5% auto;
}

.gotop{
	clear:both;
	width:20%;
	max-width:100px;
	float:right;
	z-index:10;
}

div{
	text-align:center;
}


/* ----------------------------------------------------------
ブログ
 ------------------------------------------------------------- */
/* 一覧 */
.archive-content {
	overflow: hidden;
	max-width: 1200px;
	margin: 0px auto;
}

/* タイトル */
h1.archive-title {
	display: none;
}

h2.article-title {
	margin: 5px 0;
}

h2.article-title a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

article.type-post div.article-content{
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

article.type-post div.article-content img{
	display: block;
	margin: 0 auto;
}

article.type-post header.article-header{
	text-align: left;
	margin: 0 auto;
	width: 100%;
}

header.article-header h2.article-title a{
	color: #2296C4;
}

header.article-header h2.article-title a:hover{
	text-decoration: underline;
}

.article-header div.article-categories{
	text-align: left;
}

div.article-date-wrap {
	text-align: left;
	color: #A7A7A7;
}

.article-header div.article-date-wrap .article-date {
	font-size: 0.9em;
}

.article-category-link{
	background: #2296C4;
	border-radius: 5px;
	border: solid #2296C4 2px;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 8px 2px;
	text-decoration: none;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.article-category-link:hover{
	background: #fff;
	color: #2296C4;
	text-decoration: none;
}

div.right-content article div.article-content {
	margin-top: 30px;
	margin-bottom:50px;
}

div.right-content article aside.social-buttons {
	margin-bottom:30px;
}

div.right-content article nav.adjacent-post-nav {
	padding-top: 10px;
	border-top: dashed 1px #000;
}

/* --- サイドバー --- */

div.sidebar{
	margin: 20px auto;
	width: 90%;
}

div.sidebar div.widget ul li{
	text-align: left;
}

div.sidebar h2.widgettitle{
	text-align: left;
	font-size: 1.2em;
}

div.sidebar div.widget ul{
	padding-left: 0;
}

h2.widgettitle {
	background: url("images/border01.png") no-repeat scroll left bottom;
	background-size: 200px auto;
	padding-bottom: 10px;
}

/* アーカイブのカーソル */
div#archives-3 h2.widgettitle {
	cursor: pointer;
}

/* 記事、カテゴリーのリンク */
div#recent-posts-3 ul li{
	margin-bottom: 10px;
}

div#categories-3 ul li {
	margin-bottom: 10px;
}

div#archives-3 ul li{
	margin-bottom: 10px;
}


/* ページネーション */
.page-numbers {
	border: 2px solid #2296C4;
	background: #2296C4;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
}

.page-numbers:hover {
	background: #FFF;
	color: #2296C4;
	text-decoration: none;
	transition: 0.2s;
}

.page-numbers.current {
	border: 2px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	background: #ccc;
	color: #000;
}



/* 記事内のテキストリンク */

p.blg_txtLnk {
	margin-top: 10%;
	width: 80%;
	margin: 5% auto 0px;
}

p.blg_txtLnk a {
	padding: 5%;
	border: solid;
	border-radius: 10px;
	text-align: center;
	display: block;
}

p.blg_txtLnk a:hover {
	background:#2296C4;
	color:#fff;
	text-decoration:none;
	border: solid #2296C4;
	border-radius: 10px;
}

/* ブログ内アイコン(ぼく) */
article.type-post div.article-content img.blg_icon {
	width: 50px;
	margin-right: 5px;
	display: inline-block;
}

/* ----------------------------------------------------------
ヘルプページ
 ------------------------------------------------------------- */
 
 .help_nav_area {
 }
 
  div.help_nav_area p.help_txt {
	  margin: 0 auto 20px;
}
 
 .help_nav {
	text-align: left;
	width: 100%;
	max-width: 600px;
	display: inline-block;
 }
 
 .help_nav div {
	text-align: left;
 }
 
 .help_nav div h2 {
	  margin-bottom: 10px;
 }

 
 .help_nav div ul li {
	 margin-left: 0;
 }
 
  .help_nav div ul li:before {
	  content:"・";
 }
  
  .help_nav h2 a {
	padding: 8px;
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
	border: solid 3px #2296C4;
	background: #2296C4;
	color: #fff;
	border-radius: 5px;
 }
 
  .help_nav h2 a:hover {
	background: #fff;
	color: #2296C4;
	text-decoration: none;
	transition: 0.2s;
}

.help_txt {
	width: 90%;
	text-align: left;
	margin: 50px auto;
}

.help_section .help_txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 150%;
}

div.help_content_ttl img.icon {
	display: inline;
	width: 40px;
}

.help_content_ttl p img {
	width: 30px;
}

div.help_content_ttl h2 {
	display: inline;
}

.help_section {
	padding: 20px 0 50px 0;
	border: solid 3px #000;
	border-radius: 20px;
	width: 95%;
	margin: 30px auto 0 auto;
	background: #fff;
}

.help_icon {
	width: 50px;
	margin-bottom: 10px;
}

.help_contact {
	background:#fffaf3;
	border-radius:50px;
	padding:50px 20px;
	text-align:left;
	width:85%;
	margin:30px auto 0 auto;
}

.help_contact p{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}

.help_section h3{
	font-size:20px;
	font-size:2rem;
	padding-bottom:10px;
	border-bottom:solid 2px;
}

.help_border {
	width: 90%;
}


/* ----------------------------------------------------------
お問い合わせフォーム
 ------------------------------------------------------------- */

.contact-form-table-row-title {
	text-align:left;
}

.contact-form-table-row-content input{
	border: 2px solid #000;
	border-radius: 8px;
	height: 40px;
	margin-top: 5px;
	background: #fffcf6;
	padding:0 5px;
}

.contact-form-table-row-content select{
	border: 2px solid #000;
	border-radius: 8px;
	background: #fffcf6;
	margin-bottom: 5px;
	height:50px;
}

.contact-form-table-row-content textarea{
	border: 2px solid #000;
	border-radius: 8px;
	background: #fffcf6;
	padding:0 5px;
}

/* --- 送信確認画面 --- */

.contact-form-table-row label{
	margin-top:10px;
}

.contact-form-table-row label span{
	color:#7D7D7D;
}

body.page-id-86 main article div div div div div#mw_wp_form_mw-wp-form-82 form div div div.contact-form-table-row-content{
    background:#fffaf3;
	padding:10px;
	text-align:left;
}

div.contact-form-button-wrap{
	margin: 5% 0;
}

/* --- 送信完了画面 --- */

.contact_submit_img{
	width: 200px;
	height: auto;
}

.contact_submit_txt{
	width: 280px;
	margin: 40px auto 0px;
	padding: 70px 20px 40px;
	text-align: left;
	background:url("images/contact_submit_txt_bg.png") no-repeat scroll center;
	background-size:300px 170px;
}

/* ----------------------------------------------------------
利用規約
 ------------------------------------------------------------- */
#post-20 div {
	font-size:0.8em;
}

#post-20 div p{
	width: 85%;
	margin: 10px auto 20px auto;
	text-align: left;
	max-width:700px;
}

#post-20 div ol{
	width: 85%;
	margin: 10px auto 20px auto;
	text-align: left;
	max-width:700px;
}

#post-20 div ol li ol {
	padding-left:0;
}

#post-20 div ul{
	width: 85%;
	margin: 20px auto;
	text-align: left;
	max-width:700px;
}

#post-20 div dl{
	text-align: left;
	margin: 0px auto;
	width: 85%;
	max-width: 700px;
}

#post-20 div dd{
	margin-left:0;
}

#post-20 div h2{
	width: 85%;
	margin: 0 auto;
	text-align: left;
	max-width:700px;
	font-size:1.2em;
}

/* ----------------------------------------------------------
プライバシーポリシー
 ------------------------------------------------------------- */

#post-22  div div {
	padding-top:0;
}

#post-22 div.article-content div.content.wrap div.inner div.contain {
	font-size:0.8em;
}

#post-22 div.article-content div.content.wrap div.inner div.contain p{
	width: 85%;
	margin: 10px auto;
	text-align: left;
	max-width:700px;
}

#post-22 div.article-content div.content.wrap div.inner div.contain h2{
	width: 85%;
	margin: 0 auto;
	text-align: left;
	max-width:700px;
	font-size:1.2em;
}

#post-22 div.article-content div.content.wrap div.inner div.contain ol{
	width: 85%;
	margin: 20px auto;
	text-align: left;
	max-width:700px;
}

/* ----------------------------------------------------------
ライセンス
 ------------------------------------------------------------- */

#post-283 div p {
	text-align: left;
	margin: 10px auto;
	width: 85%;
}

#post-283 div dl {
	text-align: left;
	width: 85%;
	margin: 0 auto;
}

#post-283 div dl dt {
	font-weight:bold;
}

#post-283 div dl dd {
	border-bottom: 1px dashed;
	padding: 5px 0;
	margin-bottom: 10px;
	margin-left: 0;
}

/*--------------------------------------------------------------------
201607
----------------------------------------------------------------------*/

/* ページのベース設定 */
article#post-476 header h1.article-title {
	display:none;
}


/* トップ背景画像sp */
body.page-id-2:before {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

/* ヘルプ背景画像sp */
body.page-id-16:before {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

/* ブログ背景画像sp */
body.blog:before {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}
 
 /* ブログ個ページ背景sp */
 body.single-post {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

 /* ブログアーカイブ一覧背景sp */
  body.archive {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

 /* お問い合わせ背景画像sp */
body.page-id-14:before {
  background:url(https://www.mekuri.co/wp-content/uploads/bg_sp.png) no-repeat left top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  content: "";
  z-index: -1;
}

.top_all {
	width:90%;
	max-width:800px;
	margin:0 auto;
}

.container {
	background:#fff;
	margin:0 auto 5% auto;
	padding:5%;
	overflow:hidden;
	clear:both;
	border: solid #333 4px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.container:first-child {
	margin-bottom:5%;
	margin-top: 5%;
}


/*TOP_一番上のアプリ画像*/
.top_main_aprimg  {
	display:none;
	vertical-align:baseline;
	margin-right:5%;
}

/*TOP_一番上のアイコン・ロゴ画像*/
.contsBox {
	margin:0 auto;
	overflow:hidden;
}

.siteTopBox {
	display:inline-block;
}

.siteTopBox ul {
	overflow:hidden;
}

.siteTopBox img{
	width:75%;
}

.aprTtl img {
	width:100%;
}

.cotsBox {
	overflow:hidden;
}

/* TOP_ストアリンクボタン */

li.btn_apr_i {
	overflow: hidden;
	width: 47%;
	float: left;
}

li.btn_apr_a {
	overflow: hidden;
	width: 47%;
	float:right;
}


/* ニュースエリア */
div.news h2 img {
	width:50%;
}

/* TOP_ブログリンクボタン */

.btnCenter {
	margin: 5% 0;
}

.btnCenter a {
	display: inline-block;
    padding: 5% 10%;
	border-top: solid 2px #ffb715;
	border-left: solid 2px #ffb715;
	border-bottom: solid 4px #ffb715;
	border-right: solid 2px #ffb715;
	border-radius: 4px;
	color:#333333;
	background:#ffe000;
}

.btnCenter a:hover {
	border: solid 2px #ffb715;
	position: relative;
	top: 2px;
	margin-bottom: 2.2px;
	border-radius: 4px;
	background:#fff;
	text-decoration:none;
}

/* ストアリンクボタン */
li.btn_apr_i a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_off.png") no-repeat scroll 5px 8px;
	background-size: 25%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_a a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 5px 8px;
	background-size: 25%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_i a:hover {
	color: #333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_on.png") no-repeat scroll 5px 8px;
    background-size: 25%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

li.btn_apr_a a:hover {
	color:#333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 5px 8px;
    background-size: 25%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

li.btn_apr_i a span {
	margin-left:20px;
}

li.btn_apr_a a span {
	margin-left:25px;
}


/* アプリ説明内の小さい文字 */
.cotsBox div h3 span {
	font-size:16px;
	font-size:1.6rem;
}

.cotsBox div h3 {
	text-align:left;
}

/*TOP_ヘルプ、お問い合わせボタン*/

.tophelpArea ul li {
	width: 100%;
	overflow: hidden;
	display:inline-block;
	margin-bottom:3%;
}

.tophelpArea ul li a {
	background-size: contain;
	display: inline-block;
	border-top: solid 2px #ffb715;
	border-left: solid 2px #ffb715;
	border-bottom: solid 4px #ffb715;
	border-right: solid 2px #ffb715;
	border-radius: 4px;
	color:#333333;
	background:#ffe000;
	width: 80%;
	padding: 5% 0;
}

.tophelpArea ul li a:hover {
	border: solid 2px #ffb715;
	position: relative;
	top: 2px;
	margin-bottom: 2px;
	border-radius: 4px;
	background:#fff;
	text-decoration:none;
}


/* LINEとTwitterリンク */

.boxLnk a {
	display:block;
	background:#fff;
	overflow:hidden;
	border-bottom: #c1c1c1 solid 2px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 6%;
	margin-bottom: 5%;
	border: solid #333 4px;
}

.boxLnk a:hover {
	position:relative;
	top:3px;
	left:3px;
	box-shadow:none;
	background:#ffe000;
}


.boxLnk a img {
	width: 60%;
	display: block;
	margin: 6% auto 0 auto;
}

.boxLnk a p {
	text-align:left;
	line-height: 1.5em;
	color: #000;
	font-size: 0.9em;
	margin-top: 5%;
	font-weight: bold;
}

.boxLnk a p.txtS {
	text-align:center;
}

/* 説明部分の挿絵の表示 */
.top_txtarea_r img {
	display:none;
}

.top_txtarea_l img {
	display:none;
}

/* トップのアプリ説明部分_アプリ画面画像 */
.top_aprimgL {
	width:47%;
	margin:0 5%;
	border-radius: 4px;
	border: 2px solid #333;
}

.top_aprimgR {
	width: 47%;
	margin: 0 5%;
	border-radius: 4px;
	border: 2px solid #333;
}


/* トップのh1画像 */
h1.aprTtl {
	margin: 0 auto;
	width: 75%;
}

.container p {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.75;
	margin-top: 2%;

}

/* TOP_ヘルプとお問い合わせへのリンクエリア */
.helpMark {
	width: 18%;
}

.tophelpArea p {
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*---全体の設定---*/

/* 幅 */
.w25 {
	width: 100%;
}

.w35 {
	width: 100%;
}

.w45 {
	width: 100%;
}

.w48 {
	width: 100%;
}

.w50 {
	width: 50%;
}


.w70 {
	width: 70%;
}

.w75 {
	width: 100%;
}

.flt_r {
	float: right;
}

.flt_l {
	float: left;
}

/* 文字揃え */
.txtCenter {
	text-align: center;
}

/* 背景画像　色味テスト */
body.page-id-476 {
	background:url(https://www.mekuri.co/wp-content/uploads/bg_sample.png) repeat left top;
	background-attachment: fixed;
	background-size: 90%;
	position: static;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}



/* ------------------------------------------------
ヘルプページ
------------------------------------------------ */
article#post-16 h1.article-title {
	display:none;
}

.container p.attention {
	text-align: center;
	color: #888;
	margin-top: 0;
}

article#post-16 p {
	font-size:0.9em;
	line-height:1.75;
}

.hlpConts h1 img {
	width: 50%;
}

.hlpConts h3{
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.hlpDetail img {
	border:solid 1px;
	width:65%;
	margin: 5% 0 8% 0;
}

.hlpDetail dl dd {
	margin-left:0;
}

.hlpDetail dl dt {
	font-weight: bold;
	margin-top: 8%;
	padding-top: 8%;
	border-top: solid 1px;
}

.hlpDetail dl dt:firdt-child {
	border-top:none;
}

.hlpTopbdr {
	margin-top:5%;
	padding-top:8%;
	border-top:solid 1px;
}

/* ------------------------------------------------
ブログページ
------------------------------------------------ */
div.sidebar div.widget{
	border: 4px solid #333;
	border-radius: 8px;
	padding: 5%;
	margin-bottom: 5%;
	background:#fff;
}

div.right-content article {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 5%;
	overflow: hidden;
	clear: both;
	border: 4px solid #333;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	margin-top: 20px;
}

/* ------------------------------------------------
お問い合わせページ
------------------------------------------------ */

article#post-14 header h1 {
	display:none;
}

.form_container {
	background: #fff;
	margin: 5% auto;
	padding: 5% 0;
	overflow: hidden;
	clear: both;
	border: solid #333 4px;
	box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	width: 90%;
	max-width: 960px;
}



/* ------------------------------------------------
404ページ
------------------------------------------------ */
.img404 {
	display: block;
	margin: 0 auto;
	width: 95%;
}

article#post-0 div.article-content {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.75;
	width:90%;
	margin: 0 auto;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 25em) {

/*トップ、ヘルプ、ブログ(一覧/個/アーカイブ)、お問い合わせの背景*/
body.page-id-2,
body.page-id-16,
body.blog,
body.single-post,
body.archive,
body.page-id-14 {
	background-size: 1000px auto;
}


/*TOP_ヘルプ、お問い合わせボタン*/

.tophelpArea ul li {
	width: 49%;
	max-width: 300px;
}

.tophelpArea ul li a {
	padding: 7%;
}



/*----------------------------------------------
ブログ
------------------------------------------------*/
/* ブログ内のリンク */
p.blg_txtLnk a {
	padding: 3% 5%;
}

}


@media only screen and (min-width: 30em) {
	    /*　for iPhone Landscape　(iPhone 横)　*/

.l_btn{
	width:60%;
}




/* ----------------------------------------------------------
お問い合わせ
 ------------------------------------------------------------- */

.help_contact p{
	text-align:center;
}

/* ----------------------------------------------------------
お問い合わせ
 ------------------------------------------------------------- */


.contact-form-table .contact-form-table-row .required-icon {
	margin-right: 20px;
}

.contact_submit_txt{
	width: 350px;
	padding: 80px 20px 40px;
	background-size:cover;
}

/* ----------------------------------------------------------
ブログ
 ------------------------------------------------------------- */

}

@media only screen and (min-width: 33em) {

div.news_area {
    margin: 160px auto 0px;
}

/* --- ページ下部のSNS等へのリンク --- */
.sns_lnkimg{
	width:30%;
}

}

@media only screen and (min-width: 35em) {


/* sp背景画像打ち消し */
body.page-id-2:before {
	content: none;
}

body.page-id-16:before {
	content: none;
}

body.blog:before {
	content: none;
}

body.single-post:before {
	content: none;
}

body.archive:before {
	content: none;
}

body.page-id-14:before {
	content: none;
}

/* pc背景画像(TOP,ヘルプ,ブログ(一覧/個/アーカイブ),お問い合わせ) */
body.page-id-2,
body.page-id-16,
body.blog,
body.single-post,
body.archive,
body.page-id-14 {
	background:url(https://www.mekuri.co/wp-content/uploads/bg.png) repeat left top;
	background-attachment: fixed;
	background-size: 1000px;
	position: static;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


.top_all {
	width: 70%;
}

.container p {
	text-align: left;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.6;
}

.container p.txtCenter {
	text-align:center;
}

/*TOP_一番上のアプリ画像*/
.top_main_aprimg  {
	display: inline-block;
	width: 46%;
	float: left;
	margin: 0 3%;
}

/*TOP_一番上のアイコン・ロゴ画像*/
.siteTopBox img{
	width: 30%;
}

.siteTopBox h1 img{
	width: 100%;
}

/* ストアリンクボタン */
li.btn_apr_i {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

li.btn_apr_a {
	overflow: hidden;
	width: 100%;
	float: none;
}

li.btn_apr_i a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_off.png") no-repeat scroll 10px 8px;
	background-size: 22%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_a a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 10px 8px;
	background-size: 23%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_i a:hover {
	color: #333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_on.png") no-repeat scroll 10px 8px;
    background-size: 22%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

li.btn_apr_a a:hover {
	color:#333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 10px 8px;
    background-size: 23%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

/* LINEとTwitterリンク */
.boxLnk {
	width: 48%;
}

.boxLnk a {
	margin-bottom: 10%;
}

/* ニュースエリア */
div.news h2 img {
	width: 30%;
	float: left;
}

/* TOP_ブログリンクボタン */
.btnCenter a {
    padding: 3% 10%;
}

/* アプリについての説明部分 */

.top_txtarea_l {
	width: 47%;
	float: left;
}
.top_txtarea_r {
	width: 47%;
	float: right;
}

/* 説明部分の挿絵の表示 */
.top_txtarea_r img {
	display: block;
	float: right;
}

.top_txtarea_l img {
	display: block;
}

/* トップのアプリ説明部分_アプリ画面画像 */
.top_aprimgL {
	float: left;
	margin: 0 5%;
	width: 40%;
}

.top_aprimgR {
	float: right;
	margin: 0 5%;
	width: 40%;
}

/* TOP_ヘルプとお問い合わせへのリンクエリア */
.helpMark {
	width:8%;
}

.tophelpArea p {
	font-size:1em;
	line-height:normal;
}

/*TOP_ヘルプ、お問い合わせボタン*/

li.btn_hlp {
	width: 40%;
}

li.btn_inq {
	width: 40%;

}

li.btn_hlp a {
	padding: 14% 40%;
}

li.btn_inq a {
	padding: 14% 40%;
}

/*---全体の設定---*/

.w25 {
	width:25%;
}

.w35 {
	width:35%;
}

.w45 {
	width:45%;
}

.w48 {
	width:48%;
}

.w75 {
	width:75%;
}

/* ------------------------------------------------
ヘルプページ
------------------------------------------------ */
.container p.attention {
	text-align: center;
	color: #888;
	margin-top: 0;
}

article#post-16 p {
	font-size: 1.6rem;
	font-size: 16px;
}

.hlpConts h1 img {
	width: 25%;
}

.hlpConts h3{
	font-size: 18px;
	font-size: 1.8rem;
}

.hlpTopbdr {
	padding-top:5%;
}

.hlpDetail img {
	margin: 2% 0;
}

.hlpDetail dl dt {
	margin-top: 4%;
	padding-top: 5%;
}

/* ------------------------------------------------
お問い合わせページ
------------------------------------------------ */
/*確認ボタン*/
div.contact-form-button-wrap{
	margin: 6% 0 0 0;
}

/* ------------------------------------------------
404ページ
------------------------------------------------ */
.img404 {
	display: block;
	margin: 0 auto;
	width: 40%;
}

article#post-0 div.article-content {
	font-size: 1em;
	width: 70%;
	max-width: 800px;
}

}


@media only screen and (min-width: 40.313em) {
/* トップのアプリ説明部分_アプリ画面画像 */
.top_aprimgL {
	margin-right:5%;
}

.top_aprimgR {
	margin-left:5%;
}

}


@media only screen and (min-width: 45em) {

/* サイズ */

.w30 {
	width:30%;
}

.w40 {
	width:40%;
}

.w60 {
	width:60%;
}


.wrap.content.home .inner {
	background:none;
}

/* トップページ */
.top_aprimgL {
	width:30%;
}

.top_aprimgR {
	width:30%;
}

/* LINEスタンプTwitterリンク */
.boxLnk a p {
	font-size: 1em;
}

.top_txtarea_r,
.top_txtarea_l {
	margin:0 5%;
}

/* ------------------------------------------------
ヘルプページ
------------------------------------------------ */
.help_content_ttl p {
	text-align: left;
	width: 65%;
	margin: 20px auto;
}

.hlpDetail img {
	width:30%;
}

/* ----------------------------------------------------------
ブログ
 ------------------------------------------------------------- */

h2.article-title a {
	font-size:20px;
	font-size:2rem;
	line-height:24px;
}

/* ----------------------------------------------------------
利用規約
 ------------------------------------------------------------- */
#post-20 div {
	font-size:1em;
}

#post-20 div p{
	width: 80%;
}

#post-20 div ol{
	width: 80%;
}

#post-20 div ul{
	width: 80%;
}

#post-20 div h2{
	width: 80%;
}

#post-20 div ol li{
	margin-bottom:20px;
}

#post-20 div ol li ol li {
	margin-bottom:10px;
}

#post-20 div ul li {
	margin-bottom:20px;
}

#post-20 div dd{
	margin-left:0;
	margin-bottom:20px;
}

/* ----------------------------------------------------------
プライバシーポリシー
 ------------------------------------------------------------- */
#post-22 div.article-content div.content.wrap div.inner div.contain {
	font-size:1em;
}

#post-22 div.article-content div.content.wrap div.inner div.contain p{
	width: 80%;
	margin-bottom:20px;
}

#post-22 div.article-content div.content.wrap div.inner div.contain h2{
	width: 80%;
}

#post-22 div.article-content div.content.wrap div.inner div.contain ol{
	width: 80%;
}

}

@media only screen and (min-width: 47.938em) {
/* ブログ　サイドバー */
div.sidebar{
	margin-top: 20px;
}
}

@media only screen and (min-width: 48em) {
    /* Style adjustments for viewports that meet the condition */
    .header-nav-switch {
      display: none;
    }
    .sp-hidden {
      height: auto;
      overflow: visible;
    }
    #header-nav {
      width: 707px;
      margin: 0 auto;
    }
    #header-nav ul {
      display: block;
      width: 707px;
      margin-left: -45px;
      padding: 0;
    }
    #header-nav ul > li {
      display: inline-block;
      text-align: center;
      width: 160px;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      margin: 30px 0;
      padding: 0;
      border: 0px none;
    }
    #header-nav ul > li a {
      color: #fff;
      font-weight: bold;
      padding: 3% 5%;
      text-decoration: none;
      width: 120px;
      text-align: center;
      transition: 0.3s;
	  font-size:16px;
	  font-size:1.6rem;
	  border: solid #fff 2px;
	  border-radius: 6px;
    }
	
/*
  #header-nav ul > li a {
	  color: #fff;
	  font-weight: bold;
	  padding: 8px 15px 15px 10px;
	  text-decoration: none;
	  width: 120px;
	  background: transparent url(images/menu_off.png) no-repeat scroll;
	  background-size: 140px 43px;
	  text-align: center;
	  transition: 0.3s;
	  font-size:16px;
	  font-size:1.6rem;
}
*/
	
	#header-nav ul > li:hover {
	  background-color:none;
	}

    #header-nav ul > li a:hover,
    #header-nav ul > li.current_page_item a {
      color: #333;
      background: #fff;
	  border: solid #fff 2px;
	  border-radius: 6px;
    }
	
	#header-nav ul > li:active {
	  background:none;
	}

	#header-nav ul > li a:active {
	  color: #000;
	}

	
	#site-header {
	  min-height: 90px;
	}

	#ret-to-top {
	  bottom: 50px;
	}
	
    #ret-to-top .for-pc {
      display: block;
    }
    #ret-to-top .for-sp {
      display: none;

    }

/*コンテンツ高さ*/

#main-content {
  margin-top: 90px;
}


/* ニュース欄 */

.list-new-arts-list {
	clear:none;
	display:inline-block;
	width:60%;
	float:none;
}


h3 img{
	width: 50%;
}


	/* ----------------------------------------------------------
ヘルプページ
------------------------------------------------------------- */

  div.help_nav_area p.help_txt {
	  margin:0 auto 50px;
}

 .help_nav div {
	text-align:left;
	width: 100%;
	display: inline-block;
 }

div.help_nav div.flt_r {
	float:right;
}

.help_txt {
	width:80%;
}

.help_section .help_txt {
	font-size:16px;
	font-size:1.6rem;
}

.help_section {
	margin: 70px auto 0 auto;
	width:80%;
}

.apuri_img{
	width:70%;
}

.help_contact {
	margin:100px auto 0 auto;
	width:70%;
}


.help_contact p{
	font-size:18px;
	font-size:1.8rem;
}

.help_section h3{
	font-size:20px;
	font-size:2rem;
}

.help_border {
	width: 80%;
}

.help_content_ttl h2 img{
	width: 25%;
}

/* ----------------------------------------------------------
ブログ
 ------------------------------------------------------------- */
article.type-post div.article-content{
	text-align:left;
	max-width:600px;
	margin:0 auto;
}

article.type-post header.article-header{
	text-align:left;
	max-width:600px;
	margin:0 auto;
}

/* サイドバー周り */
.left-content {
  width: 30%;
  margin-left: 5%;
  float: left;
  max-width:240px;
}

.right-content {
  width: 60%;
  margin-right: 5%;
  float: right;
  max-width:840px;
}

.list-content,
.single-post-content {
  width: 80%;
  max-width:680px;
  margin: 0 auto 30px;
}


/* ----------------------------------------------------------
お問い合わせ
 ------------------------------------------------------------- */

/* 入力部分 */
.contact-form-table-row-content input{
	margin-top: 0;
	margin-bottom:10px;
}

.contact-form-table-row-content select{
	margin-bottom: 10px;
}

.contact-form-table-row-content textarea{
	margin-bottom:50px;
}


body.page-id-86 main article div div div div div#mw_wp_form_mw-wp-form-82 form div div div.contact-form-table-row-content{
    background:#fff;
	padding:5px 0;
}

/* ラベル部分 */
.contact-form-table-row-title span{
	padding:5px 0;
}

.contact-form-table-row label{
	margin-top:10px;
}


}

@media only screen and (min-width: 50em) {

.boxLnk a img {
	width: 30%;
	float: left;
	display: inline-block;
	margin: 0 auto;
}

.boxLnk a p {
	float:left;
	text-align:left;
	margin: 0 0 0 5%;
	font-weight: normal;
	line-height: 1.5em;
	width: 60%;
	color: #000;
}

.boxLnk a p.txtS {
	float:left;
	text-align:left;
}

li.btn_apr_i a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_off.png") no-repeat scroll 5px 8px;
	background-size: 25%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_a a {
	display: inline-block;
	color: #fff;
	width: 90%;
	padding: 10% 0;
	background: #333 url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 5px 8px;
	background-size: 25%;
	border-radius: 4px;
	border-top: solid #000 2px;
	border-right: solid #000 2px;
	border-left: solid #000 2px;
	border-bottom: solid #000 4px;
}

li.btn_apr_i a:hover {
	color: #333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_ipn_on.png") no-repeat scroll 5px 8px;
    background-size: 25%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

li.btn_apr_a a:hover {
	color:#333;
    background: #fff url("https://www.mekuri.co/wp-content/uploads/topBtn_bg_adr.png") no-repeat scroll 5px 8px;
    background-size: 25%;
	text-decoration:none;
	border-bottom: solid #000 2px;
	margin-top:2px;
}

}


@media only screen and (min-width: 52em) {

/*TOP_一番上のアプリ画像*/
.top_main_aprimg  {
	width:30%;
	margin: 0 5%;
}

li.btn_apr_i {
	width: 47%;
	float: left;
	margin-bottom: 0;
}

li.btn_apr_a {
	width: 47%;
	float:right;
}

.container p {
	text-align: left;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.75;
}

}


@media only screen and (min-width: 55em) {
.contact-form-table-row-title {
  display: table-cell;
  font-weight: bold;
  width: 35%;
  vertical-align: top;
}

/* --- フォームテーブル --- */
.contact-form-table {
  display: table;
}

.contact-form-table-row {
  display: table-row;
}

.contact-form-table-row-content {
  display: table-cell;
  text-align: center;
}
/* 必須 */
.contact-form-table .contact-form-table-row .required-icon {
	float: right;
	margin-right: 5%;
}

/* 確認ボタンのスタイル */
.mw_wp_form_input .submit-btn-wrap input[type="submit"] {
    padding: 2% 10%;
}


}

@media only screen and (min-width: 57em) {
.tophelpArea p {
	text-align:center;
}
}

@media only screen and (min-width: 60em) {

/* ----------------------------------------------------------
トップページ
------------------------------------------------------------- */

.top_ttl_area{
	width: 90%;
	background:url("images/img_top_01.png") no-repeat scroll;
	background-size: 300px auto;
	background-position: right;
	padding-bottom: 50px;
}

div.news_area{
	width:800px;
	background: transparent url("https://www.mekuri.co/wp-content/uploads/top_news_bg02.png") no-repeat scroll;
	background-size: 840px 220px;
	padding: 40px 20px;
	border-top: none;
}

/* その他の機能説明部分 */
.sub_merit{
	max-width: 800px;
	padding: 50px 0 90px 0;
}

 p.merit_txt{
	width:98%;
	max-width:500px;
}


p.anniversary_txt{
	max-width:310px;
}

	
/* --- 画像 --- */

li.sub_merit .anniversary_img{
	position: absolute;
	right: 6%;
	top: 40%;
	width: 25%;
}


.main_img{
	display:block;
	margin:0 auto;
	width:40%;
	max-width: 350px;
}


/* --- ボタン --- */

.nolink {
	max-width:200px;
}

.dl_btn{
	max-width:200px;
}


/* ----------------------------------------------------------
ブログ
------------------------------------------------------------- */

h2.widgettitle {
	background:url("images/border01.png") no-repeat scroll bottom;
	background-size:contain;
	padding-bottom:10px;
}


/* サイドバー周り */
.left-content {
  width: 20%;
  max-width: 260px;
}

.right-content {
  width: 70%;
}

/* 記事内のテキストリンク */
p.blg_txtLnk {
	margin-top:10%;
	width: 50%;
	margin: 5% auto 0px;
}

p.blg_txtLnk a {
	padding:5% 0;
}

/* ----------------------------------------------------------
ヘルプページ
------------------------------------------------------------- */

.help_content_ttl p {
	text-align: left;
}

.help_img01 {
	width: 250px;
	position: absolute;
	top: -96px;
	left: 10px;
}

help_img02 {
	width: 180px;
	position: absolute;
	top: 450px;
	right: 80px;
}

 .help_nav_area {
	background: transparent url("images/help_top_bg.png") no-repeat scroll 0% 0%;
	background-position:center;
	background-size: 750px 450px;
	width: 80%;
	margin: 0px auto;
 }


}

@media only screen and (min-width: 62.5em) {
	
/* ------------------------------------------------
ヘルプページ
------------------------------------------------ */

/*コンテンツ幅が最大のとき短いテキストを中央揃えにする(w1000px以上)*/
p.txtCenter_w {
	text-align:center;
}
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
