@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

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

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

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

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

dl, dt, dd, ol, ul, li, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none; }

* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*-------------  変数   ---------------------------- */
/*ヘッダーリンクボタン色、リンクボタン色、PUP背景色*/
/*黄色 */
/*ピンク */
/*水色*/
/*リンク色*/
/*ドロワーナビボタン色１*/
/*ドロワーナビボタン色２*/
/*ドロワーナビボタン境界色*/
/*ドロワー背景色*/
/*コンテンツ背景色*/
/*ドロワーメニューの長さ*/
/*-------------  navi   ---------------------------- */
#navi {
  margin: 0 0 84px 0;
  background: url(../images/nav_bg.jpg) repeat center top; }
  #navi li {
    width: 200px;
    height: 58px;
    border-bottom: 1px solid #5e8a1a;
    border-top: 1px solid #94ce3f; }
    #navi li a {
      font-size: 19px;
      display: block;
      line-height: 58px;
      padding-left: 12px;
      word-spacing: -1px;
      text-decoration: none;
      color: #fff;
      text-shadow: 0px 1px 1px #9d9d9d; }
      #navi li a:active {
        background: #55C0E1;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
      #navi li a:hover {
        background: #55C0E1;
        color: #fff8ee;
        border-bottom: 1px solid #bd3f11;
        border-top: 1px solid #f77343; }
    #navi li.on {
      border-bottom: 1px solid #acb14d;
      border-top: 1px solid #f5ff7f;
      background: #f4ff6e; }
      #navi li.on a {
        color: #1f904d; }
    #navi li i {
      margin-right: 8px; }

/*-------------  menu custom   ---------------------------- */
.contents {
  width: 100%;
  margin: 0 0 0 0;
  /* headerの高さと等しく*/
  /*		-webkit-transition:ease .3s;
  		transition:ease .3s;
  */
  -webkit-transition: ease .3s;
  transition: ease .3s;
  pointer-events: auto; }

/*menuオープン時*/
input[type=checkbox]:checked ~ .changed2 {
  width: 100%;
  position: fixed;
  -webkit-transition: ease-in-out .5s;
  transition: ease-in-out .5s;
  /*右開き*/
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  /*左開き*/
  /*-webkit-transform:translateX(-250px);	
  transform:translateX(-250px);*/
  pointer-events: none; }

/*	.cont_fixed {
		pointer-events: none;
	}
*/
/*	.cont_fixed {
		
		.overlay {
			opacity:0.6;
			visibility:visible;
			
		}
		
	}*/
/*-------------  body   ---------------------------- */
body {
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 160%;
  color: #333;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

/*-------------  header   ---------------------------- */
header .txt_idt {
  text-align: center;
  font-size: 12px;
  text-indent: -9999px;
  background: url(../images/header_bg.jpg) repeat bottom left;
  padding: 63px 0 0 0; }
  header .txt_idt #logo {
    display: block;
    background: url(../images/logo.jpg) no-repeat center center;
    background-size: 77% auto;
    width: 90%;
    height: 57px;
    margin: 0 auto; }
