@charset "utf-8";

@media screen and (min-width:1025px),print {

/* ============================================================
common
============================================================ */

html {
	overflow:auto;
}

body {
	overflow: hidden;
	min-width: 1200px;
}

.sp {
	display: none !important;
}

a:hover,
button:hover {
	opacity: 0.75;
	transition: opacity 0.1s ease-in;
}

/* ============================================================
header
============================================================ */

/* aside.skip
-------------------------------------------------------------*/

aside.skip {
	position: relative;
	width: 100%;
	height: 0;
	top: -9999px;
	left: 0;
	z-index: 99999;
	text-align: center;
	background: #ddd;
	overflow: hidden;
}
aside.skip a {
	color: #000;
}
aside.skip.show {
	height: 30px;
	padding: 8px 0 0;
	top: 0;
	text-align: center;
}

aside.prld {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	color: rgba(255,255,255,0);
}

/* header
-------------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	min-width:1200px; 
	height: 80px;
	border-bottom: solid 1px #ccc;
	background: #fff;
	transition: height 0.1s;
}
header a {
	color: #333;
	text-decoration: none;
}

/* ttl */

header .ttl {
	position: absolute;
	top: 21px;
	left: 27px;
	transition: top 0.1s;
}
header .ttl a {
	display: block;
}
header .ttl img {
	width: 201px;
	height: 42px;
}
header .btn_f,
header .btn_m {
	display: none;
}

/* back */

header .close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	transition: all 0.1s;
}
header .close img {
	width: 60px;
	height: 60px;
}

/* font */

header .font {
	position: absolute;
	top: 24px;
	right: 113px;
	z-index: 3;
	display: table;
	width: 134px;
	font-size: 1.3rem;
	transition: all 0.1s;
}
header .font.on {
	box-shadow: 0 0 12px #ccc;
}
header .font dt a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	width: 134px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	opacity: 1 !important;
}
header .font dt a:hover,
header .font.on dt a {
	border: none;
	background: #0068a5;
	color: #fff;
	transition: all 0.2s;
}
header .font dt a:after {
	content: "";
	display: inline-block;
	position: relative;
	top: 1px;
	left: 2px;
	width: 9px;
	height: 5px;
	margin-left: 4px;
	background: url("../img/icon_down_blue.svg");
	background-size: 9px 5px;
}
header .font dt a:hover:after {
	background: url("../img/icon_down_white.svg");
}
header .font.on dt a:after {
	background: url("../img/icon_up_white.svg");
}
html.s header .font dt a:after,
html.sb header .font dt a:after {
	position: relative;
	top: -2px;
}

header .font dd {
	display: none;
	padding: 10px 0 12px;
	background: #fff;
	text-align: center;
}
header .font.on dd {
	display: block;
}
header .font dd a {
	display: block;
	padding: 10px 0 8px;
}

header .font dd a span {
	padding-bottom: 1px;
	border-bottom : solid 2px #fff;
}

/* ============================================================
 main
============================================================ */

main {
	margin-top: 160px;
	font-size: 1.6rem;
	color: #666;
}
main a {
	color: #333;
	text-decoration: none;
}

/* aside.title
-------------------------------------------------------------*/

aside.title {
	width: 500px;
	margin: -30px auto 40px;
}
aside.title p {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 2.8rem;
	color: #000;
}


/* section
-------------------------------------------------------------*/

main section {
	width: 1024px;
	min-width: 1024px;
	margin: 0 auto;
}

main section img {
	display: block;
}

p.num {
	margin-bottom: 18px;
	line-height: 1;
	font-size: 1.4rem;
	color: #666;
}
h1 {
	margin-bottom: 42px;
	line-height: 1.25;
	font-size: 2.8rem;
	color: #000;
}

div.media {
	width: 490px;
	float: left;
}

p.pic {
	position: relative;
	width: 490px;
	height: 490px;
	margin-bottom: 11px;
}
p.pic img {
	width: 490px;
	height: 490px;
}

