@charset "UTF-8";
/* CSS Document */
body  {
	color: #2E2E2E !important;
	font-size: 14px;
	font-family: sans-serif, "Hiragino Kaku Gothic Pro", Arial, Helvetica, Verdana, "qMmpSPro W3", Osaka, CI, Meiryo, "lr oSVbN";
	/* background-color: #d5e4cd ; */
	background-image: url(../images/back04.gif);
	/* background-image: url(../images/backGreen.png); */
	background-repeat: repeat;
	margin: 0 auto;
	background-attachment: fixed;
	line-height: 1.7em;
}
#head{
	width: 730px;
	float: left;
	padding-top: 22px;
	padding-bottom: 10px;
}
#headLogin{
	width: 500px;
	float: left;
	padding-top: 22px;
	padding-bottom: 10px;
}
#member{
	width: 250px;
	float: right;
	height: 80px;
}
#loginMember{
	width: 480px;
	float: right;
	height: 80px;
}
#main{
	padding-top: 14px;
	float: left;
	clear: left;
	width: 715px;
}
#foot{
	font-size: 10px;
	width: 980px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#content {
	width: 250px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
}
.memberbox{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.20);
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.20);
	background-color: #FFF;
	padding: 10px;
}
.waku{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #FFF;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.wakutop{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 12px;
}

.wakutop_sys{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #FFF;
	margin-bottom: 15px;
	padding: 25px;
}
.contentbox{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	background-color: #FFF;
	padding-top: 17px;
	padding-right: 17px;
	padding-left: 17px;
}

/* 前回チェック日 背景 */
.daybackTitle{
	position: relative;
	font-size: 13px;
	padding: 5px 3px;
	margin-left:100px;
	background-color: #ff0000;
	color:#fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.2);
	z-index:10;
	line-height:16px;
	transform:rotate(-5deg);
}
.dayback{
	width: 213px;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #ffeec8;
}
.contentback{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 12px;
	margin-bottom: 5px;
	background-image: url(../images/content_back.png);
}
.messageContentback{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../images/content_back2.png);
}
.confirmContentback{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url(../images/content_back3.png);
}
.loginContentback{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	background-image: url(../images/content_back.png);
}
.analysisback{
	background-image: url(../images/analysis_back.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 213px;
	font-size: 18px;
	padding-top: 43px;
	padding-bottom: 20px;
}
#top{
	clear: both;
	float: right;
	width: 100%;
}

.wakutopcopy{
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	background-color: #d7e7ff;
	vertical-align: top;
	padding: 15px;
}

.wakutopcopy p{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;

}

h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.blue{
	color: #0062f5;
}
h2{
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0062f5;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h4{
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ff0000;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h7{
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ffffff;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4.message{
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ffcc00;
	line-height: 30px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.paes{
	background-image: url(../images/kekka.jpg);
	height: 80px;
	width: 259px;
	text-align: center;
}
h3.kanryo{
	font-size: 20px;
	padding-bottom: 0px;
	line-height: 20px;
	margin: 0px;
	font-weight: bold;
}
table.hyo{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
table.hyo th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	background-color: #CAE6FF;
	text-align:left;
	font-weight:normal;
	width:300px;
	height:50px;
	padding-left:20px;
}
table.hyo td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	width:490px;
	height:50px;
	padding-left:30px;
}
table.hyopreview{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
table.hyopreview th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	background-color: #CAE6FF;
	text-align:left;
	font-weight:normal;
	width:300px;
	height:40px;
	padding-left:20px;
}
table.hyopreview td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	width:160px;
	height:40px;
	text-align: center;
	padding-left:30px;
}

table.hyoAll{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
table.hyoAll th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	text-align:left;
	font-weight:normal;
	height:50px;
}
table.hyoAll td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	height:50px;
	text-align:left;
}

table.hyoAll th.small{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 3px;
	text-align:left;
	font-weight:normal;
}
table.hyoAll td.small{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 3px;
	text-align:left;
}
.forgraph {
    width:318px;
    padding-left:20px;
    padding-bottom: 10px;
    text-align: center;
	font-weight:bold;
}
div.kekka-waku {
       clear:both;
        border-radius: 6px;         /* CSS3 */
        -moz-border-radius: 6px;    /* Firefox */
        -webkit-border-radius: 6px; /* Safari,Chrome */
        border: 1px solid #d7d7d7;     /* 枠線の装飾 */
        background-color: #ffffff;   /* 背景色 */
        padding: 3px;
        width: auto;
}
div.kekka-wakuin {
        border-radius: 6px;         /* CSS3 */
        -moz-border-radius: 6px;    /* Firefox */
        -webkit-border-radius: 6px; /* Safari,Chrome */
        background-color: #ffffff;   /* 背景色 */
        padding: 11px;
        width: auto;
        font-size:13px;
}
div.kekka-wakuin p {
	font-weight:bold;
	margin:0px;
}

div.kekka-wakuin ul {
	width:250px;
}

.shindanlist{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	float:left;
	font-weight:bold;
	line-height: 30px;
	background-color:#ffffc0;
	min-height:50px;
}
.shindanzu {
    float:right;
    float:left;
    text-align : right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color:#ffffc0;
	min-height:50px;
}
.shindan {
    clear:both;
    margin-top: 30px;
}
#page {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a img {
	border: none;
}
.oddRow {
	background-color:#e0ffff;
}
.evenRow {
	background-color:#ffffff;
}
.errorRow {
	background-color:#ff0000;
}
table.description{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	margin: 20px;
}
table.description th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	text-align:left;
	font-weight:normal;
	width:860px;
}
table.hyoDiagnosisResult{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	margin: 20px;
}
table.hyoDiagnosisResult th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 5px;
	background-color: #CAE6FF;
	text-align:left;
	font-weight:normal;
	width:300px;
	height:30px;
	padding-left:20px;
}
table.hyoDiagnosisResult td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 5px;
	width:300px;
	height:30px;
	padding-left:30px;
}

