@charset "utf-8";
/*** Css初期化 ***/
html, body, div, h1, h2, h3, h4, h5, h6, p, span, header, footer, nav, aside, small, abbr, address, code, del, img, ins, kbd, q, samp, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, dialog, figure, menu, section, time, mark, object, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}
section, header, footer, aside, article, menu, nav, details, figcaption, figure {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  /*font-family:"メイリオ",Meiryo,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;*/
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #4c4c4c;
}
html {}
.clear {
  clear: both;
}
img {
  border: none;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
a {
  color: #4c4c4c;
  outline: none;
  text-decoration: none;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -ms-transition: 0.7s;
}
a:hover, a:active {
  color: #b4b4b4;
}
/*【wrapper】 --------------- */
#wrapper {
  width: 100%;
  text-align: center;
  float: left;
  overflow: hidden;
}
#wrapper-in {
  width: 100%;
  padding-top: 40px;
  background: #fff;
  float: left;
  position: relative;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.subpage #wrapper-in {
  padding-top: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#wrap {
  width: 1200px;
  margin: 0 auto;
}
/* -------------------------------------------------------------- */
/*【header】 --------------- */
header.site-header {
  width: 100%;
  background: #fff;
  float: left;
  z-index: 100;
  position: relative;
}
header.site-header #header-in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
header.site-header h1, header.site-header p.ps-title {
  float: left;
}
/* -------------------------------------------------------------- */
/*【header menu】 --------------- */
#main-nav {
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  z-index: 5;
}
#main-nav-box {
  width: 100%;
  background: #00508F;/*#343434*/
  float: left;
  position: relative;
}
#main-nav ul.parent {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px; /*pc*/
}
#main-nav ul.parent li {
  width: 200px;/*200*/
  display: inline-block;
  position: relative;
  float: left;
}
#main-nav ul.parent li a {
  width: 100%;
  height: 40px;
  padding-top: 17px;
  font-weight: bold;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  z-index: 1;
}
#main-nav ul.parent li a:hover {
  background: #123C5C; /*pc#252525*/
}
#main-nav ul.parent li a:before {
  height: 26px;
  border-left: 2px solid #dcdcdc;/*#4c4c4c*/
  content: "";
  vertical-align: middle !important;
  position: absolute;
  left: 0;
  top: 16px;
}
#main-nav ul.parent li:last-child a:before {
  border-right: 2px solid #dcdcdc;/*#4c4c4c*/
  right: 0;
}
#main-nav ul.parent li.menu-item-has-children a span:before {
  width: 100%;
  height: auto;
  font-weight: normal;
  font-family: "dashicons";
  content: "\f347";
  vertical-align: top !important;
  float: left;
}
#main-nav ul.sub-menu li a span:before {
  width: auto !important;
  height: auto !important;
  font-weight: normal !important;
  font-family: "" !important;
  content: "" !important;
  vertical-align: baseline !important;
  float: none !important;
}
#main-nav ul.sub-menu li a:before {
  height: auto !important;
  border-left: 0 !important;
  position: static !important;
  top: 0 !important;
}
#main-nav ul.sub-menu li:first-child a:before, #main-nav ul.sub-menu li:last-child a:before {
  border-right: 0 !important;
}
#main-nav ul.sub-menu {
  width: 200px;
  text-align: left;
  font-size: 16px;
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  z-index: 10;
}
#main-nav ul.sub-menu li {
  width: 200px;
  height: auto;
  float: left;
}
#main-nav ul.sub-menu li a {
  width: 190px;
  height: auto !important;
  line-height: normal;
  padding: 15px 5px !important;
  background: #343434;
  border-bottom: 1px solid #4c4c4c;
  font-weight: normal;
  float: left;
}
#main-nav ul.sub-menu li a:before {
  font-family: "dashicons";
  content: "\f522";
  vertical-align: -0.14em !important;
}
/* -------------------------------------------------------------- */
/* 【widget】 --------------- */
#widget-area {
  width: 300px;
  text-align: center;
  float: left;
}
aside.widget {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
#widget-area h2 {
  width: 100%;
  padding: 10px 0;
  background: #343434;
  text-align: left;
  font-size: 16px;
  color: #fff;
  float: left;
  box-sizing: border-box;
}
#widget-area h2 span {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 7px solid #fff;
  float: left;
}
#widget-area h2 a {
  color: #fff;
}
#widget-area ul {
  width: 100%;
  float: left;
}
#widget-area ul li {
  width: 98%;
  padding: 20px 1% 2px;
  border-bottom: 2px solid #f8f8f8;
  text-align: left;
  float: left;
}
#widget-area ul li a {
  width: 100%;
  float: left;
}
#widget-area ul li a:before {
  /*margin-right: 4px;
  color: #343434;
  font-family: "dashicons";
  content: "\f522";
  vertical-align: -0.15em !important;*/
}
#widget-area select.postform {
  width: 100%;
  margin: 10px 0 15px;
}
#widget-area li.recentcomments a {
  width: auto;
  float: none !important;
}
#widget-area li.recentcomments a.url:before {
  content: "" !important;
  vertical-align: baseline !important;
  float: none !important;
}
#widget-area li.cat-item a {
  display: inline !important;
}
#widget-area ul.children, #widget-area ul.sub-menu {
  padding: 0 0 0 10px !important;
  border: 0;
  box-sizing: border-box;
}
#widget-area ul.children li, #widget-area ul.sub-menu li {
  margin-top: 5px;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}
