﻿@charset "utf-8"; /*文字コード指定*/

/* ----- css reset(各ブラウザで指定されているスタイルを初期化)と全体設定 ----- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; /*ボックス外側の余白(値1つは上下左右をまとめて指定)*/
	padding: 0; /*ボックス内側の余白(値1つは上下左右をまとめて指定)*/
	border: 0; /*境界線指定*/
}

body {
	background-color: #ffffff; /*背景色設定*/
	line-height: 2;	/*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; /*フォントの種類指定(左から優先順位)*/
	font-size: 75%; /* フォントサイズ指定(%はブラウザに設定した標準文字サイズ(通常16px)に対する値)*/
	color: #000000; /*文字色指定*/
	border-top:5px solid #ff8b00;
}

ol, ul {
	list-style: none; /*リストマーカーの種類指定(noneはなし)*/
}

a { /*リンクの文字設定(マウスをのせる前)*/
	color: #0000FF; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}

a:hover { /*リンクの文字設定(マウスをのせた時)*/
	text-decoration: underline; /*テキストの装飾指定(下線、上線など)(underlineは下線を引く)*/
}

.color1 {
	color: #990000; /*文字色指定*/
}
.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/* ----- ヘッダー(ページの一番上の部分) ----- */

#header{
	max-width:980px;
        width: auto;
	height:45px;
	padding:10px 0 0 0;
	margin:0 auto;
	position:relative;
}



#header h1 {
	position: absolute; /*ボックスの配置方法(absoluteは絶対位置配置)*/
	right: 20px; /*右からの距離(positionで指定している場合に適用)*/
	top: 10px; /*上からの距離(positionで指定している場合に適用)*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
}

#header h2 {
	font-size: 100%;
        color: #b1aba7;
        margin-left: 10px;
}


#head{
	margin:20px 0 0 0;
}

/*______ ???S ______*/

#logo{
	float:left;
}

#logo a{
	width:285px;
	height:51px;
	/zoom:1;
}

#logo a:hover{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#topicpath {
        width:980px;
	padding:10px 0 10px 0;
	margin:0 auto;
	position:relative;
}

#topicpath li {
    color: #746257;
    display: inline;
    list-style-type: none;
    padding: 0 10px 0 15px;
    background: url(../images/topicpath.gif) no-repeat 0 51%;
}

#topicpath li strong {
    color: #f57800;
}
#topicpath li span{
	color:#b1aba7;
}


/* ----- ナビゲーションメニュー(ヘッダー内のメインメニュー) ----- */

#menu {
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}

#menu a {
	color: #000000; /*文字色指定*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
	text-transform: uppercase; /*フォントの大文字小文字指定(uppercaseは全て大文字)*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	margin-right: 30px; /*ボックス外側右の余白*/
}

#menu a:hover, #menu a.active {
	color: #c9171e; /*文字色指定*/
}

#footer{
	height:120px;
	padding:20px 0 0 0;
	border-top:3px solid #ff8b00;
}


/* ----- レイアウト ----- */

#container { /*container(入れ物、容器)の中に各要素(ボックス)を配置*/
	width: 800px; /*幅指定*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}
#home {
	height: 1000px; /*領域の高さ指定*/
	padding-top: 120px; /*ボックス内側上の余白*/
}

#category1 {
	height: auto; /*領域の高さ指定*/
	padding-top: 30px; /*ボックス内側上の余白*/
}
#category2 {
	height: auto; /*領域の高さ指定*/
	padding-top: 30px; /*ボックス内側上の余白*/
}
#category2 h1 {
  width: 70%;
  color: #000;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0.1em 0;
  border-top: solid 2.5px #f5a200;/*上線*/
  border-bottom: solid 2.5px #f5a200;/*下線*/
  text-align: center;
}

#category2 p {
  width: 90%;
  font-size: 15px;
  margin: 0 10px;
}

#category2 p.example {
  width: 80%;
  margin: 0 auto;
}


#category2 h3 {
  font-size: 1.5em;
  margin: 5px 0 5px 15px;
}

.ribbon4 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #e24ca2;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon4:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon4:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #f8f0d7 transparent transparent;
  border-style: solid;
}

.ribbon3 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #08bbf0;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon3:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #f8f0d7 transparent transparent;
  border-style: solid;
}

.ribbon2 {
  display: inline-block;
  position: relative;
  height: 40px;/*高さ*/
  line-height: 40px;/*高さ*/
  text-align: center;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 18px;/*文字サイズ*/
  background: #85af00;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #f8f0d7 transparent transparent;
  border-style: solid;
}

.ribbon1 {
  width: 45%;
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#category2 h4 {
  position: relative;
  padding: 8px 15px;
  color: #fff;
  border-radius: 10px;
  background: #f5a200;
  width: auto;
  font-size:0.8rem;
  margin-bottom:15px;
  text-align: center;
}

#category2 h4:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f5a200 transparent transparent transparent;
}

#category2 h5
 {
  font-size: 1.5em;
  text-align: right;
  color: #fff;
  width: 100%;
  text-decoration: none;
}

