@charset "utf-8";
/*
Theme Name: dfang
*/

body {
    color: #363636;
    font: 15px/1.8 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select, button {
    font-family: 'Poppins', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



/* レイアウト
------------------------------------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.inner{
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    position: relative;
}
.inner2{
    margin: 0 auto;
    width: 1080px;
    max-width: 100%;
    position: relative;
}
.inner3{
    margin: 0 0 0 -15px;
    width: 100%;
    max-width: 100%;
    position: relative;
}
#header{
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    z-index: 3;
}
#content_1col{
    width: 1080px;
    max-width: 100%;
    padding: 0 0 30px;
    margin: 0 auto;
}
#content_1col_sin{
    width: 850px;
    max-width: 100%;
    padding: 0 0 30px;
    margin: 0 auto;
}
#sidebar{
    float: right;
    width: 270px;
    padding: 50px 0 50px;
    position: relative;
}
.post{
    font-size: 16px;
    line-height: 2;
    padding: 60px 10px 50px;
    margin: 0;
    min-height: 350px;
}



/*--- Link&Element ----------------------------------------------------------- */
a:link {
    color: #333;
    text-decoration: underline;
    transition: all 0.3s;
}
a:visited {
    color: #333;
}
a:hover {
    color: #777;
    text-decoration: none;
}
::selection {
    background: #222222;
    color: #fff;
}
p {
    margin: 10px 0 20px;
    padding: 0;
}
p img {
    padding: 0;
    max-width: 100%;
}
blockquote {
    font-style: italic;
    margin: 1em 0 1em 20px;
    padding: 15px;
    background-color: #f7f7f7;
    color: #444;
}
pre {
    padding: 0 10px;
    border: none;
    background-color: #f7f7f7;
}
ul, ol {
    margin: 1em 20px;
    padding: 0;
    list-style-position: outside;
}
ul ul, ul ol, ul ol, ol ol {
    margin: 0.3em 0 0.3em 15px
}
ul.designlist {
    overflow: hidden;
    margin: 5px;
    padding: 0;
}
ul.designlist li {
    margin: 0px 0 0 0;
    padding: 5px 0 5px 18px;
    background: url(images/list.png) left center no-repeat;
    list-style: none;
}
.touka {
    transition: all 0.3s;
}
.touka:hover {
    opacity: 0.7;
}

/*--- Headline, Box ----------------------------------------------------------- */
h2, h3, h4, h5, h6 {
    clear: both;
    color: #222;
    font-weight: normal; 
    margin: 0 0 20px 0;
    padding: 0;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 16px;
}

.page h2 {
    display: block;
    background: url(images/line_bg.png) left bottom no-repeat;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 50px 0 30px 0;
    padding: 30px 0 30px;
    position: relative;
    font-weight: bold;
    letter-spacing: 2px;
}
.page h2 span.sp{
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.page h2:first-child {
    margin: 0 0 30px 0;
}
.page h3 {
    font-size: 20px;
    color: #222;
    background: #fceadd;
    position: relative;
    margin: 50px 0 30px;
    padding: 15px 20px;
    font-weight: bold;
    border-left: 5px solid #f78742;
}
.page h3:first-child {
    margin: 0 0 30px 0;
}
.page h4 {
    font-size: 18px;
    margin: 15px 0 20px 0;
    padding: 15px 0;
    border-bottom: 1px dotted #999;
    font-weight: bold;
}
.page h5 {
    color: #333;
    font-size: 17px;
    background: #f3f3f3;
    background: #f3f3f3 url(images/h5_bg.png) left center no-repeat;
    margin: 30px 0 25px 0;
    padding: 15px 20px 15px;
    font-weight: bold;
    border-radius: 3px;
}
.box1 {
    background: #19354f;
    color: #fff;
    font-size: 18px;
    padding: 40px 35px;
    margin: 10px 0 50px 0;
    border-radius: 5px;
    text-align: center;
    line-height: 2.5;
}
@media only screen and (max-width: 1200px){
    .page h2 {
        font-size: 20px;
        margin: 30px 0 20px 0;
        padding: 15px 0 15px;
    }
    .page h3 {
        margin: 25px 0 15px;
        font-size: 17px;
    }
    .page h4, .page h5{
        font-size: 16px;
    }
    .box1 {
        font-size: 15px;
        padding: 25px 25px;
        margin: 10px 0 30px 0;
    }
    .box1 br {
        display: none;
    }
}



/*--- Images ----------------------------------------------------------- */
img {
    max-width: 100%;
    border: none;
    margin: 0;
    vertical-align: bottom;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    float: right;
    padding: 0;
    margin: 7px 0 20px 40px;
    display: inline;
}
img.alignleft {
    float: left;
    padding: 0;
    margin: 7px 40px 20px 0;
    display: inline;
}
img.alignleft2 {
    float: left;
    padding: 0;
    margin: 0 20px 5px 0;
    display: inline;
}
img.alignrightmp0 {
    float: right;
    padding: 0;
    margin: 0;
}
img.alignleftmp0 {
    float: left;
    padding: 0;
    margin: 0;
}
img.thumb {
    max-width: 300px !important;
    height: auto !important;
}
@media only screen and (max-width: 960px){
    img.alignright, img.alignleft {
        float: none;
        display: block;
        padding: 0px;
        margin: 20px auto;
    }
}


/*--- form ----------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
fieldset {
    padding: 3px;
    border: none;
}
legend {
    padding: 0 10px;
    background-color: #fff;
}
input, textarea, select {
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    max-width: 500px;
    font-family: inherit;
    font-size: 16px;
    box-sizing: border-box;
}
input:hover, textarea:hover {
    border-color: #999
}
a:focus, textarea:focus, input:focus {
    outline: none
}
textarea {
    padding: 3px 10px
}
input.submit {
    padding: 3px 5px;
    font-size: 100%;
    border: none;

}
input.submit:hover {
    border: none
}
input[type=radio] {
    display: inline-block;
    border: none;
    background-color: transparent;
    background-image: none;
}
input[type=file] {
    margin-bottom: 5px;
}
@media only screen and (max-width: 979px){
    input, textarea {
        width: 99%;
        padding: 5px 3px;
    }
    input[type=checkbox] {
        width: 20px;
        padding: 3px 3px;
    }
    input[type=radio] {
        display: inline-block;
        width: 20px;
    }
    .mwform-tel-field input {
        width: 50px;
    }
    .mwform-checkbox-field input {
        display: inline-block;
        width: 18px;
    }
}


/*--- Table ----------------------------------------------------------- */
table {
    font-size: 15px;
    width: 99.9%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    color: #000;
    font-size: 13px;
    margin: 8px auto;
}
th {
    color: #2b3d49;
    background-color: #eee;
    padding: 10px 5px 10px 5px;
    text-align: left;
    font-weight: bold;
    background: #f1f4f5;
}
td {
    padding: 10px 5px;
    text-align: left;
}

/*--- Design Table ----------------------------------------------------------- */
table.design_tbl {
    border-top: 1px solid #dbd8d1;
    border-bottom: 1px solid #dbd8d1;
    font-size: 16px;
    margin: 20px auto 5px;
}
.design_tbl th {
    border-right: 1px dotted #dbd8d1;
    border-bottom: 1px solid #dbd8d1;
    color: #4f4430;
    background: #f4f2e5;
    padding: 8px 12px 8px 12px;
    vertical-align: top;
    font-size: 16px;
}
.design_tbl td {
    border-bottom: 1px solid #dbd8d1;
    padding: 8px 15px 8px 15px;
    background: #fff;
    color: #352800;
    font-size: 16px;
}

/*--- button ----------------------------------------------------------- */
.btn_container {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 40px auto 0;
  width: 100%;
  max-width: 500px;
}
a.btn {
  position: relative;
  max-width: 100%;
  font-size: 15px;
  font-weight: bold;
  margin: 10px;
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  background-size: 200% auto;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
  flex: 1 1 auto;
 }
a.btn span{
  position: absolute;
  display: inline-block;
  top: 30%;
  right: 15px;
  transition: all 0.3s;
}
a.btn:hover {
  color: #fff;
  background-position: right center;
}
a.btn:hover span{
  margin-right: -7px;
}
a.btn-black {
  background-image: linear-gradient(to right, #222 0%, #222 50%, #4cc1c6 50%, #4cc1c6 100%);
}


/* Open & Loading
------------------------------------------------------------*/
#full-cover {
    z-index: 6;
    width: 100vw;
    height: 100vh;
}
#loader_in {
    z-index: 7;
    width: 100vw;
    height: 100vh;
    background: #f5f5f5;
    animation: open-out .5s 3.1s forwards alternate;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
}
@keyframes open-out {
    0% {
        transform-origin: right top;
        transform: scale(1, 1);
    }
    100% {
        transform-origin: right top;
        transform: scale(1, 0);
    }
}
.fadein{
    opacity: 0;
    animation-name:fade-in;
    animation-duration:2.5s;
    animation-timing-function: ease-out;
    animation-delay:0.5s;
    animation-iteration-count:1;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
    0% {opacity: 0}
    60% {opacity: 1}
    90% {opacity: 1}
    100% {opacity: 0}
}
@media only screen and (max-width: 960px){
.fadein img {
    width: 200px;
}
}


/* ヘッダー、グローバルメニュー
------------------------------------------------------------*/
.uk-navbar-container {
    height: 100px;
}
.uk-sticky-below .uk-navbar-container {
    height: 80px;
}
.uk-logo {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    font-size: 1px;
}
.uk-navbar-nav > li > a {
    min-height: 40px;
}
.uk-sticky-below .uk-navbar-nav > li > a {
    min-height: 40px;
}
.uk-navbar-nav > li > a {
    color: #444;
    background: url(images/m_bg.png) left top no-repeat;
    padding: 0 0 0 13px;
    font-size: 14px;
    font-weight: bold;
    transition:.1s ease-in-out;
    text-transform: none;
    transition-property:color,background-color,border-color,box-shadow;
    position:relative;
    z-index: 1;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a.uk-open, .uk-navbar-nav > li > a:focus {
    color: #888;
    outline: 0;
}
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    font-family: inherit;
}
/*--- mobile menu --- */
.uk-offcanvas-bar {
    background: #222;
}
.uk-nav > li > a {
    color: #ccc;
    padding: 7px 10px 7px 10px;
}
@media only screen and (max-width: 1200px){
    .uk-navbar-container {
        height: 60px;
    }
    .uk-sticky-below .uk-navbar-container {
        height: 60px;
    }
    .uk-navbar-nav > li > a {
        padding: 0 10px;
        font-size: 14px;
    }
    .uk-logo {
        width: 100px;
        padding: 0 0 0 10px;
    }
}



/* メインイメージ
------------------------------------------------------------*/
.mainimg_wrapper {
    width: 100%;
    background: url(images/main_img.jpg) no-repeat center center;
    background-size: cover;
    margin: 0;
    position: relative;
    height: 700px;
    overflow: hidden;
}
.mainimg_wrapper_inner {
    width: 100%;
    max-width: 100%;
    background: rgba(10,10,10,0.2);
    margin: 0 auto;
    position: relative;
    height: 700px;
    overflow: hidden;
    text-align: center;
}
.mainimg01 {
    margin-top: 250px;
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
}
.mainimg02 {
    color: #fff;
    font-size: 20px;
    padding: 25px 0 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media only screen and (max-width: 980px){
.mainimg_wrapper {
    width: 100%;
    height: auto;
    background-size: cover;
}
.mainimg_wrapper_inner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 20px 70px;
}
.mainimg01 {
    margin-top: 70px;
    font-size: 24px;
    letter-spacing: 0;
}
.mainimg02 {
    color: #fff;
    font-size: 16px;
    padding: 25px 0 20px;
    letter-spacing: 0;
}
.mainimg02 br{
    display: none;
}
}



/* パンくずリスト
----------------------------------*/
#pankuzu {
    max-width: 100%;
    padding: 10px 0 10px;
    color: #666;
}
#pankuzu a{
    color: #666;
    text-decoration: none;
}
.pankuzu_inner {
    margin: 0 auto;
}
#pankuzu ul {
    list-style: none;
    padding: 3px 0;
    margin: 0 10px 0 10px;
    font-size: 11px;
}
#pankuzu ul li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    font-size: 11px;
}
#pankuzu ul li:first-child {
    background:none;
}


