@charset "UTF-8";

/*********************************************************************
 オーダーフォーム用_ヘッダー/フッターCSS
**********************************************************************/
/************** header **************/
/*リセットCSS*/
html {
  height: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  font-size: 62.5%;
}
body {
margin: 0;
padding: 0;
border: 0;
height: 100%;
background: #ffffff;
color: #404040;
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 font-size: 12px;
}
body > div,
ul.linelist li {
font-size: 12px;
}
/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
display: block;
}
audio,canvas,progress,video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],template {
display: none;
}
/* Objects-normalize */
table {
border-collapse: collapse;
border-spacing: 0;
}
td,th {
padding: 0;
}
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #999999;
margin:1em 0;
padding:0;
}
img {
border-style:none;
vertical-align:bottom;
max-width:100%;
width /***/:auto;
height:auto;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
/* Letters */
div,p,li,dt,dd,th,td {
word-wrap: break-word;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,em,strong {
font-style: normal;
font-weight: bold;
}
dfn {
font-style: italic;
}
mark,em,strong,b {
font-style: normal;
font-weight: bold;
font-size: 100%;
}
mark {
background-color: #ffff00;
}
small,i,var {
font-style: normal;
font-weight: 400;
font-size: 100%;
}
small {
font-size: 80%;
}
sub,sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
overflow: auto;
}
code,kbd,pre,samp {
font-family: monospace, serif;
font-size: 1em;
}
/* Forms */
form,button,input,optgroup,select,textarea {
margin: 0;
  font-family: inherit;
  font-size: 100%;
}
label {
cursor: pointer;
}
input {
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
text-transform: none;
overflow: visible;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
input[type="text"],
input[type="password"],
select,
textarea {
text-transform: none;
  margin-right: 10px;
  margin-bottom: 5px;
   padding: 2px;
 border: 1px solid #61482d;
vertical-align: middle;
}
select {
padding: 0px;
  min-height: 20px;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
vertical-align: middle;
cursor: pointer;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
optgroup {
font-weight: bold;
}
/* FormInput-radio */
label {
margin-right: .3em;
padding: .5em .5em;
}
label input[type="radio"] {
margin: -3px .3em 0 0;
width: 18px;
height: 18px;
line-height: 24px;
}
label input[type="radio"]:checked{
}
/* FormInput-cheack */
label input[type="checkbox"] {
margin: -2px .3em 0 0;
width: 18px;
height: 18px;
line-height: 18px;
}
label input[type="checkbox"]:checked{
}

/* Common */
.cfx:after {
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
 content: ".";
 line-height: 0;
 font-size: 0.1em;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
ul.linelist {
list-style:none;
margin:0;
padding:0;
letter-spacing:-0.4em;
font-size: 0;
}
ul.linelist li {
margin:0;
padding:0;
word-spacing:normal;
letter-spacing:normal;
display:inline-block;
*display:inline;
*zoom:1;
}
.agch .ag-pc,
.agch .ag-tab,
.agch .ag-sp,
.none {
display:none;
}

a {
  color: #61482d;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
.link,
.link-2,
.link-outside {
  background: url(/c/cmn/img/ico_arrow.png) no-repeat 0 3px;
  padding-left: 10px;
}
.link a,
.link-2 a,
.link-outside a,
.link-s,
.link-inline {
 border-bottom: 1px dotted #61482d;
 line-height: 1.3;
}
.link-s a {
 font-size: 11px;
 font-size: 1.1rem;
 border-bottom: 1px dotted #61482d;
}

.link a:hover,
.link-2 a:hover,
.link-outside a:hover,
.link-s:hover,
.link-inline:hover,
.link-s a:hover {
  border-bottom: none;
}

/*共通*/
#SMP_STYLE #WEB_HEADER {
background: #fff;
width: 100%;
min-width: 980px;
border-top: 5px solid #ff9123;
border-bottom: 3px solid #e9e9e9;
}
#SMP_STYLE #WEB_HEADER li {
    list-style: none;
}
#SMP_STYLE #WEB_HEADER img {
	border-style: none;
    vertical-align: bottom;
    max-width: 100%;
    width /***/: auto;
    height: auto;
}
#SMP_STYLE #WEB_HEADER a {
	color: #61482d;
    text-decoration: none;
}
#SMP_STYLE #WEB_HEADER .sp {
	display:none;
}
/*全体*/
#SMP_STYLE #WEB_HEADER .head-web-in {
position: relative;
width: 980px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap {
position: relative;
margin: 20px 0;
}
/*ロゴエリア*/
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo {
margin: 0;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo a {
/*display: block;*/
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo a .sp {
display:none;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .logo-copy {
position: absolute;
top: 0;
left: 260px;
display: inline-block;
margin: 0;
width: 150px;
line-height: 1.6;
color: #743a20;
font-size: 12px;
font-weight: bold;
font-style: normal;
vertical-align: top;
}
/*よくある質問*/
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap {
position: absolute;
top: 0;
right: 0;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li {
margin: 0 0 0 10px;
padding: 0;
float: left;
line-height: 1.5;
font-weight: bold;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa {
margin: 12px 10px 0 0;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa a {
position: relative;
display: block;
padding: 0 0 0 10px;
line-height: 1.1;
color: #333333;
font-size: 13px;
box-sizing: border-box;
text-decoration: none;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa a:hover {
color: #666666;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa a:before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
margin-top: -4px;
width: 0;
height: 0;
border: 4px solid transparent;
border-left-color: #85c10c;
}
/************** jp **************/
#SMP_STYLE #JP_FOOTER {
width: 100%;
min-width: 980px;
}
#SMP_STYLE #pagetop {
width:100%;
}
#SMP_STYLE #pagetop .inner {
margin:0 auto;
max-width:950px;
}
#SMP_STYLE #pagetop .inner p {
padding-top:8px;
margin: 0;
}
#SMP_STYLE html*#pagetop .inner p {
display:block;
width:160px;
}
#SMP_STYLE #pagetop .inner p a {
position: relative;
display:block;
margin:0 0 0 auto;
width:130px;
height:30px;
line-height:30px;
text-align:center;
color:#ffffff;
font-size:13px;
background:#61482d;
}
#SMP_STYLE #pagetop .inner p a:before {
content: "";
position: absolute;
margin: -14px 0 0 -8px;
top: 0;
left: 50%;
border: 8px solid transparent;
border-bottom-color: #61482d;
}
#SMP_STYLE #pagetop .inner p a:hover {
background:#936D44;
}
#SMP_STYLE #pagetop .inner p a:hover:before {
border-bottom-color: #936D44;
}
#SMP_STYLE #FOOT_TOP {
width:100%;
}
#SMP_STYLE .footin {
margin:0 auto;
padding: 20px 0;
max-width:950px;
}
#SMP_STYLE .footaside {
padding-bottom:20px;
margin-left:-10px;
text-align: left;
}
#SMP_STYLE .footaside ul li {
margin:10px 0 !important;
padding:0 10px !important;
line-height:1;
border-right:1px solid #584027;
font-size: 12px;
}
#SMP_STYLE #FOOT_BOTTOM {
background:#e1dcc8;
}
#SMP_STYLE .footaside ul li:last-child {
border-right:none;
}
#SMP_STYLE .footaside ul li a {
color:#5e4c38;
border-bottom: 1px dotted #61482D;
text-decoration: none;
}
#SMP_STYLE .footaside ul li a:hover {
border:none;
}
#SMP_STYLE .linkarea {
float:left;
max-width: 840px;
}
#SMP_STYLE .footaside ul li .minsp-br {
display: none;
}
@media screen and (max-width: 400px) {
#SMP_STYLE .footaside ul li .minsp-br {
display: block;
}
}
#SMP_STYLE .pmsmark {
margin-top: -5px;
float:right;
}
#SMP_STYLE .copyright {
margin: 0;
padding: 0 0 10px;
line-height: 1.5;
clear:both;
color:#877a74;
font-size:12px;
}


