
body {
  background-color: white;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  min-width: 1200px;
}

html {
	
}


/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #f18e00;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 40px;
  	font-weight: bold;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

h4 {
  color: black;
  font-weight: 500;
  font-size: 20px;
	line-height:1.4;
	font-weight: bold;
}

h5 {
	color: #434343;
	font-size: 20px;
	line-height: 2.0;
	text-align: left;
}


/* Paragraph & Typographic */

p {
	display: inline-block;
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 16px;
	text-align: -webkit-match-parent;
}


.centered {
  text-align: center;
}

/* Links */

a {
  color: #3498db;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar-default {
  background-color: rgba(255,255,255,0.8);
  border-color: transparent;
	padding: 10px;
	filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.1));
}

.navbar-default .navbar-brand {
	padding-block-start: 10px;
}

.navbar-right {
font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
  color: #434343;
}

img[src="img/logo.png"] {
	filter: drop-shadow(10px 10px 10px rgba(255,255,255,1.0));
}

.navbar-toggle {
  background: #fff;
}

/* Helpers */

.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtop{
  margin-top: 40px;
}

.mbot{
  margin-bottom: 40px;
}

.form-control {
  height: 42px;
  font-size: 18px;
  width: 280px;
}

i {
  margin: 8px;
  color: #3498db;
}

/* HeaderWrap */

#headerwrap {
  /* background: url(../img/bg01.jpg) no-repeat center top; */
  /* background-color: #3498db; */
  /* margin-top: -20px;*/
  /* padding-top: 200px;*/

  min-height: 650px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	
	background-image:
		/*url("../img/iPadProSpaceSilver.png"),*/
		url("../img/kv-bg.jpg");
	background-repeat:
		/*no-repeat,*/
		no-repeat;
	background-position:
		/*bottom right,*/
		center;
	background-size:
		/*50%,*/
    /*100%;*/
    cover;
}


#wrapper {
  max-width:1440px;
  overflow:hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.bk1 {
	background-image: url("../img/4point-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 50px;
  /*margin: 0 calc(50% - 50vw);*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}

.bk2 {
	background-image: url("../img/howtointroduce-bg.jpg");
	background-position: center;
	background-size: cover;
	padding: 50px;
  /*margin: 0 calc(50% - 50vw);*/
    margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.str1 {
	font-size: 40px;
	font-weight: bold;
	color: #f18e00;
    vertical-align: middle;
}

.str2 {
	font-size: 24px;
	font-weight: bold;
	color: #f18e00;
    vertical-align: middle;
}

.str3 {
	font-size: 12px;
}

#box-a1 {
	border: 2px solid #f9f4e9;
	width: 100%;
	padding: 10px;
	margin-top: 30px;
    text-align:center;
    
}

#box-a2 {
	width: 100%;
  padding: 10px;
  height: 282px;

}

#box-a3 {
	width: 10%;
	margin: auto 0;

}

#box-b {
	background-color: #f9f4e9;
	border-radius:  3px;
	padding: 15px;
	margin-top: 15px;
	width: 100%;
	height: 100%;
}

#box-c {
	background-color: white;
	padding: 5px;
	margin-bottom: 15px;
	width: 100%;
	font-weight: bold;
}

.parent {
	margin: 10 20px;
	padding: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-aligin-items: center;
	align-items: center;
	width: 100%;
}

.inner {
	margin: 0 auto;
	padding: 5px;
  display: inline-block;
  width: 80%;
}


.row_br{
  margin-top: 100px;
  /*justify-content:center;*/
  text-align:center;
}



.flex_test-item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    width: 15%;                 /* 幅指定 */
}

.btn_custom {
	width: 35%;
	position: relative;
	display: inline-block;
	padding: 1.25em 1.5em;
	text-decoration: none;
	color: #FFF;
	background: #f18e00;/*背景色*/
	border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/

	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-weight: bold;
  /*padding-top: 25px;*/
  margin-right: 20px;
  margin-left: 20px;
}

.btn_custom:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn_custom:hover {
  background: #F8AA3A;
}


/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

.contact-form label {
  color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
  width: 100%;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #f0ad4e;
  border: 0;
  padding: 12px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #fabf6b;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* footer */
#footer {
  height: 55px;
	background: #f3eee8;
	padding: 10px 0;
  color: grey;
  text-align: center;
	
	/*margin: 0 calc(50% - 50vw);*/
	/*padding: 0 calc(50vw - 50%);*/	
}

