@charset "UTF-8";

html {
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
	padding:0 !important;
	position: relative;
}

h1, h2, h3, h4, h5, h6, p,li,dt,dd,span,td,th,a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #333;
  line-height: 1.6;
  word-wrap:break-word;
}

.ropa-sans {
  font-family: 'Ropa Sans','Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}

::selection {　/* テキスト選択時のカラー */
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

::-webkit-selection {
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

::-moz-selection {
  color: #000 !important;
  background: #ff0;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

.img_fullwidth {
	margin:0 -15px;
	max-width: calc(100% + 30px) ;
}
.flex-box  {
	display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (min-width: 768px) {
	
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*------------------------------------------------------------------
  	[Title]　タイトル周り
------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}



br.pcbr {
	display:inline;
}
br.spbr {
	display:none;
}

@media (max-width: 767px) {

	h1 {
 	 font-size: 22px;
	}

	h2 {
	  font-size: 18px;
	}
	h3 {
	  font-size: 14px;
	}

	h4 {
	  font-size: 12px;
	}

	p,li,dt,dd,span,td,th {
		font-size:10px;
	}
	br.pcbr {
		display:none;
	}
	br.spbr {
		display:inline;
	}

}
iframe {
	width: 900px;
	height: 1150px;
	border: none;
}


/*------------------------------------------------------------------
  	[Link]　リンク周り
------------------------------------------------------------------*/

a {
  color: #877b4b;
  outline: 0;
  text-decoration: none;
  transition-duration: 300ms;	
}
a img {
	transition-duration: 300ms;
}
a:hover img {
	opacity:0.8;

}
a:focus, a:hover, a:active {
  color: #555;
  text-decoration: none;
}



/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

@media (min-width: 768px) {
	


}

@media (min-width: 992px) {


/*イメージ拡大*/
.imgWrap {
	overflow: hidden;
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;
}

.imgWrap:hover{
	opacity:0.8;
}
.imgWrap:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}


}



/*------------------------------------------------------------------
  	[Blockquote] 引用符
------------------------------------------------------------------*/
.blockquote {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: Hind, sans-serif;
  color: #a6a7aa;
  line-height: 1.4;
  border-left: none;
  margin-left: 20px;
}

.blockquote:before {
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 60px;
  display: inline-block;
  color: #f00;
  content: '“';
}

/*------------------------------------------------------------------
  	[Button]　ボタン
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  font-size:16px;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding:10px 40px;
  letter-spacing:0.1em;
  font-weight: 400;
  background:#988675;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  background:#FFC705 !important;
  border-color:#FFF !important;
  color:#000 !important;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}






/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/

.container {
	padding: 0;
}

.content-ss {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-0 {padding-bottom:0 !important; }

@media (max-width: 768px) {

	.content-ss {
	  padding-top: 15px;
	  padding-bottom: 15px;
	}

	.content {
	  padding-top: 20px;
	  padding-bottom: 20px;
	}

	.content-sm {
	  padding-top: 30px;
	  padding-bottom: 30px;
	}

	.content-md {
	  padding-top: 40px;
	  padding-bottom: 40px;
	}

	.content-lg {
 	 padding-top: 50px;
	  padding-bottom: 50px;
	}

}



#main_v {
	width: 100%;
	margin-top: 75px;
	height: calc(100vh - 118px);
	background:url(../img/main_img.jpg) no-repeat bottom center;
	background-size: cover;
	position: relative;
}

#main_v p {
	position: absolute;
}
#main_v p {

}
#main_v p.main_01 {
	top: 50px;
	left: 5vw;
	width: 25vh;
}


@media (max-width: 767px) {

	#main_v {
		height: 100vh;
		background-image:url(../img/main_bg_sp.jpg) !important;
		margin-top: 0;
	}
	#main_v p.main_01 {
		display: none;
	}
	
}

/*----- スライドショーの上のコンテンツ ------*/

.mv_wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: calc(100vh - 118px);
	z-index:5;
	text-align:center;
}

.mv_wrapper p.main_02 {
	position: absolute;
	top: 10vh;
	left: calc(55% - 40vh);
	width: 80vh;
}
.mv_wrapper p.main_03 {
	position: absolute;
	bottom: 30px;
	right: 5vw;
	width: 85vh;
	max-width: 600px;
}
.mv_wrapper p.main_03 a {
	display: block !important;
	width: 100%;
	background: #39b54a;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	margin-top: 15px;
	transition: 0.3s;
	font-size: 0.9em;
}
.mv_wrapper p.main_03 a:hover {
	background: #1d95d4;
}


.scroll-announce ,
.scroll-announce:after {
	display: none;
}

@keyframes scroll-announce {
	0% { transform:translateY(0) }
	70% { transform:translateY(-15px) }
	100% { transform:translateY(0) }
}


@media (max-width: 767px) {
	
	.mv_wrapper {
		height:100vh;
	}
	.mv_wrapper p.main_02 {
		position: relative;
		top: 37vw;
		left: 5% ;
		width: 90%;
	}
	.mv_wrapper p.main_03 {
		position: absolute;
		top:70vw;
		bottom: auto;
		right: 5%;
		width: 90%;
		max-width: auto;
	}
	.mv_wrapper p.main_03 a {
	font-size: 1.5em;
    }
	
	
	
	.scroll-announce {
		text-align: center;
		display: block;
	}
	.scroll-announce:after {
		color:#fff;
		font-weight: bold;
		display: block;
		text-align: center;
		content:url(../img/common/shitamuki.png);
		position: absolute;
		left: 50%;
		left: calc( 50% - 24px );
		bottom: 20px;
		width: 48px;
		z-index: 20;
		animation: scroll-announce 3s ease infinite;
	}
	
	
}



/*------------------------------------------------------------------
  	[Modal] モーダルウィンドウ
------------------------------------------------------------------*/

.close{
	margin-right:-60px;
	margin-top:-30px;
	opacity:0.9;
	width:40px;


	height:40px;
	border-radius:50%;
	background:#808054 !important;	
}
.close span {
	font-size:35px;
	vertical-align:top;
	line-height:30px;

	color:#fff !important;
}
.close::after {

}
.modal.fade .modal-dialog {
	top:5%;
}


@media (max-width: 767px) {

.close{
	margin-right:calc(50% - 1em) ;
	margin-top:-20px;
	opacity:1.0;
	z-index:2;
}
.close span{
	color:#fff;
}
.modal.fade .modal-dialog {
	top:5%;
}


}


/*------------------------------------------------------------------
  	[Home]
------------------------------------------------------------------*/

#contents {
	text-align: center;
}
#contents section {
	padding-top: 70px;
	margin: 0 auto;
}
#contents h2 img {
	overflow: hidden;
	display: block;
}
#contents section::after {
    content: "";
    display: inline-block;
    height: 90px;
    margin-top: -90px;
 	vertical-align: top;
}
#contents h2 {
	display: inline-block;
	text-align: center;
	margin-bottom: 70px;
}
#contents h2 img {
	margin: 0px auto 0;
}
#contents h2 span {
	margin-top: 10px;
	display: block;
}

