@charset "utf-8";
html {
  box-sizing: border-box;
  font-size: 62.5%;
  font-size: 10px;
}
body {
  font-family: coranto-2, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
.bold {
  font-weight: 700;
}
a {
  transition: 0.8s;
}
a:hover {
  opacity: 0.5;
}
.mb20 {
  margin-bottom: 20px;
}

/* header
------------------------------------------------*/
header {
  background-color: #292c3d;
  color: #fff;
  padding: 20px 0;
  z-index: 1000;
  position: relative;
}
header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerInner .headNameWrap {

}
header .headerInner .headNameWrap .headNameBox {
  display: flex;
  align-items: baseline;
}
header .headerInner .headNameWrap .headNameBox h1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-right: 20px;
}
header .headerInner .headNameWrap .headNameBox h1 a {
  color: #fff;
}
header .headerInner .headNameWrap .headNameBox p {
  font-size: 1.6rem;
}
header .headerInner .headNameWrap .smallTxt {
  font-size: 1.4rem;
  margin-top: 10px;
}
header .headerInner .headInquiry {

}
header .headerInner .headInquiry p span {
  font-size: 3.0rem;
  font-weight: 700;
  margin-left: 10px;
}
header .headerInner .headInquiry .headBtn {
  background-color: #c99559;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}
header .headerInner .headInquiry .headBtn a {
  display: block;
  padding: 5px 0;
  color: #fff;
}


/* nav
------------------------------------------------*/
nav {
  background-color: rgba(41, 44, 61, 0.9);
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* background-color: #292c3d; */
  box-shadow: 0px 3px 10px -2px #333333;
}
.dropdwn{
  max-width: 1200px;
  display: flex;
}

.dropdwn, .dropdwn_menu {
  text-align: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
}
.dropdwn li, .dropdwn_menu li {
  max-width: calc(1200px/6);
  position: relative;
  padding: 5px;
  display: block;
  cursor: pointer;
}

.dropdwn>li{
  width: 1200px;
  margin: 1px;
  padding: 10px 0;
  display: inline;
  border-right: 1px solid #ffffff2e;
}
.dropdwn>li:first-child {
  border-left: 1px solid #ffffff2e;
}
.dropdwn>li a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
}
.dropdwn li:first-child a {
  /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
}
.dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  margin-top: 10px;
  padding: 0 10px;
  /* background-color: rgba(41, 44, 61, 0.9); */
  background-color: #fff;
  box-shadow: 0px 3px 10px -2px #333333;
}

.dropdwn_menu li{
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
.dropdwn_menu li:last-child {
  border-bottom: none;
}

.dropdwn_menu li a{
  padding: 10px;
  display: block;
  color: #333;
  border: none;
}
.dropdwn_menu li:first-child a {
  border: none;
}
.dropdwn_menu li a:hover{
  background: #292c3d;
  color: #fff;
}
.toggle {
  display: none;
}
@media screen and (max-width: 640px) {
  .dropdwn>li {
    border-right: none;
    max-width: 100%;
    width: 100%;
    display: block;
    /* border-bottom: 1px solid #fff; */
  }
  .dropdwn>li:first-child {
    border-left: none;
    /* border-top: 1px solid #fff; */
  }
  .dropdwn>li:last-child {
    border-bottom: none;
  }
  .dropdwn, .dropdwn_menu {
    padding: 0;
  }
}

/* key
------------------------------------------------*/
#key {
  background-image: url(../img/key.png);
  background-size: cover;
  background-position:center;
  min-height: 700px;
  position: relative;
  display: table;
  width: 100%;
  margin-top: -46px;
}
#key .keyInner {
  color: #fff;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 20px;
  text-shadow: 2px 2px 1px #292c3d;
}
#key .keyInner .keyTxt {
  max-width: 1160px;
  margin: 0 auto 70px;
  font-size: 3rem;
  background: rgba(90,54,46,0.7);
  text-align: center;
  padding: 0.5em 0;
}

