@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav.gnav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.gnav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background-image: url("../images/back-img-c.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
}
#contents {
	width: 980px;
	margin: 0 auto;
    overflow-x: hidden;
}
header + #contents {
	padding-top: 50px;
	background-color: #FFFFFF;
}
header + #contents + div.digiuru01{
	padding-top: 0px;
}

.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
a {
	color: #1E98C4;
}
a:hover {
	color: #144d8d;
}
a.linkinfo{
	color: #ffffff;
	text-decoration: none;
}
a.link-entry{
	font-size: 22px;
	color: #1E98C4;
	border-bottom: solid 1px #1E98C4;
}
a.link-entry:hover{
	opacity:0.5;
}

	
h1 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
h1.topcopy{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	white-space: nowrap;
	text-shadow:
		2px 2px 2px #FFFFFF,
        -2px 2px 2px #FFFFFF,
        2px -2px 2px #FFFFFF,
        -2px -2px 2px #FFFFFF;
}
@media screen and (max-width:767px) {
	h1.topcopy{
		font-size: 4.25vw;
		bottom: 13%;
	}
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
}
h2 span {
	position: relative;
	font-size: 12px;
	bottom: 5px;
}
h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}
h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}
h2.contentTOP{
	letter-spacing: 1.5px; 
	font-weight: normal;
	padding: 0.35em 0em 0.25em; /*文字周りの余白*/
  color: #FFFFFF; /*文字色*/
  background: #2E3192; /*背景色*/
  border-bottom: solid 7px #FBD03A; /*下線*/
}
h2.contentTOP01{
    font-size: 250%;
	letter-spacing: 1.5px; 
	font-weight: normal;
	padding: 0.55em 0em 0.25em; /*文字周りの余白*/
  color: #FFFFFF; /*文字色*/
  background: #2E3192; /*背景色*/
  border-bottom: solid 7px #FBD03A; /*下線*/
}
h2.contentTOP01:after{
    font-size: 50%;
    content: '\Aの買取価格を調べる';
}
h2.contentTOP02{
    font-size: 200%;
	letter-spacing: 1.5px; 
	font-weight: normal;
	padding: 1em 0em 0.75em; /*文字周りの余白*/
    color: #FFFFFF; /*文字色*/
    background: #0157BD; /*背景色*/
    border-bottom: solid 10px #FBD03A; /*下線*/
}
@media screen and (max-width:767px) {
h2.contentTOP02{
	}
}


h2.contentMid{
	margin-top: 30px;
}


h3 {
	margin-bottom: 0.25em;
	font-size: 20px;
	font-weight: 700;
}