#contents .btn-block {
	display: inline-block !important;
	width: auto;
	background: #1d95d4;
	color: #fff;
	padding: 0.5em 2em;
	text-align: center;
	transition: 0.3s;
	font-size: 0.9em;
}
#contents .btn-block:hover {
	background: #39b54a;	
}
#contents .btn-C {
	background: #39b54a;
}
#contents .btn-C:hover {
	background: #1d95d4;
}

#contents .btn-L {
	padding: 1.1em 6em;
	font-size: 1.2em;
}
	

/* -- items -- */

.items {
	background: #f2f2f2;
	position: relative;
	overflow: hidden;
}
.items:before {
  content: '';
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #fff;
  transform: skew(0deg, -10deg);
}
.items .hard-case dt {
	text-align: left;
	margin: 0 20px 0 -20px;
}
.items .soft-case dt {
	text-align: right;
	margin: 0 -20px 0 20px;
}

.items h3 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 20px;
}
.items h3 span {
	font-weight: normal;
	display: block;
	font-size: 1.3rem;
	color: #1d95d4;
}

.items dl {
	position: relativere;
}
.items dl.hard-case {
	margin-bottom: 50px;
}
.items dl dd img {
	margin-bottom: 40px;
}

@media (max-width: 1199px) {
	.items dl dt h3 {
		font-size: 1.5em;
	}
	.items dl dt p {
		font-size: 0.8em !important;
	}
	.items dl dt a {
		font-size: 0.7em !important;
		padding: 1.1em 0 !important;
		width : calc(100% + 15px) !important;
	}
}
@media (max-width: 990px) {
	.items dl dt {
		margin-top: -50px !important;
	}

	
}
@media (max-width: 767px) {
	.items {
		padding-top: 30px!important;
}
}