/* Strong Point
------------------------------------------------*/
#strongPoint {
  padding: 50px 0;
  background-image: url(../img/pointBg.png);
  background-position: bottom right;
  width: 100%;
  background-repeat: no-repeat;
}
#strongPoint .Inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#strongPoint h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #c99559;
  margin-bottom: 30px;
}
#strongPoint .pointBox {
  padding-bottom: 30px;
  display: flex;
  align-items: baseline;
}
#strongPoint .pointBox h3 {
  font-size: 2.6rem;
  padding-bottom: 10px;
}
#strongPoint .pointBox .number {
  font-size: 5.2rem;
  color: #c99559;
  margin-right: 20px;
}



/* footer
------------------------------------------------*/
footer {
  background-color: #292c3d;
}
footer {

}
footer .footerMapWrap {
  display: table;
  width: 100%;
}
footer .footerMapWrap:not(:last-child) {
  margin-bottom: 5px;
}
footer .footerMapWrap .adress {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  background-color: #f7f7f7;
}
footer .footerMapWrap .adress h2 {
  font-size: 4.8rem;
  font-weight: 400;
  color: #c99559;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
footer .footerMapWrap .adress h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c99559;
  border-radius: 2px;
}
footer .footerMapWrap .adress dl dt {
  font-weight: bold;
  font-size: 2rem;
  color: #292c3d;
}
footer .footerMapWrap .adress dl dd {
  margin-top: 10px;
}
footer .footerMapWrap .adress dl dd.tel {
  color: #c99559;
  font-size: 2.6rem;
}
footer .footerMapWrap .map {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
}
footer .footerMapWrap .map iframe {
  width: 100%;
  height: 400px;
  vertical-align: top;
}

footer .footBottomWrap {
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
footer .footBottomWrap dl {

}
footer .footBottomWrap dl dt {
  font-size: 4.8rem;
  font-weight: 400;
  color: #c99559;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
footer .footBottomWrap dl dt::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c99559;
  border-radius: 2px;
}
footer .footBottomWrap dl dd {
  margin-top: 20px;
}
footer .footBottomWrap dl dd a {
  color: #c99559;
  font-size: 3.8rem;
}
footer .footBottomWrap dl dd .headBtn {
  background-color: #c99559;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
footer .footBottomWrap dl dd .headBtn a {
  display: block;
  padding: 10px 40px;
  color: #fff;
  font-size: 2.2rem;
}
footer .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
}
footer .flBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .flBox img {
  margin: 0 20px;
}


@media screen and (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.4rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    height: 65px;
  }
  .dropdwn {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  .dropdwn.active {
    transform: translateX(0%);
  }
  .toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 1000;
    background-color: #292c3d;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #c99559;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
  }
  .toggle span:nth-child(1) {
    top: 9px;
  }
  .toggle span:nth-child(2) {
    top: 18px;
  }
  .toggle span:nth-child(3) {
    top: 27px;
  }
  /* 最初のspanをマイナス45度に */
  .toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* 2番目と3番目のspanを45度に */
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header {
    padding: 10px 0;
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
  }
  header .headerInner .headInquiry {
    display: none;
  }
  header .headerInner .headNameWrap .headNameBox {
    display: block;
  }
  header .headerInner .headNameWrap .headNameBox h1 {
    font-size: 2.2rem;
    margin-right: 0;
  }
  header .headerInner .headNameWrap .smallTxt {
    display: none;
  }
  header .headerInner .headNameWrap .headNameBox p {
    font-size: 0.6rem;
  }
  .dropdwn {
    display: block;
    background-color: #292c3d;
  }
  #key {
    margin-top: 0;
  }
  #key .keyInner {
    padding: 0;
  }
  #key .keyInner .keyTxt {
      font-size: 2rem;
      line-height: 1.4;
  }

  /* Strong Point
  ------------------------------------------------*/
  #strongPoint {
    padding: 30px 0;
  }
  #strongPoint h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  #strongPoint .pointBox {
    padding-bottom: 0;
  }
  #strongPoint .pointBox h3 {
    font-size: 2.2rem;
  }
  #strongPoint {
    background-size: 39%;
  }
  #strongPoint .pointBox .number {
    font-size: 4.2rem;
  }



  /* footer
  ------------------------------------------------*/
  footer .footerMapWrap {
    display: block;
  }
  footer .footerMapWrap .adress {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  footer .footerMapWrap .adress h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  footer .flBox {
    display: block;
  }
  footer .footerMapWrap .map {
    display: block;
    width: 100%;
  }
  footer .footerMapWrap .map iframe {
    height: 200px;
  }
  footer .footBottomWrap {
    padding: 20px 0;
  }
  footer .footBottomWrap dl dt {
    font-size: 2.8rem;
    margin-bottom: 20px;
    letter-spacing: -0.05rem;
  }
  footer .footBottomWrap dl dd a {
    font-size: 2.8rem;
  }
  footer .footBottomWrap dl dd .headBtn a {
    font-size: 1.7rem;
  }
  footer .copy {
    font-size: 10px;
    padding-bottom: 80px;
  }


}




