
/*-----------------------------------

	common

-----------------------------------*/
@media screen and (max-width: 740px) {
	#contents{
		line-height: 2.1rem;
	}
}
/*-----------------------------------

	bigtext

-----------------------------------*/
.bigtext{
	right: 0;
	z-index: -1;
}
#support .bigtext,
#company .bigtext,
#contact .bigtext{
	width: 960px;
}
#about .bigtext,
#liver .bigtext,
#privacy .bigtext{
	width: 640px;
}
@media screen and (max-width: 980px) {
	#support .bigtext,
	#company .bigtext,
	#contact .bigtext{
		width: 90%;
		max-width: 960px;
	}
	#about .bigtext,
	#liver .bigtext,
	#privacy .bigtext{
		width: 70%;
		max-width: 640px;
	}
}
/*-----------------------------------

	while_qr

-----------------------------------*/
.while_qr{
	width: 480px;
	margin: 30px auto 0;
	padding: 10px 20px;
}
.while_qr .left{
	width: 74%;
}
.while_qr .right{
	width: 24%;
}
/*-----------------------------------

	intro

-----------------------------------*/
#intro{
	overflow: hidden;
}
#intro .deco_circle_01 {
	width: 30%;
	max-width: 420px;
	top: -30px;
	left: -3%;
}
#intro .deco_circle_02 {
	width: 20%;
	max-width: 360px;
	bottom: 0;
	right: -3%;
}

@media screen and (max-width: 1200px) {
	#intro .deco_circle_01{
		left: -15%;
	}
	#intro .deco_circle_02{
		right: -15%;
	}
}
@media screen and (max-width: 980px){
	#intro .deco_circle_01{
		width: 220px;
		top: -5%;
		left: -15%;
	}
	#intro .deco_circle_02{
		width: 160px;
		bottom: -5%;
		right: -15%;
	}
}
@media screen and (max-width: 740px) {
	#intro .deco_star_01 {
		width: 180px;
		top: 0;
		left: -8%;
	}
	#intro .deco_star_02 {
		width: 120px;
		bottom: 5%;
		right: -3%;
	}
}
/*-----------------------------------

	t_title

-----------------------------------*/
#t_title{
	width: 100%;
	height: 240px;
	background:#c1d2f0;
	margin-top: 80px;
	padding-top: 90px;
	overflow: hidden;
}
#t_title .deco_circle_01 {
	width: 30%;
	max-width: 420px;
	top: -200px;
	left: -3%;
}
#t_title .deco_circle_02 {
	width: 20%;
	width: 360px;
	bottom: -200px;
	right: -3%;
}
#t_title .deco_star_01,
#t_title .deco_star_02,
#t_title .deco_star_03{
	width: 40px;
}
#t_title .deco_star_01 {
	top: 40%;
	left: 30%;
}
#t_title .deco_star_02 {
	top: 20%;
	right: 30%;
}
#t_title .deco_star_03 {
	bottom: 10%;
	right: 25%;
}
#t_title .title:after {
  content: "";
  width: 95px;
  height: 30px;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/deco_star_s_w.svg");
   background-repeat: repeat;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