/* -- benefit -- */

.benefit div {
	padding-top: 70px;
	background: url(../img/benefit_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 150px;
	overflow: hidden;
	position: relative;
}
.benefit div:before {
  content: '';
  position: absolute;
  bottom: 16vw;
  right: 0;
  width: 500%;
  height: 20vw;
  background: #fff;
  transform: skew(0deg, 10deg);
}
.benefit div:after {
  content: '';
  position: absolute;
  bottom: 16vw;
  left: 0;
  width: 500%;
  height: 20vw;
  background: #fff;
  transform: skew(0deg, -10deg);
}
.benefit h2 {
	margin-bottom: 30px !important;
}
.benefit p img {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}


/* -- merit -- */

#merit {
	position: relative;
	z-index: 2;
}

#merit article {
	background: #e6e6e6;
	padding: 0 30px 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-top: 10px solid #fff;
}
#merit p {
	font-size: 1.1em;
	margin-right: 60px;
	box-sizing: border-box;
}
#merit p strong {
	background: linear-gradient(transparent 30%, #ffff66 30%);
}
	
#merit article:nth-child(odd) {
	background: rgba(7,120,166,0.14);
}
#merit article h3 {
	margin: -10px 0 20px;
}
#merit article h4 {
	font-size: 2em;
}
#merit article div.row {
	clear: both;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align: left;
}
#merit article div.row:nth-child(n+3) {
	border-top: 1px solid #999;
	padding-top: 20px;
	margin-top: 20px;
}
#merit article .sub {
	overflow: hidden;
	background: #1d95d4;
	margin-top: 30px;
	padding: 20px 0;
	box-sizing: border-box;
}
.sub_ttl {
	width: 25%;
	text-align: center;
}
.sub_body {
	width: 75%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	padding-left: 40px;
}

#merit article .sub p {
	color: #fff;
	text-align: left;
}
.deli_text img {
	float: right;
	margin-left: 20px;
	width: 250px;
}
#merit article .sub .btn-C:hover {
	background: #fff !important;
	color: #333 !important;
}





/* -- elect -- */

.elect {
	background: url(../img/elect_bg.png) no-repeat top center;
	background-size: cover;
	padding: 40px 0 70px !important;
	margin-top: -200px;
	position: relative;
}
.elect h2 {
	margin-bottom: 50px !important;
}
.elect ul {
	display: flex;
	margin-bottom: 40px;

}
.elect ul li {
	width: 20%;
	list-style: none;
	box-sizing: border-box;
	padding: 0 20px 10px;
	border-left: 1px dashed #999;
}
.elect ul li:last-child {
	border-right: 1px dashed #999;
}
.elect ul li img {
	display: block;
	margin: 0 auto;
}
.elect ul li img, 
.elect ul li span {
	display: block;
	margin: 10px auto 0;
}
.elect_ttl {
	font-size: 20px;
	line-height: 1.5em;
}
.elect_ttl strong {
	color: #1d95d4;
}
.elect_text {
	text-align: left;
	font-size: 14px;
}
.line02 {
	padding: 0.7em 0 ;
}



