@charset "utf-8";
/* 基本要素 */
body {
  margin: 0;
  padding: 0;
/*  color: #2f2f2f;*/
  background-color: #e5e5e5;
  letter-spacing: 1px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
a { color: #2f2f2f; }
a:visited { color: #888; }
a:hover {
  color: #000;
  text-decoration: none;
}
a img { transition: opacity 0.2s linear; }
a:hover img { opacity: 0.7; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; }
p {
  margin-top: 0;
  line-height: 1.6;
  /*margin-left: 2em;*/
}
img { vertical-align: bottom; }
.main h1 {
  /*background-image: url(../images/header_bg.jpg);*/
  padding: 13px 30px 0px 20px;
  font-size: 1.0em;
  color: #222;
  border-bottom: solid 1.2px #555;
  margin-left: 10px;
}
.main h2 {
  font-size: 15px;
  padding: 10px ;
  border-bottom: solid 1px #000;
  }
/*.main h3 {
  font-size: 18px;
  border-left: solid 3px #777;
  padding: 4px 9px 4px 14px;
}*/
#contact-link-button {
  color: #fff;
  padding: 20px 0px 20px 0px;
  margin: 10px 10px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background: #555;
  border: solid 1px #777;
  border-radius: 2px;
}
#contact-link-button:hover {
  color: #777;
  background:#fff;
  transition: 0.3s linear;
}
/*------------------ ヘッダー ------------------------------------*/
/*header {
  background-color: #efefef;
}*/
header {
  /*width: 980px;*/
  padding-bottom: 30px;
  /*margin-bottom: 30px;*/
  margin: 0 auto;
	z-index: 100;
}
header h1 {
  /*float: left;*/
  margin: 20px 0px 10px 10px;
  font-family: 'philosopher',serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #555;
}
.head-img {
    width: 300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
header .header_contact {
  float: right;
  margin: 35px 0;
}
/*----------------------- ナビゲーション -----------------------------*/
.global_navi{
    width: 460px;
    display: flex;
    font-size: 1rem;
    margin-top: 10px;
    list-style: none;
    position: absolute;
    /*right: 0px;*/
    /*left: 50%;*/
    transform: translate(30%,0%);
}
.global_navi li{
    margin-left: 30px;
}
.global_navi a{
    text-decoration: none;
    color: #555;
    transition: color 0.2s linear;
}
.global_navi a:hover{
    color: #000;
}
.page-header{
    max-width: 980px;
    width: 100%;
    padding-top: 0px;
    background-color: #e5e5e5;
	z-index: 100;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
}
.global_navi ul li.current a { 
  background-color: #777;
  color: #fff
}
/*----------------------- HOME ナビゲーション -----------------------------*/
.h-navi {
    padding: 10px 15px;
    margin-bottom: 25px;
}
.h-navi a {
    text-decoration: none;
    margin-left: 10px;
}
.navi1 {
    display: inline-block;
    font-size: 1.1em;
    float: left;
}
.navi1 a {
    color: #777;
}
.navi2 {
    display: inline-block;
    float: right;
}
.navi2 a {
    color: #777;
}
.navi2 a:hover {
    font-weight: bold;
    color: rgb(75, 134, 41);
    border-bottom: solid 1px rgb(75, 134, 41);
    /*transition: 0.3s linear;*/
}
.home-page-header{
    width: 100%;
    padding-top: 0px;
    background-color: #e5e5e5;
	z-index: 100;
    position: fixed;
}
.page-header ul {
    width: 980px;
    background-color: #e3e3e3;
}
.home-global_navi{
    /*width: 400px;*/
    display: flex;
    font-size: 1rem;
    padding-top: 0px;
    list-style: none;
    position: fixed;
    /*right: 20px;*/
	z-index: 100;
}
.home-global_navi li{
    margin-left: 30px;
}
.home-global_navi a{
    text-decoration: none;
    /*color: #fff;*/
    color: #777;
    transition: color 0.1s linear;
}
.home-global_navi a:hover{
    color: #ccc;
}
.home-global_navi ul li.current a { 
  background-color: #777;
  color: #fff
}
#width { color: #fff;}
/****---------------------------ハンバーガーメニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}
/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,1);
	/*配置*/
	overflow: visible;
	position: fixed;
	top: 0px;
	right: 50px;
}
#menu .menuopen{
	/*デザイン*/
	color: rgba(0,0,0,1);
	font-size: 30px;
    text-decoration: none;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
    background-color: #e5e5e5;
}
#menu .menuclose{
	/*デザイン*/
	color: rgba(0,0,0,1);
	font-size: 30px;
    text-decoration: none;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
    background-color: #e5e5e5;
}
/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(255,255,255,0.8);
	width: 25%;
    /*配置*/
	position: absolute;
	top: 30px;
	right: 55px;
}
#menu li{
	/*アニメーション*/
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	/*デザイン*/
	padding: 0 10px;
	color: rgba(0,0,0,1);
	border-bottom: 0px rgba(200,200,200,1) solid;
	height: 0;
	/*配置*/
	overflow: hidden;
	pointer-events: auto;
}
#menu li a {
    color: #000;
    text-decoration: none;
}
/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}
#menu:target .menuclose{
	/*配置*/
	display: block;
}
#menu:target li{
	/*デザイン*/
	padding: 10px;
	height: 20px;
	border-bottom: 1px rgba(255,255,255,1) solid;
}
/*** メインエフェクト ***/
/*----------------------------------- コンテンツ全体 -------------------------------*/
.wrapper {
  width: 980px;
  margin: auto;
  /*overflow: hidden;*/
}
/*.main {
    width: 980px;
    margin: 0 auto;
}*/
/*----------------------------------- メイン部分 -----------------------------------*/
.index-main {
    text-align: center;
    padding-top: 30px;
}
.index-main p{
    font-size: 1.125rem;
    color: #000;
    margin: 0;
}
/*------------------------------------ フッター -------------------------------*/
footer {
  background-color: #555;
  text-align: center;
}
footer .footer_nav {
  background-color: #efefef;
  padding: 10px 0;
}
footer .footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_nav li {
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer .footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer .footer_nav a{
    text-decoration: none;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}
/*----------------------------- indexページ --------------------------------*/
.main_visual {
  width: 980px;
  height: auto;
  margin: 0 auto 50px;
}
.main-title{
    display: inline-block;
    font-size: 20px;
    font-family: 'philosopher',serif;
    font-weight: normal;
    /*color: #fff;*/
    color: #777;
}
.home-title{
    /*font-size: 1.5rem;*/
    /*font-family: 'philosopher',serif;*/
    font-weight: 200;
}
.home-p p{
    font-size: 18px;
    font-family: 'philosopher',serif;
    font-weight: normal;
    background-color: #ccc;
    padding: 15px;
    opacity: 0.8;
}
.g-button{
    padding: 50px 0px 20px 0px;
}
.g-button a{
    color: #fff;
}
.gallery-button{
    font-size: 1rem;
    text-decoration: none;
    background: #078;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 18px 32px;
    /*opacity: 0.9;*/
    transition: background-color 0.3s linear;
}
.gallery-button:hover{
    background: #234;
    color: #fff;
}
.big-bg{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#home{
    /*background-image: url(../images/main_visual.JPG) ;*/
    min-height: 100vh;
    /*background-color: rgba(0,0,50,0.2);*/
    background-color: #e5e5e5;
    background-blend-mode: darken;
}
#home .page-title{
    text-transform: none;
}
.home-a {
    padding: 10px 20px;
}
.home-a a {
    text-decoration: none;
    color: #fff;
}
.home-box{
  display: inline-table;
}
.home-tx02{
  width: 250px;
  padding-left: 20px;
  text-align:left;
  display:table-cell;
  vertical-align: middle;
}
.home-tx {
    padding: 20px 20px;
}
.home-tx a {
    text-decoration: none;
    color: #fff;
}
.home-tx a:hover{
    color: #ccc;
    transition: color 0.1s linear;
}
.sns-icon {
    height: 26px;
    display: inline-block;
    margin: 20px;
}
.sns-icon img {
    width: auto;
    height: 26px;
    text-align: center;
}
.work-box {
    position: relative;
    width: 100%;
    height: 500px;
}
.work-box img {
    width: 100%;
    height: 500px;
    position: center;
    object-fit: cover;
    /*margin: 15px 15px 0 15px;*/
}
.work-box p {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    height: 100px;
    /*text-decoration: none;
    font-size: 0.85em;
    text-align: left;
    margin-left: 15px;*/
}
/*.work-box img:hover {
    opacity: 0.3;
}
.work-box:hover .mask-ttl {
    opacity: 1;
}
.work-box:hover .mask-ttl p {
    color: #000;
}*/
.work-box a {
    position: absolute;
    /*width: 200px;*/
    /*height: 50px;*/
    padding: 10px 50px;
    bottom: 150px;
    right: 8%;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: solid 2px #fff;
    border-radius: 2px;
    background: rgba(255,255,255,0.2);
}
.work-box a:hover {
    opacity: 0.8;
    background: black;
    transition: background 0.2s linear;
}
.work-box ul {
    position: absolute;
    bottom: 0;
    right: 8%;
    text-align: right;
    font-size: 2em;
    color: #fff;
    font-weight: 200;
}
.work-box ul li {
    list-style: none;
    
}
.home-h2{
    /*display: inline-block;*/
    width: 100px;
    font-size: 20px;
    font-family: 'philosopher',serif;
    font-weight: normal;
    color: #777;
    border-bottom: solid 5px #777;
    margin: 20px auto;
}
.home-h3 {
    font-size: 15px;
    font-weight: 300;
    color: #555;
}
.home-grid {
    width: 980px;
    /*width: 100%;*/
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#home-move-letter {
  background: #eceae5;
  text-decoration: none;
  display: inline-block;
  width: 150px;
  margin-top: 30px;
  margin-left: 10px;
  padding-top: 10px;
  border: solid 1.5px #777;
  border-radius: 2px;
}
.anim-border-01 {
  width: 150px;
  border-bottom: solid 10px #777;
}
#home-move-letter:hover {
  opacity: 0.7;
  background: #000;
  color: #fff;
  transition: 0.5s linear;
}
#home-move-letter:hover .anim-border-01 {
  animation: border-move 0.5s linear;
}
@keyframes border-move {
  0% {
    width: 0%;
    border-bottom: solid 10px #777;
  }
  100% {
    width: 100%;
    border-bottom: solid 10px #777;
  }
}
#home-to-works {
    color: #fff;
    position: absolute;
    top: 50%;
    left:50%;
    /*-ms-transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
    transform: translate(-50%,-50%);
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 2px;
    background: rgba(0,0,0,1);
}
#home-to-works:hover {
    color: #555;
    background-color: rgba(255,255,255,0.5);
    border: solid 1px #555;
}
.h-grid {
    display: inline-block;
    text-align: left;
}
.h-item img {
    width: 300px;
    height: 200px;
}
.h-item {
    display: inline-block;
    position: relative;
    width: 300px;
    height: 200px;
    padding: 5px;
}
.h-item:hover img {
    opacity: 0.3;
}
.h-item:hover .mask-ttl {
    opacity: 1;
}
.h-item:hover .mask-ttl p {
    color: #000;
}

/*---------------------------------- profileベージ -------------------------------*/
.prof dl {
  margin-left: 2em;
}
.prof dt {
  float: left;
  width: 9em;
  margin-bottom: 10px;
  clear: both;
}
.prof dd {
  margin-left: 9em;
  margin-bottom: 10px;
}
img.prof-img{
  width: 350px;
  height: 370px;
  object-fit: contain;
  float: left;
}
.prof {
  float: left;
  margin-left: 70px;
}
h1{
  clear: both;
}
.idea {
    margin-bottom: 10px;
    margin-left: 30px;
}
.prof-map p{
    margin: 20px 13px 0px;
    padding-left: 20px;
}
.prof-map iframe{
    padding-left: 30px;
}
.office-pic{
    padding: 10px 30px;
}
.office-pic img{
    width: 400px;
    padding-right: 10px;
}
.parking p {
    color: red;
    padding-left: 20px;
}
.parking img {
    width: 815px;
    display: block;
    padding-left: 30px;
}
/*------------------------------------ Works -------------------------------------*/
.item img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.item {
    display: block;
    position: relative;
    width: 300px;
    height: 200px;
}
.grid {
  display:grid;
  column-gap:10px;
  row-gap:1em;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  margin-top: 0%;
  margin-bottom: 3%;
  padding: 0 10px;
  text-align: center;
}
.progress-grid {
  display:grid;
  column-gap:10px;
  row-gap:1em;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  margin-top: 0%;
  margin-bottom: 3%;
  padding: 0 10px;
  text-align: center;
}
.mask-ttl {
    position: absolute;
    top: 60%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    opacity: 0;
}
.mask-ttl p {
    font-size: 0.85em;
    color: #000;
    text-align: center;
}
.item:hover img {
    opacity: 0.3;
}
.item:hover .mask-ttl {
    opacity: 1;
}
.item:hover .mask-ttl p {
    color: #000;
}
.head-space {
    padding-top: 30px;
}
.works-main h1 {
  padding: 13px 30px 0px 20px;
  font-size: 20px;
  color: #777;
  border-bottom: solid 1.2px #777;
  margin-left: 10px;
}

