/*
Theme Name: 萩陶芸家協会
Description: オリジナルテーマ
Author: SPS
*/


@import url("editor-style.css");

/* ==================== レイアウト ==================== */

body,#wrap{
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#282828;
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

body,html,#wrap{
	height: 100%;
}

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

/*横幅を一括統一*/
#header div,#footer div,#cont_navi div,
#gray_zone div,
#content,
#top_content{
	position: relative;
	width: 960px;
	margin:0 auto;
}

/*スマホでは消す*/
.pc-dN{
	display:none!important;
}


/* ==================== ヘッダー ==================== */
#header{
	height:auto;
	background:url(images/back.jpg) repeat center center;
        padding-bottom: 20px;
}

#h_logo{
	float:left;
	margin:30px 0 0 65px;
}

/*グローバルナビ*/


#gray_zone_n,
#gray_zone{
	background-color:#3B3C3C;
	margin-bottom:40px;
}

#gray_zone_n{
	height:3px;
	font-size:0;
	margin-bottom:60px;
}

#header .language{
    position: absolute;
    top: 178px;
    display: flex;
    right: 300px;
    width: auto;
}






@media screen and (max-width: 768px) {
    
    /*スマホでは消す*/
    .sp-dN{
        display:none !important;
    }
    .pc-dN{
        display: block!important;
    }
    
    body{
        width:100%;
	height:100%;
	background-color: #fff;
}
    #header div, #footer div, #cont_navi div, #gray_zone div, #content, #top_content {
    width: 100%;
}


    #header {
    background: url(images/back.jpg) repeat center center;
    height: 72px;
}
    #h_logo{
	float:left;
	margin:10px 0 0 20px;
}
    #h_logo img{
	width: 150px;
}
    
    
}








/*ハンバーガーメニュー*/

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #000;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 20px 20px 0 0;
    padding: 0 5px;
}

#g_navi{
	float:right;
	list-style:none;
}


#g_navi li a{
    writing-mode: vertical-rl;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-decoration: none;
    font-size: 19px;
    display: block;
    padding: 20px 0;
    transition: 0.3s;
}
#g_navi li a:hover{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2) 26% 77%, rgba(255, 255, 255, 0));
}
#g_navi li.navi01 a::before{ content: url(images/navi01_back.png);}
#g_navi li.navi02 a::before{ content: url(images/navi02_back.png);}
#g_navi li.navi03 a::before{ content: url(images/navi03_back.png);}
#g_navi li.navi04 a::before{ content: url(images/navi04_back.png);}
#g_navi li.navi05 a::before{ content: url(images/navi05_back.png);}

/*
#g_navi li a:hover,
#g_navi li.now a{
	background-position:center bottom;
}
*/

@media screen and (max-width: 768px) {
    .hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
/*    justify-content: space-between;*/
}

    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0 20px;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 100%;
        padding: 8px 0 21px;
        border-bottom: #525252 1px solid;
        box-sizing: border-box;
            margin: 0px 0px 0px 0;
    }
    
    #g_navi li a{
    writing-mode: inherit;
        padding: 0px 0;
}
    
    #g_navi li.navi01 a::before,
    #g_navi li.navi02 a::before,
    #g_navi li.navi03 a::before,
    #g_navi li.navi04 a::before,
    #g_navi li.navi05 a::before{ 
        position: relative;
        bottom: -14px;
        left: -3px;
    }
    
    #header .language{
            top: auto;
            right: 0px;
            left: 0;
            bottom: -3px;
            justify-content: center;
    }
    

}









/* ==================== フッター ==================== */
#footer {
	background-color:#F0F0F0;
	position: relative;
	clear:both;
}

#footer div{
	padding-top:30px;
	padding-bottom:25px;
}

#footer a{
	color:#282828;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#999;
}

#footer ul.r_navi{
	font-size:15px;
	margin-top:0;
}

#footer ul{
	margin-top:15px;
	list-style:none;
	margin-left:-20px;
	line-height:13px;
}