div.settings {
       clear:both;
        border-radius: 6px;         /* CSS3 */
        -moz-border-radius: 6px;    /* Firefox */
        -webkit-border-radius: 6px; /* Safari,Chrome */
        border: 1px solid #d7d7d7;     /* 枠線の装飾 */
        background-color: #ffffff;   /* 背景色 */
        padding: 3px;
        width: auto;
}
div.settings-in {
        border-radius: 6px;         /* CSS3 */
        -moz-border-radius: 6px;    /* Firefox */
        -webkit-border-radius: 6px; /* Safari,Chrome */
        background-color: #ffffff;   /* 背景色 */
        padding: 11px;
        width: auto;
        font-size:13px;
}

table.set{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
table.set th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	background-color: #CAE6FF;
	text-align:left;
	font-weight:normal;
	width:250px;
	height:30px;
	padding-left:20px;
}
table.set td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	width:300px;
	height:30px;
	padding-left:30px;
}
table.listPager {
	width:100%;
	table-layout:fixed;
}

.listPager td.arrow {
	width:140px;
}

.listPager td.jumpPage {
	font-size:1.1em;
}

span.nowPage {
	color:#ffffff;
	background-color:#0062f5;
	border:1px #0062f5 solid;
	padding:3px;
}

span.movePage {
	border:1px #0062f5 solid;
	padding:3px;
}

a.movePage {
	color:#0062f5;
	text-decoration:none;
}

table.answers td{
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 5px;
	padding-left: 20px;
	width:490px;
	height:50px;
	text-indent: -15px;
}

table.hyoInterviewRecord{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
}
table.hyoInterviewRecord th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	text-align:left;
	font-weight:normal;
	height:30px;
}
table.hyoInterviewRecord td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 7px;
	height:30px;
	text-align:left;
}
.subWindow  {
	color: #2E2E2E !important;
	font-size: 14px;
	font-family: sans-serif, "Hiragino Kaku Gothic Pro", Arial, Helvetica, Verdana, "qMmpSPro W3", Osaka, CI, Meiryo, "lr oSVbN";
	background-image: url(../images/back04.gif);
	background-repeat: repeat;
	margin: 0 auto;
	background-attachment: fixed;
	line-height: 1.7em;
}

table.hyoAnalysis{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	margin: 20px;
}
table.hyoAnalysis th{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 5px;
	background-color: #C2D69A;
	text-align:center;
	font-weight:normal;
	height:30px;
	padding:5px;
}
table.hyoAnalysis td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #BBB;
	border-left-color: #BBB;
	padding: 5px;
	height:30px;
	text-align: right;
	vertical-align: middle;
}


