html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	min-height:calc(100vh - 300px);
}
html.lock,body.lock {
	overflow: hidden;
}
body * {
	box-sizing: border-box;
}
a {
	color:#111;
	text-decoration:none;
}

img {
	vertical-align: bottom;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
li {
	list-style-type:none;
}
#header-content,
#footer-content,
.main-content,
#btm-bnr-content3
{
	width:960px;
	margin:0 auto;
}
#btm-bnr-content
{
    width:375px;
    margin:0 auto;
}
#btm-bnr-content {
	position: relative;
}
#btm-bnr-content li:nth-child(n+6) {
  display: none;
}
#btm-bnr-content img,
#btm-bnr-content3 img{
	margin: 5px 10px;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
#btm-bnr-content3
{
    display: flex;
    justify-content: center;
}
.sp-none {
	display:inherit;
}
.pc-none{
	display:none;
}
#main-box h2 {
	background:#ed6e8b;
	text-align:center;
	color:#FFF;
	height:100px;
	line-height:100px;
	font-size:3rem;
	font-weight:bold;
	max-width:100%;
	padding:0 2vw;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body:not(#top) #main-box {
	min-height:calc(100vh - 200px);
}

#breadclumb-wrapper {
	padding:5px;
	border-bottom:1px solid #EFEFEF;
}
#breadclumb-wrapper .breadclumb {
	width:960px;
	margin:0 auto;
	font-size:1.2rem;
}
#breadclumb-wrapper .breadclumb * {
	color:#888;
}
#breadclumb-wrapper .breadclumb a :hover,
#breadclumb-wrapper .breadclumb i :hover {
	color:#000;
}
#breadclumb-wrapper .breadclumb a:hover:after {
	color:#888;
}

.main-content section {
	margin-bottom:50px;
}
.main-content section h3 {
	margin-bottom:15px;
}
table.tbl {
	border-collapse:collapse;
	width:100%;
	border-bottom:1px solid #CCC;
	font-size:1.2rem;
}
table.tbl th {
	background:#333;
	color:#FFF;
	padding:8px;
	border-right:1px solid #CCC;
}
table.tbl th:last-child {
	border-right:1px solid #333;
}
table.tbl th:first-child {
	border-left:1px solid #333;
}
table.tbl td {
	padding:8px;
	text-align:center;
	border-right:1px solid #CCC;
}
table.tbl td:first-child {
	border-left:1px solid #CCC;
}
table.tbl td:last-child {
	border-right:1px solid #CCC;
}
table.tbl tbody tr:nth-child(even) {
	background:#F5F4F4;
}
table.tbl td .btn {
	display:inline-block;
	padding:5px 15px;
	background:#f4f4f4;
	border-radius:3px;
	border:1px solid #DDD;
	min-width:100px;
}
table.tbl td .btn:hover {
	color:inherit;
	opacity:.8;
}
table.tbl td .btn.primary {
	background:#3c8dbc;
	border:1px solid #367fa9;
	color:#FFF;
}
table.tbl td .btn.primary:hover {
	color:#FFF;
}
table.tbl td .btn.disabled {
	background:#CCC;
	border:1px solid #CCC;
	color:#999;
	cursor:text;
}
table.tbl td .btn.disabled:hover {
	opacity:1;
}
.label {
	display: inline-block;
	padding: 6px;
	line-height: 1;
	color: @label-color;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color:#FFF;
	min-width:80px;
}
.label.orange {
	background:#faa348;
}
.label.glay {
	background:#999;
}
.label.green {
	background:rgb(60,210,107);
}
.label.blue {
	background:rgb(93,133,236);
}
.label.red {
	background:rgb(224,55,55);
}
.btn-type01 {
	color:#FFF;
	padding:25px;
	display:inline-block;
	width:250px;
	text-align:center;
	font-size:2rem;
	transition:opacity .3s;
	outline:none;
}
.btn-type01:hover {
	opacity:.8;
	color:#FFF;
}
.btn-type01.primary {
	background:rgb(65,201,116);
}
.btn-type01.return {
	background:#333;
}

.text-center {
	text-align:center;
}

