BODY { 
text-align: center; 
background-color: Beige;
color: Rosybrown; 
font-size: 90%; 
font-family: 'Open Sans', 'Sawarabi Gothic', YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
line-height: 160%; 
word-wrap: break-word; 
word-break: break-all; 
margin: 0;
padding: 0;
}
html {
  visibility: hidden;
}
html.wf-active, html.loading-delay {
  visibility: visible;
}

A { 
font-family: 'Sawarabi Mincho';
text-decoration: none; 
color: Mediumseagreen; 
/*-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;*/
transition: 0.2s ease-out;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
A:visited { 
color: Mediumaquamarine; 
} 
A:hover { 
color: Black; 
-webkit-transition: 0.2s ease-out;  
-moz-transition: 0.2s ease-out;  
-o-transition: 0.2s ease-out;  
transition: 0.2s ease-out;  
}
A:hover img {
 opacity: 0.6;
 filter: alpha(opacity=60); 
-webkit-transition: 0.2s ease-out;  
-moz-transition: 0.2s ease-out;  
-o-transition: 0.2s ease-out;  
transition: 0.2s ease-out;  
}

.box { 
margin: 0 auto;  
padding-top: 2%; 
padding-bottom: 5%; width: 95%;
max-width: 700px;
text-align: left; 
}
.boxr { 
line-height: 130%; 
margin: 0 auto;  
max-width: 600px;
text-align: left; 
width: 95%;
}
.boxj { 
margin: 0 auto;  
padding-top: 2%; 
padding-bottom: 3%; width: 95%;
max-width: 600px;
text-align: left; 
}
.boxf { 
line-height: 130%; 
text-align: center;
margin: 0 auto;
}
.blank { 
margin-bottom: 5%; 
} 
.blank2 { 
margin-top: 10%; 
}
.blank3 { 
margin-top: 15%; 
}
.date{ 
font-size: 150%; 
font-family: 'Raleway', sans-serif;
}
.last{ 
font-weight: bold; 
font-family: 'Raleway', sans-serif;
}
.sub{ 
font-size: 80%; 
}

p.right {text-align: right; }
p.center {text-align: center; }
.v { 
color: #bbb;}

img {
max-width: 100%;
height: auto;
border: none;
vertical-align:bottom;
}
.br-max { border-radius: 50%; }


*, *:before, *:after {
box-sizing: border-box;
}
.col{
text-align: left; 
justify-content: center;
align-items: center;
margin: 0 auto;  
width: 100%;
display: flex; 
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
min-width: 12em
}
.f_box{
text-align: left; 
justify-content: center;
align-items: center;
margin: 0 auto; 
width: 100%;
display: flex; 
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
min-width: 12em
}
.f_iteml{
width:50%;
padding: 10px;
}
.f_itemr{
width:50%;
text-align: right; 
}
.col > div{
width: 50%;
padding: 10px;
flex: 1 0 300px;
align-self: flex-start;
min-width: 12em
}
@media screen and (max-width: 960px) {
.col > div{
width: 100%;
}
}


@media all and (max-width: 414px) { 
BODY {
box-sizing: border-box; 
word-wrap: break-word; 
word-break: break-all; 
}
}
.f_iteml{
width:0%;
text-align: right; 
}
.f_itemr{
width:100%;
text-align: right; 
}
@media all and (max-width: 768px) { 
box-sizing: border-box; 
word-wrap: break-word; 
word-break: break-all; 
}
@media all and (min-width: 769px) { 
box-sizing: border-box; 
word-wrap: break-word; 
word-break: break-all; 
}


/*ナビバー*/
.nav-wrap {
width: 100%;
position: relative;
padding-bottom: 2%;
}
.scroll-nav {
width: 100%;
overflow-x: scroll;
    scrollbar-width: none;
-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
  .scroll-nav::-webkit-scrollbar {
    display:none;
  }
.scroll-nav ul {
font-size: 80%;
max-width: 770px; /* メニューの最大幅 */
min-width: 580px; /* メニューの最小幅 */
height: 50px;
line-height: 50px;
margin: 0 auto;
list-style: none;
}
.scroll-nav ul li {
float: left;
width: 90px; /* メニューの個別の幅 */
text-align: center;
}
.scroll-nav ul li a {
font-family: 'Open Sans';
display: inline-block;
color: #333; /* メニューの文字色 */
text-decoration: none; 
}
.scroll-nav ul li A:hover {
color: #fff; 
/*-webkit-transition: 0.2 ease-out;
-moz-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;*/
transition: 0.2s ease-out;
}
@media only screen and (min-width: 771px) { /* PCサイズでの指定 */
.scroll-nav ul {
padding: 0;
}
.scroll-nav ul li {
width: 16.5%; /* メニューの個別の幅 */
}
}

ul {
  white-space: nowrap;
  overflow-x: auto;
}
li {
  display: table-cell;
}


/*フォーム*/
textarea{
background-image: url('p/ma/yubin_f08.gif'); 
background-repeat: no-repeat;
font: 15px/24px sans-serif;
box-sizing: border-box;
letter-spacing: 1px;
padding-left: 4em;
width: 50%;
height: 80px;
padding: 5px;
border: 1px solid #ccc;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
:focus {
line-height: 110%; 
outline: none;
}
}
.cp_iptxt {
position: relative;
width: 100%;
}
.cp_iptxt input[type='text'] {
font: 15px/24px sans-serif;
box-sizing: border-box;
width: 100%;
letter-spacing: 1px;
padding-left: 4em;
}
.cp_iptxt input[type='text']:focus {
outline: none;
}
.ef {
line-height: 110%; 
padding: 4px 0;
border: 0;
border-bottom: 1px solid #1b2538;
background-color: transparent;
}
.ef ~ .focus_line {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
transition: 0.4s;
background-color: #da3c41;
}
.ef ~ label {
position: absolute;
z-index: -1;
top: 4px;
left: 0;
width: 100%;
transition: 0.3s;
letter-spacing: 0.5px;
color: #aaaaaa;
}

button.button4, input[type="button"] {
  font-size: 70%; 
  display: inline-block;
  padding: 0.1em 0.4em;
  text-decoration: none;
  color: #333;
  border: solid 1px #333;
  border-radius: 3px;
  transition: .4s;
}

button.button4:active, input[type="button"]:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.select { font-size: 70%; }


/*ラベル*/
.accbox {
    margin: 2em 0 0;
    padding: 0;
    max-width: 100%;
}
.accbox label {
    min-width: 40%;
    display: block;
    margin: 1.5px 0;
    color :Mediumseagreen;
text-decoration: underline; 
    cursor :pointer;
    transition: all 0.2s ease-out;
}
.accbox label:hover {
    color :Black;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
}
.cssacc:checked + .accshow {
    height: auto;
    padding: 2px;
    opacity: 1;
}