#widget-area ul.children li a:before, #widget-area ul.sub-menu li a:before {
  margin-right: 7px;
  color: #343434;
  border: 0;
  font-family: "dashicons";
  content: "\f139";
  vertical-align: -0.12em !important;
  font-size: 14px;
}
.tagcloud {
  padding: 0 0 10px;
  float: left;
}
.textwidget {
  width: 100%;
  padding: 20px 0 10px;
  float: left;
}
.tagcloud a {
  margin: 3px 5px;
}
#widget-area label.screen-reader-text {
  width: 100%;
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
  float: left;
}
.widget_archive select, .widget_categories select#cat {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding-left: 5px;
  border: 2px solid #f8f8f8;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  box-sizing: border-box;
}
*:first-child + html .widget_archive select, *:first-child + html .widget_categories select {
  color: #000;
}
.widget_archive a, .widget_categories a {
  width: auto !important;
  display: inline !important;
}
.widget_recent_entries span.post-date {
  width: 100%;
  text-align: right;
  font-size: 14px;
  float: left;
}
#widget-area img.rss-widget-icon {
  margin: 5px 5px 0;
  float: left;
}
#widget-area .widget_rss .rssSummary, #widget-area .widget_rss .rss-date, #widget-area .widget_rss cite {
  margin: 2px 0;
  font-size: 14px;
}
/* -------------------------------------------------------------- */
/*【widget free】 --------------- */
#free-area-widget {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
/* -------------------------------------------------------------- */
/* 【sns】 --------------- */
#sns-but {
  margin-top: 22px;
  text-align: center;
  float: right;
}
#sns-but p {
  width: 36px;
  height: 36px;
  margin-left: 6px;
  overflow: hidden;
  float: left;
}
#sns-but p a img {
  background: #343434;
  display: inline-block;
  transition: 0.7s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
#sns-but p a img:hover {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* -------------------------------------------------------------- */
/* 【ps content】 --------------- */
#ps-content {
  width: 100%;
  padding-bottom: 20px;
  float: left;
}
#ps-content p {
  margin: 10px 0;
}
#ps-content a {
  color: blue;
  text-decoration: underline;
}
#ps-content h1, #ps-content h2, #ps-content h3, #ps-content h4, #ps-content h5, #ps-content h6 {
  margin: 0 0 0.5em;
  padding: 0.5em 0 0;
  font-weight: bold;
  clear: both;
}
#ps-content h1:first-child, #ps-content h2:first-child, #ps-content h3:first-child, #ps-content h4:first-child, #ps-content h5:first-child, #ps-content h6:first-child {
  padding-top: 0;
}
#ps-content h1 {
  font-size: 3.2em;
}
#ps-content h2 {
  font-size: 2.5em;
}
#ps-content h3 {
  font-size: 1.9em;
}
#ps-content h4 {
  font-size: 1.6em;
}
#ps-content h5 {
  font-size: 1.2em;
}
#ps-content h6 {
  font-size: 1em;
}
#ps-content strong {
  font-weight: bold;
}
#ps-content dfn, #ps-content cite, #ps-content em, #ps-content i {
  font-family: "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, "ヒラギノ角ゴ Pro W3", sans-serif;
  font-style: italic;
}
#ps-content ul, #ps-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
}
#ps-content ul {
  list-style: disc;
}
#ps-content ol {
  list-style: decimal;
}
#ps-content li > ul, #ps-content li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
#ps-content blockquote {
  margin: 0 0 25px 0;
  padding: 30px 55px;
  border: 1px solid #ccc;
  position: relative;
}
#ps-content blockquote:before, #ps-content blockquote:after {
  height: 50px;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 90px;
  color: #ccc;
  position: absolute;
}
#ps-content blockquote:before {
  content: '“';
  top: 5px;
  left: 10px;
}
#ps-content blockquote:after {
  content: '”';
  bottom: 5px;
  right: 10px;
}
#ps-content blockquote cite {
  padding: 20px 0 0 0;
  border-top: 1px dotted #aaa;
  text-align: right;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  display: block;
}
#ps-content img.alignnone, #ps-content img.alignleft, #ps-content img.aligncenter, #ps-content img.alignright {
  width: auto;
  height: auto;
  max-width: 100%;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
  margin-bottom: 1.2em;
}
/* -------------------------------------------------------------- */
/* 【footer】 --------------- */
#top-scroll {
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 10;
}
#top-scroll-in {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #343434;
  float: left;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}
