@charset "utf-8";
/* =Reset default browser CSS.
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
img {
  width: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
} /*初期値16pxの62.5%でルートが10px*/
body {
  line-height: 1.5;
  font-size: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  min-height: 800px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  text-align: justify;
}
/*全てをクリア*/
.clear {
  clear: both;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/* リンク設定
------------------------------------------------------------*/
a, a:visited {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: #004DA1;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
a:hover, a:active {
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  outline: none;
  color: #ff910f;
}
/**** Clearfix ****/
/* レイアウト
------------------------------------------------------------*/
.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 98%;
}
.inner2 {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}
.inner3 {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}
#wrapper {
  margin: 0 auto 0px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  padding: 0 0 0px;
  overflow: hidden;
  text-align: justify;
}
#home #wrapper {
  background: none;
  position: relative;
}
.googlefont {
  font-family: 'Lato', sans-serif;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.center {
  text-align: center;
}
/* ヘッダー
----------------------------------*/
#glovalheader {
  margin: 0 auto;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: relative;
}
#glovalheader h1 {
  float: left;
  width: calc(95% - 80px);
  max-width: 1000px;
  margin: 30px 0 0;
  transition: all 0.5s ease 0s;
  z-index: 10;
  text-align: left;
}
#glovalheader h1 img, #glovalheader h1 span {
  display: inline-block;
  vertical-align: middle;
}
#glovalheader h1 img {
  max-width: 305px;
  height: auto;
  z-index: 10;
}
#glovalheader h1 span {
  margin-left: 1em;
  padding: 0.5em 0 0 0;
  font-size: 14px;
}

/* フッター
----------------------------------*/
/* フッターアニメーション
----------------------------------*/
.slider {
  width: 100%;
  margin: 30px auto 10px;
}
.slick-slide {
  margin: 0px;
}
.slick-slide img {
  width: 100%;
}
/* フッターお問合せ
----------------------------------*/
.otoiawase {
  background: #004DA0;
  color: #fff;
  text-align: center;
  padding: 1em 0 1.5em;
  margin: 0 0 0;
}
.otoiawase h3 {
  background: url("../img/common/whiteq.png") 0% 0% no-repeat;
  background-size: auto 100%;
  color: #fff;
  margin: 0 auto;
  width: 280px;
  padding: 10px 20px;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
}
.otoiawase h4 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0.5em 0;
}
.otoiawase a {
  color: #fff;
}
.otoiawase p {
  margin: 0 auto;
}
.otoiawase b, .otoiawase p .fas, .otoiawase p span, .otoiawase p a {
  display: inline-block;
  vertical-align: middle;
}
.otoiawase b {
  font-size: 30px !important;
  font-size: 3.0rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.otoiawase p .fas {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px !important;
  font-size: 3.0rem;
  margin-right: 0.2em
}
.otoiawase p.font18 {
  margin: 0.5em 0 0;
}
.otoiawase p.font18 a {
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0.2em 0;
  padding: 0;
}
.otoiawase p.font18 a:hover {
  color: #ff910f;
  border-bottom: 1px solid #ff910f;
}
.otoiawase p span.time {
  margin-right: 2em
}
.linkb {
  text-align: center;
}
#DigiCertClickID_0wmp-RJz, .linkb a {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
}
.linkb a img {
  width: 60px;
  height: auto;
}
#footer {
  text-align: center;
  padding: 0px 0 0;
  background: #fff;
  width: 100%;
}
.footer_nav .dw {
  display: block;
  float: left;
  position: relative;
  padding-left: 40px;
}
.footer_nav .dw img {
  width: 30px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.footer_nav ul {
  text-align: left;
}
.footer_nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.footer_nav ul li a {
  display: block;
  line-height: 1;
  border-right: 1px solid;
  padding: 0 1em;
}
.footer_nav ul li:last-child a {
  border: none;
  padding: 0 0 0 1em;
}
.business_nav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1.5em;
  font-size: 20px;
  color: #333;
  margin: 25px auto;
}
.business_nav a {
  color: #333;
}
.business_nav img {
  width: 36px;
  height: auto;
  display: block;
  margin: 1em auto;
}
.contact {
  text-align: center;
  padding-bottom: 1em;
}
.contact img, .contact p {
  display: inline-block;
  vertical-align: middle;
}
.contact img {
  width: 50%;
  height: auto;
  max-width: 415px;
}
.contact img, .contact p {
  width: 45%;
  margin-left: 3%;
  text-align: left;
  max-width: 350px;
}
#page-top1 {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -0px;
  right: 40px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  background: #0087C9;
  border-radius: 50%;
}
a#page-top1 {
  color: #fff !important;
}
#page-top1 span {
  display: block;
  margin: 10px auto 0;
  font-size: 20px;
  font-size: 2.0rem;
}
p.address {
  background: #04548E;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1em 0 0;
  padding: 10px;
}
/* 共通色　*/
.red {
  color: #BE272D;
}
.bage {
  background: #F7F5E5;
}
.redback {
  background: #FFE4E1;
}
.blue {
  color: #004DA1;
}
.white {
  background: #fff;
}
.orange {
  color: #FF6633;
}
.greenmoji{color:#006D4D;}
/* 共通変更 フォントサイズ　*/
.font12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.font14 {
  font-size: 14px;
  font-size: 1.4rem;
}
.font {
  font-size: 16px;
  font-size: 1.6rem;
}
.font18 {
  font-size: 18px;
  font-size: 1.8rem;
}
.font20 {
  font-size: 20px;
  font-size: 2.0rem;
}
.font22 {
  font-size: 22px;
  font-size: 2.2rem;
}
.font24 {
  font-size: 24px;
  font-size: 2.4rem;
}
.font26 {
  font-size: 26px;
  font-size: 2.6rem;
}
.font32 {
  font-size: 32px;
  font-size: 3.2rem;
}
.font48 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
}
/* ページ共通
------------------------------------------------------------*/
.subheader {
  background: #3AA6F8;
  margin: 30px auto 0px;
}

