@charset "utf-8";



/*
------------------------------------------------------------
　■ 色、背景、テキストリンク色などの共通設定
------------------------------------------------------------
*/

body {
  background-color:#fff;
  color:#444;
  line-height: 200%;
  text-align: center;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body * {
	font-size:16px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

@media screen and (max-width:640px) {
    body * {
        font-size:3.5vw;
    }
}

/* タグ定義
------------------------- */

a:link, a:visited{
	color:#666;
	text-decoration:underline;
}
a:hover, a:active{
	color:#999;
	text-decoration:none;
}
table, tr, th, td {
	border:none;
}
td, th {
	vertical-align:top;
}
input.btn {
	/* for IE6/7 */
	*padding-top:2px;
}

h1 {
    width: 100%;
    height: 350px;
	margin-bottom:20px;
    background: url(img/header_kanban_v2.png) no-repeat top center;
    background-size: cover;
}
p {
	padding-bottom:20px;
    font-size:1.1rem;
	line-height:150%;
}
select { 
    padding: 0.7em;
    font-size:1.1rem;
}
input {
    padding: 0.7em;
    font-size:1.1rem;
}
input[type=radio] {
    display: inline-block;
    margin-bottom: 15px;
}

@media screen and (max-width:640px) {
    p {
        font-size:1rem;
    }
    select { 
        padding: 0.5em;
        font-size:1rem;
    }
    input {
        padding: 0.5em;
        font-size:1rem;
    }    
}




/* 画像マウスオーバー半透明
-------------------------------- */
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#header-kanban a:hover img { /* 例外 */
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/*
------------------------------------------------------------
　■ 大きなレイアウト設定
------------------------------------------------------------
*/

/* div LEVEL 1
------------------------------------------*/

#navi { /* body直下の最大div */
	width:100%;
	margin:0 auto;
	background-color:#555;
	color:#fff;
}
#navi a{
	display:block;
	padding:3px 1%;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

#body-wrapper { /* body直下の最大div */
	width:100%;
	max-width:1920px;
	margin:0 auto;
	box-size: border-box;
	text-align:left; /* reset */
}
#body-wrapper #main {
    padding-top: 2em;
    background: url(img/bg_pattern.png) repeat top left;
    /*background-size: cover; */
}
footer {
    padding: 2em 0;
    background: #eee;
}

@media screen and (max-width:640px) {
    #body-wrapper #main {
        background-size: contain; 
    }
}


/* TOP
------------------------------------------*/
#top {
	width:80%;
	max-width:1500px;
    margin:  0 auto;
}
#top-col3 { 
    text-align: center;
}
#top-col3 img {
    display: inline-block;
    width: 30%;
    margin: 0 1%;
}
#top-msg { 
    padding: 2em 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8em;
}
#top-msg a {
    display: block;
    width: 40%;
    margin:  3em auto;
}

@media screen and (max-width:640px) {
    #top-col3 img {
        display: block;
        width: 100%;
        margin: 1em auto;
    }
    #top-msg a {
        width: 100%;
    }    
    #top-msg a img {
        width: 100%;
    }        
}






/* Q-A
------------------------------------------*/


#debug{
    background: #eee;
    padding: 1em;
    margin-bottom: 1em;
}
#local-mail-preview {
    border: solid 2px #ccc;
    margin: 4em 0;
    padding: 1em;
}



.unit {
    margin-bottom: 2em;
}
.unit.tip img {
    display: block;
    width: 70%;
    margin:  0 auto 50px;
}
#top-form {
	width:60%;
	max-width:600px;
    margin:  0 auto;
}
#top-form input[type=text], select{
    width: 100%;
}
a#btn-start,
span#btn-start-off {
    display: block;
    width: 60%;
    margin:  0 auto;
}
.error {
    text-align: center;
    color: crimson;
}
.req { color:crimson;}

#qa-top {
	width:90%;
	max-width:1000px;
    margin:  0 auto;
}
#qa-title { 
    padding: 1em 2em 1em;
    text-align: center;
}

#qa-wrapper {
    padding: 0 2em;
}
#qa-wrapper .q-unit {
    margin-bottom: 0.75em;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
#qa-wrapper .a-unit {
    margin-bottom: 3em;
    text-align: center;
}
#qa-wrapper .a-unit span {
    display: inline-block;
    margin:  0 0.5em;
    padding:  0.5em 1em;
    width: 7em;
    text-align: center;
    border: solid 2px #084EA1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;    
    background-color: #fff;
    color: #084EA1;
    font-weight: bold;
}
#qa-wrapper .a-unit span:hover {
    cursor: pointer;
    background-color: #4e75c4;
    color: #fff;
}
#qa-wrapper .a-unit span.active {
    cursor: pointer;
    background-color: #084EA1;
    color: #fff;
}


