@charset "UTF-8";

#wrap {
  margin-top: 30vw;
  position: relative;
}

.sub_nav {
  background: #f97b28;
  padding: 4vw 8vw 8vw;
}

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

.sub_nav li {
  background: #fdfaf2;
  height: 36px;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  color: #f06c15;
  font-weight: 700;
  margin-right: 2vw;
  padding: 0 16px;
  margin-top: 4vw;
  font-size: 0.7em;
}

.sub_nav li a {
  color: #f06c15;
}

#about #wrap .inner {
  width: 90vw;
  margin: 8vw auto 12vw;
}

.pro_left {
  margin: 0 auto;
  width: 90vw;
}
.pro_left img {
  width: 90vw;
  margin: 0 auto;
}

.pro_right {
  margin-top: 32px;
  width: 90vw;
}

/*  discipline
------------------------*/

#discipline .inner02 p {
  position: absolute;
  left: 5vw;
  bottom: 0;
  z-index: 10;
  width: 28vw;
}
#discipline .inner02 p img {
  width: 100%;
}

#discipline .inner02 {
  position: relative;
  background: url(../img/about/ttl_pat.png) repeat-x;
  height: 150px;
  width: 100vw;
}

.ttl {
  background: #fff;
  width: 76vw;
  box-shadow: 2px 2px 1px rgba(255, 214, 161, 1);
  padding: 4vw 4vw 4vw 16vw;
  border-radius: 16px;
  position: relative;
  top: 7.5vw;
  margin: 0 5vw 0 19vw;
  font-weight: 600;
  line-height: 1.5;
  font-size: 12px;
}

.ttl span {
  font-size: 16px;
  color: #f97b28;
}

.block01,
.block02 {
  width: 90vw;
  margin: 64px auto 0;
}

.block01 img,
.block02 img {
  margin-bottom: 8vw;
  width: 100%;
}

.block01 p span,
.block02 p span {
  color: #f97b28;
}

.block01 p {
  width: 90vw;
  margin: 0 auto;
}

/* #friends
--------------------

#friends{
	text-align: center;

}

#friends ul.list{
	margin-bottom: 80px;
}

#friends .fri_title{
	background: url(../img/index/lead_bg_pat.png);
	width: 100%;
	color: #fff;
	text-align: center;
	padding-bottom: 96px;
}


#friends .fri_title h2{
	font-size: 40px;
	padding-top: 64px;
	padding-bottom: 16px;
	text-align: center;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.0;
}

#friends ul.list li{
	width: 946px;
	margin: 0 auto 40px;
	margin-top: 64px;
	background: url(../img/index/fri_bg_pat.png) #fff;
	border: #fff solid 6px;
	border-radius: 16px;
	height: 402px;
}

#friends ul.list .fri_left{
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	width: 505px;
	float:left;
}
#friends ul.list .fri_left img{
	border-radius: 12px 0 0 12px;
}
#friends ul.list .fri_right{
	float:left;
	width: 400px;
	padding-left: 56px;
}

#friends ul.list .fri_right{
	text-align: left;
}


#friends ul.list .fri_right h3{
	margin-top: 64px;

	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

#friends ul.list .fri_right span{
	font-size: 16px;
}

#friends ul.list .fri_right strong{
	color: #f06c15;
	font-weight: 600;
}

#friends ul.list .fri_right p{
	margin-top: 24px;
}

#friends ul.list .fri_right a{
	color: #f06c15;
	border: 2px #f06c15 solid;
	margin-top: 32px;
	line-height: 50px;
	display: inline-block;
	padding: 0 24px;
	font-weight: 500;
	border-radius: 40px;
}

#friends a.btn{
	width: 320px;
}


#friends_detail

*/

/* friends
******************************/

#friends {
  text-align: center;
}

#friends .fri_title {
  background: url(../img/index/lead_bg_pat.png);
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 96px;
}

#friends .fri_title h2 {
  font-size: 30px;
  padding-top: 64px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

#friends ul.list {
  width: 90vw;
  margin: 0 auto 40px;
  margin-top: 12vw;
  background: url(../img/index/fri_bg_pat.png) #fff;
  border-radius: 16px;
}

#friends ul.list s_left {
  border-radius: 12px 12px 0 0;
  /*	overflow: hidden;*/
  width: 90vw;
}
#friends ul.list .fri_left img {
  border-radius: 12px 12px 0 0;
  border: 2px solid #fff;
  width: 100%;
}
#friends ul.list li {
  margin-bottom: 8vw;
}
#friends ul.list .fri_right {
  float: left;
  width: 74vw;
  margin: 0 auto;
  padding-bottom: 12vw;
}
#friends ul.list .fri_right,
#friends ul.list .fri_left {
  float: none;
}
#friends ul.list .fri_right {
  text-align: left;
}

