@charset "utf-8";
/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
/*CSSカスタムプロパティ（サイト全体を一括管理する為の設定）
---------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
figure {
  margin: 0
}
article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block;
}
/* -------------------------------------------------------------- */
body {
  color: #555;
  font: 18px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  line-height: 1.8;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  position: relative;
  z-index: 0;
  padding-bottom: 180px;
}
/**
 * Base
 */ :root, ::before, ::after {
  --font-type2: arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", yugothic, "メイリオ", meiryo, sans-serif;
  --font-type3: "Times New Roman", times, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  --accent-color: #004098;
  --link-color: #fff;
  --bg-color1: #f1f6fb; /*枠内*/
  --h2-color: #004098;
  --h3-color: #004098;
  --headerbar-height: 102px;
  --header-content-color: #fff;
  --header-content-bg-color: transparent;
  --header-headline-font-type: var(--font-type3);
  --header-headline-font-weight: 600;
  --header-headline-color: #000;
  --header-headline-bg-color: #fff;
  --header-overlay-color: transparent;
  --headline-font-type: var(--font-type3);
  --headline-font-weight: 600;
  --root-font-color: #000;
  --line-height: 2.4;
  --line-height-offset: calc((var(--line-height) - 1) * -0.5em);
  --image-effect-transform: scale(1);
  --image-effect-transition-property: none;
  --image-effect-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --image-effect-transition-duration: 0.5s;
  --image-effect-hover-transform: none;
  --image-effect-hover-opacity: 1;
  --image-effect-hover-bg-color: transparent;
  --header-cart-badge-bg-color: #729b23;
  --header-cart-badge-color: #fff;
  --product-badge-new-color: #6c975e;
  --product-badge-sale-color: #c4837a;
  --product-badge-featured-color: #d2b460;
  --product-archive-outofstock-color: rgba(183, 39, 19, 0.7);
  --product-wishlist-message-bg-color: #000;
  --footer-images-bg-color: #cea177;
  --copyright-bg-color: #cea177;
  --copyright-color: #fff;
  --qt-google-map-marker-color: #fff;
  --qt-google-map-marker-bg-color: #000;
}
/* リンク設定
------------------------------------------------------------*/
a {
  color: #1b6ee8;
  text-decoration: none;
}
a:hover {
  color: #429bef;
}
a:active, a:focus {
  outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrapper {
  margin: 20px auto 0;
  padding: 0 1%;
  width: 98%;
  position: relative;
}
.inner {
  margin: 0 auto;
  width: 100%;
}
/*************
/* ヘッダー
*************/
#header {
  z-index: 100;
  margin: 5px 0 5px 0px;
  height: 110px;
}
#header:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
#header h1 {
  font-size: 12px;
  font-weight: normal;
}
/*************
/* ロゴ
*************/
#header .logo {
  float: left;
  padding: 10px 0px 0px 30px;
}
header .logo img {
  width: 360px;
}
#header h1 {
  color: #444;
}
/**************************
/* kyoduka
**************************/
.ky_ensya {
  min-width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1%;
}
.ky_ensya img {
  width: 100%;
  margin-top: 10px;
}
.ky_100 li {
  width: 100%;
}
/**************************
/* メイン画像（トップページ）
**************************/
/**************************
/* グリッド
**************************/
.gridWrapper {
  padding-bottom: 20px;
  clear: both;
  overflow: hidden;
}
.grid h3 {
  padding: 13px 0;
  margin-bottom: 5px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.grid p {
  padding: 5px 0;
}
.grid p.img {
  float: left;
  margin: 3px 0 0 0;
}
.readmore {
  clear: both;
}
.readmore a {
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  background: #999;
}
.readmore a:hover {
  background: #ccc;
}
/*************
メイン コンテンツ
*************/
section.content {
  padding: 10px 0;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
}
section.content p {
  margin-bottom: 5px;
}
/* アーカイブページ */
section.content .archive {
  padding: 20px 0 0;
  border-bottom: 1px dotted #ccc;
}
section.content p {
  margin-bottom: 5px;
}
h3.heading {
  padding: 3px 0 13px;
  margin-bottom: 30px;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}
section.content img {
  max-width: 90%;
  height: auto;
}
.alignleft {
  float: left;
  clear: left;
  margin: 3px 10px 10px 0;
}
.alignright {
  float: right;
  clear: right;
  margin: 3px 0 10px 10px;
}
.border, ul.list img {
  border: 4px solid #ebebeb;
}
/*************
/* フッター
*************/
.tel strong {
  font-size: 20px;
  font-weight: bold;
}
/*************
サブ（フッター前）コンテンツ
*************/
#sub ul {
  padding: 10px;
}
#sub li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ebebeb;
}
#sub li:last-child {
  border: 0;
  margin-bottom: 0;
}
#sub li a {
  color: #555;
  display: block;
}
#sub li a:hover {
  color: #a5a5a5;
}
#sub ul.list {
  padding-bottom: 7px;
}
#sub ul.list li {
  clear: both;
  margin-bottom: 5px;
  padding: 5px 0;
  overflow: hidden;
}
#sub ul.list li img {
  float: left;
  margin-right: 10px;
}
#sub ul.list li {
  font-size: 12px;
  line-height: 1.35;
}
#sub .grid h3 {
  border-radius: 0;
}
/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 20px;
  margin: 5px 0 20px;
}
.pagenav a {
  color: #555;
}
.pagenav a:hover {
  color: #a5a5a5;
}
.prev {
  float: left
}
.next {
  float: right;
}
#pageLinks {
  clear: both;
  text-align: center;
}
/* タイポグラフィ
*****************************************************/
.dateLabel {
  margin: 0 0 10px;
  text-align: right;
  font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post p {
  padding-bottom: 15px;
}
.post ul {
  margin: 0 0 10px 10px;
}
.post ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  background: url(images/bullet.png) no-repeat 0 8px;
}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style: decimal;
}
.post h1 {
  margin: 20px 0;
  padding: 5px 0;
  font-size: 150%;
  color: #000;
  border-bottom: 3px solid #f0f0f0;
}
.post h2 {
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: normal;
  color: #333;
  border-bottom: 2px solid #000000;
}
.post h3 {
  margin: 10px 0 30px;
  padding-bottom: 10px;
  font-size: 110%;
  font-weight: normal;
  color: #777;
  border-bottom: 2px solid #f0f0f0;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}
.post blockquote p {
  padding: 5px 0;
}
.post table {
  border-collapse: collapse;
  margin: 10px 0;
}
.post table th, .post table td {
  padding: 12px;
  border: 1px solid #ccc;
}
.post table th {
  text-align: right;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
  background: #eee;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright, img.alignleft {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  margin: 0 7px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/*---------------------------------------------------------------pc---------------------------------------------------*/
h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	border-left: 5px solid #6aacd1;	/*左側の線の幅、線種、色*/
	margin-bottom: 10px;
	color: #6aacd1;	/*文字色*/
	font-size:130%;
	line-height:1.2;
    font-weight: bold;
}
.table_wrap {
  width: 980px;
  margin: 0 auto;
  z-index: 300;
}
.ky_contents01_in p{
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
.box2-6 {
  padding: 60px 100px;
  background: none; /*元のボックス背景色*/
  border: 1px solid #ccc;
  position: relative;
  border-radius: 10px;
}
.box2-6:after {
  background-color: var(--bg-color1); /*ずらしたボックス*/
  border: none;
  content: '';
  position: absolute; /*配置（ここを動かす）*/
  top: 7px; /*ずらす*/
  left: 7px; /*左からずらす*/
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27, 37, 56, 0.1);
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #00838f;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27, 37, 56, 0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
/*---------------------------------------------------------------pc---------------------------------------------------*/
h3 {
  color: #5297e0;
  font-size: 160%;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  font-weight: bold;
}
/*---------------------------------------------------------------pc---------------------------------------------------*/
.ky_container {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ky_contents01 {
  width: 100%;
  margin: 0px auto;
  padding: 30px 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.ky_pnkimg {
  background: url(../cssimage/bg_cont02pn.gif);
}
.ky_gray {
  background: #f6f6f6;
}
.ky_white {
  background: #fff;
}
.ky_contents01_in {
  margin: 0px auto;
  z-index: 1;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.ky_contents01_in {
  width: 1240px;
}

.ky_main {
  width: 73%;
  float: right;
  margin-left: 0px;
  padding-bottom: 15px;
  position: relative;
  min-height: 520px;
  text-align: left;
}
.ky_clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ky_clearfix {
  display: inline-table;
  display: block;
}
* html .ky_clearfix {
  height: 1%;
}
/* ﾅﾋﾞｹﾞｰｼｮﾝ 一般			
---------------------------------------------------- */
.ky_navigation-s {
  display: none;
  margin-top: 50px;
}
.ky_navigation {
  margin: 0px auto;
  width: 1337px;
  height: 80px;
  background: url(../cssimage/bg_naviin.gif) no-repeat;
}
.ky_navigation ul {
  margin: 0px auto;
  padding: 0px;
  height: 75px;
  list-style: none;
  margin-bottom: 10px;
}
.ky_navigation li {
  margin: 0;
  padding: 0;
  float: left;
  height: 75px;
}
.ky_navigation ul li a {
  text-indent: -9999px;
  display: block;
  height: 75px;
  text-decoration: none; /* ■firefox等で線が表示されないようにする */
  cursor: pointer;
}
.ky_menu ul li a {
  display: block;
  padding: 5px 0px;
  margin: 0px 0px 5px 0px;
  letter-spacing: 0.1em;
  border: 1px solid #ffd1df;
  border-radius: 4px;
  -webkit-box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;
  box-shadow: 1px 2px 5px #e2e2e2, 0px 0px 1px #FFF inset;
  cursor: pointer;
}
.ky_navigation li a.ky_current1 {
  background-image: url(../cssimage/navi_on_01.gif);
}
.ky_navigation li a.ky_current2 {
  background-image: url(../cssimage/navi_on_02.gif);
}
.ky_navigation li a.ky_current3 {
  background-image: url(../cssimage/navi_on_03.gif);
}
.ky_navigation li a.ky_current4 {
  background-image: url(../cssimage/navi_on_04.gif);
}
.ky_navigation li a.ky_current5 {
  background-image: url(../cssimage/navi_on_05.gif);
}
.ky_navigation li a.ky_current6 {
  background-image: url(../cssimage/navi_on_06.gif);
}
.ky_navigation li a.ky_current7 {
  background-image: url(../cssimage/navi_on_07.gif);
}
.ky_navigation li a.ky_current8 {
  background-image: url(../cssimage/navi_on_08.gif);
}
.ky_navigation li a.ky_current9 {
  background-image: url(../cssimage/navi_on_09.gif);
}
.ky_n01 a:hover {
  background: url(../cssimage/navi_on_01.gif) no-repeat;
}
.ky_n02 a:hover {
  background: url(../cssimage/navi_on_02.gif) no-repeat;
}
.ky_n03 a:hover {
  background: url(../cssimage/navi_on_03.gif) no-repeat;
}
.ky_n04 a:hover {
  background: url(../cssimage/navi_on_04.gif) no-repeat;
}
.ky_n05 a:hover {
  background: url(../cssimage/navi_on_05.gif) no-repeat;
}
.ky_n06 a:hover {
  background: url(../cssimage/navi_on_06.gif) no-repeat;
}
.ky_n07 a:hover {
  background: url(../cssimage/navi_on_07.gif) no-repeat;
}
.ky_n08 a:hover {
  background: url(../cssimage/navi_on_08.gif) no-repeat;
}
.ky_n09 a:hover {
  background: url(../cssimage/navi_on_09.gif) no-repeat;
}
.ky_n01 {
  width: 195px;
  background: url(../cssimage/navi_off_01.gif) no-repeat;
}
.ky_n02 {
  width: 185px;
  background: url(../cssimage/navi_off_02.gif) no-repeat;
}
.ky_n03 {
  width: 184px;
  background: url(../cssimage/navi_off_03.gif) no-repeat;
}
.ky_n04 {
  width: 186px;
  background: url(../cssimage/navi_off_04.gif) no-repeat;
}
.ky_n05 {
  width: 186px;
  background: url(../cssimage/navi_off_05.gif) no-repeat;
}
.ky_n06 {
  width: 182px;
  background: url(../cssimage/navi_off_06.gif) no-repeat;
}
.ky_n07 {
  width: 207px;
  background: url(../cssimage/navi_off_07.gif) no-repeat;
}
.ky_n08 {
  width: 143px;
  background: url(../cssimage/navi_off_08.gif) no-repeat;
}
.ky_n09 {
  width: 141px;
  background: url() no-repeat;
}
.ky_navigation li a:hover {
  text-decoration: none
}
/* ﾅﾋﾞｹﾞｰｼｮﾝend 			
---------------------------------------------------- */
/* footer
---------------------------------------------------- */
.ky_footer {
  position: absolute;
  width: 100%;
  min-height: 10px;
  font-size: 13px;
  line-height: 1.2;
  background: url(../cssimage/footer.gif) repeat-x;
  background-position: center bottom;
  z-index: 10;
  bottom: 0px;
  background: #212a8f;
}
.ky_footer .ky_footnav {
  z-index: 50;
}
.ky_footer-inner {
  margin: 0px auto;
  width: 1240px;
  padding-top: 100px;
  padding-bottom: 30px;
}
.ky_footnav {
  padding: 15px 0px 0px 0px;
  vertical-align: middle;
}
.ky_footnav li a {
  float: left;
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
  list-style: none;
  text-decoration: underline;
  cursor: pointer;
}
.ky_com { /* --住所- */
  clear: both;
  padding: 30px 10px 15px 5px;
  line-height: 1.2;
  position: relative;
  font-size: 20px !important;
  color: #F9F9F9;
}
.ky_com2 { /* --名-- */
  line-height: 1.2;
  position: relative;
  font-size: 24px;
  display: inline-block;
  padding-right: 10px;
}
.ky_com p { /* 園---- */
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 3px;
}
.ky_copy {
  position: absolute;
  right: 5px;
  bottom: 15px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
}
/* footer  end			
---------------------------------------------------- */
/*osirase gaiyou---*/
.ky_list2 article, .ky_list4 article {
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden;
}
.ky_list4 article {
  background: url(../cssimage/bg10.gif);
}
.ky_list2 article {
  background: url(../cssimage/.gif);
}
.ky_f01 {
  font-size: 12px;
  text-align: right;
  color: #333;
}
.ky_note1 {
  background: url(../cssimage/note.gif) no-repeat;
  height: 80px;
}
.ky_inner06 {
  padding: 30px 40px 50px 40px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  min-height: 250px;
}
.ky_bgdl, .ky_bgdl2 {
  padding: 15px 10px 2px 90px;
  border-radius: 5px;
  color: #0892c5;
  line-height: 30px;
  font-weight: bold;
  font-size: 150%;
  text-shadow: 2px 2px 1px #fff4fc, -2px 2px 1px #fff4fc, 2px -2px 1px #fff4fc, -2px -2px 1px #fff4fc;
  min-height: 50px;
  margin-bottom: 5px;
  cursor: pointer;
}
.ky_bgdl {
  background: url(../cssimage/bg_hana.gif) no-repeat left bottom;
}
.ky_top1 {
  overflow: hidden;
  margin-bottom: 20px;
}
.ky_top1in1 {
  background: url(../cssimage/bg_ph01.gif);
  position: relative;
  padding: 30px 20px 35px 20px;
  margin: 3px 0px 15px 8px;
  min-height: 375px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
}
.ky_top1in2 {
  float: right;
  margin: 1px 0px 0px 0px;
  padding: 1px;
}
.ky_topph {
  z-index: 50;
}
.ky_stage {
  width: 540px;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 10px 0px;
  min-height: 350px;
}
.ky_center {
  text-align: center;
}
.ky_topcom {
  text-align: center;
  padding: 3px 12px 3px 12px;
  position: absolute;
  bottom: 5px;
  left: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 373px;
  border-radius: 5px;
  line-height: 1;
  z-index: 2;
}
.ky_tophana1 {
  position: absolute;
  right: 60px;
  bottom: -10px;
  z-index: 10;
  width: 50%;
}
.ky_tophana2 {
  position: absolute;
  bottom: -7px;
  left: -1px;
  z-index: 1;
}
.ky_top2 {
  margin: 0px 20px 0px 20px;
  overflow: hidden;
  position: relative;
}
.ky_sintyaku {
  float: right;
  width: 399px;
  margin-right: 0px;
  height: 175px;
  background: url(../cssimage/sintyaku.gif) 0px 0px no-repeat; /* 新着背景 */
}
.ky_new {
  width: 367px;
  height: 108px;
  color: #663300;
  background-color: #fffddf;
  border: none;
  padding: 5px 0px 0px 5px;
  scrollbar-3d-light-color: #fff1c1;
  scrollbar-arrow-color: #d0e097;
  scrollbar-base-color: #fff1c1;
  scrollbar-face-color: #fff1c1;
  scrollbar-darkshadow-color: #fff1c1;
  margin: 30px 0px 0px 15px;
  line-height: 1.2;
}
caption {
  line-height: 1.3;
}
.ky_inner03 {
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 100px;
}
.ky_inner04 {
  padding: 20px 40px 30px 40px;
}
.ky_sbtitle01 {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 10px 2px 70px;
  clear: both;
  color: #0892c5;
  line-height: 30px;
  font-weight: bold;
  font-size: 150%;
  min-height: 25px;
  background-image: url(../cssimage/.gif);
  background-position: 0px -5px;
  min-height: 40px;
}
.ky_sbtitle02 {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 10px 2px 70px;
  clear: both;
  border-radius: 5px;
  color: #0892c5;
  line-height: 30px;
  font-weight: bold;
  font-size: 150%;
  text-shadow: 2px 2px 1px #fff4fc, -2px 2px 1px #fff4fc, 2px -2px 1px #fff4fc, -2px -2px 1px #fff4fc;
  min-height: 25px;
  background-image: url(../cssimage/titlebg05.gif);
  background-position: 0px -5px;
  min-height: 40px;
}
.ky_f12 {
  font-size: 12px;
}
.ky_bggai1 {
  padding: 60px 40px 0px 40px;
  margin: 10px 0px 0px 0px;
  background: url(../cssimage/bg_hana_01.gif) 0px 0px no-repeat; /* 保育理念背景上 */
}
.ky_bggai2 {
  height: 35px;
  margin: 0px 0px 30px 0px;
  background: url(../cssimage/bg_hana_02.gif) 0px top no-repeat; /* 保育理念背景下 */
}
.ky_bggai3 {
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  padding: 90px 0px 20px 40px;
  border-radius: 15px;
  width: 685px;
  line-height: 1.6;
  background: url(../cssimage/bg_mezasu1.gif) no-repeat; /* めざす保育1 */
  background-color: #d1f3fe;
}
.ky_bggai4 {
  width: 630px;
}
.ky_mezasu2 {
  width: 275px;
  margin: 0px 15px 10px 0px;
  padding: 115px 40px 20px 40px;
  border-radius: 15px;
  float: left;
  line-height: 1.6;
  background: url(../cssimage/bg_mezasu2.gif) no-repeat; /* めざす保育2 */
  background-color: #fdeaf7;
}
.ky_mezasu3 {
  width: 275px;
  padding: 115px 40px 20px 40px;
  border-radius: 15px;
  float: left;
  line-height: 1.6;
  background: url(../cssimage/bg_mezasu3.gif) no-repeat; /* めざす保育3 */
  background-color: #fffcd4;
}
.ky_ul_gai {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.ky_ul_gai li {
  padding-left: 15px;
  margin-left: 0px;
  background: url(../cssimage/list01.gif) no-repeat left 0.5em;
}
.ky_gai_tbl {
  width: 725px;
}

.ky_gai_tbl td {
  padding: 13px;
  border: 1px dashed #ccb893;
  border-image: none;
  text-align: left;
  vertical-align: top;
}
.ky_bg_tyou {
  background: url(../cssimage/entyou.jpg) no-repeat -10px -5px;
}
.ky_bg_tyou p {
  width: 320px;
  padding-top: 10px;
  padding-bottom: 0px;
}
/*osirase gaiyou end
---------------------------------------------------------------------------*/
/*program */
.ky_pro_tbl {
  padding: 0px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 15px auto;
  width: 95%;
}
.ky_th01 {
  padding: 10px 0px 13px 0px;
  border-image: none;
  text-align: center;
  vertical-align: top;
  color: #3959b5;
  background: url(../cssimage/bg_jikan.gif) no-repeat 20px 0px;
  line-height: 1.2;
  width: 100px;
}
.ky_pro_tbl td {
  width: 180px;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  border: 0px;
  text-align: center;
  border-left: 1px solid #cccccc;
  line-height: 1.4;
}
.ky_co1 {
  background-color: #d3ebcf;
}
.ky_co2 {
  background-color: #fde4ed;
}
.ky_ul_pro {
  padding: 0px 10px 0px 10px;
  list-style-type: none;
  margin: 0px;
}
.ky_ul_pro li {
  padding-left: 20px;
  background: url(../cssimage/list02.gif) no-repeat left 0.5em;
}
.ky_bgpro {
  background: #d9eeff;
  border-radius: 10px;
  padding: 10px 0px;
  text-align: center;
  border: 2px solid #fff;
  /* box-shadow */
  box-shadow: 0px 0px 5px 3px rgba(161, 201, 230, 0.66);
  -webkit-box-shadow: 0px 0px 5px 3px rgba(161, 201, 230, 0.66);
  -moz-box-shadow: 0px 0px 5px 3px rgba(161, 201, 230, 0.66);
}
.ky_co3 {
  background-color: #fbfbd6;
}
/*年間
---------------------------------------------------------------------------*/
.ky_nen_1 {
  padding: 10px 15px 10px 0px;
  overflow: hidden;
  width: 300px;
}
.ky_bg_white02 {
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  overflow: hidden;
}
.ky_ul_nen {
  padding: 0px 0px 0px 20px;
  list-style-type: none;
  float: left;
  min-width: 250px;
}
/*全体
---------------------------------------------------------------------------*/
.ky_fmes {
  margin: 0px 50px;
  font-size: 140%;
  font-weight: bold;
  color: #ee4396;
  background: url(../cssimage/bg08.gif) no-repeat center 10px;
}
.ky_fmes img {
  vertical-align: text-bottom;
}
.ky_right {
  float: right;
}
.ky_left {
  float: left;
}
.ky_pt15 {
  padding-top: 15px;
}
.ky_mb30 {
  margin-bottom: 30px;
}
.ky_mb20 {
  margin-bottom: 20px;
}
.ky_pale50 {
  padding-left: 100px;
}
.ky_overflow {
  overflow: hidden;
}
.ky_mb15 {
  margin-bottom: 15px;
}
.ky_mt15 {
  margin-top: 15px;
}
.ky_mt5 {
  margin-top: 5px;
}
.ky_clear {
  clear: both;
  overflow: hidden;
}
.ky_pagearea {
  text-align: center;
  clear: both;
  padding-bottom: 30px;
  padding-top: 20px;
}
/*
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ky_background {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 341px;
  top: 0px;
  left: -0px;
  background: url(../cssimage/.jpg) repeat-x;
  background-size: contain;
}
.ky_pagemove li { /*サンプル2*/
  display: inline;
}
.ky_pagemove li a {
  width: 250px;
  padding: 5px 10px;
  margin-right: 20px;
  border: 1px #fff solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 7px #ccc;
  box-shadow: 1px 2px 7px #939393;
  letter-spacing: 0.1em;
  color: #fff;
  cursor: pointer;
  background: #212ab7;
}
.ky_pagemove li a:hover {
  background-color: #274bb7;
}
.ky_pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0 auto;
  z-index: 200;
}
.ky_pagetop a {
  width: 8em;
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  background-color: #274bb7;
  border: 1px #fff solid;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 7px #ccc;
  box-shadow: 1px 2px 7px #939393;
}
.ky_pagetop a:hover {
  background-color: #274bd4;
}
/*追加
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.ky_top1 a:hover, .ky_top2 a:hover, .ky_submenu a:hover, .ky_photo01 a:hover, .ky_right a:hover, .ky_contents01 a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
  cursor: pointer;
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.ky_map {
  box-shadow: 2px 2px 5px #cccccc;
}
/* kokokara tuika　-------------------------- */
.ky_m02 {
  position: relative;
  padding: 0px 0px 0px 15px;
}
.ky_newphoto article, .ky_listtop1 article, .ky_listtop2 article, .ky_list2 article, .ky_list5 article, .ky_list6 article, .ky_list4 article, .ky_list3 article {
  border-radius: 6px;
  margin-bottom: 15px;
  margin-right: 0px;
  padding: 20px;
  overflow: hidden;
}
.ky_newphoto article {
  background: url(../cssimage/bg10.gif);
  padding: 10px 20px 20px 20px;
}
.ky_listtop1 article {
  margin-right: 0px;
  padding: 20px;
  overflow: hidden;
  padding: 10px 20px 10px 20px;
}
.ky_inner08 {
  padding: 20px 40px 30px 40px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 190px;
  overflow: hidden;
}
.ky_dltop {
  margin-bottom: 5px;
}
.ky_dltop dt {
  float: left;
  width: 8em; /* 長さ8文 */
  color: #333;
  font-size: 90%;
  padding-top: 7px;
}
.ky_dltop dd {
  border-bottom: 1px dotted #cccccc;
  padding: 12px 3px 6px 8em; /* 8文字右へ--- */
  background: url(../cssimage/.gif) no-repeat 100px 16px;
  line-height: 1.5;
}
.ky_dltop dd img {
  vertical-align: middle;
}
.ky_btn01_off {
  float: right;
  text-align: center;
  color: #;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #3d92f0;
  background: #feedb9;
  -webkit-box-shadow: 1px 2px 7px #ccc;
  box-shadow: 1px 2px 7px #ccc;
  cursor: pointer;
}
.ky_btn01_on {
  float: right;
  text-align: center;
  color: #FFF;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #3d92f0;
  background: url(../cssimage/btn01_on.gif) no-repeat;
  -webkit-box-shadow: 1px 2px 7px #ccc;
  box-shadow: 1px 2px 7px #ccc;
  cursor: pointer;
}
.ky_kd01 {
  position: absolute;
  left: 15px;
  top: 0px;
}
.ky_listtop2 article {
  background: url(../cssimage/bg10.gif);
  padding: 10px 20px 20px 20px;
}
.ky_sbtitletop2 {
  background-image: url(../cssimage/titletop2.gif);
  letter-spacing: 0.2em;
}
.ky_sbtitletop1 {
  background-image: url(../cssimage/titletop1.gif);
  letter-spacing: 0.2em;
}
.ky_sbtitletop2 {
  background-image: url(../cssimage/titletop2.gif);
  letter-spacing: 0.2em;
}
.ky_sbtitletop, .ky_sbtitletop1, .ky_sbtitletop2, .ky_sbtitle01, .ky_sbtitle02, .ky_sbtitle03 {
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 10px 2px 20px;
  clear: both;
  border-radius: 5px;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
  font-size: 150%;
  min-height: 40px;
  min-height: 25px;
}
.ky_w590 {
  width: 590px;
}
.ky_ggmap {}

.ky_col_bl {
  background-color: #ccf2fc;
}
.ky_col_ye {
  background-color: #feedb9;
}
.ky_col_gr {
  background-color: #e0f6b2;
}
.ky_inner10 {
  padding: 10px;
}
.ky_fluffy {
  position: absolute;
  left: -30px;
  top: 130px;
  animation: fluffy1 3s ease infinite;
  z-index: 55;
}
.ky_fluffy2 {
  position: absolute;
  left: 300px;
  top: -10px;
  animation: fluffy2 2s ease infinite;
  z-index: 55;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(-10)
  }
  5% {
    transform: translateY(-20)
  }
  10% {
    transform: translateY(-30)
  }
  20% {
    transform: translateY(-50px)
  }
  25% {
    transform: translateY(-40)
  }
  30% {
    transform: translateY(-30px)
  }
  50% {
    transform: translateY(-20)
  }
  100% {
    transform: translateY(-10)
  }
}
@keyframes fluffy2 {
  0% {
    transform: translateY(-60)
  }
  5% {
    transform: translateY(-50)
  }
  10% {
    transform: translateY(-30)
  }
  25% {
    transform: translateY(-20)
  }
  30% {
    transform: translateY(-30px)
  }
  50% {
    transform: translateY(-40)
  }
  100% {
    transform: translateY(-60)
  }
}
.ky_circle {
  width: 480px;
  height: 200px;
  /* border: 1px solid #333; */
  border-radius: 30%;
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 1;
}
.ky_rela {
  position: relative;
}
.ky_common {
  width: 80px;
  height: 40%;
  position: absolute;
  left: 50px;
  top: 60px;
  /* border: 1px solid #333; */
  animation: rotate 10s linear infinite;
}
.ky_anime1 {
  z-index: 50;
  position: absolute;
  top: 5px;
}
.ky_top {
  position: absolute;
  left: 25%;
  top: -25%;
  /* border: 1px solid #333; */
  transform-origin: center 150%;
}
.ky_content {
  width: 100%;
  height: 80%;
  /* border: 1px solid #333; */
  animation: rotate 10s linear reverse infinite;
  word-wrap: break-word;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ky_lihe15 {
  line-height: 1.5;
}
.ky_stn_pc {
  display: none;
}
.ky_inner03 p a { /* お知らせ添付ファイル */
  display: block;
  background: url(../cssimage/star01.gif) no-repeat;
  background-position: left;
  padding-left: 45px;
  margin-top: 10px;
  font-size: 150%;
  font-weight: bold;
  text-decoration: underline;
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.ky_box1 {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 15px;
  background: #c9e8ff url(../image/bg.gif);
  border-radius: 5px;
  /* box-shadow */
  box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
  -webkit-box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
  -moz-box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
}
.ky_box1 p {
  line-height: 1.5;
  margin-top: 5px;
}
.ky_box2 {
  border: 1px solid #000;
  margin-bottom: 15px;
  border-radius: 5px;
  /* box-shadow */
  box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
  -webkit-box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
  -moz-box-shadow: 0px 0px 7px 3px rgba(187, 187, 187, 0.68);
}
.ky_mato10 {
  margin-top: 20px;
}
.ky_mabo5 {
  margin-bottom: 5px !important;
}
.ky_mabo10 {
  margin-bottom: 10px;
}
.ky_mabo20 {
  margin-bottom: 20px;
}
.ky_mabo30 {
  margin-bottom: 30px !important;
}
.ky_mabo60 {
  margin-bottom: 60px !important;
}
.ky_mabo90 {
  margin-bottom: 90px;
}
.titlebg_blue {
  background: url("../image/title_bgblue.png") no-repeat left bottom;
  height: 70px;
}
.ky_sub {
  float: left;
  width: 24%; /*サブコンテンツ幅*/
  padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
.ky_sub h2 {
  font-size: 100%;
  padding: 5px 10px;
  background: #6aa7ff;
  color: #FFF;
  margin-bottom: 5px;
}
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
/*メニュー１個ごとの設定*/
.ky_sub ul.ky_submenu li a {
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  display: block;
  padding: 12px 10px 10px 30px;
  margin-bottom: 5px;
  font-weight: bold;
}
/*マウスオン時*/
.ky_sub ul.ky_submenu li a:hover {
  background: #;
  color: #333;
}
/*submenu end
---------------------------------------------------------------------------*/
/*blog calendar------------------------------------------------*/
table#wp-calendar {
  table-layout: fixed;
  width: 100%;
  margin: 0px auto 0 auto;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table#wp-calendar caption {
  margin: 0px 0 0 0;
  padding: 2px;
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  background-color: #fff;
  border: thin solid #ccc;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
table#wp-calendar #today {
  display: block;
  font-weight: bold;
  background-color: #ffec67;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  padding: 0;
  margin: 0;
}
table#wp-calendar .pad {
  font-weight: bold;
  background-color: #fff9f9;
}
table#wp-calendar th, table#wp-calendar td {
  padding: 2px auto;
  vertical-align: middle;
  text-align: center;
}
table#wp-calendar td {
  line-height: 2;
  border: thin solid #ccc;
  background-color: #fff;
}
table#wp-calendar th {
  font-style: normal;
  font-weight: bold;
  color: #fff;
  border-left: thin solid #ccc;
  border-right: thin solid #ccc;
  background-color: #fb8234;
}
table#wp-calendar a {
  font-size: 14px;
  color: #00a0dd;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  border: none;
}
/*ブログカレンダーend
---------------------------------------------------- */
/*事業
---------------------------------------------------- */
.ky_stage2 {
  width: 720px;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 65px 0px;
  min-height: 450px;
}
.ky_tel {
  margin-top: 10px;
  width: 550px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #ffcc99;
  background: url(../cssimage/tel.gif) no-repeat 10px 0.2em;
  background-color: #fbf2ea;
}
.ky_list03 {
  padding: 0px 0px 10px 20px;
  background: url(../cssimage/list03.gif) no-repeat left 0.2em;
  margin-bottom: 5px;
}
.ky_pa_le80 {
  padding-left: 50px;
}
.ky_waku {
  margin-top: 10px;
  width: 550px;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid #ffcc99;
  background-color: #fbf2ea;
}
/*gakudou
---------------------------------------------------- */
.ky_w1130 {
  width: 1130px;
  margin: 0px auto;
}
.ph01, .ph02, .ph03, .ph04, .ph05, .ph06, .ph07, .ph08, .ph09, .ph10, .ph11, .ph12, .ph13 {
  width: 100%;
  min-height: 580px;
}
.ph01 {
  background: url("../cssimage/photo.jpg") no-repeat center top;
}
.ph02 {
  background: url("../cssimage/2.jpg") no-repeat center top;
}
.ph03 {
  background: url("../cssimage/3.jpg") no-repeat center top;
}
.ph04 {
  background: url("../cssimage/4.jpg") no-repeat center top;
}
.ph05 {
  background: url("../cssimage/5.jpg") no-repeat center top;
}
.ph06 {
  background: url("../cssimage/6.jpg") no-repeat center top;
}
.ph07 {
  background: url("../cssimage/7.jpg") no-repeat center top;
}
.ph08 {
  background: url("../cssimage/8.jpg") no-repeat center top;
}
.ph09 {
  background: url("../cssimage/9.jpg") no-repeat center top;
}
.ph10 {
  background: url("../cssimage/10.jpg") no-repeat center top;
}
.ph11 {
  background: url("../cssimage/11.jpg") no-repeat center top;
}
.ph12 {
  background: url("../cssimage/12.jpg") no-repeat center top;
}
.ph13 {
  background: url("../cssimage/13.jpg") no-repeat center top;
}
.ky_img01 {
  width: 100%;
}
.ky_rela {
  position: relative;
}
.pa_le40 {
  padding-left: 40px;
}
.f01 {
  color: #F06;
}
.td_form1 {
  background-color: #d6f4bf;
  padding-left: 10px;
  font-size: 16px;
  border-left: 1px solid #a0dc83;
  border-top: 1px solid #a0dc83;
}
.td_form2 {
  background-color: #e4f4d0;
  border-left: 1px solid #a0dc83;
  border-top: 1px solid #a0dc83;
  border-right: 1px solid #a0dc83;
}
.td_form3 {
  background-color: #d6f4bf;
  border-top: 1px solid #a0dc83;
  border-right: 1px solid #a0dc83;
}
.td_form4 {
  background-color: #e4f4d0;
  border: 1px solid #a0dc83;
  padding: 10px;
}
/*20180318---------------------------------------------------- */
.ky_img02 {
  text-align: center;
}
.ky_inner02 {
  padding: 0px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 100px;
}
.ky_pa_le90 {
  padding-left: 90px;
}
.ky_fontleft {
  text-align: left !important;
}
.ky_w45 {
  width: 45%;
}
.ky_title1 {
  text-align: center;
  background: #f2df7b;
  font-size: 120%;
}
.ky_bg_situmon1 {
  background: url(../cssimage/qes.gif) no-repeat;
  height: 40px;
  padding-top: 8px;
  padding-left: 75px;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 5px;
}
.ky_bg_situmon2 {
  background: url(../cssimage/qes.gif) no-repeat;
  height: 50px;
  padding-left: 75px;
  font-weight: 600;
  background-color: #cae983;
  font-size: 16px;
  line-height: 50px;
  margin-top: 15px;
}
.ky_line-he {
  line-height: 1.5;
}
.ky_bg_situmon3 {
  background: url(../cssimage/ans.gif) no-repeat 30px 8px;
  background-color: #fff3b6;
  padding: 10px 40px 20px 100px;
  min-height: 28px;
}
.ky_bg_situmon1 a, .ky_bg_situmon3 a {
  text-decoration: underline;
}
.ky_bg_situmon2 a {
  text-decoration: none;
}
.ky_copti {
  font-size: 16px;
  color: #660000;
  font-weight: 600;
  padding-bottom: 8px;
}
.ky_table01 {
  background: url(../cssimage/table_01.gif) no-repeat left bottom;
  height: 33px;
  margin: 0px;
  padding: 0px;
}
.ky_title01 {
  margin-bottom: 5px;
  margin-left: 10px;
  color: #773300;
  font-weight: 600;
  font-size: 16px;
}
.ky_inner03 img {
  max-width: 100%;
}
.ky_inner09 {
  width: 100%;
  position: relative;
}
.ky_abso01 {
  position: absolute;
  left: 2px;
  top: 5px;
  width: 198%;
  height: 90px;
}
.ky_left {
  text-align: left;
}
.ky_over {
  overflow-y: scroll;
  height: 290px;
}
.ky_bgtoku {
  display: block;
  border-radius: 10px;
  background: url(../cssimage/bg_toku.gif);
  text-align: left;
  font-size: 140%;
  padding: 50px 30px 55px 40px;
  line-height: 1.7;
  font-weight: bold;
  border: 1px solid #51c250;
  width: 70%;
  margin-left: 105px;
}
.ky_inner05 {
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 100px;
}
.ky_inner05 img {
  max-width: 100%;
}
.ky_midasi1 {
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.1em 0.5em;
  color: #454545;
  margin-bottom: 15px;
  font-size: 140%;
  font-weight: bold;
  padding-left: 30px;
}
.ky_midasi1:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ky_midasi2 {
  background: linear-gradient(transparent 10%, #fbffb4 80%);
  font-weight: bold;
}
.ky_midasi3 {
  margin: 10px; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: bold; /* 文字の太さ調整 */
  display: inline-block; /* インラインブロックにする */
  background-color: #fff; /* 背景色指定 */
  padding: 10px 40px; /* 余白指定 */
  margin-bottom: 15px; /* 周りの余白指定 */
  border-radius: 2px; /* 角丸指定 */
  border-left: 15px solid #6aacd1;
font-size: 120%;
}
.ky_midasi3:before {
  content: ''; /* 空白の要素を作る */
  background-color: #b3b3b3; /* 背景色指定 */
  display: block; /* ブロック要素にする */
  position: absolute; /* 位置調整 */
  left: 50%; /* 位置調整 */
  height: 60%; /* 高さ指定 */
  top: 26%; /* 位置調整 */
  z-index: -1; /* 重なり調整 */
  width: 46%; /* 幅指定 */
  box-shadow: 0 0 8px 8px #b3b3b3; /* 影指定 */
  transform: rotate(3deg); /* 回転 */
}
.ky_midasi4 {
  padding: 2px 0px 2px 10px; /*上、右、下、左側への余白*/
  border-left: 5px solid #6aacd1; /*左側の線の幅、線種、色*/
  margin-bottom: 10px;
  color: #6aacd1; /*文字色*/
  font-size: 110%;
  line-height: 1.2;
}
.ky_bgtok {
  margin-bottom: 5px;
  padding: 50px 20px 30px 60px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 100px;
}
.ky_font01 {
  font-weight: normal;
}
.ky_midasi2 {
  background: linear-gradient(transparent 40%, #fbffb4 50%);
  font-weight: bold;
  padding-bottom: 0.2em;
}
h2 {
  margin-bottom: 36px;
  padding-bottom: 13px;
  font-size: 170%;
  font-weight: bold !important;
  text-align: center;
  background: url(../cssimage/h2_line.gif) no-repeat center bottom;
  letter-spacing: 4px;
}
span {
  display: inline-block;
}
.ky_male10 {
  margin-left: 10px;
}
.ky_male50 {
  margin-left: 80px;
}
.ky_box01 {
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid #000000;
}
.ky_w50 {
  width: 50%;
  justify-content: center;
}
.ky_w70 {
  width: 70%;
}
.ky_flex_cen {
  display: flex;
  justify-content: center;
}
.ky_fontpink {
  color: #f20b6b
}
.ky_title {
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  text-align: center;
  margin-top: 20px;
}
.ky_title1 {
  background-image: url("../cssimage/page_image1.jpg");
}
.ky_title2 {
  background-image: url("../cssimage/page_image2.jpg");
  background-color: #fde5f5;
}
.ky_title3 {
  background-image: url("../cssimage/page_image3.jpg");
  background-color: #74acf1 !important;
}
.ky_title4 {
  background-image: url("../cssimage/page_image4.jpg");
  background-color: #fde5f5;
}
.ky_title5 {
  background-image: url("../cssimage/page_image5.jpg");
  background-color: #fde5f5;
}
.ky_title6 {
  background-image: url("../cssimage/page_image6.jpg");
  background-color: #fde5f5;
}
.ky_title7 {
  background-image: url("../cssimage/page_image7.jpg");
  background-color: #fde5f5;
}
.ky_title8 {
  background-image: url("../cssimage/page_image8.jpg");
  background-color: #fde5f5;
}
.ky_title9 {
  background-image: url("../cssimage/page_image9.jpg");
  background-color: #fde5f5;
}
.ky_f03 {
  font: inherit;
  border: 0px currentColor;
  border-image: none;
  vertical-align: baseline;
  font-size-adjust: inherit;
  font-stretch: inherit;
  background: rgba(255, 255, 255, 0.6);
  padding: 2%;
  left: 15%;
  top: 10%;
  width: 40%;
  color: #000;
  font-size: 40px;
  letter-spacing: 4px;
  position: relative;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 1.5); /*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
}
/*===========================================*/
/*button*/
/*button*/
.button01 a {
  background: #79a9e3;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  border-radius: 50px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 15px 25px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.button01 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.button01 a:hover {
  background: #8fbce3;
  color: #333;
  border: 1px solid #296ae3;
}
/*buttom　end*/
.button02 a {
  background: #ff934c;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 15px 25px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.button02 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.button02 a:hover {
  background: #fffade;
  color: #333;
  border: 1px solid #ff934c;
}
/*buttom　end*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
}
/**/
a.btn--green {
  color: #fff;
  background-color: #094;
  max-width: 400px;
  padding: 15px 25px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
a.btn--green:hover {
  color: #fff;
  background: #00a349;
}
a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}
a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}
a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
.btn--green a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
a.btn-c {
  border: 1px solid #1b7e40;
  border-radius: 1rem;
  background: #1b7e40;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
  background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
  background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 5px 10px rgba(0, 0, 0, .1);
}
/*buttom　end*/
.ky_50 {
  width: 49%;
  float: left;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ky_50r {
  float: right;
  width: 49%;
  margin-left: 0px;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}
/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ky_ta1 {
  align-items: center;
  width: 100%;
  margin: 0px;
  border-collapse: collapse;
}
.ky_ta1 td, .ky_ta1 th {
  border: 1px solid #252e9c; /*テーブルの枠線の幅、線種、色*/
  padding: 15px 5px; /*ボックス内の余白*/
  word-break: break-all;
    text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ky_ta1 th.tamidashi {
  width: auto;
  text-align: center;
  background: #c6d9f2;
    font-weight: bold;

}
/*ta1の左側ボックス*/
.ky_ta1 th {
  text-align: right;
  background: #d4e3f2;
}
/*ta1の右側ボックス*/
.ky_ta1 td {
  background: #fff; /*背景色*/
  line-height: 1.3;
  background: #;
}
/*テーブル　end
---------------------------------------------------------------------------*/
input, textarea, select {
  font-size: 1em;
}
select {}
form {
  margin: 0px;
}
.form-width {
  max-width: 80% !important;
  padding: 10px;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
  display: none;
}

/*-------------------------------------------------------------------------------------------------*/
@media only screen and (max-width:768px) {
  #header {
    padding-bottom: 0;
    height: 95px;
  }
  #header h1 {
    text-align: center;
  }
  #header .logo {
    float: none;
    text-align: center;
    padding: 0px 5px 0px;
  }
  #sub ul.list {
    padding: 10px 10px 11px;
  }
  #sub ul.list li {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }
  .ky_w45 {
    width: auto !important;
  }
}
@media only screen and (max-width:640px) {
.nr{
    display: inline;
}
    .grid img {
    float: none;
    margin: 20px auto 10px;
    max-width: 100%;
    height: auto;
  }
  .grid p, #sub .grid li {
    text-align: left;
  }
  .alignleft, .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .w980 {
    width: 980px;
  }
  .table_wrap {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
    overflow-x: scroll;
    margin-left: 5px;
  }
}
/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px) {
  #wrapper, .inner {
    width: 1140px;
    padding: 0;
  }
  #wrapper {
    padding-bottom: 20px;
  }
  /* グリッド全体 */
  .gridWrapper {
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
    margin-left: -20px;
    width: 980px;
  }
  /* グリッド共通 ベース:トップページ4カラム */
  .grid {
    width: 220px;
    display: table-cell;
  }
  #sub.gridWrapper {
    width: 980px;
  }
  /* サブコンテンツ + フッター グリッド(3カラム) */
  /* トップナビゲーション */
  nav div.panel {
    display: block !important;
  }
  a#menu {
    display: none;
  }
  #topnav {
    float: right;
    margin-top: -5px;
  }
  #topnav li {
    float: left;
    margin: 13px 5px 0;
    text-align: center;
    position: relative;
  }
  #topnav a {
    color: #555;
    font-size: 90%;
    display: block;
    padding: 20px 10px 10px 10px;
    line-height: 1.2;
    font-weight: bold;
  }
  .panel li a.current-menu-item {
    border-bottom: #212a8f solid 2px;
  }
    /* アンダーラインの初期値選択 */
  /* #topnav li.current-menu-item a, #topnav a:hover {
    border-bottom: #212a8f solid 2px;
  }
    */
     #topnav a:hover::after { /* 必要 */
    transform: scale(1, 1);
    transform-origin: left top;
  }
  #topnav a::after { /* 必要 */
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #1B85FB;
    bottom: 0px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.5s;
  }
  #topnav ul {
    width: 600px;
    display: none;
  }
  #topnav li:hover ul {
    display: block;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 500;
  }
  #topnav li li {
    margin: 0;
    float: none;
    width: 180px;
    text-align: left;
    background: #f4f4f4;
  }
  #topnav li li a {
    padding: 10px;
    border: 0;
  }
  #topnav li.current-menu-item li a, #topnav li li a {
    border-bottom-width: 1px;
  }
  #topnav li li.current-menu-item a, #topnav li li a:hover {
    padding-bottom: 10px;
    border-bottom-width: 3px;
    background: #274bb7;
    color: #fff;
  }
}
.ky_bold {
  font-weight: bold;
    font-weight: 130%!important;
}
.ky_line_he2 {
  line-height: 2
}
.ky_blue {
  background-color: #f1f6fb;
}
.info {
  background-color: #F1F6FB;
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: 80px;
}
.info__item, .info__item--reverse {
  background-color: var(--color-white);
  border-radius: 20px 0 0 20px;
  margin-left: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
.info__item:not(:first-child), .info__item--reverse:not(:first-child) {
  margin-top: 80px;
}
.info__item--reverse {
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  margin-right: 40px;
}
.info__item--reverse .info__inner {
  flex-direction: row-reverse;
}
.info__item--reverse .info__img {
  border-radius: 0 20px 20px 0;
  left: 150px;
  right: inherit;
  width: 50%;
}
.info__head {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.info__head span {
  display: block;
  font-size: 1.6rem;
  font-family: var(--font-roboto-condensed);
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 11px;
  margin-top: -1px;
}
.info__ttl {
  color: var(--color-primary);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}
.info__txt {
  color: var(--color-text);
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 25px;
}
.info__inner {
  display: flex;
  min-height: 25vw;
}
.info__box {
  max-width: 100%;
  width: 40%;
}
.info__img {
  border-radius: 20px 0 0 20px;
  display: block;
  font-size: 0;
  overflow: hidden;
  right: 0;
  top: 60px;
  padding-left: 100px;
}
.info__img img {
  height: 100%;
  width: 100%;
}
.ky_title_a {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width:1280px) {
  .ky_contents01_in {
    width: 87.5vw ;
  }
  .ky_footer-inner {
    width: 90%;
  }
}
@media only screen and (max-width:959px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header h1 {
    text-align: center;
  }
  /* トップナビゲーション */
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 0 0 ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f4f4f4), color-stop(0.00, #f4f4f4));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
    background: linear-gradient(top, #f4f4f4 0%, #f4f4f4 100%);
  }
  nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #444;
    z-index: 400;
    cursor: pointer;
    position: relative;
  }
  nav#mainNav a#menu span {
    padding-left: 10px;
  }
  nav#mainNav a span:before {
    content: "≡ ";
  }
  nav#mainNav a.menuOpen span:before {
    content: "× ";
  }
  nav#mainNav a#menu:hover {
    cursor: pointer;
  }
  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 500;
  }
  nav#mainNav ul {
    margin: 0;
    padding: 0;
  }
  nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
  nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #e8e8e8;
    color: #555;
    background: #fff;
  }
  nav#mainNav ul li a span {
    padding-left: 10px;
  }
  nav#mainNav ul li:first-child a {
    border-top: 1px dashed #e8e8e8;
  }
  nav#mainNav ul li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border-bottom: 1px dashed #e8e8e8;
  }
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
    background: #eee;
  }
  nav div.panel {
    float: none;
  }
  nav#mainNav ul li li {
    float: left;
    border: 0;
  }
  nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
    padding-left: 40px;
    background: url(../cssimag/sub1.png) no-repeat 20px -62px;
  }
  nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {
    background: #eee url(../cssimag/sub1.png) no-repeat 20px -62px;
  }
  nav#mainNav ul li li:last-child a {
    background: #f4f4f4 url(images/subLast.png) no-repeat 20px -65px;
  }
  nav#mainNav ul li li:last-child.current-menu-item a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
    background: #eee url(images/subLast.png) no-repeat 20px -65px;
  }
  .grid {
    float: left;
    width: 48%;
    margin: 10px 2% 0 0;
  }
  .grid img {
    float: left;
    margin-right: 5px;
  }
  #sub .grid {
    width: 32%;
    margin: 10px 1%;
  }
  #sub .grid:first-child {
    margin-left: 0;
  }
  #sub .grid:last-child {
    margin-right: 0;
  }
  .ky_contents01_in {
    width: auto;
  }
  .top_image {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
  }
  .ky_w50 {
    width: auto;
  }
  .ky_w70 {
    width: auto;
  }
  .ky_right {
    float: none;
  }
  .ky_pale50 {
    padding-left: 5px;
  }
  .table_wrap {
    overflow: scroll;
    width: 100%;
  }
  img {
    width: 90%;
  }
    .table_wrap {
    overflow: scroll;
    width: 95%;
  }
}
.ky_f_title01 {
  font-weight: 600;
  font-size: 130%;
}
.ky_img_st {
  align-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 15px 15px 0px #6bbf90;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  width: calc(40% - (var(--gap-h-9d11223b-7c57-4d66-a753-9e149194f040) * 0.6));
  max-width: calc(40% - (var(--gap-h-9d11223b-7c57-4d66-a753-9e149194f040) * 0.6));
}
.ky_f03 {
  padding: 2%;
  left: 10%;
  top: 10%;
  width: 40%;
  font-size: 30px;
  letter-spacing: 4px;
}
.top_image {
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
.ky_90 {
  width: 90%;
  margin: 0px auto;
}
.wrapper {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100px;
  z-index: 200;
  width: 600px;
  width: 1250px;
  margin: 0 auto;
}
.catch {
  color: #000;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.96875vw;
  position: absolute;
  line-height: 120%;
}
.catch span {
  background: #fff;
  display: block;
  padding-left: 80px;
}
.catch span:first-child {
  margin-bottom: 19px;
}
.catch_font {
  font-size: 1.6vw;
}
.topgazou {
  position: relative;
  overflow: hidden;
}
.info__head2 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.info__head span, .info__head2 span {
  display: block;
  font-size: 1.6rem;
  font-family: var(--font-roboto-condensed);
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 11px;
  margin-top: -1px;
}
/*ボタン sintyaku*/
.p-button-wrapper {
  text-align: center;
}
.p-cb-design-content-info .p-button-wrapper:only-child {
  margin-top: 0;
}
/* contents builder button */
.p-cb-item-button {
  display: inline-block;
  min-width: 280px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  transition-property: background-color;
  padding: 0px 50px;
}
.p-cb-item-button {
  min-width: 250px;
  height: 50px;
  line-height: 50px;
}
.p-cb-item-button:hover {
  color: #fff;
  background-color: var(--accent-color);
}
/*ボタンend*/
.ky_navy {
  background-color: #004098;
}
/*サブナビ*/
.nav_render {
  width: 98%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.nav_render li  {
  border: solid 1px #b3b3b3;
  border-radius: 25px;
  padding: 20px 30px;
  margin-left: 20px;
  position: relative;
  margin-bottom: 20px;
    color: black;
    display: block;
  transition: color 0.5s ease;
}

/**/
@media only screen and (max-width: 768px) {
  .c-block--navigation li:not(:first-child) {
    padding-left: 3.125vw;
    margin-left: 0;
    border-top: solid 1px #999;
    padding-top: 3.125vw;
    margin-top: 3.125vw;
  }
}
.navi_wrapper {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.sp {
  display: none;
}
/*サブナビ　end*/
/*フロー*/
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid rgb(107, 144, 219);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before, .flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: rgb(107, 144, 219);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107, 144, 219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 16px;
  color: #fff;
  background: rgb(107, 144, 219);
  background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
/*フロー　end*/
.center {
  margin: 0px auto;
}
.w980 {
  width: auto;
}
.wrapper_con {
  width: 980px;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .wrapper_con {
    width: 76.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper_con {
    width: 94%;
  }
}
@media only screen and (max-width: 736px) {
  .wrapper_con {
    width: 87.5vw;
  }
    .Lyt_inner,.box2-6 {
    padding: 30px !important;
  }
}
.fixcenter {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.fix_c {
  align-content: center;
  align-items: center;
  justify-content: center;
}
/*-----------------------------------------------------------*/
.p-tbl {
  display: flex;
  flex-wrap: wrap
}
.p-tbl-box {
  border-radius: 10px;
  background-color: #fff;
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding: 30px 45px
}
@media screen and (max-width:767px) {
  .p-tbl-box {
    padding: 7.46667vw 3.73333vw 9.33333vw;
    width: 100%;
    border-radius: 2.66667vw
  }
}
@media screen and (max-width:767px) {
  .p-tbl {
    display: block
  }
}
.p-tbl dd, .p-tbl dt {
  line-height: 1.66667;
  letter-spacing: .05em
}
.p-tbl-head {
  width: 250px;
  padding-bottom: 10px;
  padding-top: 15px;
  color: #004098;
  border-bottom: 1px dashed #d6d6d6;
  font-size: 1.7rem;
  font-family: Shin Maru Go Medium, sans-serif
}
.p-tbl-head:first-of-type {
  padding-top: 0
}
@media screen and (max-width:767px) {
  .p-tbl-head {
    border-bottom: none;
    font-size: 4vw;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 1.33333vw
  }
}
.p-tbl-cnt {
  width: calc(100% - 250px);
  padding-bottom: 3px;
  padding-top: 20px;
  border-bottom: 1px dashed #d6d6d6
}
.p-tbl-cnt:first-of-type {
  padding-top: 5px;
}
@media screen and (max-width:767px) {
  .p-tbl-cnt {
    width: 100%;
    padding-bottom: 1.33333vw;
    padding-top: 0;
    margin-bottom: 2.66667vw
  }
  .p-tbl-cnt:last-of-type {
    margin-bottom: 0
  }
}
.p-disclosure .c-secttl, .p-history .c-secttl, .p-overview .c-secttl {
  margin-bottom: 45px
}
@media screen and (max-width:767px) {
  .p-disclosure .c-secttl, .p-history .c-secttl, .p-overview .c-secttl {
    margin-bottom: 13.33333vw
  }
}
.p-overview {
  background-color: #fff9e6;
  padding: 65px 0 10px
}
@media screen and (max-width:767px) {
  .p-overview {
    padding: 16vw 0 0
  }
}
.p-overview .p-tbl-box {
  padding-bottom: 15px;
  position: relative
}
@media screen and (max-width:767px) {
  .p-overview .p-tbl-box {
    padding-bottom: 9.33333vw
  }
}
.p-overview .p-tbl-box:after {
  content: "";
  display: block;
  background-image: url(/bundles/web/img/urayama/img_pink2bird.png);
  width: 105px;
  height: 131px;
  position: absolute;
  top: -88px;
  right: -15px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}
@media screen and (max-width:767px) {
  .p-overview .p-tbl-box:after {
    top: -51.46667vw;
    right: .8vw;
    width: 17.06667vw;
    height: 21.06667vw
  }
}
@media print, screen and (min-width:768px) {
  .p-overview .p-tbl-cnt:last-of-type, .p-overview .p-tbl-head:last-of-type {
    border: none
  }
}
.p-history {
  background-color: #fff9e6;
  padding: 65px 0 75px
}
@media screen and (max-width:767px) {
  .p-history {
    padding: 18.66667vw 0 16vw
  }
}
.p-disclosure {
  padding: 110px 0 100px
}
@media screen and (max-width:767px) {
  .p-disclosure {
    padding: 20vw 0 18.66667vw
  }
}
.p-disclosure-txt {
  text-align: center;
  margin-bottom: 45px
}
@media screen and (max-width:767px) {
  .p-disclosure-txt {
    text-align: left;
    margin-bottom: 20vw;
    line-height: 2
  }
}
.p-disclosure .p-tbl-box {
  border: 2px solid #ffb652
}
@media print, screen and (min-width:768px) {
  .p-disclosure .p-tbl-box {
    padding-bottom: 15px
  }
}
@media screen and (max-width:767px) {
  .p-disclosure .p-tbl-box {
    padding-bottom: 2.13333vw
  }
}
.p-disclosure .p-tbl-cnt:last-of-type, .p-disclosure .p-tbl-head:last-of-type {
  border: none
}
.p-disclosure .p-tbl-cnt {
  padding-bottom: 15px
}
.p-disclosure-doclist {
  display: flex;
  flex-wrap: wrap
}
@media print, screen and (min-width:768px) {
  .p-disclosure-doclist {
    margin-left: -15px
  }
}
@media screen and (max-width:767px) {
  .p-disclosure-doclist.adj .item {
    width: 100%
  }
}
.p-disclosure-doclist .item {
  position: relative;
  padding-left: 1em
}
.p-disclosure-doclist .item:after {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #88d1f2;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transition: .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}
@media screen and (max-width:767px) {
  .p-disclosure-doclist .item:after {
    border-width: 1.33333vw 0 1.33333vw 2.13333vw
  }
}
@media print, screen and (min-width:768px) {
  .p-disclosure-doclist .item {
    width: 25%;
    margin-top: 25px
  }
  .p-disclosure-doclist .item:nth-of-type(-n+4) {
    margin-top: 0
  }
}
@media screen and (max-width:767px) {
  .p-disclosure-doclist .item {
    width: 33%;
    margin-top: 1em
  }
  .p-disclosure-doclist .item:nth-of-type(-n+3) {
    margin-top: 0
  }
}
.p-disclosure-doclist .item:after {
  right: auto;
  left: 0;
  border-left-color: #ffb652
}
.p-disclosure-doclist .item-link {
  border-bottom: 1px solid #c4c4c4
}
.p-links {
  padding: 0 0 90px
}
.p-links .l-content-inner {
  background-image: url(/bundles/web/img/urayama/img_bar.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 90px
}
@media screen and (max-width:767px) {
  .p-links {
    padding: 0
  }
  .p-links .l-content-inner {
    padding: 21.33333vw 0 0;
    width: 92vw
  }
}
.p-links-txt {
  text-align: center;
  margin: 55px 0 45px
}
@media screen and (max-width:767px) {
  .p-links-txt {
    margin: 13.33333vw 0 8vw
  }
}
.p-links-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
@media screen and (max-width:767px) {
  .p-links-list {
    display: block
  }
}
@media print, screen and (min-width:768px) {
  .p-links-list .c-btn {
    width: 250px;
    margin-right: 20px;
    margin-top: 30px
  }
  .p-links-list .c-btn:nth-of-type(-n+3) {
    margin-top: 0
  }
  .p-links-list .c-btn:nth-of-type(3n) {
    margin-right: 0
  }
}
.p-links-list .c-btn .c-btn-link:after {
  right: 5%
}
@media screen and (max-width:767px) {
  .p-links-list .c-btn {
    margin-top: 5.33333vw
  }
  .p-links-list .c-btn:first-of-type {
    margin-top: 0
  }
}
.p-group {
  padding: 30px 0 190px
}
@media screen and (max-width:767px) {
  .p-group {
    padding: 20vw 0 21.33333vw
  }
}
.p-group-box {
  display: flex;
  justify-content: space-between
}
@media screen and (max-width:767px) {
  .p-group-box {
    display: block
  }
}
.p-group-item {
  width: 490px;
  padding: 40px 0 35px;
  border-radius: 10px;
  max-width: 100%;
  position: relative
}
@media screen and (max-width:767px) {
  .p-group-item {
    width: 100%;
    padding: 9.33333vw 4vw 10.66667vw;
    border-radius: 2.66667vw;
    margin-top: 8vw
  }
  .p-group-item:first-of-type {
    margin-top: 0
  }
}
.p-group-item:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 84px;
  height: 82px
}
@media screen and (max-width:767px) {
  .p-group-item:after {
    width: 22.4vw;
    height: 21.86667vw;
    top: -8vw;
    right: -1.33333vw
  }
}
.p-group-item .item-logo-jp {
  font-size: 1.1rem;
  text-align: center
}
@media screen and (max-width:767px) {
  .p-group-item .item-logo-jp {
    font-size: 2.93333vw
  }
}
.p-group-item .item-logo-img {
  margin: 4px 0 7px;
  text-align: center
}
@media screen and (max-width:767px) {
  .p-group-item .item-logo-img {
    margin: 1.06667vw 0 3.2vw
  }
}
.p-group-item .item-logo-en {
  font-size: 1.1rem;
  letter-spacing: .05em;
  text-align: center
}
@media screen and (max-width:767px) {
  .p-group-item .item-logo-en {
    font-size: 2.93333vw
  }
}
.p-group-item .c-btn {
  width: 400px;
  margin: 25px auto auto
}
@media screen and (max-width:767px) {
  .p-group-item .c-btn {
    width: 100%;
    margin: 6.66667vw auto auto
  }
  .p-group-item .c-btn-link {
    letter-spacing: 0
  }
  .p-group-item .c-btn-link:after {
    right: 5%
  }
}
.p-group-item.shinminato {
  background-color: #eaf7fd
}
.p-group-item.shinminato:after {
  background-image: url(/bundles/web/img/urayama/img_cloud-blue.png)
}
.p-group-item.shinminato .c-btn-link {
  border-color: #88d1f2
}
.p-group-item.shinminato .c-btn-link:after {
  border-left-color: #88d1f2
}
.p-group-item.shinminato .c-btn-link:hover {
  background-color: #88d1f2
}
.p-group-item.shinminato .c-btn-link:hover:after {
  border-left-color: #fff
}
.p-group-item.kosugi {
  background-color: #ffe8f1
}
.p-group-item.kosugi:after {
  background-image: url(/bundles/web/img/urayama/img_cloud-pink.png)
}
.p-group-item.kosugi .c-btn-link {
  border-color: #fa97c1
}
.p-group-item.kosugi .c-btn-link:after {
  border-left-color: #fa97c1
}
.p-group-item.kosugi .c-btn-link:hover {
  background-color: #fa97c1
}
.p-group-item.kosugi .c-btn-link:hover:after {
  border-left-color: #fff
}
/*-----------------------------------------------------------*/
.topnav-link {
   padding: 10px 3px 0px 3px; 
}
.submit-button
 {
  display: inline-block;
  min-width: 280px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  transition-property: background-color;
  padding: 0px 50px;
  min-width: 250px;
  height: 50px;
  line-height: 50px;
}
.submit-button :hover {
  color: #fff;
  background-color: var(--accent-color);
}
.wpcf7-submit {

display: inline-block;
margin: 0px auto;
  color: #fff;
  text-align: center;
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  transition-duration: 0.5s;
background-color: #191970;
  padding: 0px 50px;
  min-width: 250px;
  height: 50px;
  line-height: 50px;
}

#wpcf7-area input[type="submit"]
{
width: 100%;
margin: 0px auto;
background-color: #3737a7;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

.wpcf7-submit :hover
{
background: color #4848ce;
border: 2px solid #191970;
color:#191970;
}
