/*
Theme Name: 1on1navi
Description:テーマの説明
Theme URI: テーマの URL
Author: 作った人の名前
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/

/* --------------------
    common
-------------------- */
.flex-box {
	display: flex;
	justify-content: space-between;
}
.fl-column {
  flex-direction: column;
}
.sp-column {
  flex-direction: column;
}
.sp-row {
  flex-direction: row;
}
.fl-grow1 { flex-grow: 1; }
.count-reset {
  counter-reset: count;
}
@media (min-width: 768px){
	.sp-column {
    flex-direction: row;
  }
  .sp-row {
    flex-direction: column;
  }
}
@media (min-width: 992px){
	.container {
		width: 90%;
	}
}
h4, .h4{
    font-size: 1.8rem;
}
.navbar-brand>img{
	width: 70%;
}
.bg-gray{
    background-color: #f8f8fa;
}
.main-articles{
	background-color: #f8f8fa;
	position: relative;
/* 	z-index: -2; */
}
@media (min-width: 768px){
  .nav>li>a {
    padding: 10px 5px;
    font-size: 0.9em;
  }
}
@media (min-width: 992px){
  .nav>li>a {
    padding: 10px 15px;
    font-size: 1em;
  }
}
@media (min-width: 1200px){
	.container {
		width: 80%;
/* 		max-width: 1200px; */
		max-width: 1136px;
    	margin: 0 auto;
	}
}
/* --------------------
    .bg-cta{
	background-color: #5fabe2;
}
-------------------- */

