﻿@charset "UTF-8";

html {
    font: 100%/1.5 "Lato", "Hiragino Maru Gothic Pro", "Meiryo UI", Meiryo, "MS PGothic", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #fff;
    font-family: "M PLUS Rounded 1c"!important;
    margin: 0;
}

ol, ul, li {
    list-style: none;
}

a {
	text-decoration: none;
}

/* header  ---------------------------------------------------------------------------- */

header .logo {
	float: left;
	padding: 10px 0 0 15px;
}


header {
	/*height: 80px;*/
	position: fixed;
	z-index: 5;
	top: 0px; 
    left: 0px; 
    width: 100%;
    background: #fff;        
padding-bottom:10px;
}
header .header_right{
    float: right;
}
header .tel-header {
    float: left;
    padding: 15px 15px 0 0;
}
header .btn_header {
    float: right;
    padding: 5px 10px 0 0;
}

#areamenu {
    float: left;
    display: block;
    width: 50%;
}

/* areamenu  ---------------------------------------------------------------------------- */
#areamenu li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  list-style-type: none!important;
  display: inline-block;
}
#areamenu span {
    text-align: center;
    background-color: #f73537;
    padding: 4px;
  /*  width: 50px;*/
    display: block;
}

#areamenu span a {
    color: white;
}
/* menu  ---------------------------------------------------------------------------- */
.menu {
    float: right;
    display: block;
    width:30%;
}

.menu li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  list-style-type: none!important;
  display: inline-block;
}
.menu span {
    text-align: center;
    background-color: #f73537;
    padding: 4px;
  /*  width: 50px;*/
    display: block;
}

.menu span a {
    color: white;
}
.cp_link {
	padding: 0.1em 0.3em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,152,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color: #ff9800;
}
.cp_link:hover {
	background-position: -100% 0;
	color: #fff;
}
p.linefont {
    color: white;
}

@media screen and (max-width:768px) {
    header {
        height: 50px;
        position: inherit;
        z-index: 5;
        top: 0px; 
        left: 0px; 
        width: 100%;
        background: #fff;        
    }
    header .logo {
        width: 150px;
    }
.youtubecontents {
       width: 100%;
}
iframe {
       width: 100%;
       margin: 0 auto;
}

}
/* Main ---------------------------------------------------------------------------- */

.contents {
	width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.top {
	position: relative;
    width: 100%;
    height: 830px;
    background-color: #00b800;
    
}

.apps_top {
    height: 80px;
}

.fv_copy {
  padding-top: 120px;
    margin-left: auto;
    margin-right: auto;
   /* margin-top: 40px;*/
}

.fv_cv{
    background: #fffdeb;
}
.fv_cam_img{
    position: absolute;
    top: 100px;
    left: 250px;
}

img#cam {
    position: relative;
    top: -488PX;
    right: 360px;
}


img.line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
}

img.line_copy {
    position: absolute;
    bottom: 22px;
}

@media screen and (max-width:768px) {
    .fv_copy {
        margin-top: 180px;
        padding-top: 0px;
    }
    .top {
        position: relative;
        width: 100%;
        height: 600px;
    }
}
/* campaign ---------------------------------------------------------------------------- */
.campaign{
    background: #fffdeb;
    padding: 20px;
}
.tel_campaign {
    margin-bottom: 5px;
}
.btn_campaign {
    margin-top: 0px;
    margin-left: 50px;
    /*width: 100%;*/
}
@media screen and (max-width:768px) {
    .campaign{
        width: 100%;
        background: #fffdeb;
        padding: 10px 20px;
        height: 80px;
    }
    .tel_campaign {
        margin-bottom: 10px;
    }
    .btn_campaign {
        margin-top: 0px;
        margin-left: 60px;
        /*width: 100%;*/
    }
    .sp-block .tel_campaign{
        width: 48%;
        float: left;
    }
    .sp-block .btn_campaign{
        width: 48%;
        float: right;
    }
}

