@charset "utf-8";
/*フレーム有りCSS*/

@media screen and (min-width : 960px) {
/*ヘッダー部分*/
header {
width: 100%;
height: 230px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
z-index: 10;
background: #f9f9f9; /*薄いグレーrgba(200,200,200,.1)*/
}
#topheader {
width: 1000px;
height: 230px;
margin: 0 auto;
}
#topheaderleft {
  width: 170px;
  height: 130px;
  margin: 0;
  float: left;
}
#topheaderright {
  width: 830px;
  height: 130px;
  margin: 0;
  float: right;
}
#topheaderbottom {
  width: 1000px;
  height: 100px;
  margin: 0;
  clear: left;
}
header h1 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
  /*  height: 80px;*/
  /*margin: 0 auto;*/
  /*  padding-bottom: 10px;*/
  font-size: 3rem;
  /*font-weight: bold;*/
  text-align: center;
  padding: 0 0 0 0;
  color: rgba(35, 67, 120, 1);
}
/*ヘッダー右*/
.thst {
  width: 100%;
  height: 75px;
  background: url("/img/all/rightlogo.gif") no-repeat left 50% top 5px;
}
.thsm {
  width: 100%;
  height: 40px;
}
.thsb {
  width: 100%;
  height: 35px;
}
.imgleftlogo {
  position: relative;
  top: 15px;
  left: 20px;
  width: 110px;
}
.headbarLogo a img {
  width: 100%;
}
header ul.topsearchnav {
  height: 34px;
  padding: 0;
  margin-top: 0px;
  width: 280px; /*ここで位置調整240px*/
  /*background-color: #ff0000;*/
  color: #FFF;
}
.headbarLogo {
  width: 60px;
}
ul.navlist {
  display: flex;
}
/*@media(max-width:960px) {
ul.navlist{
flex-direction:column;
}
}*/
ul.navlist li {
  margin-left: 10px;
  margin-top: 30px;
}
/*@media(max-width:960px) {
ul.navlist li{
margin-left: 0;
}
}*/
ul.navlist li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 130px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: rgba(246, 202, 6, 1);
  color: rgba(35, 67, 120, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
  border-radius: 5px;
  border-bottom: 3px solid #ab8d04;
  transition: all .3s;
  line-height: 1.3;
  font-size: 1rem;
  text-decoration: none;
}

ul.navlist li a:hover {
  transform: translateY(2px);
  border-bottom: 3px solid rgba(246, 202, 6, 1);
  opacity: .9;
}

/*TOPスライダー
------------------------------------------------------------------*/
.mainvisual {
  background: rgba(75, 75, 75, 1);
  height: 500px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainvisualTextWrap {
  position: absolute;
  width: 100%;
  bottom: 25px;
  z-index: 10;
}

.mainvisualText {
  background: rgba(255, 255, 255, .8);
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 20px;
  width: 800px;
  margin: 0 auto;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

/*コンテンツ=article設定
------------------------------------------------------------------*/
#container {
  width: 1000px; /*ここで最大幅を表示*/
  margin: 0 auto; /*これで中央表示*/
  display: flex;
}
/*メインコンテンツ。（
------------------------------------------------------------------*/
#main {
  float: right;
  width: 1000px; /*730から変更*/
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 10px;
}
#main p {
  padding: 15px;
  text-align: left;
}

#main p.bank {
  padding: 0;
  text-align: left;
}

