@charset "UTF-8";
@import "wrapper.css";
@import "form.css";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


/* =========== Reset =========== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}



/* =========== Basic =========== */

body {
	background-image:url(../images/bg.png);
	font-size: 115%;
	line-height: 150%;
	color: #333;
	letter-spacing: 0.5px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

img {
	vertical-align:bottom
}

p {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}



/* =========== LINK関連 =========== */

a:link {
	color: #cfa972;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

a:visited {
	text-decoration: none;
	color: #9E9E9E;
}

a:hover {
	text-decoration: underline;
	color: #d1c0a5;
}

a:active {
	text-decoration: none;
	color: #b28850;
}

a img {
	border-style:none;
}

a img.linkimg {
    background:none!important;
}
 
a:hover img.linkimg{
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    background:none!important;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

.letterpress a{
  position: relative;
  left: 1px;
  top: 2px;
  color: #b28850;
  font-weight: bold;
  text-shadow: 1px 2px 1px #e4e4e4;
  text-decoration: none;
  -moz-transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
}

.letterpress a:hover{
  left: 0px;
  top: 0px;
  color: #01579B;
  text-shadow: 1px 2px 1px #ccc;
}




/* =========== フロート関連 =========== */

.left {
	float: left;
}

.end {
	clear: both;
}

.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 */




/* =========== ハイライト =========== */

::selection {
	color: #fff;
	background-color: #FF9D00;
}

::-moz-selection {
	color: #fff;
	background: #FF9D00;
}




/* =========== 角丸 =========== */ 

.round{
    -moz-border-radius: 10px; /* Firefox用 */
    -webkit-border-radius: 10px; /* Safari,Google Chrome用 */
    border-radius: 10px; /* CSS3 */
}




/* =========== font =========== */ 

.f1 {
	font-weight: bold;
	font-size: 130%;
}

.f2 {
	color: #eb6100;
	font-weight: bold;
}

.f3 {
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
}

.f4 {
	color: #999;
	font-weight:normal;
}

.f5 {
	font-size: 90%;
	color: #eb6100;
}

.f6 {
	color:  #A70C0F;
}

.f7 {
	font-weight: bold;
	background-color: #FDFFCB;
}

.fb {
	font-weight: bold;
}



/* =========== list =========== */ 

.txt ul {
	list-style: disc;
	margin-left: 1.2em;
	margin-bottom: 2em;
}

.txt li {
	margin-bottom: 0.8em;
}



/* =========== 見出し =========== */ 

h1 {
	font-size: 130%;
	line-height: 130%;
	font-weight: bolder;
  padding: .25em 0 .25em .75em;
  border-left: 15px solid #ccc;
	margin-bottom: 0.3em;
}


/* =========== 装飾枠 =========== */ 
.box17{
    margin:2em 0;
    position: relative;
    padding: 1.5em 2.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}