.btn_header:hover,.btn_campaign:hover {
	opacity: 0.5;
} 


/* what ---------------------------------------------------------------------------- */
.what {
    width: 1000px;
    padding-bottom: 80px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}

.what h2 {
	margin-top: 60px;
    text-align: center;
    display: inline-block;
}
.what .what_content{
    width: 750px;
    margin: 0 auto
}

.what .what_text{
    margin-top: 50px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.what .what_text_small{
    margin-top: 30px;
    color: #333;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.what .what_strong{
    color: #f62e2f;
}
.what .what_strong_yellow{
    border-bottom: solid 2px #ffea01;
}

.what_img{
    margin: 50px auto 0;
}
/* whatsp --------- */
@media screen and (max-width:768px) {
    .what {
        width: 100%;
        padding: 0 20px;
        padding-bottom: 50px;
        margin: 0 auto;
        background: #fff;
        text-align: center;
    }
    .what h2 {
        margin-top: 50px;
        text-align: center;
        display: inline-block;
    }
    .what .what_content{
        width: 100%;
        margin: 0 auto
    }
    .what .what_text{
        margin-top: 30px;
        color: #333;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
    }
    .what .what_text_small{
        margin-top: 20px;
        color: #333;
        text-align: left;
        font-size: 11px;
        font-weight: bold;
        line-height: 18px;
    }
    .what .what_strong_yellow{
        border-bottom: solid 2px #ffea01;
    }
    .what_img{
        margin: 30px auto 0;
    }
}
.ttl {
    position: relative;
    width: 100%;
    height: 230px;
    background: url(../images/ttl_bg.jpg) no-repeat center;
    background-size: cover;
}

.ttl img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;
}

.strength {
	position: relative;
    width: 100%;
    height: 3700px;
    background: url(../images/05_strength_pc.jpg) no-repeat center;
    background-size: cover;
}

.strength .strength-wrapper {
	padding: 100px 0 0 0;
}

.strength .strength-wrapper img {
	width: 100%;
	margin-bottom: 30px;
}


/* system ---------------------------------------------------------------------------- */

.system {
	padding-top: 80px;
    width: 100%;
    background: #fffdeb;
}
.system .contents{
    padding: 0 20px;
}
.system_bg{
    background: url(../images/system_bg.png);
    height: 170px;
}
.system .system-wrapper {
	padding: 80px 0 0 0;
}

.system .system-wrapper img {
	width: 90%;
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
.system {
    height: auto;
    background: #fffdeb;
    padding: 50px 0px 10px;
}

.system .system-wrapper {
	padding: 50px 0 0 0;
}
.system_bg{
    background: url(../images/system_bg.png) no-repeat;
    background-size: 100%;
    height: 60px;
}
.system .system-wrapper img {
	width: 100%;
    margin-bottom: 50px;
    /*margin-left: 5%;*/
}
}