#category2 h6
 {
  font-size: 1.5em;
  color: #000;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}


#category3 {
	height: auto; /*領域の高さ指定*/
	padding-top: 30px; /*ボックス内側上の余白*/
}

#category3 h1 {
  width: 50%;
  color: #000;/*文字色*/
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0.1em 0;/*上下の余白*/
  border-top: solid 2.5px #f5a200;/*上線*/
  border-bottom: solid 2.5px #f5a200;/*下線*/
  text-align: center;
}
#category3 p {
  width: 80%;
  margin: 0 auto;
}

#category3 h3 {
  font-size: 1em;
  margin: 20px 0 0 15px;
}
#category3 h5
 {
  font-size: 1.5em;
  width: 80%;
  margin: 0 auto;
}
#news {
	height: 500px; /*領域の高さ指定*/
	padding-top: 120px; /*ボックス内側上の余白*/
}

/* ----- フッター(ページの一番下の部分) ----- */

#footer {
        margin-top: 80px;
	bottom: 0; /*下からの距離*/
	height: 40px; /*領域の高さ指定*/
}

#footer p {
	margin-top: 10px; /*ボックス外側上の余白*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
	font-size: 0.75em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	color: #000000; /*文字色指定*/
}

/* ----- コンテンツ ----- */

#container h2 {
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 30px; /*行の高さ指定*/
	margin: 10px 5px; /*ボックス外側の余白(値2つは左から上下,左右の値)*/
}

#container ul {
	margin-bottom: 15px; /*ボックス外側下の余白*/
}

#container ul li {
	padding-left: 15px; /*ボックス内側左の余白*/
}

#container a:hover img {
	border: solid 1px #c9171e; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
}

#btn1 {
  background: #fd9535;
  font-weight: bold;
  padding: 0.5em 1em;
}

.btn.type01{
     display: block;
     margin: 0 auto;
     max-width: 250px;
     width: auto;
     text-align: center;
     font-size: 15px;
     letter-spacing: 0.1em;
     padding: 10px 15px;
     color: #fff;
     background-color: #f5a200;
     border-radius:10px;
     text-decoration: none;
}

.btn.type01:hover{
     display: block;
     margin: 0 auto;
     max-width: 250px;
     width: auto;
     text-align: center;
     font-size: 15px;
     letter-spacing: 0.1em;
     padding: 10px 15px;
     color: #fff;
     background-color: #f1c878;
     border-radius:10px;
     text-decoration: none;
}

/* ---- テーブルの設定 ----- */

.ta1 {
	width: 600px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.ta1 td {
	border: none; /*境界線の一括指定(noneはなし)*/
}

.ta1 a:hover {
	color: #000000; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
	cursor: url(../images/cur.png), pointer; /*カーソルの形状指定(url(画像ファイル)pointerはオリジナルカーソルが表示できない場合の指定)*/
}

.ta2 {
	width: 600px; /*幅指定*/
	border-collapse: collapse; /*境界線の表示指定(collapseは重ねて表示)*/
	margin: 0 auto; /*ボックス外側の余白(値2つは左から上下,左右の値(左右autoで中央配置))*/
}

.ta2 th {
	background-color: #ffd700; /*背景色指定*/
	border: solid 1px #888084; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	color: #000000; /*文字色設定*/
	padding: 5px 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	text-align: center; /*行の水平方向の揃え方(leftは左寄せ)*/
}

.ta2 tr.even td {
	background-color: #f0e68c; /*背景色指定*/
}

.ta2 td {
	border: solid 1px #888084; /*境界線の一括指定(solidは1本線,線の太さ,線の色)*/
	color: #000000; /*文字色設定*/
	padding: 5px 10px; /*ボックス内側の余白(値2つは左から上下,左右の値)*/
	font-size: 1em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	text-align: left; /*行の水平方向の揃え方(leftは左寄せ)*/
}

.ta2 a {
	color: #727171; /*文字色設定*/
	text-decoration: underline; /*テキストの装飾指定(下線、上線など)(underlineは下線)*/
}

.ta2 a:hover {
	color: #000000; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0.5rem 2.5rem;
  max-width: 150px;
  width: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  margin-top: 40px;
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 10px;
}
/* 送信ボタン */

input[type="submit"] {
padding: 8px 15px;
border: none;
background: #f5a200;
color: #fff;
}


/* 送信ボタン - マウスオーバー時 */

input[type="submit"]:hover {
background: #f1c878;
}


/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}

.box1 {
   height: 400px;     /* 高さを制限(※) */
   width: 80%;
   overflow: scroll;  /* スクロールバーを表示(※) */
   overflow-x: hidden;
   border: solid 1px #000000;   /* 枠線を追加 */
   display: block;
   margin: 0 auto;
   margin-top: 10px;
}

.box2 {
   height: 300px;     /* 高さを制限(※) */
   width: 80%;
   overflow: scroll;  /* スクロールバーを表示(※) */
   overflow-x: hidden;
   border: solid 1px #000000;   /* 枠線を追加 */
   display: block;
   margin: 0 auto;
   margin-top: 10px;
}

