@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: thin;
}

/*Light*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: lght;
}

/*Regular*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: regular;
}

/*Midium*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/*Bold*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: bold;
}

/*Black*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/fonts/NotoSansJP-Black.otf') format('opentype');
    font-weight: 900;
    font-style: black;
}


@media screen and (min-width: 668px), print {





 /* ----------------------------------------
owner
---------------------------------------- */
 .owner {}
 .owner h2 {
  background-color: #F5F5F5;
  font-size: 20px;
  line-height: 47px;
  text-indent: 10px;
 }
 .owner .main_wrap {
  overflow: hidden;
  margin-bottom: 80px;
 }
 .owner .main_t {
  width: 805px;
  margin: 70px auto 50px auto;
  overflow: hidden;
 }
 .owner .main_wrap h3 {
  color: #333;
  font-size: 22px;
  line-height: 30px;
  float: left;
  margin-top: 25px;
  font-weight: normal;
 }
 .owner .main_wrap h3 span {
  font-weight: bold;
  font-size: 25px;
 }
 .owner .main_wrap img {
  float: right;
 }
 .owner .main_b {
  overflow: hidden;
 }
 .owner .main_b p {
  color: #333;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
 }
 .owner .main_b ul {
  width: 1000px;
  overflow: hidden;
  margin-top: 40px;
 }
 .owner .main_b ul li {
  width: 320px;
  border: solid 5px #B8C0D3;
  padding: 20px;
  float: left;
  margin-right: 20px;
  color: #333;
  box-sizing: border-box;
 }
 .owner .main_b ul li:last-child {
  margin-right: 0px;
 }
 .owner .main_b ul li h4 {
  background-image: url(/owner/img/right_icon.png);
  background-repeat: no-repeat;
  font-size: 20px;
  background-position-y: 0px;
  background-position-x: 0px;
  text-indent: 25px;
  margin: 0px;
 }
 .owner .main_b ul li p {
  text-align: left;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 17px;
 }
 .owner .system_wrap {
  margin: 0px auto 70px auto;
  overflow: hidden;
 }
 .owner .system_wrap h3 {
  font-size: 28px;
  line-height: 33px;
  padding-bottom: 14px;
  border-bottom: solid 1px #AAAAAA;
  font-weight: normal;
  text-align: center;
 }
 .owner .system_wrap p {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
 }
 .owner .system_wrap img {
  margin: 45px auto 0px auto;
  text-align: center;
  display: block;
 }
 .owner .kanri_wrap {
  margin: 0px auto 70px auto;
  overflow: hidden;
 }
 .owner .kanri_wrap h3 {
  font-size: 28px;
  line-height: 33px;
  padding-bottom: 14px;
  border-bottom: solid 1px #AAAAAA;
  font-weight: normal;
  text-align: center;
 }
 .owner .kanri_wrap p {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2px;
 }
 .owner .contents01 {
  width: 100%;
  /* コンテンツ幅 */
  clear: both;
  margin-bottom: 30px;
 }
 .contents01 h4 {
  background-color: #F5F5F5;
  line-height: 47px;
  text-indent: 20px;
  font-size: 20px;
  border-left: solid 5px #163E80;
  margin: 0px 0px 20px 0px;
 }
 .owner .contents01 table.c_hyo {
  width: 100%;
  border-top: none;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 25px;
 }
 .owner .contents01 table.c_hyo th {
  width: 25%;
  padding: 6px 10px;
  background-color: #6884A6 !important;
  border-bottom: solid 3px #fff !important;
  color: #fff !important;
  text-align: left;
  font-size: 14px;
 }
 .owner .contents01 table.c_hyo td {
  padding: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  text-align: left;
  background-color: #A1CEC5;
  font-size: 14px;
 }
 .contents01 table.c_hyo td p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
 }
 .owner .contents01 table.c_hyo td.bold b {}
 .contents01 table.c_hyo td.bold {
  background-color: #EDEFF1 !important;
  /* 〇の場合の背景色 */
  width: 55%;
 }
 .owner .contents_list01 {
  background-color: #6884A6 !important;
  color: #fff;
  width: 25%;
 }
 .owner .contents_list02 {
  padding: 20px 10px !important;
 }
 .owner .contents_list03 {
  background-color: #EDEFF1 !important;
 }
 .owner .flow {
  overflow: hidden;
  margin-bottom: 40px;
 }
 .owner .flow h4 {
  background-color: #F5F5F5;
  line-height: 47px;
  text-indent: 20px;
  font-size: 20px;
  border-left: solid 5px #163E80;
 }
 .owner .flow p {
  margin-top: 25px;
  text-align: center;
 }
 .owner .flow_img {
  margin: 45px auto 0px auto;
 }
 .owner .flow_img img {
  display: block;
  margin: auto;
 }
 .owner .merit_wrap {
  overflow: hidden;
 }
 .owner .merit_wrap h3 {
  font-size: 28px;
  line-height: 33px;
  padding-bottom: 14px;
  border-bottom: solid 1px #AAAAAA;
  font-weight: normal;
  text-align: center;
 }
 .owner .merit_wrap p {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
 }
 .owner .merit_list {
  margin-bottom: 60px;
 }
 .owner .merit_list h4 {
  font-size: 35px;
  color: #663300;
  display: flex;
  align-items: center;
  font-weight: normal;
 }
 .owner .merit_list h4:after {
  border-top: 2px solid #663300;
  content: "";
  flex-grow: 1;
 }
 .owner .merit_list h4:after {
  margin-left: 1rem;
 }
 .owner .merit_list .merit_list_su {
  color: #CC9900;
  font-size: 40px;
  margin-right: 25px;
  font-weight: bold;
 }
 .owner .merit_list .merit_list_title {
  font-size: 25px;
  padding-top: 6px;
 }
 .owner .merit_list p {
  margin-top: 20px;
  text-align: left;
  font-size: 15px;
  letter-spacing: 2px;
 }
 .inq {
  margin: 40px auto 40px auto;
 }
 .inq a {}
 .inq a img {}
 /* ----------------------------------------
24
---------------------------------------- */
 .owner24 {
  margin-top: 40px;
 }
 .owner24 h2 {
  background-color: #F5F5F5;
  font-size: 20px;
  line-height: 47px;
  text-indent: 20px;
 }
 .owner24 .call {
  overflow: hidden;
  margin-bottom: 80px;
 }
 .owner24 .call h3 {
  margin: 40px 0px 0px 0px;
  text-align: center;
  color: #B20000;
  font-weight: normal;
  font-size: 25px;
  text-align: center;
 }
 .owner24 .call_tel {
  text-align: center;
  font-size: 23px;
  margin-top: 20px;
  color: #000;
 }
 .owner24 .call_tel span {
  display: block;
  color: #002bff;
  font-size: 30px;
  text-decoration: underline;
  margin: 15px 0px;
 }
 .owner24 .call p {
  margin: 20px 0px 0px 0px;
  font-size: 15px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 1px;
 }
 .owner24 .call img {
  display: block;
  margin: 50px auto 0px auto;
 }
 .owner24 .owner {
  overflow: hidden;
  margin-bottom: 60px;
 }
 .owner24 .owner h3 {
  font-size: 28px;
  line-height: 33px;
  padding-bottom: 14px;
  border-bottom: solid 1px #AAAAAA;
  font-weight: normal;
  text-align: center;
 }
 .owner24 .owner p {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
 }
 .owner24 .owner img {
  margin: 45px auto 0px auto;
 }
 .owner24 .access {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
 }
 .owner24 .access h3 {
  font-size: 28px;
  line-height: 33px;
  padding-bottom: 14px;
  border-bottom: solid 1px #AAAAAA;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
 }
 .owner24 .access p {
  margin-top: 110px;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
 }
}
.owner24 .access .access_title {
 background-color: #f0f0f0;
 padding: 20px 0px;
 width: 850px;
 margin: auto;
}
.owner24 .access .access_title img {
 display: block;
 margin: auto;
}
.owner24 .access .access_title p {
 font-size: 15px;
 text-align: center;
 margin-top: 20px;
 text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.owner24 .access_reason {
 margin-top: 35px;
}
.owner24 .access_reason_title {
 text-align: center;
 font-size: 23px;
 margin-bottom: 30px;
 line-height: 28px;
 letter-spacing: 2px;
}
.owner24 .access_reason_title span {
 font-size: 28px;
 font-weight: bold;
}
.owner24 .access_reason ul {
 width: 520px;
 margin: 0px auto 0px auto;
}
.owner24 .access_reason ul li {
 border: solid 1px #CCCCCC;
 border-radius: 7px;
 box-sizing: border-box;
 line-height: 22px;
 padding: 15px 35px;
 font-size: 14px;
 letter-spacing: 0px;
 margin-bottom: 20px;
 box-shadow: 1px 1px 5px grey;
}
.owner24 .access_reason ul li span {
 font-weight: bold;
}
.owner24 .access_reason_staff {
 position: absolute;
 top: 485px;
 right: 70px;
}
.owner24 .access_reason_bottom {
 position: absolute;
 top: 558px;
 right: 0px;
 left: 0px;
 margin: auto;
 width: 128px;
}
.owner24 .kanri {
 margin-bottom: 60px;
 margin-top: 60px;
}
.owner24 .kanri h3 {
 background-color: #F5F5F5;
 line-height: 47px;
 text-indent: 20px;
 font-size: 20px;
 border-left: solid 5px #163E80;
 border-bottom: none;
 margin: 0px 0px 20px 0px;
 text-align: left;
 padding: 0px;
 font-weight: bold;
}
.owner24 .kanri p {
 margin-top: 15px;
 font-size: 15px;
 text-align: center;
}
.owner24 .kanri img {
 display: block;
 margin: 50px auto 0px auto;
}
.owner24 .flow {}
.owner24 .flow h3 {
 background-color: #F5F5F5;
 line-height: 47px;
 text-indent: 20px;
 font-size: 20px;
 border-left: solid 5px #163E80;
 border-bottom: none;
 margin: 0px 0px 20px 0px;
 text-align: left;
 padding: 0px;
 font-weight: bold;
}
.owner24 .flow img {
 display: block;
 margin: 40px auto 0px auto;
}

.ow_seminar_bn{
	width:1000px;
	margin:0px auto;
}
.ow_seminar_bn a{
	display:block;
}
.ow_seminar_bn a img{

}
/* ----------------------------------------
new_apartment
---------------------------------------- */
@font-face {
 font-family: 'sitefont';
 src: url('../fonts/font_1_honokamarugo_1.1.eot') format('oldIE'),
  url('../fonts/font_1_honokamarugo_1.1.woff') format('woff'),
  url('../fonts/font_1_honokamarugo_1.1.ttf') format('truetype');
}
.apartment_wrap h1 {
 display: none !important;
}
.apartment_wrap p {
 font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
 color: #333;
 font-size: 14px;
 line-height: 24px;
 letter-spacing: 0.1em;
}
#woman {
 position: absolute;
 top: -50px;
}
#couple {
 position: absolute;
 top: -50px;
}
#family {
 position: absolute;
 top: -50px;
}
.apartment_main {
 width: 100%;
 background: url(../newapartment/img/main_img.png);
 background-size: 1900px;
 background-position: top;
 background-repeat: no-repeat;
 height: 1260px;
 position: relative;
}
.apartment_main_inner {
 width: 1000px;
 height: 68vw;
 margin: 0 auto;
 position: relative;
}
.apartment_logo {
 position: absolute;
 left: 30px;
 top: 10px;
}
.apartment_main_text {
 position: absolute;
 left: 0;
 bottom: 20%;
}
.apartment_menu {
 width: 100%;
 background: url(../newapartment/img/menu_bg.png);
 height: 230px;
 box-sizing: border-box;
 padding: 40px 0;
 margin-bottom: 50px;
}
.apartment_menu ul {
 width: 900px;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
}
.apartment_content_wrap {
 width: 1000px;
 margin: 0 auto;
}
.apa_con {
 display: flex;
 justify-content: space-between;
 margin: 10px 0 50px;
 position: relative;
}
.apa_con::after {
 content: "";
 background: url(../newapartment/img/icon_img1.png);
 display: block;
 width: 484px;
 height: 281px;
 position: absolute;
 right: 0;
 bottom: -40px;
}
.apa_con img {
 display: block;
 margin-left: -6px;
}
.apa_con_text {
 width: 485px;
}
.apa_con_text span {
 display: inline-block;
 font-family: 'sitefont';
 color: #db7663;
 font-size: 20px;
 letter-spacing: 0.1em;
 line-height: 28px;
 margin-top: 30px;
 font-weight: bold;
}
.apa_con_text span::after {
 content: "";
 display: block;
 width: 100%;
 height: 8px;
 background: radial-gradient(circle farthest-side, #db7663, #db7663 30%, #fff 50%, #fff);
 background-size: 10px 10px;
}
.apa_con_text span::before {
 display: inline-block;
 margin-right: 10px;
 content: "\25B6";
 color: #db7663;
 font-size: 20px;
}
.apa_con_text h3 {
 font-family: 'sitefont';
 color: #333333;
 font-size: 28px;
 line-height: 38px;
 margin: 20px 0;
 letter-spacing: 0.1em;
}
.apa_con_vera {
 position: relative;
}
.apa_con_vera h2 {
 text-align: center;
 padding-left: 190px;
 margin-bottom: 30px;
}
.apa_con_vera::before {
 content: "";
 background: url(../newapartment/img/icon_img7.png);
 display: block;
 width: 156px;
 height: 128px;
 position: absolute;
 left: 30px;
 top: -20px;
}
.apa_con_link {
 width: 1000px;
 height: 555px;
 background: url(../newapartment/img/con_bg1.png);
 position: relative;
 margin-bottom: 30px;
}
.apa_con_link a {
 position: absolute;
 left: 270px;
 top: 445px;
}
.apa_con_estate {
 position: relative;
}
.apa_con_estate::before {
 content: "";
 background: url(../newapartment/img/icon_img2.png);
 display: block;
 width: 135px;
 height: 307px;
 position: absolute;
 left: 30px;
 top: -160px;
}
.apa_con_estate h2 {
 text-align: center;
 padding-left: 190px;
 margin-bottom: 30px;
}
.apa_estate_btn a {
 display: block;
 width: 459px;
 margin: 30px auto;
}
.apa_room_wrap {
 width: 1000px;
 background: url(../newapartment/img/room_bg.png);
 padding: 50px 0 35px;
 position: relative;
 text-align: center;
}
.apa_room_wrap::before {
 content: "";
 background: url(../newapartment/img/icon_img3.png);
 display: block;
 width: 195px;
 height: 195px;
 position: absolute;
 left: 20px;
 top: -130px;
}
.apa_room_wrap::after {
 content: "";
 background: url(../newapartment/img/icon_img4.png);
 display: block;
 width: 117px;
 height: 158px;
 position: absolute;
 right: 50px;
 top: -20px;
}
.apa_room_wrap h3 {
 margin-bottom: 30px;
}
.apa_room_madori {
 position: relative;
}
.apa_room_madori a {
 position: absolute;
 right: 75px;
 bottom: -50px;
}
.apa_room_content {
 width: 900px;
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 margin: 70px auto 0;
}
.apa_room_content img {
 object-fit: contain;
}
.apa_room_text {
 width: 590px;
 text-align: left;
}
.apa_room_text h4 {
 color: #794e2b;
 font-size: 23px;
 letter-spacing: 0.1em;
 line-height: 23px;
 margin: 0 0 10px;
 font-family: 'sitefont';
}
.apa_room_text p {
 font-family: 'sitefont';
}
.apa_room_text p span {
 display: inline-block;
 font-size: 17px;
 line-height: 25px;
 letter-spacing: 0.1em;
}
.apa_room_text ul {
 display: flex;
 justify-content: space-between;
 margin-top: 20px;
}
.apartment_content_bottom {
 position: relative;
}
.apartment_content_bottom::before {
 content: "";
 background: url(../newapartment/img/icon_img5.png);
 display: block;
 width: 68px;
 height: 142px;
 position: absolute;
 right: 20px;
 top: 730px;
}
.apartment_content_bottom h2 {
 text-align: center;
 margin: 50px 0 30px;
}
.apartment_content_bottom .apa_con::after {
 content: "";
 background: url(../newapartment/img/icon_list.png);
 display: block;
 width: 503px;
 height: 156px;
 position: absolute;
 right: 0;
 bottom: 40px;
}
.apartment_content_bottom .apa_con img {
 margin-left: -11px;
}
.apa_con_family {
 position: relative;
}
.apa_con_family::before {
 content: "";
 background: url(../newapartment/img/family_icon.png);
 display: block;
 width: 259px;
 height: 132px;
 position: absolute;
 right: -30px;
 top: -40px;
}
.apa_family_link {
 width: 1000px;
 height: 600px;
 background: url(../newapartment/img/con_bg2.png);
 position: relative;
 margin-bottom: 30px;
}
.apa_family_link::before {
 content: "";
 background: url(../newapartment/img/ti_icon.png);
 display: block;
 width: 390px;
 height: 71px;
 position: absolute;
 left: 30px;
 top: -20px;
}
.apa_family_link a {
 position: absolute;
 left: 270px;
 top: 500px;
}
.apa_room_wrap_b {
 position: relative;
 display: flex;
 justify-content: space-between;
 padding: 70px 20px 160px 50px;
 box-sizing: border-box;
}
.apa_room_wrap_b::before {
 content: "";
 background: url(../newapartment/img/icon_img6.png);
 display: block;
 width: 170px;
 height: 149px;
 position: absolute;
 left: auto;
 right: 50px;
 top: -100px;
}
.apa_room_wrap_b::after {
 content: "";
 background: url(../newapartment/img/room_icon.png);
 display: block;
 width: 310px;
 height: 211px;
 position: absolute;
 left: 50px;
 bottom: 0;
 top: auto;
}
.apa_room_wrap_b .apa_room_content {
 display: block;
 width: 310px;
 margin: 0;
}
.apa_room_wrap_b .apa_room_text {
 width: auto;
}
.room_btn {
 position: absolute;
 right: 50px;
 bottom: 40px;
}
.apa_room_wrap_b .apa_room_madori a {
 right: 400px;
 bottom: -30px;
}
.apa_contact_wrap {
 width: 1000px;
 margin: 50px auto 70px;
 background: #61df8e;
 border-radius: 10px;
 padding: 45px 50px;
 box-sizing: border-box;
}
.apa_contact_inner {
 width: 900px;
 border-radius: 10px;
 background: #fff;
 padding: 40px;
 text-align: center;
 box-sizing: border-box;
}
.apa_contact_inner h2 {
 display: inline-block;
 color: #328c50;
 font-size: 28px;
 line-height: 28px;
 position: relative;
 margin: 0 0 30px;
 font-family: 'sitefont';
}
.apa_contact_inner h2::before {
 content: "";
 background: url(../newapartment/img/contact_icon_l.png);
 display: block;
 width: 16px;
 height: 32px;
 position: absolute;
 left: -30px;
 bottom: 0;
}
.apa_contact_inner h2::after {
 content: "";
 background: url(../newapartment/img/contact_icon_r.png);
 display: block;
 width: 16px;
 height: 32px;
 position: absolute;
 right: -30px;
 bottom: 0;
}
.apa_contact_inner ul {
 display: flex;
 justify-content: space-between;
}
.apa_contact_inner ul li a {
 display: block;
 width: 390px;
 height: 150px;
 border-radius: 10px;
 background: #ffe678;
 padding: 30px 0;
 box-sizing: border-box;
 font-family: 'sitefont';
}
.apa_contact_inner ul li a h3 {
 font-size: 20px;
 line-height: 20px;
 letter-spacing: 0.05em;
}
.apa_contact_inner ul li:nth-child(1) a span {
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight: bold;
 font-size: 35px !important;
 margin-top: 25px;
}
.apa_contact_inner ul li:nth-child(1) a span::before {
 content: "";
 background: url(../newapartment/img/tel_icon.png);
 display: inline-block;
 width: 34px;
 height: 34px;
 margin-right: 10px;
}
.apa_contact_inner ul li:nth-child(2) a span {
 display: inline-block;
 width: 250px;
 height: 56px;
 line-height: 56px;
 text-align: center;
 font-size: 18px;
 border-radius: 30px;
 background: #fff;
 box-sizing: border-box;
 border: 2px solid #000;
 position: relative;
 box-shadow: 0 0 7px #aaa;
 margin-top: 15px;
 font-weight: bold;
}
.apa_contact_inner ul li:nth-child(2) a span::after {
 content: "";
 background: url(../newapartment/img/contact_arrow.png);
 display: inline-block;
 width: 8px;
 height: 12px;
 position: absolute;
 right: 25px;
 top: 22px;
}
.apa_side_btn {
 position: fixed;
 right: -10px;
 top: 30%;
 width: 156px;
}
.apa_side_btn img {
 width: 100%;
 object-fit: contain;
 margin-bottom: 15px;
}
.apa_contact_inner ul li:nth-child(2) a:hover span {
 box-shadow: none;
 transition: .3s;
 background: #ffe678;
 transform: translateY(2px);
}
/* ------------/new_apartment------------------- */





/* ------------nakada_base------------------- */

.noto{
    font-family: Noto Sans JP, sans-serif;
}

.nakadabase_main_wrap{
	background-image:url(/nakadabase/img/main_bg.webp);
	background-position-x:center;
	background-repeat:no-repeat;
	height:750px;
	overflow:hidden;
    position: relative;
	margin-bottom:100px;
}
.nakadabase_main_h{
    width: 100%;
    padding: 40px 40px 0px 40px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.nakadabase_main_logo{
	display:block;
}
.nakadabase_main_inq{
    display: block;
    width: 244px;
    padding: 20px 0px 20px 15px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: solid 2px #fff;
    background-color: rgb(167,0,0);
    background: linear-gradient(315deg, rgba(167,0,0,1) 0%, rgba(207,0,0,1) 100%);
    position: relative;
    border-radius: 60px;
    box-sizing: border-box;
}
.nakadabase_main_inq:hover{
    background: linear-gradient(315deg, rgb(143 0 0) 0%, rgb(163 0 0) 100%);
}
.nakadabase_main_inq::before {
    content: "";
    left: 27px;
    top: 20px;
    width: 22px;
    height: 17px;
    background-image: url(/nakadabase/img/mail_icon.webp);
    background-repeat: no-repeat;
    background-size:100%;
    position: absolute;
}
.nakadabase_main_title{
    display: block;
    width: 1100px;
    margin: 100px auto 0px auto;
}

.nakadabase_main_bike_wrap{
    width: 100%;
    height: 107px;
    overflow: hidden;
    margin: 0px auto 0px auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.nakadabase_main_bike{
  font-size:2em;
  color:#FFF;
  animation: flowing 18s linear infinite;
  transform: translateX(100%);
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}
.nakadabase_shosai_wrap{
    width: 1100px;
    margin:0px auto 70px auto;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: self-start;
}
.nakadabase_shosai_wrap img:nth-child(1){
	margin-bottom:34px;

}
.nakadabase_shosai_top_img{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 1100px;
}
.nakadabase_shosai_top_img_l{

}
.nakadabase_shosai_top_img_l img{

}
.nakadabase_shosai_top_img_r{
    width: 541px;
}
.nakadabase_shosai_top_img_r img{

}
.nakadabase_shosai_box{
	width:523px;
}
.nakadabase_shosai_box h2{
    color: #b09c92;
    font-size: 22px;
    border-bottom: dashed 2px #7c7c7c;
    font-weight: 500;
    padding: 0px 0px 12px 0px;
}
.nakadabase_shosai_box h2 span{
	color:#c30000;
	font-weight:bold;
}
.nakadabase_shosai_box h2 span span{
	color:#c30000;
	font-size:33px;
	font-weight:bold;
}
.nakadabase_shosai_box p{
    font-size: 15px;
    margin: 12px 0px 32px 0px;
    line-height: 25px;
}
.nakadabase_shosai_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nakadabase_shosai_box ul li {
width: 162px;
    border: solid 2px #cabbb3;
    margin-bottom: 21px;
    box-sizing: border-box;
	position:relative;
}

.nakadabase_shosai_box ul li:nth-child(4),.nakadabase_shosai_box ul li:nth-child(5),.nakadabase_shosai_box ul li:nth-child(6){
	margin-bottom:0px;
}
.nakadabase_shosai_box ul li:nth-child(6) {
	border:none;
	position:relative;
}
.nakadabase_shosai_box ul li:nth-child(6)::before {
    content: "";
    left: 0px;
    top: -7px;
    width: 193px;
    height: 60px;
    background-image: url(/nakadabase/img/shosai_kakuinin.webp);
    background-repeat: no-repeat;
    position: absolute;
}
.nakadabase_shosai_box ul li:nth-child(6) {

}
.nakadabase_shosai_box ul li:nth-child(6) a{
    display: block;
    font-size: 14px;
    background-color: #c30000;
    color: #fff;
    text-align: center;
    padding: 12px 8px 12px 0px;
    margin: 59px 0px 0px 0px;
    box-sizing: border-box;
    box-shadow: 0px 4px #d4d4d4;
    position: relative;
}
.nakadabase_shosai_box ul li:nth-child(6) a:hover{
	background-color:#9f0000;
}
.nakadabase_shosai_box ul li:nth-child(6) a::before {
    content: "";
    top: 16px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}
.nakadabase_shosai_gou{
    font-size: 14px;
    text-align: center;
    background-color: #cabbb3;
    padding: 7px 0px;
    margin: 2px;
}
.nakadabase_shosai_box ul li p{
    font-size: 14px;
    margin: 6px 0px 6px 0px;
    text-align: center;
    line-height: 24px;
}
.nakadabase_shosai_box ul li p span{
    display: block;
    font-size: 19px;
    color: #94796b;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

.nakadabase_shosai_seiyaku::before {
    content: "成約済み";
    color: #fff;
    padding-top: 34px;
    font-size: 17px;
    text-align: center;
    background-color: #3333339e;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}
.nakadabase_shosai_box ul li a{

}
.nakadabase_shosai_setubi{
	background-color:#f5f1ee;
	padding:30px;
    margin: 40px 0px 0px 0px;
}
.nakadabase_shosai_setubi p{
    font-size: 14px;
    margin: 0px;
    line-height: 29px;
}
.nakadabase_shosai_setubi p span{
	font-weight:bold;
}

.nakadabase_list_wrap{
	width:1100px;
	margin:0px auto 70px auto;
	padding:50px;
	background-color:#cabbb3;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: self-start;
    box-sizing: border-box;
	position:relative;
}
.nakadabase_list_wrap::before {
    content: "";
    width: 1100px;
    height: 175px;
    background-image: url(/nakadabase/img/img_list_topbg.webp);
    top:0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}
.nakadabase_list_box{
	padding: 50px 30px 30px 30px;
	background-image:url(/nakadabase/img/img_list_bg.webp);
	position:relative;
}
.nakadabase_list_box:nth-child(1){
	margin-bottom:20px;
	width:1000px;
}
.nakadabase_list_title{
    background-image: url(/nakadabase/img/img_list_title.webp);
    width: 286px;
    height: 65px;
    margin: 0px auto 40px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0px 0px 0px;
    box-sizing: border-box;
}
.nakadabase_list_box img{

}
.nakadabase_list_img01::before {
content: "";
    width: 144px;
    height: 111px;
    background-image: url(/nakadabase/img/img_list_img_illust01.webp);
    bottom: 430px;
    right: -23px;
    position: absolute;
    z-index: 1;
}
.nakadabase_list_img02::before{
    content: "";
    width: 241px;
    height: 174px;
    background-image: url(/nakadabase/img/img_list_img_illust02.webp);
    top: -30px;
    left: -130px;
    position: absolute;
}
.nakadabase_list_img03::before{
    content: "";
    width: 265px;
    height: 228px;
    background-image: url(/nakadabase/img/img_list_img_illust03.webp);
    bottom: -120px;
    right: -90px;
    position: absolute;
}

.nakadabase_list_fast{
    justify-content: space-between;
    display: flex;
    align-items: self-start;
}
.nakadabase_list_fast_l{

}
.nakadabase_list_fast_l img{

}
.nakadabase_list_fast_r{
	width:454px;
}
.nakadabase_list_fast_title{

}
.nakadabase_list_fast_title span{
    font-size: 21px;
    padding: 11px;
    font-weight: bold;
    color: #fff;
    background-color: #94796b;
    padding: 13px 17px;
    line-height: 23px;
    display: block;
    margin-bottom: 7px;
    width: fit-content;
}
.nakadabase_list_fast_tex{
    background-color: #FFF;
    font-size: 14px;
    line-height: 24px;
    padding: 20px;
    margin: 21px 0px 14px 0px;
}
.nakadabase_list_fast_tex span{
font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 22px;
	margin-bottom:5px;
}
.nakadabase_list_fast_tex span span{
    font-weight: bold;
    color: #c30000;
	margin:0px;
    display: inline-block;
}
.nakadabase_list_fast_r img{
	display:block;
	margin:0px 0px 0px 0px;
}

.nakadabase_inq_wrap{
    background-image: url(/nakadabase/img/inq_bg.webp);
    background-size: cover;
    padding: 60px 0px;
    margin: 120px 0px -18px 0px;
}
.nakadabase_inq_box{
	width:1000px;
	margin:auto;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}
.nakadabase_inq_l{
	width:445px;
	background-color:#FFF;
	padding:30px;
    box-sizing: border-box;
}
.nakadabase_inq_shop{
    width: 306px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: auto;
    background-color: #b5a399;
    padding: 10px 0px;
    margin: 0px auto 13px auto;
}
.nakadabase_inq_tel{
    font-size: 39px;
    font-weight: bold;
    background-image: url(/nakadabase/img/tel_icon.webp);
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: 0px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 27px;
    text-align: center;
    line-height: 32px;
    width: fit-content;
}
.nakadabase_inq_l p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 14px 0px 0px 0px;
}
.nakadabase_inq_r{
	width:500px;
}
.nakadabase_inq_r p{
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 8px 0px;
    margin: 20px 0px 22px 0px;
}
.nakadabase_inq_r p::before {
	content: "";
	background-image:url(/nakadabase/img/inq_title_icon.webp);
	width:19px;
	height:34px;
	top:0px;
	right:230px;
	left:0px;
	margin:auto;
	position:absolute;
}
.nakadabase_inq_r p::after {
    content: "";
	background-image:url(/nakadabase/img/inq_title_icon.webp);
	width:19px;
	height:34px;
	top:0px;
	right:0px;
	left:230px;
	margin:auto;
	transform: scale(-1, 1);
	position:absolute;
}
.nakadabase_inq_link{
display: block;
    font-size: 22px;
    background-color: #c30000;
    color: #fff;
    text-align: center;
    padding: 38px 0px 38px 18px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 6px #b6b3b0;
    background-image: url(/nakadabase/img/mail_icon.webp);
    background-repeat: no-repeat;
    background-position-x: 37px;
    background-position-y: 31px;
	position:relative;
}
.nakadabase_inq_link:hover{
	background-color:#9f0000;
}
.nakadabase_inq_link::before {
    content: "";
    top: 39px;
    right: 33px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.semi_main_wrap{
	height:675px;
	background-image:url(/chintaikeiei/img/main_bg.webp);
	background-repeat:no-repeat;
	background-position-x:center;
    overflow: hidden;
	position:relative;
}
.semi{
    font-family: 'Noto Sans JP', sans-serif !important;
}
.semi_main{
	width:1100px;
	margin:auto;

}
.semi_main_title{
    margin: 114px 0px 0px 0px;
}
.semi_main_title ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 395px;
}
.semi_main_title ul li{
	
}
.semi_main_title ul li img{

}
.semi_main_title h2{
    margin: 30px 0px 40px 0px;
    line-height: 84px;
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}
.semi_main_title p{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	margin:0px 0px 0px 0px;
font-style:italic;
}

.semi_event_wrap{
    background-image: url(/chintaikeiei/img/event_bg.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    padding:170px 0px 100px 0px;
    margin: -72px 0px 0px 0px;
}
.semi_event_wrap h2{
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 27px 0px;
    position: relative;
}
.semi_event_wrap h2::after {
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 49px;
    height: 4px;
    background-color: #333;
    position: absolute;
}
.semi_event_wrap iframe{
    width: 1100px;
    height: 400px;
    margin: auto;
    display: block;
}
.semi_event_box{
	width:1100px;
	margin:auto;
}
.semi_event_box ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
    display: flex;
    justify-content:left;
    align-items: center;

}
.semi_event_box ul li{
	width:525px;
	margin-right:50px;
}
.semi_event_box ul li:last-child{
	margin-right:0px;
}
.semi_event_box ul li a{
	display:block;
	background-color:#FFF;
	padding:25px 27px;
}
.semi_event_box ul li a:hover{
	background-color:#f4f4f4;
}
.semi_event_title{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: -25px;
}
.semi_event_sav{
	padding:0px 20px;
	line-height:48px;
	font-size:18px;
	margin-right:13px;
	color:#fff;
	background-color:#000;
}
.semi_event_title h3{
    font-size: 19px;
    line-height: 22px;
    font-weight: bold;
}
.semi_event_title h3 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
}
.semi_event_img_box{
    display: flex;
    justify-content: space-between;
}
.semi_event_img{
	width:228px;
	height:157px;
}
.semi_event_img img{
    width: 100%;
    height: 157px !important;
    object-fit: cover;
    transition: 0.5s;
}
.semi_event_box ul li a p{
	margin:23px 0px 0px 0px;
	font-size:15px;
	line-height:28px;
}
.semi_event_link{
    display: block;
    width: 323px;
    background-color: #FFF;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    border: solid 2px #000;
    margin:50px auto 0px auto;
box-shadow: 6px 6px #9dbdcf;
transition: all 0.2s;
}
.semi_event_link:hover{
    background-color: #ededed;
    box-shadow: none;
    transform: translate(6px, 6px);
}

.semi_event_link::before{
    content: "";
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.semi_event_link::after{
    content: "";
    right: 17px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 5px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
}

.semi_qa_wrap{
    background-image: url(/chintaikeiei/img/qa_bg.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 100px 0px;
    margin: 0px 0px 0px 0px;
}
.semi_qa_wrap h2{
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 27px 0px;
    position: relative;
}
.semi_qa_wrap h2::after {
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 49px;
    height: 4px;
    background-color: #333;
    position: absolute;
}
/*-------qa_menu----------*/
 .accordionbox {
width: 1000px;
    margin: 50px auto 50px;
 }
 .accordionlist dt {
  display: block;
  overflow: hidden;
 }
 .accordionlist dt:first-child,
 .accordionlist dt:nth-child(2) {
  border-top: none !important;
 }
 .accordionlist dt .title {
  position: relative;
  float: left;
  background-color: #fff;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  color: #000;
  font-size: 20px;
  padding-left: 25px;
  line-height: 80px !important;
  border-radius: 5px;
 }
 .accordionlist dt .title p {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
 }
 .accordionlist dt .title p span {
    font-weight: bold;
    font-size: 33px;
    color: #08006f;
    margin: -7px 15px 0px 0px;
}
 .accordionlist dd {
    position: relative;
    display: none;
    background: #eee;
    padding: 20px 20px 20px 25px;
    margin: 0;
    background: #ffff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    border-radius: 0 0 5px 5px;

 }
.accordion_answer{
    display: flex !important;
    align-items: self-start;
}
.accordionlist dd span{
    display: block;
    font-size: 33px;
    font-weight: bold;
    color: #8f0000;
    margin-right: 15px;
}
 .accordion_icon,
 .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
 }
 .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 10px;
  margin-top: -45px;
 }
 .accordion_icon span {
  position: absolute;
  left: 0px;
  width: 70%;
  height: 2px;
  background-color: #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
 }
 .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
 }
 .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
 }
 .accordion_icon.active span:nth-of-type(1) {
  display: none;
 }
 .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
 }
 .clearfix.active {
  background-color: #e6d9ba;
 }
 .accordionlist dt .title:hover {
  background-color: #fff7d7;
  transition: .3s;
 }
 .accordionlist dt .title.active {
  border-bottom: 1px solid #ccc;
  color: #000;
  border-radius: 5px 5px 0 0;
 }
 .accordionlist dt .title.active p {}
 .qa_block {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    border:solid 2px #747474;
 }
 /*-------/qa_menu----------*/

