.footer_flex {
  display: flex;  /* 横並び */
}

/*▼▼スマホのスタイルシート 画面サイズが 480px以下▼▼*/
@media screen and (max-width: 639px) {

  .smh_nodp {
      display: none !important; /*important必要*/
  }

  .dropdown {
    position: relative;
    display: inline-block;
    margin: 0px 20px 12px 20px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }

  h2 {
    position: relative;
    border-bottom: 3px solid #094;
    margin: 0px 15px 0px;
    padding: 0px 10px; /*上下10px 左右0px*/

  }
  h2:before {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 20%;
    height: 6px;
    content: '';
    background: #00cc5b;
  }

  h3 {
    position: relative;
    border-bottom: 1px solid #C0C0C0;
    margin: 0px 15px 0px;
    padding: 1px 10px 1px;  /*上,左右,下*/
  }
  h3:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 20%;
    height: 4px;
    content: '';
    background: #0000FF;
  }



  .tbl_set1 {
    border: solid 1px; 
    border-collapse:  collapse;
    padding: 5px;  
  }

  .back_silver {
    background-color: #c0c0c0;
  }


  /*DL説明付きリスト１行*/
  .dl_1gyou dt{
    float: left;
     margin-right:0px;
  }








  .drop {
    background-color: #006400;
    border-radius: 9px 9px 9px 9px;
    padding: 5px 15px 5px;  /*上,左右,下*/
  }


  /*表　http://yume.hacca.jp/koiki/css/table/table.htm */
  
  .cal_table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  }
  .cal_table th{
  padding: 1px;
  text-align: center; /*横方向中央*/
  vertical-align: middle; /*縦方向中央*/
  color: #444;
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
  .cal_table td{
  padding: 1px;
  text-align: center; /*横方向中央*/
  vertical-align: middle; /*縦方向中央*/
  background-color: #fafafa;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }

  /*
  ページネーション
  https://techis.jp/guide/css/css3_pagination
  縁取りされたページネーション
  https://techis.jp/guide/tryit/729
  */
  
  .pagination {
    display: inline-block;
    margin: 13px 0px 0px 0px;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
  }
  
  .pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}
  /* ここまで！！
  ページネーション
  https://gmotech.jp/semlabo/webmarketing/blog/pagination-design/
  */


  /*フローティングメニューをページ下部に表示 https://fugaeco.com/sp-fixed-under-menu/ */
  #sp-fixed-menu{
     position: fixed;
     width: 100%;
     bottom: 0px;
     font-size: 0;
     opacity: 0.8;
     z-index: 99;
  }
  /*メニューを横並びにする*/
  #sp-fixed-menu ul{
     display: flex;
     list-style: none;
     padding:0;
     margin:0;
     width:100%;
  }
  #sp-fixed-menu li{
     justify-content: center;
     align-items: center;
     width: 50%;
     padding:0;
     margin:0;
     font-size: 4.5vw;
     border-right: 1px solid #fff;
  }
  /*左側メニューをオレンジ色*/
  #sp-fixed-menu li:first-child{
     background: #f3a324;
  }
  /*左側メニューを緑色*/
  #sp-fixed-menu li:last-child{
     background: #38b435;
  }

  /*中間メニューを****/
  #sp-fixed-menu li{
     background: #3cb371;
  }
  /*ボタンを調整*/
  #sp-fixed-menu li a{
     color: #fff;
     text-align: center;
     display:block;
     width: 99%;
     padding:18px 20px 20px 0px;
  }

  /*ここまで　メニューをページ下部に表示 https://fugaeco.com/sp-fixed-under-menu/ */
  /*　スクロール中は隠す https://zenn.dev/halu/articles/fede6a07a015fc   */

  .floatingBnr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }

  /* https://design-library.jp/lab/arrow-triangle-circle-fill-right */
  /* 黒丸矢印 */
  .dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1.1em;
    height: 1.1em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin:0px 0px 4px 0px;
  }
  
  .dli-caret-circle-fill-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.29em 0.41177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(25%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  /* img 影 */
  .sdo1 {
    box-shadow: 3px 3px 10px gray;
  }

  .maker_yellow {
    background: linear-gradient(transparent 60%, yellow 30%);
    display: inline-block;
    padding-bottom: 0px;
  }

  /* https://dubdesign.net/download/html-css/button-design/ 005 */

  /* グラデーションボタン */
  /* 004:トップ 005:××ページ 006:戻る*/
  .button004 a {
      border-radius: 3px;
      border: 0.5px solid #000000; /*枠線*/
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
  
      max-width: 80px;
      padding: 4px 12px;
      margin: 3px 0px;

      color: #000; /*文字色*/
      transition: 0.3s ease-in-out;
      font-weight: 600;
      background: rgb(102,102,102);
      background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  }
  .button004 a:hover {
      background: rgb(117,188,255);
      background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  }

  .button005 a {
      border-radius: 3px;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
  
      max-width: 200px;
      padding: 8px 15px;
      margin: 0px 5px 0px 7px;

      color: #FFF;
      transition: 0.3s ease-in-out;
      font-size: 3.3vw;
      font-weight: 600;
      background: rgb(102,102,102);
      background: linear-gradient(270deg, rgba(102,102,102,1) 0%, rgba(221,221,221,1) 100%);
  }
  .button005 a:hover {
      background: rgb(117,188,255);
      background: linear-gradient(270deg, rgba(221,221,221,1) 0%, rgba(102,102,102,1) 100%);
  }

  .button006 a {
      border-radius: 3px;
      border: 0.5px solid #000000; /*枠線*/
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
  
      max-width: 40px;
      padding: 4px 12px;
      margin: 3px 0px;
  
      color: #000;/*文字色*/
      transition: 0.3s ease-in-out;
      font-weight: 600;
      background: rgb(102,102,102);
      background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  }
  .button006 a:hover {
      background: rgb(117,188,255);
      background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  }

  .button007 a {
      border-radius: 3px;
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
  
      max-width: 400px;
      padding: 10px 45px;
      margin: 0px 5px 0px 7px;

      color: #FFF;
      transition: 0.3s ease-in-out;
      font-size: 3.3vw;
      font-weight: 600;
      background: rgb(102,102,102);
      background: linear-gradient(270deg, rgba(102,102,102,1) 0%, rgba(221,221,221,1) 100%);
  }
  .button007 a:hover {
      background: rgb(117,188,255);
      background: linear-gradient(270deg, rgba(221,221,221,1) 0%, rgba(102,102,102,1) 100%);
  }

  .background_grey22 {
      background: linear-gradient(-225deg, #f4f4f4 20%, #ffffff 56%, #FFffff 100%);
  }

  .background_grey23 {
      background: linear-gradient(90deg, #cccccc, #ffffff, #FFffff);
  }


  /* ↑→↓← */
  .margin_1 {
      margin: 0px 0px 35px 30px;
  }
  .margin_2 {
      margin: 0px 0px 0px 30px;
  }
  .margin_3 {
      margin: 0px 0px 10px 30px;
  }


  /* リスト */
  .org_list ol {
    margin-top: 15px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 2.6vw;
  }
  .org_list li {
    margin: 10px 30px 5px 20px;
    font-size: 2.6vw;
  }

  .org_list2 li {
    margin: 10px 70px 5px 20px;
    font-size: 2.8vw;
  }

  .hanyou{
    list-style: none;
    padding-left: 2.5vw;
    padding-right: 15vw;
    margin-left: 1vw;
  }
  .hanyou li{
    text-indent: -2.9vw;/*１行目のみ調整*/
    font-size: 2.8vw;
  }
  /*https://csshtml.work/kome/*/





  /** ▼モーダルウィンドウ・ここから                     **/
  /** https://rilaks.jp/blog/website-creation/popup-css/ **/
  
  .open {
  	cursor:pointer;
   /* マウスオーバーでカーソルの形状を変える、クリック要素を強調 */
  }
  #pop-up {
  	display: none; /* labelでコントロールするのでinput は非表示 */
  }
  .overlay {
  	display: none; /* inputにチェックが入るまでは非表示 */
  }
  #pop-up:checked + .overlay {
  	display: block;
  	z-index: 9999;
  	background-color: #00000070;
  	position: fixed;
  	width: 100%;
  	height: 100vh;
  	top: 0;
  	left: 0;
  }
  .window {
  	width: 90vw;
  	max-width: 900px;
  	height: 800px;
  	background-color: #ffffff;
  	border-radius: 6px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  }
  .text {
  	font-size: 16px;
  	margin: 20px;
  }
  .close {
  	cursor:pointer;
  	position: absolute;
  	top: 4px;
  	right: 4px;
  	font-size: 40px;
  }

  /* 上記ポップアップは単品での設置は有効だが、複数セット実装不可。*/
　/* 　以 下のモーダルウィンドウ設置が有効であると思われる。       */
　/* 　　https://lpeg.info/html/css_modal_window.html#modal1       */
  /* ▲モーダルウィンドウ・ここまで                                */


  .menu2 {
    display: none; /* PCでは非表示にする */
  }

  .top_word {
    font-family: "游明朝";
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.12em;
  }




  /**▼▼▼ https://photopizza.design/css_hamburger_menu/  */
  /**  スマホ表示のトップメニューデザイン   */


  body {
    margin: 0;
    font-family: "Futura", Helvetica, sans-serif;
  }
  
  /* Navbar & Navmenu color */
  :root {
    --background-navbar: rgba(0, 128,0,0.7);
  }     /*メニュー背景色（緑）*/
  
  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
    z-index: 90; /*レイヤ制御：最上位*/
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;  /*メニュー文字サイズ*/
    text-transform: capitalize;
    color: #fff;  /*中メニュー文字カラー（白）*/
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu li {
    border-top: 1px solid rgb(75, 75, 75); /*中メニューの線*/
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .navicon {
    background: #fff; /*三本バー色*/
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff; /*三本バー色*/
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */
  
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #fff;  /*　MENU文字色　白 */
    letter-spacing: 4px;
    font-size: 20px;
  }
  /* ▲▲▲ https://photopizza.design/css_hamburger_menu */
  



  .photo_flex {
                    ;  /* 写真枠を横並び */
  }

  p.conte {
    border-bottom: 1px solid Navy;
  }

  .box_no {
    text-align: center;
  /*  padding: 0px 20px 0px 20px ; */     /* 余白指定 */
  }

  .box_50a {
    width: 100%;
  }



  .box_main{
    display: block;
/*    width: 90vw;  */
    background-color: #f6f6f6;
/*    padding:  1px 30px 10px 30px; */     /* 余白指定 */
  }

  .box_main2{
    font-size: 3.0vw;
    width: 90vw;
    padding:  10px;      /* 余白指定 */
    text-align: center;     /* 横方向・中央 */
    vertical-align: middle;/* 縦方向・中央 */
    line-height: 220%;
  }

  .box_main3{
    padding:  0px 0px 0px 200px;      /* 余白指定 */
    background-color: white;
  }

  .box_main4{
/*    width: 94vw;  */
    background-color: #f6f6f6;

  }

  .box_main5{
    display: block;
/*  width: 100vw; */
    background-color: #f0f0f0;
    padding:  10px 30px 10px 30px;     /* 内側余白 */
    margin:  0px 0px 3px 0px;      /* 外側余白 */
    text-align: center;     /* 横方向・中央 */
  }

  .box_main6{
    padding: 40px 10px 0px 10px;      /* 余白指定 */
    text-align: center;     /* 横方向・中央 */
    line-height: 320%;
    background: linear-gradient(white, #008000);
  }


  .footer_full_box {
  /*  width: 100vw; */
  /*  background-color: #f6f6f6; */
    padding:  0px 0px 25px 0px;      /* 余白指定 */
  }

  a {
    text-decoration: none;
  }

  .box_main_large{
    display: block;
 /* width: 100%;  */
    text-align: center;    /* 横方向・中央 */
    vertical-align: middle;/* 縦方向・中央 */
    background-color: white;
    padding: 0px 0px 0px 0px; /* 余白指定 */
  }

  /*div親ボックスの中でp枠を下寄で描く*/
  div.parent {
    position: relative;
    height: 100vh;
    background-color: #008000;
  }
  p.text {
    position: absolute;
    bottom: 0;
    margin: 0;
  }


  .box_main_small{
    display: block;
    width: 85vw;
    background-color: #Fafafa;
    padding:  1px 10px 0px 20px;      /* 余白指定 */
  }


  .fb_icon_content {
    width: 100%;
    height: 10hw;
    background-color: white;
    text-align: center;     /* 横方向・中央 */
  
  }
  .center {    /* センタリング・・・displatFlexでも使える */
    padding-top: 0px;
    display: flex;
    justify-content: center;
  }
  
  .fb_icon_content2 {
  /*  width: 100%; */
    height: 10hw;
    background-color: rgb(255,255,240);
  }

  /*DLリストで改行しない*/
  .dl_style dt{
  /*  display: inline-block;  inline-blockによって幅を可変にします*/
    background-color: #ffffff; 
    padding: 1px 5px; 
    border: 0px solid #444444;
  }
  .dl_style dd{
    padding-left: 0px;
    margin-left: 125px;
    margin-top: -21px; /*改行具合を調整*/
    border: 0px solid #444444;
    width: 80%;
  }






  hr {
    height: 0.5px;
    background-color: black;
    width: 100%;
    border: none;
  }

  .hr1 {
        height: 0.5px;
        solid #999;
        width: 80%;
  }

  .hr2 {
        height: 0.5px;
        solid #999;
        width: 60%;
  }

  .hr3 {
        height: 0.5px;
        solid #999;
        width: 40%;
  }

  .convey_box {
    display: block;
 /*   width: 100vw;   */
    background-color: #ffffff;
    padding:  10px 15px 10px 15px;      /* 余白指定 */

  }

  /*フッター関係*/
  .box_footer_main{
/*    width: 100vw;  */
    background-color: white;
    padding:  20px;      /* 余白指定 */
  justify-content: space-evenly;

  }

  .box_footer35 {
    width: 35vw;
    padding:  3px;      /* 余白指定 */
/*  background-color: red; */
  }
  .box_footer65 {
    width: 65vw;
    padding: 0px 0px 0px 15px;  */    /* 余白指定 */
  /*background-color: red; */
  }

  .box_footer50 {
 /*   width: 50vw; */
    padding:  3px;      /* 余白指定 */
 /*  background-color: red; */
  }

  .smaho_back {
    background-color:rgba(255,255,255,0.5);
  }

  .fb_icon {width: 9vw;}
  .tww_icon {width: 6.3vw;
    padding:  8px 0px 0px 0px;      /* 余白指定 */
  }
  .insta_icon {width: 31vw;}

  .fb_icons {width: 40vw;
    padding:  3px 0px 0px 0px;      /* 余白指定 */
  }

  .tww_icons {width: 4.5vw;
     padding:  8px 0px 0px 0px;      /* 余白指定 */
  }

  .insta_icons {width: 40vw;
    padding:  3px 0px 0px 0px;      /* 余白指定 */
  }



  /*プロフィール*/
  /* レスポンシブ2列テーブル */
  /*https://mieuxblog.com/definition-list-html*/
  .definition dl{
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;
  }
  .definition dt{
    background: #e1f0ff;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc; 
  }
  .definition dd{
    padding: 10px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc; 
    width: 70%;
    background: #fff;
    box-sizing: border-box;
  }
  @media screen and (max-width: 560px) {
  .definition dl{
      flex-flow: column nowrap;
    }
  .definition dt,
  .definition dd{
      width: 100%;
    }
  .definition dd{
      border-left: none;
    }
  }

  /*フォントカラー(すまほ）*/
  .font_white {color:#FFFFFF;}
  .font_yellow {color:#FFFF00;}
  .font_black {color:#000000;}
  .font_red {color:#FF0000}
  .font_grey {color:#808080}

  /*フォントカラー影付き(すまほ）*/
  .font_white_s {
    color:#FFFFFF;
    text-shadow: 1px 2px 3px #808080; /*影グレー*/
  }
  .font_white_s2 {
    color:#FFFFFF;
    text-shadow: 1px 2px 3px #000000; /*影ブラック*/
  }

  .font_yellow_s {
    color:#FFFF00;
    text-shadow: 1px 2px 3px #808080;
  }
  .font_black_s {
    color:#000000;
    text-shadow: 1px 2px 3px #808080;
  }

  .font_bold {font-weight: bold;} /*太文字*/

  .font_under {text-decoration:underline;} /*アンダーライン*/

  .font_ftr_menu {
    font-size: 3vw;
    text-align: center;     /* 横方向・中央 */
  }

  .font_ftr_std {
    font-size: 2.5vw;
    text-align: center;     /* 横方向・中央 */
  }

 .font_grey_white {
    color:#FFFFFF;
    text-shadow: 1px 2px 3px #000000; /*影ブラック*/
    background: grey;
  }



  /*文字フォント（すまほ）*/
  .font_xx_small {font-size: 1.5vw}
  .font_x_small {font-size: 2.0vw}
  .font_small {font-size: 2.5vw}
  .font_small2 {font-size: 2.8vw}
  .font_small3 {font-size: 3.0vw}
  .font_small4 {font-size: 3.5vw}

  .font_flist {font-size: 2.3vw;
	       line-height: 190%;
  }

  .font_medium {font-size: 3.8vw;
		line-height: 180%;
  }
  .font_medium2 {font-size: 4.0vw;}
  .font_medium3 {font-size: 3.9vw;}
  .font_large {font-size: 4.2vw}
  .font_x_large {font-size: 4.5vw}
  .font_xx_large {font-size: 5.5vw}
  .font_banner {font-size: 6vw;}


  .bdr1{border: solid 1px;}
  .bdr2{border: solid 2px;}
  .bdr3{border: solid 3px;}


  /*画像表示（すまほ）*/
  .img_par{width: 5vw; }
  .img_toi{width: 6.5vw; }
  .img_5{width: 5vw; }
  .img_10{width: 10vw; }
  .img_20{width: 20vw; }
  .img_30{width: 30vw; }
  .img_35{width: 35vw; }
  .img_40{width: 40vw; }
  .img_50{width: 50vw; }
  .img_60{width: 60vw; }
  .img_70{width: 70vw; }
  .img_80{width: 80vw; }
  .img_90{width: 90vw; }
  .img_100{width: 100vw; }

  .img_sm30pc25{width: 30vw; }
  .img_sm30pc18{width: 30vw; }
  .img_sm30pc20{width: 30vw; }
  .img_sm35pc20{width: 35vw; }
  .img_sm30pc30{width: 30vw; }
  .img_sm40pc20{width: 40vw; }
  .img_sm40pc25{width: 40vw; }
  .img_sm40pc35{width: 40vw; }
  .img_sm45pc25{width: 45vw; }
  .img_sm45pc30{width: 45vw; }
  .img_sm50pc30{width: 50vw; }
  .img_sm55pc30{width: 55vw; }
  .img_sm50pc35{width: 50vw; }
  .img_sm60pc35{width: 60vw; }
  .img_sm65pc40{width: 65vw; }
  .img_sm70pc30{width: 70vw; }
  .img_sm70pc35{width: 70vw; }
  .img_sm80pc35{width: 80vw; }
  .img_sm80pc35a{width: 80vw; }
  .img_sm80pc60{width: 80vw; }
  .img_sm95pc58{width: 95vw; }
  .img_sm90pc33{width: 100vw; }
  .img_sm100pc90{width: 100vw; }


  .pho_xx-small{width: 5vw; }
  .pho_x-small{width: 20vw; }
  .pho_small{width: 60vw; } 
  .pho_name{width: 75vw; }
  .pho_kugi_prof{width: 67vw; }
  .pho_herf{width: 70vw; }  
  .pho_large{width: 95vw; } 

  .msk_icon{width: 12vw;}

  .pho_prf{width: 90vw;}
  .pho_top{width: 80vw; }
  .pho_top_wd{width: 90vw; }
  .pho_top_wd2{width: 90vw; }
  .pho_name_wd{width: 60vw; } 
  .pho_mail{
    width: 32vw; 
    vertical-align: sub;
  }

  .pho_yaji {
    width: 5vw; 
    height: auto;
    padding: 0px 0px 0px 0px;
  }


  .max100{max-width: 100hw; }


  .max100{max-width: 100%; }
  .image_footer{width: 40vw;}


/*上 左右 下*/
  .mar_udrl_m110 {margin: -10px 10px 0px;} 
  .mar_udrl_10 {margin: 0px 10px 0px;}
  .mar_udrl_15 {margin: 0px 15px 0px;}
  .mar_udrl_20 {margin: 0px 20px 0px;}
  .mar_udrl_30 {margin: 0px 30px 0px;}
  .mar_udrl_80 {margin: 0px 80px 0px;}
  .mar_udrl_110 {margin: 10px 10px 0px;}
  .mar_udrl_101 {margin: 10px 00px 10px;}
  .mar_udrl_210 {margin: 20px 10px 0px;}
  .mar_udrl_310 {margin: 10px 10px 0px;}/*調整あり*/
  .mar_udrl_223 {margin: 20px 20px 30px;}
  .mar_udrl_40150 {margin: 40px 15px 0px;}

  .mar_1 {margin: 1px;}
  .mar_2 {margin: 2px;}
  .mar_3 {margin: 3px;}
  .mar_4 {margin: 4px;}
  .mar_5 {margin: 5px;}
  .mar_6 {margin: 6px;}
  .mar_7 {margin: 7px;}
  .mar_8 {margin: 8px;}
  .mar_9 {margin: 9px;}
  .mar_10 {margin: 10px;}
  .mar_15 {margin: 10px;}
  .mar_20 {margin: 20px;}
  .mar_20a {margin: 0px 20px 20px 20px;}
  .mar_30 {margin: 30px;}

  .mar_00m11 {margin: 0px 15px -10px 15px;}
  .mar_m5015 {margin: -5px 0px 10px 15px;}
  .mar_m1011 {margin: -10px 0px 10px 10px;}
  .mar_m150015 {margin: -15px 0px 0px 15px;}
  .mar_1051 {margin: 30px 0px 5px 10px;}
  .mar_0101 {margin: 0px 10px 0px 10px;}
  .mar_0200 {margin: 0px 20px 0px 0px;}
  .mar_3050 {margin: 30px 0px 50px 0px;}
  .mar_0021 {margin: 0px 0px -20px 1px;}
  .mar_1002 {margin: 10px 0px 0px 20px;}
  .mar_2000 {margin: 20px 0px 0px 0px;}
  .mar_1021 {margin: 10px 0px 20px 10px;}
  .mar_1101 {margin: 10px 10px 0px 10px;}
  .mar_1202 {margin: 10px 20px 0px 20px;}
  .mar_1302 {margin: 10px 30px 0px 20px;}

  .mar_par {margin: 20.0px 0px 0px -4px;}

  .mar_m01000 {margin: -01px 0px 0px 0px;}
  .mar_m02000 {margin: -02px 0px 0px 0px;}
  .mar_m03000 {margin: -03px 0px 0px 0px;}
  .mar_m05000 {margin: -05px 0px 0px 0px;}
  .mar_m10000 {margin: -10px 0px 0px 0px;}
  .mar_m15000 {margin: -15px 0px 0px 0px;}
  .mar_m20000 {margin: -20px 0px 0px 0px;}
  .mar_m40000 {margin: -40px 0px 0px 0px;}

  .mar_L10m  {margin-left:-10px;}
  .mar_L10  {margin-left:10px;}
  .mar_L20  {margin-left:20px;}
  .mar_L30  {margin-left:30px;}

  .mar_R10m  {margin-right:-10px;}
  .mar_R10  {margin-right:10px;}
  .mar_R20  {margin-right:20px;}
  .mar_R30  {margin-right:30px;}

  .mar_b10 {margin-bottom: 10px;}
  .mar_b20 {margin-bottom: 20px;}
  .mar_b30 {margin-bottom: 30px;}
  .mar_b40 {margin-bottom: 40px;}
  .mar_b50 {margin-bottom: 50px;}

  .mar_t50 {margin-top: 50px;}
  .mar_t40 {margin-top: 40px;}
  .mar_t30 {margin-top: 30px;}
  .mar_t20 {margin-top: 20px;}
  .mar_t10 {margin-top: 10px;}
  .mar_t5 {margin-top: 5px;}
  .mar_t3 {margin-top: 3px;}
  .mar_tm1 {margin-top: -1px;}
  .mar_tm2 {margin-top: -2px;}
  .mar_tm3 {margin-top: -3px;}
  .mar_tm4 {margin-top: -4px;}
  .mar_tm5 {margin-top: -5px;}
  .mar_tm7 {margin-top: -7px;}
  .mar_tm10 {margin-top: -10px;}
  .mar_tm13 {margin-top: -13px;}
  .mar_tm15 {margin-top: -15px;}
  .mar_tm20 {margin-top: -20px;}
  .mar_tm30 {margin-top: -30px;}
  .mar_tm40 {margin-top: -40px;}
  .mar_tm50 {margin-top: -50px;}

  .pad_2 {padding:  2px;}
  .pad_5 {padding:  5px;}
  .pad_10 {padding: 10px;}
  .pad_20 {padding: 20px;}
  .pad_30 {padding: 30px;}
  .pad_40 {padding: 40px;}
  .pad_50 {padding: 50px;}

  .pad_m10 {padding: -10px;}
  .pad_m20 {padding: -20px;}

  .pad_0015 {
    padding: 0px 0px 15px;  /*上,左右,下*/
  }
  .pad_0020 {
    padding: 0px 0px 20px;  /*上,左右,下*/
  }
  .pad_0050 {
    padding: 0px 05px 0px;  /*上,左右,下*/
  }
  .pad_0100 {
    padding: 0px 10px 0px;  /*上,左右,下*/
  }
  .pad_0200 {
    padding: -20px 20px 0px;  /*上,左右,下*/
  }




  iframe  {
    width: 100%;  
    height: 480px;
  }

  /*-----▼画像の上に半透明の背景と文字を乗せる-----*/
  .onimg {
    width: 300px;        /* 画像の横幅（自由に指定） */
    position: relative;  /* 帯の表示位置の基準とする */
  }
  .onimg img {
    width: 100%;
  }
  .onimg p {
    color: #fff;
    text-align: center;
    width: 100%;         /* 画像の幅に合わせるため */
    padding: 10px 0;
    position: absolute;  /* relativeの要素を基準にする */
    left: 0;             /* 基準からみて左寄せ */
    bottom: 0;           /* 基準からみて下寄せ */
    background: rgba(0,0,0,0.5);  /* 半透明の背景。 */
  }
  /* https://qiita.com/7note/items/3c4da846ad9ecac19958 */
  /*-----▲画像の上に半透明の背景と文字を乗せる-----*/






  /*-----▼バナーズーム-----*/

  .box_bnr {
    background: white;
    width: 98vw;
    text-align: center;
    padding:  0px 0px 0px 22px;      /* 余白指定 */
  }

  .zoom_box{
    margin:0 auto; /*中央寄せ*/
    width:50%;
    overflow:hidden; 

  }
  .zoom_box img{
    transition:1s all;
  }
  .zoom_box img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
  }
  /*-----▲バナーズーム-----*/

  /*-----▼ホバー矢印（上へ）-----*/
  #pageTop{
  	width: 24px;
  	height: 24px;
  	background:#999;
  	border-radius:30px;
  	color:#FFF;
  	font-size: 22px;
  	padding:8px 13px 17px 13px; /*上右下左*/
  	position:fixed;
  	bottom:70px;
  	right:10px; 
        text-align: center;
        text-decoration: none;
  }
  #pageTop:hover{
  	width: 24px;
  	height: 24px;
  
  	background:#EEE;
  }
  /*-----▲ホバー矢印（上へ）-----*/







}/*▲▲スマホのスタイルシート 画面サイズが 480px以下▲▲*/