@charset "utf-8";

/*=======================================================

	Case History Platform CSS
	ATHR : Assiette Ltd.
	DATE : 2019/1

=======================================================*/


/*-------------------------------------
	reset
-------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, dt, dd, ol, ul, li,
th, td,
form, fieldset, input, textarea { margin: 0; padding: 0; outline: none;}

input{ vertical-align : middle ;}

select { margin: 0; }



/*-------------------------------------
	アピアランス
-------------------------------------*/

abbr, acronym { border:0 none; }
q::before, q::after { content:""; }
img { width: auto; max-width: 100%; height: auto; max-height: 100%; border:0 none; vertical-align:bottom; }
object { outline:none; }
table { border-spacing:0; border-collapse: collapse; border-spacing: 0; word-break: break-all; word-wrap: break-word; }
*:first-child+html table { border-collapse:collapse; }	/* IE 7 */
* html table { border-collapse:collapse; }				/* IE 6 */
caption { text-align:left; }
th,
td { text-align:left; vertical-align:middle; empty-cells:show; }
fieldset { border:0 none; }
label { cursor: pointer; }
iframe { margin: 0; padding: 0; width: 100%; overflow:auto; border: none;}

/* 全対応 */
*, *:before, *:after {
	font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	box-sizing: border-box;
	}

@media all and (-ms-high-contrast:none) {
*, *:before, *:after {
	font-family: "Noto Sans JP", "メイリオ",Meiryo,"游ゴシック体", "游ゴシック Medium", "Yu Gothic", "Yu Gothic Medium","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
	}
}


/*-------------------------------------
	文字装飾
-------------------------------------*/

