@charset "UTF-8";

/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width: 680px) {
  .noneSP {
    display: none;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  /*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/

  body {
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    line-height: 160%;
    font-family: "Noto Sans JP";
    font-size: 1em;
    letter-spacing: 2px;
    color: #3f3f3f !important;
    font-feature-settings: "palt";
    text-align: justify; // Required for IE and Edge
    text-align-last: right;
  }

  /* ページトップへ戻る */
  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 10px;
  }

  #pageTop img {
    width: 50px;
  }

  a {
    color: #3f3f3f;
  }



  /*///////////////////////////////////////////////


ヘッダ


///////////////////////////////////////////////*/

  header {
    background-color: #fff;
    padding: 0 20px;
  }

  h1 img {
    width: 200px;
  }



  /*///////////////////////////////////////////////


ヒーローメイン


///////////////////////////////////////////////*/

  section.mainbox {
    width: 100%;
    height: 400px;
    margin-top: 0px !important;
    display: block;
  }


  /*///////////////////////////////////////////////


h2


///////////////////////////////////////////////*/


h2 {
  border: 1px solid #ABCD03;
  background-color: #fff;
  display: inline-flex;
  padding: 14px 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 5px;
  font-size: 1.15em;
  color: #3f3f3f;
}

h3{
  font-size: 1em;
}


p.line {
  width: 100%;
  height: 10px;
  margin: -30px 0 40px 0;
  /* 線の太さ */
  background: linear-gradient(to right, #FABE00 50%, #6BC8F2 50%);
}


p.line002 {
  width: 100%;
  height: 10px;
  margin: -30px 0 40px 0;
  /* 線の太さ */
  background: linear-gradient(to right, #FABE00 50%, #6BC8F2 50%);
}





  /*///////////////////////////////////////////////


ご挨拶


///////////////////////////////////////////////*/

section.gree {
  background-color: #d8e58d;
  padding: 30px 0 30px;
}

div.contentsbox {
  background-color: #fff;
  text-align: center;
  margin: 20px auto;
  padding:20px 4% 30px;
  width: 86%;
  border-radius: 10px;
}

p.greetxt{
  font-size: 0.938em;
  line-height: 220%;
  margin: 20px 0 40px;
  padding-bottom: 60px !important;
  text-align: left;
  text-align: justify; // Required for IE and Edge 
text-align-last: right;
}

p.mark img{
  width: 150px;
  margin: 50px 0 30px;
}



 /*///////////////////////////////////////////////


アコーディオン


///////////////////////////////////////////////*/

div.acmenu {
  margin: 10px auto;
}

.accordion-006 {
  margin-bottom: 7px;
  border-radius: 5px;
}

.accordion-006 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  background-color: #ABCD03;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 6px;
}

.accordion-006 summary::-webkit-details-marker {
  display: none;
}

.accordion-006 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: '';
  transition: transform .3s;
}

.accordion-006[open] summary::after {
  transform: rotate(225deg);
}

.accordion-006 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding:0 10px;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-006[open] p {
  transform: none;
  opacity: 1;
}













  /*///////////////////////////////////////////////


スタッフ紹介


///////////////////////////////////////////////*/


section.staff {
  background-color: #f8f8f8;
  padding: 30px 0 50px;
}

div.contentsbox002 {
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}


/*//////////////////////////////////////


3列ボックスと2列ボックス


///////////////////////////////////////*/


.contentsitem_three_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.contentsitem_box_two {
  margin: 20px auto;
  padding: 20px 0;
  width: 92%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  position: relative;
  height: auto;
}

p.staffphoto img {
  width: 220px;
  margin: 20px 0;
}

dl.staff, dt.name, dd.position, dd.txt {
  padding: 0;
  margin: 0;
}

dl.staff dt.name {
  font-weight: bold;
  font-size: 1.125em;
}

dl.staff dd.txt {
  margin: 20px;
}







 /*//////////////////////////////////////


法人概要


///////////////////////////////////////*/