#top-scroll-in:hover {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
#footer-in {
  width: 100%;
  margin-top: 50px;
  padding: 50px 0;
  background: #343434;
  text-align: center;
  color: #fff;
  overflow: hidden;
  clear: both;
  float: left;
  position: relative;
}
#footer-in a {
  color: #fff;
}
#footer-in a:hover {
  color: #cdcdcd;
}
#footer-body {
  width: 1200px;
  margin: 0 auto;
}
#footer-nav {
  width: 100%;
  margin-bottom: 50px;
  float: left;
	
}
#footer-nav-box {
  width: 100%;
  text-align: center;
  float: left;
}
#footer-nav-box li {
  display: inline-block;
}
#footer-nav-box li a {
  margin: 0 5px;
  display: inline-block;
}
#footer-nav-box li a:before {
  margin-right: 4px;
  color: #fff;
  font-family: "dashicons";
  content: "\f522";
  vertical-align: -0.15em !important;
}
#footer-space {
  width: 100%;
  margin-bottom: 50px;
  float: left;
}
#footer-space p {
  text-align: center;
}
#footer-copy {
  width: 100%;
  float: right;
}
#footer-title {
  width: 100%;
  margin-top: 10px;
  float: left;
}
/* -------------------------------------------------------------- */
/**************************************************
***************************************************
width:[1200px] or less.
***************************************************
**************************************************/
@media screen and (max-width:1200px) {
  #wrapper {
    display: inline;
  }
  #wrapper-in {
    width: 97%;
    margin: 0 auto;
    padding-top: 20px;
    float: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  #wrap {
    width: 100%;
    float: left;
  }
  header.site-header #header-in {
    width: 100%;
    text-align: center;
  }
  header.site-header h1, header.site-header p.ps-title {
    margin: 10px 0;
    float: none;
	  
	  
  }
	
	
	 header.site-header h1 img, header.site-header p.ps-title img {
    width: 50%;/*50*/
		 padding: 10px 0px 0px;
    height: auto;
		 
  }
	
	
	
	
	
  #main-nav, #sns-but {
    display: none;
  }
  #main-nav ul.sub-menu {
    display: inline;
  }
  #sp-nav {
    width: 280px;
    height: 100%;
    padding-top: 30px; /*1*/
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: -280px;
    z-index: 3000;
    background-color: #fff;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  #sp-nav ul.parent {
    width: 100%;
    padding: 0 1px;
    background-color: #fff;
    text-align: left;
    float: left;
    box-sizing: border-box;
  }
  #sp-nav ul.parent li {
    width: 100%;
    margin-top: 1px;
    float: left;
    box-sizing: border-box;
  }
  #sp-nav ul.parent li a {
    width: 100%;
    padding: 13px 2px;
    float: left;
    box-sizing: border-box;
  }
  #sp-nav ul.parent li a:before {
    margin-right: 5px;
    font-size: 20px;
    font-family: "dashicons";
    content: "\f139";
    vertical-align: -0.2em !important;
  }
  #sp-nav ul.parent li.menu-item-has-children {
    width: 100%;
    float: left;
  }
  #sp-nav ul.parent li.menu-item-has-children a {
    padding: 13px 2px 0;
  }
  #sp-nav ul.parent li.menu-item-has-children ul.sub-menu {
    width: 100%;
    padding-bottom: 8px;
    float: left;
  }
  #sp-nav ul.parent li.menu-item-has-children ul li {
    margin: 0;
  }
  #sp-nav ul.parent li.menu-item-has-children ul li a {
    padding: 5px 2px 5px 15px;
  }
  #sp-nav ul.parent li.menu-item-has-children ul li a:before {
    font-size: 11px;
    content: "\f344";
    vertical-align: -0.03em !important;
  }
  #nav-slide {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
  #nav-but {
    width: 30px;
    height: auto;
    padding: 9px 6px;
    background: #fff;
    border: 1px solid #343434;
    position: absolute;
    top: 0;
    left: 8px;
    z-index: 2000;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
  }
  #nav-but span {
    width: 30px;
    height: 4px;
    background: #343434;
    border-radius: 1px;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    float: left;
  }
  #nav-but span:nth-of-type(2), #nav-but span:nth-of-type(3) {
    margin-top: 5px;
  }
  .nav-close {
    background: transparent;
  }
  .nav-close span:nth-of-type(1) {
    transform: translateY(9px) translateX(0) rotate(315deg);
    -webkit-transform: translateY(9px) translateX(0) rotate(315deg);
    -ms-transform: translateY(9px) translateX(0) rotate(315deg);
    -moz-transform: translateY(9px) translateX(0) rotate(315deg);
    -o-transition: translateY(9px) translateX(0) rotate(315deg);
  }
  .nav-close span:nth-of-type(2) {
    width: 0 !important;
    margin-left: 50%;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transition: scale(0);
  }
  .nav-close span:nth-of-type(3) {
    transform: translateY(-9px) translateX(0) rotate(-315deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-315deg);
    -webkit-transform: translateY(-9px) translateX(0) rotate(-315deg);
    -moz-transform: translateY(-9px) translateX(0) rotate(-315deg);
    -o-transition: translateY(-9px) translateX(0) rotate(-315deg);
  }
  .nav-close nav {
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transition: translateX(100%);
  }
  #ps-content blockquote {
    padding: 30px 40px;
  }
  #ps-content blockquote:before, #ps-content blockquote:after {
    height: 50px;
    font-size: 50px;
  }
  #widget-area {
    width: 100%;
    margin-top: 20px;
  }
  aside.widget {
    margin-bottom: 20px;
  }
  .widget_media_image img {
    width: 100%;
    height: auto;
  }
  #free-area-widget {
    margin-bottom: 20px;
  }
  #free-area-widget img {
    display: none;
  }
  #footer-in {
    margin-top: 20px;
    padding: 20px 0 50px;
  }
  #footer-body {
    width: 94%;
  }
  #footer-nav, #footer-space {
    margin-bottom: 20px;
  }
  #footer-copy, #footer-title {
    font-size: 14px;
  }
  #footer-nav-box {
    text-align: left;
    font-size: 16px;
	  padding: 10px 40px;
  }
  #footer-nav-box li {
    width: 50%;
    float: left;
  }
  #footer-nav-box li a {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    float: left;
  }
  #top-scroll {
    width: 60px;
    position: fixed;
    bottom: 20px;
  }
}
/**************************************************
***************************************************
width:[480px] or less.
***************************************************
**************************************************/
@media screen and (max-width:480px) {
  header.site-header h1 img, header.site-header p.ps-title img {
    width: 50%;/*50*/
    height: auto;
  }
}
.txt-red {
  color: #FF9A86;
  font-weight: bold;
}
.txt-pink {
  color: #FF9A86;
  font-size: 120%;
}