/* SNSボタン(ヘッダー除く)---------------------------------- */
.sns-buttons{
	text-align: center;
}
.sns-buttons li{
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin-right: 5px;
}
#sns-buttons{
	margin-top: 8px;
}
#sp-sns-buttons{
	display: none;
}
#finish_sns_bt{
	display: flex;
    justify-content: center;
	opacity: 0;
}

/* HEADER ------------------------------------------------*/

header {
	background:#FFF;
	box-shadow:0 1px 1px rgba(0,0,0,.1);
	position:relative;
	z-index: 2;
	height:80px;
}
header .logo {
	float:left;
	padding:10px 0;
}
header .logo img {
	height:60px;
}
header .logo img.logo_pc {
	display:inline-block;
}
header .logo img.logo_sp {
	display:none;
}
.header-content {
    float: right;
    text-align: right;
    margin-top: 10px;
    width: 650px;
	height: 60px;
}
header .header-nav {
	float:right;
	display:inline-block;
	line-height:1;
	margin-top:8px;
}
header .header-nav li {
	display:inline-block;
	margin-left:25px;
	vertical-align: middle;
}
header .header-nav li a {
	color:#000;
	display:inline-block;
	text-decoration:none;
	text-align:center;
	font-size: 2.0rem;
/*	font-size: 1.4rem;*/
}
header .header-nav li a:hover {
	color:#ed6e8b;
}
header .header-nav li:not(:first-child) a i {
	font-size:2.5rem;
}
header .header-nav li:not(:first-child) a span {
	font-size:1rem;
	display:block;
}
header .header-sns-buttons {
	float:right;
	display:inline-block;
	line-height:2;
	text-align: right;
	height: 22px;
}
header .header-sns-buttons li {
	display:inline-block;
	margin-left: 0;
	margin-right: 0;
	vertical-align: middle;
}

header .sp-header-nav {
	display: none;
}
#side-menu-wrap {
	display:none;
	z-index: 99998;
}
#side-menu-wrap.show {
	background:rgba(0,0,0,.7);
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
#side-menu {
	background:#FFF;
	position:fixed;
	right:-310px;
	top:0;
	bottom:0;
	width:300px;
	max-width:80vw;
	box-shadow:-5px 0 5px rgba(0,0,0,.1);
	padding:10px;
	transition:right .3s;
	z-index: 99999;
	overflow-y: auto;
}
#side-menu.show {
	right:0;
}
#side-menu a {
	display:block;
	padding:15px;
	border-bottom:1px solid #EEE;
}

/* FOOTER ------------------------------------------------*/
#btm-bnr {
	/*background:#F5F4F4;*/
	background:#FFF;
}
#btm-bnr-content,
#btm-bnr-content2,
#btm-bnr-content3
{
	padding:20px 0;
}
#btm-bnr-content2 {
	background: #F5F4F4;
}
#btm-bnr-content2 ul{
	display: flex;
	justify-content: center;
}
#btm-bnr-content a {
	display:inline-block;
}
#btm-bnr-content a:first-child {
	float:left;
}
#btm-bnr-content2 .btn_a{
	width: 300px;
	height: 90px;
	margin: 15px;
	padding-top: 20px;
	background: #fbdbe2;
	box-shadow: 0px 0px 0px 5px #fbdbe2;
	border: dashed 1px #ed6e8b;
	color:#ed6e8b;
	filter: drop-shadow(0 5px 11px rgba(0, 0, 0, 0.18));
	border-radius: 0.25rem;
    padding-left: 0;
    text-align: center;
}
footer {
	background:#EFEDED;
}
footer #footer-content {
	padding:20px 110px 20px 0;
	position:relative;
}
footer .social-area {
	display:inline-block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-20px;
}
footer .social-area a {
	margin-left:5px;
}
footer #footer-content .bottom-area {
		display:none;
}
footer .logo {
	float:left;
}
footer .logo img {
	height:50px;
}
footer ul {
	float:right;
	display:inline-block;
}
footer ul li {
	display:inline-block;
	padding-left:30px;
	position:relative;
	line-height:50px;
}
footer ul li a {
	text-decoration:none;
	color:#666;
	display:block;
}
footer ul li:after {
	content:"";
	position:absolute;
	width:0;
	height:0;
	border:5px solid transparent;
	border-left:5px solid #666;
	top:50%;
	left:18px;
	margin-top:-5px;
}
footer .copy {
	text-align:center;
	color:#FFF;
	padding:5px;
	font-size:1.2rem;
	background:#ed6e8b;
}

