@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html{
	font-size:62.5%;
}

body{
	margin:0;
	padding:0;
	font-family: 'Noto Sans Japanese', serif,"游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	/*font-family: メイリオ, Meiryo,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	position:relative;
	color:#222222;
}

#wrapper {
	overflow: hidden;
	position: relative;
	background-size: 600px;
}

/* ここからメニュー-------------------------------------------------------------- */
.inner {
    width: 100%;
    height:100px;
    background-color:rgba(255,255,255,0.7);
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    position: fixed;
    width: 100%;
    height:100px;
    line-height: 1;
    z-index: 999;
    border-bottom:solid 1px rgba(224,224,224 ,1);
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}

#top-head .topbox{
	display: table-cell; /*上下中央*/
	height:100px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
}

#top-head .topbox img{
	width:auto;
	height:48px;
	height:4.8rem;
	margin:0 auto;
	padding-left:26px;
	padding-left:2.6rem;
}

#global-nav{
	width:80%;
	max-width:728px;
	max-width:72.8rem;
	position: absolute;
    height:100px;
    right:0px;
    bottom: 0;
    z-index:1001;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    height:100px;
    right:0;
    bottom: 0;
    display: table;
	vertical-align: top;
	table-layout: fixed;
	margin:0 auto;
	z-index:2000;
}

#global-nav ul li {
	display: table-cell;
    float: left;
}

#global-nav ul li a {
    display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	color:#000000;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	letter-spacing:0.8px;
	letter-spacing:0.08rem;
	padding:42px 0 42px 0;
	padding:4.2rem 0 4.2rem 0;
}

#global-nav ul li a:hover{
	font-weight: bold;
	color:#00a8a9;
}

nav#global-nav ul li{
	width:162px;
    width:16.2rem;
}

nav#global-nav ul li:nth-child(2){
	width:162px;
    width:16.2rem;
}

nav#global-nav ul li:nth-child(3){
	width:162px;
    width:16.2rem;
}

nav#global-nav ul li:nth-child(4){
	width:162px;
    width:16.2rem;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,0.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 3003;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:#00a8a9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ここまでメニュー-------------------------------------------------------------- */

#pchead{
	position:relative;
	width:100%;
	height:auto;
	text-align:right;
	background:#FFFFFF;
}

.mainimage {
    width: 100%;
    height: 100vh; /* 画面の高さに合わせる */
    overflow: hidden; /* はみ出し部分を隠す */
}

.mainimage img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* トリミングしながら全体を覆う */
    padding-top:100px;
    object-position: 50% 40%;
}

/* トップ画像テキスト*/
#attention{
	position: absolute;
	display:block;
	/*border:4px #000000 solid;
	border-radius: 8px; */
	padding:0px 24px 24px 24px;
	padding:0px 2.4rem 2.4rem 2.4rem;
	text-align:center;
	height:auto;
	/*border:4px #f61d1d solid;*/
	/*background-color: rgba(74,74,74,1);*/
	background-color: rgba(255,255,255,0);
	z-index:1;
}

#attention .titletop{
	display:inline-block;
	text-align: center;
	padding:24px;
	padding:2.4rem;
	font-weight:bold;
	color:#c9a063;
	font-size:48px;
	font-size:4.8rem;
	line-height:48px;
	line-height:4.8rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);
}

.attentionbox{
		width:100%;
		margin-top:24px;
		margin-top:2.4rem;
}

#attention .titleexplain{
	text-align: justify;
  	text-justify: inter-ideograph;
	color:#000000;
	font-size:24px;
	font-size:2.4rem;
	line-height:36px;
	line-height:3.6rem;
	font-weight:bold;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
}

