@charset "utf-8";

#friend img {
  width: auto;
  max-width: 100%;
}
#friend a {
  color: #009EE7;
  text-decoration: underline;
}
#friend a.btn {
  display: block;
  background: #01A7E9 url(../images/friend/arrow_r_white.png) no-repeat 96% 50%;
  background-size: 5px auto;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  padding: 15px;
  margin: auto;
}
#friend * + a.btn {
  margin-top: 10px;
}
#friend a.btn + * {
  margin-top: 10px;
}
#friend .list > li {
  position: relative;
  padding-left: 1.2em;
}
#friend .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#friend .list.smldot > li::before {
  content: "・";
}
#friend .list.kome > li::before {
  content: "※";
}
#friend .list.circle > li::before {
  content: "○";
}
#friend .flow .box .body > * + *,
#friend .process dd > * + * {
  margin-top: 5px;
}
#friend .underline {
  text-decoration: underline;
}
#friend .imp {
  background: #FFFFB2;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  font-size: 120%;
  letter-spacing: .1em;
}
#friend .pink {
  color: #EB5383;
}

#friend .header {
  padding-bottom: 30px;
}

/* heading */
#friend .heading h1 {
  margin-bottom: 0;
}
#friend .heading .date {
  background: #EB5383;
  text-align: center;
  line-height: 1;
  /*padding: 10px 3%;*/
}
#friend .heading .summary {
  text-align: center;
}

/* flow */
#friend .flow {
  /*background: #FCEFD9;*/
}
#friend .flow h2 {
  border-bottom: none;
  text-align: center;
  padding-bottom: 0;
  color: #00A7EA;
	font-weight: bold;
}
#friend .flow .box {
  background: #fff;
  position: relative;
  border: 2px solid #00A7EA;
  border-radius: 6px;
}
#friend .flow .box + .box {
  margin-top: 30px;
}
#friend .flow .box + .box::before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(../images/friend/arrow_blue.png) no-repeat center top;
  background-size: auto 100%;
}
#friend .flow .box + .box.mail {
  margin-top: 65px;
}
#friend .flow .box + .box.mail::after {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -40px;
  background: url(../images/friend/mail.png) no-repeat center top;
  background-size: auto 100%;
}
#friend .flow .box + .box.mail::before {
  top: -55px;
}
#friend .flow .box .headline {
  background: #EEF7FD;
  border-radius: 4px 4px 0 0;
}
#friend .flow .box .headline div {
  background: #00A7EA;
}
#friend .flow .box .headline div img {
  display: inline-block;
  width: auto;
}
#friend .flow .box .headline div > span {
  background: #FFF024;
  color: #00A7EA;
}
#friend .flow .box .headline h3 {
  color: #00A7EA;
  line-height: 1.4;
}
#friend span.intro1, #friend span.intro2 {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#friend span.intro1 {
  background: #00A7EA;
  color: #fff;
}
#friend span.intro2 {
  background: #EB5383;
  color: #fff;
}
#friend .flow .box.intro2 {
  border-color: #EB5383;
}
#friend .flow .box.intro2 .headline {
  background: #FDEDF2;
}
#friend .flow .box.intro2 .headline div {
  background: #EB5383;
}
#friend .flow .box.intro2 .headline div > span,
#friend .flow .box.intro2 .headline h3 {
  color: #EB5383;
}
#friend .flow .box.intro2 + .box::before {
  background-image: url(../images/friend/arrow_pink.png);
}
#friend .flow .box.both {
  border-color: #43AE34;
}
#friend .flow .box.both .headline {
	background: #E3F3E0;
}
#friend .flow .box.both .headline div {
  background: #43AE34;
}
#friend .flow .box.both .headline div > span,
#friend .flow .box.both .headline h3 {
  color: #43AE34;
}

#friend .flow .body .quizbox {
  background: #FBDDE6;
  border-radius: 6px;
  margin-top: 15px;
}
#friend .flow .quizbox h3 {
  color: #EB5383;
  text-align: center;
	font-weight: bold;
}
#friend .flow .quizbox > div {
  background: #fff;
  border-radius: 4px;
}
#friend .flow .quizbox dl {
  color: #EB5383;
  display: table;
}
#friend .flow .quizbox dl > * {
  display: table-cell;
  vertical-align: top;
  table-layout: fixed;
}
#friend .flow .quizbox dl > dt {
  width: 10%;
}
#friend .flow .quizbox dl > dd {
  width: 90%;
	line-height: 1.8;
}
#friend .flow .quizbox a.btn {
  display: inline-block;
  background-color: #EB5383;
  background-position: 90% 50%;
  background-size: 4px auto;
  font-size: 13px;
  width: auto;
  padding: 5px 20px 5px 10px;
	margin-top: 0;
}
#friend .flow .quizbox ul {
  border-top: 1px solid #EB5383;
  text-align: center;
	line-height: 2;
}

