/*common*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
  /* Hides from IE-mac \*/  
  * html .clearfix { height: 1%; }  
  .clearfix { display: block; }  
  /* End hide from IE-mac */  
#wrapper {	width:100%;
			margin:0 auto;
			max-width:2480px;
			min-width:780px;
		}

#main-contents .contents-articl div {
}


		@media(max-width:600px){
			#wrapper {	width:100%;
						margin:0 auto;
						max-width:600px;
						min-width:240px;
				}
		}
header {
	top: 0;
	text-align: center;
	/*height: 500px;*/
}

header h1{
	font-size: 200%;
	margin: 5px auto;
	padding: 0;
	font-family: serif;
	color: #D2AA01;
}
@media(max-width:600px){
	header h1 {font-size: 100%;}
}
header h1.headtitle{
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: solid #B34E00 thick;
}
header img{width: 100%;}
.ht {
	position: relative;
}
.ht figure.htsp{
	height:50px;
	width: auto;
}
	@media(max-width:600px){
	.ht figure.htsp{
	height:1.5em;
	width: auto;
	margin: 5px;
}
}
.logo {
	width: 8%;
	height: auto;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	left: 50%;
}
#main-contents {
	margin:80px auto;
	width: 80%;
}
	@media(max-width:600px){
		#main-contents {
			margin: auto;
			width: 95%;
		}
	}
#main-contents div.mc{
	width: 95%;
	margin: auto;
}
#main-contents img.main {
	width:100%;}

.contents-articl{
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	}
	.contents-articl figure {	
		margin: 0 30px 15px 0;	
		width: 25%;
		}
		@media(max-width:600px){
			.contents-articl figure {
				width: 100%;
				}
			}
	.contents-articl img{
		width: 100%;
		-moz-box-shadow: 2px 2px 3px 3px #CCC;
		-webkit-box-shadow: 2px 2px 3px 3px #CCC;
		box-shadow: 2px 2px 3px 3px #CCC;
		background-color: #EEE;
		padding: 0;
		margin: 5px 0;
		}

	.contents-articl div{
		width: 95%;
		margin: auto;
}
	.contents-articl table.droneTb{
		width:98%;
		margin:10px auto;
		border:#7E6601 solid thin;
		border-collapse:collapse;
		}
	.contents-articl  table.droneTb th, table.droneTb td{
		padding:3px;;
		}
	.contents-articl  table.droneTb th{
		background:#FFFECF;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:larger;
		font-weight:bold;
		}
	.contents-articl  table.droneTb td{
    background: #FFFFFF;
    border: thin solid #7E6601;
    margin: 0;
		}

/*見出しh2.付箋 */
#main-contents h2{
    position: relative;
    margin: 0 22px 20px 10px;
    padding: 14px 15px 0px 20px;
    color: #D99605;
    box-shadow: 12px 0 0 0 #FFFECF,
		0 12px 0 0 #FFFECF,
		1px 15px 4px -3px rgba(0,0,0,0.2);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 150%;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    background-color: #FFFECF;
}
	@media(max-width:600px){
			#main-contents h2 {
				font-size: 110%;
			}
		}
#main-contents h2:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}
#main-contents h2:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:70%;
	height:15px;
	background:rgba(255,190,49,0.40);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}


/*見出しh3.付箋 */
#main-contents h3{
	position:relative;
	margin:10px 22px 20px 20px;
	padding:10px 15px 0px 15px;
	font:normal 18px/1.3 serif;
	color:#009;
	background:#FFFECF;
	box-shadow:
		12px 0 0 0 #FFFECF,
		0 12px 0 0 #FFFECF,
		1px 15px 4px -3px rgba(0,0,0,0.2);
}
#main-contents h3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:100%;
	width:0;
	height:0;
	border-width:12px 12px 0 0;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cc9;
}
#main-contents h3:after{
	content:" ";
	position:absolute;
	padding:0 20px;
	bottom:0;
	left:10px;
	width:120px;
	height:20px;
	background:rgba(255,190,49,0.40);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
	
	
.fLeft{float:left;}
.fRight{float:right;}
	@media(max-width:600px){
		.fLeft,
		.fRight{
			float:none;
		}
	}
ul.nintei{
	margin: 15px 5px;
	padding-left: 5px;
	border-bottom: solid thin #7E6601;
}
ul.nintei li {
    list-style: none;
    margin: 0;
    font-weight: bold;
    font-size: 110%;
    color: #7E6601;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
ul.nintei li:before{content: "◆"}
ul.nintei ul{padding-left: 10px;}
ul.nintei li ul li{
	font-weight: normal;
	list-style:none;
	color: #000000;
	font-size: 100%;
}
ul.nintei li ul li:before{content: none;}
ul.nintei li ul li ul{padding-left: 10px;}
ul.nintei li ul li ul li {
	list-style: none;
	font-size: 90%;
}
ul.nintei li ul li ul li:before{content: "・"}
#lp h1{
	font-size:small; 
	color:#FFF;
	background:#45c760;
	margin:0;
	padding:3px;
	}