.st-wh,.section-header .ttl-wh,.cta-wh,.cta-wh{
	color:#fff;
}
.cta-ttl{
	color: #1b476e;
}
.list-link{
	margin: 20px 0 10px;
	font-size:0.9em;
	color:#fff;
	background-color: #B81C25;
	border:2px solid #B81C25;
	text-align:center;
}
.list-link:hover{
	background-color: #961c23;
	border:2px solid #961c23;
	transition:0.3s all ease-in-out;
}
.list-link i{
    font-size: 0.8em;
    font-weight: 300;
    margin-left: 0.2em;
	padding-bottom: 0.3em;
}
.media>.pull-right,.media>.pull-left{
    padding: 0;
}
.more{
	/* padding: 1em 1em;
    margin: 2em 1em 1em; */
  width: 100%;
  padding: 0.5em 1em;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 3px solid #005BAC;
  display: block;
  text-align: center;
	background-color: #005BAC;
}
/* .more-feature{
	width: 60%;
	margin-left: 0;
	background-color: #005BAC;
	color: #fff;
	padding: 0.7em 1em;
} */
.more-feature {
  position: absolute;
  bottom: 0;
	width: 100%;
	margin: 0 auto;
	background-color: #005BAC;
	color: #fff;
	padding: 0.5em 1em;
}
.more-white {
  color: #005BAC;
  background-color: #fff;
  border: 3px solid #005BAC;
}
.btn-center{
    display: block;
    width: 60%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.navbar-brand>img{
		width: 95%;
	}
	.list-link{margin: 10px 0 20px;}
	/* .more{
		color: #005BAC;
		background-color: #fff;
		border: 3px solid #005BAC;
	} */
	/* .more:hover{
		transition: 0.2s background-color ease-in-out,0.2s color ease-in-out,0.2s border ease-in-out;
		background-color: #005BAC;
		color: #fff;
		border: 3px solid #fff;
	} */
	.more-feature {
    width: 100%;
    margin-left: 0;
    background-color: #005BAC;
    color: #fff;
    padding: 0.5em 1em;
	}
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* General button style (reset) */
.btn-custom {
    border: none;
    font-family: inherit;
    font-size: 17px;
    font-weight: 300;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 20px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* font-weight: 700; */
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-custom:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/* Pseudo elements for icons */
.btn-custom:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* line-height: 1; */
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-right:before {
	content: "\e00d";
}
/* Button 4 */
.btn-4 {
    border-radius: 50px;
    background: #24c5ae;
    color: #fff;
    overflow: hidden;
	box-shadow: 0px 2px 2px 1px rgba(17, 69, 95, 0.5);
}
.btn-4a:before {
    display: none;
}
.btn-4:active {
	/* border-color: #005bac; */
	color: #25897b !important;
}

.btn-4:hover {
    background: #24c5ae;
    color: #fff;
    box-shadow: 0px 5px 4px 1px rgba(17, 69, 95, 0.5);
}

/* .btn-cta */
.btn-cta {
  background-color: #dd6f56;
  background-image: -webkit-linear-gradient(45deg,transparent 40%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 60%,transparent 60%);
  background-image: linear-gradient(-15deg,transparent 60%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 100%,transparent 60%);
  background-repeat: no-repeat;
  border-radius: 4px;
}
.btn-cta2 {
	background-color: #39b7a3;
}

@media only screen and (max-width: 767px) {
	.btn-cta {
		background-color: #dd6f56;
	   background-image: -webkit-linear-gradient(45deg,transparent 40%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 60%,transparent 60%);
	   background-image: linear-gradient(-15deg,transparent 60%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 100%,transparent 60%);
	   background-repeat: no-repeat;
	   border-radius: 4px;
		margin: 20px;
		display: flex;
		justify-content: center;
	}
	.btn-cta2 {
		background-color: #39b7a3;
	}
	.fotter-buttons p{
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.btn-custom {
		font-size: 20px;
	}
    .btn-center{
        width: 40%;
    }
    .btn-4 {
        border-radius: 50px;
        color: #fff;
        overflow: hidden;
        background-color: #24c5ae;
    }
    .btn-4:before {
        display: inline-block;
        position: absolute;
        height: 100%;
        font-size: 125%;
        color: #fff;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .btn-4:active:before {
        color: #25897b;
    }
    /* Button 4a */
    .btn-4a:before {
        left: 130%;
        top: 35%;
    }
    .btn-4a:hover:before {
        left: 80%;
    }
    .btn-cta {
      border-radius: 4px;
      background-color: #dd6f56;
      transition: 0.2s all ease;
    }
    .btn-cta2 { background-color: #39b7a3; }
    .btn-cta:hover {
      background-color: #dd6f56;
      background-image: -webkit-linear-gradient(45deg,transparent 40%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 60%,transparent 60%);
      background-image: linear-gradient(-15deg,transparent 60%,rgba(255,255,255,.3) 40%,rgba(255,255,255,.3) 100%,transparent 60%);
    }
    .btn-cta2:hover {background-color: #39b7a3; }
 }
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.btn-custom{
		font-size: 1.7rem;
	}
}

/*---------------------
 page
---------------------*/
.page-ttl:before{
/* .ttl-before{ */
/* 	content: "";
    display: inline-block;
    background-color: #B81C25;
    width: 0.2em;
    height: 1.2em;
    margin-right: 0.5em;
    vertical-align: middle; */
}
.page-ttl{
	font-size: 24px;
	border-bottom: 2px solid #247FBB;
    padding-bottom: 0.5em;
	display: inline-block;
    width: 95%;
    margin: 0.8em 2.5%;
	padding-left:0;
}
.page-ttl a,.page-ttl span{
	display: inline-block;
	border-left: 0.2em solid #B81C25;
	padding-left: 0.5em;
}
.page-link{
	color: #247FBB;
}
.page-content{
	min-height: 50vh;
	padding: 2em 0.5em;
	word-wrap: break-word;
}
.page-title{
	display: flex;
	flex-direction: column;
	border-left: 0.7rem solid #b81c25;
	padding-left: 0.7rem;
	margin-bottom: 1rem;
}
.page-title h2{
	margin: auto 0;
	font-weight: normal;
}
.page-title-wrap{
	border-bottom: 0.2rem solid #267fba;
	margin-bottom: 1rem;
	margin-top: 2rem;
	padding: 0 0.5em;
}
.last-update{
	font-size: 1.5rem;
	color: #9a9494;
	margin: 0;
	padding-top: 1rem;
	text-align: right;
}
.eyecatch-lg{
	display: none;
}
.eyecatch-md{
	max-width: 90%;
	margin: 0 auto;
}
.eyecatch-md img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.page-title{
		display: block;
	}
	.last-update{
		padding: 0;
		text-align: left;
	}
}
@media only screen and (min-width: 600px) {
	.eyecatch-md{
		display: none;
	}
	.eyecatch-lg{
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}
	.eyecatch-lg img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
}
@media only screen and (min-width: 768px) {
	.page-ttl{
		font-size: 30px;
		display: block;
	    width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.page-content{
		padding: 2em 4em;
	}
}

/*---------------------
 single
---------------------*/
.post-cat{
	font-size: 1em;
    padding: 0.5em 1em;
    display: inline-block;
    margin-top: 1em;
    background-color: #B81C25;
}
.post-cat a{
    color: #fff;
}
.post-img{
	display:inline-block;
	width:100%;
}

/* --------------------
    top
-------------------- */
#main {
	min-height: 70vh;
}
body{
    padding: 64px 0 0;
 }
.nav-child{
	list-style:none;
}
 .top-content{
     position: relative;
     width: 100%;
	 max-width: 100%;
     margin: 0;
	 padding: 0;
	 background-image: url(../images/slider/top_bg_sp.png?20171227);
	 background-repeat: no-repeat;
	 background-color: #2b80b8;
	 background-size: cover;
 }
 .title{
    text-shadow: 0 0 5px #333;
 }
 .title a{
     text-shadow: none;
 }
 .top-content .row{
    position: relative;
    top: 5%;
 }
 .top-content p,.top-content h2{
     color: #fff;
 }
.title h2 {
    line-height: 1.5em;
    font-size: 1.4em;
}
.title p {
    line-height: 1.5em;
    font-size: 1em;
}
 .top-box{
    height: 100%;
    position: relative;
 }
 #news{
     padding: 2.5rem 0 2rem;
 }
 .news-box h2:before{
     content: "";
     display: inline-block;
     margin-right: 0.4em;
     background-color: #B81C25;
     width: 0.4em;
     height: 1.2em;
	 vertical-align: middle;
 }
.news-box ul {
	padding: 0;
}
 .news-box-panel{
	 max-width: 960px;
	 margin: 10px auto;
     border:none;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
    box-shadow:0 3px 3px rgba(10,30,60,0.3);
 }
 .news-box-panel ul {
    list-style: none;
}
.news-box-panel ul li{
    border-bottom: 2px solid #eee;
}
.news-box-panel .panel-footer {
    background-color: #fff;
    border: none;
}
#seminer.news-box-panel .panel-footer {
	display: none;
}
 .news-box{
    margin-bottom: 2em;
 }
 .news-box h2{
    font-size: 1.2em;
    font-weight: 300;
 }
 .news-box h3{
    font-size: 1em;
    font-weight: 300;
    margin: 5px 0;
    vertical-align: middle;
    line-height: 26px;
}
.news-box p{
    font-size: 0.8em;
    margin: 5px 0;
    vertical-align: middle;
}
.top-img-sp{display:inline-block;}
.top-img-pc{display:none;}
.top-img-sp img,.top-img-pc img{display:inline-block; width:100%;}
.post-item{
	border-bottom: 1px solid #ddd;
    margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .top-box{
    margin-top: 6em;
	margin-bottom: 2em;
 }
	.top-img-sp{display:none;}
	.top-img-pc{display:inline-block; margin-top:-3em;}
   body{
       padding: 60px 0 0;
    }
	.top-content{
		background-image: url(../images/slider/top_bg.png?20171227);
	}
    .top-content .row{
        top: 30%;
	}
	.title h2 {
/* 		font-size: 3.8em; */
		font-size: 3.8rem;
	}
	.title p {
		font-size: 1.1em;
	}
	.nav-child{display:none;}
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
	.title .top-subtext {
		display: none;
	}
}

/* --------------------
    press
-------------------- */
#press{
    padding: 20px 0;
}

