@charset "UTF-8";
@import url("reset.css");
@import url("fonts.css");
body {
	text-align: center;
	background: #EEE;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 16px;
	color: #313131;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both;
}
.ttl_font{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 160%;
    color: #191464;
    font-weight: bold;
    padding: 0.8em 0!important;
    border-top: solid 2px #191464!important;
    border-bottom: solid 2px #191464!important;
	text-align: center;
}
.ttlfomt02{
  border-left :solid 5px #C00;
  border-bottom: solid 1px gray;
  padding: 10px
  /*余白をつけておきます*/
}
.pl10{
	padding-left: 10px!important;
}
.migi{
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
/*リストアイコン*/
ul li {
  position: relative;
}
li{
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-weight: bold;
}
ul li::after,
ul li::before {
  display: block;
  content: '';
  position: absolute;
}
ul li::after {
  top: .35em;
  left: -0.2em;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 100%;
}
ul li::before {
  z-index: 2;
  top: .625em;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*end*/

/*div#bg_wrap{
	width: 100%;
	background: #f8f8f8 url(../image/bg.jpg) center center;
	background-attachment: fixed;
	background-position: 50% 0%;
}*/

div#bg_wrap{
    margin: 0 auto;
	width: 100%;
	background: none;
}
div#bg_wrap::before {
	content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    background: url(../image/bg.jpg) center/cover no-repeat;
    -webkit-background-size: cover;
}
div#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
div#headline {
	width: 100%;
	margin: 0px auto 0px auto;
	/*background: #14151e url(../image/bg_top.jpg) center center*/;
	background-size: cover;
}
div#headline h1 {
	max-width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
div#headline_frame {
	width: 830px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
div#headline_frame .headline_frametop {
	width: 830px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	background: url(../image/header_messagetop.png) no-repeat bottom center;
}
div#headline_frame .headline_framemid {
	width: 830px;
	margin: 0px auto;
	padding: 0px 0px 18px 0px;
	background: url(../image/header_messagemid.png) repeat-y center;
}
div#headline_frame .headline_framebtm {
	width: 830px;
	height: 135px;
	margin: 0px auto;
	padding: 0px;
	background: url(../image/header_messagebtm.png) no-repeat top center;
}
div#headline_frame .headline_framebox {
	width: 650px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
div#headline_frame .headline_framebox p {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
div#wrapper h2 {
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-size: 1.7em;
    line-height: 1.2em;
	margin: 0px auto 30px auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
div#wrapper h3 {
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
div#wrapper h4 {
	width: 835px;
	margin: 0px auto 20px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
}
div#wrapper h5 {
	width: 700px;
	margin: 0px auto 20px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
	font-size: 24px;
	border-bottom: 2px #cccccc solid;
}
div#wrapper .box01 {
	width: 700px;
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align: left;
}
div#wrapper .box01 p {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
div#wrapper .box02 {
	width: 730px;
	margin: 0px auto 30px auto;
	padding: 0px;
	text-align: justify;}