#lp h3{
    position: relative;
    padding: 0.8em;
    margin: 0 0 1.5em;
    font-size: 1.143em;
    font-weight: bold;
    color: #333;
    background: #fff;
    text-shadow: 1px 1px 0 #fff, 1px 1px 0 #999;
    border: #0099FF solid 2px;
    background-image: -webkit-gradient(linear, left top, right bottom,
        from(           rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(255, 255, 255, 0.0)), 
        color-stop(0.4, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(0, 0, 0, 0.1)), 
        color-stop(0.6, rgba(255, 255, 255, 0.0)),
        to(             rgba(255, 255, 255, 0.0))
        );
    background-image: -webkit-linear-gradient(top -45deg,
        transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -moz-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: -o-linear-gradient(top -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-image: linear-gradient(to bottom -45deg,
            transparent 40%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.1) 60%,
        transparent 60%
            );
    background-size:4px 4px;
}
 
#lp h3:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 24px;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #0099FF;
}
 
#lp h3:after{
    content: " ";
    position: absolute;
    top: 100%;
    left: 28px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F0F0F0;
    z-index:1;
}
footer{	
	font-size:small; 
	color:#FFF;
	background:#626DE5;
	margin:0;
	padding:3px;}

#main,
#second{background:#E9FCEB;}


.articlewidth{width:960px;
margin:0 auto;
text-align:center;}
	@media(max-width:600px){
		.articlewidth{width:100%;
					  margin:0;
					  }
	}
.support1{
	width:95%;
	text-align:left;
	margin:auto;
}

.support2{
	width:580px;
	text-align:left;
	margin:auto;
}

.support3{
	width:540px;
	text-align:left;
	margin:auto;
}
	@media(max-width:600px){
			.support1,
			.support2,
			.support3{
			width:90%;
			padding:10px;
			}
		}

.inyou01 {
	margin:5px 20px; padding:5px; border:dashed #ccc 1px;}


.wrap-updown{
	margin:5px 0;
}

#flag{
	display:block; 
	text-align:left;
	position:absolute;
	bottom:0;
	left:273px;
}
	@media(max-width:600px){
		#flag{width:100%;
		position:static;
		left:0;}
		#flag img{width:35%;}
	}

.fBrawn{
	color:#541105;}
.fRed{
	color:#F00;
}
.yellowmarker{
	background-color:#FF6;}
.title-bg{
	background:url(../cn/lp/image/background.png) bottom repeat-x;
	text-align:center;
}
		@media(max-width:600px){
			.title-bg{
				background:none
				}
		}
	@media(max-width:600px){
		.ttlsub{
			width:100%;
			height:35px;
		overflow:hidden;
		}
		.ttlsub2{
			position:absolute;
			left:-250px;
			overflow:hidden;}
		.ttlsub2 img{width:140%;}

	}
/*言語切り替え*/
#language-switch{
	text-align:right;}
	@media(max-width:600px){
		#language-switch{
			text-align:center;
			}
	}
/**------- form -------**/


.entryform{
	border-collapse: collapse;
	width: 100%;
	border:#7E6601 solid thin;
}
table.entryform th,
table.entryform td {
	padding: 20px;
	text-align: left;
	border: #7E6601 solid thin;
}
 
table.entryform th {
    position: relative;
    background-color: #FFFECF;
}
@media(max-width:600px){
	.entryform th,
	.entryform td {
    display: block;
    width: 320;
    border-bottom: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
input[type="submit"],
input[type="text"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
select {
	cursor: pointer;
}
.buttonE {
  display       : inline-block;
  border-radius : 12%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 18px;   /* 余白       */
  background    : #4d4dff;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 1px #666666;  /* 影の設定 */
}
.buttonE:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  opacity       : 0.8;         /* カーソル時透明度 */
} 
.buttonRe {
  display       : inline-block;
  border-radius : 12%;          /* 角丸       */
  font-size     : 14pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 20px 18px;   /* 余白       */
  background    : #999999;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 1px #666666;  /* 影の設定 */
}
.buttonRe:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #999999;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}
 
input[type="text"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  /*padding: 12px 15px;*/
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
	@media(max-width:600px){
		input[type="text"],
		input[type="tel"],
		input[type="email"],
		select,
textarea {width: 150px;
}
input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
 
textarea[name="content"] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
 
input::placeholder,
textarea::placeholder {
  color: #ccc;
}
 
::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
 
:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
 


/*global*/
	.smart{
		display:none;}
@media(max-width:600px){
	.pc{
		display:none;
		}
	.smart{
		display:block;}
	img{
		width:100%;
	}
}

/*table*/
.yoken table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2em;
	border: 1px solid #ccc;
	width:100%;
}
.yoken table thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #009966;
}
.yoken table thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
.yoken table tbody th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #E1FDF7;
	text-align:center;
}
.yoken table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
/*FAQ*/
.qanda dl{
     width:90%;
     margin:30px;
     line-height:1.8em;
     font-size: 1.2em;
     overflow: hidden;
     _zoom: 1;
}

.qanda dl dd,
.qanda dl dt{
     text-indent: -1.4em;   
     padding: 0 20px 0px 40px;
}

.qanda dl dt{
     margin:20px 20px 0 0;
}

.qanda dl dd:first-letter,
.qanda dl dt:first-letter{
     font-size: 1.8em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.qanda dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


.qanda dl dt:first-letter{
     color: #0F78E1;
}
.qanda dl dd:first-letter{
     color: #ff6767;
}
/*mokuji*/
.mokuji{ width:50%; margin:30px auto; border: solid 1px #666666; background-color:#eeeeee;}
.mokuji ul li {
	list-style-type: none;
	position: relative;
}
.mokuji ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .6em;
	left: -1em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #f7594d;
	border-bottom: 2px solid #f7594d;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media(max-width:600px){
.mokuji{ width:95%; margin:30px auto; border: solid 1px #666666; background-color:#eeeeee;}
}