h4 {
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
	z-index: 10;
	padding: 10px 10%;
}
h4.introbox01{ /* スマホ表示限定の見出し部分 */
}
@media screen and (min-width:768px) {
h4.introbox01{
	visibility: hidden;
	margin: -60px;
	}
}
@media screen and (max-width:767px) {
h4.introbox01{
	border-bottom: 1px solid #000;
	padding: 5px 0px 20px 0px;
	visibility: visible;
	}
}
h4.point-midasi{
	border-bottom: solid 1px #000000;
}
h4.point-midasi2{
	border-bottom: solid 1px #000000;
	width: 100%;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

h7 {
	text-align: center;
	width: 75%;
	padding: 0 15px;
	font-size: 16px;
	background-color:#1F1F1F;
	border-radius: 20px;
}
h8{
	color: #0070c9;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.0em;
}

h8:after{
	font-size:75%;
	content: '\A を調べる！';
	white-space: pre;
}
h8:hover{
	border-bottom: solid 1px black;
}

@media screen and (max-width:767px) {
	h8{
		font-size: 3.5vw;
	}
}


p {
	text-align: center;
}
.blackline{
	 padding: 0 0;
	border-bottom: solid 1px black;
}
.blackline-short{
	margin: 3% 20%;
	border-bottom: solid 1px black;
}
.year_link{
	text-decoration: none;
	color: darkcyan;
	text-align: center;
}
.price-n {
	margin-bottom: 0;
	font-size: 180%;
	font-weight: bolder;
	color: red;
	padding: 0 15%;
}
.price-n:before {
	font-size: 65%;
	font-weight: normal;
	content: "最大買取額 ";
}
.price-n:after {
	font-size: 75%;
	content: "円";
}
.price-n2 {
    text-align: right;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bolder;
	color: red;
	padding: 0 10px;
}
.price-n2:before {
	font-weight: normal;
	content: "最大買取額 ";
}
.price-n2:after {
	content: "円";
}
.price-n2b {
    text-align: right;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: bolder;
	padding: 0 10px;
}
.price-n2b:before {
	font-weight: normal;
	content: "中古買取目安 ";
}
.price-n2b:after {
	content: "円";
}
.price-n3 {
    text-align: right;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bolder;
	color: red;
	padding: 0 10px;
}
.price-n3:before {
	font-weight: normal;
	content: "A買取額 ";
}
.price-n3:after {
	content: "円";
}
.price-n4 {
    text-align: right;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bolder;
	color: red;
	padding: 0 10px;
}
.price-n4:before {
	font-weight: normal;
	content: "B買取額 ";
}
.price-n4:after {
	content: "円";
}

.price-g {
	margin-bottom: 0;
	font-size: 110%;
	color: #7D7D7D;
	padding: 0 15%;
	line-height: 1.6em;
}

.price-g:after {
	color: red;
	font-size: 85%;
	content: "円から";
}
.under_title{
	text-align: left;
	width: 35%;
	margin: 0 10% 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #000000;
}
.under_title2{
	text-align: center;
	width: auto;
	margin: 0 10% 10px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #000000;
	font-weight: bold;
}

.under_caution{
	text-align: left;
	margin: 0 10%;	
}

font.price-g-value{
	color: red;
	font-size: 165%;
	font-weight: 700;
}
.price-g-value:before{
	font-size: 65%;
	font-weight: normal;
	content: "買取査定保証 "
}

@media screen and (max-width:767px) {
.price-g {
	text-align: center;
}
.price-n {
	text-align: center;
}
.under_title{
	width: 80%;
}
	
}


img {
	max-width: 100%;
	vertical-align: bottom;
	z-index: 5000;
}

em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

div .topdoorimg{
	margin: 20px;
	/* border: 1px solid #000000; */
}

.cource_top{
	margin: 20px 0;
	position: relative;
	display: flex;
}

.cource_select{
text-align: center;
font-size: 1.25em;
width: 50%;
margin: 0 5%;
padding: 20px 0 0 0;
position: relative;
border-radius: 15px;
}
.cource_select:after{
	color: #ffffff;
	font-size: 0.75em;
	content: "について"
}
.cource_select a.course_link{
	color: #ffffff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kaitori-inst{
	text-align :center;
	margin: 0 10%;
}
.kaitori-inst2{
	text-align :center;
	font-weight: 700;
	margin: 0 7%;
	padding: 15px;
	background-color:#F2FAFB;
}
.kaitori-inst3{
	text-align :center;
	font-weight: 700;
	margin: 0 7%;
	padding: 15px;
}

@media screen and (max-width:767px) {
	.cource_select{
		margin: 0 1%;
	}
}

label.select-1{
    display: block;
    width: 85%;
    color: #FFFFFF;
    background: #93A5FD;
    margin: -0.5em auto;
    padding: 5px;
    border-radius: 10px;
}
select.SearchPullDown{    
    display: inline-block;
    width: 30.0em;
    padding: 3px;
    border-radius: 5px;
}

@media screen and (max-width:767px) {
}



/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}
/* 左寄せ */
.left {
	text-align: left;
}
/* 右寄せ */
.right {
	text-align: right;
}
/* 写真中央寄せ */
.imgC {
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.imgC img {
	margin-bottom: 10px;
}
/* 写真左寄せ */
.imgL {
	text-align: left;	
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.imgL img {
	float: left;
	margin: 0 15px 0 0;
}
.imgL p.imgL-text{
	text-align: left;
	font-size: 105%;
	font-weight: 700;
}

p.SentenceText{
}

p.SentenceTextTop{
    margin: 15px 30px;
}


@media screen and (max-width:767px) {
.imgL {
	margin-bottom: 20px;
	text-align: center;
}
.imgL img {
	float: none;
}
.imgL p.imgL-text{
	text-align: center;
}
p.SentenceText{
    margin: 0px 5%;
}
p.SentenceTextTop{
    margin: 20px 5%;
}
p.SentenceTextTop br {display: none;}

}
/* 写真右寄せ */
.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.imgR img {
	float: right;
	margin: 0 0 0 10px;
}

@media screen and (max-width:767px) {
.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
.imgR img {
	float: right;
	margin: 0 0 10px 0;
}
}
/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}
/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after {
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}
/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	top: 0px;
	border-right: solid white 15px;
	border-left: solid white 15px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
    width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	z-index: 1;
	border: dotted 2px #B2B2B2;
	border-radius: 5px;
}

