/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	under__title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.under__title{
    height: 132px;
    background: #0085FF;
}
@media only screen and (max-width: 768px) {
    .under__title{
        height: 80px;
    }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.lightgray{
	background-image: url(/wordpress/wp-content/themes/u-gaku__theme/images/common/background__lightgray.png);
	background-repeat: repeat;
	background-size: 400px 400px;
	padding: 40px 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__content
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__content{
	font-family: 'Helvetica Neue';
	margin: 80px 0;
}
.parent-child__content.first{
	margin: 40px 0 80px;
}
.parent-child__content h2{
    position: relative;
    padding: 4px 0 4px 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
}
.parent-child__content h2:before{
	content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0085FF;
}
.parent-child__content h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
}
.parent-child__content p{
	font-size: 14px;
	margin-bottom: 24px;
}
.parent-child__content p.big{
	font-weight: 700;
	font-size: 18px;
}
.parent-child__content .parent-child__btn{
	text-align: center;
}
.parent-child__content .parent-child__btn a{
	display: inline-block;
	color: #0085FF;
	padding-bottom: 4px;
	border-bottom: 1px solid #0085FF;
	width: auto;
	margin: 0 auto;
}

.parent-child__content .type1__flex2{
	flex-wrap: wrap;
}
.parent-child__content .type1__flex2 > div{
	max-width: 100%;
    width: 48.837209302%;
}
.parent-child__content img{
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.parent-child__content{
		margin: 64px 0;
		padding: 0 20px;
	}
	.parent-child__content.first{
		margin: 24px 0 64px;
	}
	.parent-child__content h2{
		padding: 4px 0 4px 20px;
		font-size: 20px;
	}
	.parent-child__content p{
		font-size: 12px;
	}
	.parent-child__content p.big{
		font-size: 14px;
	}
	.parent-child__content .type1__flex2 > div{
		width: 100%;
	}
	.parent-child__content .scroll{
		overflow: scroll;
	}
	.parent-child__content .scroll img{
		width: 560px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__about > div{
	border: 2px solid #0085FF;
	border-radius: 8px;
	padding: 40px;
}
.parent-child__about h3{
	color: #0085FF;
	font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.parent-child__about p{
	font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.parent-child__about > div{
		padding: 20px;
	}
	.parent-child__about h3{
		text-align: center;
	}
	.parent-child__about p{
		font-size: 14px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__reason
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__reason .type1__flex2{
	align-items: flex-start;
	margin-bottom: 48px;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(1){
	width: 42.988741044%;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(2){
	width: 52.917093142%;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(2) p:nth-of-type(1){
	display: inline-block;
	padding: 8px 20px;
	border-radius: 4px;
	background: #0085FF;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(2) p:nth-of-type(2){
	color: #0085FF;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(2) h3{
	color: #0085FF;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 16px;
}
.parent-child__reason .type1__flex2 > div:nth-of-type(2) p:nth-of-type(3){
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
}

@media only screen and (max-width: 768px) {
	.parent-child__reason .type1__flex2 > div:nth-of-type(1){
		width: 100%;
	}
	.parent-child__reason .type1__flex2 > div:nth-of-type(2){
		width: 100%;
	}
	.parent-child__reason .type1__flex2 > div:nth-of-type(2) h3{
		font-size: 18px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__voice
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__voice .type1__flex2{
	align-items: flex-start;
}
.parent-child__voice .type1__flex2 > div{
	border: 2px solid #0085FF;
	border-radius: 8px;
	padding: 32px 40px;
}
.parent-child__voice--content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.parent-child__voice--content > div:nth-of-type(1){
	width: 64px;
	margin-right: 20px;
}
.parent-child__voice--content > div:nth-of-type(2){
	width: calc(100% - 84px);
}
.parent-child__voice--content > div:nth-of-type(2) div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
}
.parent-child__voice--content > div:nth-of-type(2) div > p:nth-of-type(1){
	display: inline-block;
	padding: 8px 12px;
	border-radius: 4px;
	background: #0085FF;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 10px;
	margin-bottom: 0;
}
.parent-child__voice--content > div:nth-of-type(2) div > p:nth-of-type(2){
	margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.parent-child__voice .type1__flex2 > div{
		padding: 20px;
	}
	.parent-child__voice--content > div:nth-of-type(1){
		width: 56px;
		margin-right: 16px;
	}
	.parent-child__voice--content > div:nth-of-type(2){
		width: calc(100% - 72px);
	}
	.parent-child__voice--content > div:nth-of-type(2) div > p:nth-of-type(1){
		padding: 6px 8px;
		font-size: 12px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__sort
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__sort .type1__flex3{
	align-items: stretch;
}
.parent-child__sort .type1__flex3 > div{
	border: 2px solid #56C1FF;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 24px;
	text-align: center;
}
.parent-child__sort .type1__flex3 > div > p{
	margin-bottom: 0;
}
.parent-child__sort .type1__flex3 > div > p:nth-of-type(1){
	color: #56C1FF;
	font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	border-bottom: 2px solid #56C1FF;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.parent-child__sort .type1__flex3 > div > p:nth-of-type(2){
	font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	text-align: left;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__flex
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__content .parent-child__flex{
	display: flex;
	flex-wrap: wrap;
}
.parent-child__content .parent-child__flex > div{
	width: 100px;
	margin-right: 24px;
	text-align: center;
}
.parent-child__content .parent-child__flex > div img{
	margin-bottom: 8px;
}
.parent-child__content .parent-child__flex > div p{
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.parent-child__content .parent-child__flex{
		flex-wrap: wrap;
	}
	.parent-child__content .parent-child__flex > div{
		width: 32%;
		max-width: 180px;
		margin-right: 2%;
	}
	.parent-child__content .parent-child__flex > div:nth-of-type(3n){
		margin-right: 0;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__cta
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__cta{
	font-family: 'Helvetica Neue';
	background: linear-gradient(135deg, #92d3e8 0%, #0085ff 100%);
	padding: 40px 0;
}
.parent-child__cta h2{
	color: #fff;
	font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (max-width: 768px) {
	.parent-child__cta{
		padding: 40px 32px;
	}
	.parent-child__cta h2{
		font-size: 20px;
	}
	.parent-child__cta .type1__flex2{
		display: block;
	}
	.parent-child__cta .type1__flex2 div:first-of-type{
		margin-bottom: 32px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	parent-child__pickup
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.parent-child__pickup{
	font-family: 'Helvetica Neue';
	margin: 80px 0;
}
.parent-child__pickup h2{
	font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 32px;
}
.parent-child__pickup .type1__flex2{
	flex-wrap: wrap;
}
.parent-child__pickup .type1__flex2 div{
	margin-bottom: 32px;
}
.parent-child__pickup .type1__flex2 div p{
	font-weight: 700;
	text-align: center;
}
.parent-child__pickup .type1__flex2 div img{
	margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
	.parent-child__pickup{
		margin: 64px 0;
		padding: 0 20px;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#pc__faq .faq__item {
	margin-bottom: 24px;
}
#pc__faq .faq__item--question {
	position: relative;
	display: flex;
	width: 100%;
	padding: 10px 20px;
	background: #FFFFFF;
	border-bottom: 1px solid #222222;
    cursor: pointer;
}
#pc__faq .faq__item--question img:nth-of-type(1) {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 0;
}
#pc__faq .faq__item--question img:nth-of-type(2) {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
}
#pc__faq .faq__item--question p {
	font-size: 12px;
	font-weight: 700;
	margin: auto 20px auto 0;
}
#pc__faq .faq__item--answer {
	display: none;
	padding: 20px 0 0 20px;
}
#pc__faq .open .faq__item--answer {
	display: flex;
}
#pc__faq .faq__item--answer img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#pc__faq .faq__item--answer p {
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
}