/*
Theme Name: ひので
Description: ひので Template
Author: 管理人
*/

html {
    scroll-behavior: smooth;
}

body{
	
	font-size:15px;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.12em;
    line-height: 1.5em;
}
.gom{
    font-family: gotham, sans-serif;
    font-style: normal;
}
.min{
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-style: normal;
}
.in{
    margin: auto;
    max-width: 1200px;
    width: 90%;
}
.inw{
    margin: auto;
    max-width: 1520px;
    width: 90%;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
.tate{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
:root {
    --thema-color: #fff000;
    --main-color:#efefef;
}

main{
    background-color: var(--main-color);
}
.back_y{
    background-color: var(--thema-color);
    padding: 5vw;
}
.back_y > div{
    background-color: #fff;
} 
/*-------------------*/
/*ヘッダー*/
/*-------------------*/
header .home_logo{
    position: absolute;
    background-color: var(--thema-color);
    width: 18%;
    max-width: 255px;
    padding: 4% 4% 4% 3%;
    z-index: 2;
}
.hed_box{
    background-color: var(--thema-color);
    position: relative;
    z-index: 1;
}
.home_hedimg .mvimg{
    height: calc(100vh - 14vw);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*ハンバーガー*/
header .navbotn{
    position: fixed;
    z-index: 10;
    top: 1.5vw;
    right: 20px;
    width: 60px;
    height: 25px;
    cursor: pointer;
}
header .navbotn span{
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #000;
    margin: auto;
    transition: 0.3s;
}
header .navbotn span:nth-child(1){
    top: 0;
}
header .navbotn span:nth-child(2){
    top: 0;
    bottom: 0;
}
header .navbotn span:nth-child(3){
    bottom: 0;
}
.navbotn.active span:nth-child(1){
    transform: rotate(24deg);
    top: 11px;
}
.navbotn.active span:nth-child(2){
    opacity: 0;
}
.navbotn.active span:nth-child(3){
    transform: rotate(-24deg);
    bottom: 10px;
}
/*ナビ*/
nav{
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100vh;
    background-color:  var(--thema-color);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    
}
nav.active{
    opacity: 1;
    visibility:visible;
}
#gnavi{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}
#gnavi .menu > li::before{
    bottom: 0.6em;
}
/*フッターとヘッダー共通*/
.menu-menu-1-container .menu > li{
    position: relative;
    border-bottom: 1px solid #000;
}
.menu-menu-1-container .menu > li::before{
    position: absolute;
    right: 0.7em;
    height: 0.5em;
    font-size: 1.2em;
}
.menu-menu-1-container .menu > li > a{
    font-weight: bold;
}
.menu-menu-1-container .menu a{
    display: block;
    padding: 0.3em 0;
    padding-right: 1.5em;
}
.menu-menu-1-container .menu > li:has(.sub-menu){
    display: -webkit-flex;
    display: flex;
    gap: 1.5em;
}
.menu-menu-1-container .menu .sub-menu a{
    padding-right: 3em;
}


/*-------------------
/*フッター*/
/*-------------------*/

footer{
    background-color:  var(--thema-color);
    padding: 6vw 0;
}
#footer{
    width: 90%;
    margin: auto;
}
footer .foot_h{
    font-size: 62px;
    font-size: 3vw;
    line-height: 1em;
    margin-bottom: 0.7em;
}
footer .foot_h p{
    font-size: 0.5em;
    line-height: 1.5em;
}
.foot_contact{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
}
.foot_contactm{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}
.foot_contactml{
    text-align: center;
    font-size: 3vw;
    line-height: 1;
}
.foot_contactml p{
    margin-top: 0.5em;
    font-size: 0.4em;
    line-height: 1;
}
.foot_contactmr{
    border-left: 1px solid #000;
    padding-left: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
     -webkit-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}
.foot_contactmr .gom{
    font-size: 52px;
    font-size: 3vw;
    line-height: 1;
}
.foot_contactmr p{
    font-weight: bold;
    line-height: 1.2;
}
.foot_contactmr .link_button{
    margin: 0;
}
#footer .menu{
    font-size: 1.2vw;
    line-height: 1.5em;
    column-count: 2;
    gap: 4em;
}
#footer .menu > li{
    padding: 1em 0;
}
#footer .menu > li::before{
    bottom: 1.5em;
}
#footer .menu .foot_non{
    display: none;
}
.footcl{
    font-weight: 600;
}