#flow-btn-wrapper {
    padding: 0 0 4em 0;
    margin-bottom: 0 !important;
    text-align: center;
}
#flow-btn-wrapper .btn-back,
#flow-btn-wrapper .btn-next {
    display: inline-block;
    width: 14em;
    margin:  0 1em;
    padding: 0.5em 0;
    background-color:#666; 
    color: #fff;
    font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;       
}
#flow-btn-wrapper .btn-next {
    background-color:#084EA1;
}
#flow-btn-wrapper .btn-back:hover,
#flow-btn-wrapper .btn-next:hover {
    cursor: pointer;
    background-color: #aaa;
}
#flow-btn-wrapper span {
    display: block;
    padding:  0 0 0.5em 0;
}


.title { 
    padding: 0 2em 1em;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.result {
  position: relative;
  margin-bottom: 80px;
  padding: 2rem 2rem;
  text-align: center;
  border: 3px solid #084EA1;
  border-radius: 0 10px 10px 10px;
  font-weight: bold;
  font-size: 1.4rem;
}

.result:before {
  font-size: 1.3rem;
  line-height: 1.7em;
  position: absolute;
  top: -1.7em;
  left: -3px;
  height: 1.7em;
  padding: 0 1em;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #084EA1;
}
#result1:before{ content: 'Total Score'; }
#result2:before{ content: 'Score Detail'; }
#result3:before{ content: 'Score Chart'; }
#result4:before{ content: 'Diagnosis Results'; }

#result1 {
    font-size: 3rem;
    line-height: 100%;
}
#result1 span {
    font-size: 2rem;
}
#result2 {
    padding: 1em !important;
}
#result2 span {
    display: inline-block;
    width: 42%;
    margin: 0 3% 10px;
    text-align: right;
    font-size: 1.2rem;
}
#result2 span em {
    font-size: 80%;
}
#result4 {
    padding: 2em 1em 1em;
}
#result4 .summary {
    font-size: 1.4rem;
}
#result4 .summary span {
    display: inline-block;
    padding:  0.5em 1em 0.3em;   
    color: #fff;
    line-height: 100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;    
}
#result4 .summary span.good {background:#71b75b;}
#result4 .summary span.notice {background:#E8C265;}
#result4 .summary span.alert {background:#ed6161;}
#result4 .comment {
    padding: 1em 20% 1em 3%;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.6em;
    font-weight: normal;
}
#result4 .tip {
    box-sizing: border-box;
    height: 150px;
    margin-bottom: 2em;
    padding-bottom: 2em;
    background: no-repeat top center;
    background-size: contain;
}
#result4 .tip.q-1.good { background-image: url(img/bg_tip_q1_good.png); }
#result4 .tip.q-2.good { background-image: url(img/bg_tip_q2_good.png); }
#result4 .tip.q-3.good { background-image: url(img/bg_tip_q3_good.png); }
#result4 .tip.q-4.good { background-image: url(img/bg_tip_q4_good.png); }
#result4 .tip.q-5.good { background-image: url(img/bg_tip_q5_good.png); }
#result4 .tip.q-6.good { background-image: url(img/bg_tip_q6_good.png); }
#result4 .tip.q-7.good { background-image: url(img/bg_tip_q7_good.png); }
#result4 .tip.q-1.notice { background-image: url(img/bg_tip_q1_notice.png); }
#result4 .tip.q-2.notice { background-image: url(img/bg_tip_q2_notice.png); }
#result4 .tip.q-3.notice { background-image: url(img/bg_tip_q3_notice.png); }
#result4 .tip.q-4.notice { background-image: url(img/bg_tip_q4_notice.png); }
#result4 .tip.q-5.notice { background-image: url(img/bg_tip_q5_notice.png); }
#result4 .tip.q-6.notice { background-image: url(img/bg_tip_q6_notice.png); }
#result4 .tip.q-7.notice { background-image: url(img/bg_tip_q7_notice.png); }
#result4 .tip.q-1.alert { background-image: url(img/bg_tip_q1_alert.png); }
#result4 .tip.q-2.alert { background-image: url(img/bg_tip_q2_alert.png); }
#result4 .tip.q-3.alert { background-image: url(img/bg_tip_q3_alert.png); }
#result4 .tip.q-4.alert { background-image: url(img/bg_tip_q4_alert.png); }
#result4 .tip.q-5.alert { background-image: url(img/bg_tip_q5_alert.png); }
#result4 .tip.q-6.alert { background-image: url(img/bg_tip_q6_alert.png); }
#result4 .tip.q-7.alert { background-image: url(img/bg_tip_q7_alert.png); }



#result4 .tip:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#result4 .tip span {
    display: flex;
    align-items: center;
    width: 70%;
    height: 9em;/*vwで調整*/
    padding: 0 25% 0 5%;
    line-height: 150%;
    text-align: left;
}
@media screen and (max-width:1000px) {
    #result4 .tip span {
        height: calc(100vw / 8) !important;
    }
}