/*タブのスタイル*/
.tabs{
	width:1100px;
	margin:auto;
}
.tab_item {
    width: 500px;
    background-color: #fff;
    line-height: 78px;
    font-size: 20px;
    text-align: center;
    color: #333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
    cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
    background-position-y: center;
    background-position-x: 172px;
}
.tab_item:nth-child(2){
	background-image:url(/chintaikeiei/img/qa_tabu_l_off.webp);
    margin-left: 45px !important;
}
.tab_item:nth-child(4){
	background-image:url(/chintaikeiei/img/qa_tabu_r_off.webp);
}
.tab_item span{
    border-bottom: solid 2px #000;
    padding: 0px 3px;
}
.tab_item:hover {

}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 0px 0px 0;
    clear: both;
    background-color: #fff;
    border: solid 2px #08006f;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #08006f;
    color: #fff;
    height: auto;
    line-height: 87px;
    position: relative;
    z-index: 1;
    margin: 1px 0px 0px 0px;
    color: #fff;
    padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
    background-position-y: center;
    background-position-x: 162px;
}
.tabs input:checked + .tab_item:nth-child(2){
	background-image:url(/chintaikeiei/img/qa_tabu_l_on.webp);
}
.tabs input:checked + .tab_item:nth-child(4){
	background-image:url(/chintaikeiei/img/qa_tabu_r_on.webp);
}
.tabs input:checked + .tab_item span{
    border-bottom: solid 2px #fff;
    padding: 0px 3px;
}
.tabs input:checked + .tab_item::before {
    content: "";
    left: 0px;
    right: 0px;
    bottom: -29px;
    margin: auto;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 12px solid transparent;
    border-top: 17px solid #08006f;
    position: absolute;
}


