@charset "utf-8";

/* CSS Document　licenseqaのcss */
#maincontents {
	width:880px;
	margin-right: auto;
	margin-left: auto;
	}
.title {
    display: block;
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
    background: #000063;
    position: relative;
    color: #fff;
    border-top: 2px solid #000063;
    border-bottom: 2px solid #000063;
    height: 90px;
    line-height: 86px;
}
/*
topへ戻る
----------------------- */
.fade {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-weight: 600;
}
.fade a {
    display: block;
    background-color: #060669;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 7px;
	/*filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;*/
    border: 1px solid #fff;
    border-radius: 5px;
}
.fade a:hover {
    display: block;
    background-color: #060669;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 7px;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
/* ------------------------------------------------------------------------------
共通設定
------------------------------------------------------------------------------ */
#maincontents h3 {
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 8px;
	}
/*#maincontents h4 {
	font-size: 150%;
	font-weight: 400;
	text-align: center;
	margin: 2em 0;
	}*/
.table01, .table02 {
	width: 100%;
	font-size: 100%;
	}
.table02 div.th {
	width: 50%;
	}
.textUL {
	text-decoration: underline;
	}
/*
maincontents ul menu
----------------------- */
#maincontents ul.menu01 {
	font-size: 110%;
	font-weight: 400;
	margin-left: 40px;
	margin-top: 10px;
	}
#maincontents ul li {
	list-style-type: none;
	padding-top: 0.3em;
	}
#maincontents ul.menu01 li a {
	display: block;
	color: #151515;
	text-decoration: none;
	font-weight: 600;
	margin: 0.3em;
	}
#maincontents ul.menu01 li:last-child {
	margin-bottom: 50px;
	}
#maincontents ul.menu01 li a:hover {
	text-decoration: underline;
	color: #2E64FE;
	}
#maincontents ul.menu02 {
	font-size: 120%;
	margin-left: 40px;
	margin-top: 2em;
	}
#maincontents ul.menu02 li {
	margin-bottom: 1em;
	}
/*
他ページからのリンクでメニュー分表示をずらす
----------------------- */
#kakikata {
	margin-top: -120px;
	padding-top: 120px;
	}
/*
maincontents Q and Aまわり
----------------------- */

#maincontents dl {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 105%;
	}
#maincontents dt {
	background: url(../img/iconQ.png) no-repeat;
	padding: 5px 30px 8px 30px;
	line-height: 1.4em;
	}
#maincontents dd {
	background: url(../img/iconA_pink.png) no-repeat;
	background-position: 0px 5px;
	margin: 0px 30px 15px 20px;
	padding: 10px 5px 10px 30px;
	line-height: 1.4em;
	}
#maincontents dd a {
	line-height: 0.1;
	text-decoration: underline;
	}
#maincontents dd li {
	margin: 0px 20px 10px 0px;
	line-height: 1.4em;
	}
#maincontents dd .nList li {
	list-style-type: square;
	margin-left: 20px;
	}
#maincontents dd .nList02 li {
	list-style-type: square;
	margin-top: 1em;
	margin-left: 40px;
	line-height: 1.3em;
	}
#maincontents dd .nList03 li {
	list-style-type: square;
	margin: 0 auto 0 80px;
	}
#maincontents dd p {
	margin-bottom: 1em;
	line-height: 1.4em;
	}
#maincontents .attention {
	font-size: 85%;
	}
#maincontents ol li:first-child {
	margin-top: -1em;
	}
#maincontents ol li {
	margin-bottom: 0em;
	}
/*
maincontents テーブル
----------------------- */
.tabletitle {
	font-size: 110%;
	width: 80%;
	margin: 10px auto 1px auto;
	padding: 8px;
	line-height: 1.3em;
	background: linear-gradient(rgba(224, 230, 248,0.5), rgba(224, 230, 248,1));
	}
.table01,.table02,.table03{
	display: table;
	width: 80%;
	font-size: 100%;
	margin: 10px auto 10px auto;
}
.table03{
	display: table;
	width: 80%;
	font-size: 100%;
	margin: 2px auto 10px auto;
}
.table01 div.th,div.td {
	display: table-cell;
	border-bottom: 1px solid #fff;
	padding: 8px;
	}
.table02 div.th,div.th01,div.td {
	display: table-cell;
	border-bottom: 1px solid #fff;
	padding: 8px;
	}