#footer li{
	float:left;
	line-height:13px;
	border-right:solid 1px #000;
	padding:0 20px;
        margin-bottom: 10px;
}

#footer li.end{
	border-right:none;
}

#footer .copy{
	margin-top:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#797979;
}

@media screen and (max-width: 768px) {
    #footer div{
            padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    
}


/* ==================== コンテンツ ==================== */
#contens{
	margin-bottom:40px;
}

#cont_navi{
	width:100%;
	background-color:#3C3C3C;
	margin-bottom:60px;
}

#cont_navi ul{
	list-style:none;
	padding:0;
}
#cont_navi li{
	font-weight:bold;
	float:left;
	margin-right:57px;
}

#cont_navi li a{
	line-height:70px;
	height:66px;
	color:#FFF;
	text-decoration:none;
	font-size:19px;
	display:block;
	padding-bottom:4px;
}

#cont_navi li.now a,
#cont_navi li a:hover{
	/*background:url(images/cont_navi_back.gif) repeat-x center bottom;*/
	padding-bottom:0;
	border-bottom:4px solid #A36840;
}

/*ローカルカラー協会について*/
#cont_navi .about li.now a,
#cont_navi .about li a:hover{
	border-bottom-color:#A34B67;
}

/*ローカルカラー萩焼とは*/
#cont_navi .hagiyaki_about li.now a,
#cont_navi .hagiyaki_about li a:hover{
	border-bottom-color:#DE873B;
}

/*ローカルカラー入会案内*/
#cont_navi .join_us li.now a,
#cont_navi .join_us li a:hover{
	border-bottom-color:#696FA4;
}

/*ローカルカラー投稿*/
#cont_navi .post_list li.now a,
#cont_navi .post_list a:hover{
	border-bottom-color:#749961;
}

input.ftxt{
	border:none;
	padding:0 0 0 37px;
	background:url(images/search_back.png) no-repeat 8px center #FFF;
	font-size:15px;
	line-height:30px;
	height:30px;
	width:203px;
}

input.nonetxt{
	color:#C8C8C8;
}

#cont_navi input.ftxt{
	margin-top:20px;
	float:right;
}

#content{
	padding:0 20px;
	width:920px;
}

@media only screen and (max-width:768px){
    #content{
        width: 100%;
            margin-bottom: 30px;
                box-sizing: border-box;
    }
    #content p{
        text-align: justify;
    }
    #cont_navi{
            padding: 0 20px;
            width: auto;
                padding-bottom: 20px;
    }
    #cont_navi li{
            margin-right: 10px;
                height: 35px;
    }
    #cont_navi li a{
            font-size: 15px;
            height: 44px;
    }
    #footer .copy{
            font-size: 11px;
        text-align: center;
    }
    
    
}



/*多言語*/

html:lang(en) #content,
html:lang(en) #cont_navi{
	font-family:Arial, Helvetica, sans-serif;
}

html:lang(zh-tw) #content,
html:lang(zh-tw) #cont_navi{
	/*font-family:'cwTeXMing',"Microsoft JhengHei","微軟正黑體",'PMingLiU',sans-serif;*/
	font-family:"PingFang SC","Helvetica Neue","Helvetica","STHeitiSC-Light","Arial",sans-serif;
}

/* ==================== 独自ページ ==================== */
/*トップページ*/
#top_img{
	margin-bottom:20px;
}

#top_left{
	width:620px;
	float:left;
}

#top_left h2{
	margin-top:0;
	margin-bottom:10px;
	border-bottom:#000 solid 1px;
	line-height:32px;
	font-size:18px;
	padding-left:21px;
}

#top_left ul{
	padding-left:0;
	margin-bottom:25px;
	list-style:none;
}

#top_left li{
	padding-left:22px;
	line-height:20px;
    text-align: justify;
}
#top_left li span{
	margin-right:1.5em;
}

