@charset "UTF-8";

	/*他ページ共通*/
	.gs_ttl {
		background-color: #7DBFD6;
		color: #ffffff;
		display: block;
		border-radius: 8px;
		text-align: left;
		padding-left: 1em;
		font-size: 2em;
		line-height: 2.4em;
	}

	/*このページだけ*/

	.join_contents-wrapper {
		margin-top: 50px;
	}

	.join_contents {
		margin-bottom: 80px;
	}

	.plan_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		text-decoration: none;
		margin: 50px 0 80px 0;
	}

	.plan_flex a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.plan_flex_inner {
		border: 1px solid #7DBFD6;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
		width: 32%;
		padding: 15px 20px;
	}

	.plan_course {
		font-size: 2.4rem;
		font-weight: bold;
	}

	.plan_course_span {
		font-size: 1.6rem;
		font-weight: bold;
	}

	.plan_course_price {
		background: #7DBFD6;
		color: #fff;
		font-weight: bold;
	}

	.gray_box {
		background: #FCFCFA;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
		padding: 30px;
		margin-top: 50px;
	}

	.necessary_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: baseline;
	}

	.necessary_flex_inner {
		width: 32%;
		padding: 45px 20px 30px 20px;
	}

	.necessary_flex_inner img {
		width: 100%;
		max-width: 120px;
		margin-bottom: 30px;
	}

	.join_u_line_title {
		border-bottom: 2px solid #2288AA;
		text-align: left;
		font-size: 2.8rem;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.sideline_title {
		position: relative;
		padding: 0 65px;
		text-align: center;
		display: inline;
	}

	.sideline_title:before {
		position: absolute;
		top: calc(50% - 1px);
		left: 0;
		width: 100%;
		height: 1px;
		content: '';
		background: #000;
	}

	.sideline_title span {
		position: relative;
		padding: 0 1em;
		background: #FCFCFA;
		font-size: 2.0rem;
	}

	.join_text {
		text-align: left;
		font-size: 2.0rem;
	}

	.join_2col_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.join_2col_flex_inner:first-of-type {
		width: 68%;
		text-align: left;
		font-size: 2.0rem;
	}

	.join_2col_flex_inner:last-of-type {
		width: 28%;
	}

	.join_2col_img_suit {
		width: 100%;
		max-width: 160px;
	}

	.join_2col_img_contract {
		width: 100%;
		max-width: 150px;
	}

	.join_2col_img_money_2000 {
		width: 100%;
		max-width: 200px;
	}

	.join-number_title_flex {
		display: flex;
		margin-bottom: 20px;
	}

	.join-number_point_box {
		background: #FDFCFD;
		max-width: 1160px;
		margin: 40px auto 0 auto;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 30px;
		text-align: left;
	}

	.join-number_title_flex h4 {
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5em;
		padding-top: 8px;
	}

	.join_circle_number p {
		margin: auto 0;
		width: 50px;
		height: 50px;
		font-size: 3.3rem;
		color: #fff;
		background-color: #94cbd4;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
	}

	.join_circle_number_left {
		padding-right: 15px;
	}

	.join-number {
		text-align: left;
		margin-bottom: 15px;
	}

	.join-number span {
		display: inline-block;
		margin: auto 0;
		width: 50px;
		height: 50px;
		font-size: 3.3rem;
		color: #fff;
		background-color: #94cbd4;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
	}

	.join-number p {
		display: inline-block;
		line-height: 1.6;
		font-size: 2.4rem;
		/*color: #148cae;*/
		font-weight: 500;
		padding: 15px 20px;
	}

	.subscriber_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	.subscriber_flex_inner {
		width: 48%;
	}

	.subscriber_flex_inner:first-of-type {
		width: 24%
	}

	.subscriber_flex_inner:first-of-type img {
		width: 100%;
		max-width: 160px;
	}

	.subscriber_flex_inner:last-of-type {
		width: 24%
	}

	.subscriber_flex_inner:last-of-type img {
		width: 100%;
		max-width: 190px;
	}

	.join_important_box {
		border: 4px dotted #7DBFD6;
		padding: 30px 15px;
	}

	.join_important_text_orange {
		color: #F2A26C;
		font-size: 2.6rem;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.join_important_text {
		font-weight: bold;
		font-size: 1.8rem;
	}

	.join_contact_box {
		border: 2px solid #7DBFD6;
		padding: 20px;
	}

	.pamphlet_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.balloon1 {
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 0;
		padding: 30px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #e0edff;
		width: 50%;
	}

	.pamphlet_flex img {
		width: 100%;
		max-width: 250px;
		margin-right: 85px;
	}

	.balloon1:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #e0edff;
	}

	.balloon1 p {
		text-align: center;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.join_btn_flex {
		display: flex;
		justify-content: space-around;
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.btn, a.btn, button.btn {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.5;
		position: relative;
		display: inline-block;
		padding: 1rem 4rem;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #212529;
		border-radius: 0.5rem;
	}

	.btn-wrap {
		margin: 30px 0;
		width: 50%;
	}

	a.btn-c {
		font-size: 2.2rem;
		position: relative;
		padding: 0.25rem 2rem 1.5rem 2rem;
		color: #fff;
		background: #74B2C7;
		-webkit-box-shadow: 0 5px 0 #74B2C7;
		box-shadow: 0 5px 0 #4997B1;
		max-width: 422px;
		width: 100%;
	}

	a.btn-c span {
		font-size: 1.5rem;
		position: absolute;
		top: -10px;
		left: calc(50% - 150px);
		display: block;
		width: 300px;
		padding: 0.2rem 0;
		color: #74B2C7;
		border: 2px solid #74B2C7;
		border-radius: 0.5rem;
		background: #fff;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		font-weight: bold;
	}

	.mail_icon:before {
		content: '';
		display: inline-block;
		width: 38px;
		height: 28px;
		background-image: url(/img/gojokai/mail.svg);
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
		background-repeat: no-repeat;
	}

	a.btn-c:hover {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
		color: #fff;
		background: #4997B1;
		-webkit-box-shadow: 0 2px 0 #4997B1;
		box-shadow: 0 2px 0 #4997B1;
	}

	a.btn-c:hover:before {
		left: 2rem;
	}

	a.btn-d {
		font-size: 2.2rem;
		position: relative;
		padding: 0.25rem 2rem 1.5rem 2rem;
		color: #fff;
		background: #F2A26C;
		-webkit-box-shadow: 0 5px 0 #F2A26C;
		box-shadow: 0 5px 0 #BC6E3A;
		max-width: 422px;
		width: 100%;
	}

	a.btn-d span {
		font-size: 1.5rem;
		position: absolute;
		top: -10px;
		left: calc(50% - 150px);
		display: block;
		width: 300px;
		padding: 0.2rem 0;
		color: #F2A26C;
		border: 2px solid #F2A26C;
		border-radius: 0.5rem;
		background: #fff;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		font-weight: bold;
	}

	a.btn-d:hover {
		-webkit-transform: translate(0, 3px);
		transform: translate(0, 3px);
		color: #fff;
		background: #E68D51;
		-webkit-box-shadow: 0 2px 0 #E68D51;
		box-shadow: 0 2px 0 #E68D51;
	}

	a.btn-d:hover:before {
		left: 2rem;
	}

	.paper_icon:before {
		content: '';
		display: inline-block;
		width: 28px;
		height: 32px;
		background-image: url(/img/gojokai/paper.svg);
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
		background-repeat: no-repeat;
	}

	.join_txt_b {
		display: block;
		font-weight: bold;
	}

	.flex_btwn {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.flex_btwn_clmn {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	/* 親睦会規約追加 */
	.fellowship_terms {
		margin: 30px auto 0;
		width: 100%;
		max-width: 230px;
		background-color: #f8fdff;
		border: 1px solid #7DBFD6;
		box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
		padding: 20px 0;
		cursor: pointer;
		text-decoration: none;
	}

	.fellowship_terms:hover {
		box-shadow: none;
		background-color: #fff;
		text-decoration: none;
	}

	.ft_box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		padding: 5px 10px 10px;
	}

	.ft_box img {
		width: 80px;
		vertical-align: bottom;
		margin: 0!important;
		filter: drop-shadow(5px 5px 5px #aaa);
	}

	.ft_box span {
		display: inline-block;
		font-size: 18px;
		line-height: 24px;
		font-weight: 500;
		color: #fff;
		margin: 0 0 15px;
		background-color: #7dbfd6;
		padding: 10px;
		width: 100%;
	}

	.ft_br {
			display: none;
	}

	@media screen and (max-width: 965px) {
		.ft_box span {
			line-height: 22px;
		}

		.ft_br {
			display: block;
		}
	}

/*スマホ*/

	@media screen and (max-width: 768px) {
		.gs_ttl {
			padding: 15px 10px;
			font-size: 1.4em;
			line-height: 1.6em;
		}

		.plan_flex_inner {
			width: 100%;
			margin-bottom: 15px;
		}

		.sideline_title {
			padding: 0 25px;
		}

		.sideline_title span {
			font-size: 2.0rem;
		}

		.necessary_flex_inner {
			width: 100%;
		}

		.join_u_line_title {
			font-size: 2.2rem;
		}

		.join_text {
			font-size: 2.0rem;
		}

		.join_2col_flex_inner:first-of-type {
			width: 100%;
		}

		.join_2col_flex_inner:last-type {
			width: 100%;
		}

		.gray_box {
			padding: 20px 15px;
		}

		.join-number_title_flex {
			align-items: flex-start;
		}

		.subscriber_flex {
			flex-flow: row-reverse;
			flex-wrap: wrap-reverse;
		}

		.subscriber_flex_inner {
			width: 100%;
		}

		.subscriber_flex_inner:first-of-type {
			width: 100%;
		}

		.subscriber_flex_inner:last-of-type {
			width: 100%;
		}

		.subscriber_flex_inner:first-of-type img {
			margin-top: 30px;
		}

		.subscriber_flex_inner:last-of-type img {
			margin-bottom: 20PX;
		}

		.join_important_text_orange {
			font-size: 2.4rem;
		}

		.join_important_text {
			text-align: left;
		}

		.join_contact_box {
			padding: 15px;
		}

		.join_2col_flex_inner:last-of-type{
			width: 100%;
		}

		.join_2col_flex_inner img{
			margin-top: 30px;
		}

		.balloon1 {
			position: relative;
			display: inline-block;
			margin: 0.5em 0 1.5em 0;
			padding: 7px 10px;
			min-width: 120px;
			max-width: 100%;
			color: #555;
			font-size: 16px;
			background: #e0edff;
			width: 100%;
		}

		.balloon1:before {
			content: "";
			position: absolute;
			top: 100%;
			left: 50%;
			margin-left: -15px;
			border: 15px solid transparent;
			border-top: 30px solid #e0edff;
		}

		.balloon1 p {
			font-size: 1.8rem;
		}

		.btn-wrap {
			width: 100%;
		}

		.pamphlet_flex img {
			width: 250px;
			height: 202px;
			margin-right: auto;
			margin-left: auto;
		}

		.jin_btn_flex {}
		a.btn-c span {
			width: 260px;
			margin: 0 auto;
			text-align: center;
			left: calc(50% - 130px);
		}

		.mail_icon:before {
			width: 32px;
			height: 26px;
		}

		a.btn-d span {
			width: 260px;
			margin: 0 auto;
			text-align: center;
			left: calc(50% - 130px);
		}

		.paper_icon:before {
			width: 30px;
			height: 34px;
		}

		.btn-wrap:last-of-type {
			margin-bottom: 15px;
		}

		.ft_box span {
			line-height: 24px;
		}

		.ft_br {
			display: none;
		}
	}