/* -- difference -- */

.difference {
	
}
.difference article {
	background: #e6e6e6;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
	border-top: 10px solid #fff;
}
.difference article:nth-child(even) {
	background: rgba(7,120,166,0.14);
}
.def_box {
	background: #fff;
	padding: 20px;
	min-height: 380px;
	box-sizing: border-box;
}
.def_box img {
	margin-bottom: 15px;
}
.def_box h4 {
	color: #1d95d4;
	font-size: 1.3em;
}
.def_box p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}
.defe-area {
	display: block;
	margin-left: auto;
 	margin-right: auto;
 	width: 100%;
}
.defe-area img {
	margin: 0 auto;
}
.defe-area-ttl {
	text-align: center;
	margin: 40px auto;
}
.defe-area-ttl p {
	text-align: center;
	margin: 0 auto;
	float: none;
}
.defe-table {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
.defe-table img {
	margin: 0 auto;
}

@media (max-width: 767px) {
#difference {
	margin-top: 20px!important;
	display: block;
}
#difference p {
	font-size: 1.0em;
}
.defe-area {
	margin-top: 20px;
}
.defe-area-ttl {
	margin: 20px auto;
}
}


/* -- voice -- */

#voice {
	background: url(../img/voice_bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40px;
}
#voice article {
	clear: both;
	text-align: left !important;
	padding: 0 30px;
}
#voice h3 {
	font-size: 1.8em;
	color: #1d95d4;
	font-style: italic;
	margin-left: 20px;
}
#voice h3 span {
	display: inline-block;
	font-style: normal;
	margin-left: 30px;
	color: #000;
}
#voice .customer {
	margin-left: 20px;
}
#voice article .reply img {
	width: 135px;
	margin-top: -30px;
	float: right;
}
#voice article .trust_com {
	position: relative;
	width: calc(100% - 180px) ;
	background: rgba(7,120,166,0.14);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 30px 0 60px;
}
#voice article .trust_com::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 30px;
  border-left: 15px solid rgba(7,120,166,0.14);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/* -- flow -- */

#flow {
	
}
#flow article {
	border: 1.5px solid #1d95d4;
	padding: 0 30px 20px 0;
	margin-bottom: 30px;
	position: relative;
}
#flow article:nth-child(even) {
	background: #f2f2f2;
}
#flow article h4 {
	color: #1d95d4;
	font-size: 1.4em;
	margin-bottom: 5px;
}
#flow article p {
	margin-left: 30px;
	font-size: 1.2em;
	text-align: left;

}
#flow article div {
	box-sizing: border-box;
	text-align: center;
}

#flow article div.fax {
	border-left: 1px solid #999;
}
#flow article div.tel {
	margin-bottom: 30px;
}
#flow article.step3:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -5px;
  width: 110px;
  height: 110px;
  background: url(../img/sokujitsu.png) no-repeat;
	background-size: contain;
}
#flow article.step4:after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 192px;
  height: 216px;

  background: url(../img/otodoke_staff.png) no-repeat;
	background-size: contain;
}





/* -- FAQ -- */

#faq {
	background: rgba(7,120,166,0.14);
	padding-bottom: 80px;
}
#faq dl {
	margin-bottom: 5px;
}

#faq dt {
	display: block;
	cursor:pointer;
	background: #1d95d4;
	color: #fff;
	text-align: left;
	padding: 10px 30px;
	position: relative;
	font-size: 1.5em;
	transition: 0.3s;
}
#faq dt:hover {
	background: #39b54a;
}
#faq dd {
	background: #fff;
	padding: 10px 30px 30px;
	font-size: 1.3em;
	text-align: left;
}
#faq dt:before {
	content:'Q.';
	font-size: 30px;
	margin-right: 10px;
	font-family: 'Ropa Sans','Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	color:#fff;
}
#faq dd:before {
	content:'A.';
	font-size: 40px;
	font-family: 'Ropa Sans','Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	color: #1d95d4;
}

