/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Roboto:400,500,700&display=swap');
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
    font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
}
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body { 
	font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	/*	viewport
	------------------------------*/
	-webkit-text-size-adjust: 100%;
}

strong { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 700; }

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: #000000; transition: .3s; }
a:visited{ text-decoration:none; color: #000000; }
a:hover{ text-decoration: none; color: #5cc9ed; }
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;
}
/* 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; }


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  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; }
.fontL{
    font-weight: 700;
    font-size: 2.0rem;
}

/* 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; /* これがあるとラジオやチェックが消えるので適宜トル or inputのタイプを指定 */
  max-width: 100%;
  border-radius: 0;
}
.inner{
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    }
}