@charset "utf-8";
/*===========================
add
===========================*/

.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
.mainSub {
	 display: inline-block;
	 margin-top:20px;
	 font-size:70%;
	 line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
	.mainSub {
	 font-size:80%;
	 line-height: 1.6em;
}
}
.p-cnt {
	    font-weight: 600;
	    font-size:1.1em;
	    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
}

ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:43%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:26%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
.p-cnt {
	    font-weight: 600;
	    font-size:1.0em;
	    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 10px #fff;
}
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.8em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}

media only screen and (max-width: 768px) {
    .box-sd-inquiry {
        padding: 2rem 1.5rem 1.5rem;
        box-sizing: border-box;
    }
}
.box-sd-inquiry {
    padding: 6rem 2.5rem 5.2rem;
    background-color: var(--basic-color);
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -7px;
    color: #fff;
    border: 0px solid #999;
}

.btn-d a  {
    z-index: 1;
    width: 100%;
    max-width: 250px;
    text-align: center;
    color: #103306;
	  background-color: #fff;
    border: 1px solid;
    font-size: 90.75%;
	   position: relative;
    display: block;
	  max-width: 100%;
	 text-decoration: none;
}
.btn-d.btn-nores a,.btn-d.btn-tel a {
	  pointer-events: none;
}
.btn-d a::before {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d.btn-nores a::before {
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: solid 0px;
    border-right: solid 0px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-d.btn-nores a::before {
    content: '';
    position: absolute;
    top: 0%;	
}
.btn-d span {
    padding: 0.7em 0.7em 0.5em;
	font-size:1.1em;
	font-weight:bold;
}
.btn-d a, .btn-d span {
    position: relative;
    display: block;
}
.btn-d a span::before {
    right: 39px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-d.btn-nores a span::before {
    right: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: calc(100% - 26px);
    border-right: 0px solid;
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-d a::after {
    right: 10px;
    width: 18px;
    height: 1px;
    border-bottom: 1px solid;
}
.btn-d.btn-nores a::after {
    right: 0px;
    width: 0px;
    height: 0px;
    border-bottom: 0px solid;
}
.btn-d a:hover::before, .btn-d a:hover::after {
    animation: arrow .4s ease-out;
}
.btn-d a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after,
 .btn-f a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after {
    animation: arrow .4s ease-out;
}
.btn-d.btn-cnt a:hover {
    background-color: #0d5885;
    color: #fff;
}
@media only screen and (max-width: 880px) {
.btn-d span {
    padding: 1em 2em 1em 1em;
    font-size: 1.0em;
}
.btn-d a span::before {
    right: 33px;
}

}
@media only screen and (max-width: 768px) {
.btn-d.btn-tel a {
	  pointer-events:auto;
}
.btn-d span {
    padding: 1em;
    font-size: 1.0em;
    font-weight: bold;
}
.btn-d a span::before {
    right: 38px;
}
}
@media only screen and (max-width: 400px) {
.btn-d a {
    font-size: 80%;
}
.btn-d span {
    padding: 0.5em 1.5em 0.3em 0.5em;
    font-size: 1.0em;
    font-weight: bold;
}
.btn-d a span::before {
    right: 30px;
}
.btn-d a::after {
    right: 9px;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid;
}
.btn-d a::before {
    right: 9px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
}
.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}

}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    	  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(255,255,255,0.3);
    box-sizing: border-box;
	  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 3em 3em 2em 3em;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
.box-wrap {
    background: #f5fafe;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.5em;
	line-height: 1.3;
	color:#fff;
	font-weight: 600;
	font-size:1.1em;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
	text-shadow:inherit;
}
.box-ttl:after {
	     content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(-50%);
    background-color: #acacac;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.2em 1.2em 1.2em;
	box-sizing:border-box;
}
.p-ttl { 
	font-size:1.1em;
	text-align:center;
	font-weight:600;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	 font-size:1.0em;
	 text-align:left;
}

.business-ttl {
	 font-size:1.2em;
}

}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:1em;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 100px;
    min-width: 130px;
    display:table-cell;
    font-size:0.9em;
	  text-align: center;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th:nth-of-type(4),.table-scroll table  td:nth-of-type(4) {
    width: 90px !important;
    min-width: 90px;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}
.tbl-1 td {
	 text-align: center;
}