.threeCol .inner > a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.threeCol .inner a:hover{
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px #0070c9 inset;
	border-radius: 10px;
}

.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
	margin-top: -20%;
	z-index: 0;
}
.threeCol .inner img {
	width: 100%;
	z-index: 0;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		margin: 0 auto 20px;
	}
	.threeCol .inner {
		width :90%;
		margin:10px auto;
	}
}


/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin: 0px 15px 60px 15px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: calc((243 / 1024) *100%);
	height: auto;
	margin: 0 0 14px 0;
	padding: 20px 0 0 0;
	border: solid lightgray 1px;
	border-radius: 10px;
	z-index: 1;
}
.twoCol::after{
    content: "";
    display: block;
    width: calc((243 / 1024) *100%);  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}

.twoCol .inner > a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.twoCol .inner a:hover{
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 0 1px #0070c9 inset;
	border-radius: 10px;
}

.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
	z-index: 0;
}
.twoCol .inner img {
	width: 65%;
	z-index: 0;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.twoCol {
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :48%;
		margin:0 0 10px 0;
	}
}

/* 単一カラム統一用 */

.center-list .release-year{
	text-align: center;
	font-size: 150%;
	padding: 10px 10%;
}
.release-year:after{
	font-size: 75%;
	content: " 年モデル";
}

.center-list .inner .image-center {
	text-align: center;
	width: 60%;
	margin: auto;
	min-height: 0%;
}

.model-text{
	text-align: center;
}
.model-text:before{
	content: "モデル番号 (背面カバー) ";
}

.model-CPU-text{
	text-align: center;
}
.model-CPU-text:before{
	content: "CPUの例：";
}

@media screen and (max-width:767px) {
	.center-list .release-year{
	font-size: 150%;
	padding: initial;
	text-align: center;	
}
	.model-text{
	position: relative;
	padding: initial;
	text-align: center;
	}
	
	.model-CPU-text{
	position: relative;
	padding: initial;
	text-align: center;
	}
}


/* ここまで --- 単一カラム統一用 */
	