section.company {
  padding: 50px 0 80px;
}

section.gallery {
  margin: 50px auto;
  text-align: center;
  display: block;
}

div.gallerytxt p {
  text-align: left !important;
  line-height: 200% !important;
  color: #3f3f3f;
  font-size: 0.938em;
  text-align: justify; // Required for IE and Edge 
text-align-last: right;
}


table.campany {
  text-align: left;
  padding: 20px;
  width: 90%;
  margin: 30px auto;
}

table.campany th {
  padding: 14px 0px;
  display: block;
  background-color: #eee;
  text-align: center;
}

table.campany td {
  padding: 20px 0px;
  display: block;
  line-height: 190%;
}

div.googlemaps {
  margin: 50px 0 100px;
}

p.car img {
}


td.koumoku{
  line-height: 220%;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.centertxt{
  text-align: center !important;
}

span.smallfont{
  font-size: 0.813em;
}



 /*//////////////////////////////////////


事務所紹介


///////////////////////////////////////*/


section.gallery {
  margin: 10px auto;
  text-align: center;
  display: block;
}

div.gallerytxt p {
  text-align: left !important;
  padding:0 20px;
  line-height: 220%;
  text-align: justify; // Required for IE and Edge 
text-align-last: right;

}



 /*//////////////////////////////////////


事務所紹介


///////////////////////////////////////*/

div.strongbox{
  margin: 0px 0;
  padding: 20px;
}

table.strong{
  margin: 20px auto;
}

table.strong th{
  padding: 10px;
  display: block;
  background-color: #eee;
  font-size: 1em;
}

table.strong td{
  text-align: left;
  padding: 20px 0;
  display: block;
  font-size: 0.875em;
}







 /*//////////////////////////////////////


アクセス


///////////////////////////////////////*/


#access{
  margin-top: 50px;
}


/* Google Mapを囲う要素 */
div.googlemaps  {
  position: relative;
  width: 90%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
  margin: 10px auto 30px;
}
 
/* Google Mapのiframe */
div.googlemaps  iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p.car img {
  width:94%;
}




  /*//////////////////////////////////////


お問い合わせ


///////////////////////////////////////*/


section.contact {
  background-color: #d8e58d;
  margin-top: -40px;
  padding: 20px 0;
}

p.contacttxt {
  text-align: left;
  padding:10px 10px 0 10px;
  font-size: 0.938em;
  text-align: justify; // Required for IE and Edge 
text-align-last: right;
}

span.kome {
  color: #BB0000;
}

table.contact{
  text-align: left;
  padding: 20px 0;
  margin: 30px auto 0;
}

table.contact th{
  padding: 14px;
  display: block;
  background-color: #ABCD03;
  color: #FFF;
  margin-bottom: 5px;

}

table.contact td{
  padding: 20px 0 30px 0;
  display: block;
  line-height: 250%;
  font-size: 0.938em;
}


span.musticon {
  background: #E2176C;
  font-size: 12px;
  padding: 2px 10px;
  margin-left: 10px;
  color: #FFF;
}

p.contactinfotxt{
  font-size: 90%;
  line-height: 180%;
  margin-top: -20px;
}




 /*///////////////////////////////////////////////


フォーム


///////////////////////////////////////////////*/


.hoge {
  width: 87%;
  padding: 20px !important;
  font-size: 110%;
  font-family: Arial, sans-serif;
  color: #333;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(229, 228, 228, 0.5);
  margin: 0 auto;
  display: block;

}

.hogebiko {
  width: 87% !important;
  height: 280px !important;
  padding: 20px !important;
  font-size: 110%;
  font-family: Arial, sans-serif;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgba(229, 228, 228, 0.5);
  margin: 0 auto;
  display: block;
}

p.sendbtn {
  text-align: center;
  margin: 5%;
}