/* ページヘッダー
------------------------------------------------------------*/
.page-header {
    background: url(images/h1_bg.jpg) center center;
    background-size: cover;
    padding: 0;
    margin: 0 auto;
    border: none;
    position: relative;
}
.page-header2 {
    background: url(images/p_bg2.jpg) center center;
}
.page-service {
    background: url(images/p_bg3.jpg) center center;
}
.page-contact {
    background: url(images/p_bg4.jpg) center center;
}
.h1_inner {
    background: rgba(0,0,0,0.3);
    position: relative;
    width: 100%;
    padding: 120px 0;
    margin: 0 auto;
    text-align: center;
}
.h1title {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 2px;
}
.h1title span{
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 4px;
}
@media only screen and (max-width: 1200px){
.h1_inner,.h1_inner_studio {
    padding: 50px 0;
}
.h1title {
    font-size: 22px;
    letter-spacing: 0;
}
.h1title span{
    font-size: 12px;
    letter-spacing: 2px;
}
}



/* TOP
------------------------------------------------------------*/
h2.h2top {
    color: #333;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 10px 0 20px 0;
    text-align: center;
    letter-spacing: 5px;
}
h2.h2top span{
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 2px 0 0 0;
    letter-spacing: 2px;
}
h2.h2top2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 50px 0;
    padding: 10px 0 20px 0;
    text-align: center;
    letter-spacing: 5px;
}
h2.h2top2 span{
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0 0;
    letter-spacing: 2px;
}