.txt-pink2 {
  color: #CC3300;
  font-size: 140%;
}

.txt-90 {
  font-size: 90%;
}
.txt-110red {
  font-size: 110%;
  font-weight: bold;
  color: #db355c;
}

.txt-100red {
  font-size: 100%;
  font-weight: bold;
  color: #db355c;
}

.txt-110redcenter {
  font-size: 110%;
  font-weight: bold;
  color: #db355c;
  text-align: center;
}
.txt-110bl {
  font-size: 110%;
  font-weight: bold;
  color: #282828;
}
/* サブページ 画像ボックス
------------------------------------------------------------*/
/* imgbox
------------------------------------------------------------*/
ul.imgbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
ul.imgbox li {
  width: 100%;
  background: none;
  padding: 5px 15px 10px 0px;
  margin: 5px 10px 10px 0px;
}
ul.imgbox li img {
  width: 100%;
  height: auto;
}
ul.imgbox li a {
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.imgbox li a:hover {
  opacity: .8;
}
ul.imgbox li span {
  display: block;
  /* background:url(../images/arrow1.png) no-repeat left center;*/
  line-height: 1.3;
  height: 20px;
  padding-left: 5px;
  font-size: 90%;
}
/* imgbox2
------------------------------------------------------------*/
ul.imgbox2 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*justify-content: space-around;*/
  -webkit-justify-content: space-around;
}
ul.imgbox2 li {
  width: 100%;
  background: none;
}
ul.imgbox2 li img {
  width: 98%;
  height: auto;
}
ul.imgbox2 li a {
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.imgbox2 li a:hover {
  opacity: .8;
}
ul.imgbox2 li span {
  display: block;
  /* background:url(../images/arrow1.png) no-repeat left center;*/
  line-height: 1.3;
  height: 20px;
  padding-left: 5px;
  font-size: 90%;
}
/* imgbox3 トップで使用
------------------------------------------------------------*/
ul.imgbox3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  background-color: #f2f2f2;
  margin-bottom: 30px;
  /*上下*/
  border-top: solid 5px #194579;
  border-bottom: solid 5px #194579;
  /*網*/
  /*background-image: linear-gradient(#e1eef5 1px, transparent 1px), linear-gradient(to right, #e1eef5 1px, #fff 1px);*/
	background-image: linear-gradient(#f2f2f2 1px, transparent 1px), linear-gradient(to right, #f2f2f2 1px, #fff 1px);
  background-size: 19px 19px;
}
ul.imgbox3 li {
  width: 100%;
  background: none;
  /*background-color: chartreuse;*/
  margin: 20px 20px 15px 20px;
  padding: 10px 0px 5px 0px;
}
ul.imgbox3 li img {
  width: 96%;
  height: auto;
}
ul.imgbox3 li a {
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.imgbox3 li a:hover {
  opacity: .8;
}
ul.imgbox3 li span {
  display: block;
  /* background:url(../images/arrow1.png) no-repeat left center;*/
  line-height: 1.3;
  height: 20px;
  padding-left: 5px;
  font-size: 90%;
}

/* imgbox4 トップで使用
------------------------------------------------------------*/
ul.imgbox4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*justify-content: space-around;*/
  -webkit-justify-content: space-around;
}
ul.imgbox4 li {
  width: 100%;
  background: none;
}
ul.imgbox4 li img {
  width: 90%;
  height: auto;
}
ul.imgbox4 li a {
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.imgbox4 li a:hover {
  opacity: .8;
}
ul.imgbox4 li span {
  display: block;
  /* background:url(../images/arrow1.png) no-repeat left center;*/
  line-height: 1.3;
  height: 20px;
  padding-left: 5px;
  font-size: 90%;
}


/* メニュー768px以下から ヘッダー微調整
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  /* サブページ 画像ボックス
------------------------------------------------------------*/
  /* imgbox
------------------------------------------------------------*/
  ul.imgbox {
    display: block;
  }
  ul.imgbox li {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
  }
  ul.imgbox li img {
    margin: 5px 0;
    padding: 5px 0;
  }
  ul.imgbox li span {
    width: 85%;
    margin: 0 auto;
  }
  /* imgbox2
------------------------------------------------------------*/
  ul.imgbox2 {
    display: block;
    margin-top: 10px;
  }
  ul.imgbox2 li {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  ul.imgbox2 li img {
    margin: 4px 4px;
    padding: 2px 2px;
  }
  ul.imgbox2 li span {
    width: 100%;
    margin: 0 auto;
  }
  /* imgbox3
------------------------------------------------------------*/
  ul.imgbox3 {
    display: block;
    background-color: #fff;
    margin-top: 10px;
  }
  ul.imgbox3 li {
    width: 100%;
    margin: 1px 0px;
    padding: 1px 0px;
  }
  ul.imgbox3 li img {
    margin: 4px 0;
    padding: 4px 0;
  }
  ul.imgbox3 li span {
    width: 100%;
    margin: 0 auto;
  }
	
  /* imgbox4
------------------------------------------------------------*/
  ul.imgbox4 {
    display: block;
    margin-top: 10px;
  }
  ul.imgbox4 li {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
  }
  ul.imgbox4 li img {
    margin: 4px 4px;
    padding: 2px 2px;
  }
  ul.imgbox4 li span {
    width: 100%;
    margin: 0 auto;
  }
	
}
/* 水平線
------------------------------------------------------------*/
hr {
  border-width: 0; /* 平面の線に指定 */
  height: 1px; /* 線の太さを指定 */
  margin-top: 10px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #739900 70%, #739900 30%); /*線の色を指定 */
  background: -webkit-linear-gradient(to left, #739900 70%, #739900 30%); /*線の色を指定（Chrome, Safari対策） */
}
/* 改行
------------------------------------------------------------*/
@media screen and (min-width: 640px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*横並び
------------------------------------------------------------*/
.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  line-height: 2.2;
	margin-bottom: 40px;
	
}









.item {
  border-radius: 10px;
  /*background: #fff;*/
  background-color: #fff;
  padding: 0px;
  text-align: center;
	margin-bottom: 30px;
}
.item h2 {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #194579;
  background-color: #EFEFEF;
  /*text-indent: 1em;*/
  margin-bottom: 10px;
  padding: 10px 0px 5px;
}
.item p {
  /*background-color: blue;*/
  padding: 10px 10px 15px;
	text-align: center;font-size: 110%;
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
p {
  text-align: left;
}
/*
ニューストピックス
-------------------------------------------*/
.content2 h2 {
  padding: 10px 10px 30px 10px;
  color: #666;
  font-size: 26px;
  font-weight: bold;
}
.content2 h2 i {
  padding: 10px;
  color: #194579;
  font-size: 20px;
}
.content2 h2 span {
  font-size: 18px;
  color: #194579;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.content2 h2 span.small {
  font-size: 18px;
  font-weight: normal;
  color: #555;
}
.content2 {
  width: 100%;
  /*background-color: #CDF1F0;*/
  /*color: #111;*/
  padding-top: 50px;
  padding-bottom: 460px;
}
.content2 .cont_wrap .box_left {
  width: 46%;
  float: left;
  padding: 0px; /*background-color: blueviolet;*/ margin: 10px 10px;
}
.content2 .cont_wrap .box_left h3 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #555;
}


/*横に長いタイプ*/
.content2 .cont_wrap .box_left2 {
  width: 98%;
  float: left;
  padding: 0px; /*background-color: blueviolet;*/ margin: 10px 10px;
	
}
.content2 .cont_wrap .box_left2 h3 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #555;
}
/*横に長いタイプ*/











.content2 .cont_wrap .box_right {
  width: 46%;
  float: right;
  text-align: center;
  /*padding-right: 10px;
	padding-bottom: 20px;*/
  padding-left: 0px; /*background-color: chartreuse;*/ margin: 10px 10px;
}
.content2 .cont_wrap .box_right h3 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #555;
}
@media screen and (max-width:960px) {
  .content2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .content2 .cont_wrap .box_left {
    width: 91%;
    float: none;
  }
	
	
/*横に長いタイプ*/
  .content2 .cont_wrap .box_left2 {
    width: 91%;
    float: none;
  }	
	
  .content2 .cont_wrap .box_right {
    width: 91%;
    float: none;
    overflow: hidden;
  }
  .content2 .cont_wrap .box_right .fb-page {
    width: 100% !important;
  }
  .works_list li {
    width: 33.33%;
  }
  .g_list li {
    width: 33.33%;
  }
}
.content2 .ul_news li {
  font-size: 16px;
  text-align: left;
}
.content2 .ul_news li a span.date {
  padding-right: 20px;
  color: #888;
}
.content2 .ul_news li span.i_con {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFBF00;
  color: #000;
  margin-right: 10px;
}
.content2 .ul_news li span.i_con.cl2 {
  background-color: #333333;
  color: #FFF;
}
.content2 .ul_news li span.i_con.pink {
  background-color: #F86D6F;
  color: #FFF;
  font-size: 85%;
}
.content2 .ul_news li a {
  display: block;
  color: #333;
  line-height: 30px;
  padding: 20px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  text-decoration: none;
}
.content2 .ul_news li a:hover {
  color: #000;
  background-color: #FFF;
}
/*
ニュース用コンテンツ大ボタン
-------------------------------------------*/
.btn_cnt a {
  font-size: 16px;
  color: #194579;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 240px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  font-weight: bold;
  /*border: 1px solid #194579;*/
}
.btn_cnt.cl_2 a, .box_cont .btn_cnt a {
  color: #fff;
  background-color: #194579;
}
.btn_cnt a i {
  padding-right: 10px;
}
.btn_cnt a:hover {
  color: #fff;
  background-color: #194579;
}
.btn_cnt.cl_2 a:hover, .box_cont .btn_cnt a:hover {
  color: #fff;
  background-color: #999100;
}
.btn_cnt.rt a {
  float: right;
  max-width: 220px;
  margin-right: 10px;
}
/*reCAPTCHAバッジ（ロゴマーク）を消す*/
.grecaptcha-badge {
  visibility: hidden;
}






/*トップページに使用のフローブルー*/
.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow10 {
  padding-left: 0;
}

.flow10 > li {
  list-style-type: none;
  border: 2px solid #194579;
  padding: 20px;
  border-radius: 20px;
}

.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #194579;
}

.flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.flow10 > li .icon10 {
  color: #194579;
  margin-right: 0.5em;
}

.flow10 > li dl dd {
  margin: 0;
}







/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    } 
}  








/* 無限ループ　htmlと下記cssのみ */


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  /*animation: infinity-scroll-left 80s infinite linear 0.5s both;*/
	animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(150vw / 6);/*PCサイズ*/
}
.scroll-infinity__item>img {
  width: 100%;
}

@media screen and (max-width:640px){	

.scroll-infinity__item {
  width: calc(400vw / 6);/*SPサイズ*/
}
	

}











/*３列タイプのボックス（grid）
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-grid .list {
	position: relative;/*ボックス同士の上下間に空けるスペース*/
	margin-bottom: 2rem;	/*ボックス同士の上下間に空けるスペース*/
	padding: 1rem;			/*ボックス内の余白*/
	background: #f2f2f2;		/*背景色*/
    display: grid;			/*gridを使う指定*/
    grid-template-rows: auto 1fr auto;		/*list内の上から2番目のブロック(.text)だけ伸ばし、他は自動。*/
	
}

/*ボックス内のh4*/
.list-grid .list h4 {
	margin: 0;
	padding: 2px 10px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #1961b3;
}

/*リンクテキスト*/
.list-grid .list h4 a {
	
}