@media screen and (max-width: 1200px) {
	#t_title .deco_circle_01{
		left: -15%;
	}
	#t_title .deco_circle_02{
		right: -15%;
	}
}
	@media screen and (max-width: 980px) {
	#t_title .deco_circle_01{
		width: 220px;
		top: -150px;
		left: -5%;
	}
	#t_title .deco_circle_02{
		width: 160px;
		bottom: -50px;
		right: -5%;
	}
	#t_title{
		height: 180px;
		margin-top: 0;
		padding-top: 60px;
	}
	#t_title h1:after {
		width: 60px;
		height: 20px;
		bottom: -30px;
	}
	#t_title .deco_star_01 {
		top: 40%;
		left: 20%;
	}
	#t_title .deco_star_02 {
		top: 20%;
		right: 10%;
	}
	#t_title .deco_star_03 {
		bottom: 10%;
		right: 15%;
	}
}
@media screen and (max-width: 740px) {
	#t_title{
		height: 160px;
	}
	#t_title .deco_circle_01{
		width: 120px;
		top: -50px;
		left: -5%;
	}
	#t_title .deco_circle_02{
		width: 80px;
		bottom: -30px;
		right: -5%;
	}
	#t_title .deco_star_01,
	#t_title .deco_star_02,
	#t_title .deco_star_03{
		width: 30px;
	}
	#t_title .deco_star_01 {
	  left: 10%;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	width:100%;
	color: #fff!important;
	padding: 5px 0;
}
#breadcrumb ul{
	text-align:right;
}
#breadcrumb ul li {
	font-size: 1.4rem;
	line-height: 1.8rem;
	display: inline-block;
}
#breadcrumb ul li a{
    color: #fff!important;
	border-bottom: solid 1px #fff;
}
#breadcrumb ul li a:hover{
    border-bottom: solid 1px rgba(255,255,255,0.00);
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0 0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
@media screen and (max-width: 740px) {
	#breadcrumb{
		height: auto;	
		padding: 5px 0;
	}
	#breadcrumb ul li {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#breadcrumb:after {
		top: auto;
	}
}
/*-----------------------------------

	h2

-----------------------------------*/
.h2_title{
	font-weight: 700;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}
.h2_title:before,
.h2_title:after{
	content: "";
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.h2_title:before{
	width: 100%;
	background:#f2cabf;
}

.h2_title:after{
	content: "";
	width: 10%;
	background:#eb7e5f;;
}
@media screen and (max-width: 740px) {
	.h2_title{
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}



/*-----------------------------------

	disc_list

-----------------------------------*/
.bdr_title{
	font-size: 3.0rem;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left:solid 6px #d596a7;
}
.disc_list{
	margin-left: 30px;
}
.disc_list li{
	font-size: 1.6rem;
	line-height: 2.4rem;
	letter-spacing: 0.1rem;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.disc_list li:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #d596a7;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.disc_list li ul{
	background: #f2f2f2;
	padding: 5px 2.5% 15px 2.5%;
	box-sizing: border-box;
	margin-top: 10px;
	border-radius: 10px;
}
.disc_list li ul li{
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.disc_list li ul li:before{
	background: #898989;
}
@media screen and (max-width: 740px) {
	.bdr_title{
		font-size: 2.1rem;
		margin-bottom: 10px;
		padding-left: 10px;
		border-left:solid 6px #d596a7;
	}
	.disc_list{
		margin-left: 0;
	}
	.disc_list li:before{
		top: 8px;
	}
	.disc_list li{
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin-top: 10px;
		padding-left: 20px;
		position: relative;
	}
	.disc_list li ul {
		  padding: 5px 2.5% 15px 5%;
		}
	.disc_list li ul li{
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin-top: 5px;
	}
}
/*-----------------------------------

	point_list

-----------------------------------*/
.point_list li{
	width: 25%;
	background: #fff;
	margin: 40px 2% 0;
	padding: 20px 2% 30px;
}
.point_list h3{
	padding: 10px 0;
}
.point_list li img{
	width: 120px;
	margin: 20px auto;
	display: block;
}
.point_list li p{
	line-height: 2.1rem;
}
@media screen and (max-width: 740px) {
	.point_list li{
		width: 42%;
		background: #fff;
		margin: 40px 2% 0;
		padding: 20px 2% 30px;
	}
}
/*-----------------------------------

	btn_list

-----------------------------------*/
.btn_list {
	width: 70%;
	margin: 40px auto 0;
}
.btn_list li{
	width: 40%;
	margin: 0 2% ;
}
@media screen and (max-width: 740px) {
	.btn_list.dsp_flex_center{
		width: 100%;
		display: block;
		text-align: center;
		margin: 0;
		
	}
	.btn_list li{
		width: 100%;
		margin: 30px 0 0; 
		box-sizing: border-box;
	}
}