#faq dt[aria-expanded="false"]:after ,
#faq dt[aria-expanded="true"]:after {
	position:absolute;
	right:10px;
	top:15px;
	font-size:20px;
	color:#fff;
	transition:0.3s;
}	
#faq dt[aria-expanded="false"]:after {
  content: '＋';
}

#faq dt[aria-expanded="true"]:after {
  content: '－';
}


/* -- PERK -- */

.perk {
	background: #e6e6e6 url(../img/tokuten_ttl.png) no-repeat right;
	background-size: contain;
	margin-top: 20px;
	padding: 30px 0;
}
.perk div {
	padding: 0 150px 0 0;
}


@media (max-width: 767px) {
	
	#contents section {
		padding: 0;
		width: 100%;
	}
	#contents h2 {
		margin-bottom: 15px;
	}
	#contents .btn-L {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 1.1em;
		font-size: 0.9em;
	}
	#contents section::after {
		height: 20px;
		margin-top: -20px;
	}
	
	.items:before {
  		top: 38%;
		height: 90%;
	}
	.items h3 {
		margin-bottom: 10px;
		font-size: 2em!important;
	}
	.items .hard-case dt ,
	.items .soft-case dt {
		text-align: center;
		margin: 0 0 20px;
	}
	.items dl dt p {
		font-size: 1.3em!important;
	}
	.items dl.hard-case {
		margin-bottom: 10px;
	}
	.items dl dd img {
		margin-bottom: 15px;
	}
	.items dl dt {
		margin-top: 0 !important;
	}
	.items dl dt a {
		font-size: 1.3em !important;
		padding: 1.1em 0 !important;
		width : 100% !important;
	}
	.benefit {
		padding-bottom: 80px;
	}
	.benefit p img {
		width : calc(100% - 30px) ;
	}
	
	#merit article {
		padding: 0 15px 15px;
		margin-bottom: 15px;
		border-top: 5px solid #fff;
	}
	#merit p {
		font-size: 0.9em;
		margin-right: 0px;
	}
	#merit article h3 {
		margin: -5px 0 10px;
	}
	#merit article div.row {
		display: block;
	}
	#merit article h4 {
		font-size: 1.2em;
		padding-top: 10px;
		margin-bottom: 5px;
		text-align: center;
	}
	#merit article .sub {
		margin-top: 0;
		display: block;
		padding-bottom: 0;
	}
	#merit article .sub div {
		width: 100%;
	}
	#merit article .sub div.sub_ttl img {
		width: 100px;
		margin-bottom: 10px;
	}
	.sub_body {
		border: none;
		padding: 10px;
	}
	.deli_text img {
		float: none;
		display: block;
		margin: 10px auto 10px;
	}
	
	.elect h2 {
	margin-bottom: 0px !important;
	}
	.elect {
		padding: 0 15px 20px !important;
		margin-top: 0px;
	}
	.elect ul {
		display: block;
		margin-bottom: 20px;
	}
	.elect ul li {
		width: 100%;
		padding: 0 0 10px;
		border: none !important;
		overflow: hidden;
	}
	.elect ul li img {
		float: left;
		clear: both;
		width: 50px;
		margin-right: 15px;
		margin-bottom: 20px;
	}
	 
	.elect ul li span {
		margin: 10px auto 0;
		width: 90%;
	}
	.elect_ttl {
		font-size: 1.3em;
		text-align: left;
		padding-top: 10px;
	}
	.elect_text {
		font-size: 1.3em;
	}
	.line02 {
		padding:0 ;
	}
	
	
	.difference article {
		padding: 15px;
		border: none;
		margin-bottom: 20px;
	}
	.difference article .flex-box {
		display: block !important;
		text-align: left;
	}
	.difference article h3 img {
		width: 80%;
	}
	
	.def_box {
		padding: 10px;
		min-height: auto;
	}
	.def_box img {
		margin-bottom: 5px;
	}
	.def_box h4 {
		color: #1d95d4;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	.def_box p {
		font-size: 0.9em;
		margin-bottom: 0;
	}
	
	
	
	
	
	
	
	#voice {
		padding: 0;
	}	
	#voice article {
		padding: 0 15px;
	}
	#voice h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}
	#voice h3 span {
		display: block;
	}
	#voice h3 ,
	#voice .customer {
		margin-left: 0px;
		font-size: 1em;
	}
	#voice article .reply img {
		width: 40px !important;
		margin-top: 0;
	}
	#voice article .trust_com {
		width: calc(100% - 60px);
		padding: 15px;
		border-radius: 10px;
		margin-top: 0px;
		margin-bottom: 20px;
		font-size: 1em;
	}
	
	
	
	
	#flow article {
		border: 1.5px solid #1d95d4;
		padding: 0 10px 10px 0;
		margin: 0 15px 10px;
	}
	#flow article h3 {
		margin-right: 15px;
	}
	#flow article h4 {
		font-size: 1em;
	}
	#flow article p {
		margin-left: 10px;
		font-size: 0.9em;
	}
	#flow article p.margin-b-30{
		margin-bottom: 10px !important;
	}
	#flow article.step3:after ,
	#flow article.step4:after {
		display: none;
	}
	#flow article div.fax {
		border-left: none;
	}
	#flow article div.row {
		margin-left: -5px	;
	}
	#flow article div.row div.tel {
		margin: 0;
	}
	
	#flow article div.row div.tel img {
		width: 60%;
		margin: 15px auto;
	
	}
		
	#faq {
		padding: 0px 15px 15px;
	}
	#faq dt:before ,	
	#faq dd:before {
		font-size: 18px;
	}
	#faq dd {
		padding: 10px;
		font-size: 0.9em;
	}
	#faq dt {
		padding: 5px 30px 5px 5px;
		font-size: 1em;
	}
	#faq dt[aria-expanded="false"]:after ,
	#faq dt[aria-expanded="true"]:after {
		right:10px;
		top:7px;
		font-size:15px;
	}
	
	.perk {
		background: #e6e6e6 url(../img/tokuten_ttl_sp.png) no-repeat right;
		background-size: contain;
		margin-top: 10px;
		padding: 10px 0;
	}
	.perk div {
		padding: 0 10px ;
	}
	.perk article {
		padding: 0 5px;
	}
	.perk article:first-child {
		margin-bottom: 10px;
	
	}
	.perk article:nth-child(2) {
		clear: both;
	
	}
	
}




