@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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;
}
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;
}
figure {
    margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/* -------------------------------------------------------------- */

body {
    color: #333;
    font-size: 12px;
    font-family: 'Noto Sans JP', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    background: #f8f4f1;
    -webkit-text-size-adjust: none;
}
/* リンク設定
------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #515353;
}
a:active, a:focus {
    outline: 0;
}
/* 全体
------------------------------------------------------------*/
#wrap, #header, #footer {
    margin: 0 auto;
    padding: 0 1%;
    width: 98%;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 3px #ccc;
}
.inner {
    margin: 0 auto;
    width: 100%;
}
#program {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.container{
    max-width: 960px;
    margin: 0 auto;
}

/*************
/* ヘッダー
*************/
#header {
    overflow: hidden;
}
* html #header {
    height: 1%;
}
/*************
/* ロゴ
*************/
#header .logo {
    float: left;
    padding: 20px 0 0;
}
#header h1 {
    font-size: 23px;
    font-weight: 700;
}
.logo a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.logo span {
    font-size: 12px;
    font-weight: normal;
}
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner {
    margin: 0 auto 30px;
    padding: 30px 0 0;
    width: 100%;
    position: relative;
    line-height: 0;
    background: #fff;
}
#mainBanner img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 4px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
}

.mainImg{
    position: relative;
}
.title {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  transform: translate(-45%, -50%);
  font-weight: 700;
  width: 100%;
 /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
.sub-title {
  color: #FFF;
  position: absolute;
  top: 58%;
  left: 50%;
  font-size: 21px;
  transform: translate(-44%);
  font-weight: 600;
  width: 100%;
 /* text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;*/
}
.slogan {
    position: absolute;
    max-width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    line-height: 1.4;
    z-index: 100;
}
.slogan h3 {
    color: #fff;
    font-size: 18px;
}











.wrap-txt {
    font-size: 18px;
}
.wrap-txt-01 {
    font-size: 18px;
}
.wrap-txt-02 {
    font-size: 15px;
}
.wrap-txt-03 {
    font-size: 12px;
}
.wrap-txt-04 {
    font-size: 14px;
}
.wrap-txt-05 {
    font-size: 16px;
}
.wrap-txt-02-down {
    margin: 0 0 15px 0!important;
}
.txt-bg {
    padding: 5px;
    background:#F1F1F1;
    border-radius: 3px;
}
h2 {
    width: 280px;
    font-size: 15px;
}
.kouen{
	display: flex;
	width: 300px;
	margin: 0 auto;
}
.shourei-txt{
	color: #1E2D58;
	font-size: 16px;
	font-weight: bold;
}

.border{

    border-top: 1px dotted #333;
   padding-top: 20px;
}



#news ul li {
    margin-top: 10px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}
#news {
    margin-top: -25px;
    padding: 19px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
}
.btn {
    margin-top: -10px;
    margin-left: auto;
    text-align: right
}
.square_btn {
    margin-top: -50px;
    padding: 7px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
    color: #FFF;
    background: #797c7b;
    transition: .4s;
}
.square_btn>span {
    border-bottom: solid 1px #FFF;
}
.square_btn:hover {
    background: #91b5fb;
    margin-top: -50px;
}
.btnb {
    margin-top: 25px;
    margin-left: auto;
    text-align: right
}
.square_btnb {
    margin-top: -50px;
    padding: 7px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    text-decoration: none;
    color: #FFF;
    background: #797c7b;
    transition: .4s;
}
.square_btnb>span {
    border-bottom: solid 1px #FFF;
}
.square_btnb:hover {
    background: #91b5fb;
    margin-top: -50px;
}
.box-info {
    margin-bottom: 25px;
    padding: 20px 20px 17px;
    border: 1px solid #1E2D58;
    border-radius: 5px;
    max-width: 893px;
    margin: 50px auto 50px;
}
.box-info-title {
    font-size: 18px;
    margin: 0;
    padding: 0;
    border-left: #1E2D58 solid 8px;
    padding-left: 10px;
    color: #1E2D58;
}
.box-info-title-txt{
	color:#515353; 
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000; 
	padding-bottom: 5px;
	transition: 0.3s;

}
.box-info-title-txt:hover{
border-bottom: 1px solid red; 
	color: red; 

}
.box-info-title-txt +span:hover{

	border-bottom: 1px solid red;

}


/*お問い合わせボタン*/

.btn,a.btn,button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFF;
  border-radius: 0.3rem;
  margin-top: 20px;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

