<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Allura&amp;display=swap');

/*========================================================================================================================


  ◇◆◇ レイアウト ◇◆◇
  
  1.  header
  2.  nav      
  3.  contents
  4.  footer
  99. parts  
  
  
========================================================================================================================*/


/*----------------------------------------------------------------------------------------------------

  1. header
  
----------------------------------------------------------------------------------------------------*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
header::after {
    content: "";
    padding-bottom: 80px;
}


/*----------------------------------------------------------------------------------------------------

  2. nav
  
----------------------------------------------------------------------------------------------------*/


.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
}

.navCont {
    width: 100%;
    height: 110px;
    line-height: 110px;
    background-color: #fff;
    position: relative;
}

.navCont .logo {
    position: absolute;
	top: -10px;
    left: 30px;
	width: 170px;
    display: inline-block;
}

@media screen and (max-width:1300px) {
	.navCont {
		height: 80px;
		line-height: 80px;
	}

	.navCont .logo {
		top: 10px;
    	left: 20px;
		width: 120px;
		height: 60px;
		display: inline-block;
	}
	
	.navCont .logo img {
		width: 100%;
		height: auto;
		vertical-align: inherit;
	}
}

.navCont nav {
    float: right;
    margin-right: 30px;
}

.navCont .member_btn {
    float: right;
	display: block;
	text-decoration: none;
	/* background-color: #00afcc; */
  background-color:#30BFD7; 
	color: #fff;
	transition: 0.3s all;
	box-sizing: border-box;
	line-height: 110px;
	padding: 0 24px;
	height: 110px;
	overflow: hidden;
}
.navCont .member_btn .icon {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background-color: #fff;
	background-image: url("../images/header/card_ic.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin-right: 20px;
	margin-top: 20px;
}
/* .navCont .member_btn:hover {
	background-color: #30BFD7;
} */
.navCont .member_btn:hover {
  background-color: #6CD6E8;
}

@media screen and (max-width:1300px) {
	.navCont .member_btn {
		line-height: 80px;
		height: 80px;
	}
	.navCont .member_btn .icon {
		width: 60px;
		height: 60px;	
		margin-top: 10px;
		background-size: 40px;
	}
	/* .navCont .member_btn:hover {
		background-color: #6CD6E8;
	} */
}

@media screen and (max-width:500px) {
	.navCont .member_btn {
		padding: 0 16px;
	}
	.navCont .member_btn .icon {
		margin-right: 0;
	}
	.navCont .member_btn .txt {
		display: none;
	}
}


.menu {
    position: relative;
    margin: 0 auto;
}

.menu &gt; li {
    list-style: none;
    float: left;
    cursor:pointer;
    margin-right: 48px;
}

.menu &gt; li a {
    position: relative;
    display: inline-block;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    color: #1b1b1b;
    white-space: nowrap;
}

.menu &gt; li a::after {
    position: absolute;
    bottom: -4px;
    left: 0.5em;
    content: '';
    width: calc(100% - 1em);
    height: 1px;
    background: #00afcc;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.menu &gt; li a:hover::after,
.menu &gt; li.active a::after {
    transform: scale(1, 1);
}

.menu li:last-child {
    margin-right: 0;
}

.menu &gt; li a:hover,
.menu &gt; li.active a {
	color: #00afcc;
}

.menu:before,
.menu:after {
    content: " ";
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

@media screen and (max-width:1300px) {
    .navCont nav {
        display: none;
    }
    
    .nav_contact_btn {
        right: 80px;
    }
}



/*-----------------------------------------------------------------------------------
  SPnav
-----------------------------------------------------------------------------------*/

html.openNav_on { overflow-y:hidden; }

#openNav-warp {
    width:0;
    height:0;
    position:fixed;
    top:0;
    right:0;
    z-index:2;
    overflow:hidden;
}

#openNav-warp.on {
    width:100%;
    height:100%;
    top:0;
    right:0;
    overflow-y:auto;
    background-color:#fff;
}

.lte-ie8 #openNav-warp {
    display:none !important;
}

.lte-ie8 #openNav-warp.on { min-width:1300px; }

@media screen and (min-width:1301px) {
    #openNav-warp.on {
        min-width:1300px;
    }
}

#openNav_sw {
    width:100%;
    height:100vh;
    filter:alpha(opacity=0);
    opacity:0;
    -moz-opacity:0;
    transition:opacity 0.2s ease;
    background-color:#00afcc;
}

#openNav-warp.on #openNav_sw {
    filter:alpha(opacity=100);
    opacity:1;
    -moz-opacity:1;
}

#openNav {
    background-color:#00afcc;
}

