/*
 Theme Name:   chika
 Template:     ambition-pro
 Version: 2023.03
*/

.back-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1;
}

body {
	font-family: 'Noto Sans Japanese', serif;
}

#site-logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alphabet{
	font-size:1.25em;
}

.google-map {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 0px;
}

.call-to-action {
    display: none;
}

.widget_service .highlighted-content {
	font-size: 20px;
	line-height: 27px;
	color: #000
}

.hgroup-wrap {
   opacity:0.8;
}

#map_container {
	position: relative;
	padding-top: 25%;
        width: 100%;
        margin: 0 auto;
        max-width: 1170px;
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.company {
	background-color:#009FE8;
}

.profile div {
	background-color:#303030;
	padding: 50px 0px 50px;
	text-align: center;
}

.widget_custom {
    margin-bottom: 0;
    padding: 60px 0 0px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media only screen and (max-width: 767px){
.widget_custom {
    margin-bottom: 0 !important;
}
}

#profile_table{
	width:95%;
	margin:0 auto;
	border-width: 1px 0 0 0;
        max-width: 1170px;
}

#profile_table th{
	width:50%;
	color:#FFFFFF;
	text-align:left;
	padding-left:25%;
	border:none;
	border-top: 1px solid #ffffff;
        text-transform:none;
}

#profile_table td{
	width:50%;
	color:#FFFFFF;
	text-align:left;
	border:none;
	border-top: 1px solid #ffffff;
}

.widget {
	border-bottom:none;
}

.fill {
    background-color:#ddeeff;
    border:1px solid #ccc;
    padding:5px;
    margin-bottom: 5px;
    display:inline-block;
}

.headline2{
    padding: 20px ;
    background: -webkit-repeating-linear-gradient(-45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
    background: repeating-linear-gradient(-45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    /* font-weight: bold; */
    font-size:25px;
    display:inline-block;
}

.headline3{
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #3ab0db;
    font-size:20px;
    border-bottom: 1px solid #ccc;
}

/** access **/

.access-content {
   width: 72%;
   height: 100%;
   margin-top: 120px;
}

.right {
   float:right;
   height:100%;
}

.left {
   float:left;
   height:100%;
}

.accessbox {
    clear:both;
    width:100%;
    height: 300px;
    display: table;
}

.access img {
   border-radius: 5px;
}

.access h2{
    font-weight: bold;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #3ab0db;
    font-size:20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.access h3 {
    font-weight: bold;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #3ab0db;
    font-size:20px;
    border-bottom: 1px solid #ccc;
}

.access h4 {
	position: relative;
	padding: 0 .5em .5em 1.7em;
}

.access h4::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #3ab0db;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* privacy */

.privacy h2{
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #3ab0db;
    font-size:20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.privacy h3 {
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 7px solid #3ab0db;
    font-size:20px;
    border-bottom: 1px solid #ccc;
}

.privacy h4 {
    font-size:18px;
    letter-spacing: 1px;
	padding-bottom: 10px !important;
}

.privacy h4::after {

}

.privacy li {
	margin-bottom: 0.2em;
}

.stamp {
    width: 50%;
    float: right;
	line-height: 1.6em;
}

@media only screen and (max-width: 1290px){
#map_container {
	position: relative;
	padding-top: 25%;
        width: 100%;
        margin: 0 auto;
        max-width: 964px;
}
#profile_table{
	width:95%;
	margin:0 auto;
	border-width: 1px 0 0 0;
        max-width: 964px;
}
}

@media only screen and (max-width: 767px){

#map_container {
	position: relative;
	padding-top: 60%;
        width: 100%;
        margin: 0 auto;
}

.accessbox {
	height:initial;
}
.access-content {
	margin-top:0px;
}
.right {
   float:initial;
}

.left {
   float:initial;
}
}
@media only screen and (max-width: 778px){
	#profile_table th {
	    width: 50%;
	    color: #FFFFFF;
	    text-align: left;
	    padding-left: 10%;
	    border: none;
	    border-top: 1px solid #ffffff;
	    text-transform: none;
	}
	#profile_table td {
	    width: 50%;
	    color: #FFFFFF;
	    text-align: left;
	    border: none;
	    border-top: 1px solid #ffffff;
	}
}

