@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
  body {
    /*background-color: #00ff00; 緑色*/
  }
  h1, h2, h3, h4, p {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    width: 100%;
    margin: auto;
    padding: 15px 0 10px 0;
	  background: #fff;
  }
  #header h1 img {
    max-width: 50%;
    margin: auto;
    display: block;
  }
  p.header_title_in {
    /*max-width: 1000px;*/
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 1em;
  }
  .header_right p.tellink {
    /*color: #fff;*/
    text-align: center;
    margin: 5px 0 0 0;
    line-height: 1.5;
    font-size: 60%;
  }
  .header_right p.tellink span a {
    text-align: center;
    color: #fff;
    font-size: 2.2em;
    letter-spacing: 0.1em;
    margin-left: 10px;
    /*font-weight: bold;*/
    display: none;
  }
  /*************************************************/
  /*トップページ*/
  /*************************************************/
  body .index {
    background: #f8f9fb;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 200px;
  }
  #index_img .slider img {
    width: 100%;
    background-size: cover;
  }
  .slick-dots {
    display: none;
  }
  #index_img {
    position: static;
  }
  #index_img .slider img {
    /*width: 100%;
    background-size: cover;*/
  }
  #index_img .slider {
    /*position: relative;*/
  }
  .top_area {
    position: relative;
  }
  .index_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_title p {
    width: 100%;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    font-size: 110% !important;
    text-shadow: 0 0 10px #5473be, 0 0 10px #5473be, 0 0 10px #5473be;
    letter-spacing: 0px;
    white-space: nowrap;
  }
  .index_title p:first-of-type {
    font-size: 50% !important;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .index_title p:last-of-type {
    display: none;
  }
  #index_sengen_area {
    position: static;
    width: 90%;
    background: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px auto 0 auto;
	box-sizing: border-box;
  }
  #index_sengen_area p {
    color: #3b65a2;
    line-height: 1.8;
    font-size: 80%;
  }
  #index_sengen_area p:last-of-type {
    color: #595959;
	  font-size: 50%;
  }
  .index_sengen_title {
    font-size: 120% !important;
    font-weight: 100;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  /*共通コンテンツ*/
  /***************************************************/
  .white_area {
    width: 90%;
    margin: auto;
  }
  .white_area img, .blue_area img {
    width: 100%;
  }
  .white_area p {
    font-size: 80%;
	  line-height: 2;
  }
  .blue_area {
    width: 100%;
    background: #eef3f8;
    font-size: 100%;
  }
  .blue_area_in {
    width: 90%;
    margin: 30px auto;
    padding: 30px 0 20px 0;
  }
  .white_area h2, .blue_area_in h2 {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    color: #3b65a2;
    margin-bottom: 20px;
  }
  .white_area h2 span, .blue_area_in h2 span {
    font-size: 10px;
    font-weight: normal;
  }
  .blue_area_in ul {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .blue_area_in ul li {
    text-align: center;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  .blue_area_in ul li:last-of-type {
    margin-bottom: 0;
  }
  .blue_area_in p {
    font-size: 80%;
    text-align: center;
  }
  .spnone {
    display: none;
  }
  #main_img {
    position: static;
    object-fit: cover;
    width: 100%;
  }
  .com #main_img {
    background: url("../img/company_top.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pro #main_img {
    background: url("../img/product_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mak #main_img {
    background: url("../img/maker_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .per #main_img {
    background: url("../img/personal_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .rec #main_img {
    background: url("../img/recruit_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .con #main_img {
    background: url("../img/contact_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kan #main_img {
    background: url("../img/kanzai_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ei #main_img {
    background: url("../img/eisei_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .kog #main_img {
    background: url("../img/kougu2_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .den #main_img {
    background: url("../img/dendou_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .air #main_img {
    background: url("../img/ac_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .jyu #main_img {
    background: url("../img/jyutaku_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .in #main_img {
    background: url("../img/info_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .site #main_img {
    background: url("../img/sitemap_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pri #main_img {
    background: url("../img/privacy_top.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .p404 #main_img {
    background: url("../img/404.webp") no-repeat;
    background-size: cover;
    background-position: center;
  }
	
  #top_sengen_area {
    width: 100%;
    /*background: #3b65a2;*/
    padding: 40px 0 35px 0;
    text-align: center;
    margin: 0 auto 25px auto;
    color: #fff;
    border-radius: 0px;
  }
  #top_sengen_area h2 {
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    text-shadow: 0 0 5px #5473be, 0 0 5px #5473be, 0 0 5px #5473be, 0 0 5px #5473be;
  }
  #top_sengen_area h2 span {
    font-size: 12px !important;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 0 5px #5473be, 0 0 5px #5473be, 0 0 5px #5473be;
  }
  .pankuzu p {
    display: none;
  }
  /*トップ*****************************************/
  .top_product {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .top_product h2 {
    width: 90%;
    font-size: 1.6em !important;
    line-height: 0.8;
    font-weight: bold;
    color: #3b65a2;
    margin: 0 auto 30px auto;
  }
  .top_product span {
    font-size: 10px !important;
    font-weight: normal;
  }
  .product_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product_area > div {
    width: 100%;
  }
  .p_kanzai {
    position: relative;
    background: url("../img/product01.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_eisei {
    position: relative;
    background: url("../img/product02.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_kougu {
    position: relative;
    background: url("../img/product03.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_dendo {
    position: relative;
    background: url("../img/product04.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_air {
    position: relative;
    background: url("../img/product05.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .p_jyutaku {
    position: relative;
    background: url("../img/product06.jpg") no-repeat center center/cover;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .product_text {
    position: absolute;
    z-index: 1; /*文字の重なりを全面に*/
    font-size: 100%;
    /*top:0;*/
    left: 30px;
    bottom: 30px;
    /*transform: translate(-50%,-50%);*/
    width: 80%;
    padding: 0px;
  }
  .product_text h3 {
    font-size: 150% !important;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
  }
  .product_text h3 span {
    color: #fff !important;
    font-size: 60% !important;
  }
  .product_text h3, .product_text p {
    color: #fff;
    font-size: 75%;
  }
  .overtext::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(91, 142, 190, 0.4);
    /*mix-blend-mode: multiply;*/
    border-radius: 10px;
  }
  .product_link {
    position: relative;
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
  }
  .fadeIn {
    opacity: 1;
  }
  .product_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product_link a:hover {
    opacity: 0.5;
  }
  .taisetu {
    width: 100%;
    background: #eef3f8;
  }
  .taisetu_in {
    padding: 30px 0;
    width: 90%;
    margin: auto;
  }
  .taisetu_in .taisetu_title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 100;
    color: #3b65a2;
    margin-bottom: 0.5em;
  }
  .taisetu_in .taisetu_title_un {
    text-align: center;
    margin-bottom: 30px;
    font-size: 75%;
  }
  .taisetu_flex {
    display: block;
    background: #fff;
    padding: 20px 30px;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: center;
  }
  .taisetu_flex img {
    width: 150px;
  }
  .taisetu_flex p:first-of-type {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .taisetu_flex p:last-of-type {
    font-weight: 100;
    text-align: justify;
    font-size: 75%;
  }
  .t_flex_item01 {
    text-align: center;
    margin-bottom: 10px;
  }
  .kojin {
    padding: 30px 0;
  }
  .kojin_index_flex {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px auto!important;
    border-radius: 10px;
    overflow: hidden;
  }
  .kojin_index_flex > div {
    width: 100%;
  }
  .kojin_index_flex .kojin_left {
    display: flex;
    background: #ffd400;
  }
  .kojin_index_flex img {
    width: 100%;
    display: flex;
	/*margin-bottom: 20px;*/
  }
  .kojin_left > div {
    padding: 20px;
  }
  .kojin_left p {
    color: #fff;
    font-size: 75%;
    margin-bottom: 10px;
  }
  .kojin_left p:first-of-type {
    font-size: 100%;
    line-height: 1.3;
  }
  .kojin_left p:last-of-type a {
    display: inline-block;
    margin-top: 20px;
    padding: 0.3em 2em;
    background: #fff;
    border-radius: 30px;
    color: #ffd400;
    font-weight: bold;
    margin: auto;
  }
  .kojin_left {
    order: 1;
  }

	/*お知らせ*********/
	
	  article {
    padding: 50px 0;
    background: #fff;
    width: 100%;
  }
  article > div {
    width: 90%;
    margin: auto;
  }
  article h2{
    font-size: 1.6em;
    line-height: 1;
    font-family: Helvetica, "sans-serif";
    font-weight: bold;
    color: #3b65a2;
    margin-bottom: 20px;
  }
  article span {
    font-size: 10px;
    font-weight: normal;
  }
  .news_area {
    position: relative;
  }
  .news_link {
    position: absolute;
    right: 0;
    top: 0;
  }
  .news_link p a {
    color: #3b65a2;
    display: block;
    padding: 0.3em 0.5em;
    border: 1px solid #3b65a2;
    font-weight: 500;
	transition: all 0.5s;
	  font-size: 80%;
  }
  .news_link p a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
  }
  .news_link p a:hover {
    background: #3b65a2;
    color: #fff;
  }
  .news_flex {
    display: flex;
  }
  .news01 {
    flex-basis: 15%;
  }
  .news02 {
    flex-basis: 10%;
  }
  .news03 {
    flex-basis: 65%;
  }
  .news-item {
    display: flex;
    padding: 15px 0;
  }
  .news-item:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .news-head {
    display: flex;
    width: 200px;
  }
  .news-date {
    width: 100px;
    padding-top: 3px;
  }
  .news-label {
    display: block;
    width: 100px;
    line-height: 20px;
    color: #fff;
    background: #00bf00;
    text-align: center;
    border-radius: 30px;
    font-size: 70%;
  }
  .news-label a.blue-label {
    background: blue;
  }
  .news-label a.orange-label {
    background: orange;
  }
  /*お知らせ2*/
  .news-item {
    display: block;
  }
  .news-title {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-top: 10px;
	font-size: 80%!important;
  }

	
	
  .about_in {
    width: 90%;
    margin: 30px auto;
  }
  .about_flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  .about_flex > div {
    width: 100%;
  }
  .about_flex img {
    width: 100%;
    display: flex;
  }
  .about_flex .about_right {
    background-color: #fff;
    display: flex;
  }
  .about_flex .about_right div {
    padding: 20px;
  }
  .about_flex p {
    font-size: 75%;
  }
  .about_flex p:first-of-type {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .about_right p a {
    display: inline-block;
    background: #3b65a2;
    padding: 0.3em 2.5em;
    color: #fff;
    border-radius: 50px;
    font-size: 100% !important;
    margin-top: 1em;
    transition: all 0.5s;
  }
  .about_right p a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }
  .about_right p a:hover {
    background: #5b8ebe;
  }
  .access {
    background: #fff;
    padding: 30px 0
  }
  .w1000 {
    width: 90%;
    margin: auto;
  }
  .access h2,.about_in h2 {
    font-size: 1.6em;
    line-height: 1;
    font-family: Helvetica, "sans-serif";
    font-weight: bold;
    color: #3b65a2;
    margin-bottom: 30px;
  }
  .access span,.about_in h2 span {
    font-size: 12px;
    font-weight: 100;
  }
  .access p {
    font-size: 80% !important;
  }
  .top_map {
    margin-bottom: 20px;
  }
  /*会社案内**********************************/
  .president_p p {
    margin-bottom: 10px;
    text-align: justify;
  }
  .president_p p:last-of-type {
    text-align: right;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .president_greet {
    font-weight: 500;
    color: #3b65a2;
    margin: 1.5em 0 !important;
    font-size: 100% !important;
  }
  .yurai {
    background: #eef3f8;
    padding: 20px 30px 15px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .yurai_p {
    margin-bottom: 30px;
  }
  .yurai_p p {
    text-align: justify;
	  margin-bottom: 10px;
  }
  .company_table {
    width: 100%;
    font-weight: 100 !important;
    margin-bottom: 30px;
    font-size: 80%;
  }
  .company_table th {
    padding: 1.5em 0 1.5em 0em;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    background: #f8f9fb;
    width: 20%;
    text-align: center;
  }
  .company_table td {
    padding: 1em 0 1em 1em;
    border-bottom: 1px solid #ccc;
  }
  .company_table th:first-of-type, .company_table td:first-of-type {
    border-top: 1px solid #ccc;
  }
	.font80{
		font-size: 80%!important;
	}
  /*商品案内*********************************************/
	
  .product_main {
    margin: 50px auto;
    width: 90%;
    text-align: center;
    color: #3b65a2;
  }
  .product_main p:first-of-type {
    color: #3b65a2;
    margin-bottom: 0px;
	  font-size: 90%;
  }
  .product_main p:last-of-type {
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #3b65a2;
  }
	
  .product_img_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .product_img_flex img {
    width: 25%;
  }
  .warehouse_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .warehouse_flex > li {
    width: 49%;
    margin-bottom: 20px;
  }
  .product_area {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
  .product_flex {
    width: 100%;
    display: flex;
    margin: 0 auto 20px 0;
    /*align-items: stretch;*/
    /*overflow: hidden;*/
    flex-wrap: nowrap;
  }
  .product_flex > div {
    width: 50%;
  }
  .product_flex img {
    width: 100%;
    align-items: stretch;
    display: flex;
  }
  .product_left > div {
    padding: 20px 20px;
    width: 100%;
    height: auto;
  }
  .product_flex .product_left {
    background: #eef3f8;
    display: flex;
    align-items: flex-end;
  }
  .product_left h3 {
    font-size: 100% !important;
    font-weight: bold;
    color: #3b65a2;
    line-height: 1;
  }
  .product_left h3::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    margin-right: 10px;
    font-size: 80%;
  }
  .product_left h3 span {
    font-size: 50% !important;
    font-weight: normal;
  }
  .product_left a {
    display: inline-block;
    margin-top: 10px;
    font-size: 80%;
    color: #3b65a2;
    font-weight: 500;
    float: right;
  }
  .product_left a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }
  .product_sengen p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: #3b65a2;
    margin-bottom: 10px;
  }
  .product_sengen p:last-of-type {
    margin-bottom: 30px;
  }
  .product_box {
    border: #cccccc solid 1px;
    padding: 15px;
    margin-bottom: 10px;
    /*opacity: 0;
    transition: all 2s;*/
  }
  .product_box h3 {
    font-size: 1em;
    font-weight: bold;
    color: #3b65a2;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .product_box_flex {
    display: block;
    justify-content: space-between;
    gap: 5%;
  }
  .product_box_flex div {
    width: 100%;
  }
  .product_box_flex p {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .product_box_flex_in {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .product_box_flex_in > img {
    width: 40%;
    align-self: flex-start; /*画像を伸ばさない設定*/
  }
  .list {
    margin-bottom: 50px;
  }
  .list li {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0;
    font-weight: 100;
    font-size: 75%;
  }
  #link_area {
    text-align: center;
  }
  .link_area a {
    display: inline-block;
    background: #3b65a2;
    margin: 20px auto 30px auto;
    color: #fff;
    padding: 0.5em 1.5em;
    text-align: center;
    border-radius: 50px;
    transition: all 0.5s;
    font-size: 110% !important;
  }
  .link_area a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
  }
  .link_area a:hover {
    background: #5b8ebe;
  }
  .list_flex {
    width: 100%;
    margin-bottom: 50px;
  }
  .list_flex li {
    width: 49%;
    margin-bottom: 5px;
    font-size: 90%;
  }
  .list_flex li a {
    padding: 10px 0;
  }
	
	
	
	
  /*メーカー**********************************/
  .maker_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .maker_flex:last-of-type {
    margin-bottom: 30px;
  }
  .maker_flex > li {
    width: 48%;
    margin-bottom: 3%;
  }
  .maker_flex li img {
    width: 100%;
  }
  .maker_flex li a {
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .maker_flex li a {
    display: flex;
  }
  .maker p {
    margin: 20px 0 10px 0;
    background: #eef3f8;
    padding: 0.3em 0 0.3em 1em;
    font-weight: bold;
    font-size: 80%;
    color: #3b65a2;
  }
  .maker_flex li a:hover {
    border: 1px solid #3b65a2;
  }
  .top_map {
    height: 300px;
  }
  .maker p {
    font-size: 120% !important;
  }
  .omoi_flex {
    margin-bottom: 50px;
  }
  .omoi_flex img {
    margin-bottom: 20px;
  }
  .omoi_flex p {
    text-align: justify;
    line-height: 2;
    color: #3b65a2;
    font-weight: 500;
  }
  .motomeru {
    background: #eef3f8;
    text-align: center;
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .motomeru li {
    margin-bottom: 30px;
  }
  .motomeru li:last-of-type {
    margin-bottom: 0;
  }
  .motomeru li p:first-of-type {
    color: #3b65a2;
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1;
  }
  .motomeru li p span {
    color: #3b65a2;
    font-size: 70% !important;
    font-weight: bold;
  }
  .motomeru li p:last-of-type {
    margin-top: 10px;
  }
  .recruit_sengen {
    font-weight: 500;
    font-size: 120% !important;
    color: #3b65a2;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .motomeru_flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .motomeru_flex p {
    line-height: 2;
  }
  .motomeru_flex img {
    margin-bottom: 20px;
  }
  .order1 {
    order: 1;
  }
  .president_name {
    text-align: right !important;
    font-weight: 500;
  }
  /*個人のお客様*****************************************/
  .kojin_text p:first-child {
    color: #ffd400;
    margin-bottom: 10px;
    font-size: 110% !important;
	font-weight: bold;
  }
  .kojin_text p {
    text-align: left;
  }
  .kojin_text {
    margin: 30px 0 40px 0;
  }
  .kojin_flex {
    display: flex;
    flex-direction: column;
    margin: 0px auto 30px auto;
  }
  .kojin_flex ul li {
    font-size: 100%;
    margin-bottom: 8px;
  }
  .kojin_flex ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f058";
    margin-right: 10px;
    color: #ffd400;
  }
  .kojin_flex ul li:last-of-type {
    margin-bottom: 0;
  }
  .flex-item2 {
    margin: auto;
    text-align: center;
  }
  .kojin_flex .flex-item1 {
    order: 1;
  }
  .kojin_flex .flex-item2 {
    order: 0;
  }
  .kojin_flex img {
    width: 100%!important;
    object-fit: cover;
	  margin-bottom: 20px;
  }
  .yellow_area {
    display: flex;
    flex-direction: column;
    margin: auto;
    background: #fffbe5;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.5 !important;
  }
  .yellow_tel {
    font-size: 200% !important;
    letter-spacing: 3px;
    font-weight: bold;
    color: #ffd400;
	  text-align: center;
	  line-height: 1!important;
	  padding-bottom: 10px;
  }
  .yellow_tel a{
	  color: #ffd400;
	}
  .yellow_tel::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f098";
    margin-right: 5px;
    color: #ffd400;
  }
  .yellow_area p {
    line-height: 1.8;
  }
  .kojin_map {
    height: 300px;
	  margin-top: 20px;
  }
  .three_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .three_flex > div {
    width: 31%;
  }
  .three_flex img {
    width: 100%;
    transition: all 0.5s;
  }
  .three_flex a:hover {
    opacity: 0.7;
  }
  .three_flex p {
    margin-top: 5px;
    text-align: left !important;
  }
  .three_flex p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    color: #ccc;
  }
  .mt_120 {
    margin-top: 50px;
  }
  .m_area {
    margin-bottom: 50px;
  }
  /*サイトマップ*/
  .sitemap li a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 1em 0;
    transition: all 0.5s;
	  font-size: 80%;
  }
  .sitemap li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    color: #ccc;
  }
  .sitemap li a:hover {
    color: #3b65a2;
  }
  /*お知らせ・新着情報*/
  .info_box {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
	  text-align: justify;
  }
  .info_box h3 {
    font-size: 110%;
    font-weight: 500;
    color: #3b65a2;
    background: #eef3f8;
    padding: 0.5em;
    margin-bottom: 10px;
	  line-height: 1;
	  vertical-align:middle;
  }
  .info_box p.date {
    margin-bottom: 0px;
    font-size: 80%!important;
    color: #3b65a2;
    font-weight: 500;
  }
  .info_box p:last-of-type {
    line-height: 1.8;
  }
  /*お問い合わせ*/
  .contact_table {
    width: 100%;
    margin-bottom: 20px;
	  font-size: 80%;
  }
  .contact_table th {
    padding: 1em 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    background: #f8f9fb;
    width: 25% !important;
  }
  .contact_table td {
    padding: 1em 0 1em 1em;
    border-bottom: 1px solid #ccc;
    width: 75% !important;
  }
  .contact_table th:first-of-type, .contact_table td:first-of-type {
    border-top: 1px solid #ccc;
  }
  .hisu {
    color: red;
    font-size: 80%;
  }
  .waku {
    padding: 0.2em 0.5em;
    line-height: 1;
    width: 80%;
  }
  .button {
    width: 100%;
    padding: 1em 0;
    margin-top: 20px;
    font-size: 150%;
    border: none;
    background: #3b65a2;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s;
  }
  .button:hover {
    background: #5b8ebe;
  }
	
  .serif {
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #3b65a2;
    font-size: 100%;
  }
  .lower-box01 {
    margin-bottom: 20px;
  }
  .lower-box01 ul {
    margin-top: 20px;
  }
  .lower-box01 ul li {
    margin-bottom: 0.5em;
	  font-size: 80%;
  }
	
	
	
	
	
  /*フッター*/
  #footer {
    font-size: 80%;
	background: #fff;
  }
  .footer_area {
    background: #3b65a2;
    padding: 30px 0;
  }
  #footer .foot_logo img {
    max-width: 200px;
    margin-bottom: 10px;
  }
  .footer_in {
    width: 90%;
    margin: auto;
    display: block;
  }
  .foot_tel p:last-child {
    font-weight: bold;
    font-size: 20px !important;
    letter-spacing: 2px;
    color: #fff;
  }
  .foot_tel p:last-child::before {
    margin-right: 5px;
  }
  .foot_tel p a {
    color: #fff;
  }
  .footer_ul {
    display: none;
  }
  #footer .end_ui {
    /*display: none;*/
	  letter-spacing: -1px;
  }
  .end_flex {
    padding: 0 !important;
	  display: block;
	  margin-top: 10px;
  }
.end_ui li::before {
  margin-right: 3px;
}
  #footer p.copy {
    width: 100%;
    margin: auto;
    color: #595959;
    padding: 10px 0;
    background: #ffff;
  }
}

@media screen and (max-width: 450px) {
	.spnone450{
		display: none;
	}
	
  .three_flex {
    display: flex;
	  flex-direction: column;
    margin-bottom: 10px;
  }
  .three_flex > div {
    width: 100%;
	  margin-bottom: 20px;
  }
  .three_flex img a{
    width: 100%;
    transition: all 0.5s;
  }
  .three_flex a:hover {
    opacity: 0.7;
  }
  .three_flex p {
    margin-top: 5px;
    text-align: left !important;
  }
  .three_flex p::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 5px;
    color: #ccc;
  }
}