#top_right{
	float:right;
	width:280px;
}

#top_right input.ftxt{
	border:solid #000 1px;
	width:241px;
}

#top_right h2{
	/*margin-top:50px;*/
	margin-top:20px;
	margin-bottom:0px;
	font-size:18px;
	padding:8px 0;
	line-height:20px;
}

#top_right h2.top{
	margin-top:0;
}

#top_map_back{
	background:url(images/top_map.jpg) no-repeat left top;
	position:relative;
	width:100%;
	height:216px;
	margin-bottom:20px;
}

#top_map_back li{
	font-size:16px;
	list-style:none;
}

#top_map_back li a{
	position:absolute;
	text-align:center;
	display:block;
	color:#282828;
	text-decoration:underline;
}

#top_map_back li a:hover{
	text-decoration:none;
	color:#999;
}

#top_map_back li.navi01 a{
	background:url(images/tpm01.png) no-repeat center top;
	width:101px;
	height:61px;
	padding-top:5px;
	left:118px;
	top:0px;
}

#top_map_back li.navi02 a{
	background:url(images/tpm02.png) no-repeat center top;
	width:101px;
	height:68px;
	padding-top:5px;
	left:0px;
	top:11px;
}

#top_map_back li.navi03 a{
	background:url(images/tpm03.png) no-repeat center bottom;
	width:102px;
	height:28px;
	padding-top:52px;
	left:139px;
	top:124px;
}

#top_map_back li.navi04 a{
	background:url(images/tpm04.png) no-repeat center bottom;
	width:103px;
	height:28px;
	padding-top:52px;
	left:1px;
	top:130px;
}

@media only screen and (max-width:768px){
    #top_left li span{
            display: block;
    }
    #top_map_back{
        background: url(images/top_map.jpg) no-repeat center top;
    }
    #top_map_back li.navi01 a{
        left: 41vw;
    }
    #top_map_back li.navi02 a{
            left: inherit;
            right: 54vw;
    }
    #top_map_back li.navi03 a{
            left: 56vw;
    }
    #top_map_back li.navi04 a{
        left: inherit;
            right: 47vw;
    }
}





#top_right p img{
	width:280px;
}

ul#top_hagiyaki{
	font-size:16px;
	padding:0;
	list-style:none;
	margin-top:16px;
}

#top_hagiyaki li{
	margin-bottom:12px;
}

#top_hagiyaki li a{
	color:#282828;
	background:url(images/top_hagiyaki_ico.png) no-repeat left center;
	line-height:18px;
	padding-left:20px;
}


#top_free{
	margin-top:20px;
}


#topimglist div{
	height:520px;
	width:940px;
	margin-bottom:20px;
}
#topimglist p.left{
	float:left;
	margin-left:20px;
}
#topimglist p.right{
	float:right;
}
#topimglist p.right img,
#topimglist p.right span{
	display:block;
}

#topimglist p.left{
	width:570px;
	height:520px;
	overflow:hidden;
}

#topimglist p.right span{
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:50px;
	/*background-color:#333;*/
	color:#FFF;
	font-size:25px;
}

#top_kanren li{
	float:left;
	width:96px;
	word-break: break-all;
    word-wrap: break-word;
	padding-left:22px;
}

#top_kanren li img{
	display:block;
	width:96px;
}

#top_kanren li a{
	color:#282828;
	text-decoration:none;
}

#top_kanren li a:hover{
	text-decoration:underline;
}

@media only screen and (max-width:768px){
    #top_right p img{
        width: 100%;
    }
    #topimglist p.left{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-left: 0px;
    }
    #topimglist img{
        width: 100%;
    }
    #topimglist p.right{
            float: none;
    }
    #top_right{
        width: auto;
    float: none;
        margin: 0 20px;
    }
    #top_left {
    width: auto;
    float: none;
        margin: 0 20px;
}
    #top_kanren li{
        float: none;
    width: auto;
            padding-left: 0px;
    }
    #top_kanren li a{
            display: block;
    margin: auto;
    width: 45%;
    }
    #top_kanren li img{
        width: 100%;
        margin-top: 15px;
    }
    
}