#TitleArea {
	width:100%;
	height:250px;
	background:#00a8a9;
	border-top:solid 3px #c9a063;
	border-bottom:solid 3px #c9a063;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#00a8a9), to(#008486));
    background:-webkit-radial-gradient(center, circle cover, #00a8a9 0%, #008486 100%);
    background:-moz-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:-o-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:radial-gradient(circle closest-corner at center,#00a8a9 0, #008486 100%);
}

#TitleDesc {
	width:100%;
	height:250px;
	background:#00a8a9;
	border-top:solid 3px #c9a063;
	border-bottom:solid 3px #c9a063;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#00a8a9), to(#008486));
    background:-webkit-radial-gradient(center, circle cover, #00a8a9 0%, #008486 100%);
    background:-moz-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:-o-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:radial-gradient(circle closest-corner at center,#00a8a9 0, #008486 100%);
}

#TitleRec {
	width:100%;
	height:250px;
	background:#00a8a9;
	border-top:solid 3px #c9a063;
	border-bottom:solid 3px #c9a063;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#00a8a9), to(#008486));
    background:-webkit-radial-gradient(center, circle cover, #00a8a9 0%, #008486 100%);
    background:-moz-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:-o-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:radial-gradient(circle closest-corner at center,#00a8a9 0, #008486 100%);
}

#TitleContact {
	width:100%;
	height:250px;
	background:#00a8a9;
	border-top:solid 3px #c9a063;
	border-bottom:solid 3px #c9a063;
	background:-webkit-gradient(radial, center center, 0, center center, 100, from(#00a8a9), to(#008486));
    background:-webkit-radial-gradient(center, circle cover, #00a8a9 0%, #008486 100%);
    background:-moz-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:-o-radial-gradient(center, circle cover, #00a8a9 0, #008486 100%);
    background:radial-gradient(circle closest-corner at center,#00a8a9 0, #008486 100%);
}

.TitleFont{
	font-size:48px;
	font-size:4.8rem;
	line-height:250px;
	letter-spacing:16px;
	letter-spacing:1.6rem;
	font-weight:bold;
	width:100%;
	color:#FFFFFF;
	text-align:center;
}

.MainBox{
	width:960px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
}

.HeadBox{
	width:1280px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
}

.whiteback{
	text-align:center;
	margin-top:120px;
	margin-top:12.0rem;
	padding: 32px 0px 32px 0px;
}

.explainbox{
	margin:0 auto;
	width:100%;
	max-width:1400px;
	display:inline-block;
}

.leftimg{
	width:auto;
	float:left;
	display: inline-block;
	padding: 0px 32px 32px 0px;
}

.rightimg{
	width:auto;
	float:right;
	display: inline-block;
	padding: 0px 0px 32px 32px;
}

.leftimgpicture{
	width:540px;
	height:auto;
}

.rightimgpicture{
	width:540px;
	height:auto;
}

.leftimgpicture img{
	width:100%;
	height:auto;
}

.rightimgpicture img{
	width:100%;
	height:auto;
}

.rightsidecenter{
	text-align:center;
}

.blacktitlemiddle {
	display:inline-block;
	font-weight:bold;
	color:#333333;
	font-size:28px;
	font-size:2.8rem;
	letter-spacing:2.8px;
	letter-spacing:0.28rem;
	line-height:54px;
	line-height:5.4rem;
}

.smallnotes{
	font-size:16px;
  	font-size:1.6rem;
  	line-height:32px;
  	line-height:3.2rem;
  	letter-spacing:1.2px;
  	letter-spacing:0.12rem;
  	font-weight: bold;
  	position: relative;
  	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.smallnotes::before,
.smallnotes::after {
	content: '';
	width: 2px;
	height: 32px;
	background-color: #c9a063;
}

.smallnotes::before {
	margin-right: 16px;
	transform: rotate(-30deg)
}
.smallnotes::after {
	margin-left: 16px;
	transform: rotate(30deg)
}

.charspace{
	margin-top:18px;
	margin-top:1.8rem;
}

.normalfont{
	color: #222222;
	font-size:18px;
	font-size:1.8rem;
	line-height:31.5px;
	line-height:3.15rem;
	letter-spacing:0.7px;
	letter-spacing:0.07rem;
	font-weight:300;
  	text-align:justify;
}

.SubBox{
	display:inline-block;
	width:100%;
	height:auto;
	padding-bottom:12px;
	padding-bottom:1.2rem;
	border-bottom:solid 1px rgba(224,224,224 ,1);

}

.SubBoxb{
	display:inline-block;
	width:100%;
	margin-top:12px;
	margin-top:1.2rem;
	padding-bottom:12px;
	padding-bottom:1.2rem;
	height:auto;
	border-bottom:solid 1px rgba(224,224,224 ,1);

}

.SubBoxnone{
	display:inline-block;
	width:100%;
	margin-top:12px;
	margin-top:1.2rem;
	padding-bottom:12px;
	padding-bottom:1.2rem;
	height:auto;
}

.leftbox{
	width:240px;
	float:left;
}
.rightbox{
	width:720px;
	float:right;
}
.leftarea{
	padding:10px;
	padding:1.0rem;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	letter-spacing:2.0px;
	letter-spacing:0.2rem;
	font-weight:bold;
}
.rightarea{
	padding:10px;
	padding:1.0rem;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	letter-spacing:2.0px;
	letter-spacing:0.2rem;
	font-weight:normal;
}

.leftlinebox{
	border-left:solid 14px #c9a063;
	border-left:solid 1.4rem #c9a063;
}

.leftlinebox p{
	text-align: left;
	padding-left:14px;
	color:#000000;
	font-size:28px;
	font-size:2.8rem;
	line-height:42px;
	line-height:4.2rem;
	font-weight:bold;
}

.leftlineboxb{
	margin-top:20px;
	margin-top:2.0rem;
	border-left:solid 14px #c9a063;
	border-left:solid 1.4rem #c9a063;
}

.leftlineboxb p{
	text-align: left;
	padding-left:14px;
	color:#000000;
	font-size:28px;
	font-size:2.8rem;
	line-height:42px;
	line-height:4.2rem;
	font-weight:bold;
}

.leftlineboxcenter{
	margin-top:20px;
	margin-top:2.0rem;
}

.leftlineboxcenter p{
	text-align: center;
	color:#000000;
	font-size:28px;
	font-size:2.8rem;
	line-height:42px;
	line-height:4.2rem;
	font-weight:bold;
}


.textboxjust{
	margin-top:10px;
	margin-top:1.0rem;
	margin-left:28px;
	margin-left:2.8rem;
}

.textboxjust p{
	width:100%;
	text-align: justify;
  	text-justify: inter-ideograph;
	font-size:20px;
	font-size:2.0rem;
	line-height:30px;
	line-height:3.0rem;
	letter-spacing:3.0px;
	letter-spacing:0.3rem;
	font-weight:normal;
}

.licencebox{
	display:inline-block;
	width:932px;
	height:auto;
	margin-left:28px;
}

.leftlicence{
	width:40%;
	float:left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:solid 1px rgba(224,224,224 ,1);
}
.leftlicencenum{
	text-align:right;
	width:8%;
	float:left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:solid 1px rgba(224,224,224 ,1);
}
.space{
	display:block;
	float:left;
	width:4%;
	line-height:40px;
	line-height:4.0rem;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:solid 1px rgba(224,224,224 ,1);
}
.rightlicence{
	width:40%;
	float:left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:solid 1px rgba(224,224,224 ,1);
}
.rightlicencenum{
	text-align:right;
	width:8%;
	float:left;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:solid 1px rgba(224,224,224 ,1);
}
.licencename{
	font-size:20px;
	font-size:2.0rem;
	line-height:40px;
	line-height:4.0rem;
	letter-spacing:3.0px;
	letter-spacing:0.3rem;
	font-weight:normal;
}
.licencenum{
	font-size:20px;
	font-size:2.0rem;
	line-height:40px;
	line-height:4.0rem;
	letter-spacing:3.0px;
	letter-spacing:0.3rem;
	font-weight:normal;
}

#ftbox{
	padding-top:125px;
	padding-top:12.5rem;

}

#pc_footer {
	width:100%;
	text-align:center;
	background:#00a8a9;
}

#pc_footer p{
	vertical-align:middle;
	text-align:left;
	color:#000000;
}


#footer_nav{
	width:100%;
	max-width:960px;
	vertical-align:middle;
	text-align:center;
	margin:0 auto;
}

#footer_nav li{
	display: table-cell;
}

#footer_nav li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color:#000000;
	padding:32px 0 32px 0;
}

#footer_nav li a:hover {
	color:rgba(201,160,99,1);
}

.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
}