/************** web **************/
#SMP_STYLE #WEB_FOOTER {
margin-top: 50px;
width: 100%;
min-width: 980px;
}
#SMP_STYLE #WEB_FOOTER .footer-web-pagetop-wrap {
position: relative;
margin: 0 auto;
width: 980px;
text-align: right;
}
#SMP_STYLE #WEB_FOOTER .footer-web-pagetop-wrap .foot-web-in {
/*position: absolute;
top: -40px;
right: 0;*/
}
#SMP_STYLE #WEB_FOOTER .footer-web-pagetop {
display: block; 
}
#SMP_STYLE #WEB_FOOTER .footer-web-pagetop a {
display: inline-block;
position: relative;
z-index: 2;
}
#SMP_STYLE #WEB_FOOTER .footer-web-main-wrap {
border-top: 3px solid #eeeeee;
}
#SMP_STYLE #WEB_FOOTER .foot-web-in {
position: relative;
width: 980px;
margin: 0 auto;
padding: 0;
box-sizing: border-box;
}
#SMP_STYLE .foot-web-bottom-area {
min-height: 120px;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area {
border-bottom: 1px solid #eeeeee;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area ul {
margin: 7px 70px 7px 0;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li {
margin-bottom: .5em;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li:nth-child(2),
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li:nth-child(6) {
border-right: 1px solid #eeeeee;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li a {
padding: 0 10px;
color: #0099cc;
font-size: 12px;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li a i {
color: #666666;
font-size: 10px;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area li a:hover {
color: #00ccff;
text-decoration: underline;
}
#SMP_STYLE #WEB_FOOTER .foot-web-navi-area ul.notes {
margin-bottom: 8px;
padding-left: 10px;
font-size: 10px;
font-size: 1rem;
color: #666666;
}
#SMP_STYLE #WEB_FOOTER .foot-web-bottom-area .foot-logo1 {
position: absolute;
top: 0;
right: 15px;
}
#SMP_STYLE #WEB_FOOTER .foot-web-bottom-area .foot-logo2 {
margin: 10px 10px 0;
}

#SMP_STYLE #JP_FOOTER .pc {display: block;}
#SMP_STYLE #JP_FOOTER .sp {display: none;}
#SMP_STYLE #JP_FOOTER {
min-width: 0;
font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#SMP_STYLE #JP_FOOTER h1, h2, h3, h4, h5, h6, p, li, dl, dt, dd {
 margin: 0;
 padding: 0;
}
#SMP_STYLE #footer #JP_FOOTER {
min-width: 0 !important;
}
#SMP_STYLE #footer{
background: none;
padding: 0;
}
/*#SMP_STYLE .footaside ul li:last-child {
border-right:none;
}
#SMP_STYLE .footaside ul li a {
color:#5e4c38;
border-bottom: 1px dotted #61482D;
text-decoration: none;
}
#SMP_STYLE .footaside ul li a:hover {
border:none;
}*/