ul.pic {
	float: left;
}
ul.pic li {
	float: left;
	position: relative;
	margin-right: 7px;
}
ul.pic img {
	width: 76px;
	height: 76px;
}
ul.pic img:hover {
	opacity: 0.8;
	transition: opacity 0.1s;
}
ul.pic a.on:after {
	content: url("../img/img_frame.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 76px;
	height: 76px;
}
p.movie img:hover {
	opacity: 0.6;
	transition: opacity 0.1s;
}

div.text {
	float: right;
	width: 490px;
}

div.text a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-bottom: 2px;
	border: solid 1px #0068A6;
	line-height: 1;
	text-decoration: none;
	color: #0068A6;
	font-size: 1.4rem;
	transition: all 0.2s;
	opacity: 1;
}
div.text a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #0068A6;
	transform: scale(0,1);
	opacity: 0;
	transition: all 0.2s;
}
div.text a:hover {
	color: #fff;
}
div.text a:hover::before {
	opacity: 1;
	transform: scale(1,1);
}


table.code {
	width: 490px;
	margin-bottom: 28px;
	border-top: solid 1px #0068A6;
	line-height: 1.25;
	font-size: 1.6rem;
	color: #666;
}
table.code th,
table.code td {
	padding: 15px 0 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
}
table.code th {
	width: 11rem;
}
table.code td:nth-of-type(1) {
	max-width: 210px;
	word-break: break-all;
}
table.code td a {
	float: right;
	width: 111px;
	height: 30px;
}

p.copy {
	margin-bottom: 30px;
	line-height: 1.25;
	font-size: 2.2rem;
	color: #333;
}

ul.hashtag {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
ul.hashtag li {
	display: flex;
	align-items: center;
	height: 27px;
	margin: 0 10px 10px 0;
	padding: 0 0.5em 2px;
	background: #E6E6E6;
	border-radius: 4px;
	line-height: 1;
	font-size: 1.4rem;
	color: #828282;
}

ul.download {
	width: 490px;
	border-top: solid 1px #ccc;
}
ul.download li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 12px;
	border-bottom: solid 1px #ccc;
	line-height: 1.25;
	font-size: 1.6rem;
	color: #000;
	overflow: hidden;
}
ul.download li span {
	position: relative;
	display: inline-block;
	max-width: calc(490px - 120px);
	padding-left: 2.4em;
	word-break: break-all;

}
ul.download li span.pdf::before {
	content: '';
	position: absolute;
	top: -0.2em;
	left: 0;
	width: 1.5em;
	height: 1.7em;
	background: url("../img/icon_pdf.svg") no-repeat;
	background-size: auto 1.7em;
}
ul.download li span.zip::before {
	content: '';
	position: absolute;
	top: -0.2em;
	left: 0;
	width: 1.5em;
	height: 1.7em;
	background: url("../img/icon_zip.svg") no-repeat;
	background-size: auto 1.7em;
}
ul.download li a {
	width: 111px;
	height: 30px;
	background: #0068A6;
	color: #fff;
}
ul.download li a::before {
	background: #fff;
}
ul.download li a:hover {
	color: #0068A6;
}



ul.button {
	clear: both;
	margin: 0 0 78px;
	padding: 80px 0 0;
}
ul.button a {
	margin: 0 auto 10px;
}

table.spec {
	width: 100%;
	margin: 0 0 120px;
}
table.spec th,
table.spec td {
	padding: 17px 28px 16px 28px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	text-align: left;
	vertical-align: middle;
	font-size: 1.6rem;
	line-height: 1.75;
}
table.spec th {
	width: 165px;
	width: 11em;
	background: #faf8f2;
}
table.spec td {
	/* word-break: break-all; */
}
table.spec a {
	color: #0068A6;
	text-decoration: underline;
}
table.spec a[href$='.pdf']:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.4em;
	width: 1.35em;
	height: 1.5em;
	margin-left: 0.3em;
	background: url("../img/icon_pdf.svg") no-repeat;
	background-size: auto 1.5em;
	text-decoration: none;
}
table.spec a[href$='.zip']:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 0.4em;
	width: 1.35em;
	height: 1.5em;
	margin-left: 0.3em;
	background: url("../img/icon_zip.svg") no-repeat;
	background-size: auto 1.5em;
	text-decoration: none;
}