div#wrapper .box02 p {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}
.letter .box01 p{
	margin: 0px!important;
    padding: 0px;
    line-height: 36px;
    background: url(../image/letter_box.png) repeat left bottom;
}
.letter_top{
	width: 830px;
    height: 40px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: url(../image/frame01_top.jpg) no-repeat;
}
.letter_middle{
	width: 830px;
    margin: 0px auto 0px auto;
    background: url(../image/frame01_mid.jpg) repeat top center;
    text-align: center;
}
.letter_btm{
	width: 830px;
    height: 127px;
    margin: 0px auto 0px auto;
    padding: 0px;
    background: url(../image/frame01_btm.jpg) repeat bottom center;
}
div#wrapper .frame01 {
	width: 800px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 0px 0px;
	border-top: 7px #f2f5f8 solid;
	border-right: 10px #f2f5f8 solid;
	border-bottom: 10px #f2f5f8 solid;
	border-left: 10px #f2f5f8 solid;
}
div#wrapper .frame02 {
	width: 755px;
	margin: 0px auto 30px auto;
	padding: 30px 0px 10px 0px;
	background: #fefce5;
}
div#wrapper .frame03 {
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: url(../image/frame03_mid.png) top center;
}
div#wrapper .frame03_top {
	width: 850px;
	height: 110px;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
}
div#wrapper .frame03_btm {
	width: 850px;
	height: 28px;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
}
div#wrapper .frame03 .box01 {
	width: 700px;
	margin: 0px auto 15px auto;
	padding: 20px 20px 10px 20px;
	text-align: left;
	border: 3px #fdd000 solid;
	background: #FFFFFF;
	-webkit-box-shadow: 0 3px 10px -6px #999999;
	-moz-box-shadow: 0 3px 10px -6px #999999;
	box-shadow: 0 3px 10px -6px #999999;
}
div#wrapper .frame03 .box02 {
	width: 700px;
	margin: 0px auto 15px auto;
	padding: 0px;
	text-align: justify;
}
div#wrapper .table01 {
	width: 690px;
	margin: 0px auto 50px auto;
	padding: 20px 0px 0px 0px;
	border: 5px #c7b299 solid;
	background: #fefdf7;
}
div#wrapper .table01 td {
	width: 50%;
	margin: 0px auto 30px auto;
	padding: 10px 0px 10px 30px;
	border-right: 1px #c7b299 solid;
	border-bottom: 1px #c7b299 solid;
	text-align: left;
}
div#wrapper .table02 {
	width: 760px;
	margin: 0px auto 50px auto;
	padding: 20px 0px 0px 0px;
	border: 5px #c7b299 solid;
	background: #fefdf7;
}
div#wrapper .table02 td {
	margin: 0px auto 30px auto;
	padding: 10px 0px 10px 30px;
	border-right: 1px #c7b299 solid;
	border-bottom: 1px #c7b299 solid;
	text-align: left;
}
div#wrapper .ul01 {
	width: 755px;
	margin: 0px auto;
	padding: 0px;
}
div#wrapper .ul01 li {
	width: 720px;
	margin: 0px auto 12px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	font-weight: bold;
}
div#wrapper .ul01 li:before {
	content: '✩';
}
div#wrapper .ul02 {
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#wrapper .ul02 li {
	width: 720px;
	margin: 0px auto 10px auto;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	color: #C00;
}
div#wrapper .ul02 li:before {
	content: '★';
}
div#wrapper .formTable {
	width: 700px;
	margin: 0px auto 30px auto;
	padding: 20px 0px 0px 0px;
	border: 5px #c29f3b solid;;
	background: #fefdf7;
}
div#wrapper .formTable td {
	margin: 0px auto 30px auto;
	padding: 10px 15px 10px 15px;
	border-right: 1px #c7b299 solid;
	border-bottom: 1px #c7b299 solid;
	text-align: left;
}
div#wrapper .formTable th {
	width: 30%;
	margin: 0px auto 30px auto;
	padding: 10px 15px 10px 15px;
	border-right: 1px #c7b299 solid;
	border-bottom: 1px #c7b299 solid;
	text-align: left;
	background: #ebe8d9;
}
div#wrapper .btnArea {
	margin: 0px auto 80px auto;
	padding: 0px;
}
input.inputText_H {
	width: 150px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	border: 1px solid #707070;
	font-size: 16px;
}
input.inputText_S {
	width: 120px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	border: 1px solid #707070;
	font-size: 16px;
}
input.inputText_L {
	width: 440px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	border: 1px solid #707070;
	font-size: 16px;
}
input.inputText_M {
	width: 150px;
	padding: 5px 5px 5px 5px;
	margin: 0px auto 0px auto;
	border: 1px solid #707070;
	font-size: 16px;
}
.img_right {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.img_left {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
div#footer_links {
	width: 800px;
	margin: 0px auto 5px auto;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
div#footer_links a {
	color: #666;
	text-decoration: none;
}
div#footer {
	width: 100%;
	height: 35px;
	margin: 0px auto;
	padding: 15px 0px 15px 0px;
	text-align: center;
	font-size: 16px;
	color: #00b0ff;
	border-top: 1px solid #eeeeee;
}
.bg_black{
	background: #000;
	padding: 40px 0;
}
.bg_black p{
	color: #fff;
}
.privilege {
    background: #fcfbed;
    padding:20px 0 40px;
    margin:20px 0 40px;
}
/* @media screen and (min-width: 800px) {
   img.miniimg { display: none; }
   img.bigimg  { display: block; }
}

@media screen and (max-width: 799px) {
   img.miniimg { display: block; }  
   img.bigimg  { display: none }
}

@media screen and (max-width: 960px) {
div.text800_r{
	width:100%;
}*/


/*===========base===========*/
/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
.lh18{line-height: 1.8}
.justify{text-align: justify}
.center {text-align: center !important;}
.txt_right {text-align: right !important;}
.txt_left {text-align: left !important;}
 
.fontred{color:red !important;}
 
.bold{font-weight:bold !important;}
.ul{text-decoration:underline !important;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}

.font50{font-size:50% !important;}
.font75{font-size:75% !important;}
.font125{font-size:125% !important;}
.font150{font-size:150% !important;}
 
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */
 
div.hr { clear:both; }
div.hr hr { display:none; }
 
/* ----------------------------------------------------
 
    margin
 
---------------------------------------------------- */
.m_auto{margin: 0 auto!important;} 

.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml-13 { margin-left:  -13px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
 
/* ----------------------------------------------------
 
    padding
 
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }
