.wrapper {
	width: 100%;
}

p {
	font-size: 14.5px;
}

#service section h2 {
	font-size: 42px !important;
	color: #003a8c;
	text-align: center;
	padding-top: 50px;
	line-height: 1.2 !important;
}

#service section h3 {
	font-size: 30px;
	color: #003a8c;
	margin-bottom: 10px;
}

#service .contents_all .h3_02 {
	font-size: 18px;
	text-align: center;
	border: 1px solid #003a8c;
	width: 710px;
	margin: 0 auto 1.2em;
	padding: 5px 0;
	cursor: pointer;
}

#service .h3_03 {
	font-size: 24px;
	margin-top: 50px;
	text-align: center;
}

.sect_1 {
	width: 1000px;
	margin: 0 auto 70px;
}

.sect_2 {
	width: 100%;
	background-color: #f1f7fb;
}

.text_blue {
	color: #003a8c;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

/*serviceトップ*/

.service_main {
	width: auto;
	height: 500px;
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/service_main.jpg) no-repeat;
	background-size: 100%;
	position: relative;
	margin-bottom: 50px;
}

.service_ixi_bg {
	margin-top: -40px;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}

#service h1 {
	font-size: 42px;
	color: #003a8c;
	position: relative;
}

#service h1:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1.4em;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20%;
	margin: 0 auto;
	height: 1px;
	background-color: #003a8c;
}

.service_ixi {
	width: 640px;
	height: 280px;
	border: double 4px #003a8c;
	background: #fff;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.service_ixi p {
	text-align: justify;
	padding-top: 30px;
	line-height: 2.2;
}

/*serviceトップ終わり*/

/*青の区切り*/

.blue_box_container {
	text-align: center;
	height: 14px;
}

.blue_box {
	width: 14px;
	height: 14px;
	background-color: #003a8c;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 70px;
	transform: rotate(45deg);
}

.blue_box:last-of-type {
	margin-right: 0;
}

/*青の区切り終わり*/

/*ixiで得られる５つのこと*/

.ixi_points_text {
	width: 80%;
	float: right;
}

.ixi_points {
	width: 750px;
	margin: 20px auto 0;
	padding: 40px;
	background: #f1f7fb;
	position: relative;
}

.number {
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}

/*ixi_style*/

.ixi_style h3 {
	text-align: center;
	margin: 50px auto 30px;
}

.ixi_style ul {
	width: 58%;
	margin: 0 auto;
	padding: 0px;
}

.ixi_style ul li {
	margin-bottom: 20px;
	position: relative;
	min-height: 58px;
	display: flex;
	align-items: center;
	text-align: justify;
	font-size: 14px;
}



.ixi_style ul li:before {
	content: "";
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/check.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
}

.ixi_style_pic {
	text-align: center;
}

/*ixiで得られる５つのことおわり*/

/*ixiの特徴*/

.ixi_features_sect {
	min-height: 1240px;
}

.ixi_features_box {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.ixi_features {
	width: 40%;
	background-color: #fff;
	text-align: center;
	margin: 2%;
	padding: 3%;
}

.ixi_features_pic {
	width: 100px;
	height: 110px;
	margin: 0 auto;
	position: relative;
}

.ixi_features_pic img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.ixi_features p {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
}

.ixi_features a {
	width: 150px;
	height: 40px;
	margin: 20px auto 0;
	background-color: #003a8c;
	color: #fff;
	display: block;
	line-height: 40px;
}

/*ixiの特徴おわり*/

/*コンテンツ*/

#service .contents_sub_ttl {
	text-align: center;
	margin-bottom: 40px;
}

.contents_box {
	width: 710px;
	margin: 0 auto 30px;
	background-color: #f1f7fb;
	padding: 2em;
	display: none;
}

.accordion {
	position: relative;
}

.accordion span {
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/bg01.png) no-repeat;
	color: #003a8c;
	width: 20px;
	height: 20px;
	transition: .3s;
	position: absolute;
	top: 18px;
	right: 20px;
}

.accordion span.active {
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/bg02.png) no-repeat;
	width: 20px;
	height: 20px;
	transition: .3s;
	position: absolute;
	top: 13px;
	right: 20px;
	/*
	transform: rotateX(180deg);
	top: 8px;
	right: 20px;
*/
}

#service .accordion:hover {
	background: #003a8c;
	color: #fff;
}

.contents_box_pic {
	width: 300px;
	height: auto;
	float: left;
}

.contents_box_pic img {
	width: 100%;
}

.contents_box_text {
	width: 50%;
	float: left;
	text-align: justify;
	padding-left: 5%;
}

/*コンテンツおわり*/

/*スケジュール*/

