/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
	color: #333;
	background: #FFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 100%;
	box-sizing: border-box;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.op {
  display: block !important;
}

.os {
  display: none !important;
}

* {
  letter-spacing: 1px;
}

.mincho {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

header {
  border-bottom: 1px solid #A38D5F;
}

header .wrapper .topbox {
  background-image: url(../images/bg_header01.jpg);
  background-size: 100% 100%;
  border-bottom: 1px solid #ccc;
  padding: 0 40px;
}

header .wrapper .topbox dl {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .wrapper .topbox dl dt {
  width: 60%;
  font-size: 16px;
  color: #9D875F;
  padding-right: 20px;
}

header .wrapper .topbox dl dd {
  width: 40%;
  max-width: 410px;
}

header .wrapper .topbox dl dd ul {
  font-size: 0;
  letter-spacing: 0;
  padding: 5px 0;
}

header .wrapper .topbox dl dd ul li {
  display: inline-block;
  vertical-align: top;
  margin: 6px 20px 6px 0;
}

header .wrapper .topbox dl dd ul li:last-child {
  margin-right: 0;
}

header .wrapper .topbox dl dd ul li a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-decoration: none;
}

header .wrapper .bottombox {
  background-image: url(../images/bg_header02.jpg);
  background-size: 100% 100%;
  padding: 0 40px;
}

header .wrapper .bottombox dl {
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .wrapper .bottombox dl dt {
  padding: 20px 0;
  width: 253px;
}

header .wrapper .bottombox dl dt a {
  width: 100%;
  display: block;
}

header .wrapper .bottombox dl dt a img {
  width: 100%;
  display: block;
}

header .wrapper .bottombox dl dd {
  width: calc(100% - 280px);
  max-width: 720px;
}

header .wrapper .bottombox dl dd ul {
  font-size: 0;
  letter-spacing: 0;
}

header .wrapper .bottombox dl dd ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  padding: 0 15px;
  border-left: 1px solid #333333;
}

header .wrapper .bottombox dl dd ul li:last-child {
  border-right: 1px solid #333333;
}

header .wrapper .bottombox dl dd ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}

header .fixedmenu .menu01 {
  width: 41px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

header .fixedmenu .menu01 img {
  width: 100%;
  display: block;
}

header .fixedmenu .menu02 {
  width: 41px;
  display: block;
  position: fixed;
  top: 250px;
  right: 0;
}

header .fixedmenu .menu02 img {
  width: 100%;
  display: block;
}

header .ham {
  display: none;
}

header .spmenu {
  display: none;
}

main {
  padding-bottom: 80px;
}

main section.ttlbox {
  padding: 20px 40px 40px;
}

main section.ttlbox .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

main section.ttlbox .wrapper .bc a,
main section.ttlbox .wrapper .bc span {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}

main section.ttlbox .wrapper .bc span:last-child {
  font-weight: bold;
}

main section.ttlbox .wrapper h2 {
  border-top: 1px solid #A38D5F;
  text-align: center;
  padding-top: 10px;
  margin-top: 80px;
}

main section.ttlbox .wrapper h2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 8px;
  background-color: #fff;
  padding: 0 25px 0 30px;
  margin-top: -60px;
}

main section.ttlbox .wrapper h2 span:first-letter {
  color: #A38D5F;
}

footer {
  background-color: #EFEFEF;
  padding: 15px 40px;
}

footer .spmsg {
  width: calc(100% + 80px);
  margin: -15px -40px 15px;
  text-align: center;
  padding: 2px 0;
  font-size: 18px;
  background-color: #DED6C5;
}

footer .wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

footer .wrapper dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .wrapper dl dt {
  width: 300px;
}

footer .wrapper dl dt .t01 {
  font-size: 14px;
  font-weight: bold;
}

footer .wrapper dl dt .t02 {
  font-size: 14px;
  line-height: 24px;
}

footer .wrapper dl dd {
  width: 600px;
  text-align: right;
  padding-top: 45px;
  font-size: 14px;
}

footer .wrapper dl dd a {
  text-decoration: none;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}

footer .pagetop {
  width: 40px;
  display: block;
  position: fixed;
  right: 40px;
  bottom: 60px;
  z-index: 1000;
  opacity: 1;
}

footer .pagetop img {
  width: 100%;
  display: block;
}



/* 追記common */
table.table01 {
  width: 100%;
}

table.table01 tr td {
  border: 1px solid #555555;
  font-size: 16px;
  line-height: 140%;
  padding: 17px 10px;
  text-align: center;
}