@media only screen and (max-width:390px) {

a.btn-flat {
  padding: 1.5rem 5rem;
}
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-96%);
  transform: translateX(-96%);
  background:#C39000;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}




 @keyframes fadein { /* ボタン表示のキーフレーム */
 0% {
 height: 0;
 opacity: 0;
}
 1% {
 height: auto;
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeout { /* ボタン非表示のキーフレーム */
 0% {
 height: auto;
 opacity: 1;
}
 99% {
 height: auto;
 opacity: 0;
}
 100% {
 height: 0;
}
}

/**************************
/* グリッド
**************************/
.gridwrap {
    padding-bottom: 20px;
    overflow: hidden;
}
* html .gridwrap {
    height: 1%;
}
.grid {
    float: left;
    background: #fff;
    border-bottom: 4px solid #000000;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.grid h3 {
    padding: 20px 5px;
    text-align: center;
    border-top: 4px solid #000000;
    border-bottom: 4px solid #000000;
    font-size: 16px;
    font-weight: 700;
}
.grid p {
    padding: 5px 10px;
}
.gridwrap img {
    max-width: 100%;
    height: auto;
}
/* フッター内のグリッド(3カラム) */
#footer .grid {
    color: #fff;
    border: 0;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#footer .grid p {
    padding: 0;
}
/*************
メイン コンテンツ
*************/
div.content {
    padding: 19px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
}
* html div.content {
    height: 1%;
}
div.content p {
    margin-bottom: 0.5rem;
}
h3.heading {
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #444444;
    color: #fff;
    background: #000000;
}
div.content img {
    max-width: 100%;
    height: auto;
}
.alignleft {
    float: left;
    clear: left;
    margin: 3px 10px 10px 0;
}
.alignright {
    float: right;
    clear: right;
    margin: 3px 0 10px 10px;
}
img.frame, #gallery img, p.img img {
    border: 4px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#gallery .grid {
    padding: 5px 0 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
p.img {
    margin: 10px 0 0;
    text-align: center;
}
/*************
テーブル
*************/
table.table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px auto;
}
table.table td {
    padding: 5px;
    border: 1px solid #000000;
}
th {
    text-align: left;
    padding: 5px;
    letter-spacing: 1px;
    white-space: nowrap;
    color: #515353;
    border-left: #000000 1px solid;
}
td.yakuin {
    background: #000000;
    color: #fff;
}
/*************
サブ（フッター前）コンテンツ
*************/
#sub ul {
    padding: 10px;
}
#sub li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
#sub li:last-child {
    border: 0;
    margin-bottom: 0;
}
#sub li a {
    display: block;
}
#sub ul.list {
    padding-bottom: 2px;
}
#sub ul.list li {
    clear: both;
    margin-bottom: 5px;
    padding: 4px 0;
    overflow: hidden;
}
* html #sub ul.list li {
    height: 1%;
}
#sub ul.list li img {
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
}
#sub ul.list li {
    font-size: 12px;
    line-height: 1.35;
}

.ac2{
    margin-top: 15px;
}

/*************
/* フッター
*************/
#footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
    background:#000000;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #ccc;
}
#footer .copyright {
    font-size: 11px;
}
.kouen-sp-off{
	display:block;
}
.kouen-sp-on{
	display:none;
}
.btnfoam a {
	display: block;
	margin: 30px ;
    border-radius: 8px;
   max-width: 270px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #000000;
	color: #fff;
	font-size: 17px;
	transition: 0.25s;
}
.btnfoam a:hover {
	opacity: 0.8;	
}

a .link-btn{
    display: block;
	position: relative;
	margin: 0 20px 25px 20px ;
    border-radius: 50%;
   max-width: 85px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #000000;
	color: #fff;
	font-size: 16px;
	transition: 0.25s;
	
}
a .link-btn::after{
    display: block;
	content: "";
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
    border-radius: 50%;
   width: 85%;
	height: 80%;
	line-height: 60px;
	text-align: center;
	border: solid 1.5px #fff;		
}
a .link-btn:hover {
	opacity: 0.8;	
}
.sp-on-shourei {
  display: none;
}
.sp-on-shourei-txt {
  padding-left: 0;
}
.btn-add {
  position: relative;
margin-top: -5px;	
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFFFFF;
  background: #9F9F9F;
  transition: 0.3s;
    font-size: 12px;
}

.btn-add:hover {
  background:  #F1F1F1;
  color:#333333;
}

.btn-add02 {
position: relative;
    /* margin-top: -5px; */
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFFFFF;
    background: #C39000;
    transition: 0.3s;
    font-size: 12px;
    top: -0.1rem;
}

.btn-add02:hover {
  background:#000;
  color:#FFF;
}








.es-address-inner {
	display: flex;
	width: 280px;
	justify-content: space-between;
	align-items: center;
}