.schedule {
	min-height: 1150px;
}

.schedule_box {
	width: 80%;
	margin: 2em auto 0;
	background-color: #fff;
	padding-bottom: 1.5em;
}

#service .year {
	font-size: 24px;
	color: #003a8c;
	text-align: center;
	padding-top: 1.5em;
	position: relative;
}

.year:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 5%;
	margin: 0 auto;
	height: 1px;
	background-color: #003a8c;
}

.monthly_events {
	width: 100%;
	display: flex;
	margin: 0 auto;
	margin-bottom: 30px;
}

.monthly_events table {
	width: 50%;
	margin: 0 5% 0;
}

.monthly_events table tr {
	height: 60px;
	vertical-align: bottom;
}


/*
.monthly_events table tr th,.monthly_events table tr td{
	border-bottom: 1px dotted #999;
}
*/

.monthly_events table tr th {
	color: #003a8c;
}

.monthly_events table span {
	padding: 4% 2%;
	border: 1px solid #003a8c;
	color: #003a8c;
	font-weight: bold;
	vertical-align: bottom;
	display: block;
}

.monthly_events table tr td {
	line-height: 1.5em;
	padding-left: 5%;
	width: 80%;
}

.schedule_text {
	width: 50%;
	margin: 0 auto 30px;
}

#service .schedule_text p {
	margin-top: 10px;
	font-size: 0.8em
}

.schedule_pic {
	text-align: center;
}

.line_dot_schedule {
	border-bottom: 1px dotted #003a8c;
}

/*スケジュールおわり*/

/*コース*/

.course .course_type {
	width: 840px;
	margin: 0 auto;
	border: 1px solid #003a8c;
	margin-bottom: 30px;
}

.course .course_type th {
	width: 30%;
	background-color: #f1f7fb;
	border-right: 1px dotted #003a8c;
}

.course .course_type td {
	padding: 2%;
}

.ixi_special {
	margin-bottom: 70px;
}

.ixi_special_list {
	width: 840px;
	margin: 0 auto;
}

.ixi_special_list th {
	width: 30%;
}

.ixi_special_list th span {
	background-color: #003a8c;
	color: #fff;
	padding: 3% 7%;
	font-size: 18px;
}

.ixi_special_list td {
	padding: 2% 3% 2% 0;
}

.line_dot {
	border-bottom: 1px dotted #003a8c;
}

.small_ttl {
	line-height: 2;
}

/*コースおわり*/

/*Q&A*/

.questionary_box {
	width: 50%;
	margin: 30px auto 0;
	padding-bottom: 70px;
}

.qa {
	margin-top: 30px;
}

.question_text {
	color: #003a8c;
	padding-left: 65px;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
}

.question_text:before {
	content: "";
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/question.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	left: 0;
}

.question_text:after{
	content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #003a8c;
  border-right: solid 2px #003a8c;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 17px;
  right: 0;
  margin-top: -4px;
	transition: .3s;
}

.question_text_active:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.answer {
	display: none;
}

#service .answer_text {
	padding-left: 65px;
	position: relative;
	margin-top: 30px;
}

.answer_text:after {
	content: "";
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/answer.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -5px;
	left: 0;
}
.yohaku{
	padding-left: 65px;
}

/*Q&Aおわり*/

/*問い合わせ*/

.service_contact {
	min-height: 390px;
	margin-bottom: -100px;
	background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/contact_pic.jpg) no-repeat;
	background-size: cover;
	padding-top: 50px;
}