/* --------------------
    feature
-------------------- */
.features {
  padding: 0 1em;
}
.font-blue{
	color:#005bac;
}
.feature-cross-bg {
  position: absolute;
  top: 14em;
  left: -5%;
  width: 110%;
  height: 13em;
  background-color: #fff;
  transform: rotate(-9deg);
}
.feature-img{
  width: 100%;
  /* width: 18em; */
  margin-bottom: 1em;
  padding-right: 2em;
}
.feature-img img{
    display: inline-block;
    width: 100%;
}
.media-heading{
	text-align: center;
	margin-bottom: 1em;
}
.media-heading2{
    margin-bottom: 1.2em;
}
/* .media-heading:after {
    content: '';
    display: block;
    height: 3px;
    width: 5rem;
    background-color: #005BAC;
    margin-top: 1em;
} */
/* .media-heading:after {
	content: '';
	display: block;
	height: 2px;
	width: 10rem;
	background-color: #005BAC;
	margin: 1em 0 0;
} */
.media-text{
    margin-bottom: 4em;
}
.feature-box {
	width: 100%;
}
.feature-box:first-child {
    margin-bottom: 5em;
}

.line{
	background:#fff8e8;
	border-left: solid 10px #ffc06e;
	border-bottom: solid 6px #c79554;
	border-radius: 9px;
}
/* .bg-space{
	z-index: 2;
	position: relative;
	width: 50%;
	padding: 5rem 7rem;
	margin-top: 5%;
	float: right;
}
.space-left{
	margin-left: -15%;
	background: -moz-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
	background: -webkit-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
	background: -ms-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
}
.space-right{
	margin-right: -12%;
	background: -moz-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
} */
/* .bg-space {
    z-index: 2;
    position: relative;
    width: 90%;
    padding: 3rem 3rem;
    margin: -12% auto 0;
    display: block;
}
.space-left{
	background: -moz-linear-gradient( -90deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
	background: -webkit-linear-gradient( -90deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
	background: -ms-linear-gradient( -90deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
}
.space-right{
	background: -moz-linear-gradient( 90deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
	background: -webkit-linear-gradient( 90deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient( 90deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
} */
.out-pad{
	padding-left: 0;
	padding-right: 0;
}
.out-pad .media .layerd-img {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/* .border-rad-gray {
    border: solid 1px #efefff;
    border-radius: 2px;
} */
/* .layerd-img {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
} */
.layerd-img {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.bg-space .media-heading {
		text-align: center;
	}
	/* .media-heading:after {
		content: '';
		height: 3px;
		width: 5rem;
		margin: 1em auto 0;
	} */
	.layerd-img {
		float: none !important;
	}
}
@media only screen and (min-width: 768px) {
  .media-text{
    margin-bottom: 2em;
  }
  .features {
    padding: 0;
    margin: 0 auto;
  }
	.feature-box {
		width: 50%;
	}
  .feature-img{
        width: 100%;
    }
	.layerd-img {
		margin-top: -5%;
	}
/* 	.bg-space{
		z-index: 2;
		position: relative;
		width: 50%;
		padding: 5rem 7rem;
		margin-top: 5%;
		float: right;
	}
	.space-left{
		margin-left: -15%;
		background: -moz-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
		background: -webkit-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
		background: -ms-linear-gradient( 0deg, rgba(255,255,255,0.9) 0%, rgb(255,255,255) 50%);
	}
	.space-right{
		margin-right: -12%;
		background: -moz-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
		background: -webkit-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
		background: -ms-linear-gradient( 0deg, rgba(255,255,255,1.0) 50%, rgba(255,255,255,0.9) 100%);
	} */
	.out-pad{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.border{
	border:solid 15px #247FBB;
}

/* --------------------
    service
-------------------- */
#services{
	background-color: #fff;
}
.service-img{
    width: 60%;
    margin: 1em auto 2.5em;
}
.service-text {
	font-size: 2rem;
}
/* .service-img img{
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 3em 2em;
}
.service-box{
    padding: 0;
}
@media only screen and (min-width: 768px) {
	.service-box{
    padding: 1.5em 1em;
	}
}
.media-heading{
	color: #005bac;
    text-align: left;
    line-height: 1.2em;
	font-size: 2.0rem;
} */
.service-img img{
  display: block;
  width: 60%;
/*   width: 100%; */
  margin: 0 auto;
  /* padding: 1em 2em; */
}
.service-box{
  position: relative;
  padding: 2em 1.5em;
  background-color: #fff;
  border: 4px solid #459;
  min-height: 250px;
}
.services-box {
  margin-bottom: 5em;
}
.media-body {
  position: relative;
}
.more-service {
  bottom: 0;
  display: block;
  margin-top: 2em;
}
@media only screen and (min-width: 768px) {
	.service-box{
    padding: 1.5em 2em;
  }
  .service-img{
    width: 100%;
    margin: 1em auto 3em;
  }
  .more-service {
    margin-top: 0;
  }
}
.media-heading{
  /* color: #005bac; */
  color: #272727;
  text-align: center;
  line-height: 2em;
  font-size: 2.4rem;
  width: 80%;
  margin: 0 auto;
  /* min-height: 200px; */
}
/* .media-heading:after {
  content: "";
  display: block;
  height: 3em;
  margin: 1em 0;
  border: 3px;
  width: 50%;
  border-style: none dashed none none;
} */
.service-divider {
	display: block;
	height: 3em;
	margin: 1em auto;
	border: 3px;
	width: 0;
/* 	top: -10rem; */
/* 	left: 50%; */
	border-style: none dashed none none;
	position: relative;
}
.media-inline {
	text-align: center;
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 60%, yellow 60%);
}
.media-inline img{
  position: relative;
  top: -10px;
  display: inline;
  width: 1.8em;
}
.border{
	background-color:#ffffff;
	border:solid 10px #005bac;
	padding:50px;
}
.prod-box{
	background-color: #1887dc;
	padding: 1.2em 1em;
	box-shadow: 1px 3px 5px -1px rgba(0,15,65,0.2);
}
.prod-box:before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  display: block;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-left: 100px solid #005BAC;
  transform: rotate(90deg);
}
.prod-box:after {
  counter-increment: count;
  content: counter(count);
  position: absolute;
  top: 0.2em;
  left: 0.7em;
  display: block;
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
}
.lg-blue {
  background-color: #57b6dd;
}
.prod-heading{
	color: #ffffff;
  text-align: center;
	min-height: 2.5em;
  line-height: 1.2em;
	font-size:2rem;
}