@media screen and (max-width: 860px) {
	table.table01 {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
		table.table01  tbody {
			width: 100%;
			display:table;
		}
			table.table01 tr td {
				font-size: 13px;
				line-height: 140%;
				padding: 12px 5px;
				text-align: center;
			}
	
	

 }







/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .op {
    display: none !important;
  }
  .os {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    border-bottom: 1px solid #A38D5F;
    position: relative;
  }
  header .wrapper .topbox {
    background-image: url(../images/bg_header01.jpg);
    background-size: 100% 100%;
    border-bottom: 1px solid #ccc;
    padding: 1px 5px 0;
    height: 22px;
  }
  header .wrapper .topbox dl {
    display: block;
    width: 100%;
  }
  header .wrapper .topbox dl dt {
    width: 100%;
    font-size: 9px;
    color: #9D875F;
    padding-right: 0px;
    letter-spacing: 0;
  }
  header .wrapper .topbox dl dd {
    display: none;
  }
  header .wrapper .bottombox {
    background-image: url(../images/bg_header02.jpg);
    background-size: 100% 100%;
    padding: 0 10px;
  }
  header .wrapper .bottombox dl {
    display: block;
  }
  header .wrapper .bottombox dl dt {
    padding: 11px 0 0;
    width: 126px;
    height: 50px;
  }
  header .wrapper .bottombox dl dt a {
    width: 100%;
    display: block;
  }
  header .wrapper .bottombox dl dt a img {
    width: 100%;
    display: block;
  }
  header .wrapper .bottombox dl dd {
    display: none;
  }
  header .fixedmenu {
    display: none;
  }
  header .ham {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
  }
  header .spmenu {
    position: absolute;
    background-color: #A38D5F;
    padding: 20px;
    top: 72px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid #fff;
	padding: 15px 0;
  }
  header .spmenu .spwrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  header .spmenu .close {
    width: 80px;
    height: 24px;
    margin: 20px auto 0;
    color: #A38D5F;
    background-color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
  }
  main {
    padding-bottom: 60px;
  }
  main section.ttlbox {
    padding: 0px 10px 0px;
  }
  main section.ttlbox .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main section.ttlbox .wrapper .bc {
    height: 31px;
    overflow: hidden;
  }
  main section.ttlbox .wrapper .bc a,
  main section.ttlbox .wrapper .bc span {
    text-decoration: none;
    color: #333333;
    font-size: 10px;
  }
  main section.ttlbox .wrapper h2 {
    border-top: 1px solid #A38D5F;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  main section.ttlbox .wrapper h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 0 15px 0 20px;
    margin-top: -35px;
  }
  main section.ttlbox .wrapper h2 span:first-letter {
    color: #A38D5F;
  }
  footer {
    background-color: #EFEFEF;
    padding: 15px 10px calc(12vw + 30px);
  }
  footer .spmsg {
    width: calc(100% + 20px);
    margin: -15px -10px 20px;
    text-align: center;
    padding: 2px 0;
    font-size: 18px;
    background-color: #DED6C5;
  }
  footer .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  footer .wrapper dl {
    display: block;
  }
  footer .wrapper dl dt {
    width: 100%;
  }
  footer .wrapper dl dt .t01 {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  footer .wrapper dl dt .t02 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }
  footer .wrapper dl dd {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
  }
  footer .wrapper dl dd a {
    text-decoration: none;
    color: #333333;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
  }
  footer .wrapper .fixedmenu li {
    width: 50%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  footer .wrapper .fixedmenu li a {
    display: block;
  }
  footer .wrapper .fixedmenu li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .fixedmenu li:nth-child(2) {
    left: auto;
    right: 0;
  }
  footer .pagetop {
    width: 25px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: calc(12vw + 20px);
    z-index: 1000;
    opacity: 1;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
	
	

	
}

/* ------------------------------
 #top
------------------------------ */
@media screen and (max-width: 860px) {
  main#top {
    padding-bottom: 45px;
  }
  main#top section.s01 .mainphoto {
    width: 100%;
    background-image: none;
  }
  main#top section.s01 .mainphoto img {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
  }
  main#top section.s01 .wrapper {
    padding: 0 10px;
    max-width: 1160px;
    margin: -20px auto 0;
  }
  main#top section.s01 .wrapper h2 {
    border: none;
    text-align: center;
    padding-top: 10px;
    margin-top: 80px;
    margin-bottom: -50px;
  }
  main#top section.s01 .wrapper h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 0;
  }
  main#top section.s01 .wrapper h2 span:first-letter {
    color: #A38D5F;
  }
  main#top section.s01 .wrapper dl {
    margin-top: 20px;
  }
  main#top section.s01 .wrapper dl dt {
    font-size: 16px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#top section.s01 .wrapper dl dd {
    font-size: 16px;
    line-height: 28px;
    margin-top: 0px;
  }
  main#top section.s01 .wrapper .t15 {
    font-size: 16px;
    line-height: 28px;
  }
  main#top section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main#top section.s01 .wrapper .box01 {
    border: 2px solid #E8C677;
    border-radius: 8px;
    padding: 20px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  main#top section.s01 .wrapper .box01 .photo {
    width: 80px;
  }
  main#top section.s01 .wrapper .box01 .photo img {
    width: 100%;
    display: block;
  }
  main#top section.s01 .wrapper .box01 .txtbox {
    width: calc(100% - 100px);
  }
  main#top section.s01 .wrapper .box01 .txtbox .t02 {
    font-size: 16px;
    font-weight: bold;
    line-height: 180%;
  }
  main#top section.s01 .wrapper .box01 .txtbox .t02 span {
    color: #EA5628;
  }
  main#top section.s01 .wrapper .box01 .txtbox .t03 {
    font-size: 16px;
    line-height: 180%;
  }
  main#top section.s01 .wrapper .box01 .txtbox .t03 span {
    font-weight: bold;
  }
  main#top section.s01 .wrapper .box01 .txtbox .t04 {
    font-size: 16px;
    line-height: 28px;
  }
  main#top section.s01 .wrapper .t05 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  main#top section.s01 .wrapper .t05 span {
    font-weight: bold;
  }
  main#top section.s02 {
    padding: 0 10px;
    margin-top: 80px;
  }
  main#top section.s02 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#top section.s02 .wrapper h3 {
    border: none;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  main#top section.s02 .wrapper h3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 0 15px 0 20px;
    margin-top: -35px;
  }
  main#top section.s02 .wrapper h3 span:first-letter {
    color: #A38D5F;
  }
  main#top section.s02 .wrapper .box01 {
    display: block;
    margin-top: -10px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#top section.s02 .wrapper .box01 .img01 {
    width: 250px;
    margin: 0 auto;
  }
  main#top section.s02 .wrapper .box01 .img02 {
    width: 100%;
    margin: 20px auto 0;
  }
  main#top section.s02 .wrapper .t01 {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
  }
  main#top section.s02 .wrapper .t02 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    display: none;
  }
  main#top section.s02 .wrapper .t03 {
    text-align: left;
    font-weight: bold;
    line-height: 28px;
    color: #A38D5F;
    font-size: 16px;
    padding: 12px 10px;
    border: 2px solid #A38D5F;
    border-radius: 8px;
    margin-top: 10px;
  }
  main#top section.s02 .wrapper .photo02 {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  main#top section.s03, main#top section.s04 {
    padding: 0 10px;
    margin-top: 70px;
  }
  main#top section.s03 .wrapper, main#top section.s04 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#top section.s03 .wrapper h4,
  main#top section.s03 .wrapper h5, main#top section.s04 .wrapper h4,
  main#top section.s04 .wrapper h5 {
    border: none;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  main#top section.s03 .wrapper h4 span,
  main#top section.s03 .wrapper h5 span, main#top section.s04 .wrapper h4 span,
  main#top section.s04 .wrapper h5 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 0 15px 0 20px;
    margin-top: -35px;
  }
  main#top section.s03 .wrapper h4 span:first-letter,
  main#top section.s03 .wrapper h5 span:first-letter, main#top section.s04 .wrapper h4 span:first-letter,
  main#top section.s04 .wrapper h5 span:first-letter {
    color: #A38D5F;
  }
  main#top section.s03 .wrapper dl, main#top section.s04 .wrapper dl {
    display: block;
    margin-top: -10px;
  }
  main#top section.s03 .wrapper dl dt, main#top section.s04 .wrapper dl dt {
    width: 100%;
    max-width: 100%;
  }
  main#top section.s03 .wrapper dl dt img, main#top section.s04 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main#top section.s03 .wrapper dl dd, main#top section.s04 .wrapper dl dd {
    width: 100%;
    margin-top: 15px;
  }
  main#top section.s03 .wrapper dl dd p, main#top section.s04 .wrapper dl dd p {
    font-size: 16px;
    line-height: 28px;
  }
  main#top section.s03 .wrapper dl dd .btn01, main#top section.s04 .wrapper dl dd .btn01 {
    width: 355px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 15px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#top section.s03 .wrapper dl dd .btn01 img, main#top section.s04 .wrapper dl dd .btn01 img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  main#top section.s05 {
    background-color: #D8D0BF;
    margin-top: 50px;
    padding: 0 10px 15px;
  }
  main#top section.s05 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
  }
  main#top section.s05 .wrapper h6 {
    font-size: 16px;
    font-weight: bold;
  }
  main#top section.s05 .wrapper .columnlist {
    margin-top: -5px;
  }
  main#top section.s05 .wrapper .columnlist li {
    margin-top: 10px;
  }
  main#top section.s05 .wrapper .columnlist li a {
    padding: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#top section.s05 .wrapper .columnlist li a .date {
    font-size: 14px;
    width: 140px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
  }
  main#top section.s05 .wrapper .columnlist li a .cat01 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#top section.s05 .wrapper .columnlist li a .cat02 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#top section.s05 .wrapper .columnlist li a .cat03 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#top section.s05 .wrapper .columnlist li a .txt {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    color: #333333;
  }
  main#top section.s05 .wrapper .btn01 {
    width: 320px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 25px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#top section.s05 .wrapper .btn01 img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  main#top section.s06 {
    padding: 0 10px;
    margin-top: 20px;
  }
  main#top section.s06 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#top section.s06 .wrapper .bnr {
    width: 100%;
    display: block;
  }
  main#top section.s06 .wrapper .bnr img {
    width: 100%;
    display: block;
  }
}