/*---------------------------------- 作品 --------------------------------------*/
.works-title {
    margin-left: 10px;
/*    padding-left: 0px;*/
}
.works-title p {
    font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
}
.works-tx{
  font-size: 14px;
  width: 300px;
  text-align: left;
}
.outro {
    font-size: 12px;
    padding: 0 10px;
}
/*---------------------------------- WorkFlowページ ----------------------------*/
.lead1 {
  width: 880px;
  /*background-color: #efefef;*/
  margin-left: 1em;
  margin-right: 1em;
  padding: 0px 20px 20px 20px;
}
.lead1 p{
  margin-bottom: 0px;
  font-size: 15px;
  text-decoration: none;
}
.lead2 {
  margin-left: 1em;
  padding: 10px 0px 0px 0px;
}
.flow{
  background: #efefef;
  padding: 10px 0 5px 5px;
  margin-top: 0px;
}
.flow dt{
  /*background-color: #D2E8E8;*/
  float: left;
  width: 16em;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  clear: both;
  line-height: 1.5em;
}
.flow dd{
  width: 660px;
  background-color: #fff;
  border-left: solid 3px #aaa;
  margin-left: 17em;
  margin-bottom: 10px;
  padding: 20px 10px 20px 20px;
  line-height: 1.5em
}
.fee{
  line-height: 1.5em;
  margin: 0 0 20px 1em;
}
.st-box {
    display: block;
    width: 745px;
    /*text-align: center;*/
    /*display:grid;
    column-gap:1px;
    row-gap:1em;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    margin-top: 0%;
    margin-bottom: 3%;
    padding: 0px 10px;*/
    margin-left: auto;
    margin-right: auto;
}
.step-box {
    display: block;
    /*width: 500px;*/
    /*height: 210px;*/
    background-color: #fff/*burlywood*/;
    border: solid 2px #555;
    padding: 20px 10px 20px 20px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    /*float: left;*/
}
.step-box p {
    font-size: 0.9em;
    padding-top: 10px;
}
.sttl01 {
    left:0;
    font-size: 1.5em;
    color:darkgoldenrod;
}
.sttl02 {
    font-size: 1.1em;
    color :#000;
}
.cf-button {
    margin: 50px 20px 50px 20px;
    text-align: center;
}
.contact-button {
    padding: 20px 270px 20px 300px;
    background-color: #555;
    border: solid 1.5px #000;
}
.contact-button:hover {
    background-color: #fff;
}
.cf-button a:hover {
    color: #000;
}
.cf-button a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
}
.fee-p {
    color: #555;
    width: 750px;
    margin: 0 auto;
}
.fee-p-ttl {
    line-height: 0;
    padding-top: 10px;
}
.fee-p-p {
    padding-left: 30px;
}
/*-------------------------------- Contactページ -------------------------------*/
/* お問い合わせページ */
#entry dl {
  background: #efefef;
  border: 1px solid #bbb;
  border-top: 0;
}
#entry dl dt,
#entry dl dd {
  padding: 10px;
  border-top: 1px solid #bbb;
}
#entry dl dt {
  width: 13em;
  float: left;
  clear: both;
  font-weight: bold;
}
#entry dl dd {
  background-color: #fff;
  border-left: 1px solid #bbb;
  margin-left: 13em;
}
.must { color: #f00; }
#entry #name {
  width: 54em;
  padding: 3px;
}
#entry #email {
  width: 54em;
  padding: 3px;
}