#main p.thankyou {
  margin-top: 50px;
  margin-bottom: 500px;
  padding: 0;
  text-align: center;
}
#main p.tabletext01 {
  padding-right: 1em;
  padding-left: 0.5em;
  text-align: left;
}
#main p.boxtest00 {
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-align: right;
}
#main p.text99 {
  padding-right: 0.5em;
  padding-left: 1em;
  text-align: left;
}
#main p.img00 {
  margin: 5px 10px;
  padding: 0;
}
#main p.img01 {
  margin: 0px 10px;
  padding: 0;
}
/*#main img {
margin: 0;
padding: 0;
}*/
#main img {
  max-width: 100%;
  height: auto;
}
#main img.boxin00 {
  margin: 0;
  margin-right: 5px;
  padding: 0;
  float: left;
}
#main p.a0 {
  padding-right: 5px;
  padding-left: 0px;
}
#main p.center {
  text-align: center;
  margin-top: 20px;
}
#main p.center10 {
  text-align: center;
  margin-top: 10px;
}
  #main p.mailform1 {
  text-align: center;
  margin: 10px 0;
}

#main p.center55 {
  text-align: center;
  margin-top: 0px;
  margin-left: 20px;
}
#main p.pl10 {
  padding-left: 10px;
  padding-right: 10px;
}
#main p.aster {
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75em !important;
}
#main p.aster0 {
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -2em;
  margin-left: 2em;
  line-height: 1.75em !important;
}
#main p.aster1 {
  padding-left: 10px;
  padding-right: 10px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75em !important;
  font-size: 90%;
}
#main p.asterdt {
  padding-left: 0px;
  padding-right: 0px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75em !important;
}
/*仕様*/
#main p.astersy {
  padding-left: 0px;
  padding-right: 0px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75em !important;
}
#main p.pl10b {
  padding-left: 10px;
  padding-right: 20px;
  /*	display: inline-block;*/
  text-align: left;
}
#main p.red18b {
  padding: 0 20px 0 15px;
  margin-top: 5px;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  color: #F00;
}
#main p.pl10s16 {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 20px;
}
#main p.pl10inq {
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
}
#main p.right {
  text-align: right; /*P右設定*/
  margin-right: 10px;
}
#main p.righttxtregulation {
  text-align: right; /*P右設定*/
  margin-right: 15px;
}
#main p.right15 {
  text-align: right; /*P右設定*/
  margin-right: 15px;
}
#main p.ud5 {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#main p.end50 {
  margin-bottom: 50px;
}
.pl10txt01 {
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}
  
#main p.mb25 {
  margin-bottom: 25px;
} 
  #main p.oshirase{
    text-align: right!important;
    margin: 10px 0;
  }
/*メインの画像（トップ画像）今回使用しない
------------------------------------------------------------------------*/
/*中央コンテンツ
------------------------------------------------------------------------*/
article h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
article h2 span {
  font-size: 2rem;
  font-weight: bold;
  background: #fff;
  padding: 0 20px;
  z-index: 10;
  color: rgba(35, 67, 120, 1);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}
/*@media(max-width:959px) {
  article h2 span {
    font-size: 1.4rem;
    padding: 0 10px;
    line-height: 1.3;
    text-align: center;
  }
}*/
article h2::before {
  content: "";
  display: block;
  height: 3px;
  width: 1000px;
  background: rgba(246, 202, 6, 1);
  position: absolute;
}
/*----------------------------------------------------
#エントリーパンクズ　会員遷移
----------------------------------------------------*/
#pankuzu_entry {
  width: 715px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
#pankuzu_entry p {
  margin: 0;
  padding: 0;
}
#pankuzu_entrycart {
  width: 900px;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
