@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-image: url(../images/back04.gif);
	/* background-color: #d5e4cd ; */
	background-repeat: repeat;
	margin: 0 auto;
	background-attachment: fixed;
	line-height: 1.7em;
}
#head{
	float: left;
	padding-top: 22px;
	padding-bottom: 10px;
}
#headLogin{
	float: left;
	padding-top: 22px;
	padding-bottom: 10px;
}
#member{
	float: right;
	height: 80px;
}
#loginMember{
	float: right;
	height: 80px;
}
#main{
	padding-top: 14px;
	float: left;
	clear: left;
	width: 320px;
}
#foot{
	font-size: 10px;
	width: 100%;
	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: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.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: 15px;
}
.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;
}

.dayback{
	background-image: url(../images/day_back.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 213px;
	font-size: 14px;
	padding-top: 43px;
	padding-bottom: 20px;
}
.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);
}
.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);
}
#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;
	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: 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: #0062f5;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	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: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	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: 14px;
	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: 100px;
	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.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;

}

.forgraph {
    width:318px;
    padding-left:15px;
    padding-bottom: 10px;
    text-align: left;
	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: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.noHeaderHtmlMobile {
	padding-top:10px;
}
a img {
	border: none;
}
.oddRow {
	background-color:#e0ffff;
}
.evenRow {
	background-color:#ffffff;
}
.errorRow {
	background-color:#ff0000;
}
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;
}
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: 7px;
	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: 7px;
	width:390px;
	height:30px;
	padding-left:30px;
}

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;
}
table.set td{
	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;
	width:300px;
	height:30px;
}

#learningList ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

#learningList li {
background-color: #FFCC66;
display:block;
}

/*  divタグを入れるとテキストが矢印に被らなくなります */
#learningList li div {
padding: 0px 20px 0px 0px ;
}

#learningList ul li a {
background: url(../images/mobile/list_mark1.png) right center no-repeat;
background-position:right center;
-webkit-background-origin: content;
color: #000000;
font-size:13px;
display:block;
margin:0px;
padding: 12px 0px 12px 12px ;
text-decoration: none;
border-bottom: 1px solid #808080;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}

#pageList ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

#pageList li {
background-color: #FFCC66;
display:block;
}

/*  divタグを入れるとテキストが矢印に被らなくなります */
#pageList li div {
padding: 0px 20px 0px 0px ;
}

#pageList ul li a {
background: url(../images/mobile/list_mark1.png) right center no-repeat;
background-position:right center;
-webkit-background-origin: content;
color: #000000;
font-size:12px;
display:block;
margin:0px;
padding: 12px 0px 12px 12px ;
text-decoration: none;
border-bottom: 1px solid #808080;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}

table.hyoMobile{
	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.hyoMobile 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;
	height:50px;
	padding-left:10px;
}
table.hyoMobile 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;
	height:50px;
}

table.hyoDiagnosisResultMobile{
	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.hyoDiagnosisResultMobile 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;
	height:30px;
	padding-left:10px;
}
table.hyoDiagnosisResultMobile 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;
	padding-left:10px;
}

.contentTitle{
	font-size: 14px;
	font-weight: bold;
}

#diagnosisTicket ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

#diagnosisTicket li {
background-color: #CCFC66;
display:block;
}

/*  divタグを入れるとテキストが矢印に被らなくなります */
#diagnosisTicket li div {
padding: 0px 20px 0px 0px ;
}

#diagnosisTicket ul li a {
background: url(../images/mobile/list_mark1.png) right center no-repeat;
background-position:right center;
-webkit-background-origin: content;
color: #000000;
font-size:13px;
display:block;
margin:0px;
padding: 12px 0px 12px 12px ;
text-decoration: none;
border-bottom: 1px solid #808080;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}

#diagnosisResult ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;
}

#diagnosisResult li {
background-color: #D0E0FC;
display:block;
}

/*  divタグを入れるとテキストが矢印に被らなくなります */
#diagnosisResult li div {
padding: 0px 20px 0px 0px ;
}

#diagnosisResult ul li a {
background: url(../images/mobile/list_mark1.png) right center no-repeat;
background-position:right center;
-webkit-background-origin: content;
color: #000000;
font-size:13px;
display:block;
margin:0px;
padding: 12px 0px 12px 12px ;
text-decoration: none;
border-bottom: 1px solid #808080;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}
div.test {
       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;
        margin-bottom:5px;
}
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;
}

/* モバイル フリーアンケート用 CS*/
body.extraMobile {
	font-size: 20px;
}
body.extraMobile input[type=checkbox] {
	transform: scale(2);
}
body.extraMobile select {
	font-size:20px;
}
body.extraMobile textarea {
	font-size:20px;
}

/* aタグ ボタンの描画 通常の紺色ボタン */
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	background: #0000a0;
	color: #fff;
	transition: transform .2s;
	&:active{
		transform: scale(.95);
	}
}