.table-ul li{
	width:25%;
}

.table-ul li:nth-child(2){
	width:25%;
}

.table-ul li:nth-child(3){
	width:25%;
}

.table-ul li:nth-child(4){
	width:25%;
	text-align:right;
}


#footerbox{
	width:960px;
	height:auto;
	display:inline-block;
	margin:0 auto;
	padding-top:48px;
	padding-top:4.8rem;
	padding-bottom:160px;
	padding-bottom:16.0rem;
}

.infobox{
	float:left;
	width:400px;
	height:auto;
	left:0;
	text-align:left
}

.footerplace {
	width:400px;
	left:0;
}

.footerplace img{
	width:320px;
	height:auto;
	text-align:left
}

.footeradd {
	width:320px;
	height:auto;
	display:inline-block;
	padding-top:8px;
	padding-top:0.8rem;
	padding-bottom:8px;
	padding-bottom:0.8rem;
	left:0;
}

.footeradd p{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	color:#000000;
}

#footercopy{
	width:100%;
	height:80px;
	display:table;
	position:absolute;
	background:#c9a063;
	vertical-align:middle;
	text-align:center;
    bottom: 0;
}

#footercopy p{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-size: 1.2rem;
}

.trybox{
	text-align:center;
	margin-top:72px;
	margin-top:7.2rem;
}

.trylink{
	width:560px;
	outline: none;
	-webkit-appearance: none;
	padding:17.5px 35px 17.5px 35px;
	padding:1.75rem 3.5rem 1.75rem 3.5rem;
	border:2px solid #00a8a9;
    border-radius:12px;
    background:#00a8a9;
    font-size:20px;
  	font-size:2rem;
	letter-spacing:2.0px;
	letter-spacing:0.20rem;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

.trylink:hover{
	box-shadow: 0 0 8px #616161;
}

#linepng{
	position:fixed;
	bottom:16px;
	right:16px;
	z-index: 3003;
}
#linepng img{
	width:128px;
	height:128px;
}

#linepng :hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1400px) {
	/* ここからメニュー-------------------------------------------------------------- */

nav#global-nav ul li{
	width:152px;
    width:15.2rem;
}

nav#global-nav ul li:nth-child(2){
	width:152px;
    width:15.2rem;
}

nav#global-nav ul li:nth-child(3){
	width:152px;
    width:15.2rem;
}

