/*
Theme Name: lan-sp
Theme URI:
Description:
Version:
Author:
Author URI:
*/

@media
only screen and (max-width:768px) {
img{
	max-width:100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#contents{
  font-size: 12pt;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  background-color: #FFF;
	padding: 0 10px;
	display: block;
}
.lp-img img {
 display: block;
 padding-bottom:30px;
 margin: 0 auto;
}
.lp-text{
  box-sizing: border-box;
  padding: 7px;
}
.lp-text p{
  font-size: 17pt;
  font-weight: bold;
  line-height: 1.5em;
}
.bor{
  border-bottom: dashed 3px #c6bebe;
  padding-bottom:30px;
  margin:0 30px;
}
.intro,.intro2,.intro3,.intro4,.concept,.concept2 {
  margin: 10px auto;
  text-align: justify;
  text-justify:inter-ideograph;
}
.intro dt{
  font-size: 18pt;
  font-weight: bold;
  line-height: 1.3;
  color: #ff1493;
  padding-bottom:30px;
}
.tex-ri{
  font-size: 14pt;
  font-weight: bold;
  text-align: right;
	padding-top: 20px;
}
dd.tex-desc {
  font-size: 12pt;
  line-height:2em;
  padding-top: 30px;
}
.intro dd img,.intro2 dd img,.concept2 dd img {
  margin: 0 auto;
	display: block;
}
.intro2 dt{
  font-size: 18pt;
  font-weight:bold;
  line-height: 1.3;
  color: #000000;
  padding-bottom:30px;
}
.intro3 dt{
  font-size: 18pt;
  font-weight:bold;
  line-height: 1.3;
  color: #ff0000;
}
.tex-le{
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  line-height: 1.5;
}
.ri-img,.le-img{
  width: 100%;
  display: inline-block;
}
.ri-img img {
  float: right;
  padding-right: 30px;
}
.le-img img{
  float:left;
  padding-left:40px;
}
.about{
  font-size: 13pt;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #000000;
  border-radius: 10px;
  word-break: break-all;
	line-height: 1.5;
}
.text-bg{
   text-align: center;
   font-size: 15pt;
   padding: 20px;
}
.check {
  line-height: 1.5;
}
.check li{
	font-size: 15pt;
  margin-bottom: 20px;
	padding-left: 2em;
  text-indent: -2em;
}
.check li img,.intro4 dt img{
  vertical-align: -10px;
	max-width: 40px;
	padding-top:20px;
}
.intro4 dt{
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	padding-bottom: 20px;
	padding-left: 2em;
	text-indent: -2em;
}
dd.text-riyu {
  font-size: 12pt;
  line-height:2em;
  padding-top: 10px;
}
.concept p{
  font-size: 12pt;
  line-height:2em;
  padding: 10px 0 20px 0;
}
p.con-aka{
  font-size: 16pt;
  font-weight: bold;
  line-height: 1.3;
  color: #ff0000;
}
.con-big{
  font-size: 18pt;
  font-weight: bold;
  line-height: 2;
}
.aka{
  color: #ff0000;
}
.kasen{
  border-bottom:solid 1px;
}
.concept2 dt{
  font-size: 17pt;
  font-weight:bold;
  line-height: 1.3;
  color: #000000;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.concept2 dd{
  font-size: 12pt;
  line-height:2em;
  padding: 20px 0 10px 0;
}
/*フォーム*/
textarea,
input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],
input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],
input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	width:100%;
	padding:10px;
	max-width: 400px;
	box-sizing: border-box; /* [borde-box]ã§å³ã®é£›ã³å‡ºã—ã‚’å›žé¿ */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input[type="submit"],input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
input[type="submit"],input[type="button"],input[type="reset"],
input[type=submit] {
	font-size:17px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #337ab7;
	border-color: #2e6da4;
	-webkit-appearance: none;
	padding:8px;
}
button,input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
}
.inq{
	width: 100%;
}
/*topへ戻る*/
#page_top{
  width: 90px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 95px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}















/*end*/




























}
