@charset "utf-8";

/* 組合員ではない方向け CSS */
h1 {
  font-size:0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.tit_about h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size:135%;
  margin:5px auto;
}
.tit_about img {
  zoom: 0.5;
  vertical-align: bottom;
}

h3.tt_s {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}
h3.point {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size:120%;
  letter-spacing: 0.05em;
  margin-bottom:20px;
}
h3 b,
h3.point b {
  color:#FF5810;
}
h3.point span {
  color:#FF5810;
  display:block;
  width:50%;
  margin:0 25% 10px;
  background:#FFEEE6;
  padding:3px 4px;
  position: relative;
  vertical-align: middle;
  border-radius:50px;
}
h3.point span:before {
  content: '';
  display: inline-block;
  width:41px;
  height:18px;
  margin-right:10px;
  margin-bottom:2px;
  background-image: url(/au_ji/about/img_new/h3_point.png);
  background-size: contain;
}

.navbtn ul li {
  width :25% ;
  width :-webkit-calc(97% / 3) ;
  width :calc(97% / 3) ;
  display: inline-block;
  position: relative;
  padding:10px 0;
  font-weight: bold;
}
.navbtn ul li a {
  display: block;
  text-align: center;
  border-right:1px solid #DDDDDD;
  text-decoration:none;
  font-size:84%;
  padding:5px 0 20px;
}
.navbtn ul li a:after {
  position: absolute;
  bottom:10px;
  right:46%;
  color: #FF5810;
  font-family: FontAwesome;
  content: "\f107";
  vertical-align: middle;
  font-size:140%;
}
.navbtn ul li.last a {
  display: block;
  text-align: center;
  border-right:none;
}
.merit_list {
  margin:20px 0 60px;
}
.merit_list li {
  background: #FAF8EF;
  padding:5px 20px;
  margin-bottom:10px;
  border-radius:50px;
}
.merit_list li p b {
  color:#dd478e;
}
.merit_list li p span {
  color:#515151;
  font-size:90%;
  display: block;
}
.merit_list li p {
  background-position:left;
  padding:5px 0 5px 14%;
}

.waribiki h3 {
  margin-bottom:20px;
  font-size:110%;
}
.waribiki h3 span {
  color:#dd478e;
  font-size:90%;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 100;
  margin-bottom:3px;
}
.waribiki h3 span::before,
.waribiki h3 span::after {
    background-color: #dd478e;
    border-radius: 5px;
    content: "";
    height: 1.5px;
    width: 24px;
}
.waribiki h3 span::before {
  margin-right:3px;
  transform: rotate(60deg);
}
.waribiki h3 span::after {
  margin-left: 3px;
  transform: rotate(-60deg);
}
.foot_yohaku {
  padding:40px 0 80px;
}
.bg_p h3 span {
  font-size:80%;
  font-weight:100;
}


/* PC用 */
@media screen and ( min-width:641px ) {
  .tit_about {
    text-align: center;
    padding:30px 0;
  }
  .tit_txt {
    padding:40px 0 50px;
    margin-bottom:60px !important;
  }
  .imgtxt {
    margin-bottom:40px;
  }
  .imgtxt img {
    float: right;
    width:38%;
  }
  .imgtxt p {
    float: left;
    width:59%;
  }
  .merit_list {
    width:640px;
    margin:0 auto 80px;
  }
  h3 { margin-bottom:20px; }
  .merit_list li {
    height:80px;
    display: flex;
    align-items: center;
  }
  .merit_list li.point1 p {
    background-image:url(../img/icon_1.png);
    background-size:40px;
    line-height:80px;
  }
  .merit_list li.point2 p {
    background-image:url(../img/icon_2.png);
    background-size:40px;
  }
  .merit_list li.point3 p {
    background-image:url(../img/icon_3.png);
    background-size:40px;
    line-height:80px;
  }
  .merit_list li.point4 p {
    background-image:url(../img/icon_4.png);
    background-size:40px;
  }
  .waribiki { margin-bottom:60px; }
  .waribiki img { margin-bottom:40px; }
  .bg_p {
    background: #fcdde9;
    padding:30px 20px 40px;
    border-radius:16px;
    text-align: center;
    margin-bottom:60px;
  }
  .pointbox img,
  .bg_p img { zoom: 0.8; }
  .pointbox {
    background: #FAF8EF;
    padding:30px;
    border-radius:16px;
    text-align: center;
  }

  /* 追従（PC） */
  .koteibtnarea {
    z-index: 900;
    top: 100px;
    right: 0;
    position: fixed;
    box-sizing: border-box;
  }
  .koteibtnarea ul {
    text-align: center;
    background: #fff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    width:43px;
    box-shadow: 0px 0 8px rgb(0 0 0 / 25%);
    font-weight: bold;
  }
  .koteibtnarea ul li.kotei_takuhai a {
    padding:14px 8px;
    background-color:#3aad7f;
    color:#fff !important;
    display: block;
  }
  .koteibtnarea ul li.kotei_tenpo a {
    padding:14px 8px;
    background-color:#e080ae;
    color:#fff !important;
    display: block;
  }
}

/* スマホ用 */
@media screen and ( max-width:640px ) {
  h3 { text-align: center; }
  .tit_about {
    text-align: center;
    padding:20px 0;
  }
  .tit_txt {
    margin-bottom:20px;
  }
  .merit_list li.point1 p {
    background-image:url(../img/icon_1.png);
    background-size:10%;
  }
  .merit_list li.point2 p {
    background-image:url(../img/icon_2.png);
    background-size:10%;
  }
  .merit_list li.point3 p {
    background-image:url(../img/icon_3.png);
    background-size:10%;
  }
  .merit_list li.point4 p {
    background-image:url(../img/icon_4.png);
    background-size:10%;
  }
  .waribiki { margin-bottom:40px; }
  .waribiki img { margin-bottom:20px; }
  .bg_p {
    background: #fcdde9;
    padding:20px;
    border-radius:16px;
    margin-bottom:20px;
  }
  .pointbox {
    background: #FAF8EF;
    padding:20px;
    border-radius:16px;
  }
}



/* PC用 */
@media screen and ( min-width:1100px ) {
  .navbtn,
  .pcwaku,
  h1.hajimete_main img {
    width :1100px;
    margin:0 auto;
  }
  h1.hajimete_main {
    background:url(../img/bg_main.jpg);
    text-align:center;
  }
}
@media screen and ( min-width:641px ) {
  .point_box_l {
		width:47%;
		float: left;
	}
	.point_box_r {
		width:47%;
		float: right;
		margin-bottom:60px;
	}
	.point_box_m {
		width:47%;
		margin:0 auto 80px;
	}
  .tit_about {
    margin-bottom:40px;
  }
  .point1img { zoom:0.6; }
  .point2img { zoom:0.7; }
  .waribiki img { zoom:0.8; }
  .pointbox,
  .parurunbox { margin-bottom:60px; }
  .parurunbox_txt {
    width:48%;
    float:left;
  }
  .parurunbox img {
    width:48%;
    float:right;
  }
}

/* スマホ用 */
@media screen and ( max-width:640px ) {
  .navbtn ul li a span {
    display: block;
  }
  .point1img {
    width:90%;
  }
	.point_box_l,
	.point_box_r,
  .pointbox,
  .parurunbox { margin-bottom:40px; }
	.point_box_m { margin-bottom:20px; }
}