h1, h2, h3, h4, h5, h6 { position: relative; margin-bottom: 20px; color: #1F3346; font-size: 26px; font-weight: normal; font-style: normal; line-height: 1; text-align: center; }
p, address, blockquote, pre, div,
abbr, acronym, dfn, cite, q, code, kbd, samp, var,
dl, ol, ul,
caption, th { font-weight:normal; font-style:normal; }
em, strong, optgroup { font-weight:bold; font-style:normal; }


/*-------------------------------------
	HTML5
-------------------------------------*/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { position:relative; display:block; margin:0 0 0 0; padding:0 0 0 0; }


/*-------------------------------------
	要素
-------------------------------------*/

html { position: relative; width: 100%; min-width: 1020px; min-height: 100%; font-size: 16px; text-align: center; background: #FFF; }

body {
	padding: 0;
	width: 100%;
	min-width: 1020px;
	color:  #333;
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust : none;
	 -webkit-text-size-adjust: 100%;
	}


/* links */
a, input, object{ outline:none; }

a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #0079C5;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}

a:hover { text-decoration: underline; }
a:visited {	color: #007BC7; }
a:active { color: #007BC7; text-decoration:none; }

a *,
a:before,
a:after { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

::selection { color: #FFF !important; background: #007BC7; }
::-moz-selection { color: #FFF !important; background: #007BC7; /* Firefox */ }

/* form関係 */
input, select, optgroup, textarea, label, kbd { vertical-align: middle; }

input[type="hidden"]{ display: none;}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
select,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	color: #111;
	font-size: 16px;
	line-height: 1;
	background: #F2F7FF;
	border: 1px solid #CADCEA;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

input:hover,
select:hover,
textarea:hover { box-shadow: 0 2px 6px rgba(1, 120, 197, 0.2); }

input:focus,
select:focus,
textarea:focus { background-color: #FFF !important; border-color: rgba(0, 121, 197, 0.6) !important; box-shadow: 0 2px 10px rgba(1, 120, 197, 0.3); outline: none; }

input:disabled,
select:disabled,
textarea:disabled { background-color: #F5F5F5; border-color: #CCC !important;}

fieldset { display: inline-block; margin: 0 10px 0 0; }

input[type="number"] { -moz-appearance:textfield; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

textarea { padding: 6px; max-width: 100%; height: 120px; text-align: left !important; vertical-align: text-top;}
textarea.large { height: 240px; }

:placeholder-shown { color: #A9C5DA !important; }
::-webkit-input-placeholder { color: #A9C5DA !important; }
:-moz-placeholder { color: #A9C5DA !important; }
::-moz-placeholder { color: #A9C5DA !important; }
:-ms-input-placeholder { color: #A9C5DA !important; }

.select_box { display: inline-block; position: relative; min-width: 120px; }
.select_box:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	width: 12px;
	height: 12px;
	border: none;
	border-left: 4px solid #bbd0e0;
	border-bottom: 4px solid #bbd0e0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
}
input[type="text"] + span,
input[type="number"] + span,
.select_box + span { margin: 0 20px 0 10px; }
input[type="text"] + span:last-child,
input[type="number"] + span:last-child,
.select_box + span:last-child { margin-right: 0; }

select { padding: 0 30px 0 10px; width: 100%; -moz-appearance: none; -webkit-appearance: none; }
select::-ms-expand { display: none; }
select option { margin: 0; padding: 3px 8px; font-size: 16px; font-style: normal; background: #FFF; }
select option:checked { color: #FFF !important; background-color: #007BC7; }
select option:disabled { color: #999 !important; background: #FFF; }

form input.XL  { width: 600px; }
form input.LL  { width: 480px; }
form input.L   { width: 360px; }
form input.M   { width: 240px; }
form input.S   { width: 180px; }
form input.MS  { width: 120px; }
form input.SS  { width: 60px; }
form input.SSS { width: 40px; }

form textarea.S { height: 120px; }

/*　radio, checkbox　*/
input[type=radio],
input[type=checkbox] { display: inline-block; position: relative; top: -1px; margin-right: 6px; vertical-align: middle; }

label { display: inline-block; position: relative; margin-right: 40px; padding: 0; min-height: 22px; cursor: pointer; }
label:last-of-type { margin: 0; }
label span { display: block; position: relative; font-size: 18px; }

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] { display: none; margin: 0; }
	
    input[type=radio] + span,
    input[type=checkbox] + span { padding: 0 0 0 30px; }
	
    input[type=radio] + span:before,
    input[type=checkbox] + span:before {
		content: "";
		position: absolute;
		display: block;
		top: 50%;
		left: 0;
		margin-top: -10px;
		width: 22px;
		height: 22px;
		background: #f6fbff;
		border: 1px solid #CADCEA;
		border-radius: 3px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
    input[type=radio] + span:before { border-radius: 30px; }
	
    input[type=radio] + span:hover:before,
    input[type=checkbox] + span:hover:before { box-shadow: 0 2px 6px rgba(1, 120, 197, 0.2); }
	
    input[type=radio]:checked + span:before,
    input[type=checkbox]:checked + span:before { background-color: #FFF; border-color: rgba(0, 121, 197, 0.6); }

    input[type=radio]:checked + span:after,
    input[type=checkbox]:checked + span:after { content: ""; position: absolute; display: block; top: 50%; }
    input[type=radio]:checked + span:after { left: 6px; margin-top: -4px; width: 10px; height: 10px; background: #007BC7; border-radius: 8px; }
    input[type=checkbox]:checked + span::after {
        left: 5px;
        margin-top: -8px;
        width: 22px;
        height: 10px;
		border: none;
        border-left: 4px solid #007BC7;
        border-bottom: 4px solid #007BC7;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
		}
	}

/* error */
input.error,
select.error,
textarea.error { background: #fff7f9; border-color: #ff99ae; }

input.error:hover,
select.error:hover,
textarea.error:hover { box-shadow: 0 2px 6px rgba(255, 56, 98, 0.2); }

input.error:focus,
select.error:focus,
textarea.error:focus { border-color: #ff87a0 !important; box-shadow: 0 2px 10px rgba(255, 56, 98, 0.3); outline: none; }

.error:placeholder-shown { color: #ff3862 !important; }
.error::-webkit-input-placeholder { color: #ff3862 !important; }
.error:-moz-placeholder { color: #ff3862 !important; }
.error::-moz-placeholder { color: #ff3862 !important; }
.error:-ms-input-placeholder { color: #ff3862 !important; }

p.error,
ul.error { margin: 5px 0 0 !important; color: #ff3862 !important; }
ul.error li { margin: 0; }

/* button ボタン デフォルト */
button,
.btn {
	display: inline-block;
	position: relative;
	top: 0;
	padding: 0 15px;
	width: auto;
	min-width: 110px;
	height: 40px;
	color: #FFF !important;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	line-height: 38px;
	background: #007BC7;
	border: none;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	outline: none !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

button:not(:disabled):hover,
.btn:not(:disabled):hover { background: #27ACFF; }

.btn.file input[type=file] { display: none; }

/* .white */
button.white,
.btn.white { color: #007BC7 !important; background: none; border: 1px solid #007BC7; }

button.white:not(:disabled):hover,
.btn.white:not(:disabled):hover { background: #f2f2f2; background: rgba(0, 123, 199, 0.1); }

/* .gray */
button.gray,
.btn.gray { min-width: 120px; background: #666; }

button.gray:not(:disabled):hover,
.btn.gray:not(:disabled):hover { background: #AAA; }

/* .mini */
button.mini,
.btn.mini { min-width: 0; height: 32px; font-size: 15px; line-height: 32px; }

button.white.mini,
.btn.white.mini { line-height: 30px; }

/* disabled */
button:disabled,
button:disabled:hover{ cursor: default; opacity:.6; -webkit-filter: none; filter: none; }

/* table */
table { margin: 0 auto; width: 100%; border-top: 1px solid #E6E6E6; border-left: 1px solid #E6E6E6; border-collapse: separate; border-spacing: 0;}
th, td { padding: 10px; font-size: 14px; line-height: 1.4; text-align: left; border-bottom: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6; vertical-align: top;}
th { font-size: 16px; font-weight: bold; background-color: #F0F0F0; }

/* list dl リスト・定義 */
ul { list-style: none; list-style-position: inside; }
ol { margin: 0; padding-left: 20px;}
td ul.disc,
td ol { margin-left: 20px;}

li { position: relative; text-align: left; line-height: 140%; }


dl { margin: 0 auto 40px; padding: 0; width: 100%; text-align: left; }
dt,dd { padding: 0; text-align: left; line-height: 1.2; vertical-align: top; }
dt { font-weight: bold; }

/* 文字装飾 */
em { color: #971B20; font-weight: normal;}
small { font-size: 13px;}
i { font-style: normal; font-weight:  normal;}
mark { padding: 3px 8px; background-color: #FFF7F5; color: #000; font-style: italic;}
u { text-decoration: none;}


/* 罫線 */
hr {
	clear: both;
	position: relative;
	display: block;
	margin: 60px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #CCC;
	text-shadow: none;
	z-index: -20;
	}


/*-----------------------------------------
	header ヘッダ（共通） 
-----------------------------------------*/

header { padding: 35px 0; width: 100%; min-width: 1020px; z-index: 200; background: #F8FAFC; border-bottom: 1px solid #CADCEA; }
header .inner { position: relative; }

header h1 { margin: 0; text-align: left; }
header h1 img { display: block; height: 46px; }
header h1 a { display: inline-block; }
header h1 a:hover { opacity: .6; }

header #HeadBtns { position: absolute; top: -24px; right: 30px; font-size: 16px; }
header #HeadBtns a { display: inline-block; margin: 0 0 0 30px; padding: 0 0 0 25px; min-height: 16px; color: #999 !important; line-height: 1.2; text-decoration: none; background: left center no-repeat; }
header #HeadBtns a.mail { background-image: url("/member/images/icon-mailG.svg"); }
header #HeadBtns a.logout { background-image: url("/member/images/icon-logoutG.svg"); }
header #HeadBtns a:hover { color: #007BC7 !important; }
header #HeadBtns a.mail:hover { background-image: url("/member/images/icon-mailB.svg"); }
header #HeadBtns a.logout:hover { background-image: url("/member/images/icon-logoutB.svg"); }

header nav { position: absolute; right: 30px; bottom: -36px; }
header nav ul { display: table; }
header nav li { display: table-cell; position: relative; margin: 0; }
header nav a { display: block; padding: 15px 40px; min-width: 180px; color: #666 !important; font-size: 19px; text-align: center; text-decoration: none !important; border: 1px solid #CADCEA; border-left: none; }
header nav li:hover a { color: #1F3346 !important; background: #FFF; }

header .current  a { color: #1F3346 !important; font-weight: bold; background: #FFF; border-bottom-color: #FFF; }
header .current:before,
header .current:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: #007BC7; }
header .current:after { top: auto; bottom: -1px; left: 1px; width: 98%; width: calc(100% - 2px); height: 8px; background: #FFF; }

header nav .tri > a { border-left: 1px solid #CADCEA; }


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

.inner { margin: 0 auto; padding: 0 30px; max-width: 1260px; }
.inner section { margin: 0 0 40px; }

main { display: block; margin: 60px 0 110px; }

article { margin: 0 0 60px; }
article h2 { display: inline-block; }
article h2 span { display: block; position: relative; margin: 6px auto 0; color: #007AC6; font-size: 14px; }
article h2:before,
article h2:after { content: ""; display: block; position: absolute; top: 50%; left: -30px; width: 15px; height: 2px; background: #007BC7; }
article h2:after { left: auto; right: -30px; }

article h3 { margin: 0; padding: 20px; font-size: 20px; font-weight: bold; line-height: 1.2; text-align: left; border-bottom: 1px solid #CADCEA; }
article h3 + .right { margin: -53px 15px 12px; }

article section { margin: 0 0 40px; background: #FFF; border: 1px solid #CADCEA; box-shadow: 0 5px 15px rgba(213, 228, 239, 0.5); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
article section:hover { box-shadow: 0 10px 30px rgba(213, 228, 239, 0.6); }
article p { line-height: 1.6; }


/*-------------------------------------
	footer
-------------------------------------*/

#PageTop { position: fixed; right: 20px; bottom: 20px; }
#PageTop a { display: block; width: 64px; height: 64px; background: #007BC7 url("/member/images/pagetop.svg") center center no-repeat; border-radius: 50%; cursor: pointer; opacity: .4; }
#PageTop a:hover { opacity: 1; }

footer { position: absolute; left: 0; bottom: 0; margin:0; width: 100%;}
footer #Copyright { padding: 0 0 20px; color: #9EB4C6; font-size: 12px; text-align: center; }
footer #Copyright a { display: inline-block; margin: 0 auto 15px; font-size: 13px; }


/*-------------------------------------
			CSS end
-------------------------------------*/