#entry #category2,
#entry #category3,
#entry #questionnaire2,
#entry #questionnaire3 {
  margin-left: 15px; 
}

#entry #detail {
  width: 54.5em;
  height: 15em;
}

#entry #submit_button_cover {
  text-align: center; 
}
#entry #submit_button {
  /*background-color: #efefef;*/
  background: linear-gradient(to bottom,  #efefef 0%,#777 50%);
  border: 1px solid #bbb;
  padding: 15px 100px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s linear;
}
#entry #submit_button:hover {
  font-weight: bold;
  background: #BBE5B7;
  color: #106608;
}
.contact-header {
    display: flex;
}
.contact-header h1 {
    border-bottom: none;
}
/*-----------------------------------------------*/

/* -----------------------------------------------------------------
メディアクエリー
------------------------------------------------------------------------- */
@media screen and (min-width : 685px){
    #menu {
        display: none;
    }
}
@media screen and (max-width : 684px){
  /* 基本要素 */
  img {
    max-width: 100%;
  }
  body {
    letter-spacing: 0px;
  }
  #contact-link-button {
    font-size: 90%;
    width: 300px;
  }
  /* Layout */
  header,
  .global_navi,
  .sidebar,
  .page-header {
    width: 100%;
  }  
 .wrapper {
    width: auto;
  }  
   /* ヘッダー */
  header h1 {
    float: none;
    text-align: center;
  }
  header h1 img {
    width: 100%;
  }
  header #header_contact {
    display: none;
  }
