@charset "utf-8";
/* ------------ textArea ------------ */
div.other_contents{
	margin-top:30px;
	margin-bottom: 180px;
}
div.text_nomal{
	color: #333 !important;
	font-size: 250% !important;
	line-height: 180%;
}
/* ------------ section #link-box ------------ */
#link-box {
	margin-top: 20px;
}

#link-box {
	margin-top: 20px;
}

#link-box .link-box-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#link-box a {
	color: #fff;
	font-size: 1.7rem;
	width: 210px;
}

#link-box h2 {
	height: 60px;
}

/* ------------ section #Q&A ------------ */
#ptu-question {
	margin-top: 111px;
}

#ptu-question .section-ttl {
	color: #008277;
	margin: 0 auto;
}

#ptu-question .section-ttl:before {
	background: url(./images/ptu/ttl_arw03_pc.png) no-repeat left center;
}

#ptu-question .section-ttl:after {
	background: url(./images/ptu/ttl_arw03_pc.png) no-repeat right center;
}

#ptu-question .box {
	border-bottom: 2px dotted #008277;
	margin-top: 76px;
	padding-bottom: 54px;
}

#ptu-question .box-last {
	border-bottom: none;
	padding-bottom: 0;
}

#ptu-question .box:nth-child(n + 3) {
	margin-top: 50px;
}

#ptu-question .box .qa-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 838px;
	margin: 0 auto;
}

#ptu-question .qa-box {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#ptu-question .qa-box .qa:nth-child(n + 2) { /* 2つ目以降のQA */
	margin-top: 58px;
}

#ptu-question .qa-box .question {
	border-right: 1px solid #008277;
	border-bottom: 1px solid #008277;
	border-radius: 0 0 15px 0;
	padding-left: 10px;
	position: relative;
}

#ptu-question .qa-box .question:before,
#ptu-question .qa-box .question:after {
	content: "";
	border: 10px solid transparent;
	position: absolute;
	top: 20px;
}

#ptu-question .qa-box .question:before {
	right: -34px;
	border-left: 26px solid #fff;
	z-index: 2;
}
#ptu-question .qa-box .question:after {
	right: -36px;
	border-left: 26px solid #008277;
	z-index: 1;
}

#ptu-question .qa-box .question p {
	display: flex;
	align-items: center;
	font-family: "01フロップデザイン", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 2.4rem;
	height: 100%;
	min-height: 74px;
	line-height: 33px;
	padding-bottom: 10px;
}

#ptu-question .qa-box .question p span {
	font-size: 5.1rem;
	margin-right: 16px;
}

#ptu-question .qa-box .answer {
	margin-top: 40px;
}

#ptu-question .qa-box .answer {
	border-left: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	border-radius: 0 0 0 15px;
	margin-top: 40px;
	padding: 0 0 15px 25px;
	position: relative;
}

#ptu-question .qa-box .answer:before,
#ptu-question .qa-box .answer:after {
	content: "";
	border: 10px solid transparent;
	position: absolute;
	top: 20px;
}

#ptu-question .qa-box .answer:before {
	left: -34px;
	border-right: 26px solid #fff;
	z-index: 2;
}
#ptu-question .qa-box .answer:after {
	left: -36px;
	border-right: 26px solid #000;
	z-index: 1;
}

#ptu-question .qa-box .answer .answer-head {
	color: #191919;
	font-family: "01フロップデザイン", メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 5.1rem;
}

#ptu-question .qa-box .answer .txt {
	color: #000;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
	font-size: 1.8rem;
	line-height: 37px;
	margin-top: 8px;
}


/* ------------ 20200117追記 ------------ */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
	line-height: 1.5;
}

