* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	color: #555555;
	line-height: 140%;
	font-family: "メイリオ", Meiryo, "MS UI Gothic", MS UI Gothic, Verdana, Osaka,
		Arial, sans-serif;
}

section {
	line-height: 1;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	color: #000000;
}

/* そもそも、NSCA-CPTの学習が～ */
.sec2 {
	margin-bottom: 120px;
	text-align: left;
}

.sec2 h2 {
	background-color: #fcf7ed;
	font-size: 45px;
	text-align: center;
	margin-bottom: 60px;
}

.sec2 .q-box {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.sec2 .q-box dl {
	margin-bottom: 60px;
}

.sec2 .q-box dt,
.sec2 .q-box dd {
	line-height: 1.41;
	font-size: 40px;
}
.sec2 .q-box dt .head {
	display: block;
	font-weight: 800;
	margin-bottom: 20px;
}

.sec2 .q-box dt .answer {
	cursor: pointer;
	font-size: 39px;
	background-color: #397b6e;
	display: block;
	color: #ffffff;
	width: 850px;
	margin-top: 40px;
	padding: 5px 0;
	position: relative;
	text-align: center;
}

.sec2 .q-box dt span img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	right: -340px;
	width: auto;
}

.sec2 .q-box dd {
	display: none;
	color: #eea41f;
	padding-top: 30px;
}

.sec2 .txt-box {
	margin: 120px auto 0;
	position: relative;
	max-width: 90%;
	width: 850px;
}

.sec2 .txt-box img {
	margin-right: auto;
	margin-left: auto;
}

.sec2 p {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	color: #ffffff;
	font-size: 39px;
	font-weight: 600;
	line-height: 1.41;
	text-align: center;
	width: 724px;
}


@media screen and (max-width: 1000px) {
	.sec2 {
		margin-bottom: 12vw;
	}
	.sec2 .q-box {
		width: 85vw;
	}
	.sec2 .q-box dl {
		margin-bottom: 6vw;
	}
	.sec2 .q-box dt,
	.sec2 .q-box dd {
		font-size: 4vw;
	}
	.sec2 .q-box dt .answer {
		font-size: 3.9vw;
		line-height: 3.9vw;
		width: 85vw;
		margin-top: 4vw;
		padding-top: 3vw;
		padding-bottom: 3vw;
	}
	.sec2 .q-box dt span img {
		right: -34vw;
		width: 7vw;
	}
	.sec2 .q-box dd {
		padding-top: 3vw;
	}
	.sec2 .txt-box {
		margin-top: 12vw;
	}
	.sec2 p {
		top: 7.5vw;
		font-size: 3.9vw;
		width: 72.4vw;
	}
}

.ctrbox,
.modallink {
	position: relative;
}

.ctrbox a {
	position: absolute;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
}

.ctrbox.ctrbox2 a {
	bottom: 10%;
}

.ctrbox.ctrbox3 a {
	bottom: 2%;
}
.ctrbox.ctrbox4 a,
.ctrbox.ctrbox5 a {
	bottom: 5%;
}

.ctrbox a:hover {
	opacity: 0.8;
}

.overview {
	padding: 50px 0;
}

.overview img {
	width: 90%;
}

.thanks-title {
	width: 75%;
	margin: 4% auto;
}

.thanks-msg {
	background-color: #4d9d80;
	color: #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 38px;
	line-height: 1;
}

.thanks-text {
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 2;
}

.thanks-img {
	position: relative;
}

.thanks-link {
    position: absolute;
    width: 254px;
    height: 50px;
    top: 22%;
    right: 28%;
}

.thanks-btn {
	margin: 50px auto 0;
	width: 70%;
}

.thanks-footer-item {
	background-color: #5e6673;
	color: #fff;
	line-height: 2;
}

.thanks-footer-phone {
	font-size: 20px;
}

.thanks-footer-copy {
	background-color: #333;
	color: #fff;
	padding: 15px 0;
}