a.more {
  display: inline-block;
  text-decoration: none;
  border: 1px solid;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #555;
  border: 2px solid #555;
  padding: 10px 80px 10px 50px;
  transition: all 0.3s;
}
a.more:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  width: 7px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  border-top: solid 2px #555;
  border-right: solid 2px #555;
  transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
a.more:hover:after {
  right: 5px;
  height: 40px;
}
a.more2 {
  display: inline-block;
  text-decoration: none;
  border: 1px solid;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #e2a866;
  border: 2px solid #e2a866;
  padding: 10px 80px 10px 50px;
  transition: all 0.3s;
}
a.more2:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  width: 7px;
  height: 18px;
  top: 50%;
  right: 2.5rem;
  border-top: solid 2px #e2a866;
  border-right: solid 2px #e2a866;
  transform: translateY(-50%) rotate(45deg) skewX(-45deg);
}
a.more2:hover:after {
  right: 5px;
  height: 40px;
}

@media only screen and (max-width: 1200px){
    h2.h2top {
        font-size: 28px;
        margin: 0 0 15px 0;
        padding: 10px 0 10px 0;
        letter-spacing: 2px;
    }
    h2.h2top span {
        font-size: 13px;
        margin: 2px 0 0 0;
        letter-spacing: 0;
        font-weight: 400;
    }
    h2.h2top2 {
        font-size: 28px;
        margin: 0 0 20px 0;
        padding: 10px 0 10px 0;
        letter-spacing: 3px;
    }
    h2.h2top2 span {
        font-size: 13px;
        margin: 2px 0 35px 0;
        letter-spacing: 0;
        font-weight: 400;
    }
    .page h2.h2st,.page h2.h2st2,.page h2.h2st3 {
        font-size: 30px;
        margin: 30px 0 20px 0;
        padding: 20px 0 20px;
        letter-spacing: 1px;
    }
}


/* works */
.top_work {
    position: relative;
    padding: 60px 0 60px;
}
.mediaposi_mem {
    width: 100%;
    padding-top: 60%;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.mediaposi_mem:hover {
    opacity: 0.85;
}
a.uk-card {
    text-decoration: none;
}
a.uk-card .w_title {
    padding: 15px 0 5px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
}
a.uk-card .w_title2 {
    padding: 13px 0 0;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
}
a.uk-card .w_date2 {
    padding: 5px 0 10px;
    color: #888;
    text-decoration: none;
    font-size: 12px;
}
@media only screen and (max-width: 1200px){
.top_work {
    padding: 30px 0;
}
a.uk-card .w_title, a.uk-card .w_title2 {
    font-size: 15px;
}

}



/* top news */
.top_news {
    position: relative;
    padding: 70px 0 120px;
}
.top_news ul, .news ul{
    margin: 20px 10px 10px 10px;
}
ul.newsul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsul li a {
    display: block;
    padding: 18px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
    text-decoration: none;
}
ul.newsul li span.info_date {
    display: inline-block;
    width: 130px;
    text-align: left;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
}
ul.newsul li span.info_cat {
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #ec6817;
    margin-right: 40px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}
ul.newsul li span.yaji {
    width: 20px;
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 22px;
    transition: 0.2s;
}
ul.newsul li a:hover span.yaji {
    right: 5px;
}
ul.newsul li a:hover {
    color: #999;
}
@media only screen and (max-width: 1200px){
.top_news {
    padding: 30px 0;
}
.top_news ul, .news ul{
    margin: 0;
}
ul.newsul li {
    padding: 3px 0;
}
ul.newsul li a {
    padding: 12px 0;
    font-size: 14px;
    color: #333;
}
ul.newsul li span.info_date {
    width: 100px;
    font-size: 12px;
    letter-spacing: 2px;
}
ul.newsul li span.info_cat {
    width: 100px;
    margin-right: 0px;
    font-size: 12px;
    letter-spacing: 2px;
}
ul.newsul li span.yaji {
    display: none;;
}
ul.newsul li span.info_title {
	display: block;
        padding-top: 5px;
}
}



/* event news */
.top_news_event {
    position: relative;
    padding: 70px 0 100px;
}
.top_news_event ul, .news ul{
    margin: 20px 10px 10px 10px;
}
ul.newsul_event li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsul_event li a {
    display: block;
    padding: 18px 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
    text-decoration: none;
}
ul.newsul_event li span.info_date {
    display: inline-block;
    width: 130px;
    text-align: left;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
}
ul.newsul_event li span.info_cat {
    display: inline-block;
    width: 120px;
    text-align: center;
    background: #333;
    margin-right: 40px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}
ul.newsul_event li span.yaji {
    width: 20px;
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 22px;
    transition: 0.2s;
}
ul.newsul_event li a:hover span.yaji {
    right: 5px;
}
ul.newsul_event li a:hover {
    color: #999;
}
@media only screen and (max-width: 1200px){
.top_news_event {
    padding: 30px 0;
}
.top_news_event ul, .news ul{
    margin: 0;
}
ul.newsul_event li {
    padding: 3px 0;
}
ul.newsul_event li a {
    padding: 12px 0;
    font-size: 14px;
    color: #333;
}
ul.newsul_event li span.info_date {
    width: 100px;
    font-size: 12px;
    letter-spacing: 2px;
}
ul.newsul_event li span.info_cat {
    width: 100px;
    margin-right: 0px;
    font-size: 12px;
    letter-spacing: 2px;
}
ul.newsul_event li span.yaji {
    display: none;;
}
ul.newsul_event li span.info_title {
	display: block;
        padding-top: 5px;
}
}




/* service */
.top_service {
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
}
.se_bg1 {
    background: url(images/tb01.jpg) center center no-repeat;
    background-size: cover;
}
.se_bg2 {
    background: #eabc87;
    padding: 90px 50px 120px;
    text-align: center;
    color: #fff;
}
.se_bg3 {
    background: #63bc77;
    padding: 90px 50px 120px;
    text-align: center;
    color: #fff;
}
.se_bg4 {
    background: url(images/tb04.jpg) center center no-repeat;
    background-size: cover;
}

h2.h2b1 {
    color: #fff;
    background: url(images/h2b1.png) center top no-repeat;
    background-size: 70px auto;
    padding: 85px 0 5px;
    margin: 0;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: bold;
}
h2.h2b2 {
    color: #fff;
    background: url(images/h2b2.png) center top no-repeat;
    background-size: 70px auto;
    padding: 85px 0 5px;
    margin: 0;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: bold;
}
h2.h2b3 {
    color: #fff;
    background: url(images/h2b3.png) center top no-repeat;
    background-size: 70px auto;
    padding: 85px 0 5px;
    margin: 0;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: bold;
}
.se_desc {
    font-weight: bold;
    margin: 0 0 50px;
    letter-spacing: 1px;
}
@media only screen and (max-width: 960px){
    .top_service {
        position: relative;
        width: 100%;
        margin: 20px 0 0 0;
        padding: 20px 0 0;
    }
    .se_bg1 {
        height: 150px;
    }
    .se_bg2 {
        padding: 30px 30px 60px;
    }
    .se_bg3 {
        padding: 30px 30px 60px;
    }
    .se_bg4 {
        height: 150px;
    }
    h2.h2b1 {
        background: url(images/h2b1.png) center top no-repeat;
        background-size: 40px auto;
        padding: 55px 0 25px;
        margin: 0;
        font-size: 24px;
        letter-spacing: 3px;
    }
    h2.h2b2 {
        background: url(images/h2b2.png) center top no-repeat;
        background-size: 40px auto;
        padding: 55px 0 25px;
        margin: 0;
        font-size: 24px;
        letter-spacing: 3px;
    }
    h2.h2b3 {
        background: url(images/h2b3.png) center top no-repeat;
        background-size: 40px auto;
        padding: 55px 0 25px;
        margin: 0;
        font-size: 24px;
        letter-spacing: 3px;
    }
    .se_desc {
        margin: 0 0 30px;
        letter-spacing: 1px;
    }
}


/* philosophy */
.top_philo {
    background: url(images/tb4_bg.jpg) center center no-repeat;
    background-size: cover;
}
.top_philo_inner {
    background: rgba(10,10,10,0.35);
    padding: 150px 0 200px;
    color: #fff;
    text-align: center;
}
.top_philo p {
    font-size: 17px;
}
@media only screen and (max-width: 1200px){
.top_philo {
    margin: 0;
}
.top_philo_inner {
    padding: 50px 0 70px;
}
.top_philo p {
    font-size: 15px;
}
.top_philo br {
    display: none;
}
}




/* 販売店・展示店 / メンバーズ
--------------------------------------------------------------------*/
.sh_box {
    border-top: 4px solid #fca872;
    background: #f6f6f6;
    border-radius: 5px;
    color: #555;
    margin-bottom: 20px;
}
.sh_box_inner {
    padding: 20px 20px;
    line-height: 1.6;
}
.sh_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    color: #333;
}
.sh04 a{
    display: inline-block;
    float: right;
    background: #fca872;
    color: #fff;
    text-decoration: none;
    padding: 7px 13px;
    margin-top: 5px;
    line-height: 1;
    font-size: 15px;
    border-radius: 20px;
}
.sh05 {
    border-left: 2px solid #ddd;
    margin-top: 10px;
    padding: 0 0 0 8px;
    font-size: 14px;
}
.me_box {
    border-top: 4px solid #63bc77;
    background: #f6f6f6;
    border-radius: 5px;
    color: #555;
    margin-bottom: 20px;
}
.e_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.e_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px){
.sh_title {
    font-size: 16px;
}
.sh04 a{
    padding: 8px 13px;
    margin-top: 3px;
    font-size: 13px;
}
}