/*-------------------
/*リンクボタン*/
/*-------------------*/
.link_button{
    margin-top: 5em;
}
.link_text{
    font-weight: bold;
}
.link_text span{
    background-color: #000;
    color: #fff;
    line-height: 1.2;
    padding: 1em 1.5em;
    display: -webkit-flex;
    display: flex ;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 4em;
}
.link_text i{
    font-size: 1.5em;
    line-height: 0.5;
}
.link_text:hover span,
a:hover .link_text span{
    background-color: var(--thema-color);
    color: #000;
}
/*ホーム事業紹介*/
.home_03{
    padding: 5vw;
}



/*-------------------
/*ホーム*/
/*-------------------*/
.home_mvside{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0.3em;
}
.home_mvcatch{
    position: absolute;
    font-size: 8.5vh;
    color: var(--thema-color);
    top: 0;
    right: 2.3vw;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 0.5em;
    line-height: 1.8;
}
.home_mvtextbox{
    position: absolute;
    left: 5vw;
    bottom: 9vw;
    line-height: 2;
    font-size: 1.4vw;
}
.home_mvtextbox span{
    background-color: var(--thema-color);
    display: inline-block;
    margin-top: 0.5em;
}
/*ホーム見出し*/

.home_taitl{
    padding-left: 0.5vw;
    font-size: 132px;
    font-size: 7vw;
    line-height: 1;
    color: var(--thema-color);
    font-weight: 600;
}
.home_taitl span{
    font-size: 1.5vw;
    line-height: 1.5;
    color: #000;
    display: block;
}
/**/

.decorationen{
    background-color: #fff;
    line-height: 1em;
    font-size: 4vw;
    overflow: hidden;
    gap: 1em;
    white-space: nowrap;
}
.decorationen ul{
    
}

/*ホームお知らせ*/
.home_news{
    background-color: #000;
    color: #fff;
    z-index:1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.home_news a{
    display: -webkit-flex;
    display: flex;
    gap: 0.8em;
    padding: 0.5em 1em;
}
/*ホーム私たちについて*/
.home_01{
    position: relative;
    padding: 0 5vw;
}
.home01_decorationen{
    position: absolute;
    top: 0;
    width: 5vw;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}
.home01_decorationen li{
    height: auto !important
}
.home01_decorationen01{
    left: 0;
    border-right: 2px solid #000;
}
.home01_decorationen01 li{
    transform: rotate(180deg);
    
}
.home01_decorationen02{
    right: 0;
    border-left: 2px solid #000;
}
.home01_taitlen{
    color: var(--thema-color);
    font-size: 19vw;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -4vw;
    z-index: 0;
}
.home01_texts,
.home01_imgs{
    position: relative;
}
.home_01 .cross_content{
    padding: 13vw 0 0 5vw;
}

.cross_content{
    position: relative;
}
.cross_content::before,
.cross_content::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
}
.cross_content::before{
    width: 80%;
    height: 1px;
    left: 2vw;
}
.cross_content::after{
    width: 1px;
    height: 29vw;
    top: 7vw;
}
.cross_contentbox{
    padding-left: 2vw;
    padding-top: 2vw;
}
.home01_taitlja {
    margin-top: -4vw;
    margin-bottom: 4vw;
}
.home_01 h2{
    font-size: 65px;
    font-size: 3.5vw;
    line-height: 1.3;
    margin-bottom: 1em;
    font-weight: bold;
}
.home01_text{
    line-height: 2em;
}
.home01_imgs{
    overflow: hidden;
}
.home01_imgs ul{
   
}