nav#global-nav ul li:nth-child(4){
	width:152px;
    width:15.2rem;
}
/* ここまでメニュー-------------------------------------------------------------- */
	#TitleArea {
	height:200px;
	}

	#TitleDesc {
	height:200px;
	}

	#TitleRec {
	height:200px;
	}

	#TitleContact {
	height:200px;
	}

	.TitleFont{
	font-size:38px;
	font-size:3.8rem;
	line-height:200px;
	letter-spacing:12px;
	letter-spacing:1.2rem;
	font-weight:bold;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	}

	#attention{
	display:block;
	/*border:4px #000000 solid;
	border-radius: 8px;*/
	padding:0px 24px 24px 24px;
	padding:0px 2.4rem 2.4rem 2.4rem;
	text-align:center;
	position: absolute;
	top:170px;
	left:70px;
	margin:0 auto;
	width:auto;
	height:auto;
	/*border:4px #f61d1d solid;*/
	/*background-color: rgba(74,74,74,1);*/
	}

	#attention .titletop{
	display:inline-block;
	text-align: center;
	padding:21px;
	padding:2.1rem;
	font-size:42px;
	font-size:4.2rem;
	line-height:42px;
	line-height:4.2rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.attentionbox{
		margin-top:21px;
		margin-top:2.1rem;
	}

	#attention .titleexplain{
	font-size:21px;
	font-size:2.1rem;
	line-height:31.5px;
	line-height:3.15rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.mainimage {
    width: 100%;
    height: auto; /* 画面の高さに合わせる */
    overflow: hidden; /* はみ出し部分を隠す */
	}

	.mainimage img{
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
	padding-top:100px;
	object-fit: contain;
	}

	.MainBox{
	width:1000px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
	}

	.HeadBox{
	width:1000px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
	}

	.whiteback{
	margin-top:60px;
	margin-top:6.0rem;
	}

	.explainbox{
	width:100%;
	max-width:1250px;
	}
	.leftimg{
	width:auto;
	float:left;
}

.rightimg{
	width:auto;
	float:right;
}


.leftimgpicture{
	width:405px;
	height:auto;
}

.rightimgpicture{
	width:405px;
	height:auto;
}

.blacktitlemiddle {
	display:inline-block;
	font-weight:bold;
	color:#333333;
	font-size:21px;
	font-size:2.1rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
	line-height:48px;
	line-height:4.8rem;
}
	
.smallnotes{
	font-size:16px;
  	font-size:1.6rem;
  	line-height:28px;
  	line-height:2.8rem;
  	letter-spacing:1.2px;
  	letter-spacing:0.12rem;
}

	.leftbox{
	width:230px;
	float:left;
	}
	.rightbox{
	width:690px;
	float:right;
	}

	.leftarea{
	padding:8px;
	padding:0.8rem;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	font-weight:bold;
	}
	.rightarea{
	padding:8px;
	padding:0.8rem;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	font-weight:normal;
	}

	.leftlinebox{
	border-left:solid 11px #c9a063;
	border-left:solid 1.1rem #c9a063;
	}

	.leftlinebox p{
	text-align: left;
	padding-left:11px;
	color:#000000;
	font-size:22px;
	font-size:2.2rem;
	line-height:33px;
	line-height:3.3rem;
	font-weight:bold;
	}

	.leftlineboxb{
	margin-top:16px;
	margin-top:1.6rem;
	border-left:solid 11px #c9a063;
	border-left:solid 1.1rem #c9a063;
	}

	.leftlineboxb p{
	text-align: left;
	padding-left:11px;
	color:#000000;
	font-size:22px;
	font-size:2.2rem;
	line-height:33px;
	line-height:3.3rem;
	font-weight:bold;
	}

	.leftlineboxcenter{
	margin-top:16px;
	margin-top:1.6rem;
}

.leftlineboxcenter p{
	font-size:28px;
	font-size:2.8rem;
	line-height:42px;
	line-height:4.2rem;
}


	.textboxjust{
	margin-top:8px;
	margin-top:0.8rem;
	margin-left:22px;
	margin-left:2.2rem;
	}

	.textboxjust p{
	width:100%;
	text-align: justify;
  	text-justify: inter-ideograph;
	font-size:16px;
	font-size:1.6rem;
	line-height:24px;
	line-height:2.4rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
	.licencebox{
		display:inline-block;
		width:898px;
		height:auto;
		margin-left:22px;
	}

	.leftlicence{
	width:40%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.leftlicencenum{
	text-align:right;
	width:8%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.space{
	display:block;
	float:left;
	width:4%;
	line-height:32px;
	line-height:3.2rem;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicence{
	width:40%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicencenum{
	text-align:right;
	width:8%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.licencename{
	font-size:16px;
	font-size:1.6rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}
	.licencenum{
	font-size:16px;
	font-size:1.6rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}

#linepng img{
	width:108px;
	height:108px;
}

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1080px) {
	#top-head,
.inner {
	width: 100%;
    height:60px;
    background-color:rgba(255,255,255,0.5);
    margin: 0 auto;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top:0px;
}

#top-head .topbox{
	display: table-cell; /*上下中央*/
	height:60px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
}

#top-head .topbox img{
	width:auto;
	height:36px;
	height:3.6rem;
	margin:0 auto;
	padding-left:12px;
	padding-left:1.2rem;
}

/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 60px;
    z-index: 5000;
    position: relative;
}

#global-nav {
    position: absolute;
    z-index: 5005;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    right:0px;
    background: #FFFFFF;
    width:100%;
    text-align: center;
    padding: 0px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#global-nav ul {
    list-style: none;
    position: static;
    display: block;
    right:0;
    bottom: 0;
	vertical-align: top;
	width:100%;
	max-width:none;
	margin:0 auto;
	font-size: 14px;
	z-index: 6006;
}

#global-nav ul li {
    float: none;
    position: static;
    display: block;
}

