@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
*,
*::before,
*::after {
box-sizing: border-box; }

body,
html {
    overflow-y: auto;
    overflow-x: hidden;
	font-family: serif;
	color: #111;
	line-height:1.5;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }
::-webkit-scrollbar-track-piece{ background:#fff;}


.wrap{
	width:700px;
	margin:0 auto;
	background:#fff;
	}
.container{
	max-width:100% !important;
	margin:0;
	padding:0;
}
.row{
	margin:0;
	padding:0;
}

img{ max-width:100%;}

.img_center {
    display: block;
    margin: 0 auto !important;
    width: 50% !important;
	padding-top:20px;
}
.img_center2 {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
}
.img_center3 {
	margin:0 auto;
    width: 426px !important;
}
.phr{
	float:right;
	border:1px solid #eaeaea;
}

.display{ display:none !important;}
.pc { display: block !important; }
.sp { display: none !important; }

.b,
.bold{font-weight:bold;}
.bold2{
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-size: 18px;
丂font-weight: bold;
	margin: 0 auto 20px;
	text-align: left
}
.opc1{ opacity:1 !important;}

.lh100{ line-height:100% !important;}

.line{ border-bottom:1px solid #000;}
.line2{ border-bottom:2px solid #b31c10; padding-bottom:3px;}

.mtop10 {margin-top:10px !important;}
.mtop15 {margin-top:15px !important;}
.mtop30 {margin-top:30px !important;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}

.mb15 {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}

.white{ color:#fff !important;}
.black{ color:#000 !important;}
.brown{ color:#988475 !important;}
.blue{ color:#2756a4 !important;}
.blue2{ background:#ecf4f7 !important;}
.blue3{ background:#094fa1 !important;}
.blue4{ background:#f3f9ff !important;}
.blue5{ background:#094fa1 !important;}

.violet{ background:#E6E9F2 !important;}
.red{ color:#b31c10 !important;}
.yell{ background:#ffea00 !important;}
.yell2{ background:#fffef8 !important;}

.bg_gray{ background:#fafafa !important;}
.bg_gray2{ background:#ebebeb !important;}
.bg_yell{	background:#ffe38e !important;}

.txtshadow{
	text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	}
.txtshadow02{
	text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
	}

.gazo_styles{
  opacity: 0.95;
  /*box-shadow: 5px 4px 0 0 #E6E6E6;*/
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.gazo_styles:hover{
  opacity: 1;
  -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);  
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
.textleft {text-align:left;}
.textcenter {text-align:center;}

.boederbottom0{ border-bottom: 0px !important;}
.borderbottom_org{ border-bottom:5px solid #EA5711 !important;}

.border_blue{ border:3px solid #094fa1 !important;}
.border_blue2{ border-left:5px solid #094fa1 !important;}

h1, .h1, h2, .h2, h3, .h3 {
	margin:0;
}

.ft70{ font-size:70%;}
.ft80{ font-size:80%;}
.ft90{ font-size:90%;}
.ft110{ font-size:110%;}
.ft120{ font-size:120%;}
.ft130{ font-size:130%;}
.ft150{ font-size:150%;}
.ft160{ font-size:160%;}
.ft180{ font-size:180%;}
.ft200{ font-size:200%;}
.ft250{ font-size:250%;}

.lts-3{letter-spacing:-3px;}

.width_60px{width:60px !important;}

.width10{width:10% !important;}
.width20{width:20% !important;}
.width30{width:30% !important;}
.width40{width:40% !important;}
.width50{width:50% !important;}
.width60{width:60% !important;}
.width90{width:90% !important;}
.width95{width:95% !important;}

.br-pc { display:block; }
.br-sp { display:none; }

h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }

h2 {
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #b31c10;
	font-size: 32px;
	line-height: 130%;
	margin: 0 auto 40px;
	text-align:center;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .container h2 {
	font-size: 36px !important;
  }
}

h2.txt1 {
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #111;
	font-size: 28px;
	line-height: 130%;
	margin: 0 0 20px;
	padding:5px;
	text-align:left;
}

h3 {
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #111;
	font-size: 26px;
	line-height: 130%;
	margin: 0 auto 40px;
	text-align:center;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .container h3 {
	font-size: 30px !important;
  }
}

h5 { font-size: 16px; }
p {
	font-size: 16px;
	color:#000 !important;
	text-align:left;
	line-height: 160%;
	margin-bottom: 20px
}
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #00a0e9;
	opacity:0.7;
}
.highlight { color: #ffcc33 }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

ul{ list-style:none; margin:30px 0 40px; padding:0;}
li:before {
  content: "\f14a";
  font-family: FontAwesome;
  color:#b31c10;
	margin-right:5px;
   }

li {
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #111;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 10px;
	text-align:left;
}
table{
	width:100%;
	font-size:100%;
	border:1px solid #ccc;
	margin:0 auto;
}
table tr td{
	border:1px solid #ccc;
}
table p {
	font-size: 14px;
	color:#000 !important;
	text-align:left;
	line-height: 160%;
	margin-bottom: 0px;
	padding:10px;
}


/* header*/
header {
	width:100%;
    margin: 60px auto 30px;
}
header p {
font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size:32px;
	text-align:center;
	line-height:1.3;
	padding-bottom:10px;
}

/* form*/
.form{
	margin:30px auto;
	background:#f5f5f5;
}
.formin{
	width:70%;
	margin:0 auto;
	padding:30px 0;
}
.formin p{
	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", "僸儔僊僲妏僑 ProN W3", Meiryo, "儊僀儕僆", sans-seriff;    color: #111;
margin-bottom:0px;
font-weight:normal;
}

input[type="text"]{
   outline: none;
   vertical-align: middle;
	width:100% !important;
	height:50px !important;
   font-size: 20px;
   line-height: 50px;
	color: #111 !important;
   font-weight:bold;
   padding:0 10px;
	border:2px solid #ccc;
	padding-top:0 !important;
	margin:10px auto 30px !important;

}
input[type="submit"]{
font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align:center;
	font-size:30px;
-webkit-appearance: none;
border:none;
background:none;
padding:20px;
	color:#b31c10;
}

::placeholder{
  color:#ccc
}
.btn:hover{
	opacity:0.7;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .ieb {
	width:100% !important;
	margin:0 auto !important;
  }
}

.footer {
	padding-top:20px;
	padding-bottom:30px;
}
.footer p{
	font-size:90%;
	color:#666;
	}
	
/* prof*/
.profilebox{
	width:75%;
	margin:0 auto;
	background:#fff;
	padding:0px 40px 20px 40px;
}
.profilebox p{
	font-size:90%;
	line-height:1.8;
	padding-bottom:20px;
}

.profilebox h3 {
	font-size:200%;
	text-align:left;
  line-height: 180%;
  font-weight: 900;
	padding-left:20px;
	padding-bottom:10px;
}
.profilebox h4 {
	font-size:100%;
	text-align:left;
  line-height: 160%;
  font-weight: 900;
	padding-left:20px;
}

/* privacy */
#privacy{background:#eaeaea !important;}
.privacybox{
	width:85%;
	margin:0 auto 30px;
	background:#fff;
	padding:0px 40px 20px 40px;
}
.privacybox p{
	font-size:100%;
}
#privacy h1 {
	font-size:200% !important;
	text-align:center !important;
  font-weight: 900;
	margin:20px 0;
	padding-top:30px;
	padding-bottom:40px;
}

/* 儁乕僕僩僢僾 */

#page-top {
    position: fixed;
    bottom: 15px;
    right: 10px;
    font-size: 80%;
}
#page-top a {
    display: block;
    background: #999;
    color: #fff;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
#page-top a:hover {
    background: #999;
    text-decoration: none;
}

.txt_01:before {
content: '';
  display: inline-block;
  width: 30px;/*夋憸偺暆*/
  height: 30px;/*夋憸偺崅偝*/
  background-image: url(../img/check.png);
  background-repeat:no-repeat;
  background-size: contain;
  vertical-align: middle;
  position:absolute;
  top:10px;
  left:0px;
   }

.txt_01 {
    font-size:20px;
	text-align:left;
	position: relative;
	font-weight:bold;
	line-height:260%;
	position:relative;
	padding-left:40px;
	font-family: "僸儔僊僲妏僑 StdN W8", "Hiragino Kaku Gothic StdN", "HGP憂塸妏恨集窾B", "HGPSoeiKakugothicUB", "俵俽 俹僑僔僢僋", "MS PGothic", sans-serif;
}
