body{
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
	font-weight: 500;
}
/********* Video *********/
/*
header {
	margin-top:60px!important;
  position: relative;
  min-height: 40rem;
  width: 100%;
  overflow: hidden;
}

header .img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
  top:100px
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}
*/
.container{
	margin-bottom: 30px;
	margin-top: 30px
}
.container-title{
	position: relative;
	padding: 0.5em;
	background: #3399CC;
	color: white;
	font-weight:700;
	margin-bottom: 50px;
	margin-top: 20px;
	letter-spacing: 2px;
	text-align: left
}

.container-title::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	font-size:700;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}
.my-card{
	position:absolute;
	width:65px;
	height:65px;
	left:40%;
	top:-35px;
	border-radius:50%;
}
.container-four-tilte{
	margin:30px 0 30px 0
}
.container{
	max-width:1400px!important
}
.container-one .title{
	font-size:23px;
	font-weight:700;
	letter-spacing: 2px;
}
.container-one .title-two{
	font-size:20px;
	font-weight:700;
	letter-spacing: 1px;
}
.container-one .num-text{
	font-size:30px;
	font-weight:700;
	color:red
}
.container-one .text{
	font-size:25px;
	font-weight:700;
	color:black
}
.container-one .content-text{
	font-size:16px;
	font-weight:700;
	color:black
}
.container-one .main-text{
	font-size:16px;
	font-weight:700;
	color:red
}
.sub-title {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-bottom:20px;
  letter-spacing: 2px;
}

.sub-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #17A2B8;
}

.sub-title span {
  position: relative;
  /*padding: 0 1em;*/
  background: #fff;
  color:#17A2B8;
  font-weight:700
}
.sub-title-small span{
	font-size:22px
}
.container-two-content-number{
	font-style: italic;opacity: .5;margin-right:20px
}
.container-two-content-text{
	font-weight: 700;color: #283135;
	letter-spacing: 1px;
}

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 1em .5em 1em 2em;
  color: #fff;
  font-size:30px;
  font-weight:700;
  letter-spacing: 2px;
  
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 70px 0 70px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 70px 0 70px 1em;
  z-index: 10;
}
.step li.is-current{
  background: #9bbb30;
  font-weight: bold;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}

.highcharts-credits{
	display:none
}

.container-six .card{
	margin-bottom:20px
}
.container-six .last-card{
	margin-bottom:0px
}
.container-six .right-content .question{
	color:#33abe7;
}
.container-six .left-content .question{
	color:#07a8ad;
}
.container-six .content{
	line-height:30px;
	letter-spacing: 2px;
	font-size:16px;
	text-align: left
}
 
/*
.container-six .question,.container-six .answer{
	text-shadow: 1px 1px 0 grey,
	-1px 1px 0 grey,
	1px -1px 0 grey,
	-1px -1px 0 grey;
}
*/
.container-six .card{
	background: none;border: none;
	margin-top:20px
	
}