#global-nav ul li a {
    display: block;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	color:#00A161;
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	padding:28px 0 28px 0;
	padding:2.8rem 0 2.8rem 0;
}

nav#global-nav ul li{
	width:100%;
	background-color: #FFFFFF;
}

nav#global-nav ul li:nth-child(2){
	width:100%;
}
nav#global-nav ul li:nth-child(3){
	width:100%;
}
nav#global-nav ul li:nth-child(4){
	width:100%;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000000;
    padding: 18px 0;
}

#nav-toggle {
    display: block;
    right: 10px;
    top:18px;
    width: 32px;
    height: 24px;
}

nav #global-nav a:hover{
	color:rgba(201,160,99,1);
}

#nav-toggle span:nth-of-type(1) {
    top: 0px;
}

#nav-toggle span:nth-of-type(2) {
    top: 10px;
}

#nav-toggle span:nth-of-type(3) {
    top: 20px;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background:#00a8a9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(560px);
    -webkit-transform: translateY(560px);
    transform: translateY(560px);
}
/* ここまでメニュー-------------------------------------------------------------- */

	

	#attention{
	display:block;
	/*border:4px #000000 solid;
	border-radius: 8px;*/
	padding:0px 24px 24px 24px;
	padding:0px 2.4rem 2.4rem 2.4rem;
	text-align:center;
	position: absolute;
	top:80px;
	left:80px;
	margin:0 auto;
	width:auto;
	height:auto;
	/*border:4px #f61d1d solid;*/
	/*background-color: rgba(74,74,74,1);*/
	}

	#attention .titletop{
	display:inline-block;
	text-align: center;
	padding:16px;
	padding:1.6rem;
	font-size:32px;
	font-size:3.2rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.attentionbox{
		margin-top:16px;
		margin-top:1.6rem;
	}

	#attention .titleexplain{
	font-size:16px;
	font-size:1.6rem;
	line-height:24px;
	line-height:2.4rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.mainimage img{
	padding-top:60px;
	}


#TitleArea {
	height:160px;
}

#TitleDesc {
	height:160px;
}

#TitleRec {
	height:160px;
}

#TitleContact {
	height:160px;
}

.TitleFont{
	font-size:32px;
	font-size:3.2rem;
	line-height:160px;
	letter-spacing:11px;
	letter-spacing:1.1rem;
	font-weight:bold;
	width:100%;
	color:#FFFFFF;
	text-align:center;
}

.MainBox{
	width:740px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
}

.HeadBox{
	width:740px;
	margin:0 auto;
	margin-top:125px;
	margin-top:12.5rem;
	margin-bottom:125px;
	margin-bottom:12.5rem;
}

.whiteback{
	margin-top:60px;
	margin-top:6.0rem;
	padding: 28px 0px 28px 0px;
}

.explainbox{
	width:100%;
	text-align:center;
}

.blacktitlemiddle {
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:1.8px;
	letter-spacing:0.18rem;
	line-height:32px;
	line-height:3.2rem;
}

.smallnotes{
	font-size:14px;
  	font-size:1.4rem;
  	line-height:28px;
  	line-height:2.8rem;
  	letter-spacing:1.4px;
  	letter-spacing:0.14rem;
}

.charspace{
	margin-top:14px;
	margin-top:1.4rem;
}

.normalfont{
	font-size:16px;
	font-size:1.6rem;
	line-height:28px;
	line-height:2.8rem;
	letter-spacing:0.6px;
	letter-spacing:0.06rem;
}

.leftbox{
	width:100%;
	float:left;
	}
	.rightbox{
	width:100%;
	float:left;
	}

	.leftarea{
	padding:8px;
	padding:0.8rem;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	font-weight:bold;
	}
	.rightarea{
	padding:8px;
	padding:0.8rem;
	font-size:16px;
	font-size:1.6rem;
	line-height:16px;
	line-height:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	font-weight:normal;
	}

	.leftlinebox{
	border-left:solid 11px #c9a063;
	border-left:solid 1.1rem #c9a063;
	}

	.leftlinebox p{
	text-align: left;
	padding-left:11px;
	color:#000000;
	font-size:22px;
	font-size:2.2rem;
	line-height:33px;
	line-height:3.3rem;
	font-weight:bold;
	}

	.leftlineboxb{
	margin-top:16px;
	margin-top:1.6rem;
	border-left:solid 11px #c9a063;
	border-left:solid 1.1rem #c9a063;
	}

	.leftlineboxb p{
	text-align: left;
	padding-left:11px;
	color:#000000;
	font-size:22px;
	font-size:2.2rem;
	line-height:33px;
	line-height:3.3rem;
	font-weight:bold;
	}

.leftlineboxcenter{
	margin-top:16px;
	margin-top:1.6rem;
}