/* step ---------------------------------------------------------------------------- */
.step {
    position: relative;
    padding-bottom: 80px;
    width: 100%;
    background: #54a9eb;
}
.step h2{
    margin: 0 auto;
    padding: 80px 0 30px;
}
.step .h2_text{
    margin-bottom: 0;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.voice .step-wrapper {
	padding: 100px 0 0 0;
}
.step .step_block{
    text-align: left;
}
.step .step_block .step_ttl{
    padding-top: 30px;
}
.step .step_content{
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    border: #1666d1 5px solid;
}
.step .step_content_03{
    padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
    border: #1666d1 5px solid;
}
.step .step_content p{
    width: 69%;
    padding-right: 20px;
    color: #f62e2f;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
}
.step .step_content p img{
    width: 80%;
    vertical-align: middle;
    display: inline-block;
}
.step .step_content img{
    width: 30%;
    vertical-align: middle;
    display: inline-block;
}
.step .step_content_03 img{
    width: 100%;
    vertical-align: middle;
}
@media screen and (max-width:768px) {
    .step {
        position: relative;
        padding: 0 20px;
        padding-bottom: 50px;
        width: 100%;
        background: #60b2ee;
    }
    .step h2{
        margin: 0 auto;
        padding: 50px 0 30px;
    }
    .step .h2_text{
        margin-bottom: 0;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    .step .step_content p img{
        width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    .step .step_content{
        padding: 30px 20px;
        background: #fff;
        border-radius: 10px;
        border: #1666d1 5px solid;
    }
    .step .step_content p{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
        color: #f62e2f;
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
    }
    .step .step_content img{
        width: 100%;
        vertical-align: top;
        display: inline-block;
    }
    .step .step_content_03{
        padding: 30px 20px;
        background: #fff;
        border-radius: 10px;
        border: #1666d1 5px solid;
    }
}

.voice .voice-wrapper img {
	width: 100%;
	margin-bottom: 20px;
}


/* qa ---------------------------------------------------------------------------- */
/*Q&Aアコーディオン*/
#sec01{
    margin-top: 50px;
    text-align: left;
}

.qa {
    position: relative;
    width: 100%;
    height: auto;
    background: #fffef9;
    padding-bottom: 50px;
}

.qa h2{
    margin: 0 auto;
    padding-top: 80px;
    display: inline-block;
}

.qa .qa-wrapper {
	padding: 100px 0 100px 0;
}

.qa-wrapper.sp-block img {
    width: 560px;
}
@media screen and (max-width:768px) {
    .qa {
        position: relative;
        width: 100%;
        height: auto;
        background: #fffef9;
        padding-bottom: 30px;
    }
    .qa h2{
        margin: 0 auto;
        padding-top: 50px;
    }
}

/*ラベル*/
.qa label {
    display: block;
    cursor: pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.qa label:after {
    padding-right: 8px;
    position: absolute;
    margin-top: 12px;
    margin-left: -35px;
}

/*チェックは隠す*/
.qa input {
    display: none;
}

/*中身を非表示にしておく*/
.qa .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
}

.qa .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {

}


.caution {
	width: 700px !important;
	margin-top: 25px;
}


/* form ---------------------------------------------------------------------------- */
.form_ttl{
	padding: 30px 20px;
	background: #ff7500;
    font-size: 36px;
	text-align: center;
	color: #fff;
}
.form_ttl h2{
    font-weight: bold;
}
.sec_form{
	padding: 80px 0 100px;
	text-align: center;
}
.form_bg{
    background: url(../images/form_bg.png) no-repeat center;
    background-size: 100%; 
    margin: 0px;
    font-size: 26px;
    font-weight: bold;
    padding: 50px 100px;
}

@media screen and (max-width:768px) {

    .form_bg{
        background: url(../images/form_bg_sp.png) no-repeat center;
        background-size: 100%; 
        margin: 0px 0 50px;
        font-size: 14px;
        font-weight: bold;
        padding: 30px 20px;
    }
}
.form_bg .contents{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.form_required{
	color: #fff;
    background: #ff7500;
    border-radius: 5px;
    padding: 0.6rem 0.6rem;
    font-size: 0.8rem;
    margin-left: 0.6rem;
}
.form_ninni{
	color: #fff;
    background: #888;
    border-radius: 5px;
    padding: 0.6rem 0.6rem;
    font-size: 0.8rem;
    margin-left: 0.6rem;
}
.green{
	color:#1f955b;
}

#form h2{
	padding-top: 20px;
	padding-bottom: 50px;
}

#form .container-form{
  width: 1000px;
  margin: 0 auto;
}
#form .item-container {
  padding: 0 50px;
}
#form .item-box {
	/*margin-top: 0px;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
#form .form_body{
	margin: 0 auto;
}
#form .text_form{
	margin-top: 60px;
	margin-bottom: 30px;
}
#form .text_form_end{
	margin-top: 20px;
	text-align: left;
}

.form_block{
	width: 100%;
	height: 60px;
	font-size: 18px;
	border: 1px solid #888;
	color: #000;
	border-radius: 3px;
	padding-left: 10px;
}
.form_text_area{
	width: 100%;
	height: 150px;
	font-size: 16px;
	border: 1px solid #888;
	color: #000;
	border-radius: 3px;
}

#form .item-box dl {
  margin-top: 0;
  margin-bottom: 0;
}
#form .item-box dt{
	width: 29%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-align: left;
	padding-top: 20px;
}

#form .item-box dd{
	width: 70%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.font_bold{
	font-weight: bold;
}
.privacy_area{
	width: 46%;
	margin: 0 auto;
	font-size: 20px;
}
.check_privacy{
	margin: 3px 10px;
}
.privacy{
	color: blue;
	border-bottom: 1px solid;
}

#form p{
    color: #333;
    padding-bottom: 10px;
    font-size: 18px;
}
#form .tuki_area{
    width: 100px;
}
#form .hi_area{
    width: 100px;
}
.btn-submit{
	background: #f62e2f;
	border-radius: 30px;
	width: 500px;
	height: 80px;
	font-size: 20px;
	color: #fff;
	padding: 0;
	transition: 0.8s;
  border: 0;
}
.btn-submit:hover{
	background: #fff;
	border-radius: 30px;
	width: 500px;
	height: 80px;
	font-size: 20px;
	border: 3px solid #f62e2f;
	color: #f62e2f;
	padding: 0;
	transition: 0.8s;
	opacity: 0.8;
}

.cv_btn{
	margin: 20px 0 50px;
}

.appsform_bg {
    border: solid 5px #15509f;
    padding: 20px 50px;
    margin-top: 35px;
    text-align: left;
    color: #454545;
    font: normal 12px Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
    font-size: 100%;
}
.appsform_bg  p{
    padding: 8px 10px 8px 20px;

}

 .appsformhead01{  
    text-align: center; 
    border-left: none;
    border-right: none;
    font-size: 1.1rem;
    padding: 8px 10px 8px 20px;
}
 .appsformhead02{   
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding: 8px 10px 8px 20px;
}
.appsformhead03 {
    border: 1px solid #CCC;
    border-left: none;
   border-top: none;
    border-right: none;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding: 8px 10px 8px 20px;
}
.form_pdf{
    border: solid 5px #15509f;
    padding: 20px 50px;
}
.form_pdf a{
    text-decoration: none;
}
.form_pdf a:hover{
    opacity: 0.8;
}
/*-- sp --*/
@media screen and (max-width: 1000px) {
    .form_ttl{
        width: 100%;
        padding: 30px 20px;
        background: #ff7500;
        font-size: 20px;
        text-align: center;
        color: #fff;
    }
	.sec_form{
        width: 100%;
		padding: 0px 20px 50px;
		text-align: center;
	}
	#form h2{
		padding: 10px 100px 50px;
    }
    .form_bg .contents{
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
	#form .container-form{
		width: 100%;
		margin: 0 auto;
	}
	#form .form_body{
		width: 100%;
		margin: 0 auto;
	}
	#form .text_form{
		margin-top: 60px;
		margin-bottom: 30px;
	}
	#form .text_form_end{
		margin-top: 20px;
		text-align: left;
	}
	#form .item-box dl {
		margin-top: 0;
		margin-bottom: 0;
	}
	#form .item-box dt{
		width: 100%;
		display: inline-block;
		text-align: left;
		padding-top: 0px;
		font-size: 14px;
		padding-bottom: 20px;
	}
	#form .item-box dd{
		width: 100%;
		display: inline-block;
        vertical-align: top;
        font-size: 14px;
	}
	#form .item-container {
		padding: 0px;
	}
	.privacy_area{
		width: 100%;
		font-size: 24px;
		margin: 0 auto;
	}
	/*.btn-submit{
		background: #fff;
		border-radius: 50px;
		width: 80%;
		height: 60px;
		border: 2px solid #ea5e00;
		color: #ea5e00;
		font-size: 18px;
	}
	.btn-submit:hover{
		height: 60px;
		font-size: 18px;
	}*/
	.form_block{
		width: 100%;
		height: 70px;
		font-size: 16px;
		border: 1px solid #888;
		color: #000;
		border-radius: 5px;
		padding-left: 10px;
    }
    .form_text_area{
        width: 100%;
        height: 150px;
        font-size: 16px;
        border: 1px solid #888;
        color: #000;
        border-radius: 3px;
    }
    .btn-submit{
        background: #f62e2f;
        border-radius: 20px;
        width: 100%;
        height: 80px;
        font-size: 20px;
        color: #fff;
        padding: 0;
        transition: 0.8s;
      border: 0;
    }
    #form p{
        color: #333;
        padding-bottom: 10px;
        font-size: 14px;
    }
    #form .item-box dd{
		width: 100%;
		display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
    .form_pdf{
        border: solid 5px #15509f;
        padding: 20px 20px;
    }
}
/*-- sp_end --*/