/* 下層-基礎
------------------------------------------------*/
#content {
  max-width: 1200px;
  padding: 0 20px;
  margin: 50px auto 0 auto;
}
#content h2 {
  background-image: url(../img/h2_bg.jpg);
  background-size: cover;
  font-size: 4.8rem;
  font-weight: 400;
  color: #c99559;
  margin-bottom: 30px;
  display: flex;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}
/* #content h2::after{
  content:"";
  flex-grow: 1;
  border-bottom: 1px solid #c99559;
  margin-left: 10px;
  padding-right: 15px;
} */

#content .boxWrap {
  margin-bottom: 100px;
}
#content h3 {
  font-size: 2.6rem;
  padding-bottom: 10px;
}
#content .boxIn {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  #content {
    margin: 30px auto 0 auto;
  }
  #content .boxWrap {
    margin-bottom: 50px;
  }
  #content h2 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
  #content h3 {
    font-size: 2.0rem;
  }
}

/* table 共通 */
#content table {
  width: 100%;
}
#content table th {
  background-color: #f7f7f7;
}
#content table td {

}
#content table th, #content table td {
  border: 1px solid #ccc;
  padding: 15px;
  vertical-align: middle;
}

#content .tableStyle01 td {
  width: 25%;
}
#content .tableStyle02 td {
  width: 33.3%;
}
@media screen and (max-width: 640px) {
}

/* prf
------------------------------------------------*/
.prfWrap .prfFlex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.prfWrap .prfFlex:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.prfWrap .prfFlex .imgArea {
  width: 25%;
}
.prfWrap .prfFlex .imgArea img {
  width: 100%;
}
.prfWrap .prfFlex .txtWrap {
  width: 70%;
}
.prfWrap .prfFlex .txtWrap .box:last-of-type {
  margin-top: 30px;
}
.prfWrap .prfFlex .txtWrap .box:last-of-type p:first-of-type {
  margin-bottom: 20px;
}


.office .officeWrap {
  display: flex;
  justify-content: space-between;
}
.office .officeWrap .officeTxt {
  width: 50%;
}
.office .officeWrap .officeTxt dl dt {
  font-size: 2.6rem;
  padding-bottom: 10px;
}
.office .officeWrap .officeTxt .inquiry {
  margin-top: 30px;
  background-color: #292c3d;
  padding: 20px 50px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}