#pankuzu_entrycart p {
  margin: 0;
  padding: 0;
}
/*----------------------------------------------------
#パンくず
----------------------------------------------------*/
ul.breadcrumb {
  width:100%;
  margin-top: 15px;
  padding-left: 0;
  font-size: 15px;
  text-align: left;
}
ul.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: normal; /*太字bold*/
}
ul.breadcrumb li:after {
  content: '>';/* >を表示*/
  padding: 0 3px;
  color: #555;
}
ul.breadcrumb li:last-child:after {
  content: '';
}
ul.breadcrumb li a {
  text-decoration: none;
  color: gray;
}
/*家アイコン こちら現在JS使用のため使わず*/
/*.breadcrumb li:first-child a:before{
font-family: "Font Awesome 5 Free";
content: '\f015';
font-weight: bold;
font-size: 1.1em;
color: #2e7fea;
}*/
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*breadcrumb用ボックス
------------------------------------------------------------------------*/
.bcbox {
  width: 705px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: 5px;
  margin-bottom: 0px;
  height: auto;
  padding-left: 5px;
}
/*申し込みボタン*/   
div.bigbuttonYellow {
  margin: 40px 0;
}  
div.bigbuttonYellow a {
  background: #f6ca06;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #234378;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
  width: 65%;
  height: 100px;
  margin: 0 auto;
  border-radius: 8px;
  border-bottom: 4px solid #ab8d04;
  transition: all 0.3s;
  text-decoration: none;
}
div.bigbuttonYellow a:hover {
  transform: translateY(4px);
  border-bottom: 4px solid #f6ca06;
  opacity: 0.9;
}
/*main中央コンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main h2.new {
  border-left: 5px solid #000; /*左に5pxの直線を入れる設定*/
  font-size: 100%; /*1rem基準*/
  background: url(/img/all/h2_bg.gif) repeat-x left bottom; /*背景のグラデーション画像指定箇所*/
  margin-top: 10px;
  margin-bottom: 0px; /* 帯の下（ここ重要） */
}
#main dl.new {
  height: auto; /*250px What's Newボックスの高さ20110627_200から300へ*/
  width: 99%;/*717px*/
  /*overflow: auto;*/ /*この設定でiframe風に見える*/
  margin: 0px 5px 10px 5px;
  padding: 0 5px 0;
  box-sizing: border-box;
}
#main dl.new dt {
  font-weight: bold; /*日付の文字を太字に。通常がよければこの１行を削除する。*/
  margin-left: 5px;
  text-align: left;
}
#main dl.new dd {
  text-align: left;
  border-bottom: 1px solid #CCC; /*#4b4d47 #F5F5F5*/
  margin-left: 5px;
  margin-right: 5px;
}
/*#main dl.new dd a{
  text-decoration: none;
} 
#main dl.new dd a:hover{
  text-decoration: underline;
}*/   
#main dl.new dd.backnext {
  text-align: left;
  border-bottom: 1px solid #FFF; /*#4b4d47 #F5F5F5*/
  margin-left: 5px;
  margin-right: 5px;
}
  
#main dl.slist {
  height: auto; /*250px What's Newボックスの高さ20110627_200から300へ*/
  width: 99%;/*717px*/
  /*overflow: auto;*/ /*この設定でiframe風に見える*/
  margin: 0px 5px 10px 5px;
  padding: 0 5px 0;
  box-sizing: border-box;
}
#main dl.slist dt {
  font-weight: bold; /*日付の文字を太字に。通常がよければこの１行を削除する。*/
  margin-left: 5px;
  text-align: left;
}
#main dl.slist dd {
  text-align: left;
  border-bottom: 1px solid #4b4d47; /*説明文の下に1pxの直線(solid)を#4b4d47の色で入れる。*/
  margin-left: 5px;
  margin-right: 5px;
} 
/*#main dl.slist dd a{
  text-decoration: none;
} 
#main dl.slist dd a:hover{
  text-decoration: underline;
}*/
  