.service_contact div {
	width: 50%;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 30px 0 40px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.service_contact a {
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	background-color: #003a8c;
	color: #fff;
	display: block;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service_contact p{
	width: 85%;
  margin: 0 auto;
}
.service_contact a:hover {
	opacity: 0.8;
}

/*問い合わせおわり*/

/*レスポンシブ*/

@media screen and (max-width:768px) {
	.sect_1 {
		width: 100%;
		margin: 0 auto 70px;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#service section h3 {
		font-size: 24px;
		text-align: center;
	}
	#service .contents_all .h3_02 {
		width: 100%;
		font-size: 14.5px;
	}
	.service_main {
		width: auto;
		height: 100vh;
		background-size: cover;
		position: relative;
		margin-bottom: 50px;
	}

	.service_ixi_bg {
		margin-top: -40px;
		height: 100%;
		background: rgba(255, 255, 255, 0.3);
	}

	#service h1 {
		font-size: 42px;
		color: #003a8c;
		position: relative;
	}

	#service h1:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 1.4em;
		bottom: 0;
		left: 0;
		right: 0;
		width: 20%;
		margin: 0 auto;
		height: 1px;
		background-color: #003a8c;
	}

	.service_ixi {
		width: 90%;
		box-sizing: border-box;
		min-height: 65%;
	}

	.service_ixi p {
		line-height: 2.2;
	}
	/*serviceトップ終わり*/
	/*ixiで得られる５つのこと*/
	.ixi_points_text {
		width: 100%;
		float: none;
	}
	.ixi_points {
		width: 100%;
		padding: 40px 15px;
		position: relative;
		box-sizing: border-box;
	}
	.number {
		float: none;
		text-align: center;
		margin-bottom: 0;
		width: 15%;
		margin: 0 auto;
		padding-bottom: 10px;
		padding-left: 0;
		padding-top: 0;
	}

	/*ixi_style*/
	.ixi_style {
		margin-bottom: 70px;
	}
	.ixi_style h3 {
		text-align: center;
		margin: 50px auto 30px;
	}

	.ixi_style ul {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}

	.ixi_style_pic {
		width: 100%;
		box-sizing: border-box;
	}
	.ixi_style_pic img {
		width: 100%;
	}
	/*ixiで得られる５つのことおわり*/
	/*ixiの特徴*/
	.ixi_features_box {
		display: block;
		box-sizing: border-box;
		padding: 0 10px 70px;
	}

	.ixi_features {
		width: 100%;
		margin: 20px 0 0;
		padding: 5%;
		box-sizing: border-box;
	}
	/*ixiの特徴おわり*/
	/*コンテンツ*/
	#service .contents_sub_ttl {
		text-align: center;
		margin-bottom: 40px;
	}

	.contents_box {
		width: 100%;
		margin: 0 auto 30px;
		background-color: #f1f7fb;
		padding: 1.2em;
		display: none;
		box-sizing: border-box;
	}
	.accordion {
		font-size: 14.5px;
	}
	.accordion span {
		display: block;
		top: 13px;
		right: 3px;
	}
	.accordion span.active {
		top: 10px;
		right: 3px;
	}
	.accordion .bg02 span {
		background: url(https://official.ixi-online.com/wp-content/themes/Avada-Child-Theme/img/ixi_service/img/bg02.png) no-repeat right;
	}
	.contents_box_pic {
		width: 100%;
		height: auto;
		float: none;
		box-sizing: border-box;
	}
	.contents_box_pic img {
		width: 100%;
	}
	.contents_box_text {
		width: 100%;
		float: none;
		text-align: justify;
		box-sizing: border-box;
		padding-top: 15px;
		padding-left: 0;
	}
	/*コンテンツおわり*/
	/*スケジュール*/
	.schedule {
		min-height: 1430px;
		box-sizing: border-box;
		padding: 0 10px;
		overflow: hidden;
	}
	.year:after {
		width: 13%;
	}
	.schedule_box {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.monthly_events {
		width: 100%;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	.schedule_text {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.monthly_events table {
		width: 100%;
		margin: 0;
	}

	.schedule_pic {
		width: 500px;
		height: auto;
		box-sizing: border-box;
	}
	.schedule_pic img {
		width: 100%;
	}

	/*スケジュールおわり*/
	/*コース*/
	.course .course_type {
		width: 100%;
		margin: 0 auto 30px;
	}

	.course .course_type th {
		width: 100%;
		height: 40px;
		display: block;
		border-right: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.course .course_type td {
		width: 100%;
		padding: 2%;
		display: block;
		box-sizing: border-box;
	}

	.ixi_special {
		margin-bottom: 70px;
	}
	.ixi_special_list {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
	}

	.ixi_special_list th {
		width: 100%;
		display: block;
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.ixi_special_list td {
		padding: 5% 3% 2% 0;
		width: 100%;
		display: block;
		text-align: justify;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}

	.line_dot {
		border-bottom: none;
	}
	.small_ttl {
		line-height: 3;
	}
	/*コースおわり*/
	/*Q&A*/
	.questionary_box {
		width: 100%;
		margin: 30px auto 0;
		box-sizing: border-box;
		padding: 0 18px 70px;
	}
	.qa {
		margin-top: 30px;
	}
	.question_text {
		padding-left: 60px;
		min-height: 50px;
	}
	/*問い合わせ*/
	.service_contact {
		box-sizing: border-box;
    padding: 50px 15px;
		background-position: 22%;
	}
	.service_contact div {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.service_contact div h3 {
		margin-top: 0;
	}
	.service_contact a {
		width: 250px;
		height: 60px;
		box-sizing: border-box;
		padding: 0 10px;
	}
	/*問い合わせおわり*/

	/* 20201012追加分 */
	.ixi_style ul li {
		padding-left: 0;
	}
}
@media screen and (max-width:320px){

}