@media only screen and (min-width: 768px) {
  .media-heading{
    /* color: #005bac; */
    color: #272727;
    text-align: center;
    line-height: 2em;
    font-size: 2.2rem;
    width: 70%;
    margin: 0 auto;
  }
/*   .media-heading:after {
    content: "";
    display: block;
    height: 3em;
    margin: 1em 0;
    border: 3px;
    width: 50%;
    border-style: none dashed none none;
  } */
    /* .service-img{
        width: 100%;
        width: 7em;
    } */
/*     .service-img img{
        width: 60%;
    } */
	/* .service-img img{
		width: 60%;
		padding: 3em 2em;
	} */
	.prod-box {
    min-height: 31em;
	}
}
@media only screen and (min-width: 1480px) {
  .media-heading {
    width: 100%;
    text-align: center;
/*     min-height: 165px; */
    white-space: nowrap;
  }
}

.border-service{
	border:solid 15px #5fabe2;
}
.body-wh{
	color:#ffffff;
	margin: 15px;
}

/* --------------------
    tools
-------------------- */
#tools{
    padding: 80px 0;
}
.tool-box{
    margin-bottom: 1em;
}
.tool-img{
    width: 15%;
}
.tool-img img{
    display: inline-block;
    width: 100%;
}
.tool-heading{
    margin-top: 0;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .tool-img{
        width: 25%;
    }
}

