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


/*===================================
レイアウト
===================================*/
#magazinePost .sec .index .tit {
	font-size:30px;
}

.sec .lead800px h3 {
	font-size:20px;
	text-align: center;
	margin-bottom:30px;
}

.lead800px.titArea {
	margin:100px auto !important;
}
.lead800px.titArea .alignC p {
	text-align: left;
	display: inline-block;
	font-size:20px;
}

@media(max-width:560px) {
	.lead800px.titArea {
		margin:50px auto !important;
	}
	.lead800px.titArea h3 {
		text-align: left;
	}
	.lead800px.titArea .alignC p {
		font-size:18px;
	}
}

.fukidashi {
  text-align: center;
}
.fukidashi > span {
  display:inline-block;
  padding:0 2em;
  position: relative;
}
.fukidashi > span::before,
.fukidashi > span::after {
  content:"";
  display:block;
  width:8px;
  height:100%;
  position: absolute;
  top:0;
  border-left:1px solid #2d3a6f;
  border-right:1px solid #2d3a6f;
}
.fukidashi > span::before {
  left:0;
  transform:rotate(-20deg);
}
.fukidashi > span::after {
  right:0;
  transform:rotate(20deg);
}


.talkBlock .question > figure {
	width:17%;
	padding:0 20px;
	text-align:center;
	vertical-align: bottom;
}
.talkBlock .question > div {
	vertical-align: middle;
	padding-bottom:40px;
}
.talkBlock .question > div p {
	font-size:18px;
	padding:30px 30px 30px 6em;
	border-radius: 50px;
	background:#f1f0ec;
	position:relative;
	font-weight: bold;
}
.talkBlock .question > div p::before {
	content:"事務局 :";
	position:absolute;
	display:block;
	left:30px;
}

.talkBlock.first .question > div p {
	padding-left:30px;
}
.talkBlock.first .question > div p::before {
	content:"プラウドクラブ事務局（以下：事務局）:";
	position:static;
}

.talkBlock .question > div p::after {
	content:"";
	background:url(../../magazine/service/service_01/img/fukidashi_01.png) no-repeat;
	background-size:100% 100%;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	left:-10px;
	bottom:0px;
}

.talkBlock .answer > figure {
	width:19%;
	padding:20px 0 0 20px;
	text-align:center;
}
.talkBlock .answer div.inner {
	border:2px solid #2d3a70;
	padding:30px;
	border-radius: 50px;
	position: relative;
}

.talkBlock .answer div.inner::after {
	content:"";
	background:url(../../magazine/service/service_01/img/fukidashi_02.png) no-repeat;
	background-size:100% 100%;
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	right:-30px;
	top:70px;
}

.talkBlock .answer div.inner h4 {
	font-size:18px;
	margin-bottom:10px;
	line-height:1.4em;
}
.talkBlock .answer div.inner h4:nth-of-type(n+2) {
	margin-top:35px;
}

.talkBlock .answer div.inner figure {
	margin-top:40px;
	text-align:center;
}
.talkBlock .answer div.inner .iconScroll {
	margin:10px auto 0;
	width:60px;
	text-align: center;
}

.talkBlock .answer div.inner .col figure {
	margin-top:20px;
	margin-bottom:0px;
}

.talkBlock .answer div.inner h4+p {
	margin-top:0;
}
.talkBlock .answer div.inner p {
	margin-top:20px;
}