@media only screen and (max-width: 480px){
	#profile_table th {
	    width: 40%;
	    color: #FFFFFF;
	    text-align: left;
	    padding-left: 5%;
	    border: none;
	    border-top: 1px solid #ffffff;
	    text-transform: none;
	}
	#profile_table td {
	    width: 60%;
	    color: #FFFFFF;
	    text-align: left;
	    border: none;
	    border-top: 1px solid #ffffff;
	}
	.stamp {
    	width: 75%;
    	float: right;
		line-height: 1.6em;
	}
}
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: lightcyan;
}
.table td, .table th {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}

input[type="text"][readonly]{
    background:#DCDCDC;
}

/* js clingify */
.js-clingify-wrapper {
    position: fixed ;
    z-index: 9999 ;
}

.site-info .copyright {
    text-align: center;
    float: left;
    padding-top: 2px;
    width: 100%;
}

.footer-links{
	margin-bottom:15px;
}

.footer-links ul{
    list-style: none;
}

.footer-links li{
	display: inline-block;
}

.footer-links li:first-child:before {
    display: none;
    margin: 0;
}

.footer-links li:before {
    margin: 0 10px;
    border-radius: 50%;
    background-color: #444444;
    content: " ";
    display: inline-block;
    height: 3px;
    left: -1px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 3px;
}

.ti0{
	text-indent:0em;
	padding-left:0em;
}

.ti1{
	text-indent:1em;
	padding-left:1em;
}

.ti2{
	text-indent:2em;
	padding-left:2em;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.news {
	width: 90%;
	margin: 0 auto;
	text-align:left;
   letter-spacing: 2px;
}

#news ul {
   margin:0;
   padding:0;
   list-style:none;
}

#news li {
   padding:15px 0 15px 30%;
   text-indent: -14.7em;
}

#news .date {
   width: 7em;
   display:inline-block;
   text-indent: 0;
}

#news li a {
   text-decoration:none;
   color:#000;
}

#news li a:hover {
   opacity:0.8;
   text-decoration:underline;
   color:#AB0404;

}

.seminar{
	color: #fff;
	background-color: #28a745;
	margin-right: 1em;
	display:inline-block;
	width:6em;
	text-indent:0;
}

.finance{
	color: #fff;
	background-color: #007bff;
	margin-right: 1em;
	display:inline-block;
	width:6em;
	text-indent:0;
}

.badge {
    padding: .5em .5em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.handling {
    text-align: center;
    padding: 2em;
    box-shadow: 0 0 4px gray;
    height: 12em;
}

.handling-title {
    display: inline-block;
    border-bottom: 3px solid #EF454A;
    padding-bottom: 20px !important;
    margin-bottom: 30px;
}

.row {
   padding-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
	.handling {
	    text-align: center;
	    padding: 2em;
	    box-shadow: 0 0 4px gray;
	    height: 100%;
	}
	.one-half {
		width:100%;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.one-half {
		width:100% !important;
	}
}

/* :::::: news-list :::::: */
@media print, (min-width: 1024px) {
	.news{
		width: 75%
	}
}
@media print, (min-width: 768px) {
	.news-list dt {
		float: left;
		clear:left;
	}
	.news-list dt,
	.news-list dd {
		padding: .8em 0;
	}
	.news-list dd {
		padding-left: 13em;
		word-break: break-all;
	}
}
@media screen and (max-width: 767px) {
	.news-list dt {
		padding-top: .8em;
		padding-bottom: .2em;
	}
	.news-list dd {
		padding-bottom: .8em;
		word-break: break-all;
	}
}

@media print, (min-width: 1024px) {
	.row .handling{
		padding: 2em 10em;
	}
}

.notice{
	text-indent: 1em;
}