@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 Arial,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

body {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
/*	background-color: #f8f7f3;*/
	background-color: #000;	

}
body#newcomer {
	background-color: #f8f7f3;	
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
	transition: all 0.2s linear;
}




/* --------------------------------------------------
  Page Header
-------------------------------------------------- */

header.common {
	width: 100%;
	height: 80px;

	position: fixed;
	z-index: 100;
	
    box-shadow: 0 1px 7px rgba(0,0,0,0.3);
}
header.common .mainArea{
	width: 100%;
	height: 80px;
    
    position: relative;
    z-index: 105;
    
	display: block;
    
    background-color: #000;
}
header.common.sub {
    height: 120px;
}
header.common .title{
	width: 240px;
    height: 100%;
    margin: 0 auto;
	position: relative;
    z-index: 120;
    
    line-height: 0;
    
    display: flex;
    align-items: center;
    
    text-align: center;
}
header.common .title img{
    display: block;
    width: 100%;
    height: auto;
}

header.common .jsparclogo{
	width: 100px;
    height: 100%;
    margin: 0 auto;
	position: relative;
    z-index: 120;
    
    line-height: 0;
    
    display: flex;
    align-items: center;
    
    text-align: center;
}
header.common .jsparclogo img{
    display: block;
    width: 100%;
    height: auto;
}

header.common .jaxagenelogo{
	position: absolute;
	top: 15px;
	left: 25px;
    z-index: 110;
	
	width: 130px;
    line-height: 0;
}
header.common .jaxagenelogo img{
	width: 100%;
	height: auto;
}


header.common nav.main{
	width: 40%;
	height: 100%;
    position: absolute;
    top: 0;
    right: 18px;
    z-index: 110;
    
}
header.common nav.main ul{
    width: 100%;
    height: 100%;
    
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
header.common nav.main ul li{
    margin: 0 10px;
}
header.common nav.main ul li a{
    box-sizing: border-box;
    display: block;
    
    padding: 8px 25px;
    line-height: 1.0;
    background-color: #fff;
    border-radius: 3px;
    
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
}
header.common nav.main ul li a:hover{
    opacity: 0.8;
}

header.common nav.main ul li a.member{
    color: #fff;
    background-color: #666;
}
header.common nav.main ul li.profimg{
    margin: 0 15px 0 25px;
    line-height: 0;
}
header.common nav.main ul li.profimg img{
    width: 40px;
    height: auto;
}
header.common nav.main ul li.name{
    margin: 0 10px 0 0;
    line-height: 1.0;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}

header.common .subArea{
    width: 100%;
    height: 40px;
/*    background-color: #eee;*/
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: relative;
    z-index: 105;
}

header.common nav.sub{
	width: 40%;
	height: 100%;
    position: relative;
    z-index: 110;
    
}
header.common nav.sub ul{
    width: 100%;
    height: 100%;
    
	display: flex;
    justify-content: center;
    align-items: center;
}
header.common nav.sub ul li{
    margin: 0 10px;
}
header.common nav.sub ul li a{
    box-sizing: border-box;
    display: block;
    
    padding: 6px 20px;
    line-height: 1.0;
    background-color: #3d98e4;
    border-radius: 5px;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
header.common nav.sub ul li a:hover{
    opacity: 0.8;
}
header.common nav.sub ul li a {
}
header.common nav.sub ul li a .label::before{
    content: "";
    margin-right: 0.5em;
}
header.common nav.sub ul li a .label::after{
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 7px;
    height: 10px;
    background: url("img/icon_link.png") no-repeat center center;
    background-size: 100% auto;
}






/* --------------------------------------------------
  Content
-------------------------------------------------- */

#content{
	width: 100%;
	position: relative;
	z-index: 10;
    
    padding-top: 80px;
}
#content.sub{
    padding-top: 120px;
}



/* --------------------------------------------------
  Home
-------------------------------------------------- */