/* aタグ ストレスチェック(モバイル）選択肢ボタン */
a.btn_01.c_btn {
	font-size: 18px;
	text-align: left;
	line-height: 1em;
	padding-top:2px;
	width:230px;
	display: inline-flex;
	align-items: center;
	padding-right: 0px;
}
a.btn_01.c_btn._checked {
	background: #00ae00;
}
a.btn_01.c_btn i {
	font-size: 38px;
}
div.c_btn_div {
	margin-left: auto;
}


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


/* aタグ ログインボタン */
a.btn_01.login {
	font-size: 15px;
	padding: 4px 2px;
	vertical-align: middle; /* 上下中央寄せ */
	width :120px;
}
a.btn_01.login i {
	font-size: 18px;
	padding-right: 8px;
	vertical-align: middle; /* 上下中央寄せ */
}

/* ログイン画面 言語切り替え メニュー */
a.btn_01.lang {
	font-size: 15px;
	padding-top:4px;
	padding-bottom:4px;
	margin-right: 5px;
	vertical-align: middle; /* 上下中央寄せ */
	width :60px;

}
a.btn_01.lang i {
	font-size: 18px;
	padding-right: 8px;
	vertical-align: middle; /* 上下中央寄せ */
}

/* aタグ ログアウトボタン */
a.btn_01.logout {
	font-size: 12px;
	line-height: 1em;
	padding: 10px 0px;
	vertical-align: middle; /* 上下中央寄せ */
	width :94px;
}
a.btn_01.logout i {
	font-size: 14px;
	vertical-align: middle; /* 上下中央寄せ */
}

/* ログアウトの横の 言語切り替え メニュー */
a.btn_01.langOut {
	font-size: 12px;
	line-height: 1em;
	padding: 10px 0;
	margin-right: 3px;
	vertical-align: middle; /* 上下中央寄せ */
	width: 40px;
}
a.btn_01.langOut i {
	font-size: 14px;
	vertical-align: middle; /* 上下中央寄せ */
}

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


/* aタグ ワンタイムパスワードの発行 ボタン */
a.btn_01.onetimepass {
	font-size: 14px;
	min-height:26px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	vertical-align:middle;
}


/* ストレスチェック画面 フッターボタン */
.inputcontentback {
	display: flex;
	flex-direction: row;
	border-radius: 5px;
	padding: 12px;
	margin-bottom: 5px;
	background-image: url(../images/content_back.png);
}

/* aタグ 次へボタン */
div.divgoback {
	text-align: left;
}
a.btn_01.gonext {
	font-size: 20px;
	min-height:26px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
	padding: 5px 00px 5px 10px;
	vertical-align:middle;
}
a.btn_01.gonext i {
	font-size: 26px;
}

/* aタグ 戻るボタン */
div.divgonext {
	flex-grow: 1;
	text-align: right;
}
a.btn_01.goback {
	font-size: 20px;
	min-height:26px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	vertical-align:middle;
}


/* ページ数 */
div.divpage {
	margin: 0 auto;
}


/* aタグ ストレスプロフィール画面 結果通知の同意、面接申し込み ボタン */
a.btn_01.action {
	font-size: 14px;
	min-height:32px;
	border-radius: 5px;
	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.setting {
	font-size: 20px;
	min-height:42px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	line-height: 1.0em;
	font-weight: normal;
}
.passchangebtn {
	margin-left: 30px;
	margin-top: 24px;
}


/* aタグ ボタンの描画 水色ボタン */
a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 0px 20px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #ffffff;
	border-radius: 5px;
	background: #d5eafd;
	color: #000000;
	transition: 0.3s;
}

/* 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;
}


/* aタグ モバイルホーム画面 ボタン */
.homemenu {
  display:flex;
  flex-flow: column;
}
a.mobile_menu {
	display: block;
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	padding: 1.8rem 0 1.6rem 2.5rem;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	border-radius: 100vh;
	margin: 12px 0;
	color: #fff;

	transition: transform .2s;
	&:active{
		transform: scale(.95);
	}
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

}
/* aタグ モバイルホーム画面 学習する ボタン */
a.mobile_menu.study {
	background: #FF9700;
	border: none;
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
/* aタグ モバイルホーム画面 ストレス調査 ボタン */
a.mobile_menu.check {
	background: #30dd8a;
    border: none;
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
/* aタグ モバイルホーム画面 設定する ボタン */
a.mobile_menu.settings {
	background: #c0c0c0;
	border: none;
    box-shadow: 0 4px 15px 0 rgba(192, 192, 192, 0.75);
}
a.mobile_menu i {
	font-size: 2.8rem;
    position: absolute;
    top: calc(50% - .5em);
    left: 1rem;
}


/* ストレスプロフィール 点数欄 */
div.evaliation {
	font-size: 22px;
	text-align: center;
	width: 30px;
	background-color: #00ffff;
	border-radius: 50%;
	padding-top: 2px;
}
div.evaliation1 {
	background-color: #ff8040;
}

/* 学習コース一覧  Japanese Only */
.jp-only {
	font-weight: bold;
	float: right;
	margin-top: -30px;
	position: relative;
	z-index: 10;
}