@charset "UTF-8";
.textSmall {
	font-size: 12px;
}

.textBig {
    font-size: 130%;
}

img {
    width: auto;
	max-width:100%;
}

.inner {
	width: calc(100% - 40px);
	max-width: 1160px;
	margin: 0 auto;
}

#mainPhoto figure {
	width:100%;
	max-width: 1160px;
	margin: 0 auto 10px;
}

section {
	width:100%;
	max-width: 1160px;
	margin: 0 auto;
}

h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 34px;
    margin: 6rem auto;
    text-align: center;
}

h4.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 0 0 32px;
    border-left: 10px solid #4C5870;
    border-top: none;
    border-bottom: none;
    margin: 0 0 3rem;
}

.mb8 {
 margin-bottom: 4rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.linkBtn a {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    background-color: #4C5870;
    padding: 2rem 0;
    width: 40%;
    margin: 0 auto 4rem;
}

.pagetextlink {
    position: relative;
    max-width: 1240px;
    height: 90px;
    margin: 0 auto;
}

.pagetextlink .next {
    position: absolute;
    top: 0;
    right: 40px;
}

.pagetextlink .next a {
	padding-right: 22px;
	background: url(../images/common/icon-link-blue.svg) right center no-repeat;
	background-size: 15px;
	color: #4C5870;
}

.sp {
	display: none;
}

a.textLink:link, a.textLink:visited, a.textLink:hover {
	text-decoration: underline;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#osusumeList {
	display: flex;
	width: 100%;
	margin-bottom: 4rem;
	align-items: center;
}

#osusumeList li {
	width: 240px;
	height:240px;
	margin: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(76, 88, 112, 0.05);
	border-radius: 100%;
	font-size: 20px;
}

#sodanList{
	margin-bottom: 4rem;
}

#sodanList > li {
	width: 32%;
	border: 1px solid #4c5870;
    padding: 3rem 2rem 2rem;
}

#sodanList li .center.iconImage {
}

#sodanList li .iconImage img {
	width: 38%;
	margin: 0 auto 1rem;
}

#sodanList > li .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 4rem;
}

#sodanList .anser {
    list-style: disc;
	padding: 0 0 0 3rem;
}

#faq {
	margin-bottom: 6rem;
}

#faq .flexBox {
	align-items: center;
}

#faq .flexBox div {
	width: 60%;
}

#faq .flexBox div.photo {
	width: 36%;
}

#faq .qanda {
	font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
	letter-spacing: 0.4rem;
}

#faq .border {
	border-bottom: 1px solid rgba(76, 88, 112, 0.3);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#faq .text {
	margin-bottom: 1.8rem;
}


#nagare ul {
	margin-bottom: 1rem;
	
}

#nagare li {
	width: 28%;
	border: 1px solid #4c5870;
    padding: 3rem 2rem 2rem;
	text-align: center;
}

#nagare li.arrow {
    width: 8%;
    border: none;
    align-items: center;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
    flex-direction: column;
}

#nagare li img {
	width: 45%;
	margin: 0 auto 2rem;
}

#nagare li.arrow img {
    margin: 0;
	width: 60%;
}

#nagare li h3.title {
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid rgba(76, 88, 112, 0.3);
	margin: 0 auto 2rem;
	border-left: none;
	padding: 0 1rem;
	display: inline-block;
}

#nagare li h3.title span {
font-size: 24px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
margin-right: 8px;
}

#nagare li .text {
	text-align: left;
}

#nagare .flexBox {
	margin-bottom: 8rem;
}

#nagare .linkBtn a {
	margin-bottom: 8rem;
}

@media all and (max-width:1120px) {
	.linkBtn a {
		width: 50%;
	}


}

@media all and (max-width:1000px) {
	.linkBtn a {
		width: 70%;
	}

}

@media all and (max-width:768px) {
	.textBig {
		font-size: 120%;
	}
	
	.inner {
		width: calc(100% - 40px);
		max-width: unset;
		margin: 0 auto;
	}
	
	.mb8 {
	 margin-bottom: 8%;
	}
	
	h3 {
		font-size: 15px;
		line-height: 1.4;
		padding: 0;
	}
	h4.title {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 16px;
		border-left: 5px solid #4C5870;
		margin-bottom: 23px;
	}
	
	p {
		font-size: 14px;
	}
	
	.linkBtn a {
		width: calc(100% - 40px);
		font-size: 14px;
		padding: 1.3rem 0;
	}

	.sp {
		display: inherit;
	}
	.pc {
		display: none;
	}

	
	.right.sp.textSmall {
		margin-bottom: 0.6rem;
	}

	#osusumeList {
		flex-wrap: wrap;
		width: 100%;
		max-width: 320px;
		margin: 0 auto 4rem;
	}

	#osusumeList li {
		width: 140px;
		height:140px;
		margin: 0 10px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: rgba(76, 88, 112, 0.05);
		border-radius: 100%;
		font-size: 14px;
		box-sizing: border-box;
	}

	#sodanList{
		margin-bottom: 2rem;
	}

	#sodanList > li {
		width: 100%;
		border: 1px solid #4c5870;
		padding: 2rem 1rem 2rem;
		margin-bottom: 2rem;
	}

	#sodanList li .center.iconImage {
	}

	#sodanList li .iconImage img {
		width: 25%;
		margin: 0 auto 1rem;
	}

	#sodanList > li .title {
		text-align: center;
		font-size: 16px;
		margin-bottom: 2rem;
	}

	#sodanList .anser {
		list-style: disc;
		padding: 0 0 0 2em;
		font-size: 14px;
	}

	#faq {
		margin-bottom: 4rem;
	}

	#faq .flexBox div {
		width: 100%;
		margin-bottom: 2.2rem;
	}
	
	#faq .flexBox div.photo {
		width: 100%;
		margin-bottom: 0;
	}
	
	#faq .qanda {
		font-size: 24px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
	}

	#faq .text {
		margin-bottom: 1.8rem;
	}
	
	#nagare ul {
		margin-bottom: 1rem;

	}

	#nagare li {
		width: 100%;
		padding: 1.6rem 1rem 2rem;
		margin-bottom: 0;
	}

	#nagare li.arrow {
		width: 100%;
		align-items: center;
		display: flex;
		padding: 0;
		margin: 0;
		justify-content: center;
		flex-direction: column;
	}

	#nagare li img {
		width: 27%;
		margin: 0 auto 1rem;
	}

	#nagare li.arrow img {
		width: 16%;
	}

	#nagare li h3.title {
		font-size: 18px;
	}

	#nagare li h3.title span {
	font-size: 20px;
	}

	#nagare .flexBox {
		margin-bottom: 4rem;
	}

	#nagare .linkBtn a {
		margin-bottom: 4rem;
	}


}