p.button_blk {
	margin: 0 0 120px;
}
p.button_blk a {
	margin: 0 auto;
}



/* link
-------------------------------------------------------------*/

/* a.button */

main section .button a,
main section a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 44px;
	width: 315px;
	padding-bottom: 1px;
	border: solid 1px #0068A6;
	line-height: 1;
	text-decoration: none;
	color: #0068A6 !important;
	transition: all 0.2s;
	opacity: 1;
}
main section .button a::after,
main section a.button::after {
	content: '';
	position: absolute;
	top: 16px;
	right: 20px;
	z-index: 1;
	width: 19px;
	height: 7px;
	background-image: url("../img/arrow_r_blue.svg");
	background-repeat: no-repeat;
	background-size: 19px 7px;
	transition: all 0.2s;
}
main section .button a[target=_blank]::after,
main section a[target=_blank].button::after {
	top: 12px;
	right: 14px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-image: url("../img/icon_blank.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	transition: all 0.2s;
}
main section .button a::before,
main section a.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #0068A6;
	transform: scale(0,1);
	opacity: 0;
	transition: all 0.2s;
}
main section .button a:hover,
main section a.button:hover {
	color: #fff !important;
}
main section .button a:hover::after,
main section a.button:hover::after {
	background-image: url("../img/arrow_r_white.svg");
}
main section .button a[target=_blank]:hover::after,
main section a[target=_blank].button:hover::after {
	background-image: url("../img/icon_blank_white.svg");
}
main section .button a:hover::before,
main section a.button:hover::before {
	opacity: 1;
	transform: scale(1,1);
}

/* a.button_blk */

main section .button_blk a,
main section a.button_blk {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 44px;
	width: 315px;
	padding-bottom: 1px;
	border: solid 1px #3e3a39;
	line-height: 1;
	text-decoration: none;
	color: #fff !important;
	background: #3e3a39;
	transition: all 0.2s;
	opacity: 1;
}
main section .button_blk a::after,
main section a.button_blk::after {
	content: '';
	position: absolute;
	top: 16px;
	left: 20px;
	z-index: 1;
	width: 19px;
	height: 7px;
	background-image: url("../img/arrow_l_white.svg");
	background-repeat: no-repeat;
	background-size: 19px 7px;
	transition: all 0.2s;
}
main section .button_blk a::before,
main section a.button_blk::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scale(0,1);
	opacity: 0;
	transition: all 0.2s;
}
main section .button_blk a:hover,
main section a.button_blk:hover {
	color: #000 !important;
}
main section .button_blk a:hover::after,
main section a.button_blk:hover::after {
	background-image: url("../img/arrow_l_black.svg");
}
main section .button_blk a:hover::before,
main section a.button_blk:hover::before {
	opacity: 1;
	transform: scale(1,1);
}

/* ============================================================
footer
============================================================ */

footer {
	padding: 23px 0 20px;
	border-top: solid 1px #ccc;
	border-bottom: solid 10px #0068A6;
}

footer aside p {
	text-align: center;
	font-size: 1.2rem;
	color: #959595;
}

/* a.gotop
-------------------------------------------------------------*/
footer a.gotop {
	display: none;
	position: fixed;
	bottom: 23px;
	right: 23px;
	z-index: 10;
	width: 74px;
	height: 74px;
	background: url("../img/btn_gotop.svg");
	background-size: 74px;
	opacity: 0.85;
}
footer a.gotop:hover {
	opacity: 0.6 !important;
}

/* ============================================================
cookie
============================================================ */

.wrap_cookie {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background: rgba(239, 239, 239, 0.9);
    z-index: 5;
}
.wrap_cookie .inner {
    position: relative;
    width: 840px;
    margin: 0 auto;
}
.wrap_cookie .cookie_l {
    width: 78%;
}
.wrap_cookie .cookie_l p {
    font-size: 1.3rem;
    line-height: 20px;
    color: #000;
}
.wrap_cookie .cookie_l p a{
    color: #0068A6;
    text-decoration: none;
}
.wrap_cookie .cookie_l p a:hover{
    color: #0068A6;
    text-decoration: underline;
}
.wrap_cookie .cookie_r {
    position: absolute;
    top: 0;
    right: 40px;
    width: 125px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.wrap_cookie .cookie_r span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    background-color: #0068A6;
    padding: 7px 0;
}
.wrap_cookie .cookie_r span:hover {
    opacity: 0.7;
    color: #FFF;
}
.wrap_cookie .cookie_close {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 0px;
}
.wrap_cookie .cookie_close img {
    display: block;
    width: 15px;
    height: 15px;
}


/* ============================================================
lib
============================================================ */

.pc_w_1em {width:1em !important}
.pc_w_2em {width:2em !important}
.pc_w_3em {width:3em !important}
.pc_w_4em {width:4em !important}
.pc_w_5em {width:5em !important}
.pc_w_6em {width:6em !important}
.pc_w_7em {width:7em !important}
.pc_w_8em {width:8em !important}
.pc_w_9em {width:9em !important}
.pc_w_10em {width:10em !important}
.pc_w_11em {width:11em !important}
.pc_w_12em {width:12em !important}
.pc_w_13em {width:13em !important}
.pc_w_14em {width:14em !important}
.pc_w_15em {width:15em !important}
.pc_w_16em {width:16em !important}
.pc_w_17em {width:17em !important}
.pc_w_18em {width:18em !important}
.pc_w_19em {width:19em !important}
.pc_w_20em {width:20em !important}
.pc_w_21em {width:21em !important}
.pc_w_22em {width:22em !important}
.pc_w_23em {width:23em !important}
.pc_w_24em {width:24em !important}
.pc_w_25em {width:25em !important}
.pc_w_26em {width:26em !important}
.pc_w_27em {width:27em !important}
.pc_w_28em {width:28em !important}
.pc_w_29em {width:29em !important}
.pc_w_30em {width:30em !important}

.pc_mgt_0 {margin-top:0 !important}
.pc_mgt_10 {margin-top:10px !important}
.pc_mgt_15 {margin-top:15px !important}
.pc_mgt_20 {margin-top:20px !important}
.pc_mgt_25 {margin-top:25px !important}
.pc_mgt_30 {margin-top:30px !important}
.pc_mgt_35 {margin-top:35px !important}
.pc_mgt_40 {margin-top:40px !important}
.pc_mgt_45 {margin-top:45px !important}
.pc_mgt_50 {margin-top:50px !important}
.pc_mgt_55 {margin-top:55px !important}
.pc_mgt_60 {margin-top:60px !important}
.pc_mgt_65 {margin-top:65px !important}
.pc_mgt_70 {margin-top:70px !important}
.pc_mgt_75 {margin-top:75px !important}
.pc_mgt_80 {margin-top:80px !important}
.pc_mgt_85 {margin-top:85px !important}
.pc_mgt_90 {margin-top:90px !important}
.pc_mgt_95 {margin-top:95px !important}
.pc_mgt_100 {margin-top:100px !important}

.pc_mgb_0 {margin-bottom:0 !important}
.pc_mgb_10 {margin-bottom:10px !important}
.pc_mgb_15 {margin-bottom:15px !important}
.pc_mgb_20 {margin-bottom:20px !important}
.pc_mgb_25 {margin-bottom:25px !important}
.pc_mgb_30 {margin-bottom:30px !important}
.pc_mgb_35 {margin-bottom:35px !important}
.pc_mgb_40 {margin-bottom:40px !important}
.pc_mgb_45 {margin-bottom:45px !important}
.pc_mgb_50 {margin-bottom:50px !important}
.pc_mgb_55 {margin-bottom:55px !important}
.pc_mgb_60 {margin-bottom:60px !important}
.pc_mgb_65 {margin-bottom:65px !important}
.pc_mgb_70 {margin-bottom:70px !important}
.pc_mgb_75 {margin-bottom:75px !important}
.pc_mgb_80 {margin-bottom:80px !important}
.pc_mgb_85 {margin-bottom:85px !important}
.pc_mgb_90 {margin-bottom:90px !important}
.pc_mgb_95 {margin-bottom:95px !important}
.pc_mgb_100 {margin-bottom:100px !important}

/* test add */


} /* @media end */

