@charset "utf-8";

/* title */

#sub-title div table {
	margin-top: -1.5rem;
}
#enc2 #sub-title div table,
#enc4 #sub-title div table,
#sheet #sub-title div table,
#seminar #sub-title div table{
	margin-top: 0;
}

#sub-title div table th {
	width: 22.5rem;
}
#sub-title div table th.line2 {
	padding-top: .9em;
	text-indent: -.5em;
	padding-left: .5em;
	line-height: 1.5em;
}
#enc1 #sub-title div table th {
	width: 21rem;
}
#enc2 #sub-title div table th {
	width: 21rem;
}
#enc3 #sub-title div table th {
	width: 20.5rem;
}

.finish-row {
	padding-bottom: 3em;
}

#invest-area {
	position: relative;
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
}

#invest-area:before,
#invest-area:after {
	content: "";
	display: block;
	position: absolute;
	top: 7.5rem;
	height: 4px;
}

#invest-area:before {
	background-color: #395635;
	width: 100%;
}

#invest-area:after {
	left: 0;
	background: #00AA5A;
	width: 120px;
}

#analy-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3em;
	padding-top: 5rem;
	position: relative
}

#analy-area:before,
#analy-area:after {
	content: "";
	display: block;
	position: absolute;
	top: 12.5rem;
	height: 4px;
}

#analy-area:before {
	background: #395635;
	width: 100%;
	z-index: -1;
}

#analy-area:after {
	background: rgb(80, 112, 182);
	left: 0;
	width: 120px;
}

#text-area {
	position: relative;
	width: 45%;
	padding-left: 1em;
}

.text-sub-title {
	font-weight: normal;
}

.text-title {
	font-size: 2.2rem;
	margin-bottom: 1.6em;
	letter-spacing: .1em;
	font-weight: normal;
}

.text-detail {
	line-height: 1.9;
	margin-bottom: 1.5em;
}
.text-detail p span{
	display: inline-block;
}

.text-img {
	position: absolute;
	top: 7.5em;
	left: -1em;
}

#text-area .text-link {
	font-size: 1.25em;
	border: 1px solid rgb(100, 180, 90);
	padding: .5em .5em .4em;
	line-height: 1.1;
	display: inline-block;
	color: rgb(100, 180, 90);
	transition: all .3s ease;
}

#text-area .text-link:hover{
	color: #EBF0F0;
	background-color: rgb(100, 180, 90);
}

#paper-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 51%;
}

.paper-list {
	box-sizing: border-box;
	width: 49%;
}

.paper-box {
	width: 84%;
	position: relative;
	background: white;
	box-shadow: 0 0 3px #ccc;
	margin: 1rem auto 1.5rem;
	font-size: 13px;
	padding: 0;
	box-sizing: border-box;
}
.paper-box:before{
	content: "";
	display: block;
	width: 100%;
	padding-top: 142.8%;
}

.paper-area-detail {
	position: absolute;
	top: 2.5em;
	left: 1.2em;
	right: 1.2em;
	bottom: .8em;
	text-align: center;
}

.paper-area-detail p {
	margin: 0;
	line-height: 1.6;
}

.paper-title,
#analy-area .list .support .title{
	font-size: 1.6em;
	line-height: 1.2;
	padding-bottom: .1em;
}
.paper-title .narrow{
	letter-spacing: -.1em;
}
.paper-title span,
.paper-sub span{
	display: inline-block;
}

.paper-list:nth-child(2) .paper-title{
	padding: .8rem 0 .5rem;
}
.paper-list:nth-child(4) .paper-title{
	margin-top: -.2em;
}

.paper-datail,
#analy-area .list .support .detail{
	padding-top: 1.2rem;
	text-align: left;
}

.paper-datail{
	text-align: justify;
}

.paper-link {
	border-top: 1px solid black;
	position: absolute;
	overflow: hidden;
	display: block;
	bottom: 0.5em;
	padding: .9rem 0 0;
	width: 100%;
	font-size: 1.25em;
}
.paper-box a .paper-link{
	z-index: 1;
	background-color: white;
}
.paper-box a .paper-link:before{
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 1.3rem;
	left: 50%;
	z-index: -1;
	border-top: .6rem solid yellow;
	margin-left: -3em;
	transition: width .5s ease;
}
.paper-box a:hover .paper-link:before{
	width: 6em;
}