/* --------------------
    example
-------------------- */
#examples{
    padding: 100px 0;
}
.ex-body{
    padding-top: 1.2em;
}
.ex-top-box{
    margin-bottom: 2em;
}
.ex-top-img{
    margin-bottom: 2em;
}
.ex-top-img img{
    width: 40%;
}

/* --------------------
    demo
-------------------- */
#demo{
    padding: 100px 0;
    /* background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%; */
    background: #242a33 url(http://demo.1on1navi.com/wp-content/uploads/sites/2/2018/02/image04.png) no-repeat 50% 50%;
    background-size: cover;
}

.bg-orange{
	background-color:#ffa77d;
}
.demo-wrap {
  padding: 2.5em 2em;
}
.bg-box{
	background-color:#ffffff;
	padding-bottom: 25px;
}
.demo-box {
  position: relative;
  width: 100%;
  margin: 2em 0 0 0;
  background-color: #fff;
}
.demo-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 3em;
  background-color: #277fc3;
}
.demo-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent transparent #0b57a0 #0b57a0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  background: #87d0f1;
  transform: rotate(-90deg);
}
.demo-img {
  width: 80%;
  margin: 1em auto;
}
.demo-img img {
  width: 100%;
}
#features_demo .section-header {
  margin-bottom: 0;
}
#features_demo .section-header .section-title:before {
  content: "";
  width: 100px;
  left: 0;
  margin-left: 0;
}
.contents {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}