header .header_nav {
  position: fixed;
  z-index: 999;
  opacity: 0.9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  header .header_nav .header_nav__flex {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between; }
    header .header_nav .header_nav__flex li {
      flex: 1;
      text-align: center; }
      header .header_nav .header_nav__flex li a {
        display: block;
        height: 64px;
        padding: 9px 0 0 0;
        background: #F9E769;
        color: #333;
        font-size: 0.85em;
        text-decoration: none; }
      header .header_nav .header_nav__flex li label.menulabel {
        margin: 0 0 0 0 !important; }
      header .header_nav .header_nav__flex li .menulabel {
        display: block;
        height: 64px;
        padding: 3px 0 0 0;
        background: #F9E769;
        color: #333;
        text-decoration: none; }
        header .header_nav .header_nav__flex li .menulabel:before {
          content: url(../images/menu.svg);
          display: block;
          margin: 0 auto;
          padding: 9px 0 0 0;
          width: 24px; }
        header .header_nav .header_nav__flex li .menulabel:after {
          content: "menu";
          font-family: Arial, Helvetica, sans-serif;
          height: 30px;
          display: block;
          font-size: 100%;
          line-height: 1.1; }
  header .header_nav input[type=checkbox] {
    position: absolute;
    left: -9999px; }
  header .header_nav .changed5 {
    display: none;
    visibility: hidden;
    -webkit-transition: ease .16s;
    transition: ease-in-out .16s;
    height: 0px;
    position: relative;
    z-index: 10;
    opacity: 1;
    overflow: hidden;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    box-sizing: border-box; }
    header .header_nav .changed5 li {
      width: 50%;
      background: #fff; }
      header .header_nav .changed5 li:nth-child(even) {
        border-right: 1px solid #F9E769; }
      header .header_nav .changed5 li a {
        text-decoration: none;
        padding: 10px 0 12px 9px;
        display: block;
        width: 100%;
        height: 44px;
        color: #333; }
  header .header_nav input[type=checkbox]:checked ~ .changed5 {
    visibility: visible;
    -webkit-transition: ease-out .16s;
    transition: ease-out .16s;
    height: 225px;
    opacity: 1; }
    header .header_nav input[type=checkbox]:checked ~ .changed5 btm_nav__list {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between; }
    header .header_nav input[type=checkbox]:checked ~ .changed5 li {
      width: 50%;
      background: #fff;
      border-left: 1px solid #F9E769;
      border-bottom: 1px solid #F9E769; }
      header .header_nav input[type=checkbox]:checked ~ .changed5 li.on {
        background: #F9E769; }
        header .header_nav input[type=checkbox]:checked ~ .changed5 li.on a {
          color: #333; }
      header .header_nav input[type=checkbox]:checked ~ .changed5 li a {
        text-decoration: none;
        padding: 10px 0 12px 9px;
        display: block;
        width: 100%;
        height: 44px;
        color: #333; }
  header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel {
    display: block;
    height: 64px;
    padding: 3px 0 0 0;
    background: #F098A7;
    color: #FFF;
    text-decoration: none; }
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:before {
      content: url(../images/menu_close.svg);
      display: block;
      margin: 0 auto;
      padding: 9px 0 0 0;
      width: 24px; }
    header .header_nav input[type=checkbox]:checked ~ .header_nav__flex label.menulabel:after {
      content: "close";
      font-family: Arial, Helvetica, sans-serif;
      height: 30px;
      display: block;
      font-size: 100%;
      line-height: 1.1; }

.btm_nav .container {
  padding: 0;
  margin: 30px 0 0 0;
  border-radius: 0; }
  .btm_nav .container .btm_nav__list {
    display: block;
    height: 225px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
    background: url(../../images/bgcol03.jpg) repeat left top; }
    .btm_nav .container .btm_nav__list li {
      width: 50%;
      border-top: 1px solid #F9E769;
      border-radius: 0; }
      .btm_nav .container .btm_nav__list li:nth-child(odd) {
        border-right: 1px solid #F9E769; }
      .btm_nav .container .btm_nav__list li.on a {
        color: #333;
        background: #F9E769; }
      .btm_nav .container .btm_nav__list li a {
        text-decoration: none;
        padding: 10px 0 12px 9px;
        display: block;
        width: 100%;
        color: #333;
        height: 44px; }

.changed4 {
  display: none; }

.changed3 label {
  width: 70px;
  height: 64px;
  position: absolute;
  top: 10px;
  right: 0px;
  background: #FF0;
  z-index: 9999;
  position: fixed; }
  .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #FBE8EC;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    .changed3 label a:hover {
      color: #fff; }
    .changed3 label a:active {
      color: #fff; }

input[type=checkbox]:checked ~ .changed3 label {
  width: 70px;
  height: 64px;
  position: fixed;
  top: 10px;
  right: 0px;
  background: #F00;
  z-index: 9999; }
  input[type=checkbox]:checked ~ .changed3 label a {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 70px;
    height: 64px;
    display: table-cell;
    background: #0BA95F;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 8px 0 0 8px; }
    input[type=checkbox]:checked ~ .changed3 label a:hover {
      color: #fff; }
    input[type=checkbox]:checked ~ .changed3 label a:active {
      color: #fff; }

/*----------------slider------------------------------- */
.slider_area {
  width: 100%;
  /*min-height:150px;*/
  border: none;
  background: none;
  /*		background:url(../images/index_bg.png) repeat-x top center;
  		background-size:50px 166px;
  */
  overflow: hidden;
  position: relative; }
  .slider_area ul, .slider_area li {
    margin: 0;
    padding: 0; }

/*------------- mds  -----------------------------------------*/
.mds_top {
  background: url(../images/mds_top.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_info {
  background: url(../images/mds_info.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_policy {
  background: url(../images/mds_hoiku.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_kyusyoku {
  background: url(../images/mds_kyusyoku.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_day {
  background: url(../images/mds_day.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_year {
  background: url(../images/mds_year.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_docu {
  background: url(../images/mds_docu.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_news {
  background: url(../images/mds_news.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_news02 {
  background: url(../images/mds_news.png) no-repeat left center;
  font-size: 14px;
  padding: 25px 0px 18px 60px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_his {
  background: url(../images/mds_his.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_rec {
  background: url(../images/mds_rec.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.mds_mail {
  background: url(../images/mds_mail.png) no-repeat center top;
  text-align: center;
  margin: 10px auto;
  font-size: 16px;
  padding: 48px 0px 0px 0px;
  font-weight: bold;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.nmds, section .layout09 .imgarea .itemmds, section .layout10 .imgarea .itemmds {
  font-size: 16px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  margin: 10px 0 10px 0;
  padding: 5px 0px 5px 37px;
  background: url(../images/nmds.png) no-repeat left center;
  line-height: 1.4;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.smds {
  display: inline-block;
  width: 100%;
  margin: 10px 0 7px 0;
  padding: 4px 10px;
  font-size: 16px;
  background: #44AEB8;
  background: -webkit-repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  background: repeating-linear-gradient(-45deg, #3e83d0, #3e83d0 3px, #3379c7 3px, #3379c7 7px);
  color: #fff;
  font-weight: bold;
  border-bottom: 4px; }

.txt_wb, .list_layout01 li .news_mdstxt {
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*------------- section  -----------------------------------------*/
section {
  /*---------------------------------------------------------** */
  /* レイアウト基本形 */
  /* PG画像　レイアウト基本形 画像の小さいレイアウト用は個別のレイアウトで数値設定*/
  /*	.pg_imgarea {
  		text-align:center !important;
  		
  	}
  */
  /* txt50% img50% */
  /* txt80% img15% */
  /*画像15％、文章82％、間隔3％  画像小さいレイアウト */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*---------------------------------------------------------** */
  /*ここにペースト*/
  /*******************************/
  /*-------------  タブ３列   ---------------------------- */
  /*-------------  タブ２列 ---------------------------- */ }
  section .container {
    width: 100%;
    padding: 2% 4%;
    margin: 0 auto 10px; }
  section .list_link {
    display: block;
    width: 100%;
    padding: 10px 4%;
    border-top: 1px solid #CCC;
    color: #333;
    text-decoration: none;
    min-height: 123px; }
    section .list_link:hover {
      background: #fdeff2; }
    section .list_link .txtarea {
      word-break: break-all; }
  section .layout01 {
    margin: 0 auto; }
    section .layout01 .txtarea.fright.txtaln_r {
      text-align: right; }
    section .layout01 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      section .layout01 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    section .layout01 .imgarea .caption, section .layout01 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    section .layout01 .imgarea .caption_center {
      text-align: center; }
    section .layout01:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout01 .txtarea {
      width: 100%; }
    section .layout01 .imgarea {
      width: 100%; }
      section .layout01 .imgarea img {
        width: 100%;
        height: auto; }
      section .layout01 .imgarea .cap {
        line-height: 1.4;
        margin: 0 auto 15px;
        text-align: center;
        background: #FFE85A;
        width: 130px;
        padding: 5px; }
  section .layout02 {
    /*画像30％、文章67％、間隔3％*/ }
    section .layout02 .txtarea.fright.txtaln_r {
      text-align: right; }
    section .layout02 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      section .layout02 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    section .layout02 .imgarea .caption, section .layout02 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    section .layout02 .imgarea .caption_center {
      text-align: center; }
    section .layout02:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout02 .txtarea {
      width: 67%; }
    section .layout02 .imgarea {
      width: 30%;
      /* このレイアウトでPG組み込みの場合*/
      /*				.pgitem{
      					width:210px;
      					height:210px;
      					max-width:210px;
      					max-height:210px;
      					
      						img {
      							max-width:210px;
      							max-height:210px;
      						}
      				}*/ }
      section .layout02 .imgarea img {
        width: 100%;
        height: auto; }
  section .layout03 {
    /*画像30％、文章回り込み 間隔3％*/ }
    section .layout03 .txtarea.fright.txtaln_r {
      text-align: right; }
    section .layout03 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      section .layout03 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    section .layout03 .imgarea .caption, section .layout03 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    section .layout03 .imgarea .caption_center {
      text-align: center; }
    section .layout03:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout03 .imgarea {
      width: 30%; }
      section .layout03 .imgarea img {
        width: 100%;
        height: auto; }
    section .layout03 .fleft {
      margin: 0 3% 0 0; }
    section .layout03 .fright {
      margin: 0 0 0 3%; }
  section .layout04 .txtarea.fright.txtaln_r {
    text-align: right; }
  section .layout04 .imgarea .pgitem {
    margin: 0 auto 5px;
    width: 280px;
    height: 280px;
    max-width: 280px;
    max-height: 280px;
    overflow: hidden;
    background: #ececee;
    text-align: center;
    position: relative; }
    section .layout04 .imgarea .pgitem img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      max-width: 280px;
      max-height: 280px;
      width: auto;
      height: auto; }
  section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
    width: 280px;
    margin: 0 0 40px 0;
    text-align: left;
    font-size: 12px;
    line-height: 1.4; }
  section .layout04 .imgarea .caption_center {
    text-align: center; }
  section .layout04:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  section .layout04 .txtarea {
    width: 82%; }
  section .layout04 .imgarea {
    width: 15%; }
    section .layout04 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      section .layout04 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    section .layout04 .imgarea .caption, section .layout04 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    section .layout04 .imgarea .caption_center {
      text-align: center; }
    section .layout04 .imgarea .pgitem {
      /*幅が30％なので、サイズを相応に*/
      width: 48px;
      height: 48px;
      max-width: 48px;
      max-height: 48px; }
      section .layout04 .imgarea .pgitem img {
        max-width: 48px !important;
        max-height: 48px !important; }
    section .layout04 .imgarea img {
      width: 100%;
      height: auto; }
  section .layout05 {
    /*画像48％、文章48％、間隔4％ 等しいレイアウト */
    margin-top: 5px; }
    section .layout05 .txtarea.fright.txtaln_r {
      text-align: right; }
    section .layout05 .imgarea .pgitem {
      margin: 0 auto 5px;
      width: 280px;
      height: 280px;
      max-width: 280px;
      max-height: 280px;
      overflow: hidden;
      background: #ececee;
      text-align: center;
      position: relative; }
      section .layout05 .imgarea .pgitem img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 280px;
        max-height: 280px;
        width: auto;
        height: auto; }
    section .layout05 .imgarea .caption, section .layout05 .imgarea .caption_center {
      width: 280px;
      margin: 0 0 40px 0;
      text-align: left;
      font-size: 12px;
      line-height: 1.4; }
    section .layout05 .imgarea .caption_center {
      text-align: center; }
    section .layout05:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    section .layout05 .txtarea {
      width: 48%; }
    section .layout05 .imgarea {
      width: 48%; }
      section .layout05 .imgarea img {
        width: 100%;
        height: auto; }
  section .layout09 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    section .layout09 .imgarea {
      margin: 0 3% 6% 0;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 30%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      section .layout09 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        section .layout09 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      section .layout09 .imgarea .caption, section .layout09 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      section .layout09 .imgarea .caption_center {
        text-align: center; }
      section .layout09 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 90px;
        height: 90px; }
        section .layout09 .imgarea .pgitem img {
          max-width: 90px !important;
          max-height: 90px !important; }
      section .layout09 .imgarea .itemmds {
        font-size: 13px; }
      section .layout09 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    section .layout09:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .menu_tab_wrap {
    width: 100%;
    height: 54px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid #1665bd; }
    section .menu_tab_wrap .menu_tab_area {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex-wrap: wrap;
      /* Safari */
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      /* Safari */
      justify-content: space-between;
      margin: 0 auto; }
    section .menu_tab_wrap .gene_fitem {
      width: 47%;
      display: block;
      text-align: center;
      color: #1967B9;
      background: #D8EFFD;
      font-size: 14px;
      border: #1665bd solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      section .menu_tab_wrap .gene_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #1967B9;
        transition: all .3s;
        -webkit-transition: all .3s; }
        section .menu_tab_wrap .gene_fitem a:hover {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        section .menu_tab_wrap .gene_fitem a.on {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
    section .menu_tab_wrap .ortho_fitem {
      width: 32%;
      display: block;
      text-align: center;
      color: #1967B9;
      background: #D8EFFD;
      font-size: 14px;
      border: #1665bd solid 1px;
      box-sizing: border-box;
      line-height: 1.5;
      text-decoration: none;
      border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
      section .menu_tab_wrap .ortho_fitem a {
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 15px 0 0 0;
        text-decoration: none;
        color: #1967B9;
        transition: all .3s;
        -webkit-transition: all .3s; }
        section .menu_tab_wrap .ortho_fitem a:hover {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
        section .menu_tab_wrap .ortho_fitem a.on {
          background: #1967B9;
          color: #fff;
          border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
          -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0; }
  section .layout011 {
    margin: 2px 0% 3px 1px;
    border-bottom: 2px solid #55C0E1; }
    section .layout011 .imgarea {
      margin: 0px 1% 0px 4px;
      /*width:47%;*/
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left; }
      section .layout011 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        section .layout011 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      section .layout011 .imgarea .caption, section .layout011 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      section .layout011 .imgarea .caption_center {
        text-align: center; }
    section .layout011 .button {
      width: 100%;
      border-radius: 6px 6px 0 0;
      background: #55C0E1;
      min-height: 37px;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
      text-align: center;
      display: block;
      padding: 0 4px;
      font-size: 13px;
      color: #FFF; }
      section .layout011 .button a {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 5px 0px 5px 0; }
      section .layout011 .button .subtitle {
        font-size: 1.0em;
        margin: 0 0 -26px 0; }
    section .layout011 .on {
      background: #F9E769; }
    section .layout011:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .layout10 {
    margin: 0 -3% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    section .layout10 .imgarea {
      margin: 0 3% 6% 0;
      width: 47%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      section .layout10 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        section .layout10 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      section .layout10 .imgarea .caption, section .layout10 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      section .layout10 .imgarea .caption_center {
        text-align: center; }
      section .layout10 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 138px;
        height: 138px; }
        section .layout10 .imgarea .pgitem img {
          max-width: 138px !important;
          max-height: 138px !important; }
      section .layout10 .imgarea .itemmds {
        font-size: 13px; }
      section .layout10 .imgarea .cap {
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 5px 0; }
    section .layout10:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  section .layout11 {
    margin: 0 0% 0 0;
    overflow: hidden;
    /*PGアイテム更新用*/ }
    section .layout11 .imgarea {
      margin: 0 3% 6% 0;
      width: 100%;
      /*ここを変更で１行に何列か選ぶ 50-3(padding)　２個　画像サイズ　140px*/
      /*width:30%;*/
      /*ここを変更で１行に何列か選ぶ 33.3-3(padding)　３個　画像サイズ　90px*/
      float: left;
      text-align: center; }
      section .layout11 .imgarea .pgitem {
        margin: 0 auto 5px;
        width: 280px;
        height: 280px;
        max-width: 280px;
        max-height: 280px;
        overflow: hidden;
        background: #ececee;
        text-align: center;
        position: relative; }
        section .layout11 .imgarea .pgitem img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-width: 280px;
          max-height: 280px;
          width: auto;
          height: auto; }
      section .layout11 .imgarea .caption, section .layout11 .imgarea .caption_center {
        width: 280px;
        margin: 0 0 40px 0;
        text-align: left;
        font-size: 12px;
        line-height: 1.4; }
      section .layout11 .imgarea .caption_center {
        text-align: center; }
      section .layout11 .imgarea .pgitem {
        /*幅が47％なので、サイズを相応に*/
        width: 300px;
        height: 300px; }
        section .layout11 .imgarea .pgitem img {
          max-width: 300px !important;
          max-height: 300px !important; }
    section .layout11 .nmds, section .layout11 .layout09 .imgarea .itemmds, section .layout09 .imgarea .layout11 .itemmds, section .layout11 .layout10 .imgarea .itemmds, section .layout10 .imgarea .layout11 .itemmds {
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      section .layout11 .nmds .subtitle, section .layout11 .layout09 .imgarea .itemmds .subtitle, section .layout09 .imgarea .layout11 .itemmds .subtitle, section .layout11 .layout10 .imgarea .itemmds .subtitle, section .layout10 .imgarea .layout11 .itemmds .subtitle {
        font-size: 12px;
        color: #F9E769; }

/*-------------  h2   ---------------------------- */
.top_index {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }
  .top_index img {
    width: 100%;
    height: auto; }

/*----------------slide------------------------------- */
#slide img {
  width: 100%;
  height: auto; }
#slide .slide_title {
  text-align: center;
  font-size: 12px;
  background: FE899F;
  color: #fff; }

.npage_title {
  width: 100%;
  height: 100px;
  background: #ffcb88 url(../images/footer_bg.png) no-repeat center bottom;
  text-align: center;
  background-size: cover;
  margin: 0 0 10px 0;
  position: relative;
  /*		background-size:50px 166px;*/ }
  .npage_title .title {
    width: 100%;
    margin: 0 auto;
    color: #333;
    text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px,#fff 1px -1px 0px, #fff -1px -1px 0px;
    font-size: 21px;
    position: absolute;
    top: 44%; }

/*-------------  top   ---------------------------- */
.dl_line {
  background: url(../images/line01.jpg) repeat-x left center;
  height: 5px;
  margin: 30px 0 0 0; }

.top_mds01 {
  background: url(../images/top_mds01_bg.jpg) repeat-x left center;
  height: 196px;
  font-family: "Mplus 1p","Comic Sans MS", cursive;
  font-size: 15px;
  text-align: center;
  color: #5d2a00; }
  .top_mds01 img {
    padding: 30px 0 0 0; }

.top_mds02 {
  background: url(../images/top_mds02_bg.jpg) repeat-x left center;
  height: 207px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center; }

.top_newsarea__layout {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  /*.imgarea*/
  /*.txtarea */ }
  .top_newsarea__layout .imgarea {
    width: 140px; }
    .top_newsarea__layout .imgarea .list_imgarea {
      width: 140px;
      height: 140px;
      max-width: 140px;
      max-height: 140px; }
      .top_newsarea__layout .imgarea .list_imgarea img {
        max-width: 140px;
        max-height: 140px; }
  .top_newsarea__layout .txtarea {
    width: 920px;
    /*.nmds*/
    /*.commnet*/ }
    .top_newsarea__layout .txtarea .nmds, .top_newsarea__layout .txtarea section .layout09 .imgarea .itemmds, section .layout09 .imgarea .top_newsarea__layout .txtarea .itemmds, .top_newsarea__layout .txtarea section .layout10 .imgarea .itemmds, section .layout10 .imgarea .top_newsarea__layout .txtarea .itemmds {
      font-size: 23px;
      padding: 0px 0px 0px 30px;
      margin: 10px 0 10px 0px; }
    .top_newsarea__layout .txtarea .commnet {
      clear: both;
      font-size: 14px; }
      .top_newsarea__layout .txtarea .commnet div.br {
        display: none; }

/*--------------- Year --------------------------*/
.year_01 {
  margin: 0; }
  .year_01 li {
    width: 100%;
    border-bottom: #9AA94D dotted 2px;
    padding: 12px 0 0 0;
    vertical-align: middle; }
    .year_01 li .txt {
      padding: 0 0 0 10px;
      font-size: 15px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_02 {
  margin: 0; }
  .year_02 li {
    width: 100%;
    border-bottom: #FF8B10 dotted 2px;
    padding: 12px 0 0 0;
    vertical-align: middle; }
    .year_02 li .txt {
      padding: 0 0 0 10px;
      font-size: 15px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_03 {
  margin: 0; }
  .year_03 li {
    width: 100%;
    border-bottom: #75D2DB dotted 2px;
    padding: 12px 0 0 0;
    vertical-align: middle; }
    .year_03 li .txt {
      padding: 0 0 0 10px;
      font-size: 15px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_04 {
  margin: 0; }
  .year_04 li {
    width: 100%;
    border-bottom: #FF7A95 dotted 2px;
    padding: 12px 0 0 0;
    vertical-align: middle; }
    .year_04 li .txt {
      padding: 0 0 0 10px;
      font-size: 15px;
      font-family: "Mplus 1p","Comic Sans MS", cursive; }

.year_comment {
  background: url(../images/yearcomment_bg.png) no-repeat left center; }
  .year_comment .txtarea {
    padding: 35px 5px 5px 33px; }

/*--------------- btmbnr_notice --------------------------*/
.btmbnr_notice {
  background: #efefef url(../images/btm_bnr_img.png) no-repeat center bottom;
  background-size: 50%;
  min-height: 300px;
  padding: 10px;
  border-radius: 8px; }
  .btmbnr_notice .btmbnr_notice_title {
    font-size: 1em;
    line-height: 1.5;
    text-indent: -10px; }
  .btmbnr_notice .btmbnr_notice_txt {
    margin: 8px 0 10px 0;
    font-size: 1em;
    line-height: 1.5; }
  .btmbnr_notice .btmbnr_notice_btn {
    margin: 12px 0 0 0; }

/*-------------  kkm   ---------------------------- */
.kkm01 {
  padding: 10px;
  border-radius: 15px;
  background: #FFEFEF;
  color: #333; }
  .kkm01 .blog {
    margin: 10px auto;
    padding: 5px;
    width: 200px;
    border-radius: 20px;
    background: #54BFE0;
    color: #fff;
    text-align: center; }

.kkm02 {
  background: url(../images/bgcol03.jpg) repeat left top;
  padding: 80px 0 125px 0; }

.kkm03 {
  background: url(../images/bgcol04.jpg) repeat left top;
  padding: 80px 0 125px 0; }

.kkm04 {
  background: url(../images/bgcol03.jpg) repeat left top;
  padding: 80px 0 10px 0;
  margin-bottom: 115px; }

.kkm05 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  margin: -5px 0 0 0;
  background: #EDF0FF;
  border-radius: 7px;
  padding: 4% 4%; }
  .kkm05 .title {
    font-size: 16px;
    text-align: center;
    padding: 3px;
    background: #566EB6;
    color: #fff;
    font-weight: bold; }

.kkm06 {
  padding: 0px 5px 0px 5px;
  border-radius: 3px;
  background: #E97F8B;
  color: #fff; }

.kkm_full {
  margin: 0 -5%;
  padding: 5% 5%; }

.btm_kkm01 {
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-size: 0.95em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/bg_ptn01.png) repeat top;
  margin: 0 0 -4% 0;
  /*下部相殺*/
  padding: 0 0 2% 0;
  color: #333;
  text-align: left; }
  .btm_kkm01 .mds {
    background: url(../images/tatsu.png) no-repeat left bottom;
    color: #333;
    border-bottom: #F9E769 solid 1px;
    background-size: 22%;
    margin: 0;
    padding: 13px 0px 0px 56px;
    text-align: center;
    font-size: 1.05em; }

/*-------------  footer   ---------------------------- */
footer {
  background: #f2f2f2;
  background-size: cover;
  color: #000;
  font-size: small;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 0 0; }

footer .inner {
  font-size: small;
  line-height: 1.3;
  min-height: 141px;
  background: url(../images/footer_bg.png) no-repeat center top;
  background-size: contain; }

footer #copy {
  font-size: x-small;
  color: #FFF;
  background-color: #F098A7;
  padding: 3px; }

footer #pup {
  /*background:#f3f2ee;*/
  text-align: center;
  background: #F098A7; }

footer #pup a {
  display: block;
  line-height: 42px;
  text-decoration: none;
  color: #fff; }
  footer #pup a img {
    width: 50%;
    height: auto; }

footer #pup i {
  color: #ffb912; }

/* ---------------lead ------------------- */
.lead01, .lead02 {
  background: url(../images/lead_bg01.jpg) repeat-x center center;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  padding: 26px 0;
  color: #784B22;
  font-family: "Mplus 1p","Comic Sans MS", cursive; }

.lead02 {
  border: none;
  padding: 0;
  font-size: 18px;
  color: #F9E769;
  text-align: center; }
  .lead02:before {
    content: '';
    display: block;
    height: 9px;
    background: url(../images/line_b.png) repeat-x bottom center;
    margin: 0 0 10px 0; }
  .lead02:after {
    content: '';
    display: block;
    height: 9px;
    background: url(../images/line_b.png) repeat-x bottom center;
    margin: 10px 0 0 0; }

/* ---------------Hyou------------------- */
.hyou, .hyou02, .price_table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: 0 0 0 0;
  display: table; }
  .hyou th, .hyou02 th, .price_table th {
    display: table-cell !important;
    border-bottom: 1px solid #D4D4D4;
    padding: 3px 2px !important;
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.85em; }
  .hyou td, .hyou02 td, .price_table td {
    display: table-cell !important;
    border-bottom: 1px solid #D4D4D4;
    padding: 3px 2px !important;
    line-height: 1.4;
    vertical-align: middle;
    font-size: 0.80em; }

.hyou02 th {
  text-align: center;
  background-color: #EAF7CC;
  color: #333;
  border: 1px solid #F9E769; }
.hyou02 td {
  text-align: left; }

.access_table th {
  display: block;
  background-color: #F098A7;
  font-weight: normal;
  color: #fff;
  text-align: center;
  padding: 4px 0px; }
.access_table td {
  display: block;
  padding: 4px 0px 8px; }

.price_table {
  border: none; }
  .price_table th {
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    border: none;
    border-bottom: 1px dotted #F9E769;
    background: none;
    padding: 8px 5px !important;
    color: #333;
    font-weight: bold; }
    .price_table th .cap {
      font-size: 0.8em;
      font-weight: normal; }
  .price_table td {
    font-size: 1em;
    text-align: right;
    font-weight: normal;
    border: none;
    border-bottom: 1px dotted #F9E769;
    background: none;
    padding: 8px 5px !important; }

/* ---------------list_style ------------------- */
.list_layout01 ul, .list_layout01 li {
  list-style: none;
  margin: 0;
  padding: 0; }
.list_layout01 a {
  text-decoration: none;
  display: block;
  padding: 15px 0; }
  .list_layout01 a:hover {
    background: #def1be;
    text-decoration: underline; }
  .list_layout01 a:active {
    background: #def1be;
    text-decoration: underline; }
.list_layout01 li {
  border-top: 1px solid #CCC; }
  .list_layout01 li .ymd {
    display: block;
    font-size: 12px; }
.list_layout01 li:last-child {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

/* ---------------Hyou------------------- */
.table_full th {
  display: block;
  background: #F098A7;
  font-weight: normal;
  color: #FFF;
  padding: 3px 0; }
.table_full tbody, .table_full tr, .table_full td {
  display: block; }
.table_full td {
  padding: 6px 0 12px 0; }

/*-------------  button1   ---------------------------- */
.button1, .btmbnr_notice .btmbnr_notice_btn, .submitbtn_area input, .zipsearchbtn input {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  background: #F9E769;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px; }
  .button1 a, .btmbnr_notice .btmbnr_notice_btn a, .submitbtn_area input a, .zipsearchbtn input a {
    display: block;
    color: #333;
    line-height: 44px;
    text-decoration: none; }
    .button1 a:hover, .btmbnr_notice .btmbnr_notice_btn a:hover, .submitbtn_area input a:hover, .zipsearchbtn input a:hover {
      top: -2px;
      box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4); }
    .button1 a:active, .btmbnr_notice .btmbnr_notice_btn a:active, .submitbtn_area input a:active, .zipsearchbtn input a:active {
      top: 3px;
      box-shadow: none; }
    .button1 a i, .btmbnr_notice .btmbnr_notice_btn a i, .submitbtn_area input a i, .zipsearchbtn input a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }
  .button1 .subtitle, .btmbnr_notice .btmbnr_notice_btn .subtitle, .submitbtn_area input .subtitle, .zipsearchbtn input .subtitle {
    font-size: 1.0em;
    margin: 0 0 -26px 0; }

.ua_btn {
  background: #CCC;
  border-radius: 0px; }
  .ua_btn a {
    color: #333; }
  .ua_btn img {
    width: 20px;
    vertical-align: middle; }

.button2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  background: #55C0E1;
  min-height: 44px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  padding: 0 10px;
  font-size: 13px;
  color: #FFF; }
  .button2 a {
    display: block;
    color: #fff;
    line-height: 22px;
    padding: 10px;
    text-decoration: none; }
    .button2 a:hover {
      top: -2px;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); }
    .button2 a:active {
      top: 3px;
      box-shadow: none; }
    .button2 a i {
      position: relative;
      top: -1;
      /*			color:$linkbtn_bgcor;*/ }

/* ---------------mail------------------- */
#mailflow .mail_notice {
  background: #f4f9e3;
  border-top: 1px solid #115AC9;
  border-bottom: 1px solid #115AC9;
  text-align: center;
  padding: 1em 4% 1em 4%;
  margin: 15px -4% 15px -4%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  #mailflow .mail_notice .ntxt_mds {
    font-size: 20px;
    color: #115AC9; }
  #mailflow .mail_notice .txt_larger {
    font-size: 30px;
    line-height: 1.4; }
#mailflow .mailflow_list {
  font-size: 12px;
  line-height: 1.4; }
#mailflow ul, #mailflow li {
  margin: 0;
  padding: 0;
  list-style: none; }
#mailflow li {
  float: left;
  /*			width:19%;*/
  width: 22%;
  /*			margin:0 8% 0 0;*/
  margin: 0 4% 0 0; }
  #mailflow li h4 {
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    background: #e5ead3;
    border-radius: 6px;
    color: #529916;
    padding: 0.6em 0.5em 0.3em 0.5em;
    border: 1px solid #529916;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
#mailflow li.last {
  float: left;
  width: 22%;
  margin: 0 0 0 0; }
  #mailflow li.last h4 {
    text-align: center; }

.icon_caution {
  background: #F098A7;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 4px;
  margin: 0 3px 0 3px;
  color: #FFF;
  font-size: 8px; }

.phtxt {
  color: #999; }

.zipsearchbtn input {
  min-height: 41px;
  background: #d5654b; }

.form_selects {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #999999; }
  .form_selects .fp-select {
    margin: 5px 0 0 0; }

.form_commnet {
  text-align: center;
  font-size: 12px;
  color: #ae9f93; }

.form_th_commnet {
  text-align: center;
  font-size: 0.8em; }

@media (min-width: 420px) {
  .form_checkboxs br,
  .form_radios br {
    display: none; } }
/*-------------  util.   ---------------------------- */
.inner {
  padding: 10px 15px; }

.fleft {
  float: left; }

.fleft_imgmgn10 {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

img.fleft_imgmgn10 {
  width: 40% !important; }

.fleft_imgmgn15 {
  float: left;
  margin-right: 15px; }

.fleft_imgmgn20 {
  float: left;
  margin-right: 20px; }

.fright {
  float: right; }

.fright_imgmgn10 {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px; }

img.fright_imgmgn10 {
  width: 40% !important; }

.fright_imgmgn15 {
  float: right;
  margin-left: 15px; }

.fright_imgmgn20 {
  float: right;
  margin-left: 20px; }

img.img40 {
  width: 40% !important;
  height: auto; }

img.img30 {
  width: 30% !important;
  height: auto; }

/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.space05 {
  margin-top: 5px; }

.space10 {
  margin-top: 10px !important; }

.space15 {
  margin-top: 15px !important; }

.space20 {
  margin-top: 20px !important; }

.space25 {
  margin-top: 25px; }

.space30 {
  margin-top: 30px; }

.space110 {
  margin-top: 110px; }

.mgnb20 {
  margin-bottom: 20px; }

.nmgn97 {
  margin-top: -97px; }

.point_a {
  color: #F9E769; }

.point_b {
  color: #F098A7; }

.point_c {
  color: #55C0E1; }

.point_d {
  color: #F098A7;
  font-size: 16px;
  font-weight: bold; }

.point_g {
  color: #566EB6; }

.f12 {
  font-size: 0.8em;
  line-height: 1.2; }

.f13 {
  font-size: 12px; }

.f14 {
  font-size: 14px; }

.st {
  font-weight: bold; }

.cen {
  text-align: center;
  vertical-align: middle; }

.line_bottom {
  border-bottom: 1px dotted #55C0E1;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

.line_bottom02 {
  border-bottom: 2px dotted #F9E769;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0; }

.line_top {
  border-top: 2px dotted #FFF; }

/*------------- リスト型プログラム(レポート更新風)　ページャースタイル  -----------------------------------------*/
.pg_btn_box {
  position: relative;
  overflow: hidden;
  margin: 10px 0 -15px; }

ul.pg_btn {
  float: left;
  left: 50%;
  position: relative; }

ul.pg_btn li {
  position: relative;
  left: -50%;
  float: left;
  background: #949494;
  background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#797979));
  background: linear-gradient(top, #949494, #797979);
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0px 0px 1px #000;
  margin: 1px 10px 10px 1px;
  padding: 0px !important;
  border-top: none !important; }

ul.pg_btn li:last-child {
  margin: 1px; }

.pg_btn a {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e1e1e1));
  background: linear-gradient(top, #f5f5f5, #e1e1e1);
  color: #000;
  text-decoration: none;
  display: block;
  border-radius: 8px; }

/*------------- 追加　角丸枠  -----------------------------------------*/
.kadomaruwaku {
  background: #F098A7;
  border-radius: 7px;
  padding: 10px 15px 10px 15px;
  margin: 10px 0 0 0; }

.kadomaruwaku02 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 15px;
  border: solid 3px #95ccff;
  border-radius: 8px; }
  .kadomaruwaku02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold; }

.kadomaruwaku03 {
  background: url(../images/bg_ptn_blue.png) repeat left;
  color: #000;
  border-radius: 7px;
  padding: 17px 14px 10px 14px;
  margin: -12px 0 0 0; }

.kadomaruwaku04 {
  background: #EEFFDF;
  border-radius: 7px;
  border: 2px dashed #F9E769;
  padding: 10px 15px 10px 15px;
  margin: 10px 0 0 0;
  box-shadow: 0 0 0 4px #EEFFDF; }

.kadowaku01 {
  background: #115AC9;
  color: #FFF;
  font-weight: bold;
  border: 7px;
  border-bottom: 6px double #FFFFFF;
  border-left: 6px double #FFFFFF;
  border-right: 6px double #FFFFFF;
  border-top: 6px double #FFFFFF;
  padding: 10px 10px 10px 10px; }

.kadowaku02 {
  border: 7px;
  border-bottom: 3px solid #F9F59F;
  border-left: 3px solid #F9F59F;
  border-right: 3px solid #F9F59F;
  border-top: 3px solid #F9F59F;
  padding: 10px 10px 10px 10px; }
