@charset "utf-8";
/* CSS Document */

.col12, .container-field {
  width: 100%
}
/*アウター用CSS*/
.grid {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row
}
.col1, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
  display: inline-block;
  box-sizing: border-box;
}
.col11 {
  width: 91.667%;
}
.col10 {
  width: 83.333%;
}
.col9 {
  width: 75%;
}
.col8 {
  width: 66.667%;
}
.col7 {
  width: 58.333%;
}
.col6 {
  width: 50%;
}
.col5 {
  width: 41.667%;
}
.col4 {
  width: 33.333%;
}
.col3 {
  width: 25%;
}
.col2 {
  width: 16.667%;
}
.col1 {
  width: 8.3333%;
}
/*汎用CSS=============================================*/
.no-gutter {
  padding: 0 !important
} /*パディング０用CSS*/
.img-responsive {
  width: 100%;
  height: auto
} /*画像をボックスに対して100%に設定するCSS*/

/* ブラウザ幅が700px以下 */
@media screen and (max-width: 600px) {
  #lineid-body .grid > * {
    float: none !important;
  }
  .grid {
    display: block !important;
  }
  .col1, .col10, .col11, .col12, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9 {
    display: block !important;
    box-sizing: border-box;
    width: 100%;
  }
}
/*///responsive*/

/*hack */
#lineid-body {
  text-align: center !important;
  width: 100%;
  max-width: 728px;
  min-width: 290px;
  margin: 0 auto;
}
/*hack*/

#lineid-body .big {
  font-size: 180%;
}
#lineid-body .red {
  color: #d21e36;
  font-weight: bold;
}
#lineid-body .text {
  font-size: 16px;
  line-height: 1.7;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#lineid-body p {
  padding: 15px 0;
  word-wrap: break-word;
}
#lineid-body strong {
  font-size: 140%;
	font-weight: bold;
	
}
  #lineid-body strong span {
background: linear-gradient(transparent 70%, #fffc00 70%);
  }
#lineid-body h4 {
  font-size: 24px;
  font-weight: bold;
  color: #00b900;
  margin: 40px 0 20px;
}
#lineid-body .block {
}
#lineid-body .kikan {
  font-size: 24px;
  font-weight: bold;
}
#lineid-body .bg_gry{
	background-color: #efefef;
	padding: 15px;
}
#lineid-body .btn{
	max-width:600px;
	padding: 15px;
	background-color: #00b900;
	color: #fff;
	margin: 0 auto;
}
#lineid-body .btn a{
	color: #fff;
	text-decoration: none;
}
/* ブラウザ幅が700px以下 */
@media screen and (max-width: 600px) {
  #lineid-body .text {
    width: 98%;
  }
  #lineid-body h3, #lineid-body h4 {
    font-size: 18px;
  }
  #lineid-body .text {
    font-size: 14px;
  }
  #lineid-body strong {
    font-size: 120%;
  }
	#lineid-body .btn{
		margin: 20px;
	}
}