/* .contents:before {
	 content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 70%;
    margin: 17% -10% 0;
    background: #1887dc;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-7deg);
    z-index: -1;
}

.contents_inner {
 box-sizing: boder-box;
  width: 100%;
 height: 100%;
  margin: 0 auto;
  padding: 100px 10px 120px;
  text-align: center;
} */
.contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 50%;
    margin: 17% -10% 0;
    background: #1887dc;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
    z-index: -1;
}
.contents_inner {
	box-sizing: boder-box;
	width: 100%;
	height: 100%;
	margin: -21% auto 0;
	padding: 80px 0px 20px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .demo-box { margin: 15px; }
  .demo-img {
    width: 100%;
    margin: 0 auto;
  }
  .demo-img img {
    width: 100%;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
  }
	.contents:before {
		content: '';
		height: 70%;
		margin: 17% -10% 0;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: rotate(-8deg);
		-ms-transform: rotate(-8deg);
		transform: rotate(-8deg);
		z-index: -1;
	}
	.contents_inner {
		margin: 0 auto;
		padding: 40px 10px 50px;
	}
}

/* --------------------
    usefull-title
-------------------- */
#usefull{
    padding: 60px 0;
	background-color: #fff;
}
.usefull-title{
    margin: 0;
    padding-left: 0.5em;
    background-color: #fff;
}