/*inquiry　list
---------------------------------------------------------------------------*/
#main ol.inqlist {
  /*margin-bottom: 1px;*/
  /*text-align: left;	*/ /*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
  list-style-type: decimal;
  line-height: 2em;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
  padding-left: 30px;
}
#main ol.inqlist li {
  padding-left: 0px;
  padding-right: 15px;
  /*background-image:url("/img/all/arrow_blue1.gif");
background-repeat:no-repeat;
background-position:5px 10px;*/
}
/*main ドメイン　list
---------------------------------------------------------------------------*/
#main ol.dlist {
  /*margin-bottom: 1px;*/
  /*text-align: left;	*/ /*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
  list-style-type: decimal;
  line-height: 2em;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
  padding-left: 30px;
}
#main ol.dlist li {
  padding-left: 0px;
  padding-right: 15px;
  text-align: left;
}
/*payment　list
---------------------------------------------------------------------------*/
#main ul.paylist {
  /*margin-bottom: 1px;*/
  /*text-align: left;	*/ /*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
  list-style-type: disc;
  line-height: 2em;
  text-align: left;
  margin-top: 0px;
  margin-left: 5px;
  margin-bottom: 0px;
  padding-left: 30px;
}
#main ul.paylist li {
  padding-left: 0px;
  padding-right: 15px;
  text-align: left;
}
/*main中央コンテンツにあるボックス
------------------------------------------------------------------------*/
.box00 {
  padding: 5px;
  width: 710px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: 5px;
  line-height: 2em;
  margin-bottom: 10px;
  height: 120px;
  text-align: left;
}
.box88 {
  background: #efefef; /*背景色*/
  border: 1px solid #808080; /*ボックスのライン設定*/
  display: flex;
  padding: 5px;
  margin: 5px 5px 5px 5px;
  /*box-sizing: inherit;*/ /*いらないかも*/
}
/*boxtext*/
#main p.boxtext {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
  margin-left: 0;
}
.box_wrap {
  display: flex;
  justify-content: space-between;
  background: #efefef; /*背景色*/
  border: 1px solid #808080; /*ボックスのライン設定*/
  margin-bottom: 1rem;
  margin-left: 5px;
  margin-right: 5px;
  /*align-items: center;コンテンツがすべて真ん中*/
}
/*コンテンツ交互に出す */
/*nth-child(odd)奇数のときに入れ替え */
/*
.box-wrap:nth-child(odd) {
flex-direction: row-reverse;
}
*/
.box_txt {
  width: 60%; /*flex: 2;*/
  margin: 10px 10px 10px 0px;
}
.box_img {
  width: 35%; /*flex: 1;*/
  margin: 10px;
  text-align: center;
}
/*ここ注意*/
.box_txt h3 {
  width: auto !important;
  text-align: left !important;
  margin-top: 0px !important;
  padding: 0 !important;
  font-size: 100%;
}
.box_img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/*一回り小さいサイズ*/
.box_wrap2 {
  display: flex;
  justify-content: space-between;
  background: #efefef; /*背景色*/
  border: 1px solid #808080; /*ボックスのライン設定*/
  margin-bottom: 1rem;
  margin-left: 15px;
  margin-right: 15px;
}
/*弁護士紹介*/
.lawbox {
  margin: 30px 5px;
  display: flex;
}
.lawimg {
  margin-right: 10px;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 10px;
  float: left;
  width: 35%;
  text-align: center;
}
.lawtxt {
  width: 63%;
  float: left;
}
.lawtxt01 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  margin-top: 10px;
}
.lawtxt02 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.8rem;
}
.lawtxt02 span {
  font-size: 1.1rem;
  margin-right: 10px;
}
.lawtxt03 p {
  padding: 0 !important;
}
hr {
border-top: 1px solid #F2F2F2;
}





div.bankbox {
border: 2px solid #CCC;
background: #efefef;
padding: 10px 20px;
margin: 20px 0 100px;
}

div.bankbox1 {
border: 2px solid #CCC;
background: #efefef;
padding: 10px 20px;
margin: 40px 0 10px;
}

div.bankbox2 {
margin:0;
}
.paypalsmart{
  display:none;
}