/* page
--------------------------------------------------------------------*/
.p01 {
    font-size: 24px;
}
.uk-thumbnav > * {
    padding-left: 15px;
    padding-bottom: 5px;
}
.subnavbox {
    background: #f6f6f6;
    padding: 5px 20px;
    border-radius: 5px;
}
.uk-subnav > * > :first-child {
    color: #444;
    font-size: 16px;
    font-weight: bold;
}
@media only screen and (max-width: 1200px){
.p01 {
    font-size: 19px;
}
.uk-subnav > * > :first-child {
    font-size: 15px;
}
}



/* contact
--------------------------------------------------------------------*/
table.con_tbl {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin: 30px auto 10px;
}
.con_tbl th {
    border-bottom: 1px solid #ddd;
    color: #333;
    background: #f5f5f5;
    padding: 30px 30px;
    vertical-align: middle;
    font-size: 16px;
    width: 28%;
}
.con_tbl td {
    border-bottom: 1px solid #ddd;
    padding: 30px 30px;
    background: #fff;
    color: #555;
    font-size: 16px;
}

table.con_tbl2 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    margin: 0 auto 10px;
}
.con_tbl2 th {
    border-bottom: 1px solid #ddd;
    color: #555;
    background: #fff;
    padding: 15px 15px;
    vertical-align: middle;
    font-size: 16px;
    width: 33%;
}
.con_tbl2 td {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
    background: #fff;
    color: #666;
    font-size: 16px;
}

.hissu {
    display: inline-block;
    font-size: 14px;
    background: #fff;
    color: #ff3d0c;
    padding: 0 5px;;
    margin: 0 5px;
}
.horizontal-item {
    margin-right: 10px;
}
.mwform-file-delete {
    display: inline-block;
    background: #aaa;
    color: #fff;
    font-weight: bold;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-left: 7px;
}
.soushinbtn {
    text-align: center;
    margin: 25px 0 10px;
}
.soushinbtn input{
    display: inline-block;
    margin: 15px 10px 5px;
    padding: 18px 50px;
    background: #222222;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
}
.soushinbtn input:hover{
    opacity: 0.8;
    border: none;
}
.descr{
    display: block;
    margin-top: 5px;
    color: #666;
}
span.error {
    display: block;
    color: #ea3323;
    padding: 2px 0;
    margin-top: 7px;
    font-size: 14px;
    font-weight: bold;
}
@media only screen and (max-width: 1200px){
    table.con_tbl {
        width: 100%;
        border-bottom: none;
    } 
    .con_tbl th {
        display: block;
        width: 95%;
        border-right: none;
        padding: 10px 7px;
    }
    .con_tbl th.actth {
        display: block;
        width: 90%;
    }
    .con_tbl td {
        display: block;
        width: 95%;
        padding: 10px 7px;
        font-size: 14px;
    }
    
    table.con_tbl2 {
        font-size: 14px;
    }
    .con_tbl2 th {
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.4;
        width: 30%;
    }
    .con_tbl2 td {
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.4;
    }

    table.con_tbl3 {
        font-size: 14px;
    }
    .con_tbl3 th {
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.4;
    }
    .con_tbl3 td {
        font-size: 14px;
        padding: 10px 5px;
        line-height: 1.4;
    }
}