#homeMainImage{
	width: 100%;
	
	position: relative;
	z-index: 50;
}
#homeMainImage .imageArea{
	width: 100%;
	display: block;
	position: relative;
	z-index: 20;
	overflow: hidden;
	
	line-height: 0;
}
#homeMainImage .imageArea:before{
	content:"";
	display: block;
	padding-top: 19%;
}
#homeMainImage .imageArea img{
	display: block;
	width: 100%;
	height: auto;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#homeMainImage .copyArea{
	width: 100%;
    height: 100%;
	position: absolute;
    right: 30px;
    top: 0;
	z-index: 60;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#homeMainImage .copyArea .copy{
	width: 30%;
    max-width: 150px;
	position: relative;
	z-index: 70;
	overflow: hidden;
    
    background-color: #3d98e4;
    border-radius: 80px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeMainImage .copyArea .copy:before{
	content:"";
	display: block;
	padding-top: 100%;
}
#homeMainImage .copyArea .copy .text{
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 1.5;
}






/* --------------------------------------------------
  Searchform
-------------------------------------------------- */

#searchForm{
    box-sizing: border-box;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: -25px;
    
    padding: 20px 40px;
    
    position: relative;
    z-index: 300;
    
    background-color: #eee;
    border-radius: 10px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.3);
    
    margin-bottom: 70px;
}

#searchForm .title{
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
#searchForm .mainForm{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin-bottom: 15px;
}
#searchForm .mainForm .inputArea{
    width: 85%;
}
#searchForm .mainForm .btnArea{
    width: 15%;
}
#searchForm .mainForm input[type="text"]{
    box-sizing: border-box;
	height: 40px;
	font-size: 16px;
	margin-bottom: 3px;
    
    padding: 0 10px;
}
#searchForm .mainForm input[type="text"].main{
    width: 100%;
}

#searchForm .mainForm input[type="button"],
#searchForm .mainForm input[type="submit"]{
	background: none;

	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 0 0 0 20px;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	background-color: #666;
	cursor: pointer;
	border-radius: 5px;
    line-height: 1.0;
    white-space: nowrap;
    
    margin-bottom: 5px;
    
	transition: all 0.2s linear;
    
    box-shadow: 0 1px 7px rgba(0,0,0,0.5);
}
#searchForm .mainForm input[type="button"]:hover,
#searchForm .mainForm input[type="submit"]:hover{
    opacity: 0.9;
    box-shadow: none;
}
#searchForm input[type="button"].clear{
	background: none;

	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 0;
	padding: 5px 15px;
	font-size: 14px;
	color: #000;
	background-color: #f5f5f5;
	cursor: pointer;
	border-radius: 5px;
    line-height: 1.0;
    white-space: nowrap;
    
    margin-bottom: 5px;
    
	transition: all 0.2s linear;
    
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
#searchForm input[type="button"].clear:hover{
    opacity: 0.9;
    box-shadow: none;
}


#searchForm .detailBtn{
    box-sizing: border-box;
    display: block;
    width: 150px;
    height: 30px;
    
    position: relative;
    margin: 0 auto;
    margin-bottom: -35px;

    padding: 8px 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.0;
    white-space: nowrap;
    border-radius: 20px;
    text-align: center;

    background-color: #3d98e4;
    
    cursor: pointer;
    box-shadow: 0 1px 7px rgba(0,0,0,0.5);

    transition: all 0.2s linear;
}

#searchForm .detailBtn .label::before{
    content: "　";
}
#searchForm .detailBtn .label::after{
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0.2em;
    width: 10px;
    height: 7px;
    background: url("img/icon_link_down.png") no-repeat center center;
    background-size: 100% auto;
}

#searchForm .detailBtn.open .label{
    font-size: 0;
}
#searchForm .detailBtn.open .label::before{
    font-size: 15px;
    content: "　閉じる ";
}
#searchForm .detailBtn.open .label::after{
    content: " ";
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url("img/icon_link_up.png") no-repeat center center;
    background-size: 100% auto;
}
#searchForm .detailBtn:hover{
/*    background-color: #61abe8;*/
    box-shadow: none;
}

#searchForm .detail{
    box-sizing: border-box;
    width: 100%;
    
    margin: 60px 0 20px;
}




p.form{
	font-size: 15px;
	line-height: 1.7;
}
dl.form{
	width: 100%;
    
    display: flex;
    flex-wrap: wrap;
	
	font-size: 15px;
}
dl.form dt, dl.form dd{
}
dl.form dt{
    box-sizing: border-box;
    
	padding: 10px 1%;
	width: 25%;
	font-weight: bold;
    
    text-align: right;
}
dl.form dt.required::after{
    content: " ※";
    font-size: 8px;
    color: #f00;
    vertical-align: top;
}
dl.form dd{
    box-sizing: border-box;
    
	padding: 10px 1%;
	width: 75%;
}