/*------------------------------------------------------------------
  	[mailform]
------------------------------------------------------------------*/

iframe {
	width: 950px;
	height: 1170px;
}



/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/

footer a {
	color: #1d95d4;
	font-size: 14px;
	margin: 0 10px;
}
footer a:hover {
	color: #93c0d8;
}

footer {
	text-align: center;
	margin-top: 50px;
}

.copyright {
	padding-top: 15px;
	font-size:14px;
	text-align:center;
}
/*------------------------------------------------------------------
  	[thanks]
------------------------------------------------------------------*/
#thanks {
	text-align: center;
	margin: 50px;
}
#thanks h1 {
	margin: 50px;
}
#thanks a {
	color: #1d95d4;
}




@media (max-width: 991px) {

}
@media (max-width: 767px) {
	
	.copyright {
		padding-top:15px;
	}
	footer {	
	}
	iframe {
	width: 100%;
}
#thanks .lp_thanks {
	text-align: left;
}
}

/*------------------------------------------------------------------
  	[Header]
------------------------------------------------------------------*/

header{
	height:75px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	transition: 0.5s;
	position: fixed;
	z-index: 200;
	top: 0;
}
header h1 {
	float: left;
	max-height: 45px;
	margin: 15px 0 0 15px;
}
header h1 img {
	float: left;
	margin-right: 15px;
}
header h1 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 8px;
}