.line-naname {
	background-image: linear-gradient(-45deg, transparent 48%, green 48%, green 51%, transparent 51%, transparent);
	height: 40px;
	width: 40px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.shadow-left,
.shadow-right {
	background: none repeat scroll 0 0 #777777;
	bottom: 15px;
	box-shadow: 0 15px 10px #777777;
	content: "";
	left: 5px;
	height: 10px;
	position: absolute;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	width: 50%;
	z-index: -1;
}

.shadow-right {
	left: auto;
	right: 5px;
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
}


#analy-area .list{
	width: 53%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 5rem;
}
#analy-area .list .support{
	width: 44%;
	font-size: 13px;
}
#analy-area .list .support:nth-child(3){
	margin-left: 20%;
	margin-right: 20%;
}
#analy-area .list .support a{
	display: block;
	position: relative;
}
#analy-area .list .support a:before{
	content: "";
	width: 100%;
	display: block;
	padding-top: 100%;
	background-color: white;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
#analy-area .list .support .content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
	align-items: center;
}
#analy-area .list .support p{
}
#analy-area .list .support .title{
	text-align: center;
	margin: 8% auto .2em;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

#analy-area .list .support:last-child .title{transform:scale(.9);}
#analy-area .list .support .title > span {
}
#analy-area .list .support .title span span{
	display: inline-block;
}

#analy-area .list .support .detail{
	margin: 0 15%;
	padding: 0;
	text-align: justify;
	line-height: 1.6;
}
#analy-area .list .support a .link{
	width: 6em;
	margin: .3em auto 8%;
	padding: .5em 0 .4em;
	background-color: rgb(80,112,182);
	color: white;
	font-size: 1.2em;
	line-height: 1.1;
	text-align: center;
	border-radius: 1em;
	transition: all ease .3s;
}

#analy-area .list .support a:hover .link{
	background-color: rgb(120,170,240);
}

#analy-area .list .support .circle{
	position: absolute;
	top: -5px;
	left: -5px;
	bottom: -5px;
	right: -5px;
	z-index: 0;
	background-color: #B4BEFF;
	border-radius: 50%;
}
#analy-area .list .support .circle:before,
#analy-area .list .support .circle:after,
#analy-area .list .support .circle > span{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 5px;
	border-style: solid;
	border-radius: 50%;
	box-sizing: border-box;
}
#analy-area .list .support .circle:before,
#analy-area .list .support .circle:after{
	content: "";
}

#analy-area .list .support .circle:before{
	border-color: #5070B6 transparent transparent transparent;
	transform: rotate(45deg);
}
#analy-area .list .support .circle span.purple{
	border-color: #B450FF transparent transparent transparent;
	transform: rotate(120deg);
}
#analy-area .list .support .circle span.sky{
	border-color: #32AAFF #32AAFF transparent transparent;
	transform: rotate(180deg);
}
#analy-area .list .support .circle:after{
	border-color: #00A06E transparent transparent transparent;
	transform: rotate(280deg);
}

/* graph */
.graph{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	z-index: -1;
}

#invest-area .graph{
	bottom: 5%;
	left: -10%;
	width: 50%;
	height: 25%;
}
#analy-area .graph{
	bottom: 12%;
	left: 0;
	width: 37%;
	height: 30%;
}


/* --------------------------------
	Support ent1 only style
-------------------------------- */

#entrant-wrap {
	width: 90%;
	margin: 0 auto;
}

.entrant-area,
.entrant-area2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 5em;
}

.entrant-area2 {
	margin-left: 18%;
}

.entrant-img {
	margin-right: 2em;
}
.entrant-img img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0 auto;
}

.entrant-text-area .entrant-title {
	font-size: 1.5em;
	margin: 0 0 .4em;
}
.entrant-text-area .entrant-title span{
	display: inline-block;
}

.entrant-text-area .entrant-detail {
	font-size: 1.2em;
}


.entrant-text-area .entrant-detail li {
	margin-bottom: .8em;
	font-weight: normal;
	font-size: 1rem;
}

li.check-indent span{
	display: block;
	margin-left: calc(1em * 18 / 16 + .2em);
}