/* ------------------------------------ナビゲーション */
  .global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
  }
  .global_navi ul li a {
    margin: 0;
  }
  .global_navi ul li:last-child {
    width: 100%;
  }
  .global_navi {
        display: none;
  }
  .home-global_navi{
    width: 320px;
    display: flex;
    font-size: 0.8rem;
    margin: 10px;
    padding: 10px;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
  }
  .navi2 {
    display: none;    
   }
  .h-navi a {
    margin-left: 0px;      
  }
  .navi1 {
    font-size: 0.9em;
    }
  /* メイン部分 */
  /*---------------main-------------------------------*/
  .main {
    width: 100%;
    padding: 0 ;
    box-sizing: border-box;
  }
  .main h1{
    width: 95%;
    font-size: 90%;
    line-height: 100%;
    padding: 0 0 3px 0;
    margin: 15px 8px 5px 8px;
  }
  /*--------------index--------------------------------*/
  .home-p p{
    font-size: 15px;
    padding: 1em 10px;
  }
  .home-a {
    padding: 50px 10px;
  }
  .home-grid {
    width: 100%;      
  }
    .h-grid {
        text-align: center;
    }
    .sns-icon {
        margin: 15px;
    }
    .sns-icon img{
        height: 25px;
    }
  /*------------------profile--------------------------*/
  .prof dl {
    font-size: 90%;
    line-height: 1.1em;
    margin-left: 1em;
  }
  .prof dl dt {
    float: none;
  }
  .prof dl dd {
    margin-left: 1em;
  }
    .idea {
        width: 90%;
        font-size: 90%;
        padding-bottom: 10px;
    }
    .prof-map p{
        font-size: 90%;
    }
    .office-pic{
        width: auto;
        text-align: center;
    }
    .office-pic img{
        padding-bottom: 10px;
    }
    .prof-map{
        width: auto;
    }
    .prof-map iframe{
        width: auto;
    }
    .map {
        text-align: center;
    }
    .parking img {
        width: auto;
    }