.leftlineboxcenter p{
	font-size:22px;
	font-size:2.2rem;
	line-height:33px;
	line-height:3.3rem;
}

	.textboxjust{
	margin-top:8px;
	margin-top:0.8rem;
	margin-left:22px;
	margin-left:2.2rem;
	}

	.textboxjust p{
	width:100%;
	text-align: justify;
  	text-justify: inter-ideograph;
	font-size:16px;
	font-size:1.6rem;
	line-height:24px;
	line-height:2.4rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------*/
	.licencebox{
		display:inline-block;
		width:100%;
		height:auto;
		margin-left:22px;
	}

	.leftlicence{
	width:82%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.leftlicencenum{
	text-align:right;
	width:18%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.space{
	display:none;
	float:left;
	width:0%;
	line-height:32px;
	line-height:3.2rem;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicence{
	width:82%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicencenum{
	text-align:right;
	width:18%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.licencename{
	font-size:16px;
	font-size:1.6rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}
	.licencenum{
	font-size:16px;
	font-size:1.6rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:2.4px;
	letter-spacing:0.24rem;
	font-weight:normal;
	}

	#footerbox{
	width:90%;
	height:auto;
	display:inline-block;
	margin:0 auto;
	padding-top:48px;
	padding-top:4.8rem;
	padding-bottom:160px;
	padding-bottom:16.0rem;
	}

	.footerplace img{
	width:auto;
	height:36px;
	height:3.6rem;
	}


#linepng img{
	width:96px;
	height:96px;
}

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 768px) {
	/* ここからメニュー-------------------------------------------------------------- */
#top-head,
.inner {
	width: 100%;
    height:50px;
    background-color:rgba(255,255,255,0.5);
    margin: 0 auto;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top:0px;
}

#top-head .topbox{
	display: table-cell; /*上下中央*/
	height:50px;
	text-align: center; /*左右中央*/
	vertical-align: middle; /*上下中央*/
}

#top-head .topbox img{
	width:auto;
	height:24px;
	height:2.4rem;
	margin:0 auto;
	padding-left:13px;
	padding-left:1.3rem;
}

/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 50px;
    position: relative;
}

#global-nav ul {
    list-style: none;
    position: static;
    display: block;
    right:0;
    bottom: 0;
	vertical-align: top;
	width:100%;
	max-width:none;
	margin:0 auto;
	font-size: 14px;
}

#global-nav ul li {
    float: none;
    position: static;
    display: block;
}

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000000;
    padding: 18px 0;
}

#global-nav ul li a:hover{
	color:#D50000;
	background:#FFFFFF;
}

#nav-toggle {
    display: block;
    right: 10px;
    top:14px;
    width: 26px;
    height: 22px;
}

#nav-toggle span:nth-of-type(1) {
    top: 0px;
}

#nav-toggle span:nth-of-type(2) {
    top: 10px;
}

#nav-toggle span:nth-of-type(3) {
    top: 20px;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#00a8a9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(540px);
    -webkit-transform: translateY(540px);
    transform: translateY(540px);
}
/* ここまでメニュー-------------------------------------------------------------- */

#attention{
	display:block;
	/*border:2px #000000 solid;
	border-radius: 4px;*/
	padding:0px 24px 24px 24px;
	padding:0px 2.4rem 2.4rem 2.4rem;
	text-align:center;
	position: absolute;
	top:80px;
	left:80px;
	margin:0 auto;
	width:auto;
	height:auto;
	/*border:4px #f61d1d solid;*/
	/*background-color: rgba(74,74,74,1);*/
	}

	#attention .titletop{
	display:inline-block;
	text-align: center;
	padding:16px;
	padding:1.6rem;
	font-size:32px;
	font-size:3.2rem;
	line-height:32px;
	line-height:3.2rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.attentionbox{
		margin-top:16px;
		margin-top:1.6rem;
	}

	#attention .titleexplain{
	font-size:16px;
	font-size:1.6rem;
	line-height:24px;
	line-height:2.4rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.mainimage img{
	padding-top:50px;
	}

	#TitleArea {
	height:120px;
	}

	#TitleDesc {
	height:120px;
	}

	#TitleRec {
	height:120px;
	}

	#TitleContact {
	height:120px;
	}

	.TitleFont{
	font-size:26px;
	font-size:2.6rem;
	line-height:120px;
	letter-spacing:8px;
	letter-spacing:0.8rem;
	}

	.MainBox{
	width:540px;
	margin:0 auto;
	margin-top:80px;
	margin-top:8.0rem;
	margin-bottom:80px;
	margin-bottom:8.0rem;
	}

	.HeadBox{
	width:540px;
	margin:0 auto;
	margin-top:80px;
	margin-top:8.0rem;
	margin-bottom:80px;
	margin-bottom:8.0rem;
	}

	.whiteback{
	margin-top:30px;
	margin-top:3.0rem;
	padding: 0;
	}

	.explainbox{
	width:100%;
	padding:0;
	text-align:center;
	}
	.leftimgpicture{
	width:100%;
	height:auto;
}

.rightimgpicture{
	width:100%;
	height:auto;
}

	.leftimg{
	width: 100%;
	clear: both;
	padding: 0;
}