/* コンタクトフォーム
--------------------------------------------------------------------*/
.con_tbl th p, .con_tbl td p {
    margin: 0;
    padding: 0;
}
.con_tbl input, .con_tbl textarea {
    border: 1px solid #d8d8d8;
}
.con_tbl ::placeholder {
    color:#797979;
}
.CF7_req{
    font-size: 14px;
    padding: 0;
    color: #f79034;
    margin-left: 5px;
}
.CF7_btn{
    text-align:center;
    margin-top:20px;
}
.wpcf7 input.wpcf7-submit{
    display: inline-block;
    margin: 25px 0 5px 50px;
    padding: 17px 0;
    width: 270px;
    max-width: 90%;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.wpcf7 input.wpcf7-submit:hover{
    opacity: 0.7;
    border: none;
}
.wpcf7-spinner{
    width:0;
    margin:0;
}
@media screen and (max-width: 1200px){
    .wpcf7 input.wpcf7-submit{
        margin: 15px 0 5px 40px;
        padding: 12px 0;
        width: 200px;
    }
}



/* Single
------------------------------------------------------------*/
h1.h1single {
    background: none;
    border: none;
    padding: 20px 0 20px 0;
    font-size: 24px;
    margin: 0 0 40px 0;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
}
h1.h1single_news {
    background: none;
    border: 3px solid #333;
    padding: 20px 30px;
    font-size: 24px;
    margin: 0 0 40px 0;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
}
.post_thumb {
    padding: 0 0 40px;
}
.s_date {
    display: block;
    color: #333;
    font-size: 13px;
    letter-spacing: 2px;
}
.post-thumbnail{
    width: 100%;
    height: 400px;
    background-size: cover !important;
    background-position: center center;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}
.cat_bottom {
    text-align: right;
    font-size: 14px;
    padding: 25px 0;
    line-height: 1;
}
.cat_bottom a{
    text-decoration: none;
}
.cat_bottom span{
    margin-right: 10px;
    color: #999;
    line-height: 1;
}
.cat_bottom_sp {
    display: none;
}
h6.h6single {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin: 30px 0 20px;
    padding: 10px 0 15px;
    border-bottom: 2px solid #eee;
    display: flex;
    align-items: center;
}
.sin_cat a{
    display: inline-block;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 13px;
    padding: 1px 20px;
    border-radius: 30px;
    text-decoration: none;
}
@media only screen and (max-width: 1200px){
    h1.h1single, h1.h1single_news {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    h1.h1single_news {
        padding: 15px 15px;
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .s_date {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .post-thumbnail{
        height: 200px;
        margin-bottom: 25px;
    }
    .cat_bottom_sp {
        display: block;
    }
}

/* ソーシャルボタン
----------------------------------*/
ul.social {
    text-align: left;
    display: table;
    width: 100%;
    height: 50px;
    margin: 15px 0 0;
    padding: 0;
}
ul.social li{
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    margin: 0;
}
ul.social-left li{
    list-style: none;
    display: block;
    vertical-align: middle;
    padding: 0 5px;
}
ul.social li a{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    width: 160px;
    max-width: 95%;
    height: 50px;
    padding: 5px 0px;
    margin: 0 3px;
    line-height: 1.3;
    box-sizing: border-box;
    text-decoration: none;
}
ul.social li a span{
    display: block;
    text-align: center;
    margin: 0 auto;
}
ul.social li a img{
    display: block;
    text-align: center;
    margin: 0 auto 2px;
}
ul.social li.social-fb a{
    background: #3b5998;
}
ul.social li.social-fb a:hover{
    background: #5172b2;
}
ul.social li.social-tw a{
    background: #00aced;
}
ul.social li.social-tw a:hover{
    background: #26bcf2;
}
ul.social li.social-gp a{
    background: #d1402e;
}
ul.social li.social-gp a:hover{
    background: #e55944;
}
ul.social li.social-li a{
    background: #70c635;
}
ul.social li.social-li a:hover{
    background: #89d15b;
}
ul.social li.social-ha a{
    background: #007fde;
}
ul.social li.social-ha a:hover{
    background: #2d96dd;
}
@media only screen and (max-width: 1200px){
    ul.social li a{
        border-radius: 0;
    }
}
@media only screen and (max-width: 480px){
    ul.social li a span.snsname{
        display: none;
    }
}



/* WP-pagenavi カスタム
------------------------------------------------------------*/
.wp-pagenavi {
    display: inline-block;
    margin: 0 auto;
    padding: 25px 0;
    clear: both;
    color: #222;
    font-size: 16px;
}
.wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    float: left;
    text-align: center;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid #ddd !important;
    padding: 5px 5px !important;
    margin: 3px !important;
    color: #999;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #222 !important;
    background: #222 !important;
    color: #fff !important;
}



/* フッター
------------------------------------------------------------*/
#footer{
    clear:both;
    width: 100%;
    background: #f3f3f3;
    padding: 70px 0 30px;
    margin: 50px 0 0;
    color:#fff;
    font-size: 12px;
}
#footer a{
    color:#fff;
}
#footer h6 {
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    margin: 35px 0 15px;
}
.ft_title {
    font-weight: bold;
}
.f_area {
    padding: 70px 0 20px;
}
ul.ful{
    padding:0;
    margin: 5px 5px 0;
    text-align: center;
}
ul.ful li{
    display: inline-block;
    list-style: none;
    padding: 5px 13px 5px 13px;
}
ul.ful li a{
    text-decoration: none;
    font-size: 13px;
    color:#333;
}
ul.ful li a:hover{
    color: #999;
}