.office .officeWrap .officeTxt .inquiry p span {
    font-size: 3.0rem;
    font-weight: 700;
    margin-left: 10px;
}
.office .officeWrap .officeTxt .inquiry .headBtn {
  background-color: #c99559;
  text-align: center;
  border-radius: 5px;
  margin-top: 5px;
}
.office .officeWrap .officeTxt .inquiry .headBtn a {
  display: block;
  padding: 10px 0;
  color: #fff;
}
.office .officeWrap .officeImg {
  width: 50%;
}
.office .officeWrap .officeImg img {
  margin-right: 20px;
}
.office .officeWrap .officeImg img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .prfWrap .prfFlex {
    display: block;
  }
  .prfWrap .prfFlex .imgArea {
    width: 50%;
    margin: 0 auto;
  }
  .prfWrap .prfFlex .txtWrap {
    width: 100%;
  }
  .office .officeWrap {
    display: block;
  }
  .office .officeWrap .officeTxt dl dt {
    font-size: 2.2rem;
  }
  .office .officeWrap .officeTxt {
    margin-bottom: 20px;
    width: 100%;
  }
  .office .officeWrap .officeTxt .inquiry {
    padding: 20px;
    display: block;
    margin-top: 10px;
  }
  .office .officeWrap .officeImg img {
    width: 100%;
  }
  .office .officeWrap .officeImg {
    width: 100%;
    display: flex;
  }
}