dl.form dt:nth-child(4n+1),
dl.form dd:nth-child(4n+2){
	background-color: #eee;
}
dl.form.nobg dt:nth-child(4n+1),
dl.form.nobg dd:nth-child(4n+2){
	background-color: transparent;
}



dl.form input[type="text"],
dl.form input[type="email"],
dl.form input[type="password"]{
    box-sizing: border-box;
    
	height: 32px;
	font-size: 15px;
	margin-bottom: 3px;
    
    padding: 0 10px;
}
/*
dl.form select{
	height: 25px;
	font-size: 14px;
	margin-bottom: 3px;
}
*/
dl.form .selectbox{
    display: inline-block;
    margin-bottom: -8px;
	overflow: hidden;
	width: 70%;
	text-align: center;
	
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
dl.form .selectbox.month{
	display: inline-block;
	width: 5em;
}
dl.form .selectbox::before{
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
dl.form .selectbox select{
    box-sizing: border-box;
    
	width: 100%;
    height: 28px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	padding: 0px 38px 0px 8px;
	color: #333;
	font-size: 15px;
}
dl.form .selectbox select::-ms-expand{
    display: none;
}

dl.form input[type="text"].name{ width: 150px;}
dl.form input[type="text"].zip{ width: 100px;}
dl.form input[type="text"].address{ width: 280px;}
dl.form input[type="text"].tel{ width: 150px;}
dl.form input[type="text"].email{ width: 200px;}
dl.form input[type="email"]{ width: 280px;}

dl.form input.w20{ width: 20%;}
dl.form input.w30{ width: 30%;}
dl.form input.w50{ width: 50%;}
dl.form input.w80{ width: 80%;}
dl.form input.w100{ width: 100%;}
dl.form input.year{ width: 6em;}

dl.form textarea{ width: 80%; height: 8em; font-size: 15px;}
dl.form textarea.long{ width: 80%; height: 16em; font-size: 15px;}


.formButton{
	clear: both;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.formButton input[type="button"],
.formButton input[type="submit"]{


	background: none;

	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	margin: 5px 0;
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #3d98e4;
	cursor: pointer;
	border-radius: 5px;
}
.formButton input[type="button"].cancel{
	color: #000;
	background-color: #f5f5f5;
}
.formButton input[type="button"].delete{
	background-color: #e43d3d;
}


dl.form .notice{
	margin: 5px 0;
	padding: 5px 10px;
	background-color: #e4ecff;
	font-size: 13px;
}
dl.form .notice a:link,
dl.form .notice a:visited{
	color: #1954dc;
	text-decoration: underline;
}
dl.form .notice a:hover,
dl.form .notice a:active{
	color: #1954dc;
	text-decoration: none;
}

dl.form .note{
	font-size: 13px;
}

.deleteConfirm{
    width: 100%;
    padding: 20px 0;
    color: #f00;
    font-weight: bold;
    text-align: center;
}

.error{color: #f00;}


.error-fp{
	font-weight: bold;
	color: #e00;
	margin-bottom: 20px;
}


#pdept{
    padding-top: 10px;
    display: none;
}
#plural:checked + label + #pdept{
    display: block;
}

#searchDeptTerm{
    padding: 5px 0 10px;
    display: none;
}
#crange03:checked + label + #searchDeptTerm{
    display: block;
}

ul.researchAreas li{
	width: 100%;
	margin-bottom: 5px;
}

p.noHit{
	width: 90%;
	margin: 0 auto 60px;
	text-align: center;
}
.radioUnit{
	display: block;
	float: left;
	white-space: nowrap;
}





/* --------------------------------------------------
  List
-------------------------------------------------- */