.f_logo {
    text-align: center;
    padding: 0 0 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#pageTop {
    display: none;
    position: fixed;
    margin: 0;
    bottom: 0;
    right: 0;
    width:45px;
    height:45px;
    line-height: 40px;
    text-align: center;
    z-index: 3;
}
#pageTop a {
    display: block;
    background: #e2a866 url(images/page_up.png) center center no-repeat;
    width:45px;
    height:45px;
}
#pageTop a:hover{
    background: #e0bf99 url(images/page_up.png) center center no-repeat;
}

#copyright_wrapper{
    width: 100%;
    margin-top: 20px;
}
#copyright{
    display: block;
    text-decoration: none;
    color: #999;
    padding: 50px 15px 30px;
    text-align: center;
    font-size:12px;
    margin: 0;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1200px){
    .f_area {
        padding: 20px 0 20px;
    }
    ul.ful{
        padding:0;
        margin: 0 5px 0;
    }
    ul.ful li{
        display: block;
        text-align: left;
        list-style: none;
        padding: 0 10px;
        border-bottom: 1px solid #eee;
    }
    ul.ful li a{
        display: block;
        font-size: 13px;
        color:#333;
        padding: 8px 0;
    }
    .f_logo {
        text-align: center;
        padding: 0 0 20px;
        margin-bottom: 0;
    }
    .f_logo  img{
        width: 120px;
    }
}


/* 1200px以下
------------------------------------------------------------*/
@media only screen and (max-width: 1200px){
    body {
        font-size: 14px;
    }
    #wrapper, #header, #content_1col {
        width:100%;
    }
    .inner {
        width:98%; 
        margin: 0 auto; 
        padding: 0;
    }

    #header ul{
        padding:0;
    }
    #header p, #hr_space{
        display: none;
    }
    #header {
        width: 100%; height: 60px;
    }
    
    .navbox {
        display: inline-block;
        line-height: 1;
        margin-top: -5px;
        margin-right: 10px;
    }
    .navbox a{
        font-size: 50px;
        color: #222222;
    }

    #pankuzu {display: none;}

    #content, #content_1col{
        clear:both;
        width:100%;
        float:none;
        margin:0 auto;
        padding:0;
    }
    .post{
        clear:both;
        font-size: 14px;
        margin: 0 auto 0;
        padding: 40px 10px 30px;
        box-shadow: none;
    }

    #sidebar{
        float: none;
        clear:both;
        width:90%;
        margin: 30px auto;
        padding:0;
    }

    #footer {
        width:100%;
        padding: 30px 0 30px;
        margin: 20px 0 0;
    }
}




