@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    padding-bottom: 0px;
  }
  p {
    line-height: 1.5;
  }
  .button {
    font-size: 16px;
  }
    
    .header .head_bt,.header .head_bt2,.header .head_bt3{
        display: none;
    }
  
  header .logo {
  background-color: #fff;
  height: auto;
margin-left: 0px;
    padding: 10px 10px;
      width: calc(100% - 20px);
      font-size: 20px;
  }

  .menunav {
    display: none;
  }
  #mainslide {
      margin-top: 40px;
    padding:50px 0;
  }
    .sp-slide{
     border:10px solid #448eb7;
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2);
      
    }
  .txt-center-must {
    text-align: center !important;
  }
  /*hader-------------------------------*/
  .header .head_bt, .header .head_bt2, .header .head_contact, .header .head_corp {
    display: none;
  }
  .header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0px;
    z-index: 10;
  }
  .header .inn {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .header .logo {
    position: absolute;
    top: 0px;
    left: 0px;
  }

    /*hader-------------------------------*/
  /* sp-menu-------------------------------*/
  .toggle2 {
    position: fixed; /* bodyに対しての絶対位置指定 */
    right: 5px;
    top: 5px;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2000;
  }
  .toggle2 span {
    display: block;
    position: absolute; /* .toggleに対して */
    width: 70%;
    border-bottom: solid 1px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    padding-top: 5px;
    right: 7px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  }
  .toggle2 span:nth-child(1) {
    top: 3px;
  }
  .toggle2 span:nth-child(2) {
    top: 13px;
  }
  .toggle2 span:nth-child(3) {
    top: 23px;
  }
  .toggle2 span:nth-child(4) {
    border: none;
    top: 28px;
    left: 5px;
    font-size: 12px;
    font-weight: bold;
  }
  /* 最初のspanをマイナス45度に */
  .toggle2.active span:nth-child(1) {
    top: 15px;
    left: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #eee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  }
  /* 2番目と3番目のspanを45度に */
  .toggle2.active span:nth-child(2), .toggle2.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #eee;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  }
  /* .global_nav */
  .global_nav {
    position: fixed;
    text-align: center;
    color: #000;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -2;
    background:#448eb7;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    transform: translateY(-100%);
    padding: 30px 0px 0px 0px;
  }
  .global_nav .nav_li {
    width: 86%;
    padding: 10px 0 10px 0;
    margin: 0 7% 0 7%;
    list-style-type: none;
    text-align: center;
    position: relative;
    font-size: 18px;
  }
  .global_nav .nav2_li {
    position: relative;
  }
  .global_nav ul {
    margin: 0 0 30px 0;
  }
  .global_nav .logo {
    width: 200px;
    margin: 0px auto 20px auto;
  }
  .global_nav .logo{
      padding-top: 10px;
      color: #fff;
      font-size: 2rem;
    width: 100%;
    height: auto;
  }
  .global_nav .logo a{
      color: #fff;
  }
  .global_nav .siryo {
    display: block;
    width: 90%;
    border: 1px solid #fff;
    margin: 5px 5% 20px 5%;
    padding: 4% 0;
    float: left;
    font-size: 18px;
  }
  .global_nav .siryo a {
    color: #FFFFFF;
  }
  .global_nav .siryo img {
    width: 30px;
    height: auto;
    padding-right: 10px;
  }
  .global_nav .mise {
    display: block;
    width: 90%;
    border: 1px solid #fff;
    margin: 5px 5% 20px 5%;
    padding: 4% 0;
    float: left;
    font-size: 18px;
  }
  .global_nav .mise a {
    color: #FFFFFF;
  }
  .global_nav .mise img {
    width: 15px;
    height: auto;
    padding-right: 10px;
  }
  .global_nav .sns {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .global_nav .sns img {
    width: auto;
    height: 24px;
    padding: 30px 10px 30px 10px;
  }
  .global_nav .privacy {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 40px;
  }
  /* 1階層 */
  .global_nav .nav_li {
    display: block;
  }
  .global_nav .nav_li a {
    display: block;
    color: #fff;
    padding: 2px 0 10px 0;
    margin: 0;
  }
  .global_nav .nav_li .menu_inner {
    display: block;
    padding: 0;
    margin: 0;
  }
  .global_nav .nav_li .menu_inner ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  .global_nav .nav_li .menu_inner li {
    font-size: 14px;
    display: block;
    color: #fff;
    margin: 7px 0 7px 0;
    padding: 0;
  }
  .global_nav .nav_li .menu_inner li a {
    margin: 0 0 0 10px;
    display: block;
  }
  .global_nav .nav_li .list {
    display: block;
  }
  /* 2階層 */
  .global_nav .nav2_li a {
    display: block;
    color: #fff;
    /*padding:5px 0 5px 5px;*/
  }
  .global_nav .nav2_li .list2 {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 7px 0 7px 10px;
    border-bottom: 1px dotted #999;
  }
  .global_nav .nav2_li .menu_inner {
    display: block;
    color: #fff;
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner ul {
    padding: 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner li {
    width: 50%;
    float: left;
    padding: 10px 0 10px 0;
    margin: 0;
  }
  .global_nav .nav2_li .menu_inner li a {
    margin: 0 0 0 0px;
  }
  .global_nav .nav2_li .menu_inner li .pr_txt {
    text-align: left;
    display: block;
    float: left;
  }
  .global_nav .nav2_li .menu_inner li .p_name {
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    display: block;
    padding: 4px 0 0 0;
  }
  .global_nav .nav2_li .menu_inner li .p_kakaku {
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    display: block;
    padding: 4px 0 0 0;
  }
  .global_nav .nav2_li .menu_inner li img {
    float: left;
    width: 60px;
    height: auto;
    padding-right: 10px;
  }
  .global_nav .nav_li .menu_inner .nav2_li {
    border-bottom: 0px;
  }
  .global_nav .option {
    display: block;
    width: 93%;
    color: #FFFFFF;
    border: 1px solid #999;
    margin: 20px auto 30px auto;
    padding: 3%;
    line-height: 35px;
  }
  .global_nav .option img {
    width: 100px;
    height: auto;
    padding-right: 10px;
  }
  /* .global_navに.activeが追加 */
  .global_nav.active {
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 1000;
    background:#448eb7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow: auto;
  }
  .togglemenu {
    cursor: pointer;
  }
  .togglemenu_in {
    display: none;
  }
  .togglemenu_in2 {
    display: none;
  }
  .togglemenu a {
    position: relative;
    color: #fff;
  }
  .toggle_icon, .toggle_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .toggle_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 10px;
  }
  .toggle_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .toggle_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .toggle_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .toggle_icon.active span:nth-of-type(1) {
    display: none;
  }
  .toggle_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /* sp-menu-------------------------------*/
  .toggle_icon2, .toggle_icon2 span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .toggle_icon2 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 20px;
  }
  .toggle_icon2 span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .toggle_icon2 span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .toggle_icon2 span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .toggle_icon2.active span:nth-of-type(1) {
    display: none;
  }
  .toggle_icon2.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  /* header-block-------------------------------*/
  .header-block {
    padding: 20px 0;
  }
  .header-block .headTitle {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
    color: #002655;
    letter-spacing: 1px;
  }
  .header-block .subTitle {
    margin-top: -5px;
    font-size: 15px;
  }
  .box-title01 {
    margin: 0px auto 0px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.6
  }
  .box-title-read01 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .box-title02 {
    margin: 20px auto 0 auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 1.5
  }
  .box-title02-sub {
    margin: 0 auto 20px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .box-title03 {
    font-size: 20px;
    line-height: 1.5;
  }
  .box-title10 {
    font-size: 16px;
    line-height: 1.5;
  }
  .box-waku {
    width: 92%;
    height: auto;
    margin: 0px auto 40px auto;
  }
  .box-waku2 {
    padding: 20px 20px;
    width: 100%-40px;
    height: auto;
    margin: 0px auto 40px auto;
    background-color: #fff;
    z-index: 2;
    position: relative;
    display: block;
  }
  .box-title-read02 {
    margin: 20px auto 10px auto;
    max-width: 500px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6
  }
  .sec1 {
    height: 500px;
  }
  .sec2 {
    height: 350px;
  }
  /* header-block-------------------------------*/
  /* bg-img-box-bgImg-------------------------------*/
  .bg-img-box-bgImg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }
  /* bg-img-box-bgImg-------------------------------*/
  .nobr {
    display: none !important;
  }
  .wrap {
    width: 90%;
    margin: auto;
    padding: 2.5% 5% 2.5% 5%;
    position: relative;
  }
  footer .copy {
    text-align: center;
  }
  /* bg-img-box-------------------------------*/
  .bg-img-box-header .box-title {
    letter-spacing: .2rem;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-weight: bold;
    width: 90%;
    margin: auto;
  }
  .bg-img-box-header .box-title-read {
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .bg-img-box-header .box-read {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .a1column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .a11column {
    width: 100%;
    height: 450px;
    display: block;
    clear: both;
  }
  .a2column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .a3column {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
  }
  .top-h {
    height: 300px !important;
    margin: 0 !important;
  }
  .top-h2 {
    height: 300px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  .top-h3 {
    height: 400px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  .top-h4 {
    height: 500px !important;
    padding-top: 30px !important;
    margin: 0 !important;
  }
  /*product　コンテンツ*********************************/
  .product-column {
    width: 100%;
    height: 700px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
  }
  .product-column .slide {
    width: 100%;
    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.4rem;
    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 {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .ranking-column .slide {
    width: 100%;
    margin: 60px auto 0 auto;
  }
  .ranking-column .slide .pr_list {
    width: 300px;
    height: 520px;
    display: block;
    float: left;
  }
  .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: 300px;
    height: 300px;
    background: #FFFFFF;
  }
  .ranking-column .slide .pr_list img {
    width: 280px;
    height: auto;
    margin: auto;
  }
  .ranking-column .slide h4 {
    letter-spacing: .2rem;
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 15px;
    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 0 0px 0;
  }
  .ranking-column .kakaku {
    font-size: 22px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .ranking-column .kakaku2 {
    font-size: 14px !important;
  }
  /*ranking　コンテンツ*********************************/
  /*column　コンテンツ*********************************/
  .column-column {
    width: 100%;
    height: 800px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .voice-column {
    background-color: #fff !important;
    height: 900px !important;
  }
  .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: 610px;
    display: block;
    position: relative;
    padding: 50px 0 0 0;
    background-color: #f9f8f7;
  }
  .flow-column h3 {
    width: 90%;
    font-size: 16px;
    padding: 30px 0 30px 0;
    line-height: 1.8;
    text-align: left;
    margin: auto;
  }
  .flow-column h3 br {
    display: none;
  }
  .three-conte-column {
    position: relative;
    width: 100%;
    display: block;
  }
  .three-conte-column .maru-box {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
  .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: 20px;
    padding: 20px 0 0 0;
  }
  .three-conte-column .maru-box .box-title-jp {
    max-width: 250px;
    text-align: left;
    font-size: 14px;
    padding: 15px 0 0 0;
    margin: auto;
  }
  /*flow　コンテンツ*********************************/
  /*insta　コンテンツ*********************************/
  .insta-column {
    width: 100%;
    height: 100%;
    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: 33.3333333333%;
    float: left;
    text-align: left;
  }
  .insta-column .insta ul li img {
    height: auto;
    width: 100%;
  }
  /*insta　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .news-column {
    width: 90%;
    margin: auto;
    height: 100%;
    display: block;
    position: relative;
    padding: 20px 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-bottom: #ccc 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 {
    width: 98%;
    padding: 5px 0 5px 2%;
    height: auto;
    background-color: #f6f6f6;
  }
  .news-column .news ul li span.cat {
    float: left;
      text-align: center;
    width: 65px;
    padding: 3px;
    height: auto;
      color: #fff;
      border-radius: 3px;
      font-size: 0.6rem;
      margin-top: 10px;
      margin-right: 10px;
  }
  .news-column .news ul li span.title {
    width: 98%;
    padding: 10px 0 10px 2%;
    height: auto;
  }
  /*news　コンテンツ*********************************/
  /*foot　コンテンツ********************************
footer{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	padding:0px 0 0px 0;
	text-align:center;
	}
*/
    .foot-section {
    width: 100%;
    
      background: #448eb7;
    color: #FFFFFF;
    padding: 30px 0 20px 0;
  }
  .footlogo {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .footlogo img {
    width: 250px;
    height: auto;
    margin-bottom: 60px;
  }
  .ft-list .address {
    margin-bottom: 20px;
  }
  .ft-sitemap .ft-list1, .ft-sitemap .ft-list2 {
    text-align: center !important;
    margin: auto;
  }
  .buttonBox3 {
    margin: 10px auto 0 auto !important;
    width: 100%;
  }
  .sankaku3 {
    margin: 0 !important;
    right: 5% !important;
  }
  .anime-button3:hover .sankaku3 {
    margin: 0 !important;
    right: 2% !important;
  }
  .ft-01 .txt {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    line-height: 50px;
  }
  .ft-01 .freedial {
    margin: 30px 0 0px 20px;
  }
  .ft-01 .ft-rogo .rogo img {
    width: 120px;
    height: auto;
  }
  .ft-bana {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    margin: auto;
  }
  .ft-bana .bana {
    width: 70%;
    height: 30px;
    display: block;
    position: relative;
    padding: 20px 0% 20px 25%;
    background-color: #fff;
    float: left;
    margin: 10px 2.5% 10px 2.5%;
    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: 25%;
  }
  .ft-bana .bana .icon img {
    width: 50px;
    height: auto;
    top: 0px;
    left: 0px;
  }
  .ft-sitemap {
    max-width: 1100px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: auto;
  }
  .ft-sitemap .ft-list {
    position: relative;
    width: 100%;
    text-align: left;
    height: 100%;
     color: #fff !important;
  }
 .ft-sitemap .ft-list a{
      color: #fff;
  }
  .ft-sitemap .ft-list4 {
    position: relative;
    width: 100%;
    text-align: left;
    height: 100%;
  }

    
    .ft-sitemap .ft-list h2 {
    font-size: 2rem !important;
  }
.ft-sitemap .ft-list h4 {
    font-size: 1.2rem !important;
  }
.ft-sitemap .ft-list h5 {
    display: block;
    width: 90%;
    margin: auto;
    text-align: left;
    padding-top: 20px;
    font-size: 0.9rem !important;
     color: #fff;
    padding-bottom: 50px;
  }
    
  .ft-sitemap .ft-list .address {
    padding-top: 15px;
  }
  .ft-sitemap .ft-list ul {
    position: relative;
    border-bottom: #ccc 0px solid !important;
  }
  .ft-sitemap .ft-list .sp-no {
    display: none !important;
  }
  .ft-sitemap .ft-list ul li {
    width: 100%-10px;
    height: 30px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: -10px;
    font-size: 14px;
    border-bottom: #fff 1px dotted;
  }
  .copyright {
    font-size: 12px;
    position: relative;
    width: 100%;
    padding: 0px 0 40px 0;
    height: 20px;
    text-align: center;
  }
  .copyright .list {
    width: 100%;
    position: relative;
    display: block;
  }
  .copyright .list li {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .copyright .list li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .copyright .copytxt {
    position: relative;
    display: block;
    padding: 20px 0 20px 0;
    text-align: center;
  }
  /*foot　コンテンツ*********************************/
  /*news　コンテンツ*********************************/
  .sub-head {
    width: 70%;
    height: 140px;
    display: block;
    position: relative;
    margin:20px 0 0 0;
      z-index: 2;
  }
	.sub-head-mark{
		position: absolute;
		left: auto;
		right: 5%;
		top: 50px;
	}
	.sub-head-mark img{
		max-width: 200px;
		width: 100%;
		height: auto;		
	}
  .sub-head2 {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
  }
  .subhead-box {
    background-image: url(../../images/midashi_bak.jpg);
    background-size: cover;
    height: 100px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
  }
  .subhead-box2 {
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    margin: auto;
  }
  .sub-head2 h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-top: 20px;
    margin-left: 10px;
  }
  .sub-head3 {
    width: 100%;
    height: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  .sub-head3 ul {
    padding: 15px 0 15px 0;
    margin: 0;
    list-style-type: none;
  }
  .sub-head3 ul li {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    position: relative;
    float: left;
  }
  /*news　コンテンツ*********************************/
  /*title　コンテンツ*********************************/
  .title-column {
    max-width: 1100px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 30px 0 30px 0;
  }
  .title-column2 {
    width: 90%;
    height: 140px;
    display: block;
    position: relative;
    padding: 0px 0 50px 0;
    margin: -150px auto 0 0;
    z-index: 3;
    text-align: left;
  }
  .title-block {}
  .title-block p:first-child {
    font-weight: bold;
    color: #002655;
  }
  .title-column .headTitle span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
  }
  .title-column .headTitle2 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    width: 90%;
  }
  .headTitle22 span {
    border-bottom: #7F5F01 0.5px solid;
    padding: 0 0px 5px 0px;
    display: block;
    margin: auto;
    max-width: 500px;
    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-column .headTitle {
    font-size: 24px !important;
    line-height: 2;
    font-weight: bold;
    color: #002655;
    letter-spacing: 1px;
  }
  .title-column .headTitle2 {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .headTitle11 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
  }
  .headTitle12 {
    font-size: 26px !important;
    line-height: 1.6;
    font-weight: bold;
  }
  .headTitle22 {
    font-size: 18px !important;
    line-height: 1.6;
    font-weight: bold;
  }
  .title-column .subTitle {
    padding-top: 8px;
    font-size: 15px;
  }
  .title-column2 .headTitle {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .title-column2 .headTitle2 {
    font-size: 24px !important;
    line-height: 2.5;
    font-weight: bold;
  }
  .title-column2 .subTitle {
    padding-top: 8px;
    font-size: 15px;
  }
  .sub-h3 {
    padding-top: 30px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
  }
  .sub-h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
  }
  .list2File .sub-h4 {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    background-color: #eceaee;
    padding: 13px;
  }
  .sub-h5 {
    font-size: 18px;
    line-height: 1.8;
  }
  .sub-h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.8;
  }
  /*幅高さ 最終適用*********************************/
  .height700 {
    height: 500px !important;
    position: relative;
  }
  .height600 {
    height: 400px !important;
  }
  /*コンテンツ*********************************/
  .a1column-txt {
    position: absolute !important;
    z-index: 2;
    top: 10%;
  }
  .absolute {
    position: absolute !important;
  }
  .botan-column {
    clear: both;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 50px 0 30px 0;
  }
  .img4 {
    width: 100%;
  }
  .img4 img {
    width: 50%;
    float: left;
    height: auto;
  }
  .shohin-list-1 {
    width: 100%;
    padding: 0 0 0 0;
    float: left;
    text-align: left;
  }
  .shohin-list-2 {
    width: 90%;
    padding: 0 0 0 0;
    margin: auto;
    text-align: left;
  }
  .list2-1 {
    width: 100%;
    text-align: left;
  }
  .list2-2 {
    width: 90%;
    margin: auto;
    padding: 0;
    text-align: left;
    padding-top: 20px;
  }
  .list26 {
    width: 90%;
    padding: 0 5% 0 0;
    float: left;
    text-align: left;
  }
  .list23 {
    width: 90%;
    padding: 20px 5% 30px 5%;
    float: left;
    text-align: left;
  }
  .list-full {
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .list22-1 {
    width: 100%;
    text-align: left;
  }
  .list22-2 {
    width: 90%;
    margin: auto;
    padding: 0;
    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;
  }
  .list1 {
    width: 90%;
    padding: 0 5% 20px 5%;
    float: none;
    text-align: left;
    margin: auto;
  }
  .list1 img {
    width: 100%;
    height: auto;
  }
  .list2-pad {
       box-sizing: content-box;
    padding: 0 5% 20px 5%;
  }
  .list2 {
       box-sizing: content-box;
    width: 90%;
    padding: 0 5% 20px 5%;
    float: none;
    text-align: left;
    margin: auto;
  }
  .list2 img {
    width: 100%;
    height: auto;
  }
  .list2File {
    width: 90%;
    margin: 20px 5% 20px 5%;
    float: none;
    text-align: left;
    margin: auto;
  }
  .list2File img {
    width: 100%;
    height: auto;
  }
  .list2b {
    width: 100%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list3 {
      box-sizing: content-box;
       width: 90%;
    padding: 0 5% 50px 5%;
    text-align: left;
    float: left;
  }
  .list3b {
    width: 100%;
    padding: 0;
    float: left;
    text-align: left;
  }
  .list3-2 {
    width: 96%;
    padding: 10px 2% 30px 2%;
    text-align: left;
    float: left;
  }
  .list3 .moji {
    font-size: 80%;
  }
  .list4 {
    width: 47%;
    padding: 1.5% 1.5% 30px 1.5%;
    float: left;
    text-align: left;
  }
  .list4 img {
    width: 100%;
    height: auto;
  }
  .sh-height {
    height: 300px;
  }
  .list3 h4, .list3 p {
    width: 100%;
    margin: auto;
  }
  .list3 img {
    width: 100%;
    height: auto;
  }
  .list3-2 img {
    width: 100%;
    height: auto;
  }
  .youtube {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .youtube iframe {
    padding: 0px 0 50px 0;
    width: 100%;
    height: 300px;
  }
  .cont1200-2 {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    clear: both;
    background: #F8F3F1;
    padding: 30px 0 30px 0;
  }
  .cont1200-2 .sen {
    margin: auto;
    display: block;
    width: 90%;
    border-top: #ccc 1px solid;
    padding-bottom: 0px;
  }
  .herf-img img {
    width: 100%;
    height: auto;
  }
  .qa {
    width: 90%;
    height: 100%;
    display: block;
    position: relative;
    clear: both;
    text-align: left;
    padding: 5%;
  }
  .qa .qa_sec {
    margin: 40px 0 0 0;
  }
  .qa img {
    width: 90%;
    max-width: 400px;
    height: auto;
  }
  .hyo dt {
    width: 25%;
    border-bottom: 2px solid #000;
    padding: 20px 0 20px 5%;
  }
  .hyo dd {
    width: 65%;
    border-bottom: 2px solid #cccccc;
    padding: 20px 0 20px 5%;
  }
  .gmap {
    width: 100%;
    height: 300px;
  }
  .gmap iframe {
    width: 100%;
    height: 300px;
  }
  .shohin-list-2 .kakaku {
    font-size: 24px;
    color: #ff7bac;
    font-weight: bold;
    padding: 0 10px 0 0;
  }
  .gazolist {
    width: 90%;
    margin: auto;
  }
  .gazolist .pad {
    padding-left: 5%;
  }
  .gazolist .list {
    width: 30%;
    height: 100%;
    float: left;
  }
  .gazolist .list img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .sp-hr-img {
    width: 50%;
    height: auto;
    text-align: center;
    margin: auto;
  }
  .sp-hr-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .store-h3 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .store-h3 .read {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .company dt, .company dd {
    font-size: 12px;
  }
  /*title　コンテンツ*********************************/
  .form dt {
    width: 95%;
    border-bottom: 1px solid #000;
    padding: 20px 0 20px 0;
    height: 40px;
    line-height: 80px;
    position: relative;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form dd {
    width: 95%;
    border-bottom: 0;
    padding: 20px 0 20px 0;
    height: 60px;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form .sp-kakunin {
    width: 95%;
    border-bottom: 0;
    padding: 10px 0 10px 0;
    height: 20px;
    margin: 0% 2.5% 0% 2.5%;
  }
  .form .address {
    height: 200px;
  }
  .form .address_tab {
    height: 40px !important;
  }
  .form .address input {
    width: 100%;
  }
  .sp-add1 {
    height: 20px !important;
  }
  .sp-add2 {
    height: 40px !important;
  }
  .form .naiyo1 {
    height: 40px;
  }
  .form .naiyo2 {
    height: 250px;
  }
  .nav_foot li a {
    display: block;
    width: 100%;
  }
  .main-1txt {
    position: absolute;
    bottom: 28%;
    right: 40%;
    width: 130px;
    height: auto;
  }
  .main-2txt {
    position: absolute;
    bottom: 12%;
    right: 22%;
    width: 200px;
    height: auto;
  }
  .main-3txt {
    position: absolute;
    bottom: 9%;
    right: 1%;
    width: 100px;
    height: auto;
  }
  .main-4txt {
    position: absolute;
    top: 10%;
    right: 1%;
    width: 160px;
    height: auto;
  }
  .main-5txt {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 170px;
    height: auto;
  }
  .main-6txt {
    position: absolute;
    bottom: 9%;
    right: 1%;
    width: 120px;
    height: auto;
  }
  /*TOPアニメーションバナー*********************************/
  .abana-box {
    display: block;
    position: relative;
    height: 100%;
  }
  .abana-1 {
    width: 100%;
    height: 300px;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .abana-2 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .abana-3 {
    width: 100%;
    height: 300px;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
  }
  .abana-4 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sub-abana-box {
    display: block;
    width: 100%;
    position: relative !important;
    height: 100%;
    margin-top: 40px;
  }
  .sub-abana-box-haikei {
    display: block;
    position: relative !important;
    height: 100%;
    width: 100%;
    background-color: #004178;
  }
  .sub-abana {
    width: 100%;
    height: 200px !important;
    display: block;
    position: relative !important;
    top: 0;
    left: 0;
  }
  .sub-abana-2 {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    display: block;
    position: relative !important;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
  }
  .sub-abana-2 .box-title02 {
    text-align: center;
    font-weight: bold;
  }
  .sub-abana-2 .box-title02-sub {
    text-align: center;
  }
  /*フッターコンテンツ*********************************/
  .contact-section {
      display: block;
    width: 100%;
    background-size: cover;
    color: #000;
    padding: 0;
  }
  .contact-column {
      box-sizing: content-box;
    width: 100%;
    height: 340px;
    display: block;
    position: relative;
    padding: 70px 0 0 0;
  }
  .contact-column .under {
    max-width: 300px;
    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カラム::::::*/
  .buttonBox {
    position: relative;
    margin: 20px auto 0 auto;
    width: 300px;
    border: #004178 2px solid;
  }
  .top-2col-midashi {
    position: relative;
    padding: 10px 0;
    margin: -30px auto 30px auto;
    display: block;
    width: 90%;
    background-color: #004178;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    z-index: 2;
  }
  .foot-address {
    max-width: 450px;
    width: 90%;
    margin: 0px auto 0 auto;
  }
  .foot-address .title {
    padding-top: 70px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-align: center;
    margin: auto;
  }
  .foot-address p {
    line-height: 1.8;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    font-size: 14px;
    padding-bottom: 20px;
  }
  /*見出しCXR-01*********************************/
  .head-title-box {
    width: 100%;
    position: relative;
    max-width: 90%;
    padding: 10px 0;
    height: auto;
  }
  .head-title-box .title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    float: none;
    line-height: 130%;
    padding-top: 0px;
    z-index: 1;
    padding-right: 0px;
    color: #000;
  }
  .head-title-box .subtitle {
    padding-top: 20px;
    position: relative;
    line-height: 100%;
    font-size: 16px;
    float: none;
    z-index: 1;
    padding-left: 0px;
  }
  .head-title-box .sen2 {
    display: block;
    position: absolute;
    top: 45px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    z-index: 2;
  }
  /*見出しCXR-01*********************************/
  .head-title-box2 {
    width: 80%;
    position: relative;
    max-width: 800px;
    padding: 0;
    height: 140px;
    margin: auto;
    text-align: left;
  }
  .head-title-box2 .title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    line-height: 100%;
    padding-top: 0px;
    z-index: 1;
    color: #fff;
  }
  .head-title-box2 .title-pd {
    padding-top: 120px;
  }
  .head-title-box2 .subtitle {
    padding-top: 30px;
    position: relative;
    line-height: 180%;
    font-size: 14px;
    z-index: 1;
    text-align: left;
    color: #fff;
  }
  .head-title-box2 .sen2 {
    display: block;
    position: absolute;
    top: 35%;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ccc;
    z-index: 0;
  }
  /*見出し*********************************/
  .ptSlide {
    margin-top: 50px;
  }
}