.semi_inq_wrap{
    background-image: url(/chintaikeiei/img/inq_bg.webp);
    background-repeat: no-repeat;
    background-position-x: center;
    padding: 100px 0px;
    margin: 0px 0px 0px 0px;
	background-size:cover;
}
.semi_inq_wrap h2{
    font-size: 38px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
	color:#fff;
}
.semi_inq_wrap h2::before {
content: "";
    left: 0px;
    right: 330px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 67px;
    height: 2px;
    background-color: #fff;
    position: absolute;
}
.semi_inq_wrap h2::after {
content: "";
    right: 0px;
    left: 330px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 67px;
    height: 2px;
    background-color: #fff;
    position: absolute;
}

.semi_inq_box{
	width:1000px;
	margin:auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.semi_inq_box ul{
	width:481px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.semi_inq_box ul li{
    margin-bottom: 24px;
}
.semi_inq_box ul li:last-child{
    margin-bottom: 0px;
}
.semi_inq_box ul li a{
	display:block;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	background-color:#FFF;
	line-height:78px;
	position:relative;
	background-image:url(/chintaikeiei/img/inq_icon01.webp);
	background-repeat:no-repeat;
    background-position-x: 60px;
    background-position-y: center;
	box-shadow: 6px 6px #dddddd;
transition: all 0.2s;
}
.semi_inq_box ul li a:hover{
    background-color: #ededed;
    box-shadow: none;
    transform: translate(6px, 6px);
}

.semi_inq_box ul li:last-child a{
	background-image:url(/chintaikeiei/img/inq_icon02.webp);
}
.semi_inq_box ul li a::before{
    content: "";
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.semi_inq_box ul li a::after{
    content: "";
    right: 17px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 5px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
}

.semi_inq_box ul li a span{
	color:#08006f;
	font-size:21px;
	font-weight:bold;
}
.semi_inq_box ul li:last-child a span{
	color:#8b0000;
}
.semi_inq_link{
    width: 488px;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    padding: 34px 0px 40px 0px;
    background-image: url(/chintaikeiei/img/inq_r_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 6px 6px #dddddd;
    display: block;
    position: relative;
transition: all 0.2s;
}
.semi_inq_link:hover{
    opacity: 0.7;
    box-shadow: none;
    transform: translate(6px, 6px);
}
.semi_inq_link::before{
    content: "";
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    right: 15px;
    bottom: 14px;
    border: 2px solid #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.semi_inq_link::after{
    content: "";
    right: 17px;
    bottom: 19px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 5px solid transparent;
    border-left: 5px solid #000;
    position: absolute;
}
.semi_inq_link span{
    width: 364px;
    display: block;
    margin: auto;
    background-color: #626262;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 57px;
    position: relative;
    margin-bottom: 39px;

}
.semi_inq_link span::before {
    content: "";
    left: 0px;
    right: 0px;
    bottom: -29px;
    margin: auto;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 12px solid transparent;
    border-top: 17px solid #626262;
    position: absolute;
}



}
/* media screen fin 消さないこと */