/* ユーティリティー
------------------------------------------------------------*/
/**** clearfix ****/
.clearfix:after {content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix {display: block;}

/**** font size ****/
.font10 {font-size: 10px}
.font11 {font-size: 11px}
.font12 {font-size: 12px}
.font13 {font-size: 13px}
.font14 {font-size: 14px}
.font15 {font-size: 15px}
.font16 {font-size: 16px}
.font17 {font-size: 17px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font24 {font-size: 24px}
.font28 {font-size: 28px}
.font36 {font-size: 36px}
.font40 {font-size: 40px}
.font50 {font-size: 50px}
.font60 {font-size: 60px}
.font80 {font-size: 80px}
.font100 {font-size: 100px}

/**** font weight ****/
.bold {font-weight: bold}
.normal {font-weight: normal}

/**** font color****/
.font-red {color: #e57c72}
.font-pink {color: #ce4c47}
.font-orange {color: #ffc114}
.font-purple {color: #99608c}
.font-blue {color: #3396b5}
.font-blue2 {color: #b5cedb}
.font-sky {color: #b0e0e1}
.font-tya {color: #706651}
.font-green {color: #339999}
.font-mosgreen {color: #00a84c}
.font-green2 {color: #009966}
.font-green3 {color: #b5dbc1}
.font-yellow {color: #ffcc33}
.font-gray {color: #999}
.font-gray2 {color: #bbb}
.font-gray3 {color: #ddd}
.font-gray6 {color: #666}
.font-black {color: #444}
.font-white {color: #fff}

/**** align ****/
.a_center {text-align: center; margin-left: auto; margin-right: auto;}
.a_left {text-align: left;}
.a_right {text-align: right;}

/**** valign ****/
.v_top {vertical-align: top}
.v_middle {vertical-align: middle}
.v_bottom {vertical-align: bottom}

/**** float ****/
.fl_l {float: left}
.fl_r {float: right}
.fl_clear {clear: both}

/**** border ****/
.border-top {border-top: 1px solid #eee}
.border-bottom {border-bottom: 1px solid #eee}
.border-left {border-left: 1px solid #eee}
.border-right {border-right: 1px solid #eee}

/**** width ****/
.w5 {width: 5%}
.w10 {width: 10%}
.w15 {width: 15%}
.w20 {width: 20%}
.w25 {width: 25%}
.w30 {width: 30%}
.w35 {width: 35%}
.w40 {width: 40%}
.w45 {width: 45%}
.w50 {width: 50%}
.w55 {width: 55%}
.w60 {width: 60%}
.w70 {width: 70%}
.w75 {width: 75%}
.w80 {width: 80%}
.w85 {width: 85%}
.w90 {width: 90%}
.w95 {width: 95%}
.w100 {width: 100%}

/**** margin ****/
/* 全体 */
.mg5 {margin: 5px}
.mg10 {margin: 10px}
.mg15 {margin: 15px}
.mg20 {margin: 20px}
.mg30 {margin: 30px}
/* 上下 */
.mgtb5 {margin-top: 5px; margin-bottom: 5px;}
.mgtb10 {margin-top: 10px; margin-bottom: 10px;}
.mgtb15 {margin-top: 15px; margin-bottom: 15px;}
.mgtb20 {margin-top: 20px; margin-bottom: 20px;}
.mgtb30 {margin-top: 30px; margin-bottom: 30px;}
.mgtb40 {margin-top: 40px; margin-bottom: 40px;}
.mgtb50 {margin-top: 50px; margin-bottom: 50px;}
/* 上 */
.mgt5 {margin-top: 5px}
.mgt10 {margin-top: 10px}
.mgt15 {margin-top: 15px}
.mgt20 {margin-top: 20px}
.mgt30 {margin-top: 30px}
.mgt40 {margin-top: 40px}
.mgt50 {margin-top: 50px}
/* 下 */
.mgb5 {margin-bottom: 5px}
.mgb10 {margin-bottom: 10px}
.mgb15 {margin-bottom: 15px}
.mgb20 {margin-bottom: 20px}
.mgb30 {margin-bottom: 30px}
.mgb40 {margin-bottom: 40px}
.mgb50 {margin-bottom: 50px}
.mgb60 {margin-bottom: 60px}
.mgb70 {margin-bottom: 70px}
/* 左 */
.mgl5 {margin-left: 5px}
.mgl10 {margin-left: 10px}
.mgl15 {margin-left: 15px}
.mgl20 {margin-left: 20px}
.mgl30 {margin-left: 30px}
.mgl40 {margin-left: 40px}
.mgl50 {margin-left: 50px}
.mgl70 {margin-left: 70px}
/* 右 */
.mgr5 {margin-right: 5px}
.mgr8 {margin-right: 8px}
.mgr10 {margin-right: 10px}
.mgr15 {margin-right: 15px}
.mgr20 {margin-right: 20px}
.mgr30 {margin-right: 30px}
.mgr40 {margin-right: 40px}
.mgr50 {margin-right: 50px}
.mgr70 {margin-right: 70px}
/* 左右 */
.mglr5 {margin-left: 5px; margin-right: 5px}
.mglr10 {margin-left: 10px; margin-right: 10px}
.mglr15 {margin-left: 15px; margin-right: 15px}
.mglr20 {margin-left: 20px; margin-right: 20px}
.mglr30 {margin-left: 30px; margin-right: 30px}

/**** padding ****/
/* 全体 */
.pd3 {padding: 3px;}
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.pd15 {padding: 15px;}
.pd20 {padding: 20px;}
.pd30 {padding: 30px;}
.pd40 {padding: 40px;}
/* 上下 */
.pdtb5 {padding-top: 5px; padding-bottom: 5px;}
.pdtb10 {padding-top: 10px; padding-bottom: 10px;}
.pdtb15 {padding-top: 15px; padding-bottom: 15px;}
.pdtb20 {padding-top: 20px; padding-bottom: 20px;}
.pdtb30 {padding-top: 30px; padding-bottom: 30px;}
.pdtb40 {padding-top: 40px; padding-bottom: 40px;}
.pdtb60 {padding-top: 60px; padding-bottom: 60px;}
.pdtb100 {padding-top: 100px; padding-bottom: 100px;}
/* 上 */
.pdt3 {padding-top: 3px;}
.pdt5 {padding-top: 5px;}
.pdt10 {padding-top: 10px;}
.pdt15 {padding-top: 15px;}
.pdt20 {padding-top: 20px;}
.pdt30 {padding-top: 30px;}
.pdt40 {padding-top: 40px;}
/* 下 */
.pdb5 {padding-bottom: 5px;}
.pdb10 {padding-bottom: 10px;}
.pdb15 {padding-bottom: 15px;}
.pdb20 {padding-bottom: 20px;}
.pdb30 {padding-bottom: 30px;}
.pdb40 {padding-bottom: 40px;}
.pdb50 {padding-bottom: 50px;}
.pdb60 {padding-bottom: 60px;}
.pdb70 {padding-bottom: 70px;}
/* 左右 */
.pdlr5 {padding-left: 5px; padding-right: 5px;}
.pdlr10 {padding-left: 10px; padding-right: 10px;}
.pdlr15 {padding-left: 15px; padding-right: 15px;}
.pdlr20 {padding-left: 20px; padding-right: 20px;}
.pdlr25 {padding-left: 25px; padding-right: 25px;}
.pdlr30 {padding-left: 30px; padding-right: 30px;}
.pdlr40 {padding-left: 40px; padding-right: 40px;}
/* 左 */
.pdl5 {padding-left: 5px;}
.pdl10 {padding-left: 10px;}
.pdl15 {padding-left: 15px;}
.pdl20 {padding-left: 20px;}
.pdl30 {padding-left: 30px;}
/* 右 */
.pdr5 {padding-right: 5px;}
.pdr10 {padding-right: 10px;}
.pdr15 {padding-right: 15px;}
.pdr20 {padding-right: 20px;}
.pdr30 {padding-right: 30px;}
/* 左右 */
.pdlr5 {padding-left: 5px; padding-right: 5px}
.pdlr10 {padding-left: 10px; padding-right: 10px}
.pdlr15 {padding-left: 15px; padding-right: 15px}
.pdlr20 {padding-left: 20px; padding-right: 20px}
.pdlr30 {padding-left: 30px; padding-right: 30px}