/* =validation
-------------------------------------------------------------- */
.with-validate {
    display: block;
    position: relative;
}
.with-validate label.error {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: -5px;
    bottom: 100%;
    margin-bottom: 10px;
    background: #c3272a;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
}
.with-validate label.error::before {
    content: "";
    background-color: transparent;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #c3272a transparent transparent;
}

@media (min-width:992px) {
    .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle
    }
    .form-inline .form-control-static {
      display: inline-block
    }
    .form-inline .input-group {
      display: inline-table;
      vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
      width: auto
    }
    .form-inline .input-group > .form-control {
      width: 100%
    }
    .form-inline .control-label {
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
      padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
      position: relative;
      margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
      top: 0
    }
    .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right
    }
    .form-horizontal .form-group-lg .control-label {
      padding-top: 9px;
      font-size: 16px
    }
    .form-horizontal .form-group-sm .control-label {
      padding-top: 6px;
      font-size: 12px
    }
  }
  @media (min-width:992px) {
    .table-cell-blue a + a {
      border-left: 1px solid #fff
    }
    .form-horizontal .control-label {
      text-align: left
    }
  }
  .form-inline .form-control {
    vertical-align: 1px
  }
  .form-inline-force .form-control {
    display: inline-block;
    width: auto;
    max-width: 100%
  }
  .form-inline-force .zip-1 {
    width: 80px
  }
  @media (max-width:479px) {
/* areamenu ---------------------------------------------------------------------------- */

#areamenu {
    float: left;
    display: block;
    width: 60%;
}

