@charset "utf-8";
/* CSS Document */

/* autas　レイアウト微調整用　クラボウ　2026.3. */


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justifyBet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.itemsCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemsEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}


.mainContent {
  line-height: 1.75;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5px;
}

.container {
  letter-spacing:normal;
}


.at-top-banner{
/*	background: url("../img/autus_topimg.jpg") no-repeat 0 0;
	background-size: cover;
*/	/*background-image: linear-gradient(151deg, rgba(255, 97, 97, 0.52), rgba(233, 178, 45, 0.52) 20%, rgba(192, 202, 75, 0.52) 34%, rgba(53, 179, 56, 0.52) 58%, rgba(86, 110, 243, 0.52) 79%, rgba(154, 39, 238, 0.52));*/
	background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url("../img/autus_topimg.jpg") no-repeat 0 0;
	background-size: cover;
	background-position: center;
	padding: 15px 0;
	margin: 0 auto;
	max-height: 400px;
	
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	}


/*@media screen and (max-width: 767px) {
	.at-top-banner{
		flex-direction: row;
	}
}

@media screen and (max-width: 767px) {
	.at-top-banner section{
		padding: 0 5px;
		width: 40%;
	}
}*/


.at-top-banner img {
	max-width: 500px;
    max-height: 380px;
	padding: 0 10px 0 0;
	margin: 0;
}

@media screen and (max-width: 900px) {
	.at-top-banner img {
		max-height: 200px;
		width: auto;
	}
}


.at-top-banner h1 {
    display: block;
	padding: 5px;
	font-size: 18px;
	line-height: 2;
	margin: 0 auto;
}

.at-top-banner h1 span{
	font-family: "Crimson Text", "游明朝体", "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
	font-size: 36px;
    font-style: italic;
}



@media (max-width: 768px) {
.at-top-banner h1{
	font-size: 14px;
  }
.at-top-banner h1 span{
	font-size: 24px;
	line-height: 1;
  }
.at-top-banner h2 {
	font-size: 10px;
  }
}




.at-top-banner h2 {
	letter-spacing:0.2em;
	line-height: 1.5;
}


.at-top-banner-child1 {
	color: #000000;
	text-shadow: 1px 1px 1px #fff;
}



.at-top-banner ul {
	text-indent: 10px;
}

.at-top-banner ul li {
	line-height: 2;
	font-size: 14px;
	width: 300px;
}

.at-top-banner ul li:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 7px;
	border-bottom: 2px solid #6699cc;
	border-left:  2px solid #6699cc;
	transform: rotate(-45deg);
	margin: 0 10px 0 0;
}
		

/*@media screen and (max-width: 767px) {
	.at-top-banner h1 {
		padding: 3px;
		font-weight: bold;
		font-size: 18px;
		line-height: 1.4;
		margin: 0 auto;
		}
	.at-top-banner h1 span{
		font-size: 14px;
		}
	.at-top-banner ul {
		text-indent: 10px;
		}
	.at-top-banner ul li {
		line-height: 1.5;
		font-size: 12px;
		width: 250px;
	}
}*/



.copyArea01{
	width: 100%;
	max-width: 700px;
	margin: 50px auto 0px;
	letter-spacing: 1.2px;
	font-size: 16px;
	padding: 0 5px;
}


.copyArea01 h3{
		font-weight: normal;
}


@media screen and (max-width: 767px) {
.copyArea01{
	font-size: 14px;
	}}




.aboutArea01 {
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 {
    padding: 40px 0;
  }
}
.aboutArea01 h3 {
  font-size: 32px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .aboutArea01 h3 {
    font-size: 20px;
  }
}

.aboutArea01 .aboutList01 {
  max-width: 530px;
  width: 48.5%;
  padding: 45px 30px 35px;
  margin: 25px auto;
  border: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutList01 {
    width: 100%;
    margin: 40px auto 0;
    padding: 35px 20px 25px;
  }
}
.aboutArea01 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 h4 {
    font-size: 18px;
  }
}
.aboutArea01 h4 span {
  font-family: "Cormorant SC", serif;
  font-size: 50px;
  color: #6699cc;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 h4 span {
    font-size: 40px;
    top: -25px;
    left: 25px;
  }
}
@media print, screen and (min-width: 767px) {
  .aboutArea01 .aboutTxt01 {
    font-size: 16px;
  }
}


.specArea01 h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
  margin-top: 50px;	
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .specArea01 h4 {
    font-size: 18px;
  }
}
.specArea01 h4:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #0c56bf;
  display: block;
  position: absolute;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .specArea01 h4:after {
    width: 25px;
  }
}



.specArea01 img {
	width: 100%;
	height: 100%;
/*	max-width: 400px;
*/	max-width: 200px;
	margin: 0 auto;
}


.list-mark ul{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
}

.list-mark li {
	width: 450px;
	margin: 5px 5px 5px 30px;
	display: inline-block;
	text-indent: -16px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
.list-mark li {
	width: 90%;
	padding: 5px;
	display: block;
	text-indent: -16px;
}
}


.list-mark li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #6699cc;
	display: inline-block;
	margin: 0 8px 2px 0px;
}

.list-mark li span {
	font-weight: normal;
}




.imgsize150 {
	max-height: 200px;
	max-width: 300px;
}

.concept__inner2 {
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  padding: 0 5%;
}


@media (max-width: 767px) {
.concept__inner2 {
  width: calc(100% - 30px);
  max-width: 1064px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  }
}

.concept__detail2 {
  width: calc(100% - 100px);
  padding-left: 10px;	
}
@media (max-width: 991px) {
  .concept__detail2 {
    width: calc(100% - 100px);
  }
}
@media (max-width: 767px) {
  .concept__detail2 {
    width: 100%;
/*    margin-top: 30px;
*/    padding-left: 0;	
  
  }
}


.link-box {
	background-image: linear-gradient(45deg,#d4ebff,#d5d3e0);
	box-shadow: 3px 3px 5px #eee;
	border-radius: 8px;
	padding: 20px 10px; 
	margin: 30px auto;
}

a.link-box:link {
	border: 2px solid #eee;
}

a .link-box:visited {
}

a .link-box:hover {
	background-color:#ddd;
}

a div .link-box:active {
	background-color:#AD8889;
}

.concept__img_fa {
  width: 200px;
/*  width: 382px;
  height: 514px;*/
}
@media (min-width: 768px) {
  .concept__img_fa {
    margin-right: 70px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .concept__img_fa {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .concept__img_fa {
    width: 250px;
/*    width: 300px;
    height: 200px;*/
  }
}
@media (max-width: 767px) {
  .concept__img_fa {
    width: 200px;
/*    width: 300px;
    height: 200px;*/
    margin: 0 auto;
  }
}


.concept__list{
	margin: 20px auto;
}

.concept__list h3{
	font-weight: bold;
	font-size: 20px;
}

.concept__list p{
	margin-top: 10px;
}



.at-table-style {
	width: 100%;
	max-width: 1100px;
	margin: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.at-table-style tr th,td {
	border: 1px solid #ccc;
	padding: 14px;
}

.at-table-style tr th {
	background-color: #f5f5f5;
	font-weight: bold;
	vertical-align: middle;	
}







	