/* Copyrights */

#copyrights {
  height: 55px;
  background: #b3ada5;
  padding: 10px 0;
  text-align: center;

	/*margin: 0 calc(50% - 50vw);*/
	/*padding: 0 calc(50vw - 50%);*/	
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #fff;
}

.credits {
  color: #fff;
}





/* 選択部分色 */

::selection
{
    background: #f5ebd5;
    color: #f18e00;
}

/* for Firefox */
::-moz-selection
{
    background: #f5ebd5;
    color: #f18e00;
}


/* Contact Form */

.bk3 {
	background-image: url("../img/contact-trial.jpg");
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 11.43%;
    background-size: contain;
    margin-top: 70px;
    position: relative;
    
}

.bk3 p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	
	/*font*/
	color: white;
	font-weight: bold;
	font-size: 2.5em;	/*size x2.5*/
}

.scroll_box {
	margin-top :20px; 
	padding:10px; 
	line-height: 2.0; 
	overflow:auto;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	color:#000000; 
	background:#e6eae6;
	text-align:left; 
	font-size: 80%; 
	height:18em;	/* 行数 */
	width: 81%;	/* スクロール枠の幅 */
		
}

/* スクロールの幅の設定 */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 2px #aaa inset;
	background: white;
}

/* スクロールのつまみ部分の設定 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f18e00;
}

.cp_ipcheck {
  width: 90%;
	margin: 2em auto;
	text-align: left;
	display: inline;
}

.cp_ipcheck label {
	line-height: 135%;
	position: relative;
	margin: 0.5rem;
	cursor: pointer;
}
.cp_ipcheck .option-input05 {
	position: relative;
	margin: 0 1rem 0 0;
  cursor: pointer;
}
.cp_ipcheck .option-input05:before {/*同意チェックマーク*/
	position: absolute;
	z-index: 1;
	top: 0.25rem;
  left: 0.1875rem;
	width: 1.2rem;
  height: 0.475rem;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 2px solid #f18e00;
	border-top-style: none;
	border-right-style: none;
}
.cp_ipcheck .option-input05:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.cp_ipcheck .option-input05:after {/*同意チェックのハコ*/
	position: absolute;
	top: -0.125rem;
  left: 0;
	width: 1.5rem;
  height: 1.5rem;
	content: '';
	cursor: pointer;
	border: 2px solid #dcdcdc;
	background: #ffffff;
}

.btn-warning {
	background: #f18e00 ;
	
}

/*--------------↓追加タグ↓--------------*/


/*--------------↓追加クラス↓--------------*/



.navbar-toggle i{
  color: #f18e00;
}

.header-u{
  max-width: 1440px;
}

