@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* Author:Hiromi Yoshino | CIDARIO Inc.
* Author URI:http://cidario.co.jp
***********************************************************
*/

/* grid 
========================================================================================================
*/

.row{
  margin:0;
}

.row:after{
	content:""; 
	display:block; 
	clear:both; 
}

.sm-1-div,
.sm-2-div,
.sm-3-div,
.sm-4-div,
.sm-5-div,
.sm-6-div,
.sm-7-div,
.sm-8-div,
.sm-9-div,
.sm-10-div,
.sm-11-div,
.sm-12-div{
  display:block;
  float:left;
  padding:0;
}

.sm-1-div{
  width:8.33333333%;
}

.sm-2-div{
  width:16.66666667%;
}

.sm-3-div{
  width:25%;
}

.sm-4-div{
  width:33.33333333%;
}

.sm-5-div{
  width:41.66666667%;
}

.sm-6-div{
  width:50%;
}

.sm-7-div{
  width:58.33333333%;
}

.sm-8-div{
  width:66.66666667%;
}

.sm-9-div{
  width:75%;
}

.sm-10-div{
  width:83.33333333%;
}

.sm-11-div{
  width:91.66666667%;
}

.sm-12-div{
  width:100%;
}

@media print, screen and  (min-width:640px){
  .lg-1-div,
  .lg-2-div,
  .lg-3-div,
  .lg-4-div,
  .lg-5-div,
  .lg-6-div,
  .lg-7-div,
  .lg-8-div,
  .lg-9-div,
  .lg-10-div,
  .lg-11-div,
  .lg-12-div{
    display:block;
    float:left;
    padding:0;
  }
}