#openNav a { transition:opacity 0.2s ease; }

#openNav a,
#openNav a:visited { color:#fff; text-decoration:none; }

#openNav nav {
    width:100%;
    padding:6rem 1.5rem 2rem 1.5rem;
    font-size:120%;
    display: block;
    box-sizing: border-box;
}

#openNav nav &gt; ul.mnav {
    list-style:none;
}

#openNav nav &gt; ul.mnav &gt; li {
    width:100%;
}

#openNav nav &gt; ul.mnav &gt; li &gt; a {
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:100%;
    padding:0.7rem 1rem;
    display:block;
    font-size:118.8%;
    transition: 0.2s;
    box-sizing: border-box;
}

#openNav nav &gt; ul.mnav &gt; li:first-child a {
    border-top:1px solid rgba(255,255,255,0.2);
}
  
#openNav nav &gt; ul.mnav &gt; li.active &gt; a,
#openNav nav &gt; ul.mnav &gt; li &gt; a:hover {
    background-color:rgba(255,255,255,0.2);
}

#openNav nav .member_btn {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #00afcc;
	transition: 0.3s all;
	box-sizing: border-box;
	line-height: 70px;
	padding: 0 10px;
	height: 70px;
	overflow: hidden;
	margin-top: 24px;
}
#openNav nav .member_btn .icon {
	float: left;
	display: block;
	width: 70px;
	height: 50px;
	background-image: url("../images/header/card_ic.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	margin-top: 10px;
}

#openNav .nav_info {
    width: calc(100% - 3em);
    padding: 1.5rem 2rem;
    margin: 1.5em;
    font-size: 112.5%;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
}

#openNav .nav_info a {
    color: #00afcc;
}

#openNav .nav_info a.logo {
    display: block;
    font-size: 225.0%;
    letter-spacing: -0.1em;
    text-decoration: none;
    color: #272727;
    line-height: 1;
    margin-bottom: 0.5em;
}


/* ボタン ----------------------------------------*/

#openNav_btn {
    /* display: none; */
    cursor:pointer;
    float: right;
    width:110px;
    height:110px;
    text-align:center;
    color:#fff;
    background-color:#00afcc;
    transition: 0.2s all;
    margin-right: 30px;
}

@media screen and (max-width:1300px) {
  #openNav_btn {
    width:80px;
    height:80px;
    margin-right: 0px;
  }
}

#openNav_btn:hover {
    background-color:#30BFD7;
}

#openNav_btn.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    margin-right: 20px;
}

#openNav_btn.fixed { top:0; }
#openNav-warp.on #openNav_btn { position:absolute; }

.lte-ie8 #openNav_btn {
    display:none !important;
}

/* @media screen and (max-width:1300px) { */
    #openNav_btn {
        display: inline-block;
    }
/* } */

.openNav_btn_ic,
.openNav_btn_ic span,
.openNav_btn_ic span:before,
.openNav_btn_ic span:after {
    display:inline-block;
    transition:transform .4s, opacity .4s;
    box-sizing:border-box;
}
.openNav_btn_ic {
    position:relative;
    width:26px;
    height:20px;
    margin-top:22px;
}


  
.openNav_btn_ic span,
.openNav_btn_ic span:nth-of-type(2),
.openNav_btn_ic span:nth-of-type(3) {
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background-color:#fff;
}
.openNav_btn_ic span:nth-of-type(1) {
    top:0;
}
.openNav_btn_ic span:nth-of-type(2) {
    top:9px;
}
.openNav_btn_ic span:nth-of-type(3) {
    bottom:0;
}
  
#openNav_btn.close .openNav_btn_ic span:nth-of-type(1) {
    -webkit-transform:translateY(9px) rotate(-315deg);
    transform:translateY(9px) rotate(-315deg);
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(2) {
    opacity:0;
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(3) {
    -webkit-transform:translateY(-9px) rotate(315deg);
    transform:translateY(-9px) rotate(315deg);
}

.preload .openNav_btn_ic,
.preload .openNav_btn_ic span,
.preload .openNav_btn_ic span:before,
.preload .openNav_btn_ic span:after {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

/* @media screen and (max-width:1300px) { */
    .openNav_btn_ic {
        width:36px;
        height:30px;
        margin-top:38px;
    }

    @media screen and (max-width:1300px) {
      .openNav_btn_ic {
        margin-top:28px;
    }
    }
    
    .openNav_btn_ic span:nth-of-type(2) {
        top:14px;
    }
    
    #openNav_btn.close .openNav_btn_ic span:nth-of-type(1) {
        -webkit-transform:translateY(14px) rotate(-315deg);
        transform:translateY(14px) rotate(-315deg);
    }
    
    #openNav_btn.close .openNav_btn_ic span:nth-of-type(3) {
        -webkit-transform:translateY(-14px) rotate(315deg);
        transform:translateY(-14px) rotate(315deg);
    }