.voice-title,
.ov-title {
	font-size: 1.7rem;
	padding-bottom: .3em;
}
#entrant-ov-wrap {
	margin-bottom: 7rem;
}

#ov-line-header,
#ov-line-data {
	margin-bottom: 4px;
	overflow: hidden;
	line-height: 1.5;
	font-size: .9rem;
	display: flex;
	justify-content: space-between;
}

.ov-header-left,
.ov-header-right,
.ov-data-left,
.ov-data-right {
	background: #F5FAFA;
	padding: .5em 0 .4em;
}

.ov-data-left,
.ov-header-right{
	font-weight: bold;
}


.ov-header-left {
	width: 15%;
	padding-right: 4px;
}

.ov-data-left {
	width: 15%;
	margin-right: 4px;
	text-align: center;
}

.ov-header-right,
.ov-data-right {
	width: calc(85% - 4px);
	box-sizing: border-box;
	padding-left: 3%;
	padding-right: 3%;
}

.ov-header-right ul,
.ov-data-right ul{
	display: flex;
	justify-content: space-between;
}
.ov-header-right li,
.ov-data-right li {
	width: 30%;
	line-height: 1.3;
}
.ov-header-right li.unit2,
.ov-data-right li.unit2{
	width: 66%;
}
.ov-data-right li.unit3{
	width: auto;
}
.ov-header-right li span,
.ov-data-right li span{
	display: inline-block;
}
.price .ov-data-right li span{
	font-size: .9em;
}


.no-wrap-data2 {
	line-height: 1.5rem;
	padding-top: .5em;
	padding-bottom: .4em;
}

.ov-data-etc {
	font-size: .7rem;
	line-height: 1.4;
}
.ov-etc {
	float: right;
	font-size: .8rem;
	line-height: 1.5;
}


#entrant-contact-wrap {
	width: 100%;
	margin: 0 auto;
	height: 10rem;
	position: relative;
}

#entrant-contact-wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 1.7rem;
	height: 4px;
	z-index: -1;
	background-color: #395635;
	width: 100%;
}


.contact-area {
	width: 30rem;
	margin: 0 auto;
	padding: 0 2rem;
	background-color: #EBF0F0;
}

.contact-link:before,
.contact-link:after {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	top: 1.7rem;
	z-index: -1;

}

.contact-link:before {
	left: calc(-2rem - 15px);
	width: calc(34rem + 30px);
	background-color: #00AA5A;

}

.contact-link:after {
	left: -2rem;
	width: 34rem
	background-color: #EBF0F0;

}


a.contact-link {
	display: block;
	text-align: center;
	background: rgb(255,140,70);
	font-size: 1.5rem;
	border-radius: 2rem;
	margin-top: -2rem;
	line-height: 4rem;
	box-shadow: 4px 4px 0px silver;
	position: relative;
	color: white;
	transition: all .3s ease;
}
.contact-link img{
	vertical-align: text-top;
}

.contact-link:hover{
	background-color: #fb5;
}




.voice-col {
	float: left;
	width: 30%;
	display: block;
	overflow: hidden;
	margin-right: 2rem;
}

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

.voice-wrap {
	position: relative;
	border: 1px solid black;
	padding: 1em;
	margin-bottom: 2em;
}

.voice-wrap > span {
	position: absolute;
	background:  #EBF0F0;
	bottom: -.75em;
	right: 1em;
	font-size: .85em;
}

.voice-show-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
	height: 7em;
	padding-top: 2em;
}
.voice-show-wrap.more{
	height: auto;
}

.voice-show-area {
	border-top: 1px dotted rgb(57,86,53);
	text-align: center;
	position: relative;
	top: 0;
	transition: .3s ease;
}
.voice-show-wrap.more .voice-show-area{
	opacity: 0;
	top: 10em;
}

.voice-show-area img {
	margin-top: -18px;
	cursor: pointer;
	transition: all .3s ease;
}
.voice-show-area img:hover{
	opacity: .7;
}

#voice-more{
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: .5s ease;
}
.voice-show-wrap.more #voice-more{
	height: auto;
	opacity: 1;
}