/*ホーム事業紹介*/
.home_02{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.home02_hedbox{
    margin-bottom: 3vw;
    padding: 2vw;  
}

.home02_hedbox .min{
    font-size: 42px;
    font-size: 2.5vw;
    line-height: 1.2em;
}
.home02_contents{
    
}
.home02_text{
    font-size: 1.6vw;
    width: 25vw;
}
.home02_text span{
    background-color: var(--thema-color);
    display: inline-block;
    margin-top: 0.5em;
    font-weight: 500;
    padding: 0.3em;
}
.home02_buttons ul{
    display: -webkit-flex;
    display: flex;
    gap: 1vw;
}
.home02_buttons ul li{
    background-position: center;
    background-size: cover;
}
.home02_buttons ul a{
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 3vw 2vw;
    background-color: hsl(0deg 0% 0% / 30%);
    color: #fff;
    height: 100%;
}
.home02_buttons .link_button{
    font-size: 1vw;
}
.home02_buttontext .gom span{
    display: inline-block;
    font-size: 1.2vw;
}
.home02_buttontext .gom p{
    font-size: 3.5vw;
    line-height: 1;
}
.home02_buth{
    margin-top: 1.5em;
    font-size: 2vw;
    line-height: 1.5;
}
.home02_buth span{
    display: block;
    font-size: 0.8em;
}
@media (hover: hover) {
    /* PCのマウスカーソルがある場合にのみ適用されるスタイル */
    .home02_buttons ul a:hover{
        background-color: rgb(255 240 0 / 60%);
    }
    .home02_buttons ul a:hover{
        background-color: rgb(255 240 0 / 60%);
    }
    .home02_buttons ul a:hover .link_text span{
        background-color: #000;
        color: #fff;
    }
}

.home02_decorationen{
    border-bottom: 2px solid #000;
    width: 100%;
    height: 5vw;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
}

.home02_decorationen li{
   
    
}
/*ホーム施工実績*/

.home_works ul{
    display: grid;
    gap: 8px;
}
.home_works ul li{
    
}
.home_works ul li a{
    display: block;
    position: relative;
}
.home_worksimg{
    transition: transform 1s;
}
.home_worksimg > div{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home_works ul li .home_workstext{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 13%;
    transition: 1s;
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.worksback_b .home_workstext{
    background-color: #000;
    color: #fff;
}
.worksback_y .home_workstext{
    background-color: var(--thema-color);
}
.home_workstext h2{
    font-size: 1.4em;
}
.home_works ul li a:hover .home_worksimg{
    transform: rotateY(180deg);
}
.home_works ul li a:hover .home_workstext{
    transform: rotateY(360deg);
    opacity: 1;
}

.home_04 a{
    pointer-events: none;
}
/*-------------------
/*下層ページ*/
/*-------------------*/


/*下層ページヘッダー*/
.content_logo{
    position: absolute;
    z-index: 2;
    top: 1vw;
    left: 2vw;
    width: 9vw;
    max-width: 157px;
}
.content_hed{
    background-color: #fff;
}
.content_hedimg{
    padding-top: 39%;
    background-position: center;
    background-size: cover;
}
.content_hed:has(.content_hedimg) :is(.hed_titleen,.hed_titleja){
    position: absolute;
}
.content_hed:has(.content_hedimg) :is(.hed_titleen){
    left: 4.4vw;
    bottom: 4vw;
}
.content_hed:has(.content_hedimg) :is(.hed_titleja){
    bottom: 1.2vw;
    font-weight: bold;
}
.content_hed:not(:has(.content_hedimg)){
    padding: 2vw;
}
.hed_titleen{
    font-size: 7vw;
    line-height: 1;
    font-weight: bold;
    color: var(--thema-color);
}
.hed_titleja{
    font-size: 1.6vw;
}

/*ページナビ*/
.pagination{
    margin-top: 6em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.3em;
    line-height: 1em;
}
.pagination :is(a, span, li){
    min-width: 2em;
    height: 2em;
    text-align: center;
    padding: 0.5em 0.2em;
}
.pagination :is(a, span){
    border: 1px solid #000;
}
.pagination :is(span){
    background-color: var(--thema-color);
}


/*--------------
 * 施工実績
 * -------------*/
/*施工実績一覧*/
.worklistbox{
    font-size: min(max(15px, calc(0.9375rem + ((1vw - 7.69px) * 0.3475))), 19px);
    padding: min(max(80px, calc(5rem + ((1vw - 7.69px) * 4.1703))), 128px) 0;
}
.worklist_hed {
    margin-bottom: min(max(55px, calc(3.4375rem + ((1vw - 7.69px) * 3.0408))), 90px);
}
.worklist_hed ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    gap:2em;
}
.worklist_hed ul a{
    border-bottom: 1px solid #000;
}
.worklist ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 369px), 1fr));
    grid-gap: 70px 20px;
}
.worklist ul li,
.worklist ul a{
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0em;
}
.worklist ul a{
    background-color: #dcdddd;
}
.worklist_img > div{
    padding-top: 45%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:var(--thema-color);
}
.worklist_textbox{
    padding: 1.3em 2em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    min-height: 7em;
}
.worklist_text{
    width: calc(100% - 2.5em);
}
.worklist_cat{
    font-size: 0.7em;
}
.worklist_title {
    font-size: 1.2em;
    line-height: 1.5em;
}
.worklist_arrow{
    margin-top: 1em;
}
.worklist ul a:hover{
    background-color: var(--thema-color);
}