/* ------------------------------
 #merit
------------------------------ */
@media screen and (max-width: 860px) {
  main#merit section.s01 {
    padding: 0 10px;
  }
  main#merit section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#merit section.s01 .wrapper .t01 {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#merit section.s01 .wrapper .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#merit section.s01 .wrapper .t03 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 40px;
  }
  main#merit section.s01 .wrapper .t04 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #A38D5F;
    padding: 15px 0px;
    border: 2px solid #A38D5F;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
  }
  main#merit section.s01 .wrapper .t05 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#merit section.s02 {
    padding: 0 10px;
    margin-top: 60px;
  }
  main#merit section.s02 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#merit section.s02 .wrapper h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    background-color: #EC7;
    padding: 16px 0;
    border-radius: 6px;
  }
  main#merit section.s02 .wrapper ul {
    margin-top: 20px;
  }
  main#merit section.s02 .wrapper ul li {
    border-bottom: 1px solid #A38D5F;
    padding: 25px 0;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dt .stepname {
    font-size: 18px;
    line-height: 38px;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dt .stepname span {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: #EC7;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
    margin-right: 10px;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dd {
    display: block;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dd .img01 {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  main#merit section.s02 .wrapper ul li.li01 dl dd .img02 {
    width: 100%;
    margin: 20px auto 0;
    max-width: 550px;
    display: block;
  }
  main#merit section.s02 .wrapper ul li.li02 dl {
    display: block;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dt {
    width: 100%;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dt .stepname {
    font-size: 18px;
    line-height: 38px;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dt .stepname span {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: #EC7;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
    margin-right: 10px;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dd {
    width: 100%;
    margin: 15px auto 0;
    max-width: 400px;
  }
  main#merit section.s02 .wrapper ul li.li02 dl dd img {
    width: 100%;
    display: block;
  }
  main#merit section.s02 .wrapper .btn01 {
    width: 320px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 45px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#merit section.s02 .wrapper .btn01 img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
}

/* ------------------------------
 #relief
------------------------------ */
@media screen and (max-width: 860px) {
  main#relief {
    padding-bottom: 80px;
  }
  main#relief section.s01 {
    padding: 0 10px;
  }
  main#relief section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#relief section.s01 .wrapper .list01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #A38D5F;
  }
  main#relief section.s01 .wrapper .list01 li {
    width: 29.5%;
  }
  main#relief section.s01 .wrapper .list01 li img {
    width: 100%;
    display: block;
  }
  main#relief section.s01 .wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
    margin-top: 20px;
  }
  main#relief section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main#relief section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: calc(-6vw);
  }
  main#relief section.s01 .wrapper .photo02 {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
  main#relief section.s01 .wrapper .t02 {
    font-size: 20px;
    line-height: 180%;
    margin-top: 30px;
    font-weight: bold;
  }
  main#relief section.s02 {
    padding: 0 10px;
  }
  main#relief section.s02 .wrapper {
    max-width: 1080px;
    margin: 40px auto 0;
    border-top: 1px solid #A38D5F;
    padding-top: 35px;
  }
  main#relief section.s02 .wrapper h4 {
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    padding: 10px 30px;
    background-color: #EC7;
    border-radius: 10px;
  }
  main#relief section.s02 .wrapper dl {
    padding: 25px 0;
    display: block;
    border-bottom: 1px solid #A38D5F;
  }
  main#relief section.s02 .wrapper dl dt {
    width: 100%;
  }
  main#relief section.s02 .wrapper dl dt .stepname {
    font-size: 18px;
    line-height: 38px;
    padding-left: 48px;
  }
  main#relief section.s02 .wrapper dl dt .stepname span {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: #EC7;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
    margin-right: 10px;
  }
  main#relief section.s02 .wrapper dl dd {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 0;
  }
  main#relief section.s02 .wrapper dl dd img {
    width: 100%;
    display: block;
  }
  main#relief section.s02 .wrapper dl dd img + img {
    margin-top: 20px;
  }
  main#relief section.s02 .wrapper dl.dl01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#relief section.s02 .wrapper dl.dl01 dt .t01 {
    margin-top: 20px;
    font-size: 20px;
  }
  main#relief section.s02 .wrapper dl.dl01 dt .t02 {
    color: #C33;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
  }
  main#relief section.s02 .wrapper dl.dl01 dt .t03 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
  }
  main#relief section.s02 .wrapper dl.dl01 dt .arrow {
    width: 60px;
    display: block;
    margin: 20px auto 0;
  }
  main#relief section.s02 .wrapper dl.dl01 dt .t04 {
    color: #776745;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    border: 2px solid #776745;
    border-radius: 8px;
    padding: 10px 10px;
    text-align: center;
    margin-top: 20px;
  }
  main#relief section.s02 .wrapper dl.dl02 dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#relief section.s02 .wrapper dl.dl03 dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#relief section.s02 .wrapper dl.dl04 dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#relief section.s02 .wrapper dl.dl05 dt .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#relief section.s03 {
    padding: 40px 10px 0;
  }
  main#relief section.s03 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#relief section.s03 .wrapper h4 {
    border-top: 1px solid #A38D5F;
    text-align: center;
    padding-top: 10px;
    margin-top: 30px;
  }
  main#relief section.s03 .wrapper h4 span {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: #fff;
    padding: 0 15px 0 20px;
    margin-top: -35px;
  }
  main#relief section.s03 .wrapper h4 span:first-letter {
    color: #A38D5F;
  }
  main#relief section.s03 .wrapper .t01 {
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    border: 2px solid #A38D5F;
    border-radius: 8px;
    padding: 10px 10px;
    text-align: center;
    margin-top: 0;
  }
  main#relief section.s03 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  main#relief section.s03 .wrapper .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  main#relief section.s03 .wrapper .t02 span {
    font-weight: bold;
    color: #C01733;
  }
  main#relief section.s03 .wrapper .btn01 {
    width: 320px;
    display: block;
    text-decoration: none;
    margin: 45px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    background-size: 8px;
  }
}