/* fee
------------------------------------------------*/
.service .tableBox p {
  margin: 10px 0 20px 0;
}
.service .tableBox h4 {
  background-color: #292c3d;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.service .tableBox .boxTable {
  margin-bottom: 40px;
}
.service .tableBox table {
  width: 100%;
}
.service .tableBox table th {
  width: 40%;
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  border-left: none !important;
  border-top: none !important;
}
.service .tableBox table td {
  width: 60%;
  background-color: #f7f7f7;
  border-bottom: 2px solid #fff !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.service .tableBox table .cl01 {
  background-color: #fdddd3 !important;
}
.service .tableBox table .cl02 {
  background-color: #cfd2dc !important;
}
.service .tableBox table .cl03 {
  background-color: #ffcdca !important;
}
.service .ulIndent01 {
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.service .sPlanBoxWrap {
  padding: 15px;
  border-radius: 5px;
  background-color: #f7f7f7;
  margin: 20px 0;
  position: relative;
}
.service .sPlanBoxWrap::after {
  content: '\f063';
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  bottom: -17px;
  color: #c99559;
  font-size: 27px;
  left: 0;
  right: 0;
  text-align: center;
}
.service .sPlanBoxWrap:last-of-type::after {
  content: none;
}
.service .sPlanBoxWrap .list01 li {
  list-style-type: disc;
}
.service .sPlanBoxWrap ul {
  margin-left: 2rem;
}
.service .sPlanBoxWrap .sPlanSubBox {
  padding: 15px 0 15px 10px;
  border-top: 1px solid #ccc;
}
.service .sPlanBoxWrap .sPlanSubBox ol {
  margin-left: 1rem;
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.service .sPlanBoxWrap .sPlanSubBox:first-of-type {
  margin-top: 15px;
}
.service .sPlanBoxWrap .sPlanSubBox:last-of-type {
  border-bottom: 1px solid #ccc;
}
.service .sPlanBoxWrap .sPlanSubBox p {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.service .txtStyle01 {
  font-size: 3.0rem;
  color: #c99559;
  font-weight: 700;
}
.service .txtRight {
  text-align: right;
}
.fee h3 {
  font-size: 2.2rem !important;
}
.fee .boxTable .faq {
  margin-top: 50px;
}
.fee .boxIn .faq dl {
  margin-bottom: 50px;
}
.fee .boxIn .faq dl dt {
  font-size: 2.6rem;
  color: #c99559;
  margin-bottom: 15px;
  position: relative;
  padding-left: 3.5rem;
}
.fee .boxIn .faq dl dd {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.8rem;
}
.fee .boxIn .faq dl dt::before {
  content: 'Q';
  position: absolute;
  left: 0;
}
.fee .boxIn .faq dl dd::before {
  content: 'A';
  position: absolute;
  left: 0;
  font-size: 2.6rem;
  top: -8px;
  color: #292c3d;
}
.fee .boxIn .faq dl dd p {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 640px) {
  #content table th, #content table td {
    padding: 5px;
  }
  .service .txtStyle01 {
    font-size: 2.0rem;
  }
  .fee .boxIn .faq dl dt {
    font-size: 2.0rem;
  }
  .fee .boxIn .faq dl dt::before, .fee .boxIn .faq dl dd::before {
    font-size: 2.2rem;
  }
}

/* faq
------------------------------------------------*/
.faq .boxIn dl {

}
.faq .boxIn dl dt {
  font-size: 2.6rem;
  color: #c99559;
  margin-bottom: 15px;
  position: relative;
  padding-left: 3.5rem;
}
.faq .boxIn dl dd {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.8rem;
}
.faq .boxIn dl dt::before {
  content: 'Q';
  position: absolute;
  left: 0;
}
.faq .boxIn dl dd::before {
  content: 'A';
  position: absolute;
  left: 0;
  font-size: 2.6rem;
  top: -8px;
  color: #292c3d;
}
.faq .boxIn dl dd p {
  margin: 10px 0 20px 0;
}
.faq .boxIn dl dd .list01 {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}
.faq .boxIn dl dd .list02 {
  text-indent: -1.2rem;
  padding-left: 1.2rem;
}
.faq .boxIn dl dd .list03 {
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 640px) {
  .faq .boxIn dl dt {
    font-size: 2.0rem;
  }
  .faq .boxIn dl dt::before, .faq .boxIn dl dd::before {
    font-size: 2.2rem;
  }
}



/* Contact
------------------------------------------------*/
.contact .boxIn {

}

.contact .phoneTxt {
  font-size: 2.6rem;
  padding-bottom: 10px;
}
.contact .form {

}
.contact .form table {
  margin-top: 1.5em;
  border-collapse: collapse;
}
.contact .form table th {
  width: 26%;
}
.contact .form table th span {
  font-weight: normal;
  font-size: 14px;
}
.contact .form table .error {
  display: block;
  color: #f31616;
}
.contact select, .contact input, .contact textarea {
  padding: 10px;
}
.contact .st01 input, .contact .st01 textarea {
  width: 100%;
  border: 1px solid #ccc;
}
.contact .st03 input[type=checkbox] {
    width: auto;
    margin-right: 0.75em;
}
.contact .st01 select {
  border: 1px solid #ccc;
}
.contact .st02 .cWrap {
  margin-right: 10px;
}
.contact .st01 textarea {
  height: 200px;
  font-family: Arial;
  /* font-family: coranto-2, serif; */
}

.contact .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .button01,.contact .button02 {
  text-align: center;
  margin-top: 30px;
}
.contact .button01 button {
  background-color: #292c3d;
  border: none;
  color: #fff;
  padding: 20px 0;
  width: 330px;
  font-size: 17px;
  font-family: coranto-2, serif;
}
.contact .button02 button {
  background-color: #c99559;
  border: none;
  color: #fff;
  padding: 15px 0;
  width: 200px;
  font-size: 17px;
  font-family: coranto-2, serif;
}
.contact .button02 {
  margin-right: 20px;
}
.contact button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.8s;
}



@media screen and (max-width: 640px) {
  .contact .form table th, .contact .form  table td {
    display: block;
    width: 100%;
  }
  .contact table td {
    border-top: none !important;
    border-bottom: none !important;
    padding: 10px !important;
  }
  .contact table th {
    text-align: center;
  }
  .contact table tr:last-child td {
    border-bottom: 1px solid #ccc !important;
  }
  .contact .st02 {
    display: grid !important;
  }
  .contact .st02 .cWrap {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contact .st02 .cWrap:last-child {
    margin-bottom: 0;
  }
  .contact .st03 {
    text-align: center;
  }

  .contact .btnBox {
    display: block;
  }
  .contact .button02 {
    margin-right: 0;
  }
  .contact .button02 button {
    width: 45%;
  }
  .contact .button01 button {
    width: 100%;
  }

}


/* Contact Bottom
------------------------------------------------*/
.contactBt {
  margin: 0 auto;
  max-width: 500px;
}
.contactBt table {
  width: 100%;
}
.contactBt input,.contactBt textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
}
.contactBt textarea {
  height: 10em;
  font-family: Arial;
}
.contactBt table td {
  padding-bottom: 15px;
}
.contactBt .button01 {
  text-align: center;
  margin-top: 15px;
}
.contactBt .button01 button {
    background-color: #c99559;
    border: none;
    color: #fff;
    padding: 20px 0;
    width: 330px;
    font-size: 17px;
    font-family: coranto-2, serif;
}
.contactBt button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.8s;
}
@media screen and (max-width: 640px) {
  .contactBt {
    width: 90%;
    padding-bottom: 100px;
  }
}