.userList{
    box-sizing: border-box;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    border: 1px solid #ccc;
    background-color: #fff;
    
    margin-bottom: 80px;
}
.userList .header{
    box-sizing: border-box;
    width: 100%;
    
    border: 4px solid #fff;
    background-color: #f4f4f4;

    margin-bottom: 50px;
}
.userList .header .title{
    box-sizing: border-box;
    padding: 20px 20px 30px;
    
    text-align: center;
    
    font-size: 20px;
    line-height: 1.5;
}
.userList .header .title.rCond{
    font-size: 16px;
}
.userList .header .title span{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

ul.users{
    box-sizing: border-box;
    width: 100%;
    
    padding: 0 2%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    margin-bottom: 30px;
}
ul.users li{
    box-sizing: border-box;
    width: 23%;
    margin: 0 1% 20px;
    
    border: 1px solid #ccc;    
}
ul.users li a{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.users li a:hover{
    opacity: 0.8;
}
ul.users li .photo{
    box-sizing: border-box;
    display: block;
    width: 40%;
    line-height: 0;
}
ul.users li .photo img{
    width: 100%;
    height: auto;
}
ul.users li .baseinfo{
    box-sizing: border-box;
    width: 60%;
    
    padding: 10px 0 10px 15px;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
ul.users li .name{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    color: #3d98e4;
}
ul.users li .nameEN{
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
}
ul.users li .enter{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
}
ul.users li .dept{
    box-sizing: border-box;
    display: block;
    width: 100%;
    
    padding: 20px;

    font-size: 13px;
    line-height: 1.5;
}





/* --------------------------------------------------
  Sub
-------------------------------------------------- */

#subPage h1{
    width: 90%;
    margin: 0 auto;
    
    padding: 70px 0 60px;
    
	color: #f8f62f;
    font-size: 30px;
    letter-spacing: 0.1em;
    
    text-align: center;
}
body#newcomer #subPage h1{
	color: #333;
}


#subPage .lead{
	text-align: center;
	color: #fff;
	margin: -30px 0 30px;
}



#subPage .twoCol{
    box-sizing: border-box;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row-reverse;
    
    border: 1px solid #ccc;
    
    margin-bottom: 90px;
}
#subPage .oneCol{
    box-sizing: border-box;
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row-reverse;
    
    border: 1px solid #ccc;
    
    margin-bottom: 90px;
}

.twoCol .localNavi{
    box-sizing: border-box;
    width: 25%;
    
    background-color: #eee;
    border-right: 1px solid #ccc;
}
.twoCol .bodyArea{
    box-sizing: border-box;
    width: 75%;
    
    background-color: #fff;
}
.oneCol .bodyArea{
    box-sizing: border-box;
    width: 100%;
    
    background-color: #fff;
/*	background-color: rgba(255,255,255,0.2);*/
	
}