.qr { 
    padding: 0 2em 1em;
    text-align: center;
    font-size: 1.2rem;
}
.qr img {
    display: block;
    margin: 0 auto 10px;
}
input.qr_invite {
    display: block;
    margin: 0 auto 10px;
}
input.qr_copy,
input.qr_share {
    display: inline-block;
    width: 8em;
    margin:  0 0.5em;
    padding: 0.5em;
    background: #888;
    border: solid 1px #888;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;    
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}

.bb {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: dashed 1px #999;
}
#profile {
    padding:  2em 10% 0;
    text-align: center;
}

@media screen and (max-width:640px) {
	
	#body-wrapper, #main {
		overflow:hidden;
	}
    a#btn-start,
    span#btn-start-off {
        width: 90%;
    }   

    #top-form {
        width:80%;
        max-width:none;
    }
    #qa-wrapper .q-unit {
        font-size: 4vw;
    }    
    #qa-top {
        width:98%;
        max-width:none;
    }
    #qa-title { 
        padding: 1em 1em 1em;
    }
    #qa-title .img1 {
        width: 80% !important;
    }
    .unit.tip img {
        width: 90%;
    }    
    #qa-wrapper {
        margin-bottom: 2em;
        padding: 0 1em;    
    }
    #qa-wrapper div img {
        width: 100% !important;
    }
    #qa-wrapper .a-unit span {
        width: 5em;
        margin:  0 0.3em;
    }
    #flow-btn-wrapper .btn-back,
    #flow-btn-wrapper .btn-next {
        width: 10em;
    }

    .title { 
        padding: 0 0.5em 1em;
        font-size: 4vw;
    }
    #result2 span {
        width: 90%;
        margin-bottom: 5px;
        padding: 1vw;
        font-size: 1.1rem;
    }
    #result3 {
        padding: 0;
    }
    #result4 .summary {
        font-size: 4vw;
    }
    #result4 .summary span {
        padding:  0.5em 2em;   
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;    
    }
    #result4 .comment {
        padding: 1em 0.5em;
        font-size: 4.5vw;
        line-height: 160%;
    }
    #result4 .tip {
        height: 40vw;
        background-size: contain;
    }
    #result4 .tip span {
        width: 58vw !important;
        height: 30vw !important;
    }
    
    #result4 .tip.q-1.good { background-image: url(img/bg_tip_smp_q1_good.png); }
    #result4 .tip.q-2.good { background-image: url(img/bg_tip_smp_q2_good.png); }
    #result4 .tip.q-3.good { background-image: url(img/bg_tip_smp_q3_good.png); }
    #result4 .tip.q-4.good { background-image: url(img/bg_tip_smp_q4_good.png); }
    #result4 .tip.q-5.good { background-image: url(img/bg_tip_smp_q5_good.png); }
    #result4 .tip.q-6.good { background-image: url(img/bg_tip_smp_q6_good.png); }
    #result4 .tip.q-7.good { background-image: url(img/bg_tip_smp_q7_good.png); }
    #result4 .tip.q-1.notice { background-image: url(img/bg_tip_smp_q1_notice.png); }
    #result4 .tip.q-2.notice { background-image: url(img/bg_tip_smp_q2_notice.png); }
    #result4 .tip.q-3.notice { background-image: url(img/bg_tip_smp_q3_notice.png); }
    #result4 .tip.q-4.notice { background-image: url(img/bg_tip_smp_q4_notice.png); }
    #result4 .tip.q-5.notice { background-image: url(img/bg_tip_smp_q5_notice.png); }
    #result4 .tip.q-6.notice { background-image: url(img/bg_tip_smp_q6_notice.png); }
    #result4 .tip.q-7.notice { background-image: url(img/bg_tip_smp_q7_notice.png); }
    #result4 .tip.q-1.alert { background-image: url(img/bg_tip_smp_q1_alert.png); }
    #result4 .tip.q-2.alert { background-image: url(img/bg_tip_smp_q2_alert.png); }
    #result4 .tip.q-3.alert { background-image: url(img/bg_tip_smp_q3_alert.png); }
    #result4 .tip.q-4.alert { background-image: url(img/bg_tip_smp_q4_alert.png); }
    #result4 .tip.q-5.alert { background-image: url(img/bg_tip_smp_q5_alert.png); }
    #result4 .tip.q-6.alert { background-image: url(img/bg_tip_smp_q6_alert.png); }
    #result4 .tip.q-7.alert { background-image: url(img/bg_tip_smp_q7_alert.png); }


    .qr { 
        font-size: 4vw;
    }
    .qr input[type=text] {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .qr input[type=button] {
        display: inline-block;
        width: 30vw;
        height: 3em;
        margin: 0 10px;
        padding:  0.3em;
        font-weight:bold;
    }
    #profile {
        padding:  2em 2% 0;
    }
}
 