/*ボックス内のp*/
.list p {
	margin: 0;
	
			}

/*ボックス内のtext*/
.list-grid .list .text p {
	font-size: 0.9em;	/*文字サイズを親要素の80%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/*ボックス内のfigure*/
.list-grid .list figure {
	margin: 1rem 1rem 1rem;	/*１つ目と２つ目は、.list-grid .listで指定しているpaddngを打ち消す為（枠一杯にする）、最後の数字は画像の下に空けるスペース。*/
}

/*figureのマウスオン時に少し明るくする*/
.list-grid .list figure a:hover {
	filter: brightness(1.2);
}


	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:600px) {

	/*listブロック全体を囲むブロック*/
	.list-grid {
		display: grid;		/*gridを使う指定*/
		gap: 2rem 1rem;		/*上下、左右へのマージン的な指定*/
		grid-template-columns: repeat(3, 1fr);	/*３列にする指定。４列にしたければrepeat(4, 1fr)とする。*/
	}

	/*ボックス１個あたり*/
	.list-grid .list {
		margin-bottom: 0;	/*ボックス同士の上下間に空けるスペースをリセット*/
	}
	
	}/*追加指定ここまで*/

			
			
			.list-grid .btn a {
	display: block;text-decoration: none;
	text-align: center;		/*テキストをセンタリング*/
	background-color: #fff;	/*css冒頭で指定しているprimary-colorを読み込みます*/
	border: 1px solid var(--primary-color);	/*枠線の幅、線種、色。var以降は色の指定ですが、css冒頭で指定しているprimary-colorを読み込みます*/
	color: #E16F71;			/*文字色*/
	padding: 5px 10px;		/*ボタン内の余白*/
	margin-top: 1rem;		/*ボタンの上に空けるスペース*/font-weight: bold;
}

/*マウスオン時のボタン*/
.list-grid .btn a:hover {
	background: #fff;				/*背景色*/
	color: #E16F71;	/*css冒頭で指定しているprimary-colorを読み込みます*/
	font-weight: bold;
}
			
			
			