/* process */
#friend .process {
  background: #EAF5FC;
}
#friend .process h2 {
  border-bottom: none;
  text-align: center;
  padding: 0;
	font-weight: bold;
}
#friend .process dl {
  border: 1px solid #00A7EA;
  background: #fff;
}
#friend .process dl dt {
  position: relative;
  padding-left: 1.2em;
  color: #00a0ea;
  margin-bottom: 10px;
}
#friend .process dl dt::before {
  content: '◎';
  position: absolute;
  top: 0;
  left: 0;
}
#friend .process dl dd + dt {
  margin-top: 20px;
}
#friend .process dl dd + dd {
  margin-top: 15px;
}
#friend .process span.intro1, #friend .process span.intro2 {
  display: inline-block;
  font-size: inherit;
  margin-bottom: 0;
}

/* links */
#friend .links {
  text-align: center;
  color: #00A6EA;
}
#friend .links .l_row.bg-blue > * {
  background: #EEF7FD;
  border-radius: 6px;
}
#friend .links .l_row p > span {
  display: block;
  margin-bottom: 5px;
}
#friend .links a.newentry {
  position: relative;
  display: inline-block;
}
#friend .links a.newentry > img:last-child {
  position: absolute;
}
#friend .links .red2 {
  text-align: left;
  margin-top: 15px;
}

/* .att-info */
#friend .att-info {
  border: 2px solid #f00;
  color: #f00;
	text-align: left;
}
#friend .att-info h3 {
  color: #f00;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
#friend .att-info h3 > span {
  display: inline-block;
}
#friend .att-info h3 > span::before,
#friend .att-info h3 > span::after {
	content: "―";
}
#friend .em {
	font-weight: bold;
}
#friend .list.custom_2 > li {
	padding-left: 2em;
}
#friend .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}


/* スマホのスタイル：768px */
@media only screen and (max-width: 768px) {
  #friend {
    margin-top: -13px;
  }
  #friend > * + * {
    margin-top: 30px;
  }
  #friend .l_row > * + * {
    margin-top: 10px;
  }
  #friend .fs-large {
    font-size: 16px;
  }
  
  /* heading */
  #friend .heading .date + p {
    padding: 0 3% 10px;
  }
  #friend .heading .summary {
    padding: 10px 3%;
  }
  #friend .heading .summary .catchcopy {
    font-size: 14px;
		text-align: left;
  }
  #friend .heading .l_row {
    padding: 15px 0 10px;
  }
  
  /* flow */
  #friend .flow {
    padding: 15px 0;
  }
  #friend .flow h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #friend .flow .box .headline {
    padding: 15px;
    text-align: center;
  }
  #friend .flow .box .headline h3 {
    margin: 10px 0 0;
  }
  #friend .flow .box .headline div {
    line-height: 25px;
    position: relative;
  }
  #friend .flow .box.intro1 .headline div,
  #friend .flow .box.intro2 .headline div {
    padding-right: 50%;
  }
  #friend .flow .box .headline div img {
    height: 13px;
  }
  #friend .flow .box .headline div > span {
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
  }
  #friend .flow .box .body {
    padding: 15px;
  }
  #friend span.intro1, #friend span.intro2 {
    width: 100%;
  }
  #friend .flow .quizbox {
    padding: 10px;
  }
  #friend .flow .quizbox h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #friend .flow .quizbox > div {
    padding: 10px;
  }
  #friend .flow .quizbox dl > dd {
    padding-left: 10px;
  }
  #friend .flow .quizbox a.btn {
    margin-top: 5px;
  }
  #friend .flow .quizbox ul {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
  }
  
  /* process */
  #friend .process {
    padding: 15px 0;
  }
  #friend .process h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #friend .process dl {
    padding: 15px;
  }
  #friend .process dl dt {
    font-size: 14px;
  }

  /* links */
  #friend .links {
    padding: 0 3%;
  }
  #friend .links h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #friend .links * + h4 {
    margin-top: 30px;
  }
  #friend .links .l_row > * {
    padding: 10px;
    font-size: 14px;
  }
  #friend .links a.newentry {
    margin-top: 20px;
  }
  #friend .links a.newentry > img:last-child {
    width: 60px;
    top: -15px;
    left: -5px;
  }
  #friend .links .red2 > span {
    display: block;
    text-align: center;
    margin-bottom: 2px;
  }

  /* .att-info */
  #friend .att-info {
    padding: 15px;
		margin: 15px auto 20px;
  }
	#friend .att-info h3 {
		font-size: 18px;
	}
	#friend .att-info h3 > span {
		position: relative;
		padding: 0 1.5em;
	}
	#friend .att-info h3 > span::before,
	#friend .att-info h3 > span::after {
		display: block;
		position: absolute;
		top: .8em;
	}
	#friend .att-info h3 > span::before {
		left: 0;
	}
	#friend .att-info h3 > span::after {
		right: 0;
	}

}

