@charset "utf-8";
p {
  font-size: 1.1rem;
  line-height: 2;
}
section {
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
header {
  padding: 0;
}
footer {
  margin: 0;
  height: auto;
}
/*main fullimg-------------------------------*/
.main {
  height: 100%;
  width: 100%;
}
/*main fullimg-------------------------------*/
/* header-block-------------------------------*/
.header-block {
  width: 100%;
}
.header-block .headTitle span {
  border-bottom: #7F5F01 0.5px solid;
  padding-bottom: 5px;
}
.conte-block {
  position: relative;
  width: 100%;
}
.conte-block #txt {
  position: absolute;
  right: 15%;
  top: 5%;
  z-index: 10;
}
.conte-block #txt img {
  max-width: 408px;
  width: 100%;
  height: auto;
}
.header-block .headTitle img {
  max-width: 770px;
  width: 100%;
  height: auto;
}
.header-block .headTitle2 img {
  max-width: 1082px;
  width: 100%;
  height: auto;
}
.conte-block #txt2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.conte-block #txt2 img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}
.voice-column {
  background-color: #fff !important;
  height: 950px !important;
}
/* header-block-------------------------------*/
.botan {
  position: relative;
  width: 100%;
  margin: 40px 0 60px 0;
}
@media screen and (min-width: 1161px) {
  .toggle2 {
    display: none;
  }
  .global_nav, #togglemenu_in {
    display: none;
  }
  /*hader-------------------------------*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    transition: .3s;
    height: 95px;
  background: rgba(255, 255, 255, 0.7); /* 半透明の白 */
  backdrop-filter: blur(10px); /* 背景をぼかす */
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03); /* ぼかしを強めて自然な影 */
  }
  header .inn .logo img {
    max-width: 200px;
    height: auto;
    transition: .3s;
    z-index: 101;
  }
  header h1 {
    color: #fff;
    transition: .3s;
  }
  .header {}
  .header .inn {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .header .inn .logo {
    position: absolute;
    top: 5px;
    left: 15px;
  }

/*::::botan*:::::::::::::::::::::::::::::::*/
  .header .head_bt {
    transition: .3s;
    position: absolute;
    width: 125px;
    text-align: center;
    top: 10px;
    background: #F5A89C;
    padding: 10px 0px 20px 0px;
    color: #fff;
    right: 261px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1.2 !important;
	  font-weight: bold;
  }
  .header .head_bt a {
    line-height: 1.2 !important;
  }
  .header .head_bt svg {
    margin: auto;
    display: block;
    width: 20px; /* 必要なサイズ */
    height: 20px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	  margin-bottom: 5px;
  }
  .header .head_bt2 {
    transition: .3s;
    position: absolute;
    text-align: center;
    width: 112px;
    top: 10px;
    background: #94CBB1;
    padding: 13px 0px 20px 0px;
    color: #fff;
    right: 135px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 0.9rem;
	  font-weight: bold;
  }
  .header .head_bt2 svg {
    margin: auto;
    display: block;
    width: 25px; /* 必要なサイズ */
    height: 18px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	  margin-bottom: 5px;
  }
  .header .head_bt3 {
    transition: .3s;
    position: absolute;
    text-align: center;
    width: 112px;
    top: 10px;
    background: #94CBB1;
    padding: 10px 0px 20px 0px;
    color: #fff;
    right: 10px;
    height: 75px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1.2 !important;
	  font-weight: bold;
  }

  .header .head_bt3 a {
    line-height: 1.2 !important;
  }
  .header .head_bt3 svg {
    margin: auto;
    display: block;
    width: 22px; /* 必要なサイズ */
    height: 22px;
    fill: white; /* 塗りつぶしを白に */
    stroke: white; /* 線も白に */
    stroke-width: 2px; /* 線の太さを適宜調整 */
	  margin-bottom: 4px;
  }

  .is-animation .inn .head_bt, .is-animation .inn .head_bt2, .is-animation .inn .head_bt3 {
    transition: .3s;
    height: 80px;
    padding-top: 15px;
    top: 0px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
	z-index: 10000!important;
  }
/*::::botan*:::::::::::::::::::::::::::::::*/
  .menunav {
    margin-left: auto;
    margin-right: 380px;
    display: block;
    width: 630px;
    padding-top: 15px;
    box-sizing: border-box;
    height: 90px;
  }
  #gnav > ul {
    display: table;
    padding-left: 50px;
  }
  #gnav > ul > li {
    display: table-cell;
    margin-right: 2em;
    font-weight: bold;
  }
  #gnav > ul > li:hover {
    color: #EF9486;
  }
  #gnav > ul > li:hover > a {
    color: #EF9486;
  }
  #gnav > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
  }
  #gnav > ul > li > a {
    display: block;
    height: 30px;
    padding: 20px 25px 25px 25px;
    transition: all .2s ease-in;
    transition: .3s;
  }
  #gnav > ul .menu {
    transition: all .2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    right: 0;
    text-align: center;
    position: absolute;
    /*background-color: #f8f3f1;*/
    background: rgba(6, 40, 81, 0.9);
    z-index: 1000;
  }
  #gnav > ul .menu .menu_inner {
    padding: 30px 0 0 20px;
  }
  #gnav > ul .menu a {
    color: #fff;
  }
  .is-animation {
    height: 70px;
  }
  .is-animation h1 {
    color: #000;
  }
  .is-animation .inn .logo img {
    max-width: 180px;
    height: auto;
    top: -15px;
    margin-top: -7px;
  }
  .is-animation #gnav > ul > li > a {
    padding: 10px 25px 12px 25px;
  }

  /*menulist-------------------------------*/
  #gnav > ul .menu .menubox {
    clear: both;
  }
  #gnav > ul .menu .menubox hr {
    margin: 0px 20px 20px 20px;
    width: 910px;
    display: block;
    height: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #bbb;
  }
  #gnav > ul .menu .menu_inner h3 {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    width: 910px;
    display: block;
    text-align: left;
    color: #666;
    padding-left: 10px;
    border-radius: 2px;
    border-bottom: #ddd 2px solid;
    font-weight: bold;
  }
  #gnav > ul .menu .menu_inner li {
    display: inline-block;
    margin: 0px 20px 20px 20px;
    width: 200px;
    float: left;
  }
  #gnav > ul .menu .menu_inner img {
    display: block;
    float: left;
    width: 70px;
    height: auto;
    padding-right: 20px;
  }
  #gnav > ul .menu .menu_inner .p_name {
    font-size: 15px;
    line-height: 100%;
    text-align: left;
    display: block;
    width: 110px;
    float: left;
    padding: 10px 0 0 0;
  }
  #gnav > ul .menu .menu_inner .p_kakaku {
    text-align: left;
    display: block;
    width: 110px;
    float: left;
  }
  #gnav > ul .menu .menu_inner .sub img {
    display: block;
    float: left;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
  }
  #gnav > ul .menu .menu_inner .option {
    height: 70px;
    width: auto;
  }
  /*hader-------------------------------*/
  /* header-block-------------------------------*/
  .header-block {
    padding: 40px 0;
  }
  .header-block .headTitle {
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  .header-block .subTitle {
    font-size: 15px;
  }
  .box-title01 {
    margin: 80px auto 30px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 28px;
    letter-spacing: 7px;
    line-height: 1.6
  }
  .box-title0-mgt {
    margin: 60px auto 30px auto;
  }
  .box-title-read01 {
    margin: 30px auto 30px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.6
  }
  .box-title02 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 28px;
    letter-spacing: 7px;
    line-height: 1.5
  }
  .box-title02-sub {
    margin: 0 auto 20px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.6
  }
  .box-waku {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    border: #004178 2px solid;
  }
  .box-title-read02 {
    margin: 20px auto 10px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 1.6
  }
  .sec1 {
    height: 1100px;
  }
  .sec2 {
    height: 1000px;
  }
  /* header-block-------------------------------*/
  /* bg-img-box-bgImg-------------------------------*/
  .bg-img-box-bgImg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  /* bg-img-box-bgImg-------------------------------*/
  .pcnon {
    display: none;
  }
  .wrap {
    width: 980px;
    margin: auto;
    position: relative;
  }
  footer {
    text-align: center;
  }
  footer .copy {
    padding: 20px 0 20px 0;
    clear: both;
  }
}
/* bg-img-box-------------------------------*/
@media screen and (min-width: 1161px) {
  .bg-img-box-header .box-title {
    letter-spacing: .2rem;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    width: 70%;
    margin: auto;
  }
  .bg-img-box-header .box-title-read {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 20px;
  }
  .bg-img-box-header .box-read {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .a1column {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
  }
  .a11column {
    width: 100%;
    height: 500px;
    display: block;
    position: relative;
  }
  .a2column {
    width: 50%;
    height: 500px;
    display: block;
    position: relative;
    float: left;
  }
  .a2-right {
    float: right !important;
  }
  .a3column {
    width: 33.333333333%;
    position: relative;
    height: 400px;
    display: block;
    float: left;
  }
  /*product　コンテンツ*********************************/
  .product-column {
    width: 100%;
    height: 750px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .product-column .slide {
    width: 960px;
    margin: 60px auto 0 auto;
  }
  .product-column .pr_list {
    width: 300px;
    height: 300px;
    display: block;
    float: left;
  }
  .product-column .pr_list img {
    width: 270px;
    height: auto;
  }
  .product-column h3 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 1.6rem;
    color: #FFFFFF;
    padding-top: 30px;
    margin: 0;
  }
  .product-column .sen {
    margin: auto;
    display: block;
    width: 80%;
    border-top: #fff 1px solid;
    padding-bottom: 10px;
  }
  /*product　コンテンツ*********************************/
  /*ranking　コンテンツ*********************************/
  .ranking-column {
    margin: auto 0 auto auto;
    width: 90%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .ranking-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .ranking-column .slide .pr_list {
    width: 400px;
    height: 600px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .ranking-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }
  .ranking-column .slide .pr_list .rank {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .ranking-column .slide .pr_list .rank img {
    width: 40px;
    height: auto;
    margin: auto;
  }
  .ranking-column .slide .pr_list .img {
    width: 400px;
    height: 300px;
  }
  .ranking-column .slide .pr_list img {
    width: 400px;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }
  .ranking-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }
  .ranking-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 20px 0px 20px;
    margin: 0;
  }
  .ranking-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }
  .ranking-column .slide p {
    text-align: left;
    padding: 15px 20px 0px 20px;
  }
  .ranking-column .kakaku {
    font-size: 24px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  /*ranking　コンテンツ*********************************/
  /*list　コンテンツ*********************************/
  .list-column {
    margin: auto auto;
    width: 100%;
    max-width: 1400px;
    display: block;
    position: relative;
  }
  .list-column .list3 {
    float: left;
  }
  .list-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .list-column .slide .pr_list {
    width: 100%;
    height: 600px;
    display: block;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
  }
  .list-column .slide .pr_list:hover {
    background-color: #074076;
    color: #fff !important;
  }
  .list-column .slide .pr_list .img {
    width: 100%;
    height: auto;
  }
  .list-column .slide .pr_list img {
    width: 100%;
    height: auto;
    margin: auto;
    opacity: 1 !important;
  }
  .list-column .slide .pr_list img:hover {
    opacity: 1 !important;
  }
  .list-column .slide h4 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 30px 20px 0px 20px;
    margin: 0;
  }
  .list-column .slide p {
    text-align: left;
    padding: 15px 20px 0px 20px;
  }
  /*list　コンテンツ*********************************/
  /*column　コンテンツ*********************************/
  .column-column {
    width: 100%;
    height: 850px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .column-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .column-column .slide .pr_list {
    width: 300px;
    height: 520px;
    display: block;
    float: left;
  }
  .column-column .slide .pr_list .img {
    width: 300px;
    height: 300px;
  }
  .column-column .slide .pr_list img {
    width: 280px;
    height: auto;
    margin: auto;
  }
  .column-column .slide h4 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 5px;
  }
  .column-column .slide .sen {
    margin: auto;
    display: block;
    width: 100%;
    border-top: #ccc 1px solid;
    padding-bottom: 10px;
  }
  .column-column .slide p {
    text-align: left;
    padding: 0px 0 10px 0;
  }
  /*column　コンテンツ*********************************/
  /*flow　コンテンツ*********************************/
  .flow-column {
    width: 100%;
    height: 1150px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .flow-column h3 {
    font-size: 20px;
    padding: 30px 0 0 0;
    line-height: 2.5;
  }
  .three-conte-column {
    padding: 80px 0 30px 0;
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .three-conte-column .maru-box {
    width: 33.3333333333%;
    float: left;
    text-align: center;
  }
  .three-conte-column .maru-box img {
    width: 250px;
    height: auto;
  }
  .three-conte-column .maru-box .box-title {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0 0 0;
  }
  .three-conte-column .maru-box .box-title-jp {
    max-width: 250px;
    text-align: left;
    font-size: 16px;
    padding: 15px 0 0 0;
    margin: auto;
  }
  /*flow　コンテンツ*********************************/
  /*insta　コンテンツ*********************************/
  .insta-column {
    width: 100%;
    height: 750px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .insta-column .insta {
    padding: 30px 0 30px 0;
  }
  .insta-column .insta ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .insta-column .insta ul li {
    width: 16.666666666%;
    float: left;
    text-align: left;
  }
  .insta-column .insta ul li img {
    height: auto;
    width: 100%;
  }
  /*insta　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .news-column {
    max-width: 800px;
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .news-column .news {
    padding: 30px 0 30px 0;
  }
  .news-column .news ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .news-column .news ul li {
    width: 100%;
    height: auto;
    text-align: left;
    border-top: #004178 1px solid;
    border-bottom: #004178 1px solid;
    margin-bottom: 20px;
  }
  .news-column .news ul li a, .news-column .news ul li span {
    display: block;
  }
  .news-column .news ul li span.date {
    float: left;
    width: 9em;
    border-right: #004178 1px solid;
    padding: 10px 0 10px 1em;
    height: auto;
    background-color: #e8ecf3;
  }
  .news-column .news ul li span.title {
    padding: 10px 0 10px 11em;
    height: auto;
  }
  /*news　コンテンツ*********************************/
  /*foot　コンテンツ*********************************/
  footer {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 80px 0;
  }
  .footlogo {
    font-size: 24px;
    font-weight: bold;
  }
  .ft-list .address {
    margin-bottom: 20px;
  }
  .ft-01 .txt {
    margin: 0px 0 0px 20px;
    line-height: 50px;
  }
  .ft-01 .freedial {
    margin: 30px 0 0px 20px;
  }
  .ft-bana {
    max-width: 1140px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    margin: auto;
  }
  .ft-bana .bana {
    width: 220px;
    height: 30px;
    display: block;
    position: relative;
    padding: 20px 20px 20px 100px;
    background-color: #fff;
    float: left;
    margin: 20px;
    font-size: 22px;
    text-align: left;
  }
  .ft-bana .bana .icon {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .ft-bana .bana img {
    position: absolute;
    width: 160px;
    height: auto;
    top: 5px;
    left: 100px;
  }
  .ft-bana .bana .icon img {
    width: 50px;
    height: auto;
    top: 0px;
    left: 0px;
  }
  .ft-sitemap {
    max-width: 1400px;
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: auto;
  }
  .ft-sitemap .ft-list {
    width: 25%;
    float: left;
    text-align: left;
  }
  .ft-sitemap .ft-list1 {
    width: 33.3%;
  }
  .ft-sitemap .ft-list2 {
    padding-top: 52px;
    width: 33.3%;
  }
  .ft-sitemap .ft-list3 {
    width: 17%;
  }
  .ft-sitemap .ft-list h5 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0;
  }
  .ft-sitemap .ft-list ul li {
    width: 100%;
    height: 20px;
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
  }
  .copyright {
    position: relative;
    max-width: 1400px;
    width: 90%;
    font-size: 12px;
    width: 100%;
    padding: 20px 0 40px 0;
    height: 20px;
  }
  .copyright .list {
    position: absolute;
    display: block;
    right: 10px;
    text-align: left;
  }
  .copyright .list li {
    display: block;
    float: left;
    padding: 2px 20px;
    border-left: 1px solid #ccc;
    text-align: left;
  }
  .copyright .list li:last-child {
    border-right: 1px solid #ccc;
  }
  .copyright .copytxt {
    position: absolute;
    display: block;
    left: 10px;
    text-align: right;
  }
  /*foot　コンテンツ*********************************/
  /*サブ　コンテンツ******************************************************************/
  /*news　コンテンツ*********************************/
  .sub-head {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
  }
  .sub-head2 {
    margin-top: 60px;
    width: 100%;
    height: 200px;
    background-image: url(../../images/midashi_bak.jpg);
    background-size: cover;
    color: #fff;
  }
  .subhead-box {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .subhead-box2 {
    max-width: 1200px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
  }
  .sub-head2 h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    display: block;
    position: relative;
    padding-top: 75px;
    padding-left: 20px;
  }
  .sub-head3 {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
  }
  .sub-head3 ul {
    padding: 20px 0 0 0;
    margin: 0;
    list-style-type: none;
  }
  .sub-head3 ul li {
    padding: 0 0 0 20px;
    margin: 0 0 0 30px;
    position: relative;
    float: left;
  }
  /*news　コンテンツ*********************************/
  /*title　コンテンツ*********************************/
  .title-column {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 50px 0;
  }
  .headTitle span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 500px;
  }
  .headTitle2 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 90%;
  }
  .headTitle22 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    width: 100%;
  }
  .midasi-sen {
    border-bottom: #7F5F01 0.5px solid;
  }
  .midasi-sen span {
    width: 99%;
    border-bottom: 0 !important;
    border-left: #004DA0 5px solid;
    margin-bottom: 10px;
    padding: 5px 0px 5px 1%;
  }
  /*
.title-block{
	padding:80px 0 50px 0;
	}
*/
  /*文字サイズ*********************************/
  .title-column .headTitle {
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  .title-column .headTitle2 {
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  .headTitle22 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .title-column .subTitle {
    padding-top: 10px;
    font-size: 20px;
  }
  .sub-h3 {
    padding-top: 50px;
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h4 {
    font-size: 23px;
    line-height: 1.8;
    font-weight: bold;
  }
  .sub-h5 {
    font-size: 22px;
    line-height: 2;
  }
  .sub-h6 {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
  }
  .sub-h7 {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
  }
  /*幅高さ*********************************/
  .height800 {
    height: 800px !important;
  }
  .height700 {
    height: 700px !important;
  }
  .height600 {
    height: 600px !important;
  }
  /*コンテンツ*********************************/
  .a1column-txt {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 10%;
  }
  .botan-column {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 80px 0 100px 0;
  }
  .img4 {
    width: 100%;
  }
  .img4 img {
    width: 25%;
    float: left;
    height: auto;
  }
  .shohin-list-1 {
    width: 47%;
    padding: 0 3% 0 0;
    float: left;
    text-align: left;
  }
  .shohin-list-2 {
    width: 50%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list2-1 {
    width: 30%;
    padding: 0 5% 0 0;
    float: left;
    text-align: left;
  }
  .list2-2 {
    width: 65%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list22-1 {
    width: 20%;
    padding: 0 2% 0 0;
    float: left;
    text-align: left;
  }
  .list22-2 {
    width: 78%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list2-1 img, .list2-2 img, .list22-1 img, .list22-2 img, .shohin-list-1 img {
    width: 100%;
    height: auto;
  }
  .list img {
    width: 100%;
    height: auto;
  }
  .list2 {
    width: 47%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list2 img {
    width: 100%;
    height: auto;
  }
  .list3 {
    width: 30%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list3 img {
    width: 100%;
    height: auto;
  }
  .list3-2 {
    width: 30%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list3-2 img {
    width: 100%;
    height: auto;
  }
  .youtube {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
  }
  .youtube iframe {
    padding: 50px 0 50px 0;
    width: 100%;
  }
  .cont1200-2 {
    max-width: 1200px;
    padding: 30px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    background: #F8F3F1;
  }
  .herf-img img {
    width: 50%;
    height: auto;
    float: left;
  }
  .qa {
    max-width: 1000px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    clear: both;
    text-align: left;
  }
  .qa .qa_sec {
    margin: 70px 0 0 0;
  }
  .qa img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .hyo dt {
    width: 25%;
    border-bottom: 2px solid #000;
    padding: 30px 0 30px 5%;
  }
  .hyo dd {
    width: 65%;
    border-bottom: 2px solid #cccccc;
    padding: 30px 0 30px 5%;
  }
  .gmap {
    width: 100%;
    height: 500px;
  }
  .gmap iframe {
    width: 100%;
    height: 500px;
  }
  .shohin-list-2 .kakaku {
    font-size: 24px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .gazolist {
    width: 100%;
  }
  .gazolist .pad {
    padding-left: 5%;
  }
  .gazolist .list {
    width: 30%;
    height: 100%;
    float: left;
  }
  .gazolist .list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  /*title　コンテンツ*********************************/
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  .form dt {
    width: 20%;
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 2%;
    line-height: 80px;
    position: relative;
  }
  .form dd {
    width: 70%;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 20px 5%;
  }
  .form .address {
    height: 200px;
  }
  .form .address input {
    width: 500px;
  }
  .form .naiyo1 {
    height: 250px;
  }
  .form .naiyo2 {
    height: 250px;
  }
  .main-1txt {
    position: absolute;
    top: 20%;
    left: 8%;
    width: 260px;
    height: auto;
  }
  .main-2txt {
    position: absolute;
    top: 30%;
    left: 8%;
    width: 400px;
    height: auto;
  }
  .main-3txt {
    position: absolute;
    top: 55%;
    left: 8%;
    width: 200px;
    height: auto;
  }
  .main-4txt {
    position: absolute;
    top: 15%;
    right: 8%;
    width: 330px;
    height: auto;
  }
  .main-5txt {
    position: absolute;
    top: 18%;
    left: 5%;
    width: 330px;
    height: auto;
  }
  .main-6txt {
    position: absolute;
    bottom: 7%;
    right: 3%;
    width: 200px;
    height: auto;
  }
  /*TOPアニメーションバナー*********************************/
  .abana-box {
    display: block;
    position: relative;
    height: 500px;
  }
  .abana-1 {
    width: 800px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
  }
  .abana-2 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 100px;
    z-index: 1;
  }
  .abana-3 {
    width: 800px;
    height: 400px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -200px;
  }
  .abana-4 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -650px;
    z-index: 1;
  }
  .sub-abana-box {
    display: block;
    position: relative;
    height: 360px;
    margin-top: 65px;
  }
  .sub-abana-box-haikei {
    display: block;
    position: absolute;
    height: 360px;
    width: 100%;
    background-color: #004178;
  }
  .sub-abana {
    width: 600px;
    height: 360px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -650px;
    margin-top: 30px;
  }
  .sub-abana-2 {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: 100px;
    z-index: 1;
    color: #fff;
  }
  .sub-abana-2 .box-title02 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
  }
  .sub-abana-2 .box-title02-sub {
    text-align: center;
    font-size: 18px;
  }
  /*フッターコンテンツ*********************************/
  .contact-section {
    width: 100%;
    background-image: url(../../images/bak.jpg);
    background-size: cover;
    color: #FFFFFF;
    padding: 0;
  }
  .contact-column {
    max-width: 700px;
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .contact-column .under {
    max-width: 400px;
    margin: auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
  }
  .contact-column .list2 {
    text-align: center;
  }
  .contact-column .tel, .contact-column .fax {
    font-size: 34px;
    font-weight: bold;
    margin-top: 5px;
  }
  .contact-column .tel img {
    height: 40px !important;
    width: auto;
    margin: 0px 5px 0 0;
    vertical-align: middle
  }
  .contact-column .fax img {
    height: 40px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }
  .contact-column .mail img {
    height: 30px !important;
    width: auto;
    margin: 0px 8px 0 0;
    vertical-align: middle
  }
  .contact-column .contactbt {
    height: 40px !important;
    width: auto !important;
  }
  .contact-column .header-block {
    height: 90px !important;
    margin-top: 0 !important;
    padding: 20px 0 20px 0;
  }
  .contact-column .headTitle {
    margin-top: 0 !important;
    font-size: 30px;
  }
  /*TOP2カラム::::::*/
  .top-2col-midashi {
    position: relative;
    padding: 10px 0;
    margin: -30px auto 30px auto;
    display: block;
    width: 80%;
    background-color: #004178;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 1.8;
    font-weight: bold;
    z-index: 2;
  }
}