/* --------------------
    price
-------------------- */
#price{
    padding: 60px 0;
}
.price-box {
  width: 100%;
  margin: 2em auto;
}
.price-box div{
    padding: 0;
    height: 100%;
    /* background-color: #fff; */
    margin-bottom: 1em;
}
.price-text {
  margin: 1em auto 2em;
}
/* .mg{
	margin-bottom:0px;
} */
.column-title {
  font-size: 2rem;
  border-bottom: 4px solid #eee;
}
.column-title:after {
  bottom: -4px;
  border-bottom: 4px solid #06339a;
}
.shadow-box{
  width: 100%;
  margin: 0 auto;
  padding: 1em 1em 4em;
	border-top: solid 25px #005BAC;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.padding{
	padding: 50px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.bg-last{
/* 	background-color: #ffa77d; */
	background-color: #ffa77d;
}

.last-size{
	font-size: 2.5rem;
  line-height: 1.5em;
}

@media only screen and (min-width: 768px) {
  .last-size{
    font-size: 3.5rem;
    margin-bottom: 2em;
  }
  .price-box { margin: 0 auto; }
  .shadow-box{ width: 70%; }
  .price-box div{
      /* padding: 40px 20px 150px; */
      /* background-color: #fff; */
      margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
	.last-size{
		font-size: 1.9rem;
      margin-bottom: 2em;
	}
}



/* ------------------------------
 * 	form
 * --------------------------- */
.control-label span {
    margin-right: 0.5em;
}
.form-common {
    margin-bottom: 2em;
}
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks { background: #F2F3F6; border: 1px solid #7E8AA2; padding:10px; }

/*****Forms*****/
ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li {
	clear: both;
	float: left;
	margin-bottom: 18px;
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #7E8AA2;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms textarea { height: 300px; width: 334px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #f2f3f6; border-color: #ff9800; }
.error { color: #f00; }
ol.forms li .error { font-size: 12px; margin-left: 20px; }
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }
ol.forms li.buttons button {
	background: #ff9800;
	border: none;
	color: #000;
	cursor: pointer;
	font: 16px/16px "Avenir LT Std", Helvetica, Arial, sans-serif;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: auto;
}
ol.forms li.buttons button:hover { color: #222; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { float: right; width: 460px; }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

/*---------------
 thanks
----------------*/


/*---------------
 company
----------------*/
.company-info{
	padding: 0.5em 0 0.6em;
	border-bottom: 1px solid #ddd;
}

/*---------------
 policy
----------------*/
h2.policy-ttl{margin-top: 1.5em;}
.policy-ttl{
	font-size: 18px;
}
.policy-txt{
/* 	text-indent: 1em; */
	padding: 0 1em;
}
.contact-box{
	margin: 1.5em 0;
	padding: 1em 1.5em;
	border: 1px solid #ddd;
}

/***********
 * blog
 * ***********/
ul.lcp_catlist{
	padding-left: 0px;
}
ul.lcp_catlist li {
	display: flex;
	list-style:  none;
	justify-content:  stretch;
	margin-bottom: 4rem;
	flex-direction: column;
	word-break: break-all;
}
.fl-stretch {
	justify-content: stretch;
}
.post-content { width: 100%;}
.lcp_catlist .flex-box.fl-column {
    width: 100%;
	padding-top: 1rem;
    padding-left:  0;
}
p.lcp_post a { font-weight: 600;}
p.lcp_post a:hover { color: #247FBB;}
.lcp_excerpt {font-size: 1.6rem;color: #64686d;}
span.post-author, span.post-date { font-size: 1.6rem;}
span.post-author{
    color: #247FBB;
/*     margin-right: 1rem; */
}
span.post-date {
	color: #64686d;
	margin-right: 2rem;
}
h3.side-title {
    font-size: 2rem;
    color: #64686d;
    margin-bottom: 2rem;
}
.side-wrap {
    margin-left: 2rem;
    padding-left: 1.5rem;
    border-left: 1px solid #eee;
}

h4.parent-cat-title a {
    font-size: 1.7rem;
    font-weight: 400;
    color: #247FBB;
}

.cat-group {
    margin-bottom: 3rem;
}

.cat-group ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
}

.cat-group ul li {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
	ul.lcp_catlist li {
		flex-direction: row;
	}
	.lcp_catlist .flex-box.fl-column {
	    padding-left:  2.5rem;
	}
}
@media only screen and (max-width: 767px) {
	.blog-title h2 a{
		font-size: 20px;
	}
}
/* 0709井野追加分 */
.footer-items{
	text-align: center;
	margin: 0 auto;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1220px) {
	.title .top-subtext {
		display: none;
	}
}
/**********
 *  DLC
 **********/
ul.dl-list-box {
    margin: 2rem auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid #eee;
    min-height: 100px;
    max-height: 300px;
    overflow:  auto;
}