.live-img{
    width: 100%;
    min-width: 200px;
    max-width: 350px;
    height: auto;
}

.live-img img{

    border: 4px solid #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 50%);
}
.live-contents{
    display: flex;
    
}


.live-inner{
    margin-left: 15%;
    display: flex;
     flex-direction: column;
    align-items: center;
}

.live-title{
    font-size: 22px;
    font-weight: 700; 
}

.live-txt{
   display: block;
    position: relative;
    margin: 0 20px 25px 20px;
    border-radius: 50%;
    width: 85px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #6495ED;
    color: #fff;
    font-size: 12px;
    font-weight: 700; 
    transition: 0.25s;
    margin-top: 70px
}
.live-txt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 85%;
    height: 80%;
    line-height: 60px;
    text-align: center;
    border: solid 1.5px #fff;
}
.live-txt:hover {
    opacity: 0.8;
    color: #fff;
}
.live-sp-on{
        display: none;
    }  
.img-sp-on{
        display: none;
    }  
.img-sp-off{
        display: block;
      }
.live-scroll{
    display: flex;
    justify-content: space-between;
     align-items: flex-end;
}
.scroll-live {
  display: block;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: red;
  letter-spacing: 1px;
  width: 280px;
  height: 50px;
  background: #D5EEFF;
  border-radius: 8px;
  transition: 0.3s;
}

.scroll-live:hover {
  color: #6495ED;
}
.content-hands {
  margin-top: 32px;
}
@media only screen and (max-width:768px) {
  .content-hands {
    margin-top: 0;
  }
}
/* PC用 */
@media only screen and (min-width:960px) {
#wrap, #header, .inner, #footer {
    width: 940px;
    padding: 0 10px;
}
#header {
    margin-top: 20px;
}
#wrap {
    padding-bottom: 20px;
}
#footer {
    padding: 20px 10px 10px;
}
nav div.panel {
    display: block !important;
    float: right;
}
a#menu {
    display: none;
}
nav#mainNav ul {
  float: right;
    margin-right: -10px;
    overflow: hidden;
	}

html nav#mainNav ul {
    height: 1%;
}
nav#mainNav ul li {
    float: left;
}
nav#mainNav ul a {
    font-size: 13px;
    display: block;
    padding: 70px 30px 3px 6px;
    color: #fff;
    border-right: 1px solid #444444;
    border-bottom: 1px solid #444444;
    background: #000000;
}
nav#mainNav ul li.active a, nav#mainNav ul a:hover {
    background: #F1F1F1;
    border-bottom: 1px solid #EBE7E7;
    border-right: 1px solid #EBE7E7;
    color: #000000;
}
nav#mainNav ul a span {
    font-size: 11px;
}
/* グリッド全体 */
.gridwrap {
    width: 960px;
    margin: 0 0 0 -20px;
}
/* グリッド共通 ベース:トップページ4カラム */
.grid {
    float: left;
    width: 220px;
    margin-left: 20px;
}
/* サブコンテンツ + フッター グリッド(3カラム) */
#sub .grid, #footer .grid {
    width: 300px;
}
/* ギャラリー グリッド(4カラム) */
#gallery {
    width: 920px;
}
#gallery .grid {
    width: 210px;
}
}
#ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#ggmap iframe, #ggmap object, #ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.arthrex {
    padding-left: 50px;
}
.sp-on { 
	display:none;
	}
.tab-on { 
	display:none;
	}

/* モニター幅960px以下 */
@media only screen and (max-width:959px) {
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
h1 p.inner {
    text-align: center;
}
#header .logo {
    float: none;
    text-align: center;
    padding: 10px 5px;
}
nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #000000;
}
nav#mainNav a.menu {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: left;
    color: #fff;
}
nav#mainNav a#menu span {
    padding-left: 10px;
}
nav#mainNav a.menu span:before {
    content: "→ ";
}
nav#mainNav a.menuOpen span:before {
    content: "↓ ";
}
nav#mainNav a#menu:hover {
    cursor: pointer;
}
nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
}

nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #fff;
    color: #fff;
    background: #000000;
}
nav#mainNav ul li a span {
    padding-left: 10px;
}
nav#mainNav ul li:first-child a {
    border-top: 1px dashed #fff;
}
nav#mainNav ul li:last-child a {
    border: 0;
}
nav#mainNav ul li.active a, nav#mainNav ul li a:hover {
    background: #F1F1F1;
    border-bottom: 1px solid #EBE7E7;
    border-right: 1px solid #EBE7E7;
    color: #000000;
}
nav div.panel {
    float: none;
}
.grid {
    float: left;
    width: 70%;
    margin: 30px 15% 0;
    text-align: center;
    align-items: center;
}
.grid img {
    float: left;
    margin-right: 5px;
}
.grid img {
    float: none;
    margin: 20px auto 10px;
}
.grid p, #sub .grid li {
    text-align: left;
}
.grid p.img {
    text-align: center;
}
img.frame, #gallery img {
    border-width: 2px;
}
#gallery {
    padding-left: 1px;
}
#gallery .grid {
    width: 23%;
    margin: 0 2% 0 0;
    padding: 0;
}
#gallery .grid img {
    float: none;
    margin: 0;
}
#sub .grid {
    width: 32%;
    margin: 10px 1%;
}
#sub .grid:first-child {
    margin-left: 0;
}
#sub .grid:last-child {
    margin-right: 0;
}
div.content {
    margin-bottom: 0;
}
#footer .grid {
    float: none;
    width: 100%;
    text-align: center;
}
#footer .grid:last-child {
    padding-top: 20px;
}
h2 {
   width: 100%;
    font-size: 12px;
    text-align: center;
}  
h2 dl{
	 max-width: 410px;
	margin: 0 auto;
	overflow: hidden;
    
}	
	
.kouen-sp-off{
	display:none;
}
.kouen-sp-on{
	display:block;
}	
	
.live-contents {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
    
 .live-inner {
    margin-left: 0;
     margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}  
.live-txt {
    margin-top: 40px;
}   
.live-img {
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    height: auto;
    margin-top: 20px;
}   
    
 .img-sp-on{
        display: block;
    }  
.img-sp-off{
        display: none;
    }     

    
}

.content-program{
	width: 50%;
}

.toku-small{
	font-size: 16px;
}


/* iPad 縦 */
@media only screen and (max-width:768px) {
#program {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}
	
.content-program{
	width: 100%;
}	
	
	
	
#sub .grid {
    float: none;
    width: 98%;
    margin-left: 1%;
}
#sub .grid:first-child {
    margin-left: 1%;
}
#sub .grid h3 {
    padding: 10px;
    text-align: left;
}
#sub ul.list {
    padding: 10px;
}
#sub ul.list li {
    padding-bottom: 3px;
    margin-bottom: 3px;
}
#sub ul.list li img {
    margin: 0 5px 0 0;
}
.tab-on { 
	display:block;
	
	
	}    
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
#footer .grid p {
    text-align: center;
}
.grid img {
    float: none;
    margin: 20px auto 10px;
}
.grid p, #sub .grid li {
    text-align: left;
}
.grid p.img {
    text-align: center;
}
img.frame, #gallery img {
    border-width: 2px;
}
.alignleft, .alignright {
    float: none;
    display: block;
    margin: 0 auto 10px;
}
}
@media only screen and (max-width:575px) {
.live-scroll {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    
}
.scroll-live {
    margin-top: 20px;
    margin-bottom: 20px;
}    
}
.btnfoam a {
    margin-left: 0;
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
#mainBanner {
    margin-left: 1px;
}
#header h1 {
    font-size: 20px;
    font-weight: 700;
}
h2 {
    max-width: 480px;
    font-size: 12px;
    text-align: center;
}      
p{
    font-size: 12px;
}
    
 .wrap-txt {
    font-size: 18px;
}      
.wrap-txt-01 {
    font-size: 14px;
    margin-bottom: 0.8rem!important;
}
.wrap-txt-02 {
    font-size: 12px;
}
.wrap-txt-03 {
    font-size: 12px;
}
.wrap-txt-05 {
    font-size: 12px;
}  
	
.toku-small{
	font-size: 12px;
}	
    
.wrap-txt-02-down {
    margin: 0 0 15px 0!important;
}
.txt-bg {
  padding: 5px;
  background: #F1F1F1;
  border-radius: 3px;
}
.sp-on {
  display: block;
}
.sp-on-shourei {
  display: block;
 margin-top: -10px;
  padding-left: 10px;
}
.sp-on-shourei-txt {
  padding-left: 1.2em;
}
.shourei-txt {
    color: #1E2D58;
    font-size: 14px;
    font-weight: bold;
}	
.live-sp-on{
        display: block;
    }    
    
.title {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-48% , -50%);
    font-weight: 800;
    width: 100%;
}     
    
.sub-title {
    position: absolute;
    top: 58%;
    left: 46.5%;
    font-size: 10px;
    transform: translate(-44%);
    width: 100%;
}    
  
}





@media only screen and (max-width:320px) {

.es-address-inner {
	display: flex;
	width: 250px;
	justify-content: space-between;
	align-items: center;
}
}

