/*作家ページ*/

ul#a_topmap{
	padding:0;
	background:url(images/artists_top_map.jpg) no-repeat center center;
	width:920px;
	height:630px;
	list-style-type:none;
	position:relative;
}

#a_topmap li{
	position:absolute;
}

#a_topmap li.navi01{
	left:338px;
	top:164px;
}

#a_topmap li.navi02{
	left:190px;
	top:169px;
}

#a_topmap li.navi03{
	left:478px;
	top:298px;
}

#a_topmap li.navi04{
	left:115px;
	top:293px;
}

#a_topmap li a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

ul#a_toplist{
	padding:0;
}


#a_toplist li{
	list-style:none;
	float:left;
	margin-right:40px;
}

#a_toplist li.navi04{
	margin-right:0;
}

#a_toplist a{
	background:url(images/artists_t_navi01.jpg) no-repeat center center;
	width:200px;
	height:60px;
	text-align:center;
	display:block;
	font-size:20px;
	color:#333;
	line-height:60px;
	font-weight:bold;
}

#a_toplist a:hover{
	text-decoration:none;
	color:#999;
}


#a_toplist .navi02 a{ background-image:url(images/artists_t_navi02.jpg);}
#a_toplist .navi03 a{ background-image:url(images/artists_t_navi03.jpg);}
#a_toplist .navi04 a{ background-image:url(images/artists_t_navi04.jpg);}



#a_list div{
	float:left;
	width:400px;
	padding:0 30px;
	height:140px;
}


#a_list div.left{
	padding:0;
	padding-top:20px;
	font-size:35px;
	line-height:50px;
	width:320px;
}

#a_list .right{
	/*float:left;*/
	float:right;
	/*margin-right:100px;*/
	padding-bottom:30px;
	margin-top:-75px;
}

/*#a_list .right img{
	width:300px;
}*/


#a_list div span.face_img{
	display:block;
	float:left;
	text-align:center;
	overflow:hidden;
	width:120px;
	height:120px;
	/*background-color:#EEE;*/
}
#a_list div .face_img img{
	/*width:120px;*/
	/*height:90px;*/
	max-width:120px;
}

#a_list div span.profile{
	float:left;
	display:block;
	width:220px;
	padding:0 0 0 10px;
}

#a_list div span.profile strong,
#a_list div span.profile span{
	display:block;
	white-space:nowrap;
}

#a_list div span.profile strong{
	font-size:16px;
}

#a_list a{
	color:#585858;
}

#a_list a:hover{
	color:#A6704C;
}

@media only screen and (max-width:768px){
    ul#a_topmap{
        background-size: 100%;
        width: 100%;
        height: 270px;
    }
    ul#a_topmap img{
        width: 63px;
    }
    #a_topmap li.navi01 {
    left: 33vw;
    top: 49px;
}
    #a_topmap li.navi02 {
    left: 16vw;
    top: 79px;
}
    #a_topmap li.navi02 img {
    width: 50px;
}
    #a_topmap li.navi03 {
    left: 44vw;
    top: 120px;
}
    #a_topmap li.navi03 img {
    width: 95px;
}
    #a_topmap li.navi04 {
    left: 7vw;
    top: 119px;
}
    #a_topmap li.navi04 img {
    width: 82px;
}
    #a_toplist li{
            margin-right: 10px;
    }
    #a_toplist a{
            background-size: 150px;
            width: 150px;
            font-size: 14px;
    }
    
    #a_list div.left {
    padding: 0;
    padding-top: 0px;
    font-size: 31px;
    line-height: 33px;
    width: 100%;
}
    #a_list .right{
            margin-top: -56px;
    }
    #a_list div{
    width: 100%;
    padding: 0 0px;
    float: none;
            height: auto;
    }
    
    .ichiran{
            display: flex;
    flex-wrap: wrap;
    }
    .ichiran .face_img{
        margin-bottom: 10px;
    }
    .ichiran .profile{
        width: 200px !important;
        margin-bottom: 10px;
    }
    
}