.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample5-3::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #008377;
}
.sample5-3::after{
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.minifont {
	font-size: 14px;
	color: black;
    line-height: 1.5;
}

ul.qa-link{
	line-height: 1.5em;
}

.arrowtxt{
	color: #000;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 8px;
}

/* ------------ レスポンシブ ------------ */
@media screen and (max-width: 768px) {
	
	#page-ttl h1 img {
		width: 40%;
	}


	/* ------------ section #link-box ------------ */

	#link-box {
		margin-top: 0;
	}

	#link-box a {
		display: flex;
		border-bottom: 1px solid #fff;
		font-size: 1.7rem;
		width: 100%;
	}

	#link-box h2 {
		background: url(../images/arw03_sp.png) no-repeat 98% center #008377;
		font-family: メイリオ, Meiryo "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
		font-size: 1.15rem;
		text-indent: 11.5px;
		width: 100%;
		height: 45px;
		line-height: 45px;
	}

	#link-box h2 span {
		width: 100%;
		text-align: left;
	}

	#link-box .link-img {
		display: none;
	}
	
		/* ------------ 学生 × Q&A ------------ */
	#ptu-question {
		margin-top: 37px;
	}

	#ptu-question .section-ttl:before,
	#ptu-question .section-ttl:after {
		width: 84px;
		height: 37px;
	}

	#ptu-question .section-ttl:before {
		background: url(../images/ptu/ttl_arw03_sp.png) no-repeat left center;
		background-size: 100%;
	}

	#ptu-question .section-ttl:after {
		background-size: 100%;
	}

	#ptu-question .box {
		border-bottom: none;
		margin-top: 16px;
		padding-bottom: 0;
	}

	#ptu-question .box:nth-child(n + 3) {
		margin-top: 35px;
	}

	#ptu-question .box .qa-inner {
		flex-direction: column;
	}

	#ptu-question .person {
		display: flex;
		justify-content: space-between;
	}

	#ptu-question .person img {
		height: 161px;
	}

	#ptu-question .person .person-detail {
		background: #fffedc;
		text-align: center;
		width: 100%;
		position: relative;
	}

	#ptu-question .person .person-detail .inner {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}

	#ptu-question .person .person-detail .txt01 {
		font-size: 1.05rem;
		margin-top: 0;
	}

	#ptu-question .person .person-detail .txt02 {
		font-size: 1rem;
		line-height: 13px;
	}

	#ptu-question .person .person-detail .txt03 {
		font-size: 1.4rem;
	}

	#ptu-question .qa-box {
		max-width: 100%;
		margin-top: 25px;
	}

	#ptu-question .qa-box .qa:nth-child(n + 2) {
		margin-top: 28px;
	}

	#ptu-question .qa-box .qa {
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	#ptu-question .qa-box .question p span {
		font-size: 2.55rem;
		margin-right: 8px;
	}

	#ptu-question .qa-box .question p {
		font-size: 1.2rem;
		min-height: 37px;
		line-height: 20px;
		padding-bottom: 5px;
	}

	#ptu-question .qa-box .question:before,
	#ptu-question .qa-box .question:after {
		border: 5px solid transparent;
		top: 15px;
	}

	#ptu-question .qa-box .question:before {
		border-left: 13px solid #fff;
		right: -17px;
	}

	#ptu-question .qa-box .question:after {
		border-left: 13px solid #008277;
		right: -19px;
		z-index: 1;
	}

	#ptu-question .qa-box .answer {
		margin-top: 20px;
		padding: 0 0 12px 12px;
		position: relative;
	}

	#ptu-question .qa-box .answer .answer-head {
		font-size: 2.55rem;
	}

	#ptu-question .qa-box .answer .txt {
		font-size: 1rem;
		line-height: 17px;
		margin-top: 4px;
	}

	#ptu-question .qa-box .answer:before,
	#ptu-question .qa-box .answer:after {
		border: 5px solid transparent;
		top: 15px;
	}

	#ptu-question .qa-box .answer:before {
		border-right: 13px solid #fff;
		left: -16px;
	}

	#ptu-question .qa-box .answer:after {
		border-right: 13px solid #000;
		left: -18px;
		z-index: 1;
	}
	
	.arrowtxt{
	font-size: 1rem;
    line-height: 17px;
    margin-top: 4px;
}
	.minifont{
	font-size: 1rem;
    line-height: 17px;
    margin-top: 4px;
}
.arrow{
	font-size: 1rem;
    line-height: 17px;
    margin-top: 4px;
}
}
