/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body { 
	font-size: 1.6rem;
    font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	color: #333333;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}
img{ border-width : 0px 0px 0px 0px; vertical-align:top; }
li{ line-height:1em; }
ol li{ list-style:decimal; }
ul li{padding-left: 0px; }
ol li{padding-left: 0px; list-style-type: none;}
a:link{ text-decoration: none; color: #20AEE5;}
a:visited{ text-decoration:none; color: #20AEE5; }
a:hover{ text-decoration: none; color: #5cc9ed; }
a:active{ text-decoration : none; }
a img:hover { opacity: .6; transition: .3s; }

.block { display: block; }
.caution {
  font-size: 93.75%;
  text-indent: -1em;
  padding-left: 1em;
}
/* color */
.f_c_r{
    color: #E94E4A;
}
.f_c_b{
    color: #036EB8;
}
/* 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_60 { margin-top:60px; }
.m_t_100 { margin-top:100px; }
.m_t_200 { margin-top:200px; }
.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;
}


/* 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; }


/* vertical-align */
.v_t{ vertical-align:top; }
.v_b{ vertical-align:bottom; }
.v_m{ vertical-align:middle; }


.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf{
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* color */
.fc_red{
    color: #ff3300;
}
.fc_blue{
    color: #0161b6;
}
/* 横幅 */
@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; }
strong{
    font-weight: bold;
}

/*------------------------------
	PC
------------------------------*/
@media screen and (min-width: 751px) {
.spOnly{
	display: none !important;
    }
.inner{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    }
.col2wrap .inner{
    width: 700px;
    }
}
/*------------------------------
	TABLET
------------------------------*/
@media screen and (max-width: 1024px) {
body { 
	font-size: 1.6vw!important;
}
.inner{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    }
img{
	width: 100%;
	height: auto;
}
}

/*------------------------------
	SP
------------------------------*/
@media screen and (max-width: 750px) { 
.pcOnly{
	display: none !important;
    }
body { 
	font-size: 3.4vw!important;
}
}