/*作者詳細ページ*/
#a_one_head{
	margin-bottom:30px;
}

#a_one_head img{
	height:250px;
}

#a_one_head .face_img{
	float:left;
}

#a_one_head div{
	width:690px;
	height:250px;
	float:right;
	overflow:hidden;
	position:relative;
	margin-right:-20px;
}

#a_one_head ul{
	list-style:none;
	padding:0;
}

#a_one_head li{
	float:left;
	max-width:230px;
	overflow:hidden;
	position:relative;
}

#a_one_head li p{
	text-align:center;
	display:inline-table;
}
#a_one_head li img{
}

#a_one_content{
	padding:0 5px 0 5px;
}

#a_one_content p.area{
	font-size:18px;
}

#a_one_content h1{
	border:none;
	font-size:32px;
	line-height:37px;
	padding:0;
	margin-bottom:40px;
	float:left;
	padding-right:20px;
}

#a_one_content h1 span.roma{
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:23px;
	color:#A6704C;
}

#a_one_content p.cath{
	margin-top:-20px;
	margin-bottom:20px;
	height:60px;
	max-width:480px;
	float:left;
	display: table;
}

#a_one_content p.cath span{
	font-size:20px;
	line-height:30px;
	display: table-cell;
	vertical-align: middle;
}

#a_one_content .left{
	float:left;
	width:250px;
}

#a_one_content .right{
	float:right;
	width:650px;
	position:relative;
}

#a_one_content .exhibition_txt{
	width:430px;
}

#a_one_content .from_img{
	position:absolute;
	right:0;
	bottom:0;
}

#a_one_content .from_img img{
	width:140px;
}

#a_one_content th{
	width:65px;
}

#a_one_content td ul{
	list-style:none;
	padding:0;
}

#a_one_content td li{
	clear:both;
}

#a_one_content td li strong{
	display:block;
	float:left;
	font-weight:normal;
	padding-right:1em;
}
#a_one_content td li span{
	float:left;
}

#a_one_content .description{
	margin-top:50px;
	line-height:170%;
}

body.mceContentBody ul.topic_box,
#contens ul.topic_box{
	padding:0;
	margin-bottom:10px;
}

.topic_box li{
	font-size:16px;
	list-style:none;
	border-bottom:dotted #666 1px;
	padding:2px 10px 2px 10px;
	margin:0 0 10px 0;
}

.news_day{
	text-align:right;
	border-bottom:solid 1px #999;
	margin-top:-37px;
	font-size:16px;
	margin-bottom:35px;
	line-height:22px;
}

.topics_list_link{
	text-align:right;
}
.step3 table{
    width: 78%;
}

@media only screen and (max-width:768px){
    #a_one_head .face_img {
    float: none;
}
    #a_one_head img {
    height: auto;
    width: 100%;
        margin-left: 0px !important;
}
    #a_one_head div{
    width: 100%;
    height: auto;
    float: none;
    }
    #a_one_head li{
    float: none;
    max-width: 100%;
    }
    #a_one_content h1 span.roma{
        display: block;
    }
    #a_one_content .left {
    float: none;
    width: 100%;
}
    #a_one_content .right{
            float: none;
    width: 100%;
    }
    #a_one_content td ul{
            width: 100%;
    }
    #a_one_content th{
            width: 100%;
        font-weight: bold;
        background: #F2F2F2;
        padding: 5px;
        margin: 5px 0;
        box-sizing: border-box;
    }
    #a_one_content .from_img{
        position: relative;
        margin-top: 20px;
        
    }
    #a_one_content .from_img img{
        width: 100%;
    }
    #a_one_content .exhibition_txt{
        width: 100%;
    }
    .step3 table{
    width: 100%;
}
    #a_one_content td li strong{
            width: 16%;
    }
    #a_one_content td li span{
            display: table-cell;
            float: none;
    }
    
}