@media print, screen and  (min-width:640px){
  .lg-1-div{
    width:8.33333333%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-2-div{
    width:16.66666667%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-3-div{
    width:25%;	
  }
}

@media print, screen and  (min-width:640px){
  .lg-4-div{
    width:33.33333333%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-5-div{
    width:41.66666667%;
  }
}

@media print, screen and  (min-width:640px){	
  .lg-6-div{
    width:50%;	
  }
}

@media print, screen and  (min-width:640px){
  .lg-7-div{
    width:58.33333333%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-8-div{
    width:66.66666667%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-9-div{
    width:75%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-10-div{
    width:83.33333333%;
  }
}


@media print, screen and  (min-width:640px){
  .lg-11-div{
    width:91.66666667%;
  }
}

@media print, screen and  (min-width:640px){
  .lg-12-div{
    width:100%;
  }
}


/* 汎用
========================================================================================================
*/

.width-full{
	width:100%;
}


@media print, screen and (max-width:640px) { 
.sm-hide{
	display:none;	
 }
}

@media print, screen and (max-width:900px) { 
.sm-hide2{
	display:none;	
 }
}

@media print, screen and (min-width:640px){ 
.lg-hide{
	display:none;	
 }
}

@media print, screen and (min-width:900px) { 
.lg-hide2{
	display:none;	
 }
}

@media print, screen and (min-width:1050px) { 
.lg-hide3{
	display:none;	
 }
}


.center{
	text-align:center;
}

.tright{
	text-align:right;	
}

/* text
========================================================================================================
*/


.txt01{
 font-family: 'Noto Serif JP', serif;
	line-height:130%;
}
	
.txt02{
  font-family:'Arial', sans-serif;
}

.s-txt{
  font-size: 12px; font-size: 1.2rem;
}

#m-txt{
  font-size: 20px; font-size: 2.0rem;
}

.l-txt{
  font-size: 24px; font-size: 2.4rem;
}

.color01{
  color: #00ACCA;
}


/* link
========================================================================================================
*/

a{
  color:#222;
  text-decoration:none;
}

a:visited{
  color:#222;
  text-decoration:none;
}

a:hover{
  color:#222;
  text-decoration:none;
}

a:active{
  color:#222;
  text-decoration:none;
}

a.link01{
  text-decoration:underline;
}

a.link01:visited{
  text-decoration:underline;
}

a.link01:hover{
  text-decoration:none;
}

a.link01:active{
  text-decoration:none;
}

/*a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
}*/

.blocklink{
  cursor:pointer;
}

/* btn
========================================================================================================
*/

/* ---------- btn01--------- */

a.btn01{
  position: relative;
  display:block;
  background:#D60039;
  border-radius: 20px; 
  color: #FFF;
  text-decoration:none;
  overflow: hidden;
  z-index: 602;
}

.btn01 span{
  display: inline-block;
  position: absolute;
  font-weight: 500;
  text-align:center;
  padding: 0;
  margin: 0;
  width: 100%;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 602;
}

.btn01::before,
.btn01::after {
  position: absolute;
  display: block;
  content:"";  
  border-radius: 5px; 
  z-index: 600;
}

.btn01,
.btn01::before, 
.btn01::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn01:hover {
  background-color: #FFF;
  color: #D60039;
}

.btn01::after {
  width: 100%;
  height: 100%;  
  border-radius: 5px; 
  top: 0;
  left: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.btn01:hover:after { 
  background: #FFF;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/* ---------- btn02--------- */

a.btn02,
input.btn02{
  position: relative;
  display:block;
  background:#D60039;
  border: 2px solid #D60039;
  border-radius: 20px; 
  color: #FFF;
  text-decoration:none;
  overflow: hidden;
  z-index: 602;
}

.btn02 span{
  display: inline-block;
  position: absolute;
  font-weight: 500;
  text-align:center;
  padding: 0;
  margin: 0;
  width: 100%;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 602;
}

.btn02::before,
.btn02::after {
  position: absolute;
  display: block;
  content:"";
  border-radius: 20px; 
  z-index: 600;
}

.btn02,
.btn02::before, 
.btn02::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn02:hover {
  background-color: #FFF;
  color: #D60039;
}

.btn02::after {
  width: 100%;
  height: 100%;
  border-radius: 20px; 
  top: 0;
  left: 0;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}

.btn02:hover:after { 
  background: #FFF;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ---------- btn03--------- */

a.btn03{
  position: relative;
  display:block;
  background:#00ACCA;
  border-radius: 20px; 
  color: #FFF;
  text-decoration:none;
  overflow: hidden;
  z-index: 602;
}

.btn03 span{
  display: inline-block;
  position: absolute;
  font-weight: 500;
  text-align:center;
  padding: 0;
  margin: 0;
  width: 100%;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 602;
}

.btn03::before,
.btn03::after {
  position: absolute;
  display: block;
  content:"";  
  border-radius: 5px; 
  z-index: 600;
}

.btn03,
.btn03::before, 
.btn03::after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn03:hover {
  background-color: #FFF;
  color: #00ACCA;
}

.btn03::after {
  width: 100%;
  height: 100%;  
  border-radius: 5px; 
  top: 0;
  left: 0;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.btn03:hover:after { 
  background: #FFF;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 汎用クラス
========================================================================================================
*/

.f-box{
  clear:both;
  overflow:hidden;
}

.clear{
  clear:both;
}

.clearfix{
  zoom:1;
  display:inline-block;
}

.clearfix:after{
  content:""; 
  display:block;
  clear:both;
}

.end{
  margin:0 0 0 0;
}

.left{
  float:left;
}

.right{
  float:right;
}

.center{
  text-align:center;
}

.hid{
  display:none;
}

.noborder{
  border:none;
}

.border01{
  border:1px solid #CCC;
}

.block{
  display:block;
}

.ml5{
  margin-left:5px;
}

.ml10{
  margin-left:10px;
}

.ml20{
  margin-left:20px;
}

.ml30{
  margin-left:30px;
}

.ml40{
  margin-left:40px;
}

.ml50{
  margin-left:50px;
}

.ml60{
  margin-left:60px;
}

.ml70{
  margin-left:70px;
}

.mr5{
  margin-right:5px;
}

.mr10{
  margin-right:10px;
}

.mr20{
  margin-right:20px;
}

.mr30{
  margin-right:30px;
}

.mr40{
  margin-right:40px;
}

.mr50{
  margin-right:50px;
}

.mr60{
  margin-right:60px;
}

.mr70{
  margin-right:70px;
}

.mt5{
  margin-top:5px;
}

.mt10{
  margin-top:10px;
}

.mt20{
  margin-top:20px;
}

.mt30{
  margin-top:30px;
}

.mt40{
  margin-top:40px;
}

.mt50{
  margin-top:50px;
}

.mt60{
  margin-top:60px;
}

.mt70{
  margin-top:70px;
}

.mb5{
  margin-bottom:5px;
}

.mb10{
  margin-bottom:10px;
}

.mb20{
  margin-bottom:20px;
}

.mb30{
  margin-bottom:30px;
}

.mb40{
  margin-bottom:40px;
}

.mb50{
  margin-bottom:50px;
}

.mb60{
  margin-bottom:60px;
}

.mb70{
  margin-bottom:70px;
}