/* トップ ------------------------------------------------*/
body#top {
	background:#FFF;
	position:relative;
}

body#top .main-box {
	width: 100%;
	height:710px;
	background-repeat: no-repeat;
}
body#top #main-box {
	background:url(../../img/default/back/back.jpg) no-repeat;
}

body#top #main-box1,
body#top #main-box2,
body#top #main-box3,
body#top #main-box4
{
	position:absolute;
	z-index: 20;
	display:none;
	background-size: cover;
	background-position: top;
}
body#top #main-box1-2,
body#top #main-box2-2,
body#top #main-box3-2,
body#top #main-box4-2
{	
	z-index: 10;
	display:none;
	opacity: 0;
	background-size: cover;
}
body#top #main-box2,
body#top #main-box2-2
{
	background-position: center;
}
body#top #main-box1.main-box.lazyloaded {
	background-image:url(../../img/default/back/back1.jpg);
}
body#top #main-box1-2.main-box.lazyloaded {
	background-image:url(../../img/default/back/back1_2.jpg);
}
body#top #main-box2.main-box.lazyloaded {
	background-image:url(../../img/default/back/back2.jpg);
}
body#top #main-box2-2.main-box.lazyloaded {
	background-image:url(../../img/default/back/back2_2.jpg);
}
body#top #main-box3.main-box.lazyloaded {
	background-image:url(../../img/default/back/back3.jpg);
}
body#top #main-box3-2.main-box.lazyloaded {
	background-image:url(../../img/default/back/back3_2.jpg);
}
body#top #main-box4.main-box.lazyloaded {
	background-image:url(../../img/default/back/back4.jpg);
}
body#top #main-box4-2.main-box.lazyloaded {
	background-image:url(../../img/default/back/back4_2.jpg);
}

body#top .main-box p {
	font-size:3.4rem;
	text-align:left;
	padding:20px 0 0 0;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 0 2px rgba(0,0,0,.2);
}
body#top .main-box form {
	margin-top:30px;
	position:relative;
}
body#top .main-box form button {
	height:50px;
	width:50px;
	float:left;
	background:#ed6e8b;
	color:#FFF;
	font-size:2rem;
	outline:none;
}

.section_btn_answer_sp{
    visibility: hidden;
}
body#top .main-box p.section_btn_answer{
    text-align: left;
}
body#top .main-box p.start_btn{
    text-align: center;
}
.btn{
    display: inline-block;
    text-decoration: none;
    background: #ed6e8b;
	font-size:2.8rem;
    color: #FFF;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #ed6e8b;
    border: dashed 1px #FFF;
    transition: .4s;
}

.btn:hover{
	background: #fc5077;
	box-shadow: 0px 0px 0px 5px #fc5077;
}

.btn_a{
    display: inline-block;
    text-decoration: none;
    background: #ed6e8b;
    font-size: 2.3rem;
    color: #FFF;
    width: 47%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 0px 0px 5px #ed6e8b;
    border: dashed 1px #FFF;
    transition: .4s;
    margin: 10px 13px 10px 13px;
    padding: 0;
    padding-left: 15px;
    border-radius: 4px;
}

.btn_a.flat{
    border-radius: 0%;
}

@media screen and (min-width:801px) {
	a:hover {
		color:#ed6e8b;
	}
	.btn_a:hover{
		background: #fc5077;
		box-shadow: 0px 0px 0px 5px #fc5077;
	}
}

div[id^='q_section']
{
	display: none;
	position: relative;
	opacity: 0;
}

p[id^='hsp_score'],
p[id^='hsp_degree'],
p[id^='comment']
{
	position: relative;
}

body#top .main-box p.test_result{
    text-align: center;
}
body#top .main-box p.hsp_score{
    text-align: center;
	padding: 20px 0 0 0;
}
body#top .main-box p.hsp_score small{
	font-size: 70%;
	display: block;
	font-weight: initial;
	margin-top: -13px;
}
body#top .main-box p.hsp_degree {
    text-align: center;
	padding: 5px 0 0 0;
}