.worklist ul li{
    container-type: inline-size;
}
/*矢印*/
.box_arrow{
    padding: 0.4em 0;
    border: 1px solid;
    line-height: 1;
    width: 2em;
    height: 2em;
    text-align: center;
    
}
/*詳細ページ*/
.singl_content{
    font-size: min(max(17px, calc(1.0625rem + ((1vw - 7.69px) * 0.4344))), 22px);
    padding: 120px 0 170px;
    padding: 8% 0 170px;
    line-height: 1.8;
}
.singl_cat{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
}
.singl_cat span{
    display: block;
    padding: 0.2em 0.5em;
    line-height: 1;
    font-size: 0.8em;
    border: 1px solid #000;
}
.singl_content h2{
    font-size: 40px;
    font-size: min(max(35px, calc(2.1875rem + ((1vw - 7.69px) * 0.4344))), 40px);
    line-height: 1.5em;
    margin: 0.5em 0 1.2em;
}

.content_nav {
    margin-top: 200px;
}
.content_nav ul,
.content_nav ul a{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.content_nav ul{
    flex-wrap: wrap;
    gap: 2em;
    -webkit-justify-content: center;
    justify-content: center;
}
.content_nav ul a{
    gap: 1em;
}
.content_nav ul li{
    width: calc(50% - 1em);
}
.content_nav ul li:has(.next ) a{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.content_nav ul li:has(.prev) a{
    -webkit-justify-content: flex-start;
    justify-content:flex-start;
}
.singl_content .link_button{
    text-align: center;
}
.singl_time{
    font-size: 0.8em;
}


.basebox img{
    display: block;
}
.basebox img.alignleft{
    float: left;
}
.basebox img.aligncenter{
    margin: auto;
}
.basebox img.alignright{
    float: right;
}
.basebox :is(td, th){
    padding: revert-layer;
}
.basebox :is(ul,ol){
    list-style: auto;
}
.basebox :is(li){
    list-style: inherit;
}
/*お知らせ----------*/
/*お知らせ一覧*/
.news_listwarp{
    padding: 90px 0;
}
.news_list{
    font-size: 1.15em;
}
.news_list dl{
    padding: 20px 0;
    border-bottom: 1px solid #000;
}
.news_list a{
    display: block;
}
.news_list dt{
    margin-top: 0.5em
}
.news_list dd{
    font-size: 0.8em;
    letter-spacing:0;
}
.news_list dd span{
    display: inline-block;
    display: inline-block;
    margin-left: 0.5em;
    border: 1px solid #000;
    line-height: 1;
    padding: 0.2em;
    font-size: 0.9em;
}



/*--------------------
 * 固定ページ
* --------------------*/
/*私たちについて*/

.about_01{
    position: relative;
    padding: 11vw 6vw 6vw;
}
.about_01 .cross_content::after{
    top: -11vw;
}
.about_01 .cross_content::before{
    left: -3vw;
}
.about_01 .cross_content p{
    line-height: 2em;
    margin: 2em 0;
    letter-spacing: 0.1em;
}
.bout01_hen span{
    display: block;
}
.bout01_hen span:nth-child(2){
    padding-left: 2em
}
.about02_content{
    padding: 5vw 0vw 5vw 4vw;
}
.about_h{
    font-size: 4vw;
    line-height: 1;
}
.about_h p{
    color: var(--thema-color);
}
.about_h span{
    font-size: 1.4vw;
    line-height: 1.5;
    display: block;
    font-weight: 600;
}
.about02_content .cross_content{
    margin-top: 4vw;
}
.about02_content .cross_content::before{
    left: -2.5vw;
}
.about02_content .cross_content::after{
    top: -3vw;
}
.about02_img > div{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_03 .map iframe{
    width: 100%;
}
.about03_text{
    margin-top: 1em;
    font-size: 1.2em;
    text-align: center;
}
/*事業紹介*/
.service_contentbox{
    position: relative;
    scroll-margin-top: 80px;
}
.service_contentbox:nth-child(2n+2){
    background-color: #fff;
}
.service_contentbox:not(:nth-last-child(1)){
    border-bottom: 2px solid #000;
}
.service_contentbox .inw{
    padding: 6vw 0;
}
.service_contentimg {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}
.service_contentimg > div,
.service_contentbox_img > div,
.service_listimg > div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service_contentimg > div{
    padding-top: 94%;
}
.service00 .cross_content{
    margin-left: -2vw;
    width: 67%;
    line-height: 2;
    font-size: 1.5vw;
}
.service00 .cross_content::before{
    left: -2vw;
}
.service00 .cross_content::after{
    top: -6vw;
}
.service_scroll{
    position: relative;
    margin-top: 13vw;
}
.service_scroll h3{
    font-size: 1.6em;
    margin-bottom: 0.2em;
    line-height: 1.5;
}
.service_scroll .worklist_cat{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.5em;
}
.service_scroll .worklist_cat p{
    font-size: 2em;
}
.service_scroll .worklist_title p{
    font-size: 0.8em;
}
.service_contentbox_img{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
}
.service_contentbox_img > div{
    padding-top: 67%;
}
.service_content_hed{
    background-color: var(--thema-color);
    padding: 0 35% 3% 0;
}
.service_content_hedtext{
    padding-left: 6%;
    font-size: 1.5vw;
    line-height: 1.8;
}
.service_content_hedtext h3{
    margin-bottom: 2em;
}
.service_content_hedtext h3 span{
    font-size: 0.82em;
}
.servicecontent_hedh{
    font-size: min(max(66px, calc(4.125rem + ((1vw - 7.69px) * 5.3866))), 128px);
    line-height: 1;
}
.servicecontent_hedh h2{
    display: -webkit-flex;
    display: flex;
    gap: 0.2em;
    font-weight: 400;
}
.servicecontent_hedh .hedhtext{
    line-height: 0.58em;
    overflow: hidden;
    display: block;
}
.servicecontent_hedh .hedhtext span{
    margin-left: -0.15em;
}
.servicecontent_hedh .hedhno{
    font-size: 1.4em;
    margin-top: -0.4em;
}
.service_list{
    margin-top: 3%;
    font-size: 1.5vw;
}
.service_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 366px), 1fr));
    grid-gap: 20px;
}
.service_list ul a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5em;
}
.service_list ul a .service_listimg > div{
    padding-top: 60%;
}
.service02_foot {
    margin-top: 8vw;
    text-align: center;
}
.service02_foot a{
    width: 50%;
    max-width: 768px;
    pointer-events: none;
}
/*お問い合わせ---------------------*/
.contactw{
    padding: 50px 0;
}
.contact_hed{
    text-align: center;
}
.ca7{
    margin-top: 2em;
    font-weight: bold;
}

.contact_table{
    width: 100%;
    max-width: 900px;
    margin: 60px auto 40px;
}
.contact_table table{
    width: 100%;
}
.contact_table th p,
.contact_table td p{
    font-size: 80%;;
}
.contact_table th span{
    display: inline-block;
    font-size: 60%;
    color: #dc3232;
    margin-left: 0.5em;
}
.contact_table input,
.contact_table textarea{
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #6c6c6c;
    letter-spacing: .1em;
}
.contact_table td .your-name{
    
}
.contact_table td .your-name02,
.contact_table td .your-name04{
    margin-left: 2%;
}
.contact_table td .p-postal-code{
    margin: 0 5px;
    width: 8em;
}
.contact_table td .p-locality,
.contact_table td .p-extended-address,
.contact_table td .sabadres,
.contact_table td .email{
    margin-bottom: 5px;
    width: 100%;
}
.contact_table td .tel,
.contact_table td textarea{
    width: 100%;
    resize: none;
}
.contactsubmit{
    text-align: center;
    margin-bottom: 100px;
}
.contactsubmit input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}