.localNavi ul{
    width: 100%;
    margin: 60px 0 40px;
    border-top: 1px solid #ccc;
}
.localNavi li{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.localNavi li a{
    box-sizing: border-box;
    display: block;
    
    width: 100%;
    padding: 15px 20px;
    
    text-align: center;
    
    font-size: 15px;
    color: #3d98e4;
    line-height: 1.3;
}
.localNavi li a:hover,
.localNavi li.current a{
    color: #000;
    font-weight: bold;
    background-color: #ccc;
}

.localNavi .action{
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    background-color: #f5f5f5;
    margin-bottom: 100px;
    line-height: 1.0;
    
    text-align: center;
}
a.logout{
    box-sizing: border-box;
    display: inline-block;
    
    padding: 6px 15px;
    line-height: 1.0;
    background-color: #e49f3d;
    border-radius: 5px;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
a.logout:hover{
    opacity: 0.8;
}


.bodyArea .contentArea{
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    
    padding: 60px 0 100px;
}


.profile{
    width: 100%;
}

.profile .toprow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    
    margin-bottom: 50px;
}
.profile .toprow .photo{
    width: 15%;
    line-height: 0;
}
.profile .toprow .photo img{
    width: 120px;
    height: auto;
}

.profile .toprow .names{
    width: 78%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.profile .name{
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}
.profile .nameEN{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}
.profile .entry{
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.profile .item{
    box-sizing: border-box;
    width: 100%;
    
    border: 1px solid #ccc;
    
    margin-bottom: 35px;
}

.profile .item .title{
    position: relative;
    z-index: 100;

    background-color: #eee;
}
.profile .item h2{
    box-sizing: border-box;
    width: 100%;

    padding: 8px 20px;
    
    font-size: 17px;
    font-weight: bold;
    color: #666;
    line-height: 1.3;
    
    text-align: center;
    
    position: relative;
    z-index: 110;
}
.profile .item .edit{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 120;
    
    width: 30%;
    height: 100%;
    margin-right: 10px;
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.profile .item .add{
    position: relative;
    z-index: 120;
    
    width: 100%;
    padding: 10px 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile .editImage{
    position: relative;
    z-index: 120;
    
    width: 100%;
    padding: 10px 0;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    line-height: 1.5;
}
.profile .item .edit a,
.profile .item .add a,
.profile .editImage a{
    box-sizing: border-box;
    display: block;
    
    padding: 6px 15px;
    line-height: 1.0;
    background-color: #3d98e4;
    border-radius: 5px;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
.profile .item .edit a:hover,
.profile .item .add a:hover,
.profile .editImage a:hover{
    opacity: 0.8;
}

.profile .item .content{
    box-sizing: border-box;
    padding: 25px 20px;
	
	
	background-color: #fff;
    
}

.profile .item .content p{
    font-size: 15px;
    line-height: 1.6;
}
.profile .item .content p.note{
    font-size: 13px;
}
.profile .item .content a{
    color: #3d98e4;
    text-decoration: underline;
}
.profile .item .content a:hover{
    text-decoration: none;
}

.profile .item .content p.formNote{
	font-size: 13px;
}
.profile .item .content p.formEx{
	font-size: 12px;
	color: #666;
}
.profile .item .content textarea::placeholder{
	font-size: 13px;
}

table.baseInfo{
    width: 100%;
}
table.baseInfo tr{
    vertical-align: top;
}
table.baseInfo th{
	width: 35%;
	
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: bold;
    text-align: right;
	white-space: nowrap;
}
table.baseInfo td{
	width: 65%;

	padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
}

table.various{
    width: 100%;
    
    border-bottom: 1px solid #ddd;
}
table.various tr{
    vertical-align: top;
}
table.various th,
table.various td{
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.6;
    
    border-top: 1px solid #ddd;
}
table.various td.btn{
    width: 4em;
}

.profile .item a.editBtn{
    box-sizing: border-box;
    display: inline-block;
    
    padding: 6px 12px;
    line-height: 1.0;
    background-color: #3d98e4;
    border-radius: 5px;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
    
    text-decoration: none;
}
.profile .item a.editBtn.delete{
    background-color: #e43d3d;
}



a.sampleBtn{
    box-sizing: border-box;
    display: inline-block;
    
    padding: 6px 15px;
    line-height: 1.0;
    background-color: #3d98e4;
    border-radius: 5px;
    
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
a.sampleBtn:hover{
    opacity: 0.8;
}









table.common{
	box-sizing: border-box;
	width: 100%;
	
	border: 10px solid #e9e6e1;
	background-color: #fff;

}
table.common th{
	border-top: 1px solid #cfbcb0;
	background-color: #f3f1ed;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	
	padding: 8px 12px;
}
table.common.c02 th,
table.common th.c02,
table.common td.c02{
	background-color: #f2ebe2;
}
table.common th.nw{
	white-space: nowrap;
}
table.common td{
	border-top: 1px solid #cfbcb0;
	
	font-size: 15px;
	line-height: 1.6;

	padding: 8px 12px;
}
table.common th.center,
table.common td.center{
	text-align: center;
	vertical-align: middle;
}
table.common tr:first-child th,
table.common tr:first-child td{
	border-top: none;
}

table.common table.sub{
}
table.common table.sub th{
	border-top: none;
	background-color: transparent;
	
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	
	padding: 0 8px 5px;
}
table.common table.sub td{
	border-top: none;
	
	font-size: 15px;
	line-height: 1.6;

	padding: 0 8px 5px;
}







ul.flow{
	width: 100%;
}
ul.flow li{
	width: 100%;
	
	padding-bottom: 70px;
	
	background-image: url(img/bg_flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
}
ul.flow li .text{
	width: 100%;
	
	background-color: #fff;
	border-radius: 15px;

	display: flex;
	align-items: center;
	align-content: center;
}
ul.flow li .text .stepNo{
	box-sizing: border-box;
	width: 24%;
	padding: 18px 18px;
	
	font-size: 40px;
	color: #cfbcb0;
	line-height: 1.0;
}
ul.flow li .text .content{
	box-sizing: border-box;
	width: 76%;
	padding: 12px 18px 12px 0;
	
	font-size: 16px;
	line-height: 1.8;
}
ul.flow li.goal{
	width: 100%;
	
	padding-bottom: 0;
	
	background-image: none;
}
ul.flow li.goal .text{
	background-color: #f4e9da;
}





ul.normal{
	list-style-type: disc;
	padding-left: 1em;
}
ul.normal li{
	list-style-type: disc;
}



ul.n3c,
ul.n4c,
ul.n5c{
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
ul.n3c li{
	width: 31%;
	
	margin-bottom: 25px;
}
ul.n4c li{
	width: 24%;
	
	margin-bottom: 15px;
}
ul.n5c li{
	width: 19%;
	
	margin-bottom: 15px;
}
ul.n3c li .photo,
ul.n4c li .photo,
ul.n5c li .photo{
	width: 100%;
	
	line-height: 0;
}
ul.n3c li .photo img,
ul.n4c li .photo img,
ul.n5c li .photo img{
	width: 100%;
	height: auto;
}
ul.n3c li .caption,
ul.n4c li .caption,
ul.n5c li .caption{
	width: 100%;
	
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	
	margin: 5px 0 0;
}







ul.checkbox{
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.checkbox li{
	box-sizing: border-box;
	width: 33%;
	padding-right: 1%;
}
ul.checkbox.c05 li{
	box-sizing: border-box;
	width: 19%;
	padding-right: 1%;
}
ul.checkbox.fl li{
	box-sizing: border-box;

	width: auto;

	padding-right: 1%;

	white-space: nowrap;
}

ul.radiobtn{
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.radiobtn li{
	box-sizing: border-box;
	padding-right: 1%;
	
	white-space: nowrap;
}




/* --------------------------------------------------
  Page Footer
-------------------------------------------------- */

footer.common{
	width: 100%;
    height: 60px;
	background-color: #000;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

footer.common .copyright{
	font-size: 11px;
	color: #fff;
	text-align: center;
}




/* --------------------------------------------------
  Common
-------------------------------------------------- */

.pageTop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	
	width: 60px;
	
	z-index: 1100;
}
.pageTop img{
	width: 100%;
	height: auto;
}


.ivmvel{
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}







/* Common Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 900px){




}




/* Common Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width:899px){



}








/* Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 899px){


ul.users li{
    width: 30%;
    margin: 0 1.5% 20px;  
}





}





/* ---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 699px){


header.common {
    height: 100px;
}
header.common .mainArea{
	height: 100px;
}
header.common.sub {
    height: 140px;
}
header.common .title{
    box-sizing: border-box;
    
	width: 200px;
    height: 100%;
    
    display: flex;
    align-items: flex-end;
    
    padding-bottom: 10px;
}
header.common .title img{
    display: block;
    width: 100%;
    height: auto;
}
header.common .jaxagenelogo{
	top: 10px;
	left: 15px;
	
	width: 100px;
}

header.common nav.main{
	width: 40%;
	height: 100%;
    top: 0;
    right: 10px;
    
}
header.common nav.main ul{
    width: 100%;
    height: 60%;
    
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
header.common nav.main ul li{
    margin: 0 5px;
}
header.common nav.main ul li a{
    padding: 6px 20px;
    border-radius: 3px;
    
    font-size: 12px;
}
header.common nav.main ul li a.member{
    color: #fff;
    background-color: #666;
}
header.common nav.main ul li.profimg{
    margin: 0 10px 0 20px;
    line-height: 0;
}
header.common nav.main ul li.profimg img{
    width: 30px;
}
header.common nav.main ul li.name{
    margin: 0 10px 0 0;
    line-height: 1.0;
    
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}


#content{
    padding-top: 100px;
}
#content.sub{
    padding-top: 140px;
}




ul.users li{
    width: 47%;
    margin: 0 1.5% 20px;  
}





}





/* ---------------------------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 499px){



ul.users li{
    width: 100%;
    margin: 0 0 20px;
}





}