.rightimg{
	width:100%;
	clear:both;
	padding: 0;
}


	#ftbox{
	padding-top:80px;
	padding-top:8.0rem;
	}

	.footerplace img{
	width:auto;
	height:36px;
	height:3.6rem;
	}

	#footercopy{
	height:60px;
	}

	.trybox{
	margin: 0 auto;
	margin-top: 72px;
	width:80%;
	}

	.trylink{
	width:100%;
	padding:14px 0px 14px 0px;
	padding:1.4rem 0rem 1.4rem 0rem;
    border-radius:10px;
    font-size:16px;
  	font-size:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	}


}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 620px) {
	#nav-toggle {
    display: block;
    right: 18px;
    top:14px;
    width: 26px;
    height: 22px;
	}

	#nav-toggle span:nth-of-type(1) {
    top: 0px;
	}

	#nav-toggle span:nth-of-type(2) {
    top: 10px;
	}

	#nav-toggle span:nth-of-type(3) {
    top: 20px;
	}

	#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#00a8a9;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(540px);
    -webkit-transform: translateY(540px);
    transform: translateY(540px);
	}
/* ここまでメニュー-------------------------------------------------------------- */


	#attention{
	display:block;
	/*border:2px #000000 solid;
	border-radius: 4px;*/
	padding:0px 6px 6px 6px;
	padding:0px 0.6rem 0.6rem 0.6rem;
	text-align:center;
	position: absolute;
	top:80px;
	left:80px;
	margin:0 auto;
	width:80%;
	height:auto;
	/*border:4px #f61d1d solid;*/
	/*background-color: rgba(74,74,74,1);*/
	}

	#attention .titletop{
	display:inline-block;
	text-align: center;
	padding:10px;
	padding:1.0rem;
	font-size:20px;
	font-size:2.0rem;
	line-height:20px;
	line-height:2.0rem;
	letter-spacing:1.0px;
	letter-spacing:0.1rem;
	text-shadow: 
		0 3px 3px rgba(0, 0, 0, .7),
		0 -3px 10px rgba(255, 255, 255, .7);
	}

	.attentionbox{
		margin-top:10px;
		margin-top:1.0rem;
	}

	#attention .titleexplain{
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
	/*text-shadow: 
		0 5px 5px rgba(0, 0, 0, .7),
		0 -5px 20px rgba(255, 255, 255, .7);*/
	}

	.mainimage img{
	padding-top:50px;
	}

	#TitleArea {
	height:96px;
	}

	#TitleDesc {
	height:96px;
	}

	#TitleRec {
	height:96px;
	}

	#TitleContact {
	height:96px;
	}

	.TitleFont{
	font-size:20px;
	font-size:2rem;
	line-height:96px;
	letter-spacing:6px;
	letter-spacing:0.6rem;
	}

	.MainBox{
	width:94%;
	margin:0 auto;
	margin-top:64px;
	margin-top:6.4rem;
	margin-bottom:64px;
	margin-bottom:6.4rem;
	}

	.HeadBox{
	width:94%;
	margin:0 auto;
	margin-top:64px;
	margin-top:6.4rem;
	margin-bottom:64px;
	margin-bottom:6.4rem;
	}

	.whiteback{
	margin-top:40px;
	margin-top:4.0rem;
	padding: 0;
	}

.blacktitlemiddle {
	display:inline-block;
	color:#333333;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:1.6px;
	letter-spacing:0.16rem;
	line-height:28px;
	line-height:2.8rem;
}

.normalfont{
	font-size:14px;
	font-size:1.4rem;
	line-height:24.5px;
	line-height:2.45rem;
	letter-spacing:0.5px;
	letter-spacing:0.05rem;
}

	.leftarea{
	padding:7px;
	padding:0.7rem;
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	}
	.rightarea{
	padding:7px;
	padding:0.7rem;
	font-size:14px;
	font-size:1.4rem;
	line-height:14px;
	line-height:1.4rem;
	letter-spacing:1.4px;
	letter-spacing:0.14rem;
	}

	.leftlinebox{
	border-left:solid 7px #c9a063;
	border-left:solid 0.7rem #c9a063;
	}

	.leftlinebox p{
	text-align: left;
	padding-left:7px;
	color:#000000;
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:1.1rem;
	}

	.leftlineboxb{
	margin-top:10px;
	margin-top:1.0rem;
	border-left:solid 7px #c9a063;
	border-left:solid 0.7rem #c9a063;
	}

	.leftlineboxb p{
	text-align: left;
	padding-left:7px;
	color:#000000;
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
	}

	.leftlineboxcenter{
	margin-top:10px;
	margin-top:1.0rem;
}