li{
 padding: 0 2.5em 0 2.5em;
}

.loose-leaf{
  background: #f8f0d7;
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5 #f8f0d7;
  padding: 1em;
  margin: 1em 5px;
}

.loose-leaf-title{
  font-size: 20px;
  font-weight: bold;
  color: #bf4500;
}

.loose-leaf-title:before{
  font-family: 'Font Awesome 5 Free';
  font-weight:900;
  content: "\f303";
  font-size: 17px;
  color: #000;
}
.loose-leaf-title2{
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.loose-leaf p{
  margin: 0;
  padding: 0;
}

.loose-leaf a{
  color: #0000FF;
  font-weight:bold;
  word-break: break-all;
}


.loose-leaf txt{
  width: 90%;
  font-size: 15px;
  color: red;
  font-weight: bold;
}

.loose-leaf txt1{
  text-align: left;
  font-size: 15px;
  background: linear-gradient(transparent 50%, #f5a200);
  font-weight: bold;
}

.loose-leaf img{
   vertical-align:middle ;
   padding:10px;
}

.loose-leaf1{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #fff;
    border: dashed 5px #f7e4a9;/*点線*/
    width: 40%;
    margin: 0 atuo;
    text-align:center

}
.loose-leaf1 p{
    font-weight: bold;
}

.cont {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.conte {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.con .item {
  margin-top:10px;
  width: 30%;
}

.item img {
  margin: 5px;
  width: 100%;
}

.box7 {
    position: relative;
    margin: 0 auto;
    margin-top: 2.5em;
    padding: 0.5em 2em;
    border: solid 2px #f5a200;
}
.box7 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #000;
   font-weight: bold;
}

.box7 ti{
   display: block;
   width: 100%;
   font-size: 15px;
   text-align: end;
   font-weight: bold;
}

.box7 .item1{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    width: auto;
}
.box7 .item2{
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    width: auto;
}

.box7 img {
    width: 30%;
}
.box7 p {
    margin: 0; 
    padding: 0;
}

#demoslide01{
   display: block;
   margin: 0 auto;
}


.modal_open{
    display: block;
     margin: 0 auto;
     max-width: 250px;
     width: auto;
     text-align: center;
     font-size: 15px;
     letter-spacing: 0.1em;
     padding: 10px 15px;
     color: #fff;
     background-color: #f5a200;
     border-radius:10px;
     text-decoration: none;
}
 

.modal_open:hover{
     display: block;
     margin: 0 auto;
     max-width: 250px;
     width: auto;
     text-align: center;
     font-size: 15px;
     letter-spacing: 0.1em;
     padding: 10px 15px;
     color: #fff;
     background-color: #f1c878;
     border-radius:10px;
     text-decoration: none;
}

.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
    max-width: 700px;
    margin: 0;
    padding: 60px 2vw 80px;
    border: 2px solid #aaa;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}
 
.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #fff;
    line-height: 62px;
    text-align: center;
    background: #929596;
}
 
.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
 
.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}

@media screen and (max-width: 999px){
#container { 
	width: auto; 
	margin: 0 auto;
}
#category2 {
        width: 90%;
        margin: 0 auto;
	height: auto; /*領域の高さ指定*/
	padding-top: 30px; /*ボックス内側上の余白*/
}
.box1 {
   width: 80%;
}
 .modal_box {
      padding: 50px 2vw 40px;
  }
 
  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }
 
  .modal_close i {
      line-height: 44px;
  }
 
  .link_area {
      margin: 25px auto 0;
  }
 
  .link_area .modal_link a {
      margin: 15px auto 0;
  }
 
  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }
 
  .link_area ul li.modal_link:last-child a {
      float: none;
  }
/*#category2 h3 {
  font-size: 1vmax;
  margin: 5px 0 5px 15px;
}*/

}

@media screen and (max-width: 480px){
#container h2 {
    font-size: 1em;
    line-height: 30px;
    margin: 10px 5px;
}
/*#container h3 {
    font-size: 1em;
    margin: 10px 0;
}*/

#category3 h1 {
    width: 70%;
}
.cont {
    display:flex;
    flex-flow: column;
}
.cont .item {
  width: 90%;
}

.con {
    display:flex;
    flex-flow: column;
    width: 90%;
}

.loose-leaf1{
    margin: 1em 0;
    width: 90%;
    height: 50px;
}
.con .item {
  width: 100%;
}

.item img {
  display:block;
  width: 80%;
  margin: 0 auto;
}

.ribbon1 {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  background: #f57a78;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon4, .ribbon3, .ribbon2 {
  padding: 0 30px 0 10px;/*文字の左右の余白*/
}


.box7 .item1 {
    display:flex;
    flex-flow: column;
    width: auto;
    margin: 0 auto;
}

.item1 img {
  display:block;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.box7 .item2 {
  display:none;
}


}