/* タブレット＆PCのスタイル：769px */
@media only screen and (min-width: 769px) {
  #friend a.btn {
    width: 400px;
    transition: .5s;
  }
  #friend a.btn:hover {
    background-color: #34C4FE;
  }
  #friend > * + * {
    margin-top: 50px;
  }
  #friend .l_row {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #friend .l_row > * {
    display: table-cell;
    vertical-align: top;
  }
  #friend .fs-large {
    font-size: 19px;
  }
  
  /* heading */
  #friend .heading {
    font-size: 14px;
  }
  #friend .heading .date + p {
    margin-top: 20px;
  }
  #friend .heading .summary .catchcopy {
    padding-top: 15px;
    font-size: 16px;
		text-align: center;
  }
  #friend .heading .l_row {
    padding: 25px 0 15px;
  }
  #friend .heading .l_row > li:nth-child(1) {
    padding-right: 10px;
  }
  #friend .heading .l_row > li:nth-child(2) {
    padding-left: 10px;
  }
  
  /* flow */
  #friend .flow {
    /*padding: 20px;*/
  }
  #friend .flow h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #friend .flow .box .headline {
    height: 80px;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #friend .flow .box .headline > * {
    display: table-cell;
    vertical-align: middle;
  }
  #friend .flow .box .headline h3 {
    width: 75%;
    font-size: 17px;
    padding: 0 20px;
  }
  #friend .flow .box .headline div {
    width: 25%;
    text-align: center;
  }
  #friend .flow .box .headline div img {
    height: 18px;
  }
  #friend .flow .box .headline div > span {
    display: block;
    width: 140px;
    margin: 10px auto 0;
    line-height: 20px;
    border-radius: 10px;
  }
  #friend .flow .box .body {
    padding: 30px;
  }
  #friend span.intro1, #friend span.intro2 {
    width: 160px;
  }
  #friend .flow .quizbox {
    padding: 15px 20px;
  }
  #friend .flow .quizbox h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  #friend .flow .quizbox > div {
    padding: 15px;
  }
  #friend .flow .quizbox dl > dt {
    padding-right: 15px;
  }
  #friend .flow .quizbox dl > dd {
    font-size: 15px;
  }
  #friend .flow .quizbox a.btn:hover {
    background-color: #FF9831;
  }
  #friend .flow .quizbox ul {
    font-size: 15px;
    margin-top: 15px;
    padding-top: 15px;
  }
  #friend .flow .quizbox ul li {
    display: inline-block;
  }
  #friend .flow .quizbox ul li + li {
    margin-left: 20px;
  }
  
  /* process */
  #friend .process {
    padding: 20px;
  }
  #friend .process h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #friend .process dl {
    padding: 30px;
  }
  #friend .process dl dt {
    font-size: 16px;
  }

  #friend .process span.intro1, #friend .process span.intro2 {
    width: 140px;
  }

  /* links */
  #friend .links {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
  }
  #friend .links h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #friend .links * + h4 {
    margin-top: 40px;
  }
  #friend .links a img {
    transition: .5s;
  }
  #friend .links a img:hover {
    opacity: .7;
  }
  #friend .links .l_row {
    border-spacing: 15px;
    margin-top: -15px;
  }
  #friend .links .l_row > * {
    padding: 10px 15px 15px;
    font-size: 16px;
  }
  #friend .links a.newentry {
    margin-top: 30px;
  }
  #friend .links a.newentry > img:last-child {
    top: -35px;
    left: -40px;
  }
  #friend .links .red2 {
    padding: 0 15px;
  }

  /* .att-info */
  #friend .att-info {
    padding: 20px 30px;
		margin: 15px auto 30px;
  }
	#friend .att-info h3 > span::before,
	#friend .att-info h3 > span::after {
		display: inline-block;
		vertical-align: middle;
		margin: 0 .5em;
	}



}