/* ------------------------------
 #price
------------------------------ */
@media screen and (max-width: 860px) {
  main#price section.s01 {
    padding: 0 10px;
  }
  main#price section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#price section.s01 .wrapper .t00 {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#price section.s01 .wrapper dl {
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 25px;
    margin-top: 30px;
  }
  main#price section.s01 .wrapper dl:last-child {
    border: none;
  }
  main#price section.s01 .wrapper dl dt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    padding-left: 32px;
  }
  main#price section.s01 .wrapper dl dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #A38D5F;
    position: absolute;
    top: 0;
    left: 0;
  }
  main#price section.s01 .wrapper dl dd {
    margin-top: 20px;
  }
  main#price section.s01 .wrapper dl dd .flowbox {
    overflow-x: scroll;
  }
  main#price section.s01 .wrapper dl dd .flowbox img {
    width: 700px;
    display: block;
  }
  main#price section.s01 .wrapper dl dd .t01 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 10px;
  }
  main#price section.s01 .wrapper dl dd .t02 {
    font-size: 14px;
    line-height: 24px;
  }
  main#price section.s02 {
    padding: 0 10px;
    margin-top: 10px;
  }
  main#price section.s02 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#price section.s02 .wrapper .dl01 dt {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #A38D5F;
  }
  main#price section.s02 .wrapper .dl01 dd {
    margin-top: 7px;
  }
  main#price section.s02 .wrapper .dl01 dd p {
    font-size: 14px;
    line-height: 200%;
  }
  main#price section.s02 .wrapper .dl01 dd p span {
    font-weight: bold;
  }
  main#price section.s02 .wrapper .dl01 dd p a {
    color: #000D99;
  }
  main#price section.s03 {
    padding: 0 10px;
    margin-top: 35px;
  }
  main#price section.s03 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#price section.s03 .wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
    margin-bottom: 20px;
  }
  main#price section.s03 .wrapper dl dt {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    position: relative;
    padding-left: 32px;
  }
  main#price section.s03 .wrapper dl dt::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: #EECC77;
    position: absolute;
    top: 0;
    left: 0;
  }
  main#price section.s03 .wrapper dl.dl01 dd {
    margin-top: 15px;
    display: block;
  }
  main#price section.s03 .wrapper dl.dl01 dd p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  main#price section.s03 .wrapper dl.dl01 dd .photo {
    width: 100%;
    margin: 15px auto 0;
  }
  main#price section.s03 .wrapper dl.dl01 dd .photo img {
    width: 100%;
    display: block;
  }
  main#price section.s03 .wrapper dl.dl02 dd {
    margin-top: 20px;
  }
  main#price section.s03 .wrapper dl.dl02 dd table {
    width: 100%;
  }
  main#price section.s03 .wrapper dl.dl02 dd table tr th,
  main#price section.s03 .wrapper dl.dl02 dd table tr td {
    border: 1px solid #555555;
    font-size: 13px;
    line-height: 140%;
    padding: 12px 5px;
  }
  main#price section.s03 .wrapper dl.dl02 dd table tr th {
    width: 40%;
  }
  main#price section.s03 .wrapper dl.dl02 dd .t05 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  main#price section.s03 .wrapper dl.dl02 dd .t06 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #A38D5F;
    padding-bottom: 3px;
  }
  main#price section.s03 .wrapper dl.dl02 dd .t07 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
  }
  main#price section.s03 .wrapper dl.dl03 {
    margin-top: 50px;
  }
  main#price section.s03 .wrapper dl.dl03 dt {
    margin-bottom: -15px;
  }
  main#price section.s03 .wrapper dl.dl03 dd .t06 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #A38D5F;
    padding-bottom: 3px;
  }
  main#price section.s03 .wrapper dl.dl03 dd .t07 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
  }
  main#price section.s03 .wrapper dl.dl03 dd .box {
    display: block;
  }
  main#price section.s03 .wrapper dl.dl03 dd .box .photo {
    width: 100%;
    margin: 0 auto;
  }
  main#price section.s03 .wrapper dl.dl03 dd .box .photo img {
    width: 100%;
    display: block;
  }
  main#price section.s03 .wrapper dl.dl03 dd .box p {
    width: 100%;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 24px;
  }
  main#price section.s03 .wrapper dl.dl04 {
    margin-top: 50px;
  }
  main#price section.s03 .wrapper dl.dl04 dt {
    margin-bottom: -15px;
  }
  main#price section.s03 .wrapper dl.dl04 dd .t06 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px dotted #A38D5F;
    padding-bottom: 3px;
  }
  main#price section.s03 .wrapper dl.dl04 dd .t07 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 7px;
  }
  main#price section.s03 .wrapper dl.dl04 dd .t07 a {
    color: #000D99;
  }
  main#price section.s03 .wrapper dl.dl04 dd .t07 span {
    color: #C01733;
  }
  main#price section.s03 .wrapper dl.dl05 {
    margin-top: 50px;
  }
  main#price section.s03 .wrapper dl.dl05 dd {
    margin-top: 15px;
  }
  main#price section.s03 .wrapper dl.dl05 dd .t08 {
    font-size: 14px;
    line-height: 24px;
  }
  main#price section.s03 .wrapper dl.dl05 dd .card {
    display: block;
    margin-top: 5px;
  }
  main#price section.s03 .wrapper dl.dl05 dd .t09 {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
    margin-top: 30px;
  }
  main#price section.s03 .wrapper dl.dl05 dd ul {
    display: block;
  }
  main#price section.s03 .wrapper dl.dl05 dd ul li {
    margin-top: 15px;
    width: 100%;
  }
  main#price section.s03 .wrapper dl.dl05 dd ul li a {
    display: block;
    text-decoration: none;
    border: 1px solid #A38D5F;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 55px 10px 25px;
    color: #A38D5F;
    position: relative;
  }
  main#price section.s03 .wrapper dl.dl05 dd ul li a img {
    width: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
  }
  main#price section.s03 .wrapper .t11 {
    font-size: 14px;
    text-align: right;
    margin-top: 35px;
  }
  main#price section.s03 .wrapper .tablebox {
    overflow-x: scroll;
  }
  main#price section.s03 .wrapper .tablebox table {
    width: 100%;
    width: 600px;
  }
  main#price section.s03 .wrapper .tablebox table tr td {
    border: 1px solid #555555;
    font-size: 13px;
    line-height: 140%;
    padding: 12px 5px;
    text-align: center;
  }
  main#price section.s03 .wrapper .tablebox table tr td:first-child {
    text-align: left;
  }
  main#price section.s03 .wrapper .tablebox table tr:first-child td {
    font-weight: bold;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(1) {
    width: 40%;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(2) {
    width: 12%;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(3) {
    width: 12%;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(4) {
    width: 12%;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(5) {
    width: 12%;
  }
  main#price section.s03 .wrapper .tablebox table tr:last-child td:nth-child(6) {
    width: 12%;
  }
  main#price section.s03 .wrapper .t12 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

/* ------------------------------
 #flow
------------------------------ */
@media screen and (max-width: 860px) {
  main#flow {
    padding-bottom: 100px;
  }
  main#flow section.s01 {
    padding: 0 10px;
  }
  main#flow section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#flow section.s01 .wrapper details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  main#flow section.s01 .wrapper details + details {
    margin-top: 30px;
  }
  main#flow section.s01 .wrapper details summary {
    list-style: none;
    cursor: pointer;
    background-size: 7px;
    background-image: url(../images/icon_flow01.svg);
    background-position: center right 0;
    background-repeat: no-repeat;
    padding-right: 25px;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
  }
  main#flow section.s01 .wrapper details summary.opened {
    background-image: url(../images/icon_flow02.svg);
    background-size: 13px auto;
  }
  main#flow section.s01 .wrapper .childbox {
    padding-top: 20px;
  }
  main#flow section.s01 .wrapper .childbox .flowbox {
    margin-bottom: 10px;
    overflow-x: scroll;
  }
  main#flow section.s01 .wrapper .childbox .flowbox img {
    width: 800px;
    display: block;
  }
  main#flow section.s01 .wrapper .childbox dl {
    display: block;
    padding: 25px 0;
  }
  main#flow section.s01 .wrapper .childbox dl dt {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 0 20px;
  }
  main#flow section.s01 .wrapper .childbox dl dt img {
    width: 100%;
    display: block;
  }
  main#flow section.s01 .wrapper .childbox dl dd {
    width: 100%;
    margin-top: 30px;
  }
  main#flow section.s01 .wrapper .childbox dl dd .stepname {
    font-size: 18px;
    line-height: 38px;
  }
  main#flow section.s01 .wrapper .childbox dl dd .stepname span {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background-color: #EC7;
    text-align: center;
    letter-spacing: 0;
    line-height: 38px;
    margin-right: 10px;
  }
  main#flow section.s01 .wrapper .childbox dl dd .link01 {
    color: #000D99;
  }
  main#flow section.s01 .wrapper .childbox dl dd .btn01 {
    width: 320px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 15px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#flow section.s01 .wrapper .childbox dl dd .btn01 img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl01 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl01 dd .t03 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl02 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl02 dd .t03 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: -10px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl02 dd .t04 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: -10px;
  }
  main#flow section.s01 .wrapper .childbox.childbox01 dl.dl03 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox02 dl.dl01 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox02 dl.dl02 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox02 dl.dl03 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .childbox.childbox02 dl.dl04 dd .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#flow section.s01 .wrapper .btn02 {
    width: 320px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 35px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#flow section.s01 .wrapper .btn02 img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
}