/* Services
------------------------------------------------*/
.services ul li {
  padding-bottom: 10px;
}
.services ul li a {
  color: #000;
  font-size: 2.6rem;
}
.services ul li a span {
  font-size: 0.8em;
  padding-left: 10px;
}
.services .boxIn dl {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.services .boxIn dl dt {
  font-size: 2.2rem;
}
.services .boxIn dl dd {

}
.services .boxIn dl::after {
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #c99559;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}
.services .boxIn:last-child dl::after {
  content: none;
}
.services .boxIn:last-child dl::after {
  content: none;
}

.services07 .boxIn h4 {
  font-size: 2.0rem;
  text-indent: -0.65em;
  margin-left: 1.25em;
  margin-bottom: 0.35em;
}
.services07 .boxIn h4 span {
  font-size: 120%;
  display: inline-block;
  margin-right: 0.25em;
}
.services07 .boxIn .list01 {
  margin: 1em 0;
}
.services07 .boxIn .list02 li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.services07 .boxIn .list02 li:not(:last-child) {
  margin-bottom: 0.5em;
}
.services07 .boxIn .mt01 {
  margin-top: 0.75em;
}
.services07 .boxIn02 {
  margin-bottom: 30px;
}
.services07 .boxIn02 h5 {
  text-indent: -0.65em;
  margin-left: 1.25em;
  margin-bottom: 0.35em;
}
.services07 .boxIn02 h5 span {
  font-size: 120%;
  display: inline-block;
  margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
}


/* Templates
------------------------------------------------*/
.templates h3 {
  font-size: 2.0rem;
  text-indent: -0.65em;
  margin-left: 1.25em;
}

.templates h3 span {
  font-size: 120%;
  display: inline-block;
  margin-right: 0.25em;
}

.templates .list01 {
  margin-bottom: 20px;
}

.templates .list01 dt {
  margin-bottom: 0.5em;
}

.templates .list01 dt span {
  font-size: 130%;
  margin-right: 0.25em;
  font-weight: 700;
}

.templates ul {
    list-style-type: disc;
    margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .templates ul li:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

#side_traking {
  position: fixed;
  right: 0px;
  width: 161px;
  bottom: 0;
  text-align: right;
}
#side_traking a:hover {
  opacity: 0.5;
}
#side_traking ul li {
  margin-bottom: 10px;
}
#side_traking ul li a {
  display: block;
}
#side_traking ul li img {
  display: flex;
}
#side_traking .close {
  background: rgba(0,0,0,0.5);
  padding: 5px;
  font-size: 12px;
  display: inline-block;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  color: #fff;
  margin-bottom: -2px;
}
@media screen and (max-width: 640px) {
  #side_traking {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #side_traking img {
    width: 100%;
  }
  #side_traking ul {
    display: flex;
  }
  #side_traking ul li {
    width: 50%;
    margin-bottom: 0;
  }
  #side_traking .sp {
    line-height: 0;
  }
  #side_traking a:hover {
    opacity: 1;
  }
}
