@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
 Theme Name:   masters unity-system
*/

/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, address {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: top;
}
p, ul,ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  outline: none;
}
ul li,ol li {
  list-style: none;
  outline: none;
}
button, input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    outline: none;
	vertical-align: middle;
}
table {
  width: 100%;
  border-spacing: 0;
	text-align: left;
}
th,td{
    display: block;
}
th{
    padding: 5% 2% 1%;
	box-sizing: border-box;
	vertical-align:middle;
}
td{
    padding: 0 2% 5%;
	box-sizing: border-box;
    border-bottom: solid 1px #000;
}
img {
  vertical-align: middle;
  border: none;
	max-width: 100%;
  height: auto;
}
a {
  line-height: 100%;
  outline: none;
  color: inherit;
	text-decoration: none;
}
/* sp
---------------------------------------- */
.forPC {
  display: none !important;
}
/* common
---------------------------------------- */
body {
  font: 14px/1.8em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif !important;
  color: #111;
	background: url("../img/common/bg_system.jpg");
    background-size: 35%;
        min-height: 100vh;
    display: flex !important;
    flex-flow: column;
}
main {
  display: block;
    flex: 1;
}
section{
	margin-bottom: 12%;
}
/* header
---------------------------------------- */
header{
	position: fixed;
    top: 0;
	width: 100%;
	height: 45px;
	color: #fff !important;
	background-color: #000;
    z-index: 15;
}
header #logo{
    display: inline-block;
    width: 15%;
	margin: 2.5% 0 0 3%;
}
header #user-name,header #logout{
	position: absolute;
	top: 0;
	border-left: solid 1px #555;
}
header #user-name{
	right: 100px;
}
header #logout{
	right: 0;
    width: 25%;
}
header #user-name a,header #logout a{
	display: block;
    color: #fff;
}
header #user-name a{
	display: flex;
	padding: 7px 12px;
}
header #logout a{
	padding: 16px 12%;
}
header #user-name a span.ico{
	display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}
