@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{
	border-bottom: solid 1px #000;
	padding: 15px 10px;
	box-sizing: border-box;
}
th{
	vertical-align:middle;
}
img {
  vertical-align: middle;
  border: none;
	max-width: 100%;
  height: auto;
}
a {
  line-height: 100%;
  outline: none;
  color: inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a img {
	transition: color .5s ease,opacity .5s ease;
}
a:hover img {
  opacity: 0.8;
}
/* sp
---------------------------------------- */
.forSP {
  display: none !important;
}
/* common
---------------------------------------- */
html {
  width: 100%;
}
body {
    display: flex !important;
flex-flow: column;
min-height: 100vh;
  min-width: 1200px;
  font: 15px/2em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif !important;
  color: #000;
    background: url("../img/common/bg_system.jpg");
	-webkit-font-smoothing: antialiased;
}
main {
  display: block;
	min-height: 450px;
	padding-top: 70px;
    flex: 1;
}
.customize-support main{
    padding-top: 20px;
}
section{
	margin-bottom: 80px;
}
strong{
}
/* header
---------------------------------------- */
header{
	position: fixed;
    top: 0;
	width: 100%;
	height: 60px;
	color: #fff !important;
	background-color: #000;
    z-index: 15;
}
header #logo{
    display: inline-block;
	margin: 10px 0 10px 20px;
}
header #user-name,header #logout{
	position: absolute;
	top: 0;
	border-left: solid 1px #555;
    height: 59px;
}
header #user-name{
	right: 155px;
}
header #logout{
	right: 10px;
}
header #user-name a,header #logout a{
	display: block;
    color: #fff;
}
header #user-name a{
	display: flex;
	padding: 15px 20px;
}
header #logout a{
	padding: 22px 30px;
}
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: absolute;
	display: flex;
	top: 60px;
	right: 20px;
    z-index: 1;
}
#submenu li:last-child{
	margin-left: 10px;
}
#submenu li a{
	display: block;
    color: #000 !important;
	padding: 13px 18px 11px;
	background-color: #fff;
	border: solid 1px #B3B3B3;
	border-top: none;
    border-radius: 0px 0px 5px 5px;
}
#submenu li a span{
	position: relative;
    top: -3px;
	margin-right: 5px;
}
/* footer
---------------------------------------- */
footer{
	text-align: center;
}
footer #youtube-bnr{
    display: none;
	margin-bottom: 80px;
}
footer #copyright{
	font-size: 0.9em;
	border-top :solid 1px #B3B3B3;
	background-color: #fff;
	padding: 10px 0;
    box-sizing: border-box;
}
/* 共通
---------------------------------------- */
h1 {
	font-size: 2.5em;
	font-weight: 900;
	color: #000;
	line-height: 100%;
	margin: 120px 0 50px;
	text-align: center;
}
h2 {
	font-size: 2em;
    line-height: 1.7em;
    color: #000;
	margin-bottom: 25px;
}
h3 {
	font-size: 1.5em;
	line-height: 1.6;
	color: #000;
	margin-bottom: 20px;
}
h4{
	font-size: 1.12em;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
	box-sizing: border-box;
	margin-bottom: 12px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
.btn a {
  display: block;
    width: 230px;
	color: #fff;
	background-color: #000;
	padding: 18px 0;
  box-sizing: border-box;
    border-radius: 30px;
	transition: all 0.3s;
    margin: 0 auto;
    text-decoration: underline;
    text-align: center;
}
.btn a:hover{
	border-radius: 0;
    text-decoration: none;
}
.btn-area {
  text-align: center;
}
.btn-area .btn {
    display: inline-block;
  margin: 0 5px;
}
.notes{
	font-size: 0.8em;
	color: #555;
	margin-top: 15px;
	text-align:right;
}
.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 a:hover,.wp-pagenavi span:hover{
	border: solid 1px #ccc;
}
.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:hover, 
.wp-pagenavi .nextpostslink:hover{
	border: solid 1px #F7F7F7;
}
.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: 40px;
}
#mypage #mainmenu li{
    display: inline-block;
    width: 535px;
    margin-bottom: 30px;
    text-align: center;
}
#mypage #mainmenu li:nth-child(even){
    margin-left: 22px;
}
#mypage #mainmenu li .btn-l{
    margin-bottom: 10px;
}
#mypage #mainmenu li .btn-l a{
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    background: #fff url("../img/common/ico_arrow_black.png") no-repeat right 30px center;
    border: solid 4px #e6e6e6;
    padding: 18px 0;
    box-sizing: border-box;
}
#mypage #mainmenu li .btn-l a img{
    margin-right: 12px;
}
#mypage #sitenews-list{
    margin-top: 30px;
}
#mypage #manual ul{
    display: block;
    text-align: center;
}
#mypage #manual ul li{
    display: inline-block;
    margin:0 30px 5px 0;
}
#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: 50px;
    margin: 80px 0;
    text-align: center;
}
#mypage #lastmenu li{
    display: inline-block;
    width: 230px;
    margin-right: 18px;
}
#mypage #lastmenu li:last-child{
    margin-right: 0;
}
#mypage #lastmenu li a{
    display: block;
    padding: 16px 0;
    background-color: #fff;
    border: solid 1px #b3b3b3;
}
#mypage #wpmem_reg{
    font: 15px/2em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
    color: #000;
        width: 800px;
    margin: 0 auto;
}
#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{
}
#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_certification"],#mypage #wpmem_reg #company_certification,#mypage #wpmem_reg label[for="introduction"],#mypage #wpmem_reg #wpmem_profile_form .div_textarea,#mypage #wpmem_reg label[for="payment"],#mypage #wpmem_reg .div_radio,#mypage #wpmem_reg .req-text{
    display: none;
}
/* news-list,news-detail
---------------------------------------- */
.nimg-area1 img{
    height: 420px;
    width: 252px;
    object-fit: cover;
}
.nimg-area2 img {
    height: 210px;
    width: 252px;
    object-fit: cover;
}
.nimg-area3 img {
    height: 140px;
    width: 252px;
    object-fit: cover;
}
#news-list{
    padding-top: 150px;
}
#news-list #list li,#news-detail #list li{
    display: inline-block;
    width: 252px;
	margin: 0 25px 40px 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#news-list #list li:nth-child(4n),#news-detail #list li:nth-child(3n){
		margin-right: 0;
	}