/* aタグ ボタンの描画 通常の紺色ボタン */
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	background: #0000a0;
	color: #fff;
	transition: 0.3s;
}
a.btn_01:hover {
	color: #fff;
	background: #ff0000;
}

/* aタグ ホーム、設定 ボタン */
a.headerbtn {
	padding: 5px 5px;
	min-width: 60px;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.0);
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.6em;
}
a.btn_01.headerbtn i {
	font-size: 24px;
}
div.headerbtnarea {
	display: flex;
	flex-direction: row;
}
div.headerborder:first-of-type {
    border-left:1px solid #0000ff;
}
div.headerborder {
    border-right:1px solid #0000ff;
}

/* aタグ ログイン ログアウトボタン */
a.btn_01.login {
	padding: 0px 0px;
	line-height: 1.7em;
	margin-left: 5px;
	width :110px;
}
a.btn_01.login i {
	font-size: 16px;
	padding-right: 8px;
	vertical-align: middle; /* 上下中央寄せ */
}

a.btn_01.logout {
	padding: 0px 0px;
	line-height: 1.7em;
	margin-left: 5px;
	width :120px;
}
a.btn_01.logout i {
	font-size: 16px;
	padding-right: 2px;
	vertical-align: middle; /* 上下中央寄せ */
}

/* labelタグ 言語切り替え メニュー */
a.btn_01.lang {
	line-height: 1.7em;
	padding: 0px 3px;
	margin-right: 5px;
	vertical-align: middle; /* 上下中央寄せ */
	width :62px;
}
a.btn_01.lang i {
	font-size: 16px;
	padding-right: 8px;
	vertical-align: middle; /* 上下中央寄せ */
}

/* 言語切り替え ここから */
.divlogin {
    display: flex;
    justify-content: space-between;
}
.manuLangLabel {
	width: 72px;
}
#menuLang {
    margin: 0;
    position: absolute;
    min-width: 150px;
    padding: 2px;
    line-height: 12pt;
    color: #000;
    background-color: #eeeeee;
    border: 1pt solid #666666;
    box-shadow: 2px 2px 4px 0px #666666;
    font-size: 9pt;
    visibility: hidden;
    z-index: 10;
}
#menuLang a {
    display: block;
    padding: 2px 2px 2px 10px;
    text-decoration: none;
    color: #000;
    cursor: default;
}
#menuLang li {
    border: 1px solid transparent;
    list-style: none;
}
#menuLang li:hover {
    border: 1px solid #78aee5;
    background-color: #d1e2f2;
}
/* 言語切り替え ここまで */


/* aタグ ガイド ボタン */
a.btn_01.guide {
	font-size: 14px;
	line-height: 1.6em;
	padding: 0;
	padding-top:2px;
	width :26px;
}


/* aタグ ワンタイムパスワードボタン */
a.btn_01.onetime {
	display:inline-block;
	transition: 0.0s;
}

/* aタグ 一覧へ戻るボタン */
a.btn_01.gobacklist {
	font-size: 14px;
	min-height:24px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.5em;
	font-weight: normal;
	min-width: 100px;
	margin-left:5px;
}
a.btn_01.gobacklist i {
	font-size: 20px;
	vertical-align: -5px;
	padding-right: 10px;
}

/* aタグ ストレスプロフィール画面 閉じるボタン */
a.btn_01.closetolist {
	min-height:24px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
}
a.btn_01.closetolist i {
	font-size: 20px;
	vertical-align: -5px;
	padding-left: 10px;
}

/* aタグ 次へボタン */
a.btn_01.gonext {
	font-size: 16px;
	min-height:26px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: bold;
	padding-top: 2px;
}
a.btn_01.gonext i {
	font-size: 22px;
	padding-left: 10px;
}

/* aタグ 戻るボタン */
a.btn_01.goback {
	font-size: 16px;
	min-height:26px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: bold;
	padding-top: 2px;
}
a.btn_01.goback i {
	font-size: 22px;
	padding-right: 10px;
}

/* aタグ ストレスプロフィール画面 結果通知の同意、面接申し込み ボタン */
a.btn_01.action {
	font-size: 14px;
	min-height:32px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
}
a.btn_01.action i {
	font-size: 20px;
	vertical-align: -5px;
	padding-left: 10px;
}
a.btn_01.disabled {
	pointer-events: none;
	background: #c0c0c0;
}