.container-orign{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fv-container-orign{
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;/*文字左側のみスペーシング*/
}

.fv-ly{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fv-u{
  width: 650px;/*微調整、文字折り返し防止*/
}

.fv-u-mt70{
  margin-top: 70px;
}

.fv-ly-btn{
  padding-bottom: 20px;
  display: flex;
  justify-content:center;
  text-align:center;
}

.service-img{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}



.res-open{
  display: none;
}

.point-boxes{
  display: flex;
  justify-content: space-between;
}

.point-box{
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: 1%;
}

.point-box-revers{
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: 1%;
}

.point-box-inner-1 img{
  height: 140px;
}

.point-box-inner-1 span{
  font-size: 12px;
  margin-bottom: 0;
}

.price-box{
  display: flex;
  justify-content: center;
  align-items: center;
}

.env-u{
  font-size: 12px;
}

#footer img{
  margin-right: 80px;
}

.status-box-1{
  display: flex;
  justify-content: center;

}

.status-box-2{
  padding: 40px;
}

.fv-img{
  text-align: right;
}

.fv-img img{
  width: 630px;
}

.fv-img-2{
  text-align: center;
  margin-bottom: 40px;
}

.fv-img-2 img{
  width: 800px;
}

.res-close{
  display:block;
}

.service-u p{
  display: block;
}

.form-box{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
float: left;
}

.use-ly-btn{
  padding-bottom: 20px;
  display: flex;
  justify-content:center;
  text-align:center;
}

.price-ly-btn{
  padding-bottom: 20px;
  display: flex;
  justify-content:center;
  text-align:center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.btn_custom p{
  margin-bottom: 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  /*PC画面で幅狭時の崩れ挙動対するパッチ対応*/
  .header-ly-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: white;
  }

  .fv-res-u-mt{
    margin-top: 90px;
  }

  .navbar-toggle i{
    font-size: 30px;
  }

  .navbar-toggle{
    padding: 0px;
  }

  .bk3{
    margin-top: 95px;
  }
}


/*タブレット、スマホ対応(bootstrapに合わせて画面幅767px以下とした)*/
@media screen and (max-device-width: 767px) {

/*--------------タグ--------------*/

h1 {
  font-size: 60px;/*1.5倍*/
}

h2 {
  font-size: 60px;/*2倍*/
}

h3 {
  font-size: 40px;/*2倍*/
}

h4 {
  font-size: 40px;/*2倍*/
}

h5 {
	font-size: 30px;/*1.5倍*/
}

p {
  font-size: 32px;/*2倍*/
  line-height: 48px;
}

b{
  font-size: 32px;
}

label{
  font-size: 32px;/*2倍*/
}

button{
  font-size: 32px;/*2倍*/
}

/*--------------クラス/id--------------*/
  .container-orign{
    padding-right: 3px;
    padding-left: 3px;
  }

  .fv-container-orign{
    padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
  }

  .header-res-container{
    height: 150px;
  }

  .header-res-ly-left{
    height: 100px;
  }


  .header-ly-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: white;
  }

  .fv-u-res{
    margin-top: 100px;
  }

  .fv-ly{
    flex-direction: column;

  }

  .res-open{
    display: block;
  }

  .point-boxes{
    flex-direction: column;
  }

  .point-box{
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .point-box-revers{
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
  }

  .point-box-inner-1{
    width: 48%; 
  }

  .point-box-inner-2{
    width: 48%;    
    display: flex;
    align-items: center;

  }

  .point-box-inner-1 img{
    height: 300px;
  }

  .point-box-inner-2 p{
    text-align: left;
  }

  .point-box-inner-1 span{
    font-size: 24px;/*2倍*/
  }

  .env-u{
    font-size: 24px;/*2倍*/
  }

  .str1{
    font-size: 60px;/*1.5倍*/
  }

  .str2{
    font-size: 36px;/*1.5倍*/
  }

  .str3{
    font-size: 24px;/*2倍*/
  }

  #box-c{
    font-size: 32px;/*2倍*/
  }

  #box-b{
    font-size: 32px;/*2倍*/
  }

  #box-a2 {
    height: 500px;
  }

  #footer{
    height: 110px;/*2倍*/
    padding-top: 35px;
  }

  #footer img{
    height: 60px;
    margin-top: -15px;/*微調整*/
  }

  #copyrights{
    height: 110px;/*2倍*/
    padding-top: 30px;
  }

  /*contactページ*/

  .bk3 {
    margin-top: 150px;
  }

  .form-control {
    height: 84px;/*2倍*/
    font-size: 27px;/*1.5倍*/
    width: 80%;

  }

  .panel-u{
    font-size: 32px;
  }

  .panel-u img{
    height: 36px;
  }

  .col-md-1 img{
    height: 36px;
  }

  .scroll_box{
    font-size: 24px;/*元は12.8*/
  }

  .form-group{

  }
  
  .smoothscroll{/*ヘッダーのハンバーガーメニュー*/
    font-size: 48px;/*元は16*/
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .res-close{
    display: none;
  }

  .fv-u{
    width: auto;/*微調整、折り返し防止*/
  }

  .btn_custom img{
    padding-left: 30px;
    position: absolute;
    top: 40%;
  }

  .btn_custom{
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
  }

  .btn_custom p{
    margin-right: 10px;
  }

  .nav{
    height: 400px;
  }

  .navbar-nav{
    height: 400px;
  }

  .contact-btn{
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 26px;
  }

  .cp_ipcheck .option-input05:before {/*同意チェックマーク*/
    top: -8px;
    left: -29px;
    width: 40px;
    height: 15.83px;
    border: 6px solid #f18e00;
    border-top-style: none;
    border-right-style: none;
  }

  .cp_ipcheck .option-input05:after {/*同意チェックのハコ*/
    top: -20px;
    left: -35px;
    width: 50px;
    height: 50px;
  }

  .navbar-toggle i{
    font-size: 80px;
  }

  .fv-res-u-mt{
    margin-top: 70px;
  }

}/*スマホ対応(画面幅425px以下)*/