@charset "UTF-8";
body {
    line-height: 1.7;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000;
}


/* ↓リセットCSS */
* {margin:0; padding:0; box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
h1, h2, h3, h4, h5, h6, p, address,
ol, dl, dt, dd,
caption, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
caption, th{
    text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	}
textarea { font-size: 100%; }
img { vertical-align: bottom;border:0px;}
table{border-collapse:collapse;border-spacing:0;}

/*CLEARFIX*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1; /* for IE 6/7 only */
	overflow:hidden;/* for DreamWeaver */
}
/* ↑リセットCSS */


/* 共通 */
.text_center{
	margin: 0 auto;
	text-align: center;
	width: 75%;}
.map_p strong{font-size: 24px;}

h2{
	text-align: center;
	border-bottom: solid;
	border-top: solid;
	margin: 0 auto;
	padding: 10px;
	font-size: 24px;
	width: 30%;
	borderidth:1.75px;
	border-color: #cc0022;
}

h3{font-weight: bold;
	padding: 5px 10px;
 	border-left: 5px solid #000;
 	background: #cde4ff;
}


h4{font-weight: bold;
	width: 70%;
	margin: 0 auto;}

span{
	border-bottom: solid 2px #cc0022;
	margin-left: 23%;
}

.comment{
	text-align: center;
	margin: 5px auto;
	border: solid #cc0022;
	width: 40%;
}

.company_text{width: 70%;}




.btm_50{
	margin-bottom: 50px;
}


.text_box{
	width: 70%;
	margin: 0 auto 50px;
    padding:5px 15px;
    color: #2c2c2f;
    background: #cde4ff;}


table {
	margin: 0 auto;
  border-collapse: collapse;
	text-align: center;
}


th,td{border:1px solid #333;
}

th{background-color:#cde4ff;
	padding: 5px 10px;}

td{text-align: left;
	padding: 5px 10px;}



/* header */
.title_box{display:flex;
	justify-content:space-between;
	height:100px;}

.phone{display:flex;
	height:100px;
	width:300px;
	font-size:28px;
	font-weight:bold;
	margin:0;
	line-height:100px}

.aicorporation{font-size:24px;
color: #2c2c2f;
font-weight:bold;}


/* footer */
footer{margin: 50px auto 0;
	padding: 20px;
	background: linear-gradient(#cc0022,1%,#ffffff);
	height:242px;}

.info_icon{
	margin: 0 auto;
	text-align: center;}


footer ul{
	display: block;
	text-align: end;
	font-weight:normal; 
	}

.copyright{
	font-size: 12Px;
	color: darkolivegreen;}


/* home */
.tophome{background-size:100% auto;}

.font{font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 21px;}

/* company */
.text_width70{width: 70%;
	margin: 0 auto;}

/* service */
.service_p strong{font-size: 24px;	}
.service_p{
	
}

.service{margin: 15px auto;
	width: 50%;
}

.service_main h2{width: 50%;}

.service_main span{width: 50%;}