/* ------------------------------
 #company
------------------------------ */
@media screen and (max-width: 860px) {
  main#company {
    padding-bottom: 80px;
  }
  main#company section.s01 {
    padding: 0 10px;
  }
  main#company section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#company section.s01 .wrapper h3 {
    font-size: 18px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#company section.s01 .wrapper .photo01 {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  main#company section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  main#company section.s01 .wrapper h4 {
    font-size: 18px;
    font-weight: bold;
    color: #A38D5F;
    margin-top: 50px;
  }
  main#company section.s01 .wrapper .dl01 {
    margin-top: 15px;
    display: block;
  }
  main#company section.s01 .wrapper .dl01 dt {
    width: 100%;
    margin: 0 auto;
    max-width: 440px;
    padding: 0 20px;
  }
  main#company section.s01 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main#company section.s01 .wrapper .dl01 dd {
    width: 100%;
    margin-top: 20px;
  }
  main#company section.s01 .wrapper .dl01 dd .t02 {
    font-size: 14px;
    line-height: 24px;
  }
  main#company section.s01 .wrapper .dl01 dd .t03 {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    margin-top: 24px;
  }
  main#company section.s01 .wrapper h5 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 3px;
    margin-top: 50px;
  }
  main#company section.s01 .wrapper table {
    width: 100%;
    margin-top: 20px;
  }
  main#company section.s01 .wrapper table tr th {
    width: 120px;
    border: 1px solid #A38D5F;
    font-size: 14px;
    line-height: 140%;
    padding: 12px 20px;
    vertical-align: top;
  }
  main#company section.s01 .wrapper table tr td {
    border: 1px solid #A38D5F;
    font-size: 14px;
    line-height: 140%;
    padding: 12px 20px;
  }
  main#company section.s01 .wrapper table tr td a {
    color: #000D99;
  }
  main#company section.s01 .wrapper .photolist {
    display: block;
    margin-top: 40px;
  }
  main#company section.s01 .wrapper .photolist li {
    width: 100%;
    margin-top: 20px;
  }
  main#company section.s01 .wrapper .photolist li img {
    width: 100%;
    display: block;
  }
  main#company section.s01 .wrapper h6 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 3px;
    margin-top: 50px;
  }
  main#company section.s01 .wrapper iframe {
    width: 100% !important;
    height: 250px !important;
    display: block !important;
    margin: 20px auto 0;
  }
}