.btn {
	background: url(../img/btn_background_sp.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.btn a img {
	padding-top: 22.5%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 4.4%;
}

.btn a:hover {
	opacity: 0.8;
}

.nm_headline {
	position: relative;
}

.answer {
	display: none;
}

.sec_10 iframe {
	padding-top: 15px;
}

.sec_7 {
	margin-bottom: 5%;
}

#footer_sticky {
	position: fixed;
	bottom: 0;
	z-index: 1;
	padding: 0;
	width: 100%;
	margin: auto;
}

.sticky_in {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.ctrbox .entry1 {
	bottom: 20%;
}

.modal {
	display: none;
	height: 100vh;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}

.modal-bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	overflow-y: scroll;
}

.modal-open1 {
    height: 3vw;
    width: 11%;
    bottom: 15%;
    background: inherit;
    right: 17%;
	position: absolute;
}

.modal-open2 {
	bottom: 26%;
	height: 3vh;
	width: 21vw;
	right: 4%;
	position: absolute;
}

.modal-open3 {
	bottom: 30.5%;
	height: 3vh;
	width: 8.5vw;
	right: 17%;
	position: absolute;
}

.modal-bottom {
	background-color: #F2F9F6;
	padding: 30px 0;
	text-align: center;
}

.modalbtn {
	background-color: #397B6E;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
}

html.hidden {
	overflow-y: hidden;
}

/* form */

.sec_contact {
	padding-top: 4%;
}

.sec_contact form {
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

.sec_contact form dl {
	margin-bottom: 30px;
}

.sec_contact form dt {
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
}

.sec_contact form dt:before {
	content: "■";
	margin-right: 10px;
}

.sec_contact form dt .require {
	color: #e61e79;
	font-size: 15px;
	margin-left: 10px;
}

.sec_contact form dd {
	margin: 0;
	text-align: left;
	font-size: 19px;
}

.sec_contact form dd.flex {
	display: flex;
}

.sec_contact form dd.flex input {
	width: auto;
}

.sec_contact form textarea,
.sec_contact form input {
	width: 100%;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #ccc;
}

.sec_contact form .form-old input {
	width: 30%;
}

.sec_contact form .form_submit {
	position: relative;
}

.sec_contact form .form_submit input {
	background: #be2727;
	color: #fff;
	padding: 20px;
	display: inline-block;
	font-size: 30px;
	font-family: "roboto";
	font-weight: bold;
}

@media screen and (max-width: 999px) {
	.wrap {
		width: auto;
	}
	.sec_contact form {
		width: 100%;
		padding: 20px;
	}

	.sec_contact {
		padding-top: 1%;
	}

	.tbsp .tbimg img {
		margin-top: -5%;
	}
}

@media screen and (min-width: 1000px) {
	.btn {
		background: url(../img/btn_background.jpg);
		background-size: 100%;
	}

	.btn a img {
		padding-top: 17%;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 10.4%;
	}

	.sec_3 .nm_headline {
		position: relative;
		margin-top: -85px;
	}
	.sec_4 .nm_headline {
		position: relative;
		margin-top: -56px;
	}
	.sec_5 .nm_headline2 {
		position: relative;
		margin-top: -56px;
	}
	.sec_10 .nm_headline {
		position: relative;
		margin-top: -65px;
	}
	.sec_10 .nm_headline3 {
		position: relative;
		margin-top: -88px;
	}

	.sec_10 .flexbox {
		display: flex;
		margin: 0 auto;
		padding: 40px;
		padding-bottom: 1%;
	}

	.sec_10 .flexbox img {
		width: 100%;
	}
	.last img {
		max-width: 100%;
	}

	.sticky {
		display: block;
		position: fixed;
		opacity: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		font-size: 20px;
		font-weight: 700;
		width: 100%;
		transition: all 0.3s;
		line-height: 1;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		z-index: 1000;
	}

	.fixed {
		opacity: 1;
	}

	.sticky a {
		font-size: 16px;
		padding: 0.5em 2em;
		margin-left: 5px;
		background: #23af06;
		color: #fff;
		text-decoration: none;
	}

	.form_box select {
		border: 1px solid #ccc;
		font-size: 18px;
		padding: 0.5em;
	}

	.tbimg img {
		margin-top: -6%;
	}
}

.sec_10 .flexbox .leftbox {
	margin-top: -15px;
	margin-left: 35px;
}

.sec_10 .flexbox .rightbox {
	margin-left: 120px;
}

@media screen and (max-width: 400px) {
	.sec_10 {
		padding-bottom: 0%;
	}

	.sec_10 iframe {
		margin-right: -4%;
	}
	.tbsp .tbimg img {
		margin-top: -5%;
	}

	.modal-open2 {
		height: 2vh;
		width: 30vw;
	}

	.modal-open2 {
		height: 2vh;
		width: 28vw;
	}

	.modal-open3 {
		height: 2vh;
		width: 11vw;
	}

	.modalbtn {
		font-size: 14px;
	}
	.thanks-msg {
		font-size: 20px;
	}

	.thanks-text {
		font-size: 17px;
	}
	.thanks-link {
		width: 97px;
		height: 18px;
	}
}

/* 画像切り替え
=========================================================*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* pcのみで表示される */
.only_pc {
	display: block !important;
}
@media only screen and (max-width: 1024px) {
	.only_pc {
		display: none !important;
	}
}
/* スマホとタブレットで表示される */
.tbsp {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
	.tbsp {
		display: block !important;
	}
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}

	.sticky {
		display: block;
		position: fixed;
		opacity: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.8);
		font-size: 4vw;
		font-weight: 700;
		width: 100%;
		transition: all 0.3s;
		line-height: 1;
		color: #fff;
		padding: 0px 0px 10px;
		text-align: center;
		z-index: 1000;
		line-height: 2;
	}

	.fixed {
		opacity: 1;
	}

	.sticky a {
		font-size: 4vw;
		padding: 0.5em 1em;
		background: #23af06;
		color: #fff;
		text-decoration: none;
	}

	.form_box select {
		border: 1px solid #ccc;
		font-size: 4vw;
		padding: 0.2em 0.5em 0.5em;
	}
}