/*ステップバー-----------------------------*/
.step-bar-section-sp{
	display: none;
}
.step-bar-section{
	width:960px;
	margin:0 auto;
	padding:25px 0 0 0;
}
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 20px;
  padding: 0 40px 0 20px;
  background-color: #EFEDED;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #EFEDED;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #ed6e8b;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #ed6e8b;
}
.stepBar.step1 .step {
  width: 1.04%;
}

@media screen and (min-width:801px) {
	a:hover {
		color:#ed6e8b;
	}
	.btn_a:hover{
		background: #fc5077;
		box-shadow: 0px 0px 0px 5px #fc5077;
	}
}

/*戻る、次へボタン-----------------------------*/
.section_btn_pre_next_sp{
	visibility: hidden;
}
.section_btn_pre_next .btn_a{
    width: auto;
	height: auto;
	display: inline-block;
	padding: 40px;
    border-radius: 20%;
}
.section_btn_pre_next .btn_a.flat{
	padding: 25px 80px 25px 80px;
	margin-bottom: 20px;
    border-radius: 0;
}
.section_btn_pre_next .btn_a.back{
	background: #999;
	font-size:1.5rem;
	padding: 15px;
    box-shadow: 0px 0px 0px 5px #999;
    margin: 8px;
    line-height: 30px;
}

@media screen and (min-width:801px) {
	a.back:hover {
		color:#bbb;
	}
	.btn_a.back:hover{
		background: #777;
		box-shadow: 0px 0px 0px 5px #777;
	}
}

/* 記事ページ ------------------------------------------------*/
body#article {
	background:#FFF;
	position:relative;
}

body#article #main-box-title,
body#article #main-box
{
	width: 100%;
	min-height: 760px;
	background: no-repeat center center;
	background-size:cover;
}
body#article #main-box-title {
	position: absolute;
	z-index: 20;
}
body#article #main-box {
	z-index: 10;
}
body#article #main-box-title.about {
	background:url(../../img/default/back/article_about.jpg) no-repeat center center;
	background-size:cover;
}
body#article #main-box.about.lazyloaded {
	background-image:url(../../img/default/back/article_about_2.jpg);
}
body#article #main-box-title.ability {
	background:url(../../img/default/back/article_ability.jpg) no-repeat center center;
	background-size:cover;
}
body#article #main-box.ability.lazyloaded {
	background-image:url(../../img/default/back/article_ability_2.jpg);
}
body#article #main-box-title.weak {
	background:url(../../img/default/back/article_weak.jpg) no-repeat center center;
	background-size:cover;
}
body#article #main-box.weak.lazyloaded {
	background-image:url(../../img/default/back/article_weak_2.jpg);
}
body#article #main-box-title.confront {
	background:url(../../img/default/back/article_confront.jpg) no-repeat left center;
	background-size:cover;
}
body#article #main-box.confront.lazyloaded {
	background-image:url(../../img/default/back/article_confront_2.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}

body#article #main-box-title h2 {
	font-size:11rem;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0 0 5px rgba(0,0,0,.9);
	line-height: 700px;
}
body#article #main-box h3 {
    font-size: 4.3rem;
    text-align: center;
    padding: 20px 0 0 0;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0,0,0,.7);
}
body#article #main-box p {
	font-size:3.8rem;
	text-align:left;
	padding:20px 0 0 0;
	color:#FFF;
	font-weight:bold;
	text-shadow:0 0 3px rgba(0,0,0,.7);
}
body#article #main-box p span.small {
	font-size:2.8rem;
}
body#article .main-content {
    position: relative;
	opacity: 0;
}
body#article .sns-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
@media screen and (min-width:801px) {
	body#article .main-content {
		display: block;
	}
	body#article .main-content-sp {
		display: none;
	}
	
	/*記事（HSPとは）*/
	body#article #main-box-title.about,
	body#article #main-box.about
	{
		min-height: 780px;
	}
	/*記事（HSPの能力）*/
	body#article #main-box-title.ability,
	body#article #main-box.ability
	{
		min-height: 870px;
	}
	/*記事（HSPの苦手なこと）*/
	body#article #main-box-title.weak,
	body#article #main-box.weak
	{
		min-height: 950px;
	}
	/*記事（HSPの向き合い方）*/
	body#article #main-box-title.confront,
	body#article #main-box.confront
	{
		min-height: 1080px;
	}
}