/*----------------　作品　--------------------------*/
    .works-link a {
        padding: 20px 10px;
        font-size: 90%;
    }
    .works-link {
      padding: 10px auto;
    }
    .grid {
        display: block;
        margin: 0 auto;
    }
    .progress-grid {
      display: block;
      margin: 0 auto;
      padding-bottom: 10px;
      width: 300px;
      border: solid 1px #777;
  }
  .item {
        margin: 10px auto;
    }
    .works-main{
        text-align: center;
    }
    .works-main h1 {
        font-size: 90%;
        text-align: left;
    }
    .works-title {
        text-align: left;
        font-size: 80%;
        width: 300px;
        margin: 5% auto 0 auto;
    }
    .works-title p {
        font-size: 100%;
    }
    .works-tx {
        font-size: 80%;
        margin: 0 auto;
    }
    .outro {
      display: inline-block;
      text-align: left;
    }
/*----------------WorkFlow--------------------------*/
  .main ul.flow {
    font-size: 90%;
  }
  .main ul.flow dt {
    float: none;
    width: 90%;
    padding: 1px;
    margin-bottom: 3px;
    border-bottom: solid 1px #777;
  }
  .main ul.flow dd {
    margin-left: 1em;
    width: 88%;
    padding: 3px;
  }
  .fee li {
    font-size: 90%;
  }
    .lead1 {
        width: 90%;
        margin: 20px;
    }
    .cf-button {
        margin: 30px 0px 40px 0px;
    }
    .contact-button {
      padding: 20px 65px 20px 95px;
    }
    .st-box {
        width: 85%;
        padding-bottom: 5px;
    }
    .step-box {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .fee-p {
        width: auto;
        font-size: 80%;
    }
    .fee-p-ttl {
        padding: 10px 5%;
        margin-bottom: 0;
    }
    .fee-p-p {
        padding: 0 10%;
    }
  /*----------------contact---------------------------*/
  .entry dl dt {
    font-size: 80%;
    width: 20%;
    padding: 2px;
  }
  .entry #name {
    width: 95%;
    padding: 3px;
  }
  .entry #email {
    width: 95%;
    padding: 3px;
  }
  .entry #detail {
    width: 95%;
    padding: 3px;
  }
  .entry dl dd {
    margin-left: 20%;
  }
  .entry #submit_button {
    font-size: 90%;
    line-height: 70%;
  }
}