/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
    font-weight: 300;
    font-style: normal;
	color: #333;
}
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body { 
	font-size: 1.6rem;
    font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
	line-height: 1.6;
	width: 100%;
	height: 100%;
    color: #333333;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
strong { 
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
img{ border-width : 0px 0px 0px 0px; vertical-align:top; }

li{ line-height:1em; }
ol li{ list-style:decimal; }
a:link{ text-decoration: none; color: #78b97e; transition: .3s; }
a:visited{ text-decoration: none; color: #78b97e; }
a:hover{ text-decoration: none; color: #057e5f; transition: .3s;  }
a:active{ text-decoration : none; }
a.hover:hover,
a img:hover { opacity: .6; transition: .3s; }

.block { display: block; }
.caution {
  font-size: 93.75%;
  text-indent: -1em;
  padding-left: 1em;
}


/* float */
.f_r { float: right; } 
.f_l { float: left; }
.c_b { clear: both; }

/* margin */

.m_10 { margin:10px; }
.m_t_5 { margin-top:5px; }
.m_t_10 { margin-top:10px; }
.m_t_15 { margin-top:15px; }
.m_t_20 { margin-top:20px; }
.m_t_30 { margin-top:30px; }
.m_t_50 { margin-top:50px; }
.m_t_60 { margin-top:60px; }
.m_t_70 { margin-top:70px; }
.m_t_100 { margin-top:100px; }
.m_r_5 { margin-right:5px; }
.m_r_10 { margin-right:10px; }
.m_r_15 { margin-right:15px; }
.m_r_20 { margin-right:20px; }
.m_r_30 { margin-right:30px; }
.m_r_40 { margin-right:40px; }
.m_r_50 { margin-right:50px; }
.m_r_60 { margin-right:60px; }

.m_b_5 { margin-bottom:5px; }
.m_b_10 { margin-bottom:10px; }
.m_b_15 { margin-bottom:15px; }
.m_b_20 { margin-bottom:20px; }
.m_b_30 { margin-bottom:30px; }
.m_b_40 { margin-bottom:40px; }
.m_b_50 { margin-bottom:50px; }
.m_b_60 { margin-bottom:60px; }

.m_l_5 { margin-left:10px;}
.m_l_10 { margin-left:10px;}
.m_l_15 { margin-left:15px;}
.m_l_20 { margin-left:20px;}
.m_l_30 { margin-left:30px;}

.m_tr_10 {
	margin-top: 10px;
	margin-right: 10px;
}
.m_tr_20 {
	margin-top: 20px;
	margin-right: 20px;
}
.m_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.m_tl_10 {
	margin-top: 10px;
	margin-left: 10px;
}
.m_tl_20 {
	margin-top: 20px;
	margin-left: 20px;
}
.m_rb_10 {
	margin-right: 10px;
	margin-bottom: 10px;
}
.m_rb_20 {
	margin-right: 20px;
	margin-bottom: 20px;
}
.m_rl_10 {
	margin-right: 10px;
	margin-left: 10px;
}
.m_rl_20 {
	margin-right: 20px;
	margin-left: 20px;
}
.m_bl_10 {
	margin-bottom: 10px;
	margin-left: 10px;
}
.m_bl_20 {
	margin-bottom: 20px;
	margin-left: 20px;
}
.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.m_trb_10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.m_trb_20 {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.m_tbl_10 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.m_tbl_20 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* tablet */
@media screen and (max-width: 1024px) {
.m_t_50 { margin-top:5vw; }
.m_t_60 { margin-top:6vw; }
.m_t_70 { margin-top:7vw; }
.m_t_100 { margin-top:10vw; }
}
/* padding */
.p_10{ padding:10px; }
.p_t_10{ padding-top:10px; }
.p_r_10{ padding-right:10px; }
.p_b_10{ padding-bottom:10px; }
.p_l_10{ padding-left:10px; }
.p_b_0{ padding-bottom: 0px !important;	}
.p_t_0{ padding-top: 0px !important; }

/* tx */
.tx_r{ text-align:right; }
.tx_l{ text-align:left; }
.tx_c{ text-align:center; }

/* lineheigh */
.lh_15{ line-height:1.5 }
.lh_20{ line-height: 2 }
.lh_25{ line-height: 2.5 }

/* vertical-align */
.v_t{ vertical-align:top; }
.v_b{ vertical-align:bottom; }
.v_m{ vertical-align:middle; }

/* fontsize */
.font_s{ font-size: 1.2rem }
.font_m{ font-size: 1.5rem }
.font_l{ font-size: 1.8rem }
.font_xl{ font-size: 2.2rem }
/* tablet */
@media screen and (max-width: 1024px) {
.font_s{ font-size: 1.0vw}
.font_m{ font-size: 1.2vw }
.font_l{ font-size: 1.6vw }
.font_xl{ font-size: 1.8vw } 
}
/* sp */
@media screen and (max-width: 640px) {
.font_s{ font-size: 3.0vw}
.font_m{ font-size: 3.2vw }
.font_l{ font-size: 3.8vw }
.font_xl{ font-size: 4.0vw }    
}

.gr{color: #78B97E;}
.red{color: #FF3300;}
.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf{
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* 横幅 */
@media screen and (min-width: 769px) {
  .w80{ width: 80px; }
  .w100{ width: 100px; }
  .w120{ width: 120px; }
  .w140{ width: 140px; }
  .w160{ width: 160px; }
  .w180{ width: 180px; }
  .w200{ width: 200px; }
  .w210{ width: 210px; }
  .w220{ width: 220px; }
  .w230{ width: 230px; }
  .w240{ width: 240px; }
  .w250{ width: 250px; }
  .w260{ width: 260px; }
  .w270{ width: 270px; }
  .w280{ width: 280px; }
  .w290{ width: 290px; }
  .w300{ width: 300px; }
  .w310{ width: 310px; }
  .w320{ width: 320px; }
  .w330{ width: 330px; }
  .w340{ width: 340px; }
  .w350{ width: 350px; }
  .w360{ width: 360px; }
  .w370{ width: 370px; }
  .w380{ width: 380px; }
  .w390{ width: 390px; }
  .w400{ width: 400px; }
  .w410{ width: 410px; }
  .w420{ width: 420px; }
  .w430{ width: 430px; }
  .w440{ width: 440px; }
  .w450{ width: 450px; }
  .w460{ width: 460px; }
  .w470{ width: 470px; }
  .w480{ width: 480px; }
  .w490{ width: 490px; }
  .w500{ width: 500px; }
  .w510{ width: 510px; }
  .w520{ width: 520px; }
  .w530{ width: 530px; }
  .w540{ width: 540px; }
  .w550{ width: 550px; }
  .w560{ width: 560px; }
  .w570{ width: 570px; }
  .w580{ width: 580px; }
  .w590{ width: 590px; }
  .w600{ width: 600px; }
  .w610{ width: 610px; }
  .w620{ width: 620px; }
  .w630{ width: 630px; }
  .w640{ width: 640px; }
  .w650{ width: 650px; }
  .w660{ width: 660px; }
  .w670{ width: 670px; }
  .w680{ width: 680px; }
  .w690{ width: 690px; }
  .w700{ width: 700px; }
}
.w100p { width: 100%; }
.w50p { width: 50%; }
.w25p { width: 25%; }
.w20p { width: 20%; }

.fs15{	font-size: 93.75%; }
.fs14{	font-size: 87.5%; }
.fs12{	font-size: 75%; }
strong ,
ruby ,
span { color: inherit; font-size: inherit; }
small ,
rt { color: inherit; }

/* FORM  */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text],textarea {
  -webkit-appearance: none;
  max-width: 100%;
  border-radius: 0;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 641px) {
.spOnly{
	display: none !important;
    }
.inner{
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
}
/*------------------------------
	TABLET
------------------------------*/
@media screen and (max-width: 1024px) {
body { 
	font-size: 1.6vw!important;
}
.tabr{
	display: none !important;
    }
img{
	width: 100%;
	height: auto;
}
.inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
}
/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 640px) {
.pcOnly{
	display: none !important;
    }
body { 
	font-size: 3.4vw!important;
}
.inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.button a{
    font-size: 3.6vw;
} 
}

/*------------------------------
	共通header
------------------------------*/
/* pc */
#header{
    width: 100%;
    background:url(../images/kotone/bg.svg);
    background-color: #fff;
}
#header_bar{
    width: 100%;
    background-image: url(../images/kotone/linebar.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 2vw;
    padding-bottom: 2vw;
}
#header .title {
    text-align: center;
    max-width: 1200px;
    width: 98%;
    margin: auto;
    position: relative;
}
#header .title img{
    width: 240px;
}
#header .contactbox a{
    position: absolute;
    top: 50px;
    right: 0;
    width: 140px;
    height: 34px;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 1.4rem;
    color:#fff;
    text-align: center;
    line-height: 30px;
    background-color: #ee9d78;
    border-radius: 17px;
}
#header .contactbox .arw{ font-size: 1.8rem;}
#header .contactbox a:hover{
    background-color: #f19279;
}
/* global_menu */
.global_menu{
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: 0s;
    z-index: 11;
}
.global_header{
    background-color: #fff6ee;
    height: 3vw;
}
.global_nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    font-size: 0;
    padding-top: 0.8vw;
}
.global_nav li{
    font-size: 1.5rem;
    position: relative;
    vertical-align: middle;
    border-right: 1.6px dotted #ee9d78;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    color: #555;
    letter-spacing: 1.5px;
    text-align: center;
    transition: .2s;
    flex: 0 1 calc(100% / 7);
    width: 100%;
}
/* IE10ハック */
@media all and (-ms-high-contrast:none){
  .global_nav li {
      display: inline-block;
      width: 14.2%;
  }
}
.global_nav li span{
    display: block;
    font-size: 1.0rem;
    border-bottom:solid 4px #fff;
    font-weight: 600;
    font-style: normal;
    padding-left: .2em;
}
.global_nav li:first-child{
    border-left:1.6px dotted #ee9d78;
}
.global_nav li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}
.global_nav li:hover {
    border-bottom:solid 3px #ee9d78;
    opacity: 0.9;
}

.dropdown_menu{
    display:none;
    width:100%;
    margin:0 auto;
    top: 90px;
    left: 0;
    position: absolute;
}
.dropdown_menu ul{
	display: block;
}
.dropdown_menu ul li{
    font-size: 1.4rem;
    position: static;
    border-right: none;
    line-height: 1.6;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #78b97e;
    border-bottom: 1px solid #FFFFFF;
}
.dropdown_menu ul li a{
    position: static;
    color: #FFFFFF;
}

/* tablet */
@media screen and (min-width:1023px) and ( max-width:1200px) {
    .global_header{
        height: 3.3vw;
    padding-top: 0.5vw;
    }
    .global_nav li{
        font-size: 1.3vw;
        letter-spacing: 0px;
    }

}
@media screen and (max-width: 1024px) {
    .global_header{
        height: 5vw;
    }
    .global_header .global_menu{
        top: 26vw;
    }
    .global_header.fix .global_menu{
        top: 21vw;
    }
    .global_nav li{
        font-size: 1.3vw;
        padding-top: 1vw;
        padding-bottom: 1vw;
        letter-spacing: 0;
    }
    .global_nav li span{
        font-size: 10px;
        line-height: 1.0;
    }
    .dropdown_menu{
        top: 6vw;
    }
    .dropdown_menu ul li{
        font-size: 1.4vw;
    }
    .global_header.fix .global_nav li{
        padding-top: 1.5vw;
        padding-bottom: 1.5vw;
        line-height: 1.5;
    }
    .global_header.fix .global_nav .dropdown_menu{
        top: 6vw;
    }
    
}
/* sp */
@media screen and (max-width: 640px) { 
    #header{
        position: fixed;
        top:0;
        left: 0;
        z-index: 100;
    }
    #header_bar{
        z-index: 2;
        padding-top: 1vw;
        padding-bottom: 0;
    }
    .global_header{
        height: 3vw;
    }
    #header .title{
        width: 90%;
        margin-left: 6%;
        margin-right: 0;
    }
    #header .titlebox{
        text-align: left;
        line-height: 1.4
    }
    #header .title img{
        width:12rem;
    }
    #header .title h1 .npo{
        font-size: 1.2rem;
        display: block;
    }
    #header .title .slogan{
        margin-left: -3rem;
    }
    #header button{
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }
    button:focus { 
        outline:0;
    }
	.toggle {
		display: block;
        position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 100;
    }	
	.toggle span {
		display: block;
		position: absolute;
		width: 40px;
		border-bottom: solid 2px #666666;
        border-radius: 50px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 10px;
    }
	.toggle span:nth-child(1) {
		top: 10px;
    }
	.toggle span:nth-child(2) {
		top: 22px;
    }
	.toggle span:nth-child(3) {
		top: 34px;
    }
	.toggle.active span:nth-child(1) {
		top: 22px;
		left: 10px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
    }
	.toggle.active span:nth-child(2),
	.toggle.active span:nth-child(3) {
		top: 22px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
    }
	.toggle .menu{
        color: #666666;
        top: 65%;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
        font-size: 10px;
        font-family: century-gothic, sans-serif;
        font-style: normal;
    }
	.toggle .menu.close{
        display: none;
    }
	.toggle .menu.close.active{
        display: block;
    }
	.toggle .menu.open.active{
        display: none;
    }
	.onanimation{
        display: block;
    }
    #header .global_menu.openNav{
        display: block;
        animation-name:navshow;
        animation-duration:0.5s;
        opacity: 1;
        text-align:left;
    }
    .global_header .global_menu{
        top: 60px
    }
    .global_menu {
        position: fixed;
        display: none;
        width: 100%;
        border: none;
        right: 0;
        z-index: 102;
        opacity: 1;
        display: none;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20vw;
        padding-top: 2vw;
        padding-right: 0;
        height: 120%;
        top: 60px;
    }
    .global_nav{
        position: absolute;
        top: 0;
        border: none;
        width: 100%;
        padding-top: 0px;  
        background-color: rgba(225,146,127,0.9);
    }
    .global_nav ul{
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    .global_nav li{
        color: #fff;
        font-size: 3.4vw;
        position: relative;
        border-right: none;
        border-bottom: 1px solid #fef3d0;
        padding-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 2px;
    }
    .global_nav li:not(:target){
        display: block;
        width: 100%;
    }
    .header_fixed.show .global_nav li{
        line-height: 1.2;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .global_nav li span{
        display:inline;
        font-size: 10px;
        padding-left: 1em;
        position: absolute;
        top: 25px;
    }
    .global_nav li a:before{
        width: 8px;
        height: 8px;
        border-top: 2px solid #fef3d0;
        border-right: 2px solid #fef3d0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2%;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .global_nav li.home::before{
        content:none;
    }
    .global_nav li.about::before{
        content:none;
    }
    .global_nav li.carepolicy::before{
        content:none;
    }
    .global_nav li.timeflow::before{
        content:none;
    }
    .global_nav li.event::before{
        content:none;
    }
    .global_nav li.overview::before{
        content:none;
    }
    .global_nav li.access::before{
        content:none;
    }
    .global_nav li.toppage::before{
        content:none;
    }
    .toggle_wrap{
        color: #686868;
        font-size: 3.4vw;
        cursor: pointer;
        position: relative
    }
    .global_nav li .toggle_wrap span{
        top: 5px;
    }
    .toggle_wrap::before{
        position:absolute;
        content:'';
        top: 0;
        bottom: 0;
        left: auto;
        right: 13px;
        margin: auto;
        bottom: 0;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #78B97E;
        border-right: 2px solid #78B97E;
        transform: rotate(45deg);
        transition: .5s ;
    }
    .toggle_wrap::after{
        position:absolute;
        content:'';
        top: 4px;
        bottom: 0;
        left: auto;
        right: 5px;
        margin: auto;
        bottom: 0;
        display: inline-block;
        width: 22px;
        height: 22px;
        transition: .5s ;
        border: 1px solid #78B97E;
        border-radius: 50px;
    }
    .toggle_wrap.hover::before{
        transform: rotate(-140deg);
        top: 8px;
    }
    .dropdown_menu_wrap{
        position: relative;
        display: none;
        top: 0;
        border-bottom: none;
        padding-top: 15px;
        width: 107%;
        left: -5%;
    }
    .dropdown_menu_wrap li{
        font-size: 3.2vw;
        border-bottom: 1px solid #FFFFFF;
        background-color: #f1aa79;
        color: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1em;
    }
    .dropdown_menu_wrap li a{
        color: #FFFFFF;
        position: static;
        text-indent:0;
    }
    .dropdown_menu_wrap li a:before{
        width: 8px;
        height: 8px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2%;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .spsns .contact a{
        width: 140px;
        height: 34px;
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 1.4rem;
        color:#8a635e;
        text-align: center;
        line-height: 30px;
        background-color: #fef3d0;
        border-radius: 17px;
    }
}
/*------------------------------
	other
------------------------------*/
/* pc */

/*------------------------------
	footer
------------------------------*/
/* pc */
#footer{
    background: linear-gradient(to bottom, #e8a98a 10%,#dc8273);
    padding: 30px 0;
    overflow: hidden;
}
.footer_inner{
    max-width: 1140px;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.footer_inner .footer_logo img{
    width: 20rem; 
    height: auto;
    margin-bottom: 0.5vw;
}
.footer_inner p{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 100;
}
.footer_inner p.cname{
    font-size: 1.6rem;
}
.footer_inner a{
    color: #fff;
}
.copyright{
    background-color: #dc8273;
    text-align: center;
    line-height: 2vw;
    font-size: 1rem;
    color: #ddd;
}
#f_btm{
    display: none;
}
#page_top{
    position: fixed;
    right: 2%;
    z-index:1;
} 
@media screen and (max-width: 1250px) {
    .footer_inner .footer_r_area{
        width: 30%;
        margin-right: 5%;
    }
    .footer_inner{
        width: 90%;
    }
    .footer_nav_area{
        width: 50%;
    }
}
/* tablet */
@media screen and (max-width: 1024px) {
    #footer{
        padding-top: 5vw;
        padding-bottom: 5vw;
    }
    .footer_inner .footer_r_area .address{
        font-size: 1.4vw;
    }
    .footer_inner .footer_r_area .address span{
        font-size: 1.6vw;
    }
    .footer_nav_area .nav li{
        font-size: 1.6vw;
    }
    .footer_nav_area .nav li ul li{
        font-size: 1.4vw;
    }
    .footer_nav_area .nav li a{
        font-size: 1.6vw;
    }
    .footer_nav_area .nav li::before{
        top: .6em;
        left: 0.2em;
        border-width: 3px 0 3px 3px;
    }
    .footer_nav_area .nav li ul li a{
        font-size: 1.4vw;
        padding-left: .5em;
    }
    #page_top{
        width: 6%;
    } 
}