header #user-name a span.ico img{
	width: 30px;
	height: 30px;
	object-fit: cover;
}
header #user-name a span.name{
	margin: 6px 0 0 10px;
}
#submenu{
	position: fixed;
	display: flex;
    font-size: 0.9em;
	top: 45px;
	right: 3%;
    padding-left: 0;
    z-index: 1;
}
#submenu li:last-child{
	margin-left: 5px;
}
#submenu li a{
	display: block;
    color: #000 !important;
	padding: 5% 15px 4%;
	background-color: #fff;
	border: solid 1px #B3B3B3;
	border-top: none;
    border-radius: 0px 0px 5px 5px;
}
#submenu li a span{
	position: relative;
    display: inline-block;
    top: -3px;
    width: 15px;
	margin-right: 5px;
}
#submenu li a span img{
	width: 100%;
}
/* footer
---------------------------------------- */
footer{
	text-align: center;
}
footer #youtube-bnr{
    display: none;
    width: 80%;
	margin:15% auto 8%;
}
footer #copyright{
	font-size: 0.8em;
	border-top :solid 1px #B3B3B3;
	background-color: #fff;
	padding: 1% 0;
}
/* 共通
---------------------------------------- */
header *, main *, footer *{
    max-width: 100% !important;
}
h1 {
	font-size: 2em;
	font-weight: 900;
	color: #000;
	line-height: 100%;
	margin: 35% 0 8%;
	text-align: center;
}
.customize-support h1{
    margin-top: 22%;
}
h2 {
	font-size: 1.5em;
    line-height: 1.7em;
    color: #000;
	margin-bottom: 3%;
}
h3 {
	font-size: 1.3em;
	line-height: 1.6;
	color: #000;
	margin-bottom: 4%;
}
h4{
	font-size: 1.1em;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
	box-sizing: border-box;
	margin-bottom: 4%;
}
.inner {
  width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
}
.btn a {
  display: block;
    width: 70%;
	color: #fff;
	background-color: #000;
	padding: 18px 0;
  box-sizing: border-box;
    border-radius: 30px;
    margin: 0 auto;
    text-decoration: underline;
    text-align: center;
}
.btn-area {
  text-align: center;
}
.btn-area .btn {
    display: inline-block;
    width: 48%;
}
.btn-area .btn a,.btn-area .btn input{
    width: 100%;
}
.right{
	text-align: right;
}
.wp-pagenavi{
	    clear: both;
    margin: 30px auto 80px;
    text-align: center;
}
.wp-pagenavi a,.wp-pagenavi span{
	    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-decoration: none;
    padding: 0;
    margin: 0 10px;
	border: solid 1px #F7F7F7;
	border-radius: 50%;
	transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.wp-pagenavi span.current{
	border: solid 1px #000;
	color: #000;
	margin: 0 15px;
}
.wp-pagenavi .previouspostslink, 
.wp-pagenavi .nextpostslink {
	display: initial;
}
.wp-pagenavi .previouspostslink{
	margin-right: 20px;
}
.wp-pagenavi .nextpostslink{
	margin-left: 20px;
}
.wp-pagenavi .previouspostslink img{
	margin: -4px 10px 0 0;
    width: 13px;
}
.wp-pagenavi .nextpostslink img{
	    margin: -4px 0 0 10px;
    width: 13px;
}
/* mypage
---------------------------------------- */
#mypage #mainmenu{
    margin-bottom:12%;
}
#mypage #mainmenu li{
    margin-bottom: 5%;
    text-align: center;
}
#mypage #mainmenu li .btn-l{
    margin-bottom: 1%;
}
#mypage #mainmenu li .btn-l a{
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    background: #fff url("../img/common/ico_arrow_black.png") no-repeat right 5% center;
    border: solid 4px #e6e6e6;
    padding: 3% 0;
    box-sizing: border-box;
}
#mypage #mainmenu li .btn-l a img{
    margin-right: 3%;
}
#mypage #sitenews-list{
    margin-top: 10%;
}
#mypage #manual ul{
    display: block;
}
#mypage #manual ul li{
    margin-bottom:3%;
}
#mypage #manual ul li a{
    position: relative;
    padding: 0 0 0 16px;
    text-decoration: underline;
}
#mypage #manual ul li a:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 6px solid transparent;
    border-left: 10px solid #ccc;
}
#mypage #lastmenu{
    border-top: solid 1px #ccc;
    padding-top: 8%;
    margin: 12% 0 15%;
    text-align: center;
}
#mypage #lastmenu li{
    display: inline-block;
    width: 48.5%;
     margin:0 1% 2% 0;
}
#mypage #lastmenu li:nth-child(even){
   margin-right: 0;
}
#mypage #lastmenu li a{
    display: block;
    padding: 16px 0;
    background-color: #fff;
    border: solid 1px #b3b3b3;
}
#mypage #wpmem_reg{
    font: 14px/1.8em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
    color: #000;
}
#mypage #wpmem_reg .div_text,#mypage #wpmem_reg .button_div,#mypage #wpmem_reg .div_textarea{
    width: 100% !important;
}
#mypage #wpmem_reg .div_textarea textarea{
    height: 75px;
}
#mypage #wpmem_reg label{
    font-weight: bold;
        width: 230px;
}
#mypage #wpmem_reg label span{
    font-weight: normal;
}
#mypage #wpmem_reg .div_text{
    text-align: center;
}
#mypage #wpmem_reg .div_image img{
    width: 45px;
    height: 45px;
    border-radius: 30px;
    object-fit: cover;
}
#mypage #wpmem_reg .button_div input{
    margin: 0 auto;
}
#mypage ul:last-of-type,#mypage #wpmem_reg label[for="company_image2"],#mypage #wpmem_reg label[for="company_certification"],#mypage #wpmem_reg label[for="introduction"],#mypage #wpmem_reg #wpmem_profile_form .div_textarea,#mypage #wpmem_reg #company_certification,#mypage #wpmem_reg label[for="payment"],#mypage #wpmem_reg .div_radio,#mypage #wpmem_reg .req-text{
    display: none;
}
/* news-list,news-detail
---------------------------------------- */
#news-list{
    padding-top:25%;
}
#news-list #list{
    margin: 0 10%;
}
#news-list #list li{
	margin-bottom: 10%;
}
#news-list .nimg-area1 img{
    height: 65vh;
    object-fit: cover;
}
#news-list #list li a{
	text-decoration: none;
}
#news-list #list li .name{
    font-size: 1.15em;
    font-weight: bold;
    color: #000;
        margin:7% 0 5%;
    text-decoration: underline;
}
#news-list #list li .category,#news-detail .category{
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    min-width: 100px;
    padding: 3px 3%;
    box-sizing: border-box;
    text-align: center;
}
#news-list #list li .txt{
    line-height: 1.7em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 5%;
    overflow: hidden;
}
#news-detail h1{
    margin-bottom: 20px;
}
#news-detail .category{
    float: right;
    margin-bottom:3%;
    padding: 0 3%;
    line-height: 1.8;
}
#news-detail .block{
    clear: both;
}
#news-detail #list{
    margin: 5% 5% 0;
    text-align: center;
}
#news-detail #list li{
    margin-bottom: 3%;
}
#news-detail #list li:last-child{
    margin-bottom: 8%;
}
/* newslist,membernews
---------------------------------------- */
#newslist{
    margin-bottom: 7%;
}
#newslist li{
    margin-bottom:2%;
}
#newslist li a,#sitenews-list li a{
    position: relative;
    display: block;
    background-color: #fff;
    padding: 8% 5%;
    box-sizing: border-box;
}
#newslist li a .ico,#membernews article .ico{
	    display: inline-block;
    border-radius: 20px;
	margin-bottom: 3%;
    overflow: hidden;
}
#newslist li a .ico img,#membernews article .ico img{
	    width: 35px;
    height: 35px;
    object-fit: cover;
}
#newslist li a .user-name,#membernews article .user-name{
	    display: inline-block;
	    margin: 6px 0 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newslist li a .user-name{
    max-width: 36%;
}
#newslist li a .category,#membernews .category{
    float: right;
    font-size: 0.85em;
    color: #fff;
    padding:3px 10px;
    margin: 4px 0 0 2%;
    border-radius: 3px;
}
#newslist li a .day{
    float: right;
    font-size: 0.85em;
    color: #666;
    margin: 7px 0 0 2%;
}
#newslist li a .txt{
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#membernews h1{
    margin-bottom: 5%;
    text-align: left;
}
#membernews .category{
    float: right;
    margin: 3px 2% 5% 0;
    padding: 0 15px;
    line-height: 1.8;
}
#membernews .day{
    float: right;
    color: #666;
}
#membernews .block{
    clear: both;
}
#membernews .block p{
    margin-top: 3%;
    text-align: justify;
}
#membernews article{
    margin: 7% 0;
}
#membernews article .ico{
    margin-bottom: 0;
}
#sitenews-list ul{
    display: block !important;
    margin-bottom: 5%;
}
#sitenews-list ul li{
    margin-bottom:2%;
}
#sitenews-list li a{
    padding: 5%;
}
#sitenews-list li a .day{
    font-size: 0.85em;
    color: #666;
    margin-bottom: 2%;
}
#sitenews-list li a .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sitenews p{
    text-align: justify;
}
#sitenews .day{
    color: #666;
    margin-bottom: 4%;
    text-align: right;
}
#sitenews .btn{
    margin-top: 8%;
}
/* release,business
---------------------------------------- */
#release textarea{
    height: 135px;
}
#business textarea{
    height: 250px;
}
#release td ol li,#business td ol li{
    position: relative;
    height: 200px;
    background-color: #fff;
    border: solid 3px #F7F7F7;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