#voice-more > div{
	position: relative;
	display: none;
}
#voice-more > div.show{
	display: block;
}
#voice-more > div > div{
	margin-bottom: 2em;
}
#voice-more > div > div:after{
	content: "";
	display: block;
	clear: both;
}
#voice-more .switch{
	text-align: right;
	padding-right: 4%;
}
#voice-more .switch > *{
	white-space: nowrap;
}
#voice-more .switch a{
	color: #9a9;
}

#voice-more h3{
	font-weight: normal;
	margin-bottom: .5em;
	font-size: 1.4rem;
}
#voice-more h3 small{
	font-size: .8em;
	margin-left: .5em;
}
#voice-more .voice-wrap{
	margin-bottom: 1em;
}

#sp-pager {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
}
#sp-pager a{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 49%;
}
#pager-prev:before,
#pager-next:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2.7rem;
	height: 5.4rem;
	vertical-align: middle;
	transition: all .3s ease;
}
#pager-prev:before{
	background-image: url('../img/support-prev.svg');
	margin-right: .5rem;
}
#pager-next:after{
	background-image: url('../img/support-next.svg');
	margin-left: .5rem;
}
#pager-prev {
	text-align: left;
}

#pager-next {
	text-align: right;
	justify-content: flex-end;
}


.pager-sub {
	vertical-align: middle;
	font-size: 1rem;
	position: relative;
	flex-grow: 1;
}
.pager-sub span:not([class]){
	display: inline-block;
}
.pager-main {
	font-size: 1.5em;
	line-height: 1.3;
	display: block;
	padding-top: .2em;
}

#pager-prev:hover:before{
	transform: translateX(-1rem);
}
#pager-next:hover:after{
	transform: translateX(1rem);
}



/* --------------------------------
	Seminar only style
-------------------------------- */
.seminar-area {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.seminar-text-area {
	width: 49%;
}


.seminar-text-area .seminar-title {
	font-size: 1.8rem;
	margin: 0 0 .2em;;
}

.seminar-text-area .seminar-detail {
	font-size: 1rem;
}

.seminar-text-area .seminar-detail li {
	line-height: 1.4;
	margin-bottom: .4em;
	font-weight: normal;
}
.seminar-text-area:first-child ul{
	list-style: disc;
	padding-left: 1.2em;
}
.seminar-text-area .seminar-detail li span{
	display: inline-block;
	text-indent: 0;
}


.seminar-photo{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10rem;
}
.seminar-photo div{
	width: 32%;
}
.seminar-photo img{
	width: 100%;
	height: auto;
}


/* --------------------------------
	Meeting only style
-------------------------------- */
#meeting-wrap {
	display: block;
	overflow: hidden;
}

.meeting-area {
	margin-bottom: 3em;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.meeting-area:last-child {
	justify-content: flex-start;
	flex-direction:row-reverse;
	margin-bottom: 11rem;
}


.meetingL-img {
	margin-right: 2em;
	width: 25%;
}
.meetingL-text-area{
	width: 50%;
}

.meetingR-img {
	margin-left: 2em;
	width: 32%;
}
.meetingR-text-area{
	width: 50%;
}

.meeting-img img{
	max-width: 100%;
	height: auto;
}

.meeting-title {
	width: 100%;
	font-size: 1.9rem;
	margin: 0 0 .25em 0;
	border-bottom:  2px solid rgb(80,112,182);
}

.meeting-ov {
	width: 100%;
	font-size: 1rem;
	margin-bottom: 1em;
}

.meeting-detail {
	font-size: 0.9rem;
	text-align: justify;
}



/* --------------------------------
	Sheet only style
-------------------------------- */
.sheet-step-area {
	display: flex;
	justify-content: flex-start;
	margin: -4rem 0 5rem 22%;
}

.sheet-step-wrap {
	margin-left: 1em;
	text-align: center;
}

.sheet-step-wrap p {
	font-size: .8rem;
}

.sheet-step-wrap span{
	display: inline-block;
}

.step-title {
	font-size: 1.1rem;
}

.step1 {
	color: rgb(90,190,180);
}

.step2 {
	color: rgb(120,90,230);
}

.step3 {
	color: rgb(80,180,230);
}

/* graph animateion */
.appear #MyGraph path{
	transition: 1s ease;
	stroke-dashoffset: 0 !important;
}
#MyGraph circle{
	opacity: 0;
	transition: 1s ease;
}
.appear #MyGraph circle{
	opacity: 1;
}