/* sp */
@media screen and (max-width: 640px) {
    .copyright{
        font-size: 1rem;
        line-height: 3.5;
    }
    .footer_inner .footer_r_area{
        width: 20rem;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .footer_inner .footer_r_area .footer_npo{
        font-size: 1.1rem;
    }
    .footer_inner .footer_r_area .footer_logo img{
        width: 4vw;
    }
    .footer_inner .footer_r_area .footer_logo{
        font-size: 1.8rem;
    }
    .footer_inner .footer_r_area .address {
        font-size: 3.2vw;
    }
    .footer_inner .footer_r_area .address span{
        font-size: 3.4vw;
    }
    .footer_inner .footer_r_area .address span a{
        color: #fff;
    }
    .footer_inner .footer_r_area ul{
        font-size: 0;
    }
    .footer_inner .footer_r_area li{
        width: 49%;
        display: inline-block;
        margin-right: 2%;
    }
    .footer_inner .footer_r_area li:last-child{
        margin-right: 0;
    }
    #f_btm{
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 101;
        background-color: #FFFFFF;
        width: 100%;
        height: 50px;
        border-top:1px solid #CCCCCC;
    }
    #f_btm ul{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    #f_btm ul li{
        display: inline-block;
        background-color: #FFFFFF;
        line-height: 1.1;
        font-family: tbudgothic-std, sans-serif;
        font-weight: 700;
        font-style: normal;
    }
    #f_btm ul li.phone{
        position: relative;
        font-family: century-gothic, sans-serif;
        font-weight: 700;
        font-style: normal;
        padding-left: 7vw;
        padding-top: 2.0vw;
        background-image: url(../img/phone-alt-solid.svg);
        background-repeat: no-repeat;
        background-position: 5px 3vw;
        background-size: 5vw;
        width: 41%;
    }
     #f_btm ul li.phone a{
        font-size: 5.8vw;
        color: #686868;
        display: block;
    }
    #f_btm ul li.phone span{
        font-family: tbudgothic-std, sans-serif;
        font-style: normal;
        font-size: 10px;
        display: block;
    }
    #f_btm ul li.newcomer{
        position: absolute;
        right: 27%;
        width: 21%;
        padding-left: 6%;
        background-color: #78B97E;
        padding-top: 3.5vw;
        background-image: url(../img/icon_newmember_sp.png);
        background-repeat: no-repeat;
        background-position: 1.5vw 4vw;
        background-size: 3.5vw;
    }
    #f_btm ul li.newcomer a{
        display: block;
        font-size: 12px;
        color: #FFFFFF;
        height: 60px;
        width: 100%;
    }
    #f_btm ul li.ob{
        background-color: #B0D3A8;
        position: absolute;
        right: 0;
        width: 19%;
        padding-left: 8%;
        padding-top: 3.5vw;
        background-image: url(../img/icon_ob_sp.png);
        background-repeat: no-repeat;
        background-position: .5vw 3vw;
        background-size: 7vw;
    }
    #f_btm ul li.ob a{
        display: block;
        font-size: 3.0vw;
        color: #FFFFFF;
        height: 60px;
        width: 100%;
    }
    .footer_inner .contactLi{
        display: none;
    }
    #page_top{
        width: 10%;
    }
    .footer_nav_area{
        display: none;
    }
}

