@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html{
	font-size:62.5%;
}
body {
 font-size: 1.6rem;
 font-family: "Open Sans", sans-serif , "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
}

/* --------------Color----------------*/
a, a:hover, a:active, a:visited {
	color: whitesmoke;
}
/*
a:visited {
	color: #788d98;
}
*/

/* ::::::::: ★Table ::::::::: */

.tb1 {
	border: solid 1px #e2e2e2;
}
.tb1 thead th {
	color: #ffffff;
	background: #0071b8;
}
.tb1 tbody th {
	color: #333333;
	background: #f2f2f2;
}
.tb1 th {
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
}
.tb1 td{
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	background: #fff;
}


/* ::::::::: ★Button ::::::::: */

.btn1 a{
	border: solid 2px #0071b8;
	color: #333;
}
.btn1 a:after{
	color: #0071b8;
}
.btn1 a:hover, .btn1 a:active {
	background: #0071b8;
	color: #fff;
}
.btn1 a:hover:after, .btn1 a:active:after {
	color: #fff;
}


/* ::::::::: ★List ::::::::: */

.ls1 li:before{
	color: #0071b8;
}

/* ::::::::: ★Head Image ::::::::: */

.title_main .jap{
	color: #000;
}



/* --------------System Default Set----------------*/

h1 , h2 , h3 , h4 , h5 {
	margin: 0;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.2;
	border: 0;
}
.post_body h1 , .post_body h2 , .post_body h3 {
	margin: 0;
	font-weight: normal;
	border: 0;
	margin-bottom: 10px;
}
address, dl, ol, ul{
	margin-bottom: 10px;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.table, pre{
	margin: 0;
}
.table td, .table th{
	line-height: 1.5;
	padding: 1.2em;
	font-weight: normal;
}
.table-bordered thead td, .table-bordered thead th{
	border-bottom: 1px;
}
.table thead th{
	vertical-align: middle;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* --------------Default Set----------------*/

a:hover img{
	opacity:0.8;
}
.nospace {
	padding-left: 0;
	padding-right: 0;
}


iframe{
	padding-bottom: 20px;
}
a:hover img {
	opacity: 0.8;
}
a img {
	transition: opacity 0.2s ease-out;
}
a:link , a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	margin: 0;
    position: relative;
	background-attachment: fixed;
}
body,h1,h2,p,a,ul,li {
    color: whitesmoke;
}

header{

}
header h1{
	background-color: rgba(0,0,0,0.3);
	padding: 12px 10px;
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    color: white;
	font-size: 1.2rem;
	width: 100%;
}
	@media screen and (max-width: 766px) {
		header h1{
			text-align: center;
		}
	}

#contents{
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
	width: 100vw;
	height: 100vh;
-moz-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
	@media screen and (max-width: 766px) {
		.lower #contents{
			display: block;
			justify-content: flex-start;
			align-items: normal;
			text-align: center;
			width: 96vw;
			height: 100%;
/*
			height: 100vh;
*/
		}
	}
.profile_body{
	width: 960px;
}
	@media screen and (max-width: 766px) {
		.profile_body{
			width: auto;
		}
	}
#wrapper {
    position: relative;
}

footer{
	font-size: 1.2rem;
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    text-align: right;
    color: white;
}
	@media screen and (max-width: 766px) {
		footer{
			right: 0;
			bottom: 10px;
			text-align: center;
			width: 100%; 
-moz-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
		}
}

header#index h1 {
}

.center_area .txt{
	font-size: 2rem;
	margin-bottom: 10px;
}
.index_title{
	font-size: 2.5rem;
	font-weight: 600;
}

/* --------------page common----------------*/
.head_title{
	position: absolute;
	top: 60px;
	right: 20px;
}
	@media screen and (max-width: 766px) {
		.head_title{
			position: relative;
			top: 70px;
			right: 0;
			display: none;
		}
	}
.main_txt h2{
	font-size:2.5rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.main_txt{
	position: absolute;
	left: 0;
	top: 50px;
	padding-top: 10px;
	padding-left: 10px;
}
	@media screen and (max-width: 766px) {
		.main_txt{
			position: relative;
			top: auto;
			padding-top: 65px;
			padding-left: 0px;
			margin-bottom: 30px;
		}
		.main_txt.sp{
			padding-top: 10px;
		}
	}

.footer_contact{
	font-size: 1.4rem;
}
	@media screen and (max-width: 766px) {
		.footer_contact{
			font-size: 1.8rem;
		}
	}

#icon {
    position: absolute;
    right: 30px;
    z-index: 10;
}
	@media screen and (max-width: 766px) {
		#icon {
			position: relative;
			right: auto;
			left: auto;
/*			bottom: 70px;*/
			width: 100%;
			margin-top: 20px;
			padding-bottom: 75px;
		}
		#icon li {
			display: inline-block;
		}
	}

#icon img {
	width: 60px;
    height: 60px;
}