@media (max-width:768px) {
	.talkBlock .question > figure {
		width:120px;
	}
	
	.talkBlock .question > div p {
		font-size:16px;
		padding:30px;
	}
	.talkBlock .question > div p::before {
		position:static;
		width:100%;
	}
	
	.talkBlock .answer > figure {
		width:115px;
		padding-left:40px;
	}
	
	.scrollArea {
		height:150px;
		overflow:auto;
	}
	.scrollArea img {
		height:100%;
		max-width: none;
	}
}
@media (max-width:560px) {
	#magazinePost .sec .index .tit {
		font-size:22px;
	}
	
	.sec .lead h3 {
		font-size:16px;	
	}
	
	.talkBlock .question > figure {
		width:76px;
		padding-left:0;
	}
	.talkBlock .question > div p {
		font-size:14px;
		border-radius: 15px;
	}
	.talkBlock .question > div {
		padding-bottom:20px;
	}
	.talkBlock .question > div p {
		padding:15px;
	}
	.talkBlock .question > div p::after {
		width:30px;
		height:20px;
		left:-17px;
	}
	
	.talkBlock .answer > figure {
		width:70px;
		padding-left: 20px;
	}
	.talkBlock .answer > div .inner {
		padding:15px;
		border-radius: 15px;
	}
	.talkBlock .answer div.inner::after {
		width:20px;
		height:20px;
		right:-20px;
		top:50px;
	}
	.talkBlock .answer div.inner h4 {
		font-size:14px;
	}
	
	.talkBlock .answer div.inner figure {
		margin-top:20px;
	}
	
}

/*左右対象テーブル*/
.halfLayout > * {
	position: relative;
}
.halfLayout figure {text-align: center;}
.halfLayout > *:first-child {
	padding-right:2.3%;
}
.halfLayout > *:last-child {
	padding-left:2.3%;
}

.halfLayout.reverse > *:first-child {
	position:relative;
	left:50%;
	padding-left:2.3%;
	padding-right:0;
}
.halfLayout.reverse > *:last-child {
	position:relative;
	left:-50%;
	padding-right:2.3%;
	padding-left:0;
}

.halfLayout p:nth-child(n+2) {
	margin-top:1em;
}

.halfLayout .bottom {
	position:absolute;
	bottom:1.8em;
	right:0;
}

.halfLayout figure img:nth-of-type(n+2) {
	margin-top:20px;
}
@media (max-width:560px) {
	.halfLayout > * {position: static !important;}
	.halfLayout > *:nth-child(n+2) {margin-top:20px;}
}

.sec .tit01 {
	font-size:30px;
	text-align: center;
	line-height: 1.4;
}

#flow {color:#2d3a6f;max-width:400px;margin-top:20px !important;margin-left:auto;margin-right:auto;font-weight:bold;}
#flow .tit {
	font-size:18px;
	margin-bottom:30px;
}
#flow ul li {
	font-size:16px;
}
#flow ul li span {
	background:#f7f7f7;
	display:block;
	padding:0.5em 0;
}
#flow ul li:nth-of-type(n+2)::before {
	content:"";
	display:block;
	width:1em;
	height:1em;
	border-top:1px solid #dac98c;
	border-right:1px solid #dac98c;
	transform:translateY(-50%) rotate(135deg);
	margin:10px auto;
}

.grayBox {
	padding:30px;
	background:#f5f5f5;
}
.grayBox > *:nth-child(n+2) {margin-top:30px;}
.grayBox .tit {
	font-size:18px;
	text-align: center;
	color:#2d3a6f;
}

#review .tit {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color:#2d3a6f;
}
#review .tl {
	margin-top: 30px;
	margin-bottom:10px;
}
#review .tl figure {
	width:13.4%;
	padding-right:2%;
}
#review .tl:nth-of-type(2n) figure {
	padding-right:0;
	padding-left:2%;
}
#review .tl > div div {
	background-image:url(../../gooddesign/gooddesign_01/img/icon_fuki_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#review .tl:nth-of-type(2n) > div div {
	background-image:url(../../gooddesign/gooddesign_01/img/icon_fuki_right.png);
	background-position: right bottom;
}
#review .tl > div p {
	padding:20px;
	background:#f7f7f7;
	border-radius:35px;
}

#magazinePost div.gold {
  max-width:700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  border:1px solid #d8c685;
  padding:50px 30px 30px;
  position: relative;
}

div.gold .tl > * {
  vertical-align: middle;
}
div.gold .tit {
  text-align: center;
  background: #d8c685;
  font-size:20px;
  color:#2d3a6f;
  padding: 0.2em 2em;
  border-radius: 100px;
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%, -50%);
}

@media(min-width:561px) {
  div.gold .tl > * {
    padding: 0 30px;
  }
}
@media(max-width:560px) {
  div.gold .tit {
    width:85%;
		font-size: 17px;
		line-height: 1.4;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
  }
}