/*プライバシーマーク*/
#SMP_STYLE .pmsmark {
margin-top: -5px;
float:right;
}
#SMP_STYLE .pmsmark img {
background:#FFFFFF;
}

/*コピーライト*/
#SMP_STYLE .copyright {
margin: 0;
padding: 0 0 10px;
line-height: 1.5;
clear:both;
color:#877a74;
font-size:12px; 
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}

/************** web header（簡易レスポンシブ用） **************/
@media screen and (max-width: 1009px) {
#SMP_STYLE #WEB_HEADER {
min-width:initial;
min-width:auto;
}
#SMP_STYLE #WEB_HEADER .head-web-in {
width:auto;
}
}



@media screen and (max-width: 1009px) and (min-width: 768px) {
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo {
margin-left:10px;
}
#SMP_STYLE #pagetop {
padding: 0 20px;
box-sizing: border-box;
}
#SMP_STYLE .footin {
margin: 0 20px;
padding: 20px 0 0;
}
#SMP_STYLE #footer .linkarea {
width: 85%;
}
#SMP_STYLE #footer .pmsmark {
padding-bottom: 20px;
}
}



@media screen and (max-width: 767px) {
#SMP_STYLE #WEB_HEADER .pc,
#SMP_STYLE #JP_FOOTER .pc {display:none;}
#SMP_STYLE #WEB_HEADER .sp,
#SMP_STYLE #JP_FOOTER .sp {display:block !important;}

#SMP_STYLE #WEB_HEADER {
border-top: 3px solid #ff9123;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap {
margin:5px 0 6px;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo {
margin: 0 auto;
max-width: 135px;
width: 100%;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .head-web-logo a {
display: block;
}
#SMP_STYLE #WEB_HEADER .head-web-logo-wrap .logo-copy {
text-align: center;
font-weight: bold;
font-size:10px;
color: #743a20;
position: relative;
width:auto;
left:0;
display:block;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap {
position: relative;
display:none;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li {
float:none;
text-align:right;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa {
margin-top:0;
margin-bottom:10px;
}
#SMP_STYLE #WEB_HEADER .head-wab-snav-wrap li.snav-qa a::before {
display:inline-block;
position: relative;
margin:0;
left:0;
top:0;
}
/*フッター*/
#footer .linkarea {
float: none;
width: 100%;
}
#footer .footaside {
margin-left: -5px;
padding: 0 0 10px;
text-align: center;
}
#footer .footaside ul li {
font-size: 12px;
}
#footer .footaside ul li.linelist-lg {
width: 100%;
box-sizing: border-box;
border-right: 0;
}
#footer .pmsmark {
display: none;
}
#footer .copyright {
padding: 2px 5px;
color: #603A12;
background: #E1DCC8;
font-size: 12px;
text-align: center;
}
#SMP_STYLE .footaside {
margin-left: -5px;
padding: 0 0 10px;
text-align: center;
}
#SMP_STYLE .footaside ul li {
margin: 6px 0 !important;
padding: 0 10px !important;
line-height: 1.6;
border-right: 1px solid #584027;
font-size: 12px !important;
}
}

