@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

dd {
    display: block;
    margin-inline-start: 0;
}

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, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
    margin: 0;
    padding: 0;
}

html { line-height: 0;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a,
a:visited{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
    color: #FFF;
}

a:hover,
a:active {
    color: #CCC;
}


del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}

li,ul {
	list-style: none;
}


/*****************

clearfix

*****************/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}
/* End hide from IE-mac */



/***********   COMMON settng ***********/
body {   
   /* font-family: 'Noto Sans JP', sans-serif;*/
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    /*font-family: 'Archivo Narrow', sans-serif;*/
    text-align: justify;
    font-size: 16px;
    line-height: 2em;
	background: url("../images/bg_body.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.pc_img {display: inline-block;}
.sp_img {display: none;}

a img:hover,
input[type=image]:hover {
    opacity: .5;
}

ul { padding: 0;}

a:hover {
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#wrapper {
    width: 100%;
	
}


.left { float: left;}
.right { float: right;}

.txt_s {
	font-size: 0.8rem;
}


.txt {
	background: url("../images/bg_contents.png") no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 8%;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 50%;
}

.txt p {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1.5rem;
	line-height: 2;
}

.txt a {
	color: #000;
	display: block;
	width: 50%;
	border: 1px solid #000;
	margin: 30px auto;
}

.txt a:hover {
	color: #FFF;
	background: #333;
	border: 1px solid #FFF;
}

/***********  FOOTER settng ***********/
footer {
    text-align: center;
    font-size: 9px;
    padding:2% 0 0 0;
    color: #CCC;
}
footer p {
    position: fixed;
    bottom: 10px;
    left: 0;
	right: 0;
	margin: auto;
    font-size: 9px;
}

.pagetop {
    width: 35px;
    height: 35px;
    display: inline;
    text-align: center;
    position: fixed;
    bottom: 0%;
    right: 1%;
    z-index: 9990;
    font-size: 14px;
    color:#298dca;
}

.pagetop a {
     color:#298dca;
}


/***********   BTN SETTING ***********/
.btn_A {
    width: 300px;
    margin: 40px 0;
    font-size: 15px;
    opacity: 1.0;
    background:none;
    transition: .4s;
    letter-spacing: 2px;
    border: 1px #FFF solid;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    padding: 8px 0;
}
.btn_A a,
.btn_A a:active,
.btn_A a:visited{
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
}

.btn_A:hover{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: #000 solid 1px;
    color: #000;
    background-image: linear-gradient(45deg, #0b497d 0%, #001c58 100%);
    
}



@media screen and (max-width: 767px) {
    
.container {
    width: 100%;
    margin: auto;
}
img { width: 100%; }
    
.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
    
	
.txt {
	
	padding: 10%;
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	margin: auto;
}

.txt p {
	font-size: 3vw;
	text-align: center;
	margin-bottom: 1.5rem;
	line-height: 2;
}
    
	.txt p:first-child {
		padding-top: 10%;
	}	
	
/***********   HEADER settng ***********/


header h1 {
    width: 50%;
    margin:0 auto;
    position: fixed;
    top: 1%;
    left: 25%;
    z-index: 9999;
}
    header h1 img { width: 100%;}


/***********  FOOTER settng ***********/
footer {
    text-align: center;
    font-size: 5px;
    width: 100%;
}
footer p {
    color: #FFF;
    position: fixed;
    bottom: 10px;
    left: 0%;
    width: 100%;
}
    
.pagetop {
    width: 50px;
    height: 50px;
    display: inline;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: 0%;
}
    

/***********   BTN SETTING ***********/
.btn_A {
    width: 100%;
    margin: 5% auto;
    font-size: 15px;
    opacity: 1.0;
    background:none;;
    transition: .4s;
    letter-spacing: 3px;
    border: 1px #FFF solid;
    text-align: center;
    cursor: pointer;
    color: #FFF;
}



}