.leftlineboxcenter p{
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
}

	.textboxjust{
	margin-top:7px;
	margin-top:0.7rem;
	margin-left:14px;
	margin-left:1.4rem;
	}

	.textboxjust p{
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
	}

	.licencebox{
	width:100%;
	margin-left:14px;
	}

	.leftlicence{
	width:82%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.leftlicencenum{
	text-align:right;
	width:18%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.space{
	display:none;
	float:left;
	width:0%;
	line-height:32px;
	line-height:3.2rem;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicence{
	width:82%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}
	.rightlicencenum{
	text-align:right;
	width:18%;
	float:left;
	border-bottom:solid 1px rgba(224,224,224 ,1);
	}


	.licencename{
	font-size:14px;
	font-size:1.4rem;
	line-height:28px;
	line-height:2.8rem;
	letter-spacing:2.1px;
	letter-spacing:0.21rem;
	}
	.licencenum{
	font-size:14px;
	font-size:1.4rem;
	line-height:28px;
	line-height:2.8rem;
	letter-spacing:0.42px;
	letter-spacing:0.042rem;
	padding-right:7px;
	padding-right:1.4rem;
	}

	#pc_footer p,a{
	font-size:14px;
	font-size:1.4rem;
	line-height:21px;
	line-height:2.1rem;
	}

	.table-ul li{
	width:23%;
	}

	.table-ul li:nth-child(2){
	width:23%;
	}

	.table-ul li:nth-child(3){
	width:23%;
	}

	.table-ul li:nth-child(4){
	width:31%;
	text-align:right;
	}

	#ftbox{
	padding-top:64px;
	padding-top:6.4rem;
	}

	.footerplace img{
	width:auto;
	height:24px;
	height:2.4rem;
	}

/*+++++++++++++++++++++++*/	
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 520px) {

#linepng img{
	width:56px;
	height:56px;
}

}






























/* 右から */
.fadeInRight {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translate3d(80%, 0, 0); transform: translate3d(80%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}

/* 左から */
.fadeInLeft {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translate3d(-80%, 0, 0); transform: translate3d(-80%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translate3d(-80%, 0, 0); transform: translate3d(-80%, 0, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}

/* 上から */
.fadeInDown_photo {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: fadeInDown_photo;
	animation-name: fadeInDown_photo;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown_photo {
	0% { opacity: 0; -webkit-transform: translate3d(0, -40%, 0); transform: translate3d(0, -40%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}
@keyframes fadeInDown_photo {
	0% { opacity: 0; -webkit-transform: translate3d(0, -40%, 0); transform: translate3d(0, -40%, 0); }
	100% { opacity: 1; -webkit-transform: none; transform: none; }
}

/* 下から */
.fadeInUp_txt {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-name: fadeInUp_txt;
	animation-name: fadeInUp_txt;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp_txt {
	0% { opacity: 0; -webkit-transform: translateY(40%); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp_txt {
	0% { opacity: 0; -webkit-transform: translateY(40%); -ms-transform: translateY(40%); transform: translateY(40%); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

@keyframes translate { 
  0%   { transform: translate(0px, 0px);} 
  15%   { transform: translate(0px, 20px);}
  30%   { transform: translate(0px, 0px);}
  100%  { transform: translate(0px, 0px);} 
} 
@-webkit-keyframes translate { 
  0%   { -webkit-transform: translate(0px, 0px) ;} 
  15%   { -webkit-transform: translate(0px, 20px);}
  30%   { -webkit-transform: translate(0px, 0px);}
  100%  { -webkit-transform: translate(0px, 0px);} 
} 

/***** コンタクトフォーム *****/
html{
	font-size:62.5%;
}

body{
	margin:0
        width:100%
	font-weight: 500;
        /*font-family:'Noto Sans Japanese', serif,"游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
        font-size:1.6rem;
        color:#222426;
        -webkit-text-size-adjust:100%;
	/*font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;font-size:16px;font-size:1.6rem;color:#222426;-webkit-text-size-adjust:100%;*/
	position:relative;
	letter-spacing:1.6pt;
}

.page{
   background:#ffffff;
}

#primary{
   background:#ffffff;
}

.entry-header{
   background:#ffffff;
   text-align: center;
   padding-top:20px;
   padding-bottom:20px;
}

.entry-header .entry-title {
   font-size:24px;
   font-size:2.4rem;
}

div.wpcf7 { 
   background:#ffffff; 
   border:1px solid #ddd; 
   padding:0px; 
   -moz-border-radius:10px; 
   -khtml-border-radius:10px; 
   -webkit-border-radius:10px; 
   border-radius:10px; 
   margin:0 5px 30px 5px; }

#mainmsg { 
	width:100%;
	padding:20px 0 40px 0; 
	margin:0;
	text-align: justify;
	font-size:18px;
	font-size:1.8rem;
	line-height:24px;
	line-height:2.4rem; }

#mainmsgkouen { 
	width:100%;
	padding:20px 0 10px 0; 
	margin:0;
	text-align: justify;
	font-size:18px;
	font-size:1.8rem;
	line-height:24px;
	line-height:2.4rem; }

div.wpcf7 p { 
	padding-bottom:20px; 
	margin:0;
	text-align: left;
	font-size:16px;
	font-size:1.6rem; }

#kouenex {  
	padding:0;
	margin:0;
	text-align: justify;
	font-size:16px;
	font-size:1.6rem; }

#kakunin {  
	padding:20px 0 40px 0; 
	margin:0;
	text-align: justify;
	font-size:16px;
	font-size:1.6rem; }

.wpcf7 .entrybox{ 
	padding:20px 5px 20px 5px; 
	width:680px;
	margin:0 auto;
	text-align: left;
	font-size:16px;
	font-size:1.6rem; }

div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:18px;font-size:1.8rem; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
   margin-top:30px;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}


 
/* 必須赤色表示 */
.wpcf7 .required { color: #D50000;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #4CAF50;}