#submit_button {
  text-align: center;
  padding: 30px 60px;
  margin: -10px auto 40px;
  display: block;
  font-size: 1.125em;
  background-color: #ABCD03;
  color: #fff;
  letter-spacing: 0.2em;
  border: none;
  font-weight: bold;
}



::placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}


 /*///////////////////////////////////////////////


ラジオボタン


///////////////////////////////////////////////*/


input[type="radio"] {
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}


input[type="radio"] {
position: relative;
width: 20px;
height: 20px;
border: 1px solid #3f3f3f;
border-radius: 50%;
vertical-align: -5px;

}

input[type="radio"]:checked:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
border-radius: 50%;
background: #3f3f3f;
content: '';
}








/*///////////////////////////////////////////////


フッター

///////////////////////////////////////////////*/


div.footbox{
margin: 50px auto;
text-align: center;
}

ul.footnav{
margin:0;
padding:0;
font-size:0; /* 追加*/
}

ul.footnav li{
display: inline-block;
margin: 0 -1px;
}

p.copyright{
  font-size: 0.75em;
  letter-spacing: 1px;
}

p.footimg img{
  width: 240px;
}












  /* --------------------------------------------

 *スマホ用ナビヘッダ
 
 * -------------------------------------------- */



  /* bodyにactiveクラスが着いた時 */
  body.active {
    overflow-y: hidden;
  }

  /* ハンバーガーメニュー */
  .burger {
    width: 35px;
    height: 35px;
    position: fixed;
    color: #3f3f3f;
    cursor: pointer;
    top: 2.3%;
    right: 3%;
    z-index: 100;
  }

  /* ハンバーガーメニューのバー */
  .burger div {
    width: 80%;
    height: 3px;
    border-radius: 6px;
    background-color: #3f3f3f;
    position: absolute;
    z-index: 1000 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .5s;
  }

  .burger div:nth-of-type(1) {
    transform: translate(-50%, 10px);
  }

  .burger div:nth-of-type(3) {
    transform: translate(-50%, -10px);
  }

  /* バーガーメニューにactiveクラスが着いた時 */
  .burger.active div:nth-of-type(2) {
    opacity: 0;
  }

  .burger.active div:nth-of-type(1) {
    transform: rotate(-45deg);
    left: 10%;
  }

  .burger.active div:nth-of-type(3) {
    transform: rotate(45deg);
    left: 10%;
  }

  /* ナビメニュー */
  #nav {
    background-color: #eee;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    text-align: center;
    top: -150%;
    transition: .5s;
    overflow-y: scroll;

    z-index: 10;
  }

  #nav .nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  #nav .nav-menu .nav-title {
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 2em;
  }

  #nav .nav-menu li {
    margin: 0;
    padding: 2px 0;
  }

  #nav .nav-menu li a {
    display: block;
    text-decoration: underline;
    text-align: center;
    transition: .4s;
    text-decoration: none;
    padding: 16px 0;
    font-weight: bold;
  }

  #nav .nav-menu li img{
    margin: 20px 0 0 0;
  }

  .spnavimg img{
    margin-top: -40px !important;
  }



  /* ナビメニューにactiveクラスが着いた時 */
  #nav.active {
    top: 0;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mtm50{
    margin-top: -30px !important;
  }

  p.faqtxt{
    padding:0px 16px;
    margin: -16px 0;
    line-height: 200%;
  }

  span.mustmark{
    font-weight: bold !important;
  }





  /*///////////////////////////////////////////////////////


	
サンクスページ



///////////////////////////////////////////////////////*/	
	
	
p.thankstitle{
	text-align: center;
	font-size: 90%;
	letter-spacing: 0.2em;
	margin-top: 220px
	}	
		
	
	p.thankstitle img{
		width: 75%;
		margin-bottom: 20px;
	}


	p.thankstitle a{
		color: #abcd03;
    border: 2px solid #ddd;
    padding: 20px 30px;
    margin: 20px auto;
    display: block;
    width: 200px;
    font-weight: bold;
	}



}