header ul {
	float: right;
	width: 600px;
	max-width: 50%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
header ul li {
	float: right;
	list-style: none;
	text-align: center;
}
header ul li.mail a {
	display:block;
	width: 220px;
	height: 75px;
	margin-left: 20px;
	padding-top: 15px;
	background: #1d95d4;
	transition: 0.3s;
}
header ul li.mail a:hover {
	background: #39b54a;
}
header ul li.tel {
	width: 250px;
	height: 75px;
}
header ul li a {
	height: 75px;
	display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */

    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
	

@media (max-width: 991px) {
	header ul {
		display: inline-block;
		width: 750px;
	}
	header h1 span {
		display: none !important;
	}

}

@media (max-width: 767px) {
	
	header{
		height:55px;
		z-index: 120;
		box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
		
	}
	header h1 {
	max-height: 28px;
		margin-left: 50px
	}
	header h1 img {
		margin-right: 0;
		max-height: 28px;
	}
	header ul {
		width: 120px;
		
	}
	header ul li {
		width: 55px !important;
		height: 55px !important;
	}
	header ul li a {
		width: 55px !important;
		height: 55px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	header ul li a img {
		display: none !important;
	}
	header ul li.mail a {
		background: #39b54a url(../img/common/mail_icon.png) no-repeat;
		background-size: 36px !important;
		background-position: 9px 12px;
	}
	header ul li.tel a {
		background: #1d95d4 url(../img/common/tell_icon_w.png) no-repeat;
		background-size: 40px !important;
		background-position: 8px 10px;
	}
	
	
	
}







/*------------------------------------------------------------------
  	[Navi]
------------------------------------------------------------------*/

.menu-container {
  margin: 0;
}

.menu-container .menu {
	text-align: center;
	background: #333;
	padding: 0 !important;
	margin-bottom: 0;
}

.menu-container .menu .menu-item {
	display: inline-block;

}

.menu-container .menu .menu-item a {

  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #1d95d4;
  color: #fff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

.gnavi {
	position: sticky;
	top: 75px;
	z-index: 120;
}


@media screen and (min-width: 769px) {
	.menu-container .menu {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	
	.gnavi {
		position:fixed;
		width: 100%;
		top: 55px;
	}
	
  .menu-container .menu {
	  position: absolute;
	  top: 0;
    display: none;
    width: 100%;
	background: rgba(70,70,70,0.80);
	padding: 0 15px !important;
  }
	.menu-container .menu .menu-item {
		display: block;

	}
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
	
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position:absolute;
  top: 17px;
	left: 10px;
  width: 28px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1d95d4;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
	
	
}








/*------------------------------------------------------------------
    [Back To Top Theme Button]
------------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: inline-block;
  z-index: 200;
  width: 50px;
  height: 80px;
  font-size: 11px;
  font-weight: 400;
  color: #666;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  /*background: #515769;
  border-radius: 3px;*/
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;

  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #333;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .9;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-is-visible img {
  opacity: .4;
}
.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: 1;
}
.back-to-top.back-to-top-fade-out img {
  opacity: .4;
transition-duration: 300ms;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.back-to-top.back-to-top-fade-out:hover img {
  opacity: 1;
}

@media (max-width: 767px) {
	.back-to-top {
		display:none;
	}
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Carousel]　カルーセル
------------------------------------------------------------------*/


/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Overflow]
------------------------------------------------------------------*/
.overflow-h {
  overflow: hidden;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}

.height-400 {
  height: 400px !important;
}


/*------------------------------------------------------------------
  	[Animate]
------------------------------------------------------------------*/

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