#areamenu li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    list-style-type: none!important;
    /* display: inline-block; */
    width: 49%;
    font-size: 10px;
}



    .dl-list-indent.cleared-xxs dt {
      display: block
    }
    .dl-list-indent.cleared-xxs dd {
      padding-top: 0
    }
    label.error {
      font-size: 24px
    }
    .form-group-lg .form-control {
      height: 70px;
      font-size: 18px
    }
    .container-form {
      font-size: 24px
    }
    .container-form .dl-list-indent dd,
    .container-form .dl-list-indent dt {
      font-size: 20px
    }
    .form-inline-force .zip-1 {
      width: 100px
    }
  }
  .form-inline-force .zip-2 {
    width: 100px
  }





/* footer ---------------------------------------------------------------------------- */

footer {
    width: 100%;
    padding: 30px 0 20px;
    text-align: center;
    color: #333;
    background: #f8f8f8;
}
footer a{
    color: #124993;
}
footer a:hover{
    opacity: 0.8;
}
.pc-block {
	display: block;
}

.sp-block {
	display: none;
}

/* social media ---------------------------------------------------------------------------- */
.social.media img{width:50px;
}

@media screen and (max-width:768px) {
/* Main ---------------------------------------------------------------------------- */

.contents {
    width: 100%;
	margin: 0 auto;
}

.top {
    /*height: 650px;*/
    background-color: #00b800;
    background-size: cover;
    padding: 0 20px;
}

.fv_copy {
	width: 90%;
    /* text-align: center; */
    /* margin: 0 auto; */
    position: absolute;
    /*top: 20%;*/
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;

}

img.line_copy {
    width: 90%;
    margin-left: 5%;
}

img.cpampaign_bg {
	width: 100%;
}

.btn_campaign {
    width: 90%;
    margin-left: 0px;
} 

.problem {
    height: 1415px;
    background: url(../images/03_problem_sp.jpg) no-repeat center;
    background-size: cover;
}

.problem img {
    margin-top: 0px;
    float: none;
}

.problem-img {
    width: 90%;
    margin-left: 5%;
    position: absolute;
    bottom: 6%;
}

.solution {
    background: url(../images/04_solution_sp.jpg) no-repeat center;
    background-size: cover;
}

.solution .solution-txt {
	padding-top: 195px;
    width: 90%;
    margin-left: 5%;
}

.strength {
    height: auto;
    background: url(../images/05_strength_sp.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 90%;
}

.strength .strength-wrapper {
	padding: 100px 0 0 0;
}

.strength .strength-img {
	width: 90%;
	margin-bottom: 50px;
	margin-left: 5%;
}



.voice {
    height: auto;
    background: url(../images/07_voice_sp.jpg) no-repeat center;
    background-size: cover;
}

.voice .voice-wrapper {
	padding: 100px 0 0 0;
}

.voice .voice-wrapper img {
	width: 90%;
    margin-bottom: 50px;
    margin-left: 5%;
}

.qa .qa-wrapper {
	padding: 85px 0 100px 0;
}

.qa-wrapper.sp-block img {
    width: 90%;
    margin-left: 5%;
}

.qa label:after {
    padding-right: 8px;
    font-size: 1rem;
    margin-left: -5%;
    margin-top: 2.5%;
}

.caution {
	width: 90% !important;
	margin-top: 25px;
	margin-left: 5%;
}

.access {
	height: auto;
    background: url(../images/09_access_sp.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 15%;
}

.access-wrapper {
	padding: 15% 0 0 0;
}

.pic {
	width: 90%;
	margin-left: 5%;
}

.accessMap {
	height: 350px;
    padding: 2%;
    margin: 0 5%;
}

.accessMovie {
	bottom: 15%;
    left: 30%;
    width: 60%;
    height: 10%;
}

.accessMovie iframe {
    width: 100%;
}

.movie {
	margin-bottom: 15px;
}


/* footer ---------------------------------------------------------------------------- */

footer {
    background: #f8f8f8;
}

.pc-block {
	display: none;
}

.sp-block {
	display: block;
}

}

/*-- sp_固定フッター --*/
.is-fixed {
    display: none!important;
}
@media screen and (max-width: 768px) {
	.fNav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding-top: 3px;
    /* padding-bottom: 3px; */
    background-color: #fff;
    text-align: center;
    transition: .3s;
    padding: 10px 10px 50px 10px;
}
	.f_tel{
		width: 48%;
		float: left;
	}
	/*.f_tel img {
		width: 50%;
		float: left;
	}*/
	.f_contact{
		width: 50%;
		float: right;
    }

.f_apps{
    width: 100%;
    float: left;
    padding-top: 14px;
}
    .is-fixed {
        display: none!important;
    }
}
/*-- sp_end --*/

/*-- apps --*/
@media screen and (max-width: 768px) {
.appsform_bg {
    border: solid 5px #15509f;
    padding: 30px 10px;
    margin-top: 35px;
    text-align: left;
    margin: 20px;
}


.appsformhead02 {
    text-align: center;
    border: 1px solid #CCC;
    border-left: none;
    border-right: none;
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding: 8px 10px 8px 20px;
}

p.importantsubjects {
text-align:center;

}
p.appsConfirmation {
    margin: auto;
    width: 70%;
}
.apps_top {
    height: 0px;
}

}
/*-- apps_end --*/