/*フォーム総合*/
/*inqury・registテーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
.formbox01 {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
table.shikaku2 {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show;
  width: 90%;
  margin: 0 auto;
}
.shikaku2 th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 3em;
  color: #FFF;
  background-color: #CCC;
  text-align: center;
}
table.shikaku2 p {
  margin: 0px;
  padding: 5px 5px 0px 0px;
}
table.shikaku2 span {
  display: block;
}
/*必須文字用*/
table.shikaku2 img {
  margin-left: 5px;
  margin-bottom: 7px;
}
table.shikaku2 th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 3em;
  color: #FFF;
  background-color: #CCC;
  text-align: center;
}
table.shikaku2 td.left {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  width: 250px;
  padding: 1em;
  background-color: #EEEEEE;
}
table.shikaku2 td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 1em; /*左端から1em右へフォーム展開（テキストも）*/
  padding-top: 1em; /*0.5emここはブラウザーで確認したほうがいい*/
  padding-bottom: 1em; /*0.5emここはブラウザーで確認したほうがいい*/
  text-align: left;
}
/*bank 銀行用テーブルこれで対処*/
.shikaku2 td.bank {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-left: 0px; /*左端から1em右へフォーム展開（テキストも）*/
  padding-top: 0.5em; /*ここはブラウザーで確認したほうがいい*/
  padding-bottom: 0.5em; /*ここはブラウザーで確認したほうがいい*/
}
table.shikaku2 td.add00 {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
  /*padding: 0 0 0 1em;*/
  padding-left: 1em; /*左端から1em右へフォーム展開（テキストも）*/
  /*padding-top: 0.5em;*/ /*ここはブラウザーで確認したほうがいい*/
  /*padding-bottom: 0.5em;*/ /*ここはブラウザーで確認したほうがいい*/
}



table.form1 {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  empty-cells: show;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.form1 th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 3em;
  color: #FFF;
  background-color: #CCC;
  text-align: center;
}
table.form1 p {
  margin: 0px;
  padding: 10px 5px 0px 0px;
}
table.form1 span {
  display: block;
}
/*必須文字用*/
table.form1 img {
  margin-left: 5px;
  margin-bottom: 9px;
}
table.form1 th {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  line-height: 3em;
  color: #FFF;
  background-color: #CCC;
  text-align: center;
}
table.form1 td.left {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  width: 250px;
  padding: 1em;
  background-color: #EEEEEE;
}
table.form1 td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding-left: 1em; /*左端から1em右へフォーム展開（テキストも）*/
  padding-top: 1em; /*0.5emここはブラウザーで確認したほうがいい*/
  padding-bottom: 1em; /*0.5emここはブラウザーで確認したほうがいい*/
  text-align: left;
}
/*bank 銀行用テーブルこれで対処*/
.shikaku2 td.bank {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding-left: 0px; /*左端から1em右へフォーム展開（テキストも）*/
  padding-top: 0.5em; /*ここはブラウザーで確認したほうがいい*/
  padding-bottom: 0.5em; /*ここはブラウザーで確認したほうがいい*/
}
table.form1 td.add00 {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
  /*padding: 0 0 0 1em;*/
  padding-left: 1em; /*左端から1em右へフォーム展開（テキストも）*/
  /*padding-top: 0.5em;*/ /*ここはブラウザーで確認したほうがいい*/
  /*padding-bottom: 0.5em;*/ /*ここはブラウザーで確認したほうがいい*/
}
  
/*formtable(formtb)
------------------------------------------------------------------*/
div.formtb {
  width: 70%;
  display: flex;
  flex-direction: column;
  /*padding: 10px;*/
  margin: 0 auto;
  margin-bottom: 15px;
}
div.formtbA {
  box-sizing: border-box;
  width: 100%;
  background-color: #FF0;
  display: flex; /*flexで画像が伸びる現象が発生するのでこれを*/
  flex-direction: column;
/*  margin-bottom: 10px;*/
  height: auto;
}
div.formtbB {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  height: auto; /*flexで画像が伸びる現象が発生するのでこれを*/
  flex-direction: row;
  border: 1px solid #CCC;
  background-color: #EEE;
  padding: 10px;
  font-weight: bold;
}
/*必須文字用*/
div.formtbB img {
  margin-left: 5px;
  margin-top: 7px;
  align-self: flex-start; /*flexで画像が伸びる現象が発生するのでこれを*/
}
div.formtbC {
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  display: flex;
  height: auto;
  flex-direction: column;/*row　このdivは行にしている*/
  border: 1px solid #CCC;
  padding: 10px;
  border-top: none;
}
  