#news-list #list li a{
	text-decoration: none;
}
#news-list #list li .name{
    font-size: 1.15em;
    font-weight: bold;
    color: #000;
        margin:25px 0 10px;
    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 7px;
    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: 18px;
    overflow: hidden;
}
#news-detail{
    width: 880px;
}
#news-detail h1{
    margin-bottom: 20px;
}
#news-detail .category{
    float: right;
    margin: 0 15px 15px 0;
    padding: 0 15px;
    line-height: 1.8;
}
#news-detail .block{
    clear: both;
}
#news-detail #list{
    margin-top: 30px;
    text-align: center;
}
#news-detail .btn{
    margin-bottom: 50px;
}
/* newslist,membernews
---------------------------------------- */
#newslist{
    margin-bottom: 20px;
}
#newslist li{
    display: inline-block;
    width: 538px;
    margin:0 15px 15px 0;
}
#newslist li:nth-child(even){
    margin-right: 0;
}
#newslist li a,#sitenews-list li a{
    position: relative;
    display: block;
    background-color: #fff;
    padding: 30px 30px 35px;
}
#newslist li a .ico,#membernews article .ico{
	    display: inline-block;
    border-radius: 20px;
	margin-bottom: 15px;
    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: 10px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#newslist li a .category,#membernews .category{
    display: inline-block;
    font-size: 0.85em;
    color: #fff;
    padding:3px 10px;
    margin: 6px 0 0 10px;
    border-radius: 3px;
}
#newslist li a .day{
    position: absolute;
    top: 35px;
    right: 30px;
    font-size: 0.85em;
    color: #666;
}
#newslist li a .txt{
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#membernews,#sitenews{
    width: 880px;
}
#membernews h1,#sitenews h1{
    margin-bottom: 20px;
}
#membernews .category{
    float: right;
    margin: 5px 15px 15px 0;
    padding: 0 15px;
    line-height: 1.8;
}
#membernews .day{
    float: right;
    color: #666;
}
#membernews .block{
    clear: both;
}
#membernews .block p{
    margin-top: 20px;
    text-align: justify;
}
#membernews article{
    margin: 30px 0;
}
#membernews article .user-name{
    margin-top: 0;
}
#membernews article .ico{
    margin-bottom: 0;
}
#membernews .btn{
    margin-bottom: 50px;
}
#sitenews-list ul{
    display: block !important;
    margin-bottom: 10px;
}
#sitenews-list ul li{
    display: inline-block;
    width: 260px;
    margin:0 15px 15px 0;
}
#sitenews-list ul li:nth-child(4n){
    margin-right: 0;
}
#sitenews-list li a .day{
    font-size: 0.85em;
    color: #666;
    margin-bottom: 15px;
    text-align: right;
}
#sitenews-list li a .txt{
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#sitenews p{
    text-align: justify;
}
#sitenews .day{
    color: #666;
    margin-bottom: 20px;
    text-align: right;
}
#sitenews .btn{
    margin-top: 40px;
}
/* release,business
---------------------------------------- */
#release,#business{
	width: 880px;
}
#release textarea{
    height: 105px;
}
#business textarea{
    height: 250px;
}
#release td ol li,#business td ol li{
    position: relative;
    display: table-cell;
    width: 260px;
    height: 200px;
    background-color: #fff;
    border: solid 10px #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: 125px;
    overflow:hidden;
}
#release td ol li img,#business td ol li img{
    width: 250px;
    height: 170px;
    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: 50px;
}
#edit-news form #filter-by-date{
    width: 20%;
}
#edit-news form .button{
    display: inline-block;
    border-radius: 3px !important;
    width: 90px;
    text-decoration: none;
    padding: 11px 0px;
}
#edit-news form table{
    margin-top: 30px;
}
#edit-news form thead .ttl{
    width: 55%;
}
#edit-news form thead .status{
    width: 12%;
}
#edit-news form td.ttl a{
    color: #2271b1;
}
#edit-news form td.ttl a:hover{
    text-decoration: underline;
}
#post-news{
    width: 880px;
}
#post-news form table{
    margin-bottom: 30px;
}
#post-news form label{
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
#post-news form #delete{
    text-align: center;
}
#post-news form #delete #delete-action button{
    display: block;
    font-size: 1.1em;
    width: 100%;
    color: #b32d2e;
    border: solid 1px #b32d2e;
    background-color: #fff;
    padding: 12px 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    transition: all 0.3s;
}
#post-news form #delete #delete-action button:hover{
    color: #fff;
    background-color: #b32d2e;
}
/* shopinfo
---------------------------------------- */
#shopinfo{
    width: 880px;
}
#shopinfo form #first_name,#shopinfo form #last_name,#shopinfo form #billing_postcode,#shopinfo form #billing_state,#shopinfo form #billing_city,#shopinfo form #billing_phone{
    width: 50%;
}
#shopinfo form .ico{
    display: inline-block;
    margin: 8px 18px 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{
	width: 880px;
}
#sitepolicy p{
	margin-bottom: 15px;
}
#sitepolicy li:last-child{
	margin-bottom: 0;
}
#sitepolicy ul{
	    margin:0 0 30px 22px;
}
#sitepolicy ul li{
	list-style-type: circle;
	margin-bottom: 5px;
}
#sitepolicy ul li ol{
	margin:12px 0 20px 20px;
}
#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: 15px/2em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif;
    width: 450px !important;
    background-color: #fff;
    padding: 30px 45px !important;
    box-sizing: border-box;
    margin: 80px 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: 2.5em !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 50px !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: 15px/2em 'Century Gothic','Noto Sans JP',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans','ＭＳ ゴシック', sans-serif !important;
    text-align: center;
}
#cancel{
    width: 800px;
}
#cancel h1{
    font-size: 2.5em !important;
    font-weight: 900 !important;
    line-height: 100%;
    margin: 120px 0 30px;
}
#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 table{
    margin-top: 30px;
}
#cancel table th{
    font-weight: bold !important;
    width: 160px;
}
#cancel table td input{
    text-align: left;
}
#cancel table td .wpcf7-list-item{
    margin: 0 20px 0 0;
    vertical-align: top;
}
#cancel table td .wpcf7-list-item.has-free-text{
    display: block;
    margin-right: 0;
    text-align: left;
}
#cancel table th,#cancel table td{
    border: none;
    border-bottom: solid 1px #000;
        padding: 15px 10px;
    box-sizing: border-box;
    text-align: left;
}
#cancel .btn-area{
    margin-top: 50px;
}
#cancel .btn-area input{
    display: inline-block;
    margin: 0 5px !important;
}
#cancel .btn-area .wpcf7-spinner{
    display: none;
}
/* form
---------------------------------------- */
form table{
    margin-bottom: 50px;
}
form table th{
    width: 230px;
}
form table th span{
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin-top: -5px;
}
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;
}
select{
    width: 50%;
}
textarea{
    line-height: 1.6;
	width: 100%;
}
input[type=button],input[type=submit]{
    display: block;
    width: 230px;
  padding: 15px 0;
    box-sizing: border-box;
    margin: 0 auto!important;
    background-color: #fff;
	border:none !important;
	border-radius: 30px !important;
    transition: all 0.3s;
	cursor: pointer;
    text-decoration: underline;
}
input[type=submit] {
	color: #fff;
  background: #000;   
}
input[type=submit]:hover{
    color: #fff !important;
    background: #000 !important;
}
input:hover{
    border-radius: 0 !important;
    text-decoration: none !important;
}
#wpadminbar{
    display: none !important;
}