/* aタグ 学習 ボタン */
a.btn_01.study {
	font-size: 14px;
	width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
	align-items: center;
	font-weight: normal;
	padding: 0px;
	line-height: 1.7em;
}

/* aタグ テストメール送信 （パスワード）変更する ボタン */
a.btn_01.setting {
	min-height:24px;
	display: inline-flex;
	align-items: center;
	font-weight: normal;
}
.passchangebtn {
	margin-left: 30px;
	margin-top: 18px;
}

/* aタグ 文字サイズボタン */
div.fontsizearea {
	margin-right: 14px;
}
div.fontsizetitle {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
div.fontsizebtndiv {
	display:flex;
	flex-direction:row;
	min-height:24px;
}
a.btn_01.fontsize {
	padding: 2px 10px 0px 10px;
	vertical-align: bottom;
	white-space: nowrap;
	line-height: 1.5em;
}
a.btn_01.sizeS {
	font-size: 12px;
	border-radius: 10px 0px 0px 10px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 13px;
}
a.btn_01.sizeM {
	font-size: 14px;
	border-radius: 0px 0px 0px 0px;
	padding-top: 4px;
	padding-left: 13px;
	padding-right: 13px;
}
a.btn_01.sizeL {
	font-size: 16px;
	border-radius: 0px 10px 10px 0px;
	padding-left: 11px;
	padding-right: 13px;
}


/* aタグ ボタンの描画 白色ボタン */
a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #ffffff;
	border-radius: 5px;
	background: #ffffff;
	color: #0000a0;
	transition: 0.3s;
}
a.btn_02:hover {
	color: #fff;
	background: #ff0000;
}

/* aタグ ストレス調査ボタン */
a.btn_02.questionnaire {
	font-size:30px;
	font-weight:normal;
	padding:10px 0px 0px 0px;
	border-radius: 10px;
	line-height: 1.0em;
}
a.btn_02.questionnaire i {
	font-size: 50px;
}
div.question {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* aタグ ボタンの描画 水色ボタン */
a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #ffffff;
	border-radius: 5px;
	background: #d5eafd;
	color: #000000;
	transition: 0.3s;
}
a.btn_03:hover {
	color: #000000;
	background: #fcda72;
}
/* aタグ ストレス調査ボタン */
a.btn_03.questionnaire {
	height:48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	padding: 0px 10px 0px 0px;
}
a.btn_03.questionnaire i {
	font-size: 50px;
	vertical-align: -10px;
}

/* aタグ プロフィール画面 印刷、再表示ボタン */
a.btn_03.resultPageBtn {
	height:48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
}
a.btn_03.resultPageBtn i {
	font-size: 50px;
	vertical-align: -10px;
	padding-right:5px;
}

/* ストレスプロフィール 望ましくない 望ましい */
div.desirable {
	font-size: 13px;
}

/* ストレスプロフィール 点数欄 ここから */
div.resultPoints {
   display: flex;
   align-items:flex-end;
   flex-wrap: wrap;
   width: 600px;
}
div.evaliation {
	font-size: 22px;
	text-align: center;
	width: 30px;
	background-color: #00ffff;
	border-radius: 50%;
	padding-top: 2px;
	margin-left: 20px;
}
div.evaliation1 {
	background-color: #ff8040;
}
div.progressbar {
	width:300px;
	border-bottom: 20px solid #c21500;
	border-image: linear-gradient(to right, #ff4444, yellow, #ffffc8);
	border-image-slice: 1;
	margin-left: 8px;
	margin-right: 5px;
}
div.triangle {
	width: 0;
	height: 0;
	border-top: 15px solid black;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
div.triangle1 {
	margin-left: -8px;
}
div.triangle2 {
	margin-left: 62px;
}
div.triangle3 {
	margin-left: 144px;
}
div.triangle4 {
	margin-left: 216px;
}
div.triangle5 {
	margin-left: 289px;
}
/* ストレスプロフィール 点数欄 ここまで */

/* ホーム画面  Japanese Only */
.jp-only {
	font-weight: bold;
	float: right;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.jp-only2 {
	font-weight: bold;
	float: right;
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.jp-only3 {
	font-weight: bold;
	float: right;
	position: relative;
	z-index: 1;
}