/*------------------------------
	breadcrumbs
------------------------------*/
/*PC*/
#breadcrumbs{
    max-width: 1200px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.4rem;
    margin-top: 50px;
    text-align: left;
    margin-bottom: 50px;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #breadcrumbs{
        width: 94%;
        margin-top: 17vw;
        font-size: 1.4vw;
        margin-top: 0vw;
        margin-bottom: 5vw;
        } 
}
/*SP*/
@media screen and (max-width: 750px) {
    #breadcrumbs{
        display: none;
    } 
}


/*------------------------------
	table
------------------------------*/  

.tbl01 {
      width: 100%;
      border: none;
      border-collapse: collapse;
      font-family: tbudgothic-std, sans-serif;
}
.tbl01 th ,
.tbl01 td {
      padding: 10px 20px;
      border-right: 3px solid #FFFFFF;
      border-bottom: 3px solid #FFFFFF;
      box-sizing: border-box;
}
.tbl01 th {
      background: #D2EBF3;
      vertical-align: top;
      color: #3D598D;
}
.tbl01 td {
      background: #F4F7FB;
      text-align: left;
      vertical-align: top;
}
.tbl02 {
    border-collapse:separate;
    border-spacing:3px 3px;
    width: 100%;
    font-family: tbudgothic-std, sans-serif;
}
.tbl02 th ,
.tbl02 td {
      padding: 10px 20px;
      border-right: 3px solid #FFFFFF;
      border-bottom: 3px solid #FFFFFF;
      box-sizing: border-box;
}
.tbl02 th {
      background: #CBE4EC;
      vertical-align: top;
      color: #3D598D;
    border: 1px solid #CBE4EC;
}
.tbl02 td {
      background: #FFFFFF;
      text-align: left;
      vertical-align: top;
      border: 1px solid #CBE4EC;
}
.tbl_li{
        margin-top: 10px;
}
.tbl_li li{
        font-size: 1.2rem;
        padding-left: 1em;
        text-indent: -1em;
}
.tbl_li li::before{
        content:"※";
}

/* tablet */
@media screen and (max-width: 1024px) {
    .tbl01 th ,
    .tbl01 td {
      padding: .5em 1em;
      border-right: 3px solid #FFFFFF;
      border-bottom: 3px solid #FFFFFF;
      box-sizing: border-box;
    }
    .tbl_li li{
        font-size: 1.2vw;
    }
}
/* sp */
@media screen and (max-width: 640px) {
    .tbl_li li{
        font-size: 3.0vw;
    }
}


/*------------------------------
	contact bnr
------------------------------*/ 

.contact_bnr{
    max-width: 1000px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .contact_bnr{
        margin-top: 5vw;
        margin-bottom: 10vw;
    }
}