#contents header .inner {
  position: relative;
}

.subheader h1 {
  background: url("../img/common/title.png") 0% 0% no-repeat;
  background-size: auto 100%;
  margin: 0px auto 0;
  padding: 80px 0 40px ;
  font-size: 100px;
  font-weight: 200;
  font-family: 'Lato', sans-serif;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  position: relative;
  max-width: 1200px;
  width: 98%;
  min-height: 220px;
}

#contents header h1 u {
  display: block;
  margin: 15px 0 0 30px;
  text-decoration: none;
  font-weight: 400;
}

#contents header h1 u.middle{
  text-decoration: none;
  position: absolute;
  bottom:25%;
  margin: 0 auto 0 30px;
  font-weight: 600 !important;
}
#contents header h1 span {
  text-decoration: none;font-weight: 600 !important;
  position: absolute; top:calc( 50% - 1em );transform: translateY(-50%) !important;margin: 0 auto 0 30px;
}

article.bage {padding: 65px 0; margin: 0; position: relative; }

.maincontent{ float: right;width:calc( 100% - 400px );}
.sidenav{ float: left; width:320px;}
.name{ border: 12px solid #fff; background: #EFE8D5; padding: 2em; border-radius: 20px; margin-bottom: 0px; }
.logout{ padding:0.8em 2em; font-size: 16px !important;}
.name p{  margin: 1em auto; }
.name.group{padding:1em 2em 2em;}
.name.group h2{ position: relative; border-bottom: 1px solid #0087C9; margin-bottom: 1em;  }
.name.group h2 u{ text-decoration: none; }
.name.group h2 span{  display: block;  background: #0087C9; color: #fff; padding:1px 2px; border-radius: 3px; width:10em; text-align: center;}
.name p{ position: relative; margin: 0;}
.name p.font22{ padding-right: 1em;  }
.name p.font22:after{ position: absolute; content: "様"; right: 0em; bottom: 0; }
.name p.memberid{  padding-left: 3.5em;  }
.name p.memberid:before{ position: absolute; content: "会員ID:"; left: 0em; top: 50%; transform: translateY(-50%); font-size: 14px; }


/*マイページナビ*/
#menu__toggle {
  opacity: 0;
}
.hamburger-menu ul li{border-bottom: 1px solid #000; padding:0 0 0 30px; position: relative;}
.hamburger-menu ul li:first-child .fas{position: absolute; left:0; top:50%; transform:  translateY(-50%); width:20px; height: auto;transition: all 0.2s; }

.hamburger-menu ul li img{ position: absolute; left:0; top:50%; transform:  translateY(-50%); width:20px; height: auto;transition: all 0.2s; }
.hamburger-menu ul li a{color: #000; display: block; transition-duration: .25s; padding: 1em 0; }
.hamburger-menu ul li a:hover{color: #39A6F7; transition-duration: .25s; }
.hamburger-menu ul li:hover img{ left:6px;　transition-duration: .25s;}
.hamburger-menu ul li:first-child a{padding: 0.5em 0; }

.bannar{ margin: 40px auto; }
.bannar div{ margin: 0px auto; padding: 30px 0; background: #fff; border-radius: 20px;}
.bannar h3{ text-align: center;}
.bannar ul {margin: 15px auto; width:90%;}
.bannar ul li{  padding: 0; line-height: 1; margin: 10px auto; }
.bannar ul li a{ padding: 0 !important; line-height: 1; margin: 0 1px;}
.bannar ul li a img{  width:100%; height: auto;  }
.bannar ul li.article a{ border-left: 3px solid #000 ;  display: block; position: relative; padding: 5px 10px !important; margin: 1.5em auto 0;   }
.bannar ul li.article img{  width:23px; height: auto; position: absolute; right: 0; top:50%; transform:  translateY(-50%);  }
.bannar a.onlineshop{display: block; margin: 1em auto; padding: 15px 0; background: #FFF1D6; border-radius: 0px; text-align: center; box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  border: 1px solid #FF6633; border-bottom: 5px solid #FF6633; border-radius: 10px;box-shadow: 0 3px 5px rgba(109, 41, 23, .3);
  border-bottom: 5px solid #B2543B; }
.bannar a.onlineshop:hover{ transform: translate(0, 3px);transition: all 0.2s;  background: #FF6633;
 shadow: 0 2px 0px rgba(109, 41, 23, .5);  border-bottom: 1px solid #B2543B;margin: 1em auto 1.2em;  }
.bannar a.onlineshop img{display: inline-block; vertical-align: middle;}
.bannar a.onlineshop img.pc{ margin: 0px 5px 0 0; width:15%; }
.bannar a.onlineshop img.shoptitle{ margin: 0px auto; width:80%; }

/*マイページトップお知らせなど*/
.mypagetop { margin: 0 auto 4em; background: #fff; padding: 1.5em;border-radius: 10px}
.mypagetop header{ display: inline-flex;  border-bottom: 2px solid #004DA1; width:100%; justify-content:space-between; padding: 0.5em 0;}
.mypagetop header h2{  position: relative;  padding-left: 50px;}
.mypagetop header h2 img{ width:44px; height: auto; position: absolute; left:0; top:50%; transform: translateY(-50%);}
.mypagetop header a {  position: relative;  display: inline; padding: 0.2em 0.5em 0em  1em; line-height: 1.7em; background: #39A6F7; color: #fff;transition: all 0.5s ease 0s; border-radius: 5px;}
.mypagetop header a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 5px;
  top: 50%; transform: translateY(-50%);
}
.mypagetop header a:hover {   background: #ff910f;transition: all 0.5s ease 0s;}
.mypagetop ul{ margin: 1em auto; width:95%;}
.mypagetop ul li{ margin: 1em auto;  border-bottom: 1px dotted; padding: 1em 0.5em;}
.mypagenews ul li span,.mypagenews ul li a{ display: inline-block; vertical-align: top;}
.mypagenews ul li span{  width:6em; margin:4px 0 0 0;}
.mypagenews ul li a{width:calc( 100% - 7em );}
.mypagehistory ul li{ margin: 1em auto;  border-bottom: 1px dotted; padding: 1em 0.5em;}
.mypagehistory ul li a{ display: inline-block; margin-right: 1em;}
.mypagehistory ul li span{ display: inline-block; vertical-align: middle; margin-right: 1em;}
.mypagehistory ul li span.state{ border: 1px solid #BE272D; padding:0 0.2em; background: #fff;}
.mypagehistory ul li span.state.greenmoji{ border: 1px solid #006D4D;}

.mypagehistory ul li h3{  margin: 0.2em auto; position: relative; padding-left: 1.2em  }
.mypagehistory ul li h3 a{border-bottom: 1px solid ; }
.mypagehistory ul li h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 5px;
  top:2px;
}
.mypagehistory ul li span.place {position: relative;  float: left; margin: 0 0 0 1.5em; padding-left: 3em;}
.mypagehistory ul li span.place:before { 
  content: "会場：";
  position: absolute;
  left: 0;
  top: 50%; transform: translateY(-50%);
}

.mypagehistory ul li span.price{float: right;position: relative;padding:0 1em 0 2.5em; font-weight: 600;}
.mypagehistory ul li span.price:before { 
  content: "料金：";
  position: absolute;
  left: 0; font-size: 0.8em;
  top: 98%; transform: translateY(-100%);
}
.mypagehistory ul li span.price:after { 
  content: "円";
  position: absolute;
  right: 0;font-size: 0.8em;
  top: 98%; transform: translateY(-100%);
}

/*マイページトップ機能*/
.mypagefunction{ margin:12em auto 3em; background: #EFEFEF; padding: 1.5em; border-radius: 10px}
.home .mypagefunction{ margin:6em auto 3em; }
.mypagefunction h3{ text-align: center; margin: 0px auto;}
.container{  display: flex;flex-wrap: wrap;justify-content: space-between;
align-content: center;gap: 20px 30px;/*縦20px、横30pxの指定*/ margin: 30px auto 0; }
.mypagefunction .box{ border: 1px solid #004DA1; background: #fff; filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));  width:calc( 50% - 20px ); text-align: center; padding: 1em ; border-radius: 10px}
.mypagefunction .box img{ width: 90px; height: auto; }
.mypagefunction h4 {
  color:#004DA1;
}
.mypagefunction .box p{text-align: left; margin: 1em auto}
.mypagefunction .box ul{text-align: left; margin: 1em auto}
.mypagefunction .box ul li{position: relative; padding-left: 1em; word-wrap: break-word;}
.mypagefunction .box ul li:before{  position: absolute; content: "・"; left:0; top:0; }
.mypagefunction .box ul li p{ margin: 0 0 0 2em;}
.mypagefunction .box a{ color: #fff;  display: block; margin: 0 0 0 auto; position: relative; padding-left: 10px;border: 1px solid #FF6633; background: #FF6633;border-radius: 20px; min-width: 60px; max-width:180px;}
.mypagefunction .box a:hover{ color: #fff;  border: 1px solid #39A6F7; background: #39A6F7;}
.mypagefunction .box.bbs2 a{ max-width: 250px;}
.mypagefunction .box a img{ position: absolute; width:16px; height: auto; left:0;top:50%; transform: translateY(-50%);}
.mypagefunction .box.profile{ width:65%; min-width: 350px;  margin: 0 auto; }
.mypagefunction .box.profile img.icon{  float: left; margin: 0 0.5em 0 0; }
.mypagefunction .box.profile  h4 ,.mypagefunction .box.profile  p { text-align: left;}
.mypagefunction .box.profile  p {margin: 0.2em auto 0.5em}

/*マイページフォーム*/
.mypageform h2{ margin-bottom: 0.5em;  position:relative; padding-left: 1.3em;}
.mypageform h2:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f304";
  position: absolute;
  left: 5px; font-size: 0.8em;
  top: 50%; transform: translateY(-50%);
}

/* 基本　input */
label {
  display: inline-block;
  margin: 0.3em 0;
  width: auto;
}
label.ssize {
  width: 6em;
}
label.minisize {
  width: 3em;
}
label.msize {
  width: 40%;
  max-width: 16em;
  max-width: 16em;
}
label.lsize {
  width: 90%;
}
label span {
  margin-right: 1em;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="number"], input[type="password"], textarea {
  padding: 1em 0.8em;
  outline: none;
  display: inline-block;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin: 0;
}
 textarea { min-height: 6em;}
input[type="number"] {
  width: 3em;
}
input[type="text"].tel {
  width: 10em;
}
input[type="text"]:focus, input[type="number"]:focus, texture:focus, input[type="tel"]:focus, textarea:focus, input[type="email"]:focus, input[type="password"]:focus {
  box-shadow: 0 0 7px #004DA1;
  border: 1px solid #004DA1;
}
input.p-postal-code[type="text"] {
  max-width: 10em;
}
input.old[type="text"]{ border:none; text-align: left;pointer-events : none;  }
input.old[type="text"]:focus{ box-shadow: none;
  border: none;}


input.file-button {
  display: block;margin: 1em 0 0;cursor: pointer;
}

.file-button::file-selector-button {
  font-weight: bold;
  color: #000; 
  background: #f0f0f0;
  font-size: 14px;
  border-radius: 10em;
  padding: 8px 16px;
  text-align: center;
border: 1px solid #000;cursor: pointer;
}

.block::file-selector-button {
  display: block;
}



select {
  padding: 0.8em;
  outline: none;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  max-width: 500px;
  width: 90%;
  margin-bottom: 0.2em;
  margin-right: 0.5em;
}
button {
  margin: 30px auto 0;
  background-color: #FF6633;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  cursor: pointer;
  color: #fff !important;
  text-align: center;
  min-width: 10em;
}
button:hover {
  background: #AA0C0C;
  border: 1px solid #AA0C0C;
  border-radius: 50px;
}
button img {
  width: 35px;
  height: auto;
}
button img, button span {
  display: inline-block;
  vertical-align: middle;
}
button span {
  margin: 0.5em 0 0 1em;
}
button.green {
  background-color: #006D4D;
}
button.green:hover {
  background: #004C34;
  border: 1px solid #004C34;
}
button.blue {
  background-color: #004DA1;
}
button.blue:hover {
  background: #002D56;
  border: 1px solid #002D56;
}
button.red, .buttonred {
  background-color: #BE272D;
    
}
button.red:hover {
  background: #840000;
  border: 1px solid #840000;
}
.buttonred:hover {
  background: #840000;
}

button.gray {
  background-color: #999999;
}
button.gray:hover {
  background: #333;
  border: 1px solid #333;
}
button.blue2 {
  background-color: #39A6F7;
      font-size: 24px;
  font-size: 2.4rem;
}
button.blue2:hover {
  background: #004DA1;
  border: 1px solid #004DA1;
}

.button {
  text-align: center;
  margin: 3em auto 0;
} /*ボタンをセンターに並べる*/
.row.button {  margin: 0!important}
button.inline {
  display: inline-block;
  padding: 12px 1.5em;
  margin: 0 0.8em!important;
} 
/*横並び*/

hr {
  height: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #004DA1;
  margin: 1em 0;
  display: block;
}


/* サーチ　*/
form.sarch { display: flex;justify-content: space-between; /* 左右均等分布 */align-items: center; /* 上下中央揃え */gap: 20px; margin: 0 0 3em;} 
form.sarch label{ margin: 0 0.5em;}
form.sarch h4{ display: inline-block;margin: 0 0.5em;}
form.sarch h4:after{ content:"："}

form.sarch .button { 
    margin: 0.5em 0 0; text-align: right;
  }
form.sarch .button  button {
  margin:0px auto 0;
  padding: 5px;
  min-width: 6em;
}
form.sarch div.sarch1{ display: inline-block; vertical-align: middle; margin-bottom: 0.5em;}

.mypagehistory ul.mypagehistory{ margin: 1em auto 4em; width:100%;}
.mypagehistory ul.mypagehistory li{ background: #fff; border-radius: 10px; padding: 1em; margin: 1em auto; border: none;}
.mypagehistory ul.mypagehistory li:nth-child(even){background: #E6F7FF; }

.nochange{ display: inline-block;
  padding: 1em 0.8em;
  outline: none;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0.5em;
}



/*フォーム*/
dl {
  display: flex;
  border-bottom: 1px solid #999;
  flex: wrap;
  flex-flow: row wrap;
  margin-bottom: 3em;
}
dl dt, dl dd {
  margin: 0;
  padding: 1em 0 1em 1em;
  border-top: 1px solid #999;
}
dl dt {
  width: 14em;
  line-height: 55px; background: rgba(255,255,255,0.8);
}
dl dd {
  width: calc(100% - 14em);
}
.form.kakunin dl dt {
  line-height: 1.5;
}

.form dl.hissu dt{ padding: 1em 0 1em 2.5em;}
.form dl.hissu dt .hissu{
 position: relative; display: block;
}
.form dl dt .hissu:after {
 content:"必須";
 position: absolute;
 font-size: 0.6em;
 background:#BE272D;
 color: #fff;
line-height: 1em; padding:0.3em 0.5em; border-radius:2px;
 width: 2.2em; text-align: center;
top:50%; transform:  translateY(-50%);
left:-3.5em; display: inline-block;
}

/*ラジオボックス*/
.radio label {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  margin-bottom: .4em;
  padding: .5em .7em;
  border: 1px solid #999;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.radio.ssize label {
  max-width: 15em;
}
.radio.msize label {
  max-width: 25em;
}
.radio label:has(:checked) {
  background-color: #004DA1;
  color: #fff;
}
.radio label::before, .radio label:has(:checked)::after {
  border-radius: 50%;
  content: '';
}
.radio label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #004DA1;
}
.radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: calc(7px + .75em);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #004DA1;
  border: 1px solid #004DA1;
}
.radio label span {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0;
  padding: 0;
}
.radio label b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  width: 33%;
  margin: 0;
  padding: 0;
}

/*ラジオボックスのテキスト*/
.radio label.input {
  display: block;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
}
.radio label.input::before { display: none;}
.radio label.input:has(:checked)::after { display: none;}
input {
  display: none;
}


/*チェックボックス*/
.checkbox label {
  display: flex;
  align-items: center;
  gap: 0 .5em;
  position: relative;
  margin-bottom: .4em;
  padding: .5em .7em;
  border: 1px solid #999;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.checkbox.ssize label {
  max-width: 15em;
}
.checkbox.msize label {
  max-width: 25em;
}
.checkbox label:has(:checked) {
  background-color: #004DA1;
  color: #fff;
}

.checkbox label::before {
  width: 14px;
  height: 14px;
  border-radius: 1px;
  background-color: #fff;
  content: '';border: 1px solid #004DA1;
}

.checkbox label:has(:checked)::after {
  position: absolute;
  top: 14px;
  left: 15px;
  transform: rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #004DA1;
  border-width: 0 2px 2px 0;
  content: '';
}

.checkbox input {
  display: none;
}

/*セレクトボックス*/
.selectbox {
  position: relative;
}
.selectbox::before, .selectbox::after {
  position: absolute;
  right: 15px;
  width: 9px;
  height: 6px;
  background-color: #202020;
  content: '';
  pointer-events: none;
}
.selectbox::before {
  top: calc(50% - 9px);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.selectbox::after {
  bottom: calc(50% - 9px);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.selectbox select {
  appearance: none;
  min-width: 7em;
  height: 2.8em;
  padding: .4em calc(.8em + 30px) .4em .8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #000000;
  font-size: 1em;
  cursor: pointer;
  text-align: center;
}
.selectbox select.lsize {
  min-width: 10em;
}




/*パンくず*/
.breadcrumb {
  list-style: none;
  border-radius: 5px;
  padding: 0.5em 0 0.5em 1em;
  margin:-4em auto 4em;   text-align:left;
}
.breadcrumb li {
  position: relative;
  margin-right: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li:last-child {
  margin: 0;
}
.breadcrumb li:not(:last-of-type)::after {
  margin: 0 .6em; /* 記号の左右の余白 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #105089;
  content: "\f105";
  position: absolute;
  left: 100%;
}
.breadcrumb li.now {
  background: #004DA1;
  color: #fff;
  border-radius: 20px;
  padding: 0 1em;
}

p.chuijiko {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0 0 0;
}
p.chuijiko:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f04d";
  position: absolute;
  left: 5px;
  top: 2px;
}
p.chuijiko.red {
  margin: 0 0;
}
p.chuijiko.red:before {
  font-weight: 900;
  font-size: 12px;
  content: "※";
  position: absolute;
  left: 5px;
  top: 2px;
}
article.space {
  padding: 0 2em 1em;
  border-bottom: 1px solid #999;
}
article.space .bage {
  padding: 1em;
}
article.space .chuijiko.red {
  margin: 0 0 1em 1em;
}
div.radio,div.inputbox {
  margin-left: 1em;
}
.kakunin dd span{ display: inline-block; vertical-align: middle; position: relative;
  padding-left: 1.5em;}
.kakunin dd span.first{ position: relative; padding-left: 1.5em;  margin:0; width:6em;}
.kakunin dd span.first:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f04d";
  position: absolute;
  left: 5px;
  top: 2px;
}

/*サブページ表*/
.subhyo h3{ margin: 2em auto 0; position: relative; padding-left: 1.5em }
.subhyo h3:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  position: absolute;
  left: 5px;color: #004DA1;
  top: 1px;
}

.subhyo dl { margin: 0.5em auto 5em;}
.subhyo dl dt, .subhyo dl dd {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #999;line-height: 1.6em;
}
.days {margin: 1em auto; display: flex;align-items:center; gap:10px;}
.days span.state{ border: 1px solid #BE272D; padding:0 0.2em; background: #fff;}
.days span.state.greenmoji{ border: 1px solid #006D4D;}
.subhyo dl dd .nyukin{ display: inline-block;position: relative; padding-left: 1.5em; vertical-align: middle; }
.subhyo dl dd .nyukin:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  position: absolute;
  left: 5px;color:  #BE272D;
  top: 50%; transform: translateY(-50%);
}

.subhyo dl dd button { position: relative;
  margin:0px 0 0 15px;
  padding: 5px 15px 5px 30px;
  min-width: 6em; border-radius: 20px;
}
.subhyo dl dd button.money {
  padding: 5px 60px 5px 30px;min-width:14em !important;
}

.subhyo dl dd button img{ position: absolute; left:5px; top: 50%; transform: translateY(-50%); width:20px; height: auto;}
.subhyo dl dd button img.money{  left:auto; right: 10px; width:40px; height: auto;}

/*bbs*/
article.bbs h2{ margin: 0 auto 1em ; }
.mypagetop ul{ margin: 1em auto; width:95%;}
article.listnav ul li{ margin: 1em auto; background: #fff; border-radius: 10px; padding: 1em;}
article.listnav.listnav2 ul li:nth-child(even){background: #E6F7FF; }

article.listnav ul li a { position: relative; padding-left: 40px;}
article.listnav ul li a img{position: absolute;width:30px; height: auto; left:0;top:50%; transform: translateY(-50%);}
div.bbslist{ margin: 0 auto 2em ; background: #fff; padding: 1.5em; border-radius: 10px;}
.bbshead { border-bottom: 2px solid #ddd; padding: 0 0 0.5em; display: flex;
    justify-content: space-between;align-items: center;
    flex-wrap: wrap;}
.namae{background: #004DA1; color: #fff; padding:0.1em 0.5em;border-radius: 5px;}
.namae2{background: #FF6633; }

div.bbslist .honbun{ margin: 1.5em auto; width:95%;}
div.bbslist .dw{border-top: 2px solid #ddd;  margin: 1em auto 0; width:95%;padding:1em 0 0;}
div.bbslist .dw a{ position: relative; padding-left: 50px;}
div.bbslist .dw a img{width:40px; height: auto; position: absolute; left:0; top:50%; transform: translateY(-50%);}

.inlineframe	{
    margin: 0 auto 80px;
	max-height: 800px; border-radius: 20px;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}
a.fq{  border: 1px solid  #BE272D; background: #fff; display: block; text-align: center; margin: 2em auto 4em; width:95%; max-width:350px; border-radius: 5px; padding: 0.5em; transition: all 0.5s ease 0s;}
a.fq .fas {display: inline-block;  margin-right:0.5em; }
a.fq:hover{  border: 1px solid  #BE272D; background:#BE272D; color: #fff;  transition: all 0.5s ease 0s;}
form.bbsform{ border: 1px solid  #004DA1;  border-radius:10px; background: #E6F7FF;  padding: 2em;}
form.bbsform .file-button{ float: left;}
form.bbsform .button { float: right; margin:1.5em auto 0;}


/*
  アコーディオン
*/
li.accordion__item{ position: relative;}
li.accordion__item a.dw{ display: block;  position: absolute; right:1em; top:2em;}
.accordion__list {
  width: 100%;
  padding: 10px 10px 0;
}

/*
  アコーディオンの開閉をつかさどる、
  type="checkbox" を指定しているinputタグ。
  inputタグそのものは非表示にする。
*/
.accordion__input {
  display: none;
}

/*
  アコーディオンの2つ目以降、上に余白を取る。
  開閉動作に影響なし。
*/
.accordion__item:nth-child(n+2) {
  margin-top: 10px;
}

/*
  アコーディオンの開閉ボタンの装飾。
  position: relative;が無いと、
  「+」「-」の位置がずれるので注意。
*/
.accordion__head {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 40px;

  cursor: pointer;
}

/*
  アコーディオンの開閉ボタンの右側に「+」を表示。
*/
.accordion__head::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  position: absolute;
  left: 5px; color:  #BE272D;
  top: 5px; font-size: 26px;
  transition: transform 1s;
}


/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
.accordion__body {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0 10px;
  background: #fff;
  transition: all .25s ease;
}

/*
  アコーディオンの開閉ボタン（labelタグ、class="accordion__head"）をクリックすると、
  対となっているinputタグ（class="accordion__input"）がチェック状態（checked）になる。

  チェック状態のinputタグの隣の隣にある、
  アコーディオンの閉じている部分（class="accordion__body"）の
  heightとpaddingを変更し、アコーディオンを開いた状態にする。
*/
.accordion__input:checked + .accordion__head + .accordion__body {
  height: auto;
  padding: 10px;
}

/*
  チェック状態のinputタグの隣にある、開閉ボタンの「+」を「-」に変更する。
*/
.accordion__input:checked + .accordion__head::before
  {
  transform: rotate(45deg); /* rotateZ(45deg) と等価 */
 font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  position: absolute;
  left: 5px; color:  #BE272D;
  top: 5px; font-size: 26px;
    transition: transform 1s;
}

.accordion__body ol li{ border-bottom: 1px solid #ddd; padding: 0.5em 1em  !important;transition: .2s ;}
.accordion__body ol li:hover{cursor: pointer;background:#D8FEFF; transition: .2s; }
.accordion__body ol li span,.accordion__body ol li a{ display: inline-block; margin:0 0.5em; vertical-align: middle;}
.accordion__body ol li h3{ margin-bottom: 0.3em;}
.accordion__body ol li a img{border-radius: 5px;}
.accordion__body ol li a{ margin: 0 0 0 1.5em}
.accordion__body ol li span.check{border-radius: 5px;}

.menu__box .mobbannar { display: none;}

@media screen and (max-width: 1100px) {
li.accordion__item a.dw{ top:auto;  bottom: 5px; }

 }

/*グループマイページ*/

/*アカウントボタン*/
article.bage .relative{position: relative; }
article.bage .relative div.account { position:absolute; top:-4em; right: 0;}
.account p{ display: inline-block; vertical-align: middle;}
.account button.blue2 {
  background-color: #39A6F7;
      font-size: 14px;
  font-size: 1.4rem;
}
/*アカウントリスト*/
.acountlist{ display: flex;  height:auto;
  flex-direction:row; /* 記載しなくてもデフォルトで指定されている */
  flex-wrap:wrap; /* 折り返し */}
.sublist {width: calc( 100% / 3 - 1em );  margin: 0em 1em 1em 0; padding:0.5em 0 0.5em 2em; border-bottom: 1px solid  #004DA1;}
.sublist:nth-child(4n-1) {  margin: 0em  0 1em  0;}
.sublist::before
  {
   font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f4ff";
  position: absolute;
  left: 0; color:#004DA1;
  top:50%; transform:  translateY(-50%); 
    transition: transform 1s;
}




@media screen and (max-width: 1162px) {}
@media screen and (max-width: 1024px) {
  #glovalheader h1 span {
    margin: 0;
    display: block;
  }
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 950px) {
/*グループアカウントボタン*/
article.bage .relative div.account { position:absolute; top:-5em; right: 0; text-align: right;}

}
@media screen and (max-width: 900px) {
   
/*マイページナビ*/
#menu__toggle {
  opacity: 0;
}
 
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top:20px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1; background: #fff;
}
.menu__btn > span {
 margin: 22px 0 0;
  width: 90%; left:4%;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #054993;
  transition-duration: .25s;
}

.menu__btn > span::before,
.menu__btn > span::after {
  width: 98%; left:2%;
}
     
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: calc( 100% - 70px );
  height: 100%;
  margin: 0;
  padding: 30px 0;
  list-style: none;
  background-color: rgba( 0,0,0,0.9);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;z-index: 100; height: 100%;  overflow-y: scroll;
}

    
.hamburger-menu ul li{ margin: 0 auto; width:90%; border-bottom: 1px solid #fff; padding:0 0 0 30px; position: relative;}
.hamburger-menu ul li:first-child{border-top: 1px solid #fff; }
.hamburger-menu ul li img{display: none; }
.hamburger-menu ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  content: "\f061"; color: #fff;
  position: absolute; left:5px; top:50%; transform:  translateY(-50%); 
}
    
.hamburger-menu ul li a{color: #fff; display: block; transition-duration: .25s; padding: 1em 0; }
.hamburger-menu ul li a:hover{color: #39A6F7; transition-duration: .25s; }
.hamburger-menu ul li:hover img{ left:6px;　transition-duration: .25s;}



article.bage {padding:10px 0; margin: 0;}
.maincontent{ float: none;width:95%; margin: 0 auto; padding: 150px 0 0;}
.sidenav{  float: none;width:95%; margin: 0 auto;}
article.bage .inner{ position: relative; }
    
.name{ width:95%; position: absolute; top:0px; left:2.5%; border: 6px solid #fff; background: #EFE8D5; padding: 1em; border-radius: 10px; margin:0px; 
display: flex;  flex-wrap: wrap;align-items: center;}
.name .logout{ display: block;  padding:0.3em 0.5em; font-size: 16px !important; margin: auto 0 auto auto; width:150px; }
.name h2,.name p { margin: 0 0.5em;}
.name.group{padding: 1em;  }
.name.group h2{  display: block;  margin: 0 10px 0 0; padding: 0 0 0 ; border: none; text-align: left;}

.name.group h2 span,.name.group h2  u{  display: inline-block; vertical-align: middle;}
.name p.memberid:before{ font-size: 12px; }
.name.group h2 span{ font-size: 12px;  margin: 0 5px 0 0;}
    
    
.bannar div{ border-radius: 10px; padding: 15px 0;}
.bannar ul {margin: 15px auto; width:95%;}
.bannar ul li{  display: inline-block; width:calc( 100% / 3 - 10px ); vertical-align: middle;margin: 3px 2px !important; }
.bannar ul li.article a{ border-left: 3px solid #000 ;  display: block; position: relative; padding: 5px 10px !important; margin: 0 10px 0;   }
.bannar a.onlineshop{  padding: 15px 0;  max-width: 300px;}

.menu__box .mobbannar  h3{ color: #fff; margin:1em auto 0.5em; text-align: center;}
.menu__box .mobbannar { display: block; margin: 1em auto; width:90%; text-align: left;}   
.menu__box .mobbannar a { display: inline-block; width:46%; margin: 1% 1.5%; vertical-align: middle;}   
.menu__box .mobbannar a img { width: 100%; height: auto;}   
.menu__box .mobbannar a.article{ border-left: 3px solid #fff ;  position: relative; padding: 5px 10px  5px 30px!important; margin: 1.5em 1.5% 0;  color: #fff ;width: calc( 46% - 0px ); }
.menu__box .mobbannar a.article:before {
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  content: "\f061"; color: #fff;
  position: absolute; left:5px; top:50%; transform:  translateY(-50%); 
}    
    
/*パンくず*/
.breadcrumb {
  margin:0.5em auto 2em;  
}
/*グループアカウントボタン*/
article.bage .relative div.account {  position: static; margin: -1em 0 0 0;}
    
}
@media screen and (max-width: 800px) {
  /* 共通変更 フォントサイズ　*/
  header h1 {
    padding: 30px 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .font12 {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .font14 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fontm18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font22 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font24 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font26 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .font32 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 600;
  }
  .font48 {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 600;
  }
  
  .radio label span {
    width: calc(100% - 2em);
  }
  .radio label b {
    width: calc(100% - 2em);
    margin: 0 0 0 1.5em;
    padding: 0;
  }
}

@media screen and (max-width: 900px) {
    #glovalheader {
    padding: 10px;
  }
  #glovalheader h1 {
    width: calc(95% - 80px);
    min-width: 280px;
    margin: 0px 0 0 0em !important;
    padding: 0;
  }
  #glovalheader h1 span {
    margin-left: 0;
    padding: 0.5em 0 0 0;
    font-size: 12px;
  }
  #glovalheader a.home {
    font-size: 14px;
    float: right;
    margin: 20px 1em 0 0;
    display: block;
    position: relative;
  }
  .subheader {
  margin: 0px auto 0px;
}
 
}

@media screen and (max-width: 750px) {
  
  label.ssize {
    width: 6em;
  }
  label.msize {
    width: 48%;
  }
  label.lsize {
    width: 95%;
  }
  .sublist{width: calc( 50%  - 0.5em ); margin: 0em 1em 1em 0; padding:0.5em 0 0.5em 2em; border-bottom: 1px solid  #004DA1;}
  .sublist:nth-child(4n-1){  margin: 0em 1em 1em  0;} 
.sublist:nth-child(even) {  margin: 0em  0 1em 0; }  


}
@media screen and (max-width: 670px) {
  dl {
    display: block !important;
    border-bottom: 1px solid #999;
    flex: wrap;
    flex-flow: row wrap;
  }
  dl dt, dl dd {
    margin: 0;
    padding: 0.5em;
    border-top: 1px solid #999;
  }
  dl dt {
    width: 100%;
    line-height: normal;
  }
  dl dd {
    width: 100%;
    padding: 0.5em 1em 1em;
  }
.bannar ul li{  display: inline-block; width:calc( 50% - 10px ); vertical-align: middle;margin: 3px 2px !important; max-width: 300px; }
.bannar ul li.article a{ border-left: 3px solid #000 ;  display: block; position: relative; padding: 5px 10px !important; margin: 0 10px 0;   }

.bannar ul li.article img{  width:15px; height: auto; position: absolute; right: -10px; top:50%; transform:  translateY(-50%);  }

}
@media screen and (max-width: 600px) {
  #contents header h1 span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  button.inline  { margin: 0.5em!important;}      

}
@media screen and (max-width: 500px) {
a.fq{   margin: 1em auto 2em;}
  .thanks .chuijiko span {
    display: inline;
  }
  /* フッターお問合せ
----------------------------------*/
  .otoiawase h3 {
    width: 200px;
    padding: 10px 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .otoiawase h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  .otoiawase p span.time {
    margin-right: 0em
  }
  .otoiawase p a {
    display: block;
  }
  .otoiawase p .fas {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .footer_nav ul {
    text-align: left;
  }
  .footer_nav ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 1px 0;
    width: calc(50% - 1em);
    border: none !important;
    position: relative;
  }
  .footer_nav ul li a, .footer_nav ul li:last-child a, .footer_nav ul li:nth-child(2) a {
    display: block;
    line-height: 1;
    border-right: 1px solid;
    padding: 1em 0 1em 2em;
    text-align: left;
    border: none !important;
  }
  .footer_nav ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #105089;
    content: "\f061";
    position: absolute;
    left: 0.5em;
    top: 1em;
  }
  .subheader h1 {
    padding: 100px 0 0px;
    min-height: 130px;
  }
  .button {
    margin: 3em auto 0;
  } /*ボタンをセンターに並べる*/

.mypagefunction .box,.mypagefunction .box.profile{  width:95%; min-width:95%; margin: 0px auto; }
article.bage .relative div.account {  position: static; }
.account p{ display: block; }
.account button.blue2 { display: block; margin: 5px 0 0 auto;}
  .sublist,  .sublist:nth-child(4n-1),.sublist:nth-child(even){width: 95%; margin: 0em auto 1em; }
 .font48 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
  }
#contents header h1 u.middle{
  bottom:20%;

}
button.inline  {  display:  inline-block; min-width: auto!important;margin: 0.5em auto; padding: 12px 1em !important; font-size: 14px !important;}

.menu__box .mobbannar { display: block; margin: 1em auto; width:100%; text-align: left;}   
.menu__box .mobbannar a { display:block; width:95%; margin: 1% auto ;  max-width: 250px; }
.menu__box .mobbannar a.article{  position: relative; padding: 5px 0px 5px 20px!important; width:calc(100% - 30px); display: block; font-size: 14px;margin: 1em auto;}
.menu__box .mobbannar a.article:before {
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  content: "\f061"; color: #fff;
  position: absolute; left:5px; top:50%; transform:  translateY(-50%); 
}    

.name{ display: block}
.name p.font22{ padding-right: 1em;  }
.name p.font22:after{ position: absolute; content: "様"; right: auto; bottom: 0; }    
.group .maincontent{ padding: 180px 0 0; }

.subhyo dl dd button.money {
  padding: 5px 60px 5px 30px !important;text-align: left; min-width:15em !important;
}
.subhyo dl dd button.inline  {padding: 5px 20px 5px 30px !important;}
}
@media screen and (min-width: 460px) {}
@media screen and (max-width: 450px) {
  .newslink a b {
    display: block;
  }
  /* 共通変更 フォントサイズ　*/
  #wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #contents article h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #contents article h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  header h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .font {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .fontm18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font22 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font24 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font26 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font32 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
  }
 
  button {
    font-size: 16px;
    font-size: 1.6rem;
  }
.maincontent{  padding: 130px 0 0;}


}
@media screen and (max-width: 400px) {
  .subheader {
    background: #3AA6F8;
    margin: 0px auto ;
  }
  .subheader h1 {
    background: url("../img/common/title.png") 0% 0% no-repeat;
    background-size: auto 100%; 
  }
    
#contents header h1 u {
  margin: 15px 0 0 0px;
}

#contents header h1 u.middle{
  margin: 0 auto 0 0px;
}
#contents header h1 span {margin: 0 auto 0 0px;
}
    
  /* 共通変更 フォントサイズ　*/
  #contents article h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #contents article h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .font20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .font24, .font22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .font26 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .font32 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .font48 {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
  }
  #contents header h1 {
    padding: 28px 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .sub #contents header h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #glovalheader h1 {
    margin: 20px auto 0;
  }
  #glovalheader h1 img {
    max-width: 285px;
    width: calc(100% - 90px);
  }
  .otoiawase h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
  }
  .otoiawase h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0.5em auto;
    text-align: center;
  }
  .otoiawase b {
    font-size: 26px !important;
    font-size: 2.6rem;
  }
  .otoiawase p .fas {
    font-size: 24px !important;
    font-size: 2.4rem;
  }
  .otoiawase p span.time {
    display: block;
    margin: 0.2em auto 1em;
  }
  .otoiawase p a {
    display: inline-block;
  }
.mypagenews ul li span{  margin:0 0 0 0;}
button.inline  { margin: 0.5em 0.1em!important;}
}