/* ------------------------------
 #faq
------------------------------ */
@media screen and (max-width: 860px) {
  main#faq {
    padding-bottom: 80px;
  }
  main#faq section.s01 {
    padding: 0 10px;
  }
  main#faq section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#faq section.s01 .wrapper dl + dl {
    margin-top: 40px;
  }
  main#faq section.s01 .wrapper dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #A38D5F;
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 5px;
  }
  main#faq section.s01 .wrapper dl dd ul li {
    border-bottom: 1px solid #A38D5F;
    padding: 10px 0;
  }
  main#faq section.s01 .wrapper dl dd ul li details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  main#faq section.s01 .wrapper dl dd ul li details summary {
    list-style: none;
    cursor: pointer;
    font-size: 14px;
    background-size: 6px;
    background-image: url(../images/icon_faq02.svg);
    background-position: center right 0;
    background-repeat: no-repeat;
    padding-right: 25px;
  }
  main#faq section.s01 .wrapper dl dd ul li details summary.opened {
    background-image: url(../images/icon_faq01.svg);
    background-size: 9px auto;
    border-bottom: 1px solid #A38D5F;
	padding-bottom: 10px;
  }
  main#faq section.s01 .wrapper dl dd ul li details p {
    font-size: 14px;
    padding: 15px 0 5px;
  }
}