/* } */

@media print {
    #openNav_btn { display:none !important; }
}


/*----------------------------------------------------------------------------------------------------

  3.  contents
  
----------------------------------------------------------------------------------------------------*/

.wrapper {
	padding: 0 30px 30px;
	margin-top: 110px;
}

@media screen and (max-width:1300px) {   
    .wrapper {
		padding: 0;
		margin-top: 80px;
	}
}

.js-parallax {
	width: 100%;
	background-attachment: fixed;
}

@media screen and (max-width: 750px) {
	.js-parallax {
		background-size: cover;
		background-attachment: scroll;
	}
}

.ct {
	width: 1100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.ct:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.clear:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.inner {
    width: 1040px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

@media screen and (max-width:1260px) {   
    .inner {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width:640px) {   
    .inner {
        width: calc(100% - 60px);
    }
}

.ct-main,
.ct-side {
  box-sizing:border-box;
}

.ct-side.hide { display:none; }

@media screen and (max-width:1200px) {
    .ct {
        width:calc(100% - 80px);
        margin-left:40px;
        margin-right:40px;
    }
}

@media screen and (max-width:640px) {
	.ct { box-sizing: border-box; }
	.ct.line { border-bottom:1px solid #dcdcdc; }
	.ct.cols .ct-main, .ct.cols .ct-side { width:100%; float:none; }
	.ct.cols { width:calc(100% - 40px); margin-left:20px; margin-right:20px; }
	.ct-main { padding:2.5rem 1rem 2.5rem 1rem; min-height:inherit !important; }
}

.interval {
	margin-bottom: 80px !important;
}

.mg-none {
	margin-bottom: 0 !important;
}

.txt-blk {
	display: inline-block;
}


/*-----------------------------------------------------------------------------------
  パンくず
-----------------------------------------------------------------------------------*/

.pan {
  padding:0.75em 0;
}

.pan ul {
  width:1100px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  font-size:87.5%;
  list-style:none;
}

.pan li {
  display:inline-block;
  position:relative;
  padding-left:1.25em;
  padding-left:1.25rem;
}

.pan li:before {
  content:"";
  display:inline-block;
  width:0.4em;
  height:0.4em;
  position:absolute;
  top:0.6em;
  left:0.15em;
  border-right:1px solid #3c4655;
  border-bottom:1px solid #3c4655;
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  -webkit-transition:background-color ease 0.1s;
  -moz-transition:background-color ease 0.1s;
  -ms-transition:background-color ease 0.1s;
  -o-transition:background-color ease 0.1s;
  transition:background-color ease 0.1s;
}

@media all and (-ms-high-contrast:none) {
  .pan li:before { top:0.5em; }
}

@media screen and (max-width:640px) {
  .pan { padding:0.5rem 1rem; text-align:left; }
  .pan ul { width:inherit; display:inline-block; }
}

.lte-ie8 .pan li:before {
  content:"&gt;";
  display:inline-block;
  width:1em;
  height:1em;
  border:none;
  position:absolute;
  top:0.15em;
  text-decoration:none;
  color:#92959d;
}

.pan li:first-child { padding-left:0; }
.pan li:first-child:before { display:none; }


/*-----------------------------------------------------------------------------------
  見出し
-----------------------------------------------------------------------------------*/

.head01 {
	font-size: 5rem;
	line-height: 1;
}

.head02 {
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.3;
}

.head02 span {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	background-color: #00afcc;
	padding: 2px 0.5em;
}

@media screen and (max-width:700px) { 
	.head01 {
		font-size: 4rem;
	}
}

@media screen and (max-width:640px) { 
	.head01 {
		text-align: center;
	}
}

/*
.l-headlineB {
  color:#00736d;
  font-family:"Noto Sans Japanese";
  font-style:normal;
  font-weight:400;
  font-size:200.0%;
  border-top:2px solid #00736d;
  border-bottom:1px solid #dcdcdc;
  padding:18px 0.75em 17px 0.75em;
  padding:16px 1rem 17px 1rem;
  box-sizing:border-box;
  line-height:1.5;
  margin-bottom:30px;
}

.l-headline {
  background-color:#f4f4f4;
  color:#262c33;
  font-family:"Noto Sans Japanese";
  font-style:normal;
  font-weight:400;
  font-size:145%;
  border-left:2px solid #00736d;
  box-sizing:border-box;
  padding:0.75em 0.75em;
  padding:0.75rem 1rem;
  line-height:1.5;
}

.l-headlineS-bg {
  background-color:#dbf2f1;
  color:#00736d;
  font-weight:bold;
  line-height:1.5;
  font-size:137.5%;
  padding:0.65em 0.75em;
  padding:0.85rem 1rem;
}

.l-headlineS-line {
  border-bottom:1px solid #dcdcdc;
  font-weight:bold;
  font-size:137.5%;
  line-height:1.5;
  padding-bottom:0.5em;
  padding-bottom:0.75rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .l-headline,
  .l-headlineB {
    font-weight:600;
  }
}

@media screen and (max-width:640px) {
  .l-headlineB {
    margin-bottom:2rem;
    font-size:165%;
   }
  .l-headline {
    margin-bottom:0.5rem;
    font-size:125%;
  }
  .l-headlineS-bg { font-size:125%; }
  .l-headlineS-line { font-size:125%; }
}
*/

/*-----------------------------------------------------------------------------------
  side nav
-----------------------------------------------------------------------------------*/

.sideNav dl { padding-bottom:30px; }

.sideNav dt {
  box-sizing:border-box;
  line-height:1.4;
  background-color:#00736d;
  color:#fff;
  font-size:137.5%;
  padding-left:0.65em;
  padding-left:1rem;
  padding-top:1.3em;
  padding-top:1.65rem;
  padding-bottom:1.25em;
  padding-bottom:1.65rem;
  font-weight:bold;
}

.sideNav dd {
  background-color:#f4f4f4;
  border-bottom:1px solid #dcdcdc;
  cursor:pointer;
  line-height:1.4;
  padding:0.85em 0.85em;
  padding:0.85rem 0.85rem;
  position:relative;
  overflow:hidden;
  box-sizing:border-box;
}

.sideNav dd:before {
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:-100%;
  top:0;
  background-color:#fff;
  -webkit-transition:left 0.2s ease;
  -moz-transition:left 0.2s ease;
  -ms-transition:left 0.2s ease;
  -o-transition:left 0.2s ease;
  transition:left 0.2s ease;
}

.sideNav dd.active:before { background-color:#e4e4e4; }

.sideNav dd.active:before,
.no-csstransitions .sideNav dd:hover:before {
  left:0;
}

@media screen and (min-width:641px) {
  .sideNav dd:hover:before {
    left:0;
  }
}
@media screen and (max-width:640px) {
  .no-csstransitions .sideNav dd:hover:before {
    left:-100%;
  }
}

.sideNav dd:after {
  content:"";
  width:0;
  height:0;
  position:absolute;
  right:0.75em;
  right:0.75rem;
  top:50%;
  margin-top:-4px;
  border-left:5px solid #00736d;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
}

.sideNav dd.active {
  border-left:2px solid #00736d;
}

.sideNav dd a {
  position:relative;
  z-index:1;
}

.sideNav dd a,
.sideNav dd a:visited,
.sideNav dd:hover a,
.sideNav dd a:hover { color:inherit; text-decoration:none; }


@media screen and (max-width:640px) {  
  .sideNav dl { padding-bottom:0; }
  .sideNav .ctBtnList { display:none; }
  
  .sideNav dt { padding:1.5rem 1rem; }
  .sideNav dd { padding:1.25rem 1rem; }
  .sideNav dd:after { right:1rem; }
}



/*----------------------------------------------------------------------------------------------------

  4.  footer
  
----------------------------------------------------------------------------------------------------*/

/*  contact お問い合わせ */

.ftcontact {
	background-color: #00afcc;
	color: #fff;
	text-align: center;
}
.ftcontact h2 {
	color: #fff;
	margin-bottom: 42px;
}
.ftcontact p {
	margin-bottom: 60px;
}
.ftcontact .ftct_sp {
	display: none;
}

.ftcontact .btn02 {
	text-align: center;
	display: inline-block;
	width: 320px;
	padding: 1em 0;
	height: 26px;
	color: #191919;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
}
.ftcontact .btn02:hover {
	color: #fff;
	border: 1px solid #fff;	
}
.ftcontact .btn02::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background: #00afcc;
	border: 1px solid #00afcc;
	-webkit-transform-origin: right top;
			transform-origin: right top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}
.ftcontact .btn02:hover::before {
	-webkit-transform-origin: left top;
			transform-origin: left top;
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
}
@media screen and (max-width:600px) {
	.ftcontact h2 {
		font-size: 3rem;
	}
	.ftcontact .ftct_sp {
		display: inherit;
	}
}
@media screen and (max-width:400px) {	
	.ftcontact h2 {
		font-size: 2.25rem;
	}
	.ftcontact .btn02 {
		width: 100%;
	}
}

footer {
    width: 100%;
	background-image: url("../images/footer/ft_bg.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width:750px) {
	footer.js-parallax{
		/*background-position-y: 0 !important;*/
	}
    .footer-parallax-sp{
        width: 100%;
        display: inline-block;
        min-height: 100px;
        max-height: 100vh;
        overflow: hidden;
    }
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer .inner {
    color: #fff;
    text-align:left;
	padding-bottom: 42px;
}
footer .logo {
	font-size: 20px;
	font-weight: 700;
	margin-bottom:1em; 
}
footer address {
	margin-bottom: 20px;
}
footer address p {
	margin-bottom: 8px;
}
footer address p.telfax {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
}
footer .ftnav {
	overflow: hidden;
	margin: 20px 0;
}
footer .ftnav li {
	display: inline-block;
    position: relative;
    padding-left: 16px;
	margin-right: 24px;
  }
footer .ftnav li:last-child {
	margin-right: 0;
}
footer .ftnav li:before {
	content: "";
	position: absolute;
	top: .7em;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
footer .copyright {
	float: right;
}

footer .brtm01,
footer .brtm02,
footer .brtm03 {
	display: none;
}

@media screen and (max-width:890px) {
	footer .brtm01 {
		display: inherit;
	}
	footer .ftnav,
	footer .privacy {
		display: none;
	}
	footer .copyright {
		float: none;
		text-align: center;
	}
}
@media screen and (max-width:710px) {
	footer .brtm02 {
		display: inherit;
	}
	footer address p.telfax {
		line-height: 1.2;
	}
}
@media screen and (max-width:600px) {
	footer .copyright {
		font-size: 14px;
	}
}
@media screen and (max-width:400px) {	
	footer address p.telfax {
		font-size: 23px;
	}
	footer .brtm03 {
		display: inherit;
	}
}

/*-----------------------------------------------------------------------------------
  page top
-----------------------------------------------------------------------------------*/

html.openNav_on .page-top { z-index:0; }

.page-top {
    display:none;
    width:70px;
    height:70px;
    position:fixed;
    left:20px;
    bottom:40px;
    z-index:10;
    text-align:center;
}

.page-top.fixed {
    position:fixed;
    left:20px;
    bottom:40px;
    top:inherit;
}

.page-top a img {
    width:70px;
    height:70px;
    padding: 10px;
    display:block;
    transition: 0.2s;
}

.page-top a:hover img {
    opacity: 0.8;
}

.fixed-insta{
    position:fixed;
    left:30px;
    bottom:30px;
    top:inherit;
	z-index:10;
}

.fixed-insta a img {
    width:70px;
    height:70px;
    /*padding: 10px;*/
    display:block;
    transition: 0.2s;
}

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

}

@media print {
  .page-top { display:none !important; }
}


/*----------------------------------------------------------------------------------------------------

  99. parts
  
----------------------------------------------------------------------------------------------------*/

.font-allura { font-family: 'Allura', cursive; }

/*-----------------------------------------------------------------------------------
  visual
-----------------------------------------------------------------------------------*/

.visual {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.visual h1 {
    text-align: center;
    font-size: 300.0%;
    letter-spacing: 0.2em;
    padding-top: 100px;
    color: #fff;
}

.visual h1 span {
    display: block;
    font-size: 50%;
    letter-spacing: 0em;
	margin-top: 16px;
}


/*-----------------------------------------------------------------------------------
  arrow
-----------------------------------------------------------------------------------*/

.l-next,
.l-prev {
  display:inline-block;
  position:relative;
}

.l-next:before,
.l-prev:before {
  content:"";
  display:inline-block;
  position:absolute;
  top:50%;
  border-right-style:solid;
  border-bottom-style:solid;
  border-right-width:1px;
  border-bottom-width:1px;
  -webkit-transition:background-color ease 0.1s;
  -moz-transition:background-color ease 0.1s;
  -ms-transition:background-color ease 0.1s;
  -o-transition:background-color ease 0.1s;
  transition:background-color ease 0.1s;
}

.preload .l-next:before,
.preload .l-prev:before {
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  -webkit-transition:none;
  transition:none;
}

.l-next:before { -webkit-transform:rotate(-45deg); transform:rotate(-45deg); right:0.25em; }
.l-prev:before { -webkit-transform:rotate(135deg); transform:rotate(135deg); left:0.25em; }

.lte-ie8 .l-next:before,
.lte-ie8 .l-prev:before { display:none; }


/*-----------------------------------------------------------------------------------
  button
-----------------------------------------------------------------------------------*/

.preload .l-btn,
.preload .l-btn * {
  -webkit-transition:none !important;
  -moz-transition:none !important;
  -ms-transition:none !important;
  -o-transition:none !important;
  transition:none !important;
  animation:none !important;
}

.l-btn {
  overflow:hidden;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  display:inline-block;
  box-sizing:border-box;
  border:none;
  margin:0;
  outline:none;
  text-align:center;
  text-decoration:none;
  font-size:inherit;
  cursor:pointer;
  line-height:1;
  padding:0.75em 1.5em;
  position:relative;
  -webkit-transition:background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -moz-transition:background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -ms-transition:background ease 0.2s, border ease 0.2s, color ease 0.1s;
  -o-transition:background ease 0.2s, border ease 0.2s, color ease 0.1s;
  transition:background ease 0.2s, border ease 0.2s, color ease 0.1s;
}

.preload .l-btn {
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  -webkit-transition:none;
  transition:none;
}

.l-btnS { padding:0.75em 1em; font-size:87.5%; }
.l-btnM { padding:0.75em 2em; font-size:112.5%; }
.l-btnL { padding:0.75em 2em; font-size:125%; }

@media screen and (max-width:640px) {
  .l-btnS { padding:1rem 1.5rem; }
  .l-btnM { padding:1rem 2.5rem; }
  .l-btnL { padding:1rem 2.5rem; }
}

.l-btn .l-next:before,
.l-btn .l-prev:before {
  width:0.4em;
  height:0.4em;
  margin-top:-0.25em;
}

.l-btn:before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:-100%;
  top:0;
  -webkit-transition:left ease 0.2s;
  -moz-transition:left ease 0.2s;
  -ms-transition:left ease 0.2s;
  -o-transition:left ease 0.2s;
  transition:left ease 0.2s;
}

.l-btnS:before {
  -webkit-transition:left ease 0.25s;
  -moz-transition:left ease 0.25s;
  -ms-transition:left ease 0.25s;
  -o-transition:left ease 0.25s;
  transition:left ease 0.25s;
}

@media screen and (min-width:641px) {
  .l-btn:hover:before {
    left:0;
  }
}

/* 矢印
=====================================================================================*/

.l-btn .l-next { padding-right:1.5em; padding-left:0.75em; }
.l-btn .l-prev { padding-left:1.5em; padding-right:0.75em; }

.lte-ie8 .l-btn .l-next,
.lte-ie8 .l-btn .l-prev { padding-left:0; padding-right:0; }


/* カラー
=====================================================================================*/

.l-btn--yellow {
	background-color: #db9b3b;
  color:#4d3930 !important;
}

.l-btn--yellow:hover {
	background-color: #e6b263;
  color:#5b4237 !important;
}

.l-btn--dblue {
  background-color:#ffe231;
  color:#191919;
}
.l-btn--dblue:before { background-color:#ffe231; }
.l-btn--dblue .l-next:before,
.l-btn--dblue .l-prev:before {
  border-right-color:#191919;
  border-bottom-color:#191919;
}
.l-btn--dblue,
.l-btn--dblue:visited,
.l-btn--dblue:hover { color:#191919; background-color:#e2c92f; }


.l-btn--blueLine {
  border:1px solid #ffe231;
  background-color:#191919;
  color:#00736d;
}
.l-btn--blueLine:before { background-color:#00736d; }
.l-btn--blueLine .l-next:before,
.l-btn--blueLine .l-prev:before {
  border-right-color:#00736d;
  border-bottom-color:#00736d;
}
.l-btn--blueLine,
.l-btn--blueLine:visited,
.l-btn--blueLine:hover { color:#ffe231; }

@media screen and (min-width:641px) {
  .l-btn--blueLine:hover .l-next:before,
  .l-btn--blueLine:hover .l-prev:before {
    border-right-color:#191919;
    border-bottom-color:#191919;
  }
  .l-btn--blueLine:visited,
  .l-btn--blueLine:hover { color:#191919; background-color:#00736d; }
}

.btn02 {
	text-align: center;
	display: inline-block;
	width: 320px;
	padding: 1em 0;
	color: #191919;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #191919;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:640px) {
	.btn02 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.btn02:hover {
	color: #fff;
	border: 1px solid #00afcc;	
}
.btn02::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: "";
	background: #00afcc;
	border: 1px solid #00afcc;
	-webkit-transform-origin: right top;
			transform-origin: right top;
	-webkit-transform: scale(0, 1);
			transform: scale(0, 1);
	-webkit-transition: -webkit-transform 400ms;
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
}
.btn02:hover::before {
	-webkit-transform-origin: left top;
			transform-origin: left top;
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
}
@media screen and (max-width:400px) {	
	.btn02 {
		width: 100%;
	}
}


.btn03 {
	text-align: center;
	display: inline-block;
	width: 250px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	color: #191919;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #191919;
	position: relative;
	z-index: 1;
	transition: 0.2s all;
}
.btn03:hover {
	color: #fff;
	border: 1px solid #00afcc;	
	background: #00afcc;
}
@media screen and (max-width:400px) {	
	.btn03 {
		width: 100%;
	}
}


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

.l-tbl {
  width:100%;
  border-collapse:collapse;
  border:0;
}

.l-tbl th,
.l-tbl td {
  font-weight:normal;
  border:1px solid #94bcde;
  box-sizing:border-box;
  padding:0.85em 1em;
  line-height:1.5;
}

.l-tbl th {
  background-color:#e0ecf6;
  text-align:center;
  vertical-align:top;
  white-space:nowrap;
}

.l-tbl tr.md th {
  background-color:#dbf2f1;
  color:#00736d;
  border-top-color:#dbf2f1;
  border-bottom-color:#dbf2f1;
}

.l-tbl tr.md th:first-child { border-left-color:#dbf2f1; }
.l-tbl tr.md th:last-child { border-right-color:#dbf2f1; }

@media screen and (max-width:640px) {
  .l-tbl th,
  .l-tbl td { padding:0.85rem; }
  .l-tbl .sp-kai { display:block; }
}


/*-----------------------------------------------------------------------------------

  ファイルダウンロードボタン
  
-----------------------------------------------------------------------------------*/

.l-fileDL {
  list-style:none;
  background-color:#e0ecf6;
  padding:15px;
}

.l-fileDL li {
  width:50%;
  float:left;
  box-sizing:border-box;
  padding:0 5px;
  margin-top:5px;
  margin-bottom:5px;
}

a.fileIc {
  display:block;
  background-color:#fff;
  text-decoration:none;
  box-sizing:border-box;
  padding:1em 1em 1em 55px;
  padding:1rem 1rem 1rem 55px;
  position:relative;
  line-height:1.4;
}

a.fileIc,
a.fileIc:visited  { color:#00736d; text-decoration:none; }
a.fileIc:hover  { color:#148cc8; text-decoration:underline; }

a.fileIc:before {
  content:"";
  width:26px;
  height:34px;
  position:absolute;
  left:1em;
  left:1rem;
  top:50%;
  top:50%;
  margin-top:-17px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

a.fileIc.pdf:before { background-image:url(../images/icon/pdf.png); }
a.fileIc.doc:before { background-image:url(../images/icon/doc.png); }
a.fileIc.xls:before { background-image:url(../images/icon/xls.png); }
a.fileIc.ppt:before { background-image:url(../images/icon/ppt.png); }

.no-backgroundsize a.fileIc.pdf:before { background-image:url(../images/icon/pdf_s.png); }
.no-backgroundsize a.fileIc.doc:before { background-image:url(../images/icon/doc_s.png); }
.no-backgroundsize a.fileIc.xls:before { background-image:url(../images/icon/xls_s.png); }
.no-backgroundsize a.fileIc.ppt:before { background-image:url(../images/icon/ppt_s.png); }

@media screen and (max-width:640px) {
  .l-fileDL { padding:0.5rem; }
  .l-fileDL li {
    width:100%;
    float:none;
    padding:0 0.5rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }

  a.fileIc { padding:1.25rem 1rem 1.25rem 65px; }
  
  a.fileIc:before {
    width:32px;
    height:42px;
    margin-top:-21px;
  }
}


/* 単体 ----------------------------------------*/

.ic-file {
  content:"";
  display:inline-block;
  width:20px;
  height:26px;
  margin-right:10px;
  margin-top:-0.15em;
  vertical-align:middle;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.ic-file.pdf { background-image:url(../images/icon/pdf.png); }
.ic-file.doc { background-image:url(../images/icon/doc.png); }
.ic-file.xls { background-image:url(../images/icon/xls.png); }
.ic-file.ppt { background-image:url(../images/icon/ppt.png); }

.ic-file.pdf { background-image:url(../images/icon/pdf_s.png); }
.ic-file.doc.doc { background-image:url(../images/icon/doc_s.png); }
.ic-file.xls { background-image:url(../images/icon/xls_s.png); }
.ic-file.ppt { background-image:url(../images/icon/ppt_s.png); }


/*-----------------------------------------------------------------------------------

  ブログパターン
  
-----------------------------------------------------------------------------------*/

.glog {
  margin-bottom:30px;
  text-align:left;
}

.glog:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.glog ul,
.glog ol {
  list-style:inherit;
  margin-left:1.25em;
  margin-left:1.25rem;
}
.glog ol {
  list-style:decimal;
}

.glog-txt {
  box-sizing:border-box;
  word-break:break-all;
}

.glog-image-left .glog-txt {
  float:right;
}

.glog-image-right .glog-txt {
  float:left;
}

.glog-image-left .glog-img,
.glog-image-right .glog-img {
  display:inline-block;
  margin-bottom:10px;
  box-sizing:border-box;
}

.glog-image-left .glog-img {
  float:left;
  margin-right:20px;
}

.glog-image-right .glog-img {
  float:right;
  margin-left:20px;
}

.glog-image-center .glog-img {
  display:block;
  text-align:center;
  margin-bottom:25px;
}

.glog-img_cp {
  display:block;
  font-size:93.8%;
  padding-top:0.5em;
  padding-top:0.5rem;
  line-height:1.4;
}

.glog .datafile {
  margin-bottom:15px;
  display:inline-block;
}

.glog .datafile img {
  vertical-align:middle;
  margin-right:10px;
}

.glog-in {
  padding-left:1em;
  padding-right:1em;
  padding-left:1rem;
  padding-right:1rem;
}

@media screen and (max-width:640px) {
  .glog { margin-bottom:2rem; }
}


/* 見出し ----------------------------------------*/

.lte-ie8 .glog .l-headline { font-size:135%; padding:0.65em 0.75em; }
.lte-ie8 .glog .l-headlineS-bg { font-size:125%; padding:0.55em 0.75em; }
.lte-ie8 .glog .l-headlineS-line { font-size:125%; }

@media screen and (min-width:641px) {
  .glog .l-headline { font-size:135%; padding:0.65rem 1rem; }
  .glog .l-headlineS-bg { font-size:125%; padding:0.75rem 1rem; }
  .glog .l-headlineS-line { font-size:125%; }
}


/* file icon ----------------------------------------*/

.glog a.fileIc {
  display:inline-block;
  background-color:none;
  padding:0.5em 0 0.5em 30px;
  padding:0.5rem 0 0.5rem 30px;
  position:relative;
}

.glog a.fileIc:before {
  width:20px;
  height:26px;
  margin-top:-13px;
  left:0;
}

.glog a.fileIc,
.glog a.fileIc:visited  { color:#148cc8; text-decoration:underline; }
.glog a.fileIc:hover  { color:#41b4eb; text-decoration:none; }

.no-backgroundsize .glog a.fileIc.fileIc.pdf:before { background-image:url(../images/icon/pdf_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.doc:before { background-image:url(../images/icon/doc_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.xls:before { background-image:url(../images/icon/xls_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.ppt:before { background-image:url(../images/icon/ppt_ss.png); }


/*-----------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------*/

.glog-pagination {
	margin-top: 42px;
  text-align:center;
}

.glog-pagination ul {
  list-style:none;
  margin-left:-3px;
}

.glog-pagination li {
  display:inline-block;
  margin:3px;
  font-size:87.5%;
}

.glog-pagination li:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.glog-pagination li a { display:block; }

.glog-pagination li a,
.glog-pagination li a:visited { color:#5f646e; text-decoration:none; }
.glog-pagination li span:hover,
.glog-pagination li span:hover a,
.glog-pagination li a:hover { color:#fff; }

.glog-pagination li span {
  line-height:1;
  width:2em;
  height:2em;
  padding-top:0.5em;
  display:block;
  color:#00afcc;
  border:1px solid #00afcc;
  background-color:#fff;
  box-sizing:border-box;
  -webkit-transition:background ease 0.1s, border ease 0.1s;
  -moz-transition:background ease 0.1s, border ease 0.1s;
  -ms-transition:background ease 0.1s, border ease 0.1s;
  -o-transition:background ease 0.1s, border ease 0.1s;
  transition:background ease 0.1s, border ease 0.1s;
}

.glog-pagination li span.active:hover,
.glog-pagination li span.active { color:#fff; background-color:#00afcc; border-color:#00afcc; }
.glog-pagination li span:hover { color:#00afcc; background-color:#E7FBFF; border-color:#00afcc; }


/*-----------------------------------------------------------------------------------
  非公開
-----------------------------------------------------------------------------------*/

.hnone-box {
  text-align:center;
  box-sizing:border-box;
  padding:1em;
  padding:1rem;
  color:#c82d32;
  border:1px solid #d3575b;
}

.hnone-box b {
  font-size:146.2%;
}

@media screen and (max-width:640px) {
	.txt-left {
		text-align: left;
	}
}
</pre></body></html>