.yureru-j {
	animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
	0% {
		transform: translate(0px, 2px);
	}
	5% {
		transform: translate(0px, -2px);
	}
	10% {
		transform: translate(0px, 2px);
	}
	15% {
		transform: translate(0px, -2px);
	}
	20% {
		transform: translate(0px, 2px);
	}
	25% {
		transform: translate(0px, -2px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}

.accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
}

.accordion-container .accordion-title {
	display: block;
	position: relative;
	margin: 0;
	padding: 1em;
	margin: -0.3em 0 1em 0;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	background: #18bcc8;
	cursor: pointer;
	text-align: left;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
	background-color: #00aaa7;
	color: white;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
	color: white;
}

.accordion-title {
	position: relative;
}

.accordion-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 32%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 18px;
	height: 18px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.accordion-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

.accordion-content {
	display: none;
	padding-left: 2.3125em;
	margin-bottom: 5em;
}

/* CSS for CodePen */
.accordion-container {
	width: 100%;
	margin-bottom: 1.875em auto;
}

.tbsp img {
	margin-bottom: 30px;
}

.tbsp .accordion-container {
	position: relative;
	width: 100%;
	border-top: none;
	outline: 0;
	cursor: pointer;
}

.tbsp .accordion-container .accordion-title {
	display: block;
	position: relative;
	padding: 1em;
	margin: -0.3em 0 1em 0;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	background: #18bcc8;
	cursor: pointer;
	text-align: left;
}

.tbsp .accordion-container .accordion-title:hover,
.tbsp .accordion-container .accordion-title:active,
.tbsp .accordion-container .content-entry.open .accordion-title {
	background-color: #00aaa7;
	color: white;
}

.tbsp .accordion-container .accordion-title:hover i:before,
.tbsp .accordion-container .accordion-title:hover i:active,
.tbsp .accordion-container .content-entry.open i {
	color: white;
}

.tbsp .accordion-title {
	position: relative;
}

.tbsp .accordion-title:after {
	content: "";
	position: absolute;
	right: 25px;
	top: 32%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 18px;
	height: 18px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.tbsp .accordion-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
}

.tbsp .accordion-content {
	display: none;
	padding-left: 2.3125em;
	margin-bottom: 5em;
}

/* CSS for CodePen */
.tbsp .accordion-container {
	width: 100%;
	margin-bottom: 1.875em auto;
}

.tbsp .accordion-container iframe {
	width: 90%;
	margin-left: 1.3em;
}

.tbsp .t_img {
	margin-bottom: -5px;
}

.tbsp img {
	margin-top: -50px;
}

.tbsp .none {
	display: none;
}

@media screen and (max-width: 1024px) {
	.accordion-container iframe {
		margin-bottom: 3.5em;
		margin-left: 1.5%;
	}
}