/* ------------------------------
 #tmp_column
------------------------------ */
@media screen and (max-width: 860px) {
  main#tmp_column {
    padding-bottom: 80px;
  }
  main#tmp_column section.s01 {
    padding: 0 10px;
  }
  main#tmp_column section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#tmp_column section.s01 .wrapper .form {
    display: block;
  }
  main#tmp_column section.s01 .wrapper .form .select {
    width: 100%;
    height: 40px;
    border: 1px solid #A38D5F;
    outline: none;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    border-radius: 0 !important;
    background-color: #fff !important;
  }
  main#tmp_column section.s01 .wrapper .form .searchbox {
    width: 100%;
    border: 1px solid #A38D5F;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  main#tmp_column section.s01 .wrapper .form .searchbox .txt {
    width: calc(100% - 80px);
    height: 38px;
    display: block !important;
    font-size: 16px;
    color: #666;
    padding: 0 15px;
    border: none !important;
    outline: none;
  }
  main#tmp_column section.s01 .wrapper .form .searchbox .btn {
    width: 80px;
    height: 38px;
    color: #fff;
    background-color: #A38D5F;
    border: none !important;
    display: block !important;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 14px;
    border-radius: 0 !important;
    -webkit-appearance: none;
  }
  main#tmp_column section.s01 .wrapper .form .searchbox .btn:hover {
    cursor: pointer;
    opacity: .6;
  }
  main#tmp_column section.s01 .wrapper .columnlist {
    margin-top: 50px;
    border-top: 1px solid #555555;
  }
  main#tmp_column section.s01 .wrapper .columnlist li {
    border-bottom: 1px solid #555555;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a {
    padding: 20px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a .date {
    font-size: 14px;
    width: 140px;
    color: #333333;
    line-height: 20px;
    font-weight: bold;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a .cat01 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a .cat02 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a .cat03 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column section.s01 .wrapper .columnlist li a .txt {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #333333;
  }
}

/* ------------------------------
 #tmp_column_det
------------------------------ */
@media screen and (max-width: 860px) {
  main#tmp_column_det {
    padding-bottom: 80px;
  }
  main#tmp_column_det section.s01 {
    padding: 0 10px;
  }
  main#tmp_column_det section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#tmp_column_det section.s01 .wrapper h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 140%;
    border-bottom: 1px solid #555555;
  }
  
/* ----------
  粉骨コラム 詳細ページ設定
---------- */
  /* 見出し大 */
  h2.h2 {
    margin-top: 50px;
    padding: 16px 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;   
  }

   main#tmp_column_det section.s01 .wrapper h3.h3b {
    margin-top: 50px;
    padding: 16px 0;
    border-bottom: 1px solid #A38D5F;
    font-weight: bold;
    font-size: 21px;
    line-height: 21px; 
  }

   h4.h4 {
    margin-top: 50px;
    padding: 0 16px;
    border-left: 8px solid #A38D5F;
    font-weight: bold;
    font-size: 18px;  
  }
  
  
/* ボタン設定 */
/* btn-a */
.btn-a {
  width: 280px;
}

/* btn-b */
.btn-b {
  width: 280px;
}
  
  
  main#tmp_column_det section.s01 .wrapper .info {
    margin-top: 15px;
  }
  main#tmp_column_det section.s01 .wrapper .info .date {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-right: 15px;
  }
  main#tmp_column_det section.s01 .wrapper .info .cat01 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column_det section.s01 .wrapper .info .cat02 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column_det section.s01 .wrapper .info .cat03 {
    width: 90px;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
  }
  main#tmp_column_det section.s01 .wrapper p {
    font-size: 14px;
    line-height: 200%;
    margin-top: 0;
    margin-bottom: 0;
  }
  main#tmp_column_det section.s01 .wrapper .return {
    width: 280px;
    display: block;
    text-decoration: none;
    background-color: #A38D5F;
    margin: 50px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
  }
  main#tmp_column_det section.s01 .wrapper .return img {
    width: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
  }
	
	
/* 2カラム */
/* 画像が左（左が狭い） */	
main#tmp_column_det .s01 .wrapper .col2 {
	flex-wrap: wrap;
	flex-direction: column;
}
	
	main#tmp_column_det .s01 .wrapper .col2 div:nth-of-type(1) {
		width: 100%;
	}


	main#tmp_column_det .s01 .wrapper .col2 div:nth-of-type(2) {
		padding-left: 0;
	}


/* 画像が右（右が狭い） */
main#tmp_column_det section.s01 .wrapper .col2r {
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
	main#tmp_column_det section.s01 .wrapper .col2r div:nth-of-type(1) {
		padding-right: 0;
	}

	main#tmp_column_det section.s01 .wrapper .col2r div:nth-of-type(2) {
		width: 100%;
	}
	
/* 画像複数時 */

.gallery li {
	width: calc(100% / 2);
}	
	
	.gallery img{
	width: 96%;
	height: 250px;
	object-fit: cover;

}	

}