#analy-area .graph rect{
	transform: translateY(100%);
	transition: 1s ease;

}
#analy-area .graph.appear rect{
	transform: translateY(0);
}

/* graph animateion for microsft */
body.ie #MyGraph,
body.edge #MyGraph{
	transition: 1s ease;
	width: 0%;
	overflow: hidden;
}
body.ie .appear #MyGraph,
body.edge .appear #MyGraph{
	width: 100%
}

body.ie #analy-area .graph svg,
body.edge #analy-area .graph svg{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	transition: 1s ease;
}
body.ie #analy-area .graph.appear svg,
body.edge #analy-area .graph.appear svg{
	height: 100%;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
	#entrant-ov-wrap,
	#voice-wrap,
	.voice-show-wrap,
	#meeting-wrap{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#voice-more .switch{
		padding-right: 1.5rem;
	}
	.paper-area-detail{
		top: 1.5em;
		bottom: 0;
	}
	.paper-area-detail p.paper-title{
		line-height: 1.2;
	}
	.paper-area-detail p.paper-sub{
		line-height: 1.3;
	}
	.paper-area-detail p.paper-datail{
		line-height: 1.4;
		padding-top: .8em;
	}
	.paper-link{
		font-size: 1.1em;
		padding-top: .3em;
		bottom: .4em;
	}
	#invest-area .graph{
		bottom: 0;
	}
	#analy-area .list .support .title {
		padding-left: 10%;
		padding-right: 10%;
	}
	#analy-area .list .support .detail{
		line-height: 1.3;
	}
	#analy-area .list .support a .link{
		font-size: 1.1em;
	}
	.entrant-area{
		margin-right: 15%;
	}
	.entrant-area2{
		margin-left: 15%;
	}
}
@media screen and (max-width: 899px) and (min-width: 600px) {
	#invest-area .graph{
		bottom: -7%;
	}
	#analy-area .graph{
		bottom: 3%;
	}
	#analy-area .list .support .detail {
		margin-left: 11%;
		margin-right: 11%;
	}
	#analy-area .list .support .title {
		font-size: 1.4em;
		line-height: 1.1;
	}
	#analy-area .list .support a .link {
		font-size: 1em;
		margin-top: .1em;
		margin-bottom: 5%;
	}
	.entrant-text-area .entrant-detail li br{
		display: none;
		font-size: 0;
	}
	.entrant-text-area{
		width: 65%;
	}
	.entrant-img{
		margin-right: 3%;
		width: 30%;
	}
	#enc1 #entrant-wrap > div:nth-child(1) .entrant-img img{
		max-width: 90%;
	}
	#enc1 #entrant-wrap > div:nth-child(2) .entrant-img img{
		max-width: 100%;
	}
	#enc1 #entrant-wrap > div:nth-child(3) .entrant-img img{
		max-width: 90%;
	}
	#enc1 #entrant-wrap > div:nth-child(4) .entrant-img img,
	#enc4 #entrant-wrap > div:nth-child(3) .entrant-img img{
		max-width: 75%;
	}
	.meetingL-text-area{
		width: 68%;
	}
	.meetingR-text-area{
		width: 60%;
	}
}

@media screen and (max-width: 799px) and (min-width: 600px) {
	.paper-area-detail p.paper-datail,
	#analy-area .list .support .detail,
	.text-detail br,
	.meeting-ov br,
	.meeting-detail br{
		display: none;
	}
	.text-detail p span{
		display: inline;
	}
	.paper-list:nth-child(1) .paper-title{
		padding-top: calc(50% - .5em);
	}
	.paper-list:nth-child(2) .paper-title{
		padding-top: 50%;
	}
	.paper-list:nth-child(3) .paper-title{
		padding-top: calc(50% - .5em);
	}
	.paper-list:nth-child(4) .paper-title{
		padding-top: calc(50% - 1em);
	}
	#invest-area .graph{
		width: 45%;
		left: -1%;
		bottom: -10%;
	}
	#analy-area .graph{
		bottom: 0;
		left: 5%;
	}
	#analy-area{
		overflow: hidden;
	}
	#analy-area .list .support:nth-child(n) .title{
		padding-top: .8em;
	}
	#analy-area .list .support a .link{
		margin-bottom: 11%;
	}


}



