@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  vertical-align: baseline;
  line-height: 0;
  position: relative;
  font-size: 75%; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*------------------------------------------------------------
基本設定
-------------------------------------------------------------*/
html {
  overflow-y: scroll; }

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #03c; }

address,
caption,
cite,
code,
dfn,
var,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal; }

q {
  quotes: none; }

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

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

div {
  word-wrap: break-word; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word; }

form {
  margin: 0; }

button,
input,
select,
textarea,
optgroup,
option {
  vertical-align: baseline; }

textarea {
  min-height: 100px;
  vertical-align: top; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  margin: 0; }

table {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
  border-spacing: 0; }

img {
  height: auto;
  max-width: 100%; }

img {
  max-width: none\9;
  /*IE8�ւ̑Ή�*/ }

p {
  margin: 0 0 1em; }

ul,
ol {
  margin-left: 40px;
  padding-left: 0; }

li {
  margin-bottom: 0; }

/*
レイアウト
*/
/*
背景薄い青
薄い青　bae0da
文字の緑　128b91
黄色ffce00
*/
ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.w-innar {
  width: 800px;
  margin: auto; }

/*--------------------------------------------------------
背景色・文字色の設定
--------------------------------------------------------*/
.bg-naname {
  background: #eeede7;
  background-image: linear-gradient(-45deg, #eeede7 25%, #fff 25%, #fff 50%, #eeede7 50%, #eeede7 75%, #fff 75%, #fff);
  background-size: 6px 6px;
  background-attachment: fixed; }

.box-round {
  border-top: 2px solid #534741;
  border-right: 5px solid #534741;
  border-bottom: 8px solid #534741;
  border-left: 2px solid #534741;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 15px; }

body {
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: 'Noto Sans Japanese', serif;
  font-size: 100%;
  line-height: 1.8; }

/*全体の追加設定*/
a {
  text-decoration: none;
  color: #000; }

a:hover {
  color: #f08719; }

a img:hover {
  opacity: 0.7; }

.dis-pc {
  display: block; }

.dis-mb {
  display: none; }

.marker-yellow {
  background: linear-gradient(transparent 80%, #ffff00 80%); }

@media only screen and (max-width: 750px) {
  .dis-mb {
    display: block; }

  .dis-pc {
    display: none; } }
/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/
header {
  padding: 10px 0 10px 0; }
  header .sec_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 1100px; }
  header .col_l {
    width: 250px; }
  header .col_r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    header .col_r a {
      display: inline-block;
      margin-right: 20px;
      font-weight: bold; }

@media only screen and (max-width: 750px) {
  header {
    padding: 10px 0 10px 0; }
    header .sec_in {
      display: block;
      padding: 0;
      width: 90%; }
    header .col_l {
      width: 116px;
      margin: auto; }
    header .col_r {
      display: none; } }
/*--------------------------------------------------------
メインコンテンツ
--------------------------------------------------------*/
/*見出しベース*/
h1 {
  font-size: 2.0em;
  padding: 0;
  margin: 0;
  clear: both; }

h2 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
  clear: both; }

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  clear: both; }

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
#copyright {
  text-align: center;
  padding: 20px 0 20px 0;
  color: #999;
  background: #333;
  font-size: 12px; }