/* お知らせ */
.information {
	margin-bottom: 80px;
	margin: 0px 5%; 
}
.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}
.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
.information {
	margin-bottom: 40px;
}
.information dt {
	float: none;
	margin: 0;
	padding: 10px 0 0 0;
	vertical-align: top;
	border-bottom: none;
}
.information dd {
	margin: 0;
	padding: 0 0 10px 0;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #2E3192;
	z-index: 100;
	border-bottom: solid 1px #999;
}
header:after {
	content: "";
	display: block;
	clear: both;
}
header h1 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
}
header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
header h1 {
	padding: 0 0 0 10px;
}
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
nav.gnav:after {
	content: '';
	display: block;
	clear: both;
}
nav.gnav {
	display: block !important;
	float: right;
}
/* 共通 */
nav.gnav ul {
	margin: 0;
	padding: 0;
}
nav.gnav ul li {
	position: relative;
	line-height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.gnav ul li a {
	display: block;
	background: #2E3192;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
nav.gnav ul li:hover > a {
	color: #fff;
	background: #204DB4;
}
/* 1段目 */
nav.gnav > ul > li {
	position: relative;
	width: 120px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	line-height: 50px;
}
nav.gnav > ul > li.subnav a {
	padding-right: 20px;
}
nav.gnav > ul > li.subnav > a:after {
	position: absolute;
	content: "";
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -2.5px;
	margin-left: 10px;
	border: 5px solid transparent;
	border-top-color: #fff;
}
/* 2段目 */
nav.gnav ul li ul {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 180px;
	margin: 0;
	padding: 0;
}
nav.gnav ul li ul li {
	overflow: hidden;
	height: 0;
	color: #fff;
	transition: .2s;
}
nav.gnav ul li ul li a {
	padding: 0 15px;
	text-align: left;
	background: #333;
	font-weight: normal;
}
nav.gnav ul li ul li a:hover {
	background: #204DB4;
}
nav.gnav ul li:hover > ul > li {
	overflow: visible;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #555;
}
nav.gnav ul li:hover ul li:last-child {
	border-bottom: none;
}
nav.gnav > ul > li:last-child > ul {
	left: -60px;
}
nav.gnav ul li ul li ul:before {
	position: absolute;
	content: "";
	top: 17.5px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}
nav.gnav > ul > li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 17.5px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #fff;
}
/* 3段目 */
nav.gnav ul li ul li ul {
	top: 0;
	left: 100%;
}
nav.gnav ul li ul li ul li {
	width: 100%;
}
nav.gnav ul li ul li:hover > ul > li {
	border-bottom: 1px solid #555;
}
nav.gnav > ul > li:last-child > ul li ul {
	left: -100%;
}
nav.gnav ul li ul li ul li a {
	background: #444;
}
nav.gnav ul li ul li ul li a:hover {
	background: #666;
}
/* 3段目 */
nav.gnav > ul {
	display: block !important;
}
#spMenu {
	display: none;
}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
nav.gnav {
	display: none;
}
nav.gnav ul {
	margin: 0;
	padding: 0;
}
nav.gnav > ul {
	z-index: 2;
	overflow: auto;
	position: fixed;
	top: 50px;
	right: 0;
	width: 100%;
	height: 88%;
	height: -webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}
nav.gnav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #333;
	background: #000;
}
nav.gnav li:first-child {
	border-top: 0;
}
nav.gnav li:last-child {
	border-bottom: 0;
}
nav.gnav li a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #000;
}
nav.gnav li a:hover {
	color: #fff;
	background: #222;
}
nav.gnav ul ul {
	display: none;
	position: relative;
}
nav.gnav li li a {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 30px 10px 34px;
	text-align: left;
}
nav.gnav li li li a {
	padding: 10px 20px 10px 48px;
}
nav.gnav .subnav > a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #f1f1f1;
}
nav.gnav .subnav > a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #000;
}
nav.gnav .subnav a:hover:after {
	background: #222;
}
nav.gnav .subnav.active > a:before {
	margin-top: 0;
}
nav.gnav .subnav.active > a:after {
	margin-top: 5px;
}
.spMenuWrap {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background: transparent;
}
#spMenu {
	position: absolute;
	top: 10px;
	right: 10px;
}
#spMenu:hover {
	cursor: pointer;
}
#navBtn {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 5%;
	border: solid 1px #FFFFFF;
}
#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #f1f1f1;
	transition: .2s;
}
#navBtnIcon:before,  #navBtnIcon:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #f1f1f1;
	transition: 0.3s;
}
#navBtnIcon:before {
	margin-top: -6px;
}
#navBtnIcon:after {
	margin-top: 4px;
}
#navBtn .close {
	background: transparent;
}
#navBtn .close:before,  #navBtn .close:after {
	margin-top: 0;
}
#navBtn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#navBtn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #ddd;
}
.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}
.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}
.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #000;
}

