@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
/*** common.css ***/

/*.hidden_wrap{
	overflow: hidden;
	width: 100%;
}*/

html {
	overflow: auto;
}
body {
	overflow: hidden;
}

section{
	padding: 90px 0;
}

b{
	font-weight: bold;
}

h1{

}

h2{
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	text-align: left;
	margin: 0 0 60px;
}

.section--color-gladpink h2,
.section-conversion h2{
	color: #111;
}

.section--color-white h2,
.section--color-dotblue h2,
.section--color-lightblue h2{
	color: #FFB6B9;
}

.section--color-gray h2{
	color: #333;
}

h3{
	color: #FFB6B9;
	font-size: 24px;
	margin: 0 0 10px;
	text-align: center;
}

h1 .midashi_big{
	font-size: 150%;
}

h2 .midashi_big{
	font-size: 135%;
}

p{
	color: #333;
	font-size: 16px;
}




/*** animation ***/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.poyon {animation: poyon 1.5s linear forwards 0s 1;}
@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -50%); opacity: 0;}
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); opacity: 1;}
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1;}
}

.fadein,
.fadein_onload {
  opacity: .1;
  transform: scale(0.95);
  transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.fadein.scrollin,
.fadein_onload.scrollin {
  opacity: 1;
  transform: scale(1);
}

.slidein_l{
	position: absolute;
	left: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_l.slidein_left--on{
	left: -140px;
}

.slidein_r{
	position: absolute;
	right: -960px;
	bottom:-60px;
	transition: all .7s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slidein_r.slidein_right--on{
	right: -200px;
}


.effect .fadein.col-3__item:nth-of-type(3n-1),
.effect .fadein_onload.col-3__item:nth-of-type(3n-1){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-3__item:nth-of-type(3n),
.effect .fadein_onload.col-3__item:nth-of-type(3n){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-3){
  -moz-transition-delay: .15s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  -ms-transition-delay: .15s;
}

.effect .fadein.col-5__item:nth-of-type(5n-2){
  -moz-transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
}

.effect .fadein.col-5__item:nth-of-type(5n-1){
  -moz-transition-delay: .45s;
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  -ms-transition-delay: .45s;
}

.effect .fadein.col-5__item:nth-of-type(5n){
  -moz-transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  -ms-transition-delay: .6s;
}

#body-top {
	/*background: #EAFAFA;*/
    background: url(/user_page/common/img/single_qa_bg.jpg) top left no-repeat;

}

/*** header ***/
header{
	background: #fff;
    box-sizing: border-box;
    padding: 5px 0 0;
    width: 100%;
    z-index: 1;
}

nav {
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    width: 800px
}

.nav--sp{
	display: none;
}

#main_contents {
    width: 100%;
    background-image: url(/user_page/common/img/staff_ninomiya.png);
    background-repeat: no-repeat;
    background-position: bottom right 2%;
    background-size: 20%, 20%;
}

#main_contents_inner {
	margin: 0 auto;
    width: 45%;
}

#single_qa_contents {
    min-height: 1000px
}

#single_qa_contents #syde_chat {
    width: 100%;
    height: auto;
    position: relative;
    animation: none;
    bottom: auto;
    right: auto;
    box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.2);
}

#single_qa_contents .syde_chat_none {
    display: block;
}

#single_qa_contents #chat_open_btn_pc, #single_qa_contents #chat_open_btn_sp {
    display: none;
}

.single_qa_header {
    padding: 30px;
}

.single_qa_header_title {
    margin-bottom: 20px;
    color: #F6717A;
    font-size: 2.5vw;
}

.single_qa_header_detail {
    font-size: 1.5vw;
    text-align: center;
}

#single_qa_contents #chat_window_control {
    display: none;
}

#single_qa_contents .maximize_chat_wrapper, #single_qa_contents .minimize_chat_wrapper {
    animation: none;
}

#single_qa_contents #chat_output{
    padding: 15px 10px;
    max-height: none;
}

#single_qa_contents #chat_input_text {
    width: 48%;
    margin-right: 20px;
}

#single_qa_contents #chat_signature {
    width: 15%;
}

#single_qa_contents .comment_wrapper {
    width: 100%;
}

#single_qa_contents .chat_balloon_box {
    max-width: 60%;
}
/*
#single_qa_contents .q_and_a_list {
    width: 73%;
}
*/
#single_qa_contents #chat_signature a {
    color: #F6717A;
}

#single_qa_contents .single_page_link {
    display: none;
}


footer{
}



@media screen and (max-width:480px) {
    html {
        overflow: hidden;
    }

	body {
		overflow: hidden;
		min-width: auto;
	}
	section {
	    padding: 45px 5%;
	}
	h2{
		font-size: calc(1.875rem + ((1vw - 3.2px) * 2.5));
		margin: 0 0 1em;
		text-align: center;
	}

	p{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 2.5));
	}

	nav{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
	}
	header{
		padding: 0;
        width: 100%
	}

    #main_contents {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background: none;
    }

    #main_contents_inner {
        width: 100%;
        height: 100%;
    }

    #single_qa_contents {
        min-height: auto;
    }

    #single_qa_contents #syde_chat {
        box-shadow: none;
    }

    #company_data {
        width: 100%;
        box-sizing: border-box;
    }

    .single_qa_header {
        padding: 20px;
    }

    .single_qa_header_title {
        font-size: 5.5vw;
        margin-bottom: 15px;
    }

    .single_qa_header_detail {
        font-size: 3.8vw;
    }

    #q_and_a_search_text {
        font-size: 12px;
    }

    #q_and_a_search_btn {
        width: 20%;
        padding: 6px 0px;
    }

    .q_and_a_category_list, .q_and_a_user_list {
        font-size: 12px;
    }

}