﻿@charset "UTF-8";

@media print, screen and (min-width: 980px) {

.pc {
display: none !important;
}

.br-pc {
display: block;
}
.br-sp {
display: none;
}

.blank {
margin-top: -80px !important;
padding-top: 80px !important;
}

.flex-left .h1-ue img {
width: 370px;
margin-bottom: 20px;
}

.flex-left h1 {
max-width: 600px;
margin: 20px 0;
}

.w-back {
color: #d0852a !important;
border: 1px solid #d0852a !important;
}

#oyakudachi {
text-align: justify;
}

#oyakudachi img {
width: 100%;
height: auto;
}

.framePFlex {
display: flex;
justify-content: space-between;
}

.framePWrap {
position: relative;
width: 47%;
margin: 26px auto !important;	
padding-top: 30px !important;
}

.framePWrap h2 {
position: absolute;
background-color: #d0852a;
width: 120px;
height: 50px;
font-size: 26px;
font-weight: bold;
color: #fff;
text-align: center;
line-height: 48px;
z-index: 1;
left: 66px;
top: 0;
}

.framePT {
background: url("../img/bg.png") no-repeat left top;
background-size: cover;
width: 100%;
height: 22px;
}

.frameP {
background-color: #fbf4ea;
width: 100%;
padding: 10px 24px !important;
border-left: 1px solid #d0852a !important;
border-right: 1px solid #d0852a !important;
overflow: hidden;
}

.framePB {
background: url("../img/bg.png") no-repeat left bottom;
background-size: cover;
width: 100%;
height: 22px;
}

.frameP h3 {
background: url("../img/ha.png") no-repeat left 5px;
background-size: 30px;
font-size: 26px;
font-weight: bold;
color: #d0852a;
text-align: left;
padding: 10px 0 10px 40px;
line-height: 1.3;
}

.frameP h4 {
font-size: 22px;
font-weight: bold;
color: #d0852a;
margin-top: 15px;
margin-bottom: 10px;
}

.alignHead dt {
float: left;
color: #d0852a;
padding: 0;
}

.alignHead dd {
padding: 0 0 0 22px;
}

.frameWhWrap {
background-color: #fff;
clear: both;
width: 100%;
margin: 26px auto !important;
padding: 30px !important;
border-radius: 10px;
box-shadow: 0 0 10px #ccc;
overflow: hidden;
}

.frameWhWrap a {
font-weight: bold;
text-decoration: none;
}

.frameWhWrap b {
font-weight: bold;
color: #d0852a !important;
}

.frameWhWrap h2 {
font-size: 22px ;
font-weight: bold;
color: #d0852a;
display: table;
margin-bottom: 10px;
line-height: 1.5;
}

.frameWhWrap h2 span {
background: linear-gradient(transparent 60%, #f6e8d4 60%);
font-size: 26px;
font-weight: bold;
color: #d0852a;
}

.frameWhWrap i {
position: relative;
display: inline-block;
top: 0;
}

.frameWhWrap .number {
width: 32px !important;
margin-right: 10px;
}

.frameWhWrap p:last-child {
margin-bottom: 0;
}

.imgR {
float: right;
width: 234px !important;
margin: 0 0 0px 10px !important;
}

.imgR2 {
float: right;
width: 500px;
margin: 0 0 0 40px !important;
}

.imgRSp,
.imgRSp2 {
display: none;
}

#referenceFlex {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 20px;
}

#referenceFlex div {
height: 100%;
font-size: 14px;
padding-right: 15px;
}

#referenceFlex ul {
padding-left: 10px;
border-left: 1px solid #000 !important;
}

#referenceFlex ul:last-child {
border-left: none;
}

#referenceFlex ul li,
#referenceFlex ul li a {
font-size: 14px;
}

#footer {
background: #d0852a !important;
padding: 40px 0;
}

#footer .footer div img {
width: 300px;
height: auto;
}

.footer {
overflow: hidden;
width: 1200px;
margin: 0 auto;
}

.footer div {
width: 50%;
color: #FFF;
float: right;
text-align: right;
}

.footer div+div {
text-align: left;
float: left;
}

#page_top {
width: 90px;
height: 90px;
position: fixed;
right: 20px;
bottom: 150px;
background: #888;
opacity: 0.6;
border-radius: 50%;
z-index: 10;
}

#page_top a {
position: relative;
display: block;
width: 90px;
height: 90px;
text-decoration: none;
}

#page_top a::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f102';
font-size: 25px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: -50px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

#page_top a::after {
content: 'PAGE TOP';
font-size: 13px;
color: #fff;
position: absolute;
top: 45px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

.next-back-btn {
width: 1200px;
margin: 0 auto;
border-top: 1px dotted #CCC;
padding-top: 20px
}

.next-back-btn span {
display: block;
float: right;
border: 1px solid #cc6875;
padding: 10px;
}

.next-back-btn span a {
text-decoration: none;
color: #cc6875;
font-weight: bold;
}

.next-back-btn .prev {
float: left;
}

.next-back-btn .next {
float: right;
}

}