@media screen and (max-width:767px) {
footer {
	margin-top: 40px;
}
.fnav {
	display: block;
	margin: 0;
}
.fnav > ul {
	width: 100%;
}
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #111;
}
.totop img:hover {
	background: #222;
}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 0px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
.inner {
	width: 100%;
}
#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 0px;
}
footer {
	width: 100%;
}
.lock {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
}
}

/* ポップアップ ここから */
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 50px 30px;
  box-sizing: border-box;
  color:#FFFFFF;
  background: #5B5B5B;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.25em;
  height: 0.25em;
  padding: 8px 8px;
  color: #fff;
  background:#000000;
  font-weight: bold;
  border-radius: 100%;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}

button.open_sesami {
	width: 8px;
	height: 8px;
	background-color: #FFFFFF;
    border-style: none;
	position: absolute;
}

/* ポップアップ ココまで */

/* 2022-06-29 追加 */
.TimeStamp{
    text-align: center;
    padding: 10px 0 0px;
    font-size: 0.75em;
}

/* 2022-09-27 追加 */
.formbuttonCommon{
	position: relative;
	display: inline-block;
	padding: 0px 20px;
	border-radius: 1em;
	font-size: 1em;
	overflow: hidden;
	z-index: 0;
}
.formbuttonCommon:hover{
  box-shadow: none;
  color: #000066;
  background: #ffffff;
  transform: translateY(2px);
}
.formbuttonCommon:active{
}

/* 2023-11-23 追加 */
h3.headline_cmp{
	padding: 3px 0 0px;
	color: #ffffff;
	background-color: #2E3192;
}
p.cp_p_style01{
    margin: 0 auto;
    max-width:700px; 
}
p.cp_p_style02{ /*注意書き用 */
    margin: 10px auto;
    max-width:700px;
    font-size: 85%;
}
@media screen and (max-width:767px) {
  .bar_list img {
    width: 49%;
  }
  p.cp_p_style01, p.cp_p_style02{
      width: 90%;
  }
}
.srctext{
	width: 30em;
	max-width: 90%;
    padding: 0.5em;
    border: 1px solid #999999;
    box-sizing: border-box;
    background: #f2f2f2;
}
.list-deco01{
    border:solid 1px #000000;
    margin: 5px 15%;
    padding: 10px 0px;
    position: relative;
}
.list-img-box{
    margin-left: 10px;
    margin-bottom: 6px;
}
img.list-img-pack{
    position: absolute;
    width: 80px;
    z-index: auto;
}
.list-deco02{
    text-align: left;
    margin: 0;
    padding: 0px 10px 0px 100px;
}
.list-deco03{
    border: solid 1px #FF7600;
    padding: 0 5px;
    font-size: 0.75em;
    color: #FF7600;
}
.list-deco04{
    font-size: 0.75em;
    margin-left: 5px;
}
@media screen and (max-width:767px) {
  .list-deco01 {
    margin: 15px 5%;
  }
}

/* 2023-12-15 追加 */
table.ResultTable{
    margin: 0 auto;
    width: 95%;
}
table.ResultTable caption{
    margin: 5px auto;
}
table.ResultTable th{
    color: #ffffff;
    font-size: 0.75em;
    background-color: #000000;
}
table.ResultTable td{
    font-size: 1.0em;
}

/* font color */
.fontRed{
    color: red;
}
.fontGrat{
    color: grey;
}