.container-six .card-one::before {
	margin: 0 auto auto 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.container-six .card-one::after {
	margin: 0 0 auto auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.container-six .card-one::before, .container-six .card-one::after {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: -10px;
	left: -20px;
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	border-top: #33abe7 dotted 3px;
	border-right: #33abe7 dotted 3px;
}

.container-six .card-one .card-body::before {
	margin: auto auto 0 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.container-six .card-one .card-body::after {
	margin: auto 0 0 auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.container-six .card-one .card-body::before, .container-six .card-one .card-body::after {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: -10px;
	left: -20px;
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	border-top: #33abe7 dotted 3px;
	border-right: #33abe7 dotted 3px;
}

.container-six .card-two::before {
	margin: 0 auto auto 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.container-six .card-two::after {
	margin: 0 0 auto auto;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.container-six .card-two::before, .container-six .card-two::after {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: -10px;
	left: -20px;
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	border-top: #07a8ad dotted 3px;
	border-right: #07a8ad dotted 3px;
}

.container-six .card-two .card-body::before {
	margin: auto auto 0 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.container-six .card-two .card-body::after {
	margin: auto 0 0 auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.container-six .card-two .card-body::before, .container-six .card-two .card-body::after {
	position: absolute;
	top: 0;
	right: -20px;
	bottom: -10px;
	left: -20px;
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	border-top: #07a8ad dotted 3px;
	border-right: #07a8ad dotted 3px;
}
.container-six .right-content .important-font{
	background-color: #33abe7;
	color: white;
	font-weight:700;
	font-size:16px
}

.container-six .left-content .important-font{
	background-color: #07a8ad;
	color: white;
	font-weight:700;
	font-size:16px
}
.container-six .important-font-two{
	color: #CC0033
}
.container-six .answer{
	color:black
}

.container-six .title{
	margin:20px 0 20px 0
}
.container-six .align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}
.container-six .d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}
.container-six .title-two{
	margin-top:20px;
	text-align: left;
}
.container-six .title-two li{
	font-size:23px;
	font-weight:700;
}

	/*
	.container-six .left-title{
		font-size:18px;
		font-weight:700;
		text-align: center;
		margin-left:-120px;
		margin-top:20px;
	}
	.container-six .right-title{
		font-size:18px;
		font-weight:700;
		text-align: center;
		margin-left:170px;
		margin-top:20px;
	}
	
	.container-six .left-img{
		 position: relative;left: -50px;
	}
	.container-six.right-img{
		 position: relative;left: 35px;
	}
	.container-six .left-img img,.container-six .right-img img{
		width:100%
	}*/
	.container-six .left-content{
		/*background-color: #48c3ca;
		border: solid 1px #48c3ca;*/
		padding: 0px 50px 0 50px;
		z-index: 2
	}
	.container-six .right-content{
		/*background-color: #4FAEDC;
		border: solid 1px #4FAEDC;*/
		padding: 0px 50px 0 50px;
	}
	.container-nine table{
		margin-top:40px
	}
	.container-nine table th{
		padding:30px;
		text-align: center
	}
	.container-nine table .td-title{
		font-size:27px;
		color:white;
		width:360px;
	}
	.container-nine table .td-content{
		font-size:80px;
		color:white
	}
	.container-nine table .td-one{
		background:#089CA2
	}
	.container-nine table .td-two{
		background:#0070C0
	}
	.container-nine table .td-there{
		background:#089CA2
	}
	.container-ten .content-one,.container-ten .content-two{
		position: relative;
		top:50px
	}
	.container-ten .font-weight-bold{
		margin-bottom:-5px;
		font-size:20px;
		letter-spacing: 2px;
	}
	.container-ten .text-left{
		letter-spacing: 2px;
	}
	.container-eleven .step-content{
		font-size:22px
	}
	.container-eleven .step-content-two{
		font-size:26px;
		font-weight:700
	}
.container-six .card-body img{
	margin-bottom:20px
}
.container-six .content-title{
	font-size:30px;
	font-weight:700;
	color:black;
	text-align: left
}
.questionname{
	font-size: 20px;
	font-weight:700;
}
.answername{
	font-size: 20px;
	font-weight:700;
}
.arrow_questionname{
	font-size: 23px;
	font-weight:700;
}
.arrow_answername{
	font-size: 23px;
	font-weight:700;
}
.arrow_box{
    position:relative;
    width:420px;
    height:160px;
    background:#089CA2;
    padding:20px;
    text-align:center;
    color:#FFFFFF;
    font-size:40px;
    font-weight:bold;
    text-shadow:0px 1px 1px #ADADAD ;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(8, 156, 162, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:60px;
    border-right-width:60px;
    margin-top: -15px;
    border-right-color:#089CA2;
    right:100%;
    top:50%;
}


/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer{
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 25px 20px;
    border-radius: 10px;
    width: 85%;
    font-size: 20px;
    letter-spacing: 2px;
}

.arrow_question {
    position: relative;
    background: #fff;
    border: 1px solid #3399CC;
    padding: 25px 20px;
    border-radius: 10px;
    width: 85%;
    font-size: 20px;
    letter-spacing: 2px;
}
.arrow_question {
    float: right;
    margin-right: 20px;
    color:#3399CC;
    left: 40px;
}
.arrow_answer {
    float: left;
    margin-right: 20px;
    left: -20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after,
.arrow_question:before { right: 100%; }
.arrow_answer:after,
.arrow_answer:before { left: 100%; }
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #3399CC; }
.question_image { float: left; position: relative;left:10px}
.answer_image {
    float: right;
    margin-right: 20px;
}
.answer_image img,
.question_image img { border-radius: 50px; 
width:130px}
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}
.answer-right-flex{
	flex-direction: row-reverse;
}

@media screen and (max-width:1199.9px){
	.pc-show-top {
		display:none
	}
}
@media (min-width: 1200px) and (max-width: 1415px) {
	.info-four-content span{
		font-size: 12px!important
	}
	.info-four-title{
		font-size:19px!important
	}
}
@media (min-width: 1200px) and (max-width: 1599.9px) {
	#carouselContainer{
		margin-top: 60px
	}
	#carouselContainer .carousel-caption .title-one{
		font-weight: 700;
		font-size:38px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-two{
		font-weight: 700;
		font-size:35px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-there{
		font-weight: 700;
		font-size:35px;
		margin-top:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-four{
		font-weight: 700;
		font-size:35px;
		margin-top:20px;
		text-align:left
	}
	#carouselContainer .title-important-content{
		color:yellow
	}
	
}
@media screen and (min-width:1600px){
	#carouselContainer .carousel-caption .title-one{
		font-weight: 700;
		font-size:60px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-two{
		font-weight: 700;
		font-size:50px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-there{
		font-weight: 700;
		font-size:50px;
		margin-top:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-four{
		font-weight: 700;
		font-size:50px;
		margin-top:20px;
		text-align:left
	}
	#carouselContainer .title-important-content{
		color:yellow
	}
	#carouselContainer{
		margin-top: 60px
	}
	#carouselContainer .carousel-caption{
		margin-bottom:10px;
	}
}
/****************pc*****************/

@media screen and (min-width:1200px){
.mobile-show{
	display:none
}
#jangaVideo {
	padding:0px 150px 0px 150px;
	margin-top: 150px
}
.mobile-show-top {
	display:none
}
.mobile-show-step {
	display:none
}
.seminar-button:hover {
    background-color: #31aae2;
}
.seminar-button {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding: 24px 160px;
    letter-spacing: 0px;
    border-radius: 50px;
    line-height: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    word-wrap: break-word;
    white-space: normal !important;
}
	.mobile-show{
		display:none
	}
	.container-zore h3{
		margin:100px 0 100px 0
	}
	.container-zore h3 .font-first{
		line-height:1.5em;
		background: linear-gradient(transparent 65%,#EEE93A 0%);
		font-size: 1.4em;
		font-weight: 450;
		color: #22B9F8;
	}
	.container-one .container-title span{
		font-size:20px
	}
	.sub-title {
		position: relative;
		padding: 0 55px;
		text-align: center;
		margin-bottom: 20px;
		letter-spacing: 0px;
		font-size:28px
	}
	.content-text{
		display: inline-block; text-align: left;font-size: 20px
	}
}

@media screen and (min-width:768px){
	.mobile-show-chart{
		display:none
	}
	#carouselContainer {
	    margin-top: 60px;
	}

}
/****************mobile*****************/
@media screen and (max-width:767.9px){
	.pc-show-step{
		display:none
	}
	.pc-show-chart{
		display:none!important
	}
	.seminar-button {
	    font-family: 'Merriweather Sans', sans-serif;
	    font-size: 17px;
	    font-weight: 700;
	    padding: 10px 20px 10px 20px;
	    letter-spacing: 0px;
	    border-radius: 50px;
	    line-height: 2;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    word-wrap: break-word;
	    white-space: normal !important;
	}
	.question-balloon {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 100%;
	  max-width: 100%;
	  color: #555;
	  font-size: 16px;
	  background: #FFF;
	  border: 1px solid #3399CC;
	  box-sizing: border-box;
	  border-radius: 10px;
	}
	.question-balloon:before {
	  content: "";
	  position: absolute;
	  top: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-bottom: 12px solid #FFF;
	  z-index: 2;
	}
	.question-balloon:after {
	  content: "";
	  position: absolute;
	  top: -28px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-bottom: 14px solid #3399CC;
	  z-index: 1;
	}
	.question-balloon p {
	  margin: 0;
	  padding: 0;
	}
	.question-balloon .question-content{
		color: #3399CC;
		letter-spacing: 2px;
	}
	.answer-balloon {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 100%;
	  max-width: 100%;
	  color: #555;
	  font-size: 16px;
	  background: #FFF;
	  border: 1px solid #c8c8c8;
	  box-sizing: border-box;
	  border-radius: 10px;
	}
	.answer-balloon:before {
	  content: "";
	  position: absolute;
	  top: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-bottom: 12px solid #FFF;
	  z-index: 2;
	}
	.answer-balloon:after {
	  content: "";
	  position: absolute;
	  top: -28px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-bottom: 14px solid #c8c8c8;
	  z-index: 1;
	}
	.answer-balloon p {
	  margin: 0;
	  padding: 0;
	}
	.answer-balloon .answer-content{
		letter-spacing: 2px;
		font-weight:500
	}
	.container-six .content-title {
	    font-size: 18px;
	    font-weight: 700;
	    color: black;
	    text-align: left;
	}
	.container-six .right-content {
	    padding: 0px!important
	}
	.container-six .left-content {
	    padding: 0;
	    z-index: 2;
	}
	.mobile-show{
		display:inline
	}
	.pc-show{
		display:none
	}
	#carouselContainer{
		margin-top: 60px
	}
	#carouselContainer .carousel-caption{
		margin-bottom:10px;
	}
	.container-zore h3{
		margin:0
	}
	.container-zore h3 .font-first{
		line-height:1.3em;
		background: linear-gradient(transparent 65%,#EEE93A 0%);
		font-size: 22px;
		font-weight: 700;
		color: #22B9F8;
	}
	#carouselContainer .carousel-caption .title-one{
		font-weight: 700;
		font-size:30px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-two{
		font-weight: 700;
		font-size:25px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-there{
		font-weight: 700;
		font-size:25px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .carousel-caption .title-four{
		font-weight: 700;
		font-size:25px;
		margin-bottom:20px;
		text-align:left
	}
	#carouselContainer .title-important-content{
		color:yellow
	}
	.container-one .card{
		margin-bottom:50px
	}
	.container-title{
		position: relative;
		padding: 0.5em;
		background: #3399CC;
		color: white;
		font-weight: 700;
		margin-bottom: 50px;
		margin-top: 10px;
		letter-spacing: 1px;
		text-align: left;
		font-size:21px
	}
	.container-one .container-title span{
		font-size:16px
	}
	.container-one img{
		width:100%
	}
	.sub-title {
		position: relative;
		padding: 0 55px;
		text-align: center;
		margin-bottom: 20px;
		letter-spacing: 0px;
		font-size:18px
	}
	.content-text{
		display: inline-block; text-align: left;font-size: 16px;line-height:1.6
	}
	.sub-title span {
		position: relative;
		background: #fff;
		color: #17A2B8;
		font-weight: 700;
		top:3px
	}
	.second-row{
		padding-left:0;
		padding-right:0
	}
}
/*common*/
.mobile-show-step .step-b{
  list-style-type: none;
  padding:0;
  margin:0;
}
.mobile-show-step .step-b li{
  position: relative;
  width:200px;
  background: #504944;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  color: #fff;
}
.mobile-show-step .step-b li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 10px 100px 0 100px;
  z-index: 1;
}
.mobile-show-step .step-b .last-li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -9px;
  left: 0;
  border-style: solid;
  border-color: #504944 transparent transparent transparent;
  border-width: 0px 0px 0 0px!important;
  z-index: 1;
}
.mobile-show-step .step-b li.is-current{
  font-weight: bold;
}

/* 768～1000 */
@media (min-width: 768px) and (max-width: 1000px) {
	.container-one .col-md-12 img{
		width:100%
	}
	.mobile-show-step {
	    display: none;
	}
	.question-balloon {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 100%;
	  max-width: 100%;
	  color: #555;
	  font-size: 16px;
	  background: #FFF;
	  border: 1px solid #3399CC;
	  box-sizing: border-box;
	  border-radius: 10px;
	}
	.question-balloon:before {
	  content: "";
	  position: absolute;
	  top: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-bottom: 12px solid #FFF;
	  z-index: 2;
	}
	.question-balloon:after {
	  content: "";
	  position: absolute;
	  top: -28px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-bottom: 14px solid #3399CC;
	  z-index: 1;
	}
	.question-balloon p {
	  margin: 0;
	  padding: 0;
	}
	.question-balloon .question-content{
		color: #3399CC;
		letter-spacing: 2px;
	}
	.answer-balloon {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 100%;
	  max-width: 100%;
	  color: #555;
	  font-size: 16px;
	  background: #FFF;
	  border: 1px solid #c8c8c8;
	  box-sizing: border-box;
	  border-radius: 10px;
	}
	.answer-balloon:before {
	  content: "";
	  position: absolute;
	  top: -24px;
	  left: 50%;
	  margin-left: -15px;
	  border: 12px solid transparent;
	  border-bottom: 12px solid #FFF;
	  z-index: 2;
	}
	.answer-balloon:after {
	  content: "";
	  position: absolute;
	  top: -28px;
	  left: 50%;
	  margin-left: -17px;
	  border: 14px solid transparent;
	  border-bottom: 14px solid #c8c8c8;
	  z-index: 1;
	}
	.answer-balloon p {
	  margin: 0;
	  padding: 0;
	}
	.answer-balloon .answer-content{
		letter-spacing: 2px;
		font-weight:500
	}
	.container-zore h3 .font-first {
	    line-height: 1.5em;
	    background: linear-gradient(transparent 65%,#EEE93A 0%);
	    font-size: 1.4em;
	    font-weight: 450;
	    color: #22B9F8;
	}
	.container-six .col-md-4,.container-eight .col-md-4,.container-seven .col-md-4,.container-six .col-md-5,.container-six .col-md-7{
		flex: 0 0 100%!important;
   		max-width: 100%!important;
	}
}
/* min1000 */
@media (min-width: 1000px) {
	.mobile-show-img{
		display:none
	}
	.seminar-button {
	    font-family: 'Merriweather Sans', sans-serif;
	    font-size: 30px;
	    font-weight: 700;
	    padding: 24px 160px;
	    letter-spacing: 0px;
	    border-radius: 50px;
	    line-height: 2;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    word-wrap: break-word;
	    white-space: normal !important;
	}
	.mobile-show-seminar{
		display:none
	}
}
/* max1000 */ 
@media (max-width: 1000px) {
	.pc-show-img{
		display:none
	}
	.seminar-button {
	    font-family: 'Merriweather Sans', sans-serif;
	    font-size: 17px;
	    font-weight: 700;
	    padding: 10px 20px 10px 20px;
	    letter-spacing: 0px;
	    border-radius: 50px;
	    line-height: 2;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    word-wrap: break-word;
	    white-space: normal !important;
	}
	.pc-show-seminar,.pc-show-question{
		display:none
	}
}
/* 768～1200 */
@media (min-width: 768px) and (max-width: 1200px) {
	.container-title {
	    position: relative;
	    padding: 0.5em;
	    background: #3399CC;
	    color: white;
	    font-weight: 700;
	    margin-bottom: 50px;
	    margin-top: 20px;
	    letter-spacing: 2px;
	    text-align: left;
	    font-size:35px
	}
	.container-two-content-text {
	    font-weight: 700;
	    color: #283135;
	    letter-spacing: 1px;
	    font-size:18px
	}
	.mobile-show-step{
		display:none
	}
	.step li {
	    display: table-cell;
	    position: relative;
	    background: #504944;
	    padding: 1em 0em 1.4em 2em;
	    color: #fff;
	    font-size: 17px;
	    font-weight: 700;
	    letter-spacing: 2px;
	}
	.step li:before {
	    top: -15px;
	    right: -1em;
	    border-style: solid;
	    border-color: transparent transparent transparent #fff;
	    border-width: 50px 0 60px 1em;
	    z-index: 10;
	}
	.step li:after {
	    top: -15px;
	    right: -.8em;
	    border-style: solid;
	    border-color: transparent transparent transparent #504944;
	    border-width: 50px 0 60px 1em;
	    z-index: 10;
	}
	.container-zore h3 .font-first {
	    line-height: 1.5em;
	    background: linear-gradient(transparent 65%,#EEE93A 0%);
	    font-size: 1.4em;
	    font-weight: 450;
	    color: #22B9F8;
	}
	.pc-show{
		display:none
	}
	.container-one .col-md-3{
    	flex: 0 0 50%;
    	max-width: 50%;
    	margin-bottom:50px
	}
	.my-card {
	    position: absolute;
	    width: 65px;
	    height: 65px;
	    left: 45%;
	    top: -35px;
	    border-radius: 50%;
	}
	.container-one .num-text {
	    font-size: 40px;
	    font-weight: 700;
	    color: red;
	}
	.container-one .text-info{
		text-align: center
	}
	.content-text {
	    display: inline-block;
	    text-align: left;
	    font-size: 20px;
	} 
}
@media (min-width: 1350px) {
	.mobile-show-question{
		display:none
	}
}
@media (min-width: 1000px) and (max-width: 1350px) {
	.mobile-show-question{
		display:none
	}
	.arrow_questionname{
		font-size: 23px;
		font-weight:700;
	}
	.arrow_answername{
		font-size: 23px;
		font-weight:700;
	}
	.arrow_box{
	    position:relative;
	    width:420px;
	    height:160px;
	    background:#089CA2;
	    padding:20px;
	    text-align:center;
	    color:#FFFFFF;
	    font-size:40px;
	    font-weight:bold;
	    text-shadow:0px 1px 1px #ADADAD ;
	}
	.arrow_box:after{
	    border: solid transparent;
	    content:'';
	    height:0;
	    width:0;
	    pointer-events:none;
	    position:absolute;
	    border-color: rgba(8, 156, 162, 0);
	    border-top-width:15px;
	    border-bottom-width:15px;
	    border-left-width:60px;
	    border-right-width:60px;
	    margin-top: -15px;
	    border-right-color:#089CA2;
	    right:100%;
	    top:50%;
	}
	
	.arrow_answer{
	    position: relative;
	    background: #fff;
	    border: 1px solid #c8c8c8;
	    padding: 25px 20px;
	    border-radius: 10px;
	    width: 75%;
	    font-size: 20px;
	    letter-spacing: 2px;
	}
	
	.arrow_question {
	    position: relative;
	    background: #fff;
	    border: 1px solid #3399CC;
	    padding: 25px 20px;
	    border-radius: 10px;
	    width: 75%;
	    font-size: 20px;
	    letter-spacing: 2px;
	}
	.arrow_question {
	    float: right;
	    margin-right: 20px;
	    color:#3399CC;
	    left: 40px;
	}
	.arrow_answer {
	    float: left;
	    margin-right: 20px;
	    left: -20px;
	}
	.arrow_answer:after,
	.arrow_answer:before,
	.arrow_question:after,
	.arrow_question:before {
	    top: 50%;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
	}
	.arrow_question:after,
	.arrow_question:before { right: 100%; }
	.arrow_answer:after,
	.arrow_answer:before { left: 100%; }
	.arrow_answer:after,
	.arrow_question:after {
	    border-color: rgba(255, 255, 255, 0);
	    border-width: 15px;
	    margin-top: -15px;
	}
	.arrow_answer:after { border-left-color: #fff ; }
	.arrow_question:after { border-right-color: #fff ; }
	.arrow_answer:before,
	.arrow_question:before {
	    border-color: rgba(200, 200, 200, 0);
	    border-width: 16px;
	    margin-top: -16px;
	}
	.arrow_answer:before { border-left-color: #c8c8c8; }
	.arrow_question:before { border-right-color: #3399CC; }
	.question_image { float: left; position: relative;left:10px}
	.answer_image {
	    float: right;
	    margin-right: 20px;
	}
	.answer_image img,
	.question_image img { border-radius: 50px; 
	width:130px}
	.question_Box {
	    margin-bottom: 25px;
	    overflow: hidden;
	}
	.answer-right-flex{
		flex-direction: row-reverse;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.step li {
	    display: table-cell;
	    position: relative;
	    background: #504944;
	    padding: 1em .5em 1em 2em;
	    color: #fff;
	    font-size: 25px;
	    font-weight: 700;
	    letter-spacing: 2px;
	}
}
/*
.img-zoom img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.img-zoom:hover img {
  opacity: 0.3;
}
.img-zoom:hover .middle {
  opacity: 1;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.button-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
*/

.table-company-info{
	background-color:#ecf8fe;
	padding:50px 0 35px 0
}
.table-company-info .top-table .top-table-title{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #E9ECEF;
	color: #4FA6D2;
	font-weight: 500;
	padding:1px 0 0 0;
	font-size:16px 
}
.table-company-info .top-table .top-table-content{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	background: #4FA6D2;
	font-weight: 500;
	padding:1px 0 0 0;
	font-size:16px 
}
.table-company-info .top-table .top-table-content-another{
	font-size:16px 
}
.table-company-info .top-table th {
	padding: 15px 15px 15px 20px;
	width:100px
}
.table-company-info .top-table td,.top-table th{
	vertical-align: middle
}