/*お問い合わせ*/

.wpcf7 p{
	margin-bottom:20px;
}

/*警戒色*/
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 sup{
	color:#C00;
}

.wpcf7 sup{
	font-size:13px;
	vertical-align:middle;
	margin-left:0.5em;
}

.wpcf7 .cftxt,
.wpcf7 .cftxt_box{
	background-color: #fff;
	color: #333;
	width: 60%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	margin-top:5px;
}
.wpcf7 .cftxt_box{
	width:90%;
}

input::-webkit-input-placeholder {
	color:#09C;
}
input:-moz-placeholder {
	color:#09C;
}

.wpcf7 .submit-button{
	text-align:center;
}

.wpcf7 .wpcf7-submit{
	border: solid 1px #999;
	font-size:16px;
	background: #eee;
	padding:2px 30px 3px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
}

.wpcf7 .wpcf7-submit:hover {
	background-color:#999;
	color:#FFF;
}

.wpcf7 span.wpcf7-not-valid-tip {
	display:block;
	margin-top:5px;
}

.screen-reader-response{
	display:none;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors{
	margin-bottom:10px;
	padding:5px;
	border:#090 solid 2px;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors{
	border-color:#C00;
}

.sent .formInner{
	display:none;
}

/* ==================== 30周年記念展図録 原稿受付フォーム ==================== */

.formform{
    margin-top: 30px;
}
.mw_wp_form {
  width: 100%;
  color: #333;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
        margin-top: 40px;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {

  vertical-align: middle;
        font-weight: bold;
        text-align: left;
        width: 25%;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}
.mw_wp_form table th .any {
  font-size: 80%;
  margin-left: 10px;
  color: #657eff;
  padding: 3px;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 100%;
  float: left;
    align-items: center;
    margin-left: 40px;
}
/*
.mw_wp_form table td.w30 {
  display: flex;
}
*/
.mw_wp_form table td img {
  max-width: 300px;
  width: 100%;
}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
/*  width: 100%;*/
    box-sizing: border-box;
    padding: 20px;
    border: 0px;
/*    border-radius: 50px;*/
    background: #F2F2F2;
    margin-bottom: 5px;
}
.mw_wp_form table td.w50 textarea {
  width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border: 0px;
/*    border-radius: 50px;*/
    background: #F2F2F2;
}
.mw_wp_form table td.w30 input.w300 {
  width: 30%;
    box-sizing: border-box;
    padding: 20px;
    border: 0px;
    border-radius: 50px;
    background: #F2F2F2;

}
.mw_wp_form table .radiobtn td.w50 input{
  width: inherit;
    box-sizing: border-box;
    padding: 20px;
    border: 0px;
    border-radius: 50px;
}

.mw_wp_form table td .yubin{
  width: 200px;
}



.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #754C24;
  background: #754C24;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
/*  border-radius: 5px;*/
  font-size: 90%;
    cursor: pointer;
    transition: all 0.7s;
}
.mw_wp_form #submit-button input:hover {
  opacity: 0.7;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: 1px solid currentColor;
  color: #754C24;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #754C24;
  border-left: 2px solid #754C24;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #754C24;
  color: #fff;
    border: 0px solid currentColor;
}
.thanks_txt{
    color: #000;
    font-size: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 20px;
}
.thanks_txt01{
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
.reload_btn00{
    margin: 30px auto;
    text-align: center;
    
}
.reload_btn{
    padding: 10px 15px;
    background: #754C24;
/*    border-radius: 50px;*/
    font-size: 15px;
/*    display: block;*/
    color: #fff;
    transition: all 0.7s;
    cursor: pointer;
}
.reload_btn a{
    color: #fff;
    font-size: 15px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
}
.reload_btn:hover{
    opacity: 0.7;
}


.mw_wp_form .error {
    font-size: 93%;
    color: #ff0000;
    display: block;
    margin: 10px 0;
    background: #FFCCCC;
    padding: 10px;
}

.swpm-forgot-pass-link,.swpm-join-us-link,.swpm-remember-me{
    display: none;
}

.swpm-username-label{
    font-size: 0;
}
.swpm-username-label:before{
    content:'ログインID';
    font-size:14px;
}
.swpm-login-form-inner{
    font-size:14px;
}

.mw_wp_form table td.w30 p{
        margin-bottom: 7px;
    }


hr.style1{
	border-top: 1px solid #754C24;
    margin: 10px 0 20px;
}
.contentstel .contentstel_tel span{
        font-size: 28px;
    margin-right: 20px;

}


@media screen and (max-width: 768px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
      
  }
  .mw_wp_form table td {
    width: 100%;
    float: right;
      padding: 10px 0;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
    
    .mw_wp_form table th {
     padding-left: 0px;
    display: block;
        margin-top: 10px;
            white-space: inherit;
        width: 100%;
}
    .mw_wp_form table td.w30 input.w300 {
    width: 74%;
    margin-top: 10px;
}
    .mw_wp_form table td.w500 input {
    width: auto;
    box-sizing: border-box;
}
    .mw_wp_form table td.w30 p{
        display: flex;
        align-items: center;
    }
    
    .mw_wp_form .horizontal-item + .horizontal-item:nth-child(4) {
    margin-left: 0px;
        
        
        
        
}
    
}

 .mw_wp_form table td.birth,.mw_wp_form table td.workname,.mw_wp_form table td.kiln{
    display: flex;
}
.mw_wp_form table td.kiln{
     flex-wrap: wrap;
}
 .mw_wp_form table td.birth input{
    width: 13%;
}
 .mw_wp_form table td.kiln input{
    width: 25%;
}
 .mw_wp_form table td input.mail,.mw_wp_form table td input.homepage{
    width: 60%;
}
 .mw_wp_form table td input.qrcode,.mw_wp_form table td input.portrait{
        background: #fff;
}
 .mw_wp_form table td input.history{
    width: 25%;
     margin-top: 15px;
}

.mw_wp_form table th.history_th{
    vertical-align: top;
    padding-top: 40px;
}
 .mw_wp_form table td.kiln input,.mw_wp_form table td.workname input{
    width: 21%;
}

.mw_wp_form .submit-btn,.mw_wp_form .submit-btn-back {
  text-align: center;
}

.mw_wp_form .submit-btn input,.mw_wp_form .submit-btn-back input {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #754C24;
  background: #111;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
/*  border-radius: 5px;*/
  font-size: 90%;
    cursor: pointer;
    transition: all 0.7s;
    width: 160px;
    transition: all 0.5s;
}
.mw_wp_form .submit-btn input:hover,.mw_wp_form .submit-btn-back input:hover {
  background: #fff;
  color: #111;
}
.mw_wp_form .submit-btn-back input{
    background: #7F7F7F;
    transition: all 0.5s;
}
.mw_wp_form .submit-btn-back input:hover{
    background: #fff;
    color: #111;
}
.mw_wp_form input::placeholder {
  color: #7F7F7F;
}
.mw_wp_form input::-ms-input-placeholder {
  color: #7F7F7F;
}
.mw_wp_form input:-ms-input-placeholder {
  color: #7F7F7F;
}


/*確認画面*/
.mw_wp_form_confirm table td.kiln{
    display: block;
    
}

/*会員名簿*/
.member_list_table span{
    display: none;
}

@media screen and (max-width: 768px) {
    
    .member_list_table{
        width: 100%;
}
    .member_list_table tr{
        margin-top: 10px;
            display: block;
}
    .member_list_table td{
    display: flex;
}
    .member_list_table span{
    display: block;
}
    
    
    
    
    }