/*
Theme Name: LP
Theme URI:
Description:
Version:
Author:
Author URI:
*/

@media
only screen and (min-width:769px) {

body{
    font-family:”ヒラギノ角ゴ　Pro W3”,”Hiragino Kaku Gothic Pro,”メイリオ”,Meirio Osaka,”MS Pゴシック”,”MS PGothic”,sans-serif;
}

/* Images */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
/**/
#contents{
  font-size: 12pt;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  background-color: #FFF;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
  -moz-box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
  -webkit-box-shadow: 0 0 10px rgba( 0, 0, 0,0.25);
}
.wid650{
  width: 650px;
}
.lp-img img{
 display: block;
 padding-bottom:30px;
 margin: 0 auto;
}
.lp-img2 img{
 display: block;
 margin: 0 auto;
}
.lp-text{
  box-sizing: border-box;
  padding: 10px 50px;
}
.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 {
  width: 550px;
  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;
}
dd.tex-desc {
  font-size: 12pt;
  line-height:2em;
  padding-top: 30px;
}
.intro dd img {
  float: left;
  margin: 0px 20px 10px 5px;
}
.intro2 dt{
  font-size: 18pt;
  font-weight:bold;
  line-height: 1.3;
  color: #000000;
  padding-bottom:30px;
}
.intro2 dd img,.concept2 dd img {
  float: right;
  margin: 0px 5px 10px 10px;
}
.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: 90px;
  line-height: 1.5;
}
.ri-img,.le-img{
  width: 620px;
  display: inline-block;
}
.ri-img img {
  float: right;
  padding-right: 30px;
}
.le-img img{
  float:left;
  padding-left:40px;
}
.about{
  font-size: 13pt;
  width: 520px;
  margin: 0 auto;
  padding: 15px;
  border: 2px solid #000000;
  border-radius: 10px;
  word-break: break-all;
}
.text-bg{
   text-align: center;
   font-size: 15pt;
   padding: 20px;
}
.lp-check{
  position: relative;
  margin: 2em auto;
  width: 90%;
}
.check {
  margin: 20px 0 10px 30px;
}
.check li{
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -2.5em;
  font-size: 15pt;
  line-height: .1;
  height: 50px;
  display: inline-block;
}
.check li img,.intro4 dt img{
  vertical-align: -21px;
}
.intro4 dt{
  font-size: 18pt;
  font-weight:bold;
  line-height: .2;
  color: #000000;
  padding-bottom:20px;
  padding-left: 1em;
  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:350px;
  padding:10px;
}
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;
}

/*topへ戻る*/
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f98;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  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: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}


/*end*/





























}