#friends ul.list .fri_right h3 {
  margin-top: 8vw;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

#friends ul.list .fri_right span {
  font-size: 16px;
}

#friends ul.list .fri_right strong {
  color: #f06c15;
  font-weight: 600;
}

#friends ul.list .fri_right p {
  margin-top: 4vw;
}

#friends ul.list .fri_right a {
  color: #f06c15;
  border: 2px #f06c15 solid;
  margin-top: 32px;
  line-height: 50px;
  display: inline-block;
  padding: 0 24px;
  font-weight: 500;
  border-radius: 40px;
  width: 100%;
  text-align: center;
}

#friends a.btn {
  width: 320px;
}

/* #friends_detail
--------------------*/

#friends_detail {
  text-align: center;
}

#friends_detail .block {
  width: 100vw;
  margin: 8vw auto;
  background: #fff;
  border-radius: 12px;
}

#friends_detail div.main {
  margin-bottom: 80px;
}

#friends_detail .fri_title {
  background: url(../img/index/lead_bg_pat.png);
  width: 100%;
  color: #fff;
  text-align: center;
  padding-bottom: 96px;
}

#friends_detail .fri_title h2 {
  font-size: 40px;
  padding-top: 64px;
  padding-bottom: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

#friends_detail div.main {
  width: 100vw;
  margin: 0 auto 40px;
  background: url(../img/index/fri_bg_pat.png) #fff;
  border: #fff solid 6px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

#friends_detail div.main .fri_left {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
}
#friends_detail div.main .fri_left img {
  border-radius: 0;
  width: 100%;
}
#friends div.main .fri_right {
  width: 100vw;
  padding-left: 56px;
}

#friends_detail div.main .fri_right {
  text-align: left;
  margin: 8vw 0;
  margin-left: 8vw;
}

#friends_detail div.main .fri_right h2 {
  margin: 4vw 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

#friends_detail div.main .fri_right span {
  font-size: 12px;
}

#friends_detail div.main .fri_right strong {
  color: #f06c15;
  font-weight: 600;
}

#friends_detail div.main .fri_right p {
  margin-top: 24px;
}

#friends_detail div.main .fri_right a {
  color: #f06c15;
  border: 2px #f06c15 solid;
  margin-top: 32px;
  line-height: 50px;
  display: inline-block;
  padding: 0 24px;
  font-weight: 500;
  border-radius: 40px;
}

#friends_detail a.btn {
  width: 320px;
}

#friends_detail .content {
  text-align: center;
  margin: 8vw 8vw 16vw;
}

#friends_detail .content h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 8vw;
  line-height: 1.5;
}

/*#friends_detail .content h3:before{
	position:absolute;
	content:"";
	height: 24px;
	background: #fcf1b2;
	width: 0px;
	left:50%;
	bottom: 4px;
	margin-left: -250px;
	z-index:1;
	animation: bar 0.3s ease-in-out forwards;
	animation-delay: 0.5s;
	vertical-align: middle;
	z-index:-1;
}*/

#friends_detail .point {
  background: #fff7e6;
  width: 100vw;
  border: 6px solid #fff;
  border-radius: 0 0 12px 12px;
  position: relative;
}

#friends_detail .point .point_left {
  width: 80vw;
  margin: 4vw auto;
  height: 100%;
  line-height: 1.3;
  position: relative;
}

#friends_detail .point .point_right {
  width: 80vw;
  margin: 4vw auto;
  position: relative;
  padding-bottom: 8px;
}

#friends_detail .point .point_right dt:before {
  content: "●";
  color: #f06c15;
  margin-right: 8px;
}

#friends_detail .point .point_right dl {
  margin-top: 8vw;
}

#friends_detail .point .point_right dt {
  font-weight: 700;
}

#friends_detail .point .point_right dd {
  font-size: 14px;
  margin-bottom: 24px;
}

#friends_detail .point h3 {
  color: #f97b28;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  padding-top: 32px;
  position: relative;
}

#friends_detail .point h3:before {
  content: "";
  background: url(../img/about/friends_point_icon.png) no-repeat;
  width: 40vw;
  height: 40vw;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -15vw;
}

@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 500px;
  }
}