.table03 div.th,div.th01,div.td {
	display: table-cell;
	border-bottom: 1px dotted #777;
	padding: 8px;
	}
.table01 div.tr {
	display: table-row;
	}
.table02 div.tr {
	display: table-row;
	}
.table03 div.tr {
	display: table-row;
	}
.table01 div.th {
	background: linear-gradient(rgba(224, 230, 248,0.5), rgba(224, 230, 248,1));
	border-bottom: solid 2px #fff;
	width: 30%;
	line-height: 1.3em;
	}
.table03 div.th {
	/*background: linear-gradient(rgba(224, 230, 248,0.5), rgba(224, 230, 248,1));*/
	background: linear-gradient(rgba(240, 240, 240,0.2), rgba(240, 240, 240,0.8));
	border-bottom: 1px solid #fff;
	width: 50%;
	line-height: 1.3em;
	}
.table01 .td {
	background: linear-gradient(rgba(240, 240, 240,0.2), rgba(240, 240, 240,0.8));
	border-bottom: solid 2px #fff;
	line-height: 1.3em;
	}
.table03 .td {
	background: linear-gradient(rgba(240, 240, 240,0.2), rgba(240, 240, 240,0.8));
	border-bottom: 1px solid #fff;
	line-height: 1.3em;
	}
.table02 div.th, div.th01 {
	background: linear-gradient(rgba(224, 230, 248,0.5), rgba(224, 230, 248,1));
	border-bottom: solid 2px #fff;
	width: 30%;
	}
.table02 .td {
	background: linear-gradient(rgba(240, 240, 240,0.2), rgba(240, 240, 240,0.8));
	border-bottom: solid 2px #fff;
	}
/*------
スプリアス部分を赤にする設定（長いよ…）
----------------------------------------*/
#maincontents #red {
    padding-bottom: 50px;
    }
#maincontents #red .title a {
    background: #b71c24;
    border-top: 2px solid #b71c24;
    border-bottom: 2px solid #b71c24;
    }
#maincontents #red .title a::before {
    background: #fff;
    left: 63%;
    }
#maincontents #red .title a::after {
    background: #b71c24;
    left: 62.7%;
    }
#maincontents #red .title a:hover {
    background: #fff;
    color: #b71c24;
    }
#maincontents #red .title a:hover::before {
    background: #b71c24;
    }
#maincontents #red .title a:hover::after {
    background: #fff;
    }
#maincontents #red .content01 .arrow {
    background: linear-gradient(#ffffff, #b71c24);
    }
#maincontents #red .content01 .arrow::after {
    border-top: 32px solid #b71c24;
    }
#maincontents #red .content01 h2 {
    color: #b71c24;
    }
#maincontents #red h2::before {
    border-left: 8px solid #b71c24;
    }
#maincontents #red h2 a::before {
    background: #b71c24;
    }
#maincontents #red h3 {
    color: #b71c24;
    }
#maincontents #red .menu01 li a {
    color: #b71c24;
    }
/* ------------------------------------------------------------------------------
for tablet
------------------------------------------------------------------------------ */
@media only screen and (min-width:376px) and (max-width:821px) {
/*tablet用のcssを記述*/
#maincontents {
	width:96%;
	margin-right: auto;
	margin-left: auto;
	}
#maincontents h3 {
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 8px;
	}
#maincontents dt {
	background: url(../img/iconQS.png) no-repeat;
	}
#maincontents dd {
	background: url(../img/iconA_pinkS.png) no-repeat;
	}

}/* ←タブレット@media指定の〆
/* ------------------------------------------------------------------------------
for smartphone
------------------------------------------------------------------------------ */
@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
#maincontents {
	width:96%;
	margin-right: auto;
	margin-left: auto;
	}
#maincontents h3 {
	font-size: 120%;
	font-weight: 400;
	margin-bottom: 8px;
	}
#maincontents dl {
	margin: 10px;
	}
#maincontents dt {
	background: url(../img/iconQS.png) no-repeat;
	}
#maincontents dd {
	background: url(../img/iconA_pinkS.png) no-repeat;
	}
#maincontents .table01 {
	margin: 0;
	padding: 0;
	width: 100%;
	}
#maincontents .table01 div.th {
	width: 40%;
	line-height: 1.3em;
	}
#maincontents .table01 div.td {
	line-height: 1.3em;
	}
}/* ←スマホ@media指定の〆
}