#release td ol li:last-child,#business td ol li:last-child{
    margin-right: 0;
}
#release td ol li input,#business td ol li input{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    width: 115px;
    overflow:hidden;
}
#release td ol li img,#business td ol li img{
    width: 100%;
    height: 177px;
    object-fit: cover;
}
#release td select option[value="196"],#release td select option[value="197"]{
	display: none;
}
/* edit-news,post-news
---------------------------------------- */
#edit-news .btn{
    margin-bottom: 12%;
}
#edit-news form #filter-by-date{
    width: 50%;
}
#edit-news form .button{
    display: inline-block;
    border-radius: 3px;
    width: 90px;
    text-decoration: none;
    padding: 11px 0px;
}
#edit-news form table{
    margin-top: 30px;
}
#edit-news form thead{
    display: none;
}
#edit-news form td{
    font-size: 0.85em;
    line-height: 1.4;
    color: #666;
    border-bottom: none;
    padding: 0;
    text-align: right;
}
#edit-news form tr td:first-child{
    font-size: 1em;
    padding: 5% 0 2%;
    border-top: solid 1px #000;
    text-align: left;
}
#edit-news form tr td:last-child{
    padding-bottom: 3%;
}
#edit-news form td.ttl a{
    color: #2271b1;
}
#edit-news form tr:last-child td:last-child{
    border-bottom: solid 1px #000;
}
#post-news form table{
    margin-bottom: 8%;
}
#post-news form label{
    display: block;
    margin-bottom: 8%;
    text-align: center;
}
#post-news form #delete{
    text-align: center;
}
#post-news form #delete #delete-action button{
    font-size: 1.1em;
    width: 100%;
    color: #b32d2e;
    border: solid 1px #b32d2e;
    background-color: #fff;
    padding: 3% 2%;
    box-sizing: border-box;
    margin-bottom: 2%;
}
#post-news .tox .tox-toolbar--scrolling{
    flex-wrap: wrap;
}
/* shopinfo
---------------------------------------- */
#shopinfo form #billing_postcode,#shopinfo form #billing_state,#shopinfo form #billing_city{
    width: 50%;
}
#shopinfo form .ico{
    display: inline-block;
    margin: 2% 4% 0 0;
    border-radius: 30px;
    overflow: hidden;
}
#shopinfo form .ico img{
        width: 45px;
    height: 45px;
    object-fit: cover;
}
#shopinfo form #company_image{
    margin-top: -30px;
}
/* sitepolicy
---------------------------------------- */
#sitepolicy p{
	margin-bottom: 5%;
}
#sitepolicy li:last-child{
	margin-bottom: 0;
}
#sitepolicy ul{
	    margin:0 0 10% 6%;
}
#sitepolicy ul li{
	list-style-type: circle;
	margin-bottom: 2%;
}
#sitepolicy ul li ol{
	margin:5% 0 10% 5%;
}
#sitepolicy ul li ol li{
	list-style-type: decimal;
}
/* password+login
---------------------------------------- */
#wpmem_pwdchange_form,#pp-password-reset-1-wrap.pp-form-container,#pp-login-1-wrap.pp-form-container{
    font: 14px/1.8em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
    background-color: #fff;
    padding: 5% 10% !important;
    box-sizing: border-box;
    margin: 25% auto !important;
    border-radius: 7px;
}
#wpmem_pwdchange_form legend,.pp-form-container #pp-password-reset-1.ppBuildScratch .ppbs-headline,.pp-form-container #pp-login-1.ppBuildScratch .ppbs-headline{
    font-size: 2em !important;
    font-family: 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
	font-weight: 900 !important;
	color: #000!important;
	margin: 0 0 12% !important;
	text-align: center;
}
#wpmem_login .button_div,#wpmem_login .div_text{
    width: 100% !important;
}
#wpmem_pwdchange_form input{
    box-sizing: border-box;
}
#reset-password #pp_password_reset_1,#login #pp_login_1{
    margin: 40px 0 0;
}
.pp-form-container #pp-password-reset-1.ppBuildScratch, .pp-form-container #pp-password-reset-1.ppBuildScratch *{
    font-family: 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif !important;
}
.pp-form-container #pp-password-reset-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"],.pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]{
    margin-top: 30px !important;
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label{
    color: #000 !important;
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-label-wrap{
    margin-top: 20px;
}
/* cancel
---------------------------------------- */
#cancel *{
    font: 14px/1.8em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif !important;
}
#cancel h1{
    font-size: 2em !important;
    font-weight: 900 !important;
    line-height: 100%;
    margin: 22% 0 5%;
}
#cancel input:focus{
    outline: none;
}
#cancel input[type=text]{
    width: 100%;
    background-color: #fff;
    opacity: 1;
}
#cancel input[type=checkbox]{
        width: 15px;
    height: 15px;
    border: solid 1px #999 !important;
}
#cancel .wpcf7-list-item{
    margin: 0 4% 0 0;
    vertical-align: top;
}
#cancel table{
    margin-top: 5%;
}
#cancel table th{
    font-weight: bold !important;
    padding: 0;
}
#cancel table td{
    padding: 0 0 5%;
}
#cancel table td .wpcf7-list-item.has-free-text{
    display: block;
    margin-right: 0;
}
#cancel table th,#cancel table td{
    border: none;
}
#cancel .btn-area{
    margin-top: 7%;
}
#cancel .btn-area input{
    margin-bottom: 3% !important;
}
#cancel .btn-area .wpcf7-spinner{
    display: none;
}
/* form
---------------------------------------- */
form table{
    margin-bottom: 8%;
}
form table th span{
    font-size: 0.9em;
    font-weight: normal;
}
form .cancel a{
    background-color: #fff;
    color: #000;
    border: solid 1px #eee;
}
input[type=text],input[type=url],select, textarea, input[type=tel], input[type=email],input[type=password]{
    width: 100%;
	padding: 10px 12px 12px !important;
    box-sizing: border-box;
    border: solid 1px #ccc !important;
}
textarea{
    line-height: 1.7;
	width: 100%;
}
input[type=button],input[type=submit]{
    display: block;
    width: 70%;
  padding: 15px 0;
  box-sizing: border-box;
    margin: 0 auto !important;
    background-color: #fff;
	border:none !important;
	border-radius: 30px !important;
    text-decoration: underline;
}
input[type=submit] {
	color: #fff;
  background: #000;
}
#wpadminbar{
    display: none !important;
}