body#article #main-box p.section_btn_pre_next{
	padding: 40px 0 0 0;
    text-align: center;
}

body#article .main-content div[id^=content_]{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}


/* 固定ページ ------------------------------------------------*/
#main-box #page-contents h2 {
	font-size:18px;
	font-weight:bold;
	background:#EFEFEF;
	color:#333;
	text-align:left;
	padding:0 25px;
	height:60px;
	line-height:60px;
	border-left:2px solid #E55163;
	margin-bottom:30px;
}
#main-box #page-contents h3 {
	border-bottom:1px solid #E55163;
	margin-bottom:20px;
}
#main-box #page-contents section {
	margin-bottom:40px;
}
#main-box #page-contents img {
	margin-bottom:20px;
}
#main-box #page-contents p {
	margin-bottom:0.5em;
}
#main-box #page-contents .text-left {
	text-align:left;
}
#main-box #page-contents .text-center {
	text-align:center;
}
#main-box #page-contents .text-right {
	text-align:right;
}
#main-box #page-contents .text-bold {
	font-weight:bold;
}
#main-box #page-contents .text-italic {
	font-style: italic;
}
#main-box #page-contents .text-underline {
	text-decoration:underline;
}
#main-box #page-contents .text-line-through {
	text-decoration:line-through;
}
#main-box #page-contents .text-red {
	color:red;
}
#main-box #page-contents .text-blue {
	color:blue;
}
#main-box #page-contents .text-yellow {
	color:yellow;
}
#main-box #page-contents .text-green {
	color:green;
}
#main-box #page-contents .text-size10 {
	font-size:1rem;
}
#main-box #page-contents .text-size11 {
	font-size:1.1rem;
}
#main-box #page-contents .text-size12 {
	font-size:1.2rem;
}
#main-box #page-contents .text-size13 {
	font-size:1.3rem;
}
#main-box #page-contents .text-size14 {
	font-size:1.4rem;
}
#main-box #page-contents .text-size15 {
	font-size:1.5rem;
}
#main-box #page-contents .text-size16 {
	font-size:1.6rem;
}
#main-box #page-contents .text-size17 {
	font-size:1.7rem;
}
#main-box #page-contents .text-size18 {
	font-size:1.8rem;
}
#main-box #page-contents .text-size19 {
	font-size:1.9rem;
}
#main-box #page-contents .text-size20 {
	font-size:2rem;
}
#main-box #page-contents .text-size21 {
	font-size:2.1rem;
}
#main-box #page-contents .text-size22 {
	font-size:2.2rem;
}
#main-box #page-contents .text-size23 {
	font-size:2.3rem;
}
#main-box #page-contents .text-size24 {
	font-size:2.4rem;
}
#main-box #page-contents .text-size25 {
	font-size:2.5rem;
}
#main-box #page-contents .text-size26 {
	font-size:2.6rem;
}
#main-box #page-contents .text-size27 {
	font-size:2.7rem;
}
#main-box #page-contents .text-size28 {
	font-size:2.8rem;
}
#main-box #page-contents .text-size29 {
	font-size:2.9rem;
}
#main-box #page-contents .text-size30 {
	font-size:3rem;
}
#main-box #page-contents a {
	text-decoration:underline;
}
#main-box #page-contents ul {
	margin-bottom:20px;
}
#main-box #page-contents ul li:before {
	content:'・';
}
#main-box #page-contents ol {
	margin-bottom:20px;
}
#main-box #page-contents ol li {
	list-style-type:decimal;
	list-style-position:inside;
}
#main-box #page-contents table {
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin-bottom:20px;
}
#main-box #page-contents table th,
#main-box #page-contents table td {
	padding:10px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
#main-box #page-contents table th {
	background:#EEE;
}