/* ------------------------------
 #contact
------------------------------ */
@media screen and (max-width: 860px) {
  main#contact {
    padding-bottom: 80px;
  }
  main#contact section.s01 {
    padding: 0 10px;
  }
  main#contact section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#contact section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #A38D5F;
    border: 2px solid #A38D5F;
    border-radius: 8px;
    padding: 10px 0;
  }
  main#contact section.s01 .wrapper .t02 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
  main#contact section.s01 .wrapper .dl01 {
    margin-top: 40px;
  }
  main#contact section.s01 .wrapper .dl01 dt {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#contact section.s01 .wrapper .dl01 dd {
    margin-top: 40px;
  }
  main#contact section.s01 .wrapper .dl01 dd a {
    width: 300px;
    display: block;
    margin: 0 auto;
    pointer-events: all;
  }
  main#contact section.s01 .wrapper .dl01 dd a img {
    width: 100%;
    display: block;
  }
  main#contact section.s01 .wrapper .dl02 {
    margin-top: 40px;
  }
  main#contact section.s01 .wrapper .dl02 dt {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
  }
  main#contact section.s01 .wrapper .dl02 dd .t03 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
  }
  main#contact section.s01 .wrapper .dl02 dd .linebox {
    width: 350px;
    margin: 20px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main#contact section.s01 .wrapper .dl02 dd .linebox a {
    width: 200px;
    display: block;
  }
  main#contact section.s01 .wrapper .dl02 dd .linebox a img {
    width: 100%;
    display: block;
    height: auto;
  }
  main#contact section.s01 .wrapper .dl03 {
    margin-top: 40px;
  }
  main#contact section.s01 .wrapper .dl03 dt {
    font-size: 20px;
    font-weight: bold;
    color: #A38D5F;
    line-height: 140%;
  }
  main#contact section.s01 .wrapper .dl03 dd {
    margin-top: 20px;
  }
  main#contact section.s01 .wrapper .dl03 dd .t03 {
    font-size: 14px;
    line-height: 24px;
  }
  main#contact section.s01 .wrapper .dl03 dd .t03 a {
    color: #000D99;
  }
  main#contact section.s01 .wrapper .dl03 dd .t04 {
    font-size: 14px;
    color: #C30;
    margin-top: 10px;
  }
  main#contact section.s01 .wrapper .form {
    outline: none;
    display: block;
    width: 100%;
  }
  main#contact section.s01 .wrapper .form dl {
    margin-top: 20px;
    display: block;
  }
  main#contact section.s01 .wrapper .form dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 0 10px 15px;
    position: relative;
  }
  main#contact section.s01 .wrapper .form dl dt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 40px;
    background-color: #A38D5F;
  }
  main#contact section.s01 .wrapper .form dl dt span {
    color: #C30;
  }
  main#contact section.s01 .wrapper .form dl dd {
    width: 100%;
    margin-top: 10px;
  }
  main#contact section.s01 .wrapper .form dl dd input[type="text"] {
    width: 100%;
    display: block;
    border: 1px solid #A38D5F;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px;
    outline: none;
  }
  main#contact section.s01 .wrapper .form dl dd textarea {
    width: 100%;
    height: 150px;
    display: block;
    border: 1px solid #A38D5F;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    outline: none;
  }
  main#contact section.s01 .wrapper .form dl.form_dl01 dd {
    margin-top: 5px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl01 dd ul {
    font-size: 0;
    letter-spacing: 0;
  }
  main#contact section.s01 .wrapper .form dl.form_dl01 dd ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px 5px 0;
    padding-top: 10px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl01 dd ul li label {
    display: block;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
  }
  main#contact section.s01 .wrapper .form dl.form_dl01 dd ul li label input {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl02 {
    display: block;
  }
  main#contact section.s01 .wrapper .form dl.form_dl02 dd {
    margin-top: 15px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl02 dd .t05 {
    font-size: 14px;
    line-height: 24px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl02 dd ul li {
    margin-top: 15px;
  }
  main#contact section.s01 .wrapper .form dl.form_dl02 dd ul li input {
    display: block;
    margin: 0;
    font-size: 14px;
  }
  
 main#contact section.s01 .wrapper form div{
  justify-content: space-between;
} 
  
  main#contact section.s01 .wrapper .btn01 {
    width: 48%;
    display: block;
    text-decoration: none;
    margin: 45px auto 0;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 20px;
    background-size: 8px;
  }
}

/* ------------------------------
 #pv
------------------------------ */
@media screen and (max-width: 860px) {
  main#pv section.s01 {
    padding: 0 10px;
  }
  main#pv section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  main#pv section.s01 .wrapper .t01 {
    font-size: 14px;
    line-height: 24px;
  }
  main#pv section.s01 .wrapper dl {
    margin-top: 24px;
  }
  main#pv section.s01 .wrapper dl dt {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }
  main#pv section.s01 .wrapper dl dd {
    font-size: 14px;
    line-height: 24px;
  }
  main#pv section.s01 .wrapper dl dd a {
    color: #000D99;
    word-break: break-all;
  }
}

/* ------------------------------
 #base_box setting(共通で使用できます)
------------------------------ */

@media screen and (max-width: 860px) {
  #base_box {
    padding-bottom: 80px;
  }
  #base_box section.s01 {
    padding: 0 10px;
  }
  #base_box section.s01 .wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
  
  
  /* 見出し・段落 setting */
  #base_box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #A38D5F;
  }

#base_box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #A38D5F;
    margin-top: 50px;
  }
  
  #base_box h5 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 3px;
    margin-top: 50px;
  }
  #base_box h6 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #A38D5F;
    padding-bottom: 3px;
    margin-top: 50px;
  }
  
  #base_box p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  
  
  /*　table　*/
.table_a {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #A38D5F;
  }
  
table.table_a tr,
table.table_a th,
table.table_a td {
    display: block;
    width: 100%;
  }
  
  table.table_a th {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    vertical-align: top;
  }
  .table_a td {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 140%;
  }

}