div.formtbD {
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  display: flex;
  height: auto;
  flex-direction: row;
  /*border: 1px solid #CCC;*/
  /*padding: 10px;*/
  /*border-top: none;*/
}  

div.formtbE {
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  display: flex;
  height: auto;
  flex-direction: column;
}   
  
table.formtbadd{
  width: 100%;
  box-sizing: border-box;
}

table.formtbuser {
  border-collapse: collapse;
  box-sizing: border-box;
}
table.formtbuser td.first {
  width: 100px;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbuser td.second {
  width: 150px;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
} 

table.formtbname {
  width: 80%;
  /*border: 1px solid #CCC;*/
  border-collapse: collapse;
  box-sizing: border-box;
}
table.formtbname td.first {
  width: 50%;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbname td.second {
  width: 50%;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbnameKN {
  width: 90%;
  /*border: 1px solid #CCC;*/
  border-collapse: collapse;
  box-sizing: border-box;
}
table.formtbnameKN td.first {
  width: 280px;
  height: 2em;
  padding: 5px 0px;
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbnameKN td.second {
  width: 320px;
  height: 2em;
  padding: 5px 0px;
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbradio{
  width: 100%;
  border: 1px solid #CCC;
  border-collapse: collapse;
  box-sizing: border-box;
}

  table.formtbradio td{
  width: 100%;
    height:50px;
  border: 1px solid #CCC;
  padding: 5px  10px;
  border-collapse: collapse;
  box-sizing: border-box;
  vertical-align: middle; 
}
table.formtbpay{
  width: 100%;
  border: 1px solid #CCC;
  border-collapse: collapse;
  box-sizing: border-box;
}

  table.formtbpay td{
  width: 100%;
    height:50px;
  border: 1px solid #CCC;
  padding: 5px  10px;
  border-collapse: collapse;
  box-sizing: border-box;
  vertical-align: middle; 
}

.clsZebra td {
  background-color:#ffffdd;
  } 
  
  table.formtbout{
  width: 100%;
  /*border: 1px solid #CCC;*/
  border-collapse: collapse;
  box-sizing: border-box;
}

  table.formtbout td.left{
  width: 90%;
  /*  height:50px;*/
  /*border: 1px solid #CCC;*/
  padding: 5px  0px;
  border-collapse: collapse;
  box-sizing: border-box;
  vertical-align: middle; 
}
    table.formtbout td.right{
  /*width: 50%;*/
  /*  height:50px;*/
  /*border: 1px solid #CCC;*/
  padding: 5px  0px;
  border-collapse: collapse;
  box-sizing: border-box;
  vertical-align: middle; 
}
  span.shusei{
    background: #efefef;
    padding: 2px 5px;
    border:1px solid #CCC;
  }
  
  table.formtbcer {
  width: 80%;
  /*border: 1px solid #CCC;*/
  border-collapse: collapse;
  box-sizing: border-box;
}
table.formtbcer td.first {
  width: 50%;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
}
table.formtbcer td.second {
  width: 50%;
  height: 2em;
  /*border: 1px solid #CCC;*/
  padding: 5px 0px;
  /*border-collapse: collapse;*/
  box-sizing: border-box;
  vertical-align: middle;
}
/*サブコンテンツ。（左側）使用しない
------------------------------------------------------------------*/
.cl {
  clear: left
} /* 左への回り込み解除 */
.cr {
  clear: right
} /* 右への回り込み解除 */
.clear {
  clear: both
} /* 回り込み解除 */
/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
/*認証用テーブル設定
------------------------------------------------------------------------*/
/*カレンダーテーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
/*----------------------------------------------------
#テーブル１構成
----------------------------------------------------*/
/*----------------------------------------------------
#テーブル２構成
----------------------------------------------------*/
/*----------------------------------------------------
#テーブル3構成 hourei.html
----------------------------------------------------*/
/*----------------------------------------------------
#FAQ構成  faq
----------------------------------------------------*/
/*----------------------------------------------------
#FAQ Search構成  faqSearch
----------------------------------------------------*/
/*----------------------------------------------------
#worda Search構成 words 用語集
----------------------------------------------------*/
/*----------------------------------------------------
#テーブル構成  company
----------------------------------------------------*/
/*----------------------------------------------------
#テーブル構成  payment
----------------------------------------------------*/
/*----------------------------------------------------
#テーブル4構成 access.html
----------------------------------------------------*/
/*inqury・registテーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
/*inqury・registテーブル設定（特に変更する必要なし）
------------------------------------------------------------------------*/
/*テーブル設定（pagetable）
------------------------------------------------------------------------*/
  div.pagebox{
    margin:30px 0 100px;
  }
  
  table.pagetable{
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width: auto;
	margin: 0 auto;
}
table.pagetable td {
	text-align: center;
	/*width: 15px;*/
	width: auto;
	line-height: 2em;
	padding: 0px 20px;
	/*table-layout: fixed;*/
	background-color: #FFF;
}  
  
/*----------------------------------------------------
  sitemaplist
----------------------------------------------------*/
/*----------------------------------------------------
  ブランク
----------------------------------------------------*/
.blank400 {
  margin-top: 400px;
}
.blank200 {
  margin-top: 200px;
}  
.blank100 {
  margin-top: 100px;
}
.blank50 {
  margin-top: 50px;
}
/*----------------------------------------------------
#footerフッター
----------------------------------------------------*/
footer {
  width: 100%;
  clear: both;
  background-color: rgba(35, 67, 120, 1); /*グレー#EEE*/
  /*background-image: url(/img/all/bg_footer_wrap.jpg);*/
  /*background-repeat: repeat-x left;*/
  min-width: 1000px; /*ここがフッターの右が切れる部分を固定*/
  position: relative; /*.footbackの起点のためにつける*/
  padding: 20px 0;
}
.ffooter {
  /*  max-width: 1000px; 
margin: 0 auto; 
padding: 0px;
overflow: hidden;*/
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footback {
  position: absolute;
  top: -30px;
  right: 10%;
  transition: all .3s;
  color: #000 !important;
  text-decoration: none;
}
.footback a {
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  border-bottom: 40px solid rgba(35, 67, 120, 1);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  box-sizing: border-box;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
}
.footback:hover {
  top: -40px;
  opacity: .7;
  text-decoration: none;
}
.spview {
  display: none;
}
.fsnsicon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 30%;*/
  /*float:left;*/
  /*margin-top: 20px;*/
}
.fsnsicon a {
  transition: all .3s;
}
.fsnsicon a:hover {
  opacity: .8;
}
.fsnsicon a img {
  width: 110px;
  margin-right: 10px;
}
.fnavbtn {
  /*width: 700px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.fnavbtn a {
  width: 40%;
  background: rgba(246, 202, 6, 1);
  color: rgba(35, 67, 120, 1);
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
  margin: 10px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border-bottom: 3px solid #ab8d04;
  transition: all .3s;
  text-decoration: none;
}
.fnavbtn a:hover {
  transform: translateY(2px);
  border-bottom: 3px solid rgba(246, 202, 6, 1);
  opacity: .9;
}
/* #address 連絡先　今回使わない
-----------------------------------------------*/
/* #copyright コピーライト
-----------------------------------------------*/
.copyright {
  text-align: center;
  font-size: .7rem;
  width: 100%;
  color: #FFF;
  margin: 20px 0;
}
.ctxt01 {
  display: inline-block;
  text-align: right;
}
.rtxt01 {
  display: inline-block;
}
.ctxt02 {
  text-align: center;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
/*レスポンスのときにnav消去*/
div.header-logo-menu {
  display: none;
  /*  visibility: hidden;
position: absolute;*/ /*これ2行よりdisplay: none;でいいみたい*/
}
}