@charset "UTF-8";
/*
Theme Name: QUOM
Theme URI: /wp-content/themes/QUOM
Description: QUOMのサイトです
Author: yamada
Author URI:
Version: 1.0

1.  common settings
2.  sp settings
3.  header settings
4.  index settings
5.  page settings
6.  single settings
7.  sidebar settings
8.  footer settings
9.  form setting
10.  Other Styles

*/

@font-face {
    font-family: 'Noto Sans JP';
    font-style: lighter;
    font-weight: 400;
    src: local("Noto Sans CJK JP Regular"),
    url('./fonts/NotoSans_Regular.woff2') format('woff2'),
    url('./fonts/NotoSans_regular.woff') format('woff'),
    url('./fonts/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans CJK JP Medium"),
    url('./fonts/NotoSans_Medium.woff2') format('woff2'),
    url('./fonts/NotoSans_medium.woff') format('woff'),
    url('./fonts/NotoSansJP-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: bold;
    font-weight: 600;
    src: local("Noto Sans CJK JP Bold"),
    url('./fonts/NotoSans_Bold.woff2') format('woff2'),
    url('./fonts/NotoSans_bold.woff') format('woff'),
    url('./fonts/NotoSansJP-Bold.otf') format('opentype');
}

/*==================================================================
	common settings
===================================================================*/
html {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.02em;
	font-weight: 300;
	color:#323232;
}
body{
	overflow-x: hidden;
	letter-spacing:0.02em;
	position:relative;
	color:#323232;
	font-weight: 300;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#323232;
}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
p, li, dt, dd,th,td{
	font-size: 16px;
	margin:0 0 30px 0;
	line-height:200%;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	text-decoration:underline;
	color:#F08700;
}
.uk-link:hover, a:hover{
	text-decoration:none;
}
a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}
a:hover {
	color:#F08700;
	text-decoration:none;
}
img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width : 959px){
	.uk-container{
		padding:0 30px;
	}
}
@media screen and (max-width : 639px){
	p, li, dt, dd,th,td{
		line-height:180%;
		margin-bottom:20px;
		font-size:14px;
	}
	.uk-container{
		padding:0 15px;
	}
}




/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 1.5em;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb120 {
	margin-bottom: 120px;
}
.mb100 {
	margin-bottom: 8em;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.pb0{
	padding-bottom:0;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pt80{
	padding-top:80px;
}
.pt30{
	padding-top:30px;
}
.pb80{
	padding-bottom:80px;
}
.pt0{
	padding-top:0;
}
.pBox15{
	padding:15px;
}
@media screen and (max-width : 959px){
	.mb120 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width : 639px){
	.mb60{
		margin-bottom:30px;
	}
	.mb80{
		margin-bottom:40px;
	}
	.mb100{
		margin-bottom:50px;
	}
	.mb120 {
		margin-bottom: 60px;
	}
	.mt60{
		margin-top: 30px;
	}
}


/* font style
-------------------------------------------------------------------*/

.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#f6a800;
	font-size:16px;
}
.fonts{
	font-size:12px;
	color:#666;
}
.fontlarge{
	font-size:18px;
}


/* table sheet style
-------------------------------------------------------------------*/
table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:25px;
	width:100%;
}
.sheet th, .sheet td {
	padding: 15px 20px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	background:#f5f5f5;
	line-height:180%;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.sheet th {
	background: #fcf1d7;
	font-weight:400;
	text-align:center;
}
.sheet td {
	font-size:14px;
}
.sheet td ol.list{
	margin:0;
}
.sheet td ul.list{
	padding-left:20px;
	margin:0;
}
.sheet td ul.list li {
	margin:0 0 6px;
	line-height:160%;
	font-size:14px;
}
.sheet td ul.list li:last-child {
	margin:0;
}
.sheet td img {
	vertical-align:middle;
}
.sheet th img {
	margin:10px 0 0 0;
}
/* table other
---------------------------------------------*/
table.center td{
	text-align:center;
}
table td.fonts{
	font-size:12px;
	color:#666;
}
.sheet30 th {
	width:30%;
}
.sheetEqual  {
	table-layout: fixed;
}
table.small td,
table.small th,
table.small td li{
	font-size:13px;
}

/* table price
---------------------------------------------*/
table.price th,
table.price td{
	padding: 8px 20px;
}
table.price th{
	width:50%;
	text-align:left;
}
table.price td{
	text-align:center;
}
table.price td:last-child{
	text-align:right;
}


@media screen and (max-width : 639px){
	.sheet th, .sheet td,.sheet td ul.list li {
		font-size:13px;
	}
	table.sheet td{
		padding:15px;
	}
	.sheet ul{
		padding-left:20px;
	}
	.uk-container .sheet ul li{
		padding:0 10px;
	}
	table.price th,
	table.price td{
		padding: 5px 15px;
		font-size:13px;
	}
	table.price th img{
		display:block;
	}
	table.spblock th,
	table.spblock td{
		display:block;
		margin:0;
		width:auto;
		padding:10px;
	}
}

	/* table 横スクロール style
-------------------------------------------------------------------*/
@media screen and (max-width : 639px){
	.scroll{
		overflow:auto!important;
		white-space:nowrap;
		display:block;
	}
	.scroll::-webkit-scrollbar{
		height:5px;
	}
	.scroll::-webkit-scrollbar-track{
		background:#f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb{
		background:#bcbcbc;
	}
	.scroll .sheetEqual  {
		table-layout: auto;
	}
}

/*	dl style
-------------------------------------------------------------------*/
dl.dllist{
	width: 100%;
	overflow: hidden;
	border-bottom:1px solid #ddd;
}
.dllist dt, .dllist dd{
	display: block;
	float: left;
	margin:0;
	padding:20px 25px;
}
.dllist dt{
	width: calc(25% - 50px);
	clear: left;
	border-top:1px solid #ddd;
	font-weight:500;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#535353;
}

.dllist dd{
	width:  calc(75% - 50px);
	border-top:1px solid #ddd;
}
.dllist dd img{
	margin:0 20px 0 0;
	vertical-align:top;
}
@media screen and (max-width : 639px){
	dl.dllist{
		width: 100%;
		background:none;
		border-bottom:1px solid #ddd;
	}
	.dllist dt, .dllist dd{
		float:none;
		width:calc(100% - 30px);
		border-top:none;
	}
	.dllist dt{
		border-top:1px solid #ddd;
		font-weight:bold;
		padding:15px 15px 0 15px;
		font-size:16px;
	}
	.dllist dd{
		border:none;
		padding:0 15px 0 15px;
		margin:0 0 15px 0;
	}
}

/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:30px;
	margin:0 0 25px;
}
ul.list li{
	padding-left:5px;
	margin:5px 0;
	list-style-image:url(./img/list.svg);
}
ul.menulist li{
	display:inline-block;
	margin:0;
}
ul.menulist li a{
	background:url(./img/more.svg) no-repeat left center/20px;
	padding:5px 0 5px 30px;
	margin-right:40px;
	text-decoration:none;
}
ul.menulist li a:hover{
	text-decoration:underline;
}

ol.list{
	counter-reset: my-counter;
	list-style: none;
	padding-left:30px;
	margin:0 0 25px;
}
ol.list li{
	padding-left:5px;
	margin:5px 0;
	position: relative;
}
ol.list li:before{
	content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #e8b33e;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
	margin-top:3px;
}
@media screen and (max-width : 639px){
	ol.list li:before{
		margin-top:0;
	}
	ul.menulist li{
		display:block;
		margin:0 0 15px;
	}
}



/* icon
-------------------------------------------------------------------*/
i{
	color:#fff;
}
a:hover i{
	color:#fff !important;
}


/*	blockquote
-------------------------------------------------------------------*/
blockquote {
	background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
	border: 1px solid #FFFFFF;
	margin:0 0 40px 0;
	padding: 60px 30px 15px;
	position: relative;
	border-radius:10px;
}
blockquote:before {
	color: #C8C8C8;
	content: "“";
	font-family: serif;
	font-size: 500%;
	left: 0;
	line-height: 1em;
	position: absolute;
	top: 15px;
	left:15px;
}

/*	accordion
-------------------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area{
	list-style: none;
	width: 100%;
	padding:0;
	max-width:1000px;
	margin:0 auto;
}
.accordion-area li{
	margin: 10px 0;
	background:#fff;
	border-radius:10px;
}
.accordion-area section {
	border: 1px solid rgba(255,255,255,0);
}

/*アコーディオンタイトル*/
.faq_title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding: 20px 30px;
	transition: all .5s ease;
	margin:0;
	font-size:16px;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
	position: absolute;
	content:'';
	width: 20px;
	height: 2px;
	background-color: #535353; 
}
.faq_title::before{
	top:50%;
	right: 30px;
	transform: rotate(0deg);
}
.faq_title::after{    
	top:50%;
	right: 30px;
	transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
	transform: rotate(45deg);
}
.faq_title.close::after{
	transform: rotate(-45deg);
}

.faq_title span,
.faq_box span{
	position:relative;
	padding-left:45px;
	display:block;
}
.faq_title span::before{
	content:'Q.';
	color:#0860a8;
	font-size:30px;
	position: absolute;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	font-size:bold;
}
.faq_box span::before{
	content:'A.';
	color:#F08700;
	font-size:30px;
	position: absolute;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	font-size:bold;
}
/*アコーディオンで現れるエリア*/
.faq_box {
	display: none;/*はじめは非表示*/
	background: #fafafa;
	margin:0 20px 20px;
	padding: 30px;
}
.faq_box p:last-child{
	margin:0;
}

@media screen and (max-width : 639px){
	.uk-container>:last-child.accordion-area{
		margin-bottom:30px;
	}
	.accordion-area li{
		margin: 5px 0;
	}
	.faq_title {
		padding: 15px 10px;
		font-size:14px;
		line-height:160%;
	}
	.faq_box {
		margin:0 15px 15px;
		padding: 15px;
	}
	.faq_title::before,
	.faq_title::after{
		right: 10px;
		width: 15px;
		height:1px;
	}
	.faq_title span,
	.faq_box span{
		padding-left:30px;
	}
	.faq_title span::before,
	.faq_box span::before{
		font-size:20px;
	}
}



/* fadeIn
-------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
  transition-duration: 1500ms;
  transition-property: opacity, transform;
}
.fade_in_up {
  transform: translate(0, 50px);
}
.fade_in_down {
  transform: translate(0, -50px);
}
.fade_in_left {
  transform: translate(-50px, 0);
}
.fade_in_right {
  transform: translate(50px, 0);
}
.scroll_in {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width : 959px){

}
@media screen and (max-width : 639px){
	.fade_in {
		transition-duration: 1000ms;
	}
}





/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
header{
	z-index:900;
	height:80px;
	width:100%;
	position:absolute;
	top: 0;
	left: 0;
	display:flex;
	align-items: center;
}
header.page_header{
	background:#F08700;
	position:static;
}
header.fixed{
	z-index:970;
	background:rgba(255,255,255,0.8);
	position:fixed;
	top: 0;
	left: 0;
}
header.page_header.fixed{
	background:#F08700;
}
.logo{
	z-index:900;
	margin:0 45px 0 60px;
	display:inline-block;
	position:relative;
}

header.fixed .logo a::after{
	content:"";
	background:url(./img/logo2.svg) no-repeat center center/79px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	z-index:0;
}
header.page_header.fixed .logo a::after{
	content:none;
}
@media screen and (max-width : 959px){
	.logo{
		margin:0 0 0 30px;
	}
}
@media screen and (max-width : 639px){
	header{
		height:50px;
	}
	.logo{
		margin:0 0 0 10px;
	}

}

/* navigation
-------------------------------------------------------------------*/
#nav{
	display:inline-block;
	vertical-align:middle;
}
.nav_items{
	padding:0;
	margin:0;
}
.nav_items > li {
	display:block;
	float:left;
	margin:  0;
	padding:0;
	text-align:center;
	position:relative;
}
.nav_items > li > a,
.nav_items > li > span.nolink{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 ;
	padding:12px;
	display:block;
	line-height:100%;
	font-weight:bold;
	position:relative;
	transition: 0.4s ;
}
.nav_items > li a:hover::after{
	content:"";
	background:#fff;
	height:2px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
header.fixed .nav_items > li > a,
header.fixed .nav_items > li > span.nolink{
	color:#646464;
}
header.page_header.fixed .nav_items > li > a,
header.page_header.fixed .nav_items > li > span.nolink{
	color:#fff;
}
header.fixed .nav_items > li > a:hover::after{
	background:#646464;
}
header.page_header.fixed .nav_items > li > a:hover::after{
	background:#fff;
}
@media screen and (max-width : 1080px){
	.nav_items > li > a,
	.nav_items > li > span.nolink{
		font-size:16px;
		padding:12px;
	}
}
@media screen and (max-width : 1000px){
	.nav_items > li > span.nolink{
		font-size:14px;
		padding:10px;
	}
}
/*Nav  シンプルプルダウン
-------------------------------------------------------------------*/
#nav li.has-child div{
	position: absolute;
	left:0;
	top:38px;
	z-index: 4;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	background: #F08700;
	width:260px;
	margin:0;
	padding:15px;
	border:solid 2px #fff;
}
#nav li.has-child:hover > div,
#nav li.has-child ul li:hover > div,
#nav li.has-child:active > div,
#nav li.has-child ul li:active > div{
	visibility: visible;
	opacity: 1;
}
#nav ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:2000;
}
#nav ul li ul li{
	margin:0;
}
#nav ul li ul li a{
	display:block;
	font-size:15px;
	color: #fff;
	text-decoration:none;
	line-height:160%;
	text-align:left;
	margin:0;
	background:url(./img/more4.svg) no-repeat 10px center/20px;
	padding:10px 10px 10px 40px;
	font-weight:bold;
}
#nav ul li ul li a:hover:after{
	content:none;
}
#nav ul li ul li a:hover{
	color: rgba(255,255,255,0.6);
}




/* menubtn
-------------------------------------------------------------------*/
.menu_btn{
	border:none;
	z-index:1000;
	vertical-align:middle;
	background:none;
	color:#555;
	font-size:12px;
	margin: 0 30px 0 0;
	height:80px;
	outline:0;
	letter-spacing:0.1em;
	text-align:center;
	padding:0;
	position:relative;
	position:absolute;
	top:0;
	right:0;
}
button.active{
	position:fixed;
}
.menu_btn::after {
	content:'MENU';
	margin:0 auto 0;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	width:40px;
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:10px;
	position:absolute;
	bottom:8px;
}
button.active::after{
	content:none;
}
header.fixed .menu_btn::after {
	color:#646464;
}
header.page_header.fixed .menu_btn::after {
	color:#fff;
}
header.fixed .active::after {
	content:none;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	height: 40px;
	width:40px;
	text-align:center;
}
button.active .menu-trigger{
	background:#fff;
	border-radius:30px;
	margin:10px 0 0 0;
}
.menu-trigger span {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 2px;
	background-color: #fff;
}

header.fixed .menu-trigger span {
	background-color: #646464;
}
header.page_header.fixed .menu-trigger span {
	background-color: #fff;
}
header.page_header.fixed button.active .menu-trigger span {
	background-color: #EF7E00;
}
button.active .menu-trigger span{
	background-color: #EF7E00;
}

.menu-trigger span:nth-of-type(1) {
	top: 5px;
}
.menu-trigger span:nth-of-type(2) {
	top: 13px;
}
.menu-trigger span:nth-of-type(3) {
	top: 21px;
}
button.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
	top: 9px;
}
button.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
button.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	top: 29px;
}
@media screen and (max-width : 639px){
	.menu_btn{
		margin: 0 10px 0 0;
		height:50px;
	}
	.menu_btn::after {
		margin:0 auto 0;
	}
}
/* toggle_nav
-------------------------------*/
#toggle_nav{
	position:fixed;
	z-index: 999;
	top:0;
	right: -120%;
	width:50%;
	height:100vh;
	background: -moz-linear-gradient(top, #EF7E00, #EFA500);
	background: -webkit-linear-gradient(top, #EF7E00, #EFA500);
	background: linear-gradient(to bottom, #EF7E00, #EFA500);
	transition: all 0.7s;
/*	overflow-y: scroll;-*/
}
.toggle_inner{
	padding:23px 25px 100px 25px;
}
.toggle_inner img{
	padding-left:30px;
}
#toggle_nav.open{
    right: 0;
}
@media screen and (max-width : 639px){
	#toggle_nav{
		width:90%;
		overflow-y: scroll;
	}

}


/* nav_menu_list
-------------------------------*/
#toggle_nav ul {
	padding:0;
	overflow:hidden;
	margin:20px 0 0 0;
}
#toggle_nav ul li{
	margin:0;
}
#toggle_nav ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	padding:12px 30px;
	margin:0;
	border-bottom:1px solid #fff;
	background:url(./img/more.svg) no-repeat right 5px center/10px;
	text-align:left;
	font-weight:bold;
}
#toggle_nav ul li:first-child a{
	border-top:1px solid #fff;
}
#toggle_nav ul li.uk-parent a{
	background:none;
	position:relative;
}
#toggle_nav ul li.uk-parent {
	clear:both;
}
#toggle_nav ul li ul.menu{
	padding:0;
	margin:0;
}
#toggle_nav ul li ul.menu li a{
	font-size:12px;
	margin:0;
	font-weight:normal;
	background:url(./img/more.svg) no-repeat right 5px center/10px;
	padding:12px 30px 12px 40px;
}
#toggle_nav ul li ul.menu li:first-child a{
	border-top:none;
}
.uk-nav-parent-icon>.uk-parent>a::after{
	background-image:url(./img/+.svg);
	right:5px;
	position:absolute;
}
.uk-nav-parent-icon>.uk-parent.uk-open>a::after{
	background-image:url(./img/-.svg);
}
#toggle_nav ul li.toggle_nav_btn{
	margin:80px 0 0 0;
}
#toggle_nav ul li.toggle_nav_btn2{
	margin:10px 0 20px 0;
}
#toggle_nav ul li.toggle_nav_btn a{
	background:#fff url(./img/more6.svg) no-repeat right 10px center/10px;
	color:#F08700;
	text-align:center;
	border-radius:5px;
}
#toggle_nav ul li.toggle_nav_btn3 a{
	display:inline-block;
	border:none;
	font-size:12px;
	font-weight:normal;
	background:url(./img/link.svg) no-repeat right center/15px;
	padding-top:5px;
	padding-bottom:5px;
}
@media screen and (max-width : 639px){

}



/*==================================================================
	index settings
===================================================================*/
/* keyv
-------------------------------------------------------------------*/

/*	add for keyv animation  */
.scMv{
	width: 100%;
	height: 100vh;
	min-height: 650px;
	background-color: #F08700;
	overflow: hidden;
	position: relative;
}


/* 背景パーツ */
.scMv .bg span{
	position: absolute;
	display: inline-block;
	opacity: 0;
	z-index: 1;
}

.scMv .bg span:nth-child(1){
	top: 5%;
	right: 28%;
	width: 15%;
	max-width: 200px;
}

.scMv .bg span:nth-child(2){
	top: 10%;
	right: 6%;
	width: 30%;
	max-width: 462px;
}

.scMv .bg span:nth-child(3){
	top: 42%;
	right: 12%;;
	width: 20%;
	max-width: 192px;
}


.scMv .bg span:nth-child(4){
	top: 58%;
	right: 8%;
	width: 8%;
	max-width: 32px;
}

.scMv .bg span:nth-child(5){
	top: 68%;
	right: 10%;
	width: 22%;
	max-width: 252px;
}

.scMv .bg span:nth-child(6){
	top: 64%;
	right: 32%;
	width: 28%;
	max-width: 335px;
}

.scMv .bg span:nth-child(7){
	top: 65%;
	right: 50%;
	width: 26%;
	max-width: 300px;
}

.scMv .bg span:nth-child(8){
	top: 32%;
	right: 40%;
	transform: rotate(15deg);
	width: 24%;
	max-width: 270px;
}

.scMv .bg span:nth-child(9){
	top: 20%;
	right: 33%;
	transform: rotate(35deg);
	width: 22%;
	max-width: 275px;
}


.scMv .bg span:nth-child(10){
	top: 20%;
	right: 50%;
	transform: rotate(-120deg);
	opacity: 0;
	width: 150px;
}

.scMv .bg span:nth-child(11){
	top: 20%;
	right: 40%;
	transform: rotate(120deg);
	opacity: 0;
	width: 150px;
}



/* 散るアニメーション */
.scMv .bg span:nth-child(1).on{
	animation: parts1 5s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(2).on{
	animation: parts2 15s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(3).on{
	animation: parts3 20s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(4).on{
	animation: parts4 12s cubic-bezier(.01,.46,0,.98) forwards
}
.scMv .bg span:nth-child(5).on{
	animation: parts5 10s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(6).on{
	animation: parts6 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(7).on{
	animation: parts7 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(8).on{
	animation: parts8 8s cubic-bezier(.01,.46,0,.98) forwards
}
.scMv .bg span:nth-child(9).on{
	animation: parts9 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(10).on{
	animation: parts10 15s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(11).on{
	animation: parts11 6s cubic-bezier(.01,.46,0,.98) forwards
}


/* 散った後 */
.scMv .bg span:nth-child(1).off{
	top: 30%;
	right: 28%;
	opacity: 0;
}

.scMv .bg span:nth-child(2).off{
	top: 10%;
	right: 6%;
	opacity: 0;

}

.scMv .bg span:nth-child(3).off{
	top: 42%;
	right: 12%;
	opacity: 0;

}

.scMv .bg span:nth-child(4).off{
	top: 58%;
	right: 30%;
	opacity: 0;

}
.scMv .bg span:nth-child(5).off{
	top: 50%;
	right: 30%;
	opacity: 0;

}

.scMv .bg span:nth-child(6).off{
	top: 50%;
	right: 20%;
	opacity: 0;

}

.scMv .bg span:nth-child(7).off{
	top: 50%;
	right: 30%;
	transform: scale(1);
	opacity: 0;

}

.scMv .bg span:nth-child(8).off{
	top: 38%;
	right: 28%;
	transform: rotate(20deg) scale(1);
	opacity: 0;
}
.scMv .bg span:nth-child(9).off{
	top: 30%;
	right: 28%;
	opacity: 0;
}

.scMv .bg span:nth-child(10).off{
	top: 40%;
	right: 40%;
	opacity: 0;
}

.scMv .bg span:nth-child(11).off{
	top: 40%;
	right: 40%;
	opacity: 0;
}


/* アニメーション */
@keyframes fadeIn {
 0% {
	opacity: 0;
 }

 100% {
	 opacity: 1;
 }
}

/* 各パーツのアニメーション */
@keyframes parts1 {
 0% {
		top: 5%;
	right: 28%;
	opacity: 1;
 }


 100% {
		top: -30%;
	right: 28%;
	opacity: 0;
 }
}


@keyframes parts2 {
 0% {
	top: 10%;
	right: 6%;
	opacity: 1;
 }
 40% {
	opacity: 1;

 }

 100% {
		top: -35%;
	right: -25%;
	opacity: 0;
	 transform: scale(0.4);
 }
}



@keyframes parts3 {
 0% {
	top: 42%;
	right: 5%;
	opacity: 1;
 }

 40% {
	opacity: 1;
	transform: scale(1);
 }


 100% {
	top: 30%;
	right: -30%;
	opacity: 0;
	 transform: scale(0.2);
 }
}



@keyframes parts4 {
 0% {
	 top: 58%;
	right: 8%;
	opacity: 1;
 }

 40% {
	opacity: 1;
	transform: scale(1);
 }


 100% {
	 top: 60%;
	right: -15%;
	opacity: 0;
	 transform: scale(0.2);
 }
}


@keyframes parts5 {
 0% {
	top: 68%;
	right: 10%;
	opacity: 1;
 }

 20% {
	opacity: 1;
	transform: scale(1);
 }

 100% {
	top: 105%;
	right: -10%;
	opacity: 0;
	 transform: scale(0.2);
 }
}


@keyframes parts6 {
 0% {
	top: 70%;
	right: 44%;
	opacity: 1;
 }

 40% {
	opacity: 1;
	transform: scale(1);
 }

 100% {
	top: 108%;
	right: 84%;
	opacity: 0;
	min-width: 250px;
	transform: scale(0.2);
 }
}



@keyframes parts7 {
 0% {
	top: 65%;
	right: 50%;
	opacity: 1;
 }


 30% {
	opacity: 1;
 }


 100% {
	top: 98%;
	right: 105%;
	opacity: 0;
	 transform: scale(0.6);
 }
}


@keyframes parts8 {
 0% {
	top: 32%;
	right: 40%;
	transform: rotate(15deg);
	opacity: 1;
	
 }

 30% {
	opacity: 1;
 }

 100% {
	top: -15%;
	right: 108%;
	transform: scale(0.7) rotate(15deg);
	/* transform: rotate(0); */
	opacity: 0;
 }
}


@keyframes parts9 {
 0% {
	top: 20%;
	right: 33%;
	opacity: 1;
 }

 30% {
	opacity: 1;
 }


 100% {
	top: -35%;
	right: 52%;
	/* transform: rotate(0); */
	opacity: 0;
 }
}

@keyframes parts10 {
 0% {
	top: 20%;
	right: 50%;
	opacity: 1;
 }


 50% {
	opacity: 1;
 }


 100% {
	top: -30%;
	right: 88%;
	opacity: 0;
 }
}
@keyframes parts11 {
 0% {
	top: 35%;
	right: 40%;
	transform: rotate(120deg);
	opacity: 0;
	width: 150px;
 }


 30% {
	opacity: 1;
 }


 100% {
	top: 65%;
	right: 110%;
	opacity: 0;
 }
}



.scMv .mvbg{
	width: 100%;
	max-width: 760px;
	height: 100%;
	background: url(./img/mvBg.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 0;
	z-index: 0;
	opacity: 0;
}

.scMv .mvbg.fadeIn{
	animation: fadeIn 0.2s ease forwards;
}

/* 人物スライダー */
.swiper-container{
	width: 100%;
	height: 100%;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 9;
}

.scMv #slider.fadeIn{
	animation: fadeIn 0.2s ease forwards;
}

.scMv #slider{
	width: 80%;
	width: 100%;
	height: 100%;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 9;
	opacity: 0;
}

.scMv #slider .slideItem{
	margin: 0 0 0 auto;
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}

.scMv #slider .slideItem.delay{
	transition-delay: 0.25s!important;
}

.scMv #slider .slideItem.item01{	
	background: url(./img/mvImg1.png) no-repeat 85% bottom/40% auto;
	/* background-size: 88%; */

}


.scMv #slider .slideItem.item02{	
	background: url(./img/mvImg2.png) no-repeat 98% bottom/62%;
}

.scMv #slider .slideItem.item03{	
	background: url(./img/mvImg3.png) no-repeat 100% bottom/78% auto;
}

.scMv #slider .slideItem img{
	margin: 0 0 0 auto;
	height: 100%;
	width: auto;
}


/* # =================================================================
	# レスポンシブ要素
	# ================================================================= */

@media screen and (max-width : 1380px){
	.scMv #slider{
		 width: 100%;
		 height: 100%;
		 /* max-width: 1450px; */
		 margin: 0 0 0 auto;
		 text-align: right;
		 z-index: 9;
	}

	.scMv #slider .slideItem{
		background-position: right bottom;
	}
}


@media screen and (min-width : 1300px){
.scMv #slider .slideItem.item01{
	background: url(./img/mvImg1.png) no-repeat 86% bottom/35% auto;
	/* background-size: 88%; */
	
}

.scMv #slider .slideItem.item02{
	background: url(./img/mvImg2.png) no-repeat 90% bottom/54%;
}

.scMv #slider .slideItem.item03{
	background: url(./img/mvImg3.png) no-repeat 100% bottom/68% auto;
}
}


/* ▼タブレット */
@media screen and (max-width : 959px){

.scMv{
	min-height: auto;
}

.scMv #slider{
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 9;
}

.scMv .mvbg{
	max-width: 790px;
	right: 5%;
}

.scMv #slider {
	width: 100%;
	margin: 0 auto;
}


.scMv #slider .slideItem img{
	margin: 0 0 0 auto;
}

.scMv #slider .slideItem{
	background-position: right bottom;
}

.scMv #slider .slideItem.item01{
	background-image: url(./img/mvImg1Sp.png)
}

.scMv #slider .slideItem.item02{
	background-image: url(./img/mvImg2Sp.png)
}

.scMv #slider .slideItem.item03{
	background-image: url(./img/mvImg3Sp.png);
	background-size: 100%;

}




.scMv .bg span:nth-child(1){
	top: 10%;
	right: 35%;
}

.scMv .bg span:nth-child(2){
	top: 15%;
	right: 4%;
}


.scMv .bg span:nth-child(6){
	top: 68%;
	right: 38%;
}

.scMv .bg span:nth-child(7){
	top: 60%;
	right: 54%;

}

.scMv .bg span:nth-child(8){
	top: 44%;
	right: 44%;
	transform: rotate(30deg);
	width: 24%;
	max-width: 270px;
}

.scMv .bg span:nth-child(9){
	top: 20%;
	right: 40%;
	transform: rotate(35deg);
	width: 22%;
	max-width: 275px;
}


.scMv .bg span:nth-child(10){
	display: none;
}


.scMv .bg span:nth-child(11){
	display: none;
}


/* オン */
.scMv .bg span:nth-child(1).on{
	animation: parts1 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(2).on{
	animation: parts2 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(3).on{
	animation: parts3 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(4).on{
	animation: parts4 6s cubic-bezier(.01,.46,0,.98) forwards
}
.scMv .bg span:nth-child(5).on{
	animation: parts5 6s cubic-bezier(.17,.67,.02,.99) forwards
}

.scMv .bg span:nth-child(6).on{
	animation: parts6 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(7).on{
	animation: parts7 6s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(8).on{
	animation: parts8 4s cubic-bezier(.01,.46,0,.98) forwards
}
.scMv .bg span:nth-child(9).on{
	animation: parts9 6s cubic-bezier(.01,.46,0,.98) forwards
}


/* オフ */
.scMv .bg span:nth-child(1).off{
	top: 30%;
	right: 28%;
	opacity: 0;
}

.scMv .bg span:nth-child(2).off{
	top: 10%;
	right: 6%;
	opacity: 0;

}

.scMv .bg span:nth-child(3).off{
	top: 42%;
	right: 12%;
	opacity: 0;

}

.scMv .bg span:nth-child(4).off{
	top: 58%;
	right: 30%;
	opacity: 0;

}
.scMv .bg span:nth-child(5).off{
	top: 50%;
	right: 30%;
	opacity: 0;

}

.scMv .bg span:nth-child(6).off{
	top: 50%;
	right: 20%;
	opacity: 0;

}

.scMv .bg span:nth-child(7).off{
	top: 50%;
	right: 30%;
	transform: scale(1);
	opacity: 0;

}

.scMv .bg span:nth-child(8).off{
	top: 38%;
	right: 28%;
	transform: rotate(20deg) scale(1);
	opacity: 0;
}
.scMv .bg span:nth-child(9).off{
	top: 30%;
	right: 28%;
	opacity: 0;
}


@keyframes fadeIn {
 0% {
	opacity: 0;
 }

 100% {
	 opacity: 1;
 }
}

/* 各パーツのアニメーション */
@keyframes parts1 {
 0% {
	top: 10%;
	right: 35%;
	opacity: 1;
 }

 100% {
		top: -30%;
	right: 35%;
	opacity: 0;
 }
}


@keyframes parts2 {
 0% {
	top: 15%;
	right: 4%;
	opacity: 1;
 }


 100% {
		top: -10%;
	right: -25%;
	opacity: 0;
 }
}


@keyframes parts6 {
 0% {
	top: 68%;
	right: 38%;
	opacity: 1;
 }

 20% {
	opacity: 1;
 }

 100% {
	top: 100%;
	right: 90%;
	opacity: 0;
	min-width: 250px;
 }
}

@keyframes parts7 {
 0% {
	top: 60%;
	right: 54%;
	opacity: 1;
 }


 20% {
	opacity: 1;
 }


 100% {
	top: 85%;
	right: 100%;
	opacity: 0;
	min-width: 200px;
 }
}


@keyframes parts8 {
 0% {
	top: 44%;
	right: 44%;
	opacity: 1;
	
 }

 20% {
	opacity: 1;
 }

 100% {
	top: 0%;
	right: 108%;
	min-width: 200px;
	opacity: 0;
 }
}


@keyframes parts9 {
 0% {
	top: 20%;
	right: 40%;
	opacity: 1;
 }

 20% {
	opacity: 1;
 }

 100% {
	top: -35%;
	right: 68%;
	opacity: 0;
}
}

.scMv #slider .slideItem{
	background-position: center bottom;
	background-size: 100%;
}

.scMv #slider .slideItem.item01{
	background-image: url(./img/mvImg1.png);
	background-size: 60%;

}

.scMv #slider .slideItem.item02{
	background-image: url(./img/mvImg2.png);
	background-size: 90%;
}

.scMv #slider .slideItem.item03{
	background-image: url(./img/mvImg3.png);
	background-size: 100%;
}

}

/* ▼スマホ */
@media screen and (max-width : 639px){

.scMv .mvbg{
	width: 70%;
	max-width: 790px;
	height: 50%;
	right: 2%;
	bottom: 0;
}

.scMv #slider{
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 9;
}

.scMv #slider .slideItem img{
	margin: 0 0 0 auto;
}

.scMv #slider{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: right;
	z-index: 9;
}

	
.scMv #slider .slideItem{
	background-position: right bottom;
	background-size: 100%;
}

.scMv #slider .slideItem.item01{
	background-image: url(./img/mvImg1Sp.png);
	background-size: 100%;

}

.scMv #slider .slideItem.item02{
	background-image: url(./img/mvImg2Sp.png);
	background-size: 100%;
}

.scMv #slider .slideItem.item03{
	background-image: url(./img/mvImg3Sp.png);
	background-size: 100%;
}

.scMv #slider .slideItem img{
	margin: 0 0 0 auto;
	height: 100%;
	width: auto;
}




.scMv .bg span:nth-child(1){

	display: none;
}

.scMv .bg span:nth-child(2){
	top: 45%;
	right: 14%;
	width: 30%;
	transform: rotate(-5deg);
}

.scMv .bg span:nth-child(3){
	top: 48%;
	right: 4%;
	width: 28%;
	transform: rotate(-15deg);
}


.scMv .bg span:nth-child(4){
	top: 60%;
	right: 15%;
	width: 5%;
}

.scMv .bg span:nth-child(5){
	top: 68%;
	right: 10%;
	width: 30%;
}

.scMv .bg span:nth-child(6){
	top: 74%;
	right: 55%;
	width: 30%;
}

.scMv .bg span:nth-child(7){
	top: 65%;
	right: 68%;
	width: 30%;
	transform: rotate(-8deg);
}

.scMv .bg span:nth-child(8){
	top: 44%;
	right: 58%;
	transform: rotate(20deg);
	width: 40%;
}

.scMv .bg span:nth-child(9){
	top: 45%;
	right: 48%;
	transform: rotate(25deg);
	width: 30%;
}

.scMv .bg span:nth-child(10){

	display: none;
}


.scMv .bg span:nth-child(11){

	display: none;
}


/* オフ */
.scMv .bg span:nth-child(1).off{
	top: 40%;
	right: 30%;
	opacity: 0;
}

.scMv .bg span:nth-child(2).off{
	top: 40%;
	right: 20%;
	opacity: 0;
}

.scMv .bg span:nth-child(3).off{
	top: 45%;
	right: 20%;
	opacity: 0;
}

.scMv .bg span:nth-child(4).off{
	top: 50%;
	right: 35%;
	opacity: 0;
}
.scMv .bg span:nth-child(5).off{
	top: 50%;
	right: 20%;
	opacity: 0;
}

.scMv .bg span:nth-child(6).off{
	top: 50%;
	right: 22%;
	opacity: 0;
}

.scMv .bg span:nth-child(7).off{
	top: 45%;
	right: 25%;
	transform: scale(1);
	opacity: 0;
}

.scMv .bg span:nth-child(8).off{
	top: 50%;
	right: 28%;
	transform: rotate(20deg) scale(1);
	opacity: 0;
}
.scMv .bg span:nth-child(9).off{
	top: 50%;
	right: 20%;
	opacity: 0;
	transform: rotate(15deg);
}


/* オン */
.scMv .bg span:nth-child(1).on{
	animation: parts1 5s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(2).on{
	animation: parts2 5s  cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(3).on{
	animation: parts3 3s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(4).on{
	animation: parts4 3s cubic-bezier(.01,.46,0,.98) forwards
}
.scMv .bg span:nth-child(5).on{
	animation: parts5 5s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(6).on{
	animation: parts6 3s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(7).on{
	animation: parts7 3.5s cubic-bezier(.01,.46,0,.98) forwards
}

.scMv .bg span:nth-child(8).on{
	animation: parts8 5s cubic-bezier(0,.12,.02,.99) forwards
}
.scMv .bg span:nth-child(9).on{
	animation: parts9 5s cubic-bezier(0,.12,.02,.99) forwards
}


@keyframes parts2 {
 0% {
	top: 45%;
	right: 14%;
	width: 30%;
	transform: rotate(-5deg);
	opacity: 1;
 }

	20% {
	opacity: 1;
 }

 100% {
	top: 10%;
	right: -25%;
	 opacity: 0;
 }
}



@keyframes parts3 {
 0% {
	top: 48%;
	right: 4%;
	width: 30%;
	transform: rotate(-15deg);
	opacity: 1;
 }

	20% {
	opacity: 1;
 }
 100% {
	top: 30%;
	right: -30%;
	 opacity: 0;
 }
}



@keyframes parts4 {
 0% {
	top: 60%;
	right: 15%;
	width: 5%;
	opacity: 1;
 }

	20% {
	opacity: 1;
 }
 100% {
	 top: 58%;
	right: -10%;
	 opacity: 0;
 }
}


@keyframes parts5 {
 0% {
	top: 68%;
	right: 10%;
	width: 30%;
	opacity: 1;
 }
	20% {
	opacity: 1;
 }

 100% {
	top: 100%;
	right: -24%;
	 opacity: 0;
 }
}


@keyframes parts6 {
 0% {
	top: 74%;
	right: 65%;
	width: 30%;
	opacity: 1;
 }
	20% {
	opacity: 1;
 }


 100% {
	top: 94%;
	right: 100%;
	 opacity: 0;
 }
}



@keyframes parts7 {
 0% {
	top: 68%;
	right: 76%;
	width: 30%;
	opacity: 1;
 }
	20% {
	opacity: 1;
 }

 100% {
	top: 74%;
	right: 100%;
	 opacity: 0;
 }
}


@keyframes parts8 {
 0% {
	top: 44%;
	right: 58%;
	transform: rotate(20deg);
	width: 40%; 
	opacity: 1;
 }

		20% {
	opacity: 1;
 }
 100% {
	top: 30%;
	right: 90%;
	/* transform: rotate(0); */
	opacity: 0;
	transform: rotate(20deg) scale(0.5);
 }
}


@keyframes parts9 {
 0% {
	top: 45%;
	right: 48%;
	transform: rotate(25deg);
	width: 30%;
	opacity: 1;
 }

	20% {
	opacity: 1;
 }
 100% {
	top: 15%;
	right: 100%;
	/* transform: rotate(0); */
	opacity: 0;
 }
}
}
/* ↿ add for keyv animation  */


.keyv_text{
	position:absolute;
	left:10%;
	top:50%;
	transform:translateY(-50%);
	z-index:900;
}
.keyv_txt{
	color:#fff;
	font-size:70px;
	letter-spacing:0.1em;
	line-height:140%;
	text-align:left;
	margin:0 0 80px;
	font-weight:bold;
}
.keyv_txt span{
	display:block;
	color:#fff;
	font-size:20px;
	margin:30px 0 0 0;
	letter-spacing:0.05em;
	line-height:180%;
}
.keyv_info ul{
	padding:0;
	margin:0;
}
.keyv_info ul li{
	padding:0;
	margin:0;
	list-style:none;
	color:#323232;
	background:rgba(255,255,255,0.6);
	padding:15px;
	display:block;
	font-size:20px;
	line-height:100%;
}
.keyv_info ul li a{
	text-decoration:none;
	color:#323232;
}
.keyv_info ul li a:hover{
	color:#F08700;
}
a.news_ttl{
	padding-right:120px;
}
.keyv_info ul li span.date{
	margin:0;
	font-size:20px;
	display:block;
	color:#323232;
	letter-spacing:0;
	margin:0 0 10px;
}
.keyv_info ul li span.cat{
	display:inline-block;
	background:#fff;
	padding:5px 20px;
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	line-height:100%;
	margin:0 10px 0 0;
	text-transform:uppercase;
}
.keyv_info ul li span.keyv_more{
	margin:0;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	right:20px;
	background:url(./img/more2.svg) no-repeat right center/7px;
	padding-right:20px;
}
@media screen and (min-width : 1300px){
	.scMv {
		position:relative;
		margin:0;
		height:100vh;
		width:100%;
	}
}

@media screen and (max-width : 959px){
	.scMv {
		position:relative;
	}
	.keyv_text{
		position:static;
		transform:none;

	}
	.keyv_txt{
		position:absolute;
		left:10%;
		top:120px;
		z-index:10;
	}
	.keyv_info{
		position:absolute;
		bottom:0;
		width:100%;
		left:0;
		z-index:10;
	}
}
@media screen and (max-width : 639px){	
	.keyv_txt{
		font-size:30px;
		line-height:120%;
		margin:0 30px;
		left:0;
		top:80px;
	}
	.keyv_txt span{
		font-size:14px;
		letter-spacing:0;
		line-height:160%;
	}
	.keyv_info ul li{
		padding:15px;
		font-size:14px;
		line-height:160%;
	}
	.keyv_info ul li span.date{
		font-size:12px;
	}
	.keyv_info ul li span.cat{
		padding:5px 20px;
		font-size:14px;
		margin:0 5px 0 0;
	}
	.keyv_info ul li span.keyv_more{
		font-size:14px;
		right:15px;
		bottom:10px;
	}

}


/* top_title
-------------------------------------------------------------------*/
.top_title{
	margin:0 0 70px;
	color:#535353;
	font-size:40px;
	letter-spacing:0.05em;
	position:relative;
	line-height:160%;
	text-align:center;
	font-weight:bold;
}
.top_title span{
	display:block;
	color:#535353;
	font-size:20px;
	letter-spacing:0.05em;
	margin:0;
	line-height:160%;
}
.top_title2{
	color:#fff;
}

@media screen and (max-width : 959px){
	.top_title{
		font-size:40px;
	}
}
@media screen and (max-width : 639px){
	.top_title{
		font-size:18px;
		margin:0 0 30px;
		line-height:180%;
	}


}

/* more style
-------------------------------------------------------------------*/
p.more{
	margin: 70px 0 0 0;
	text-decoration:none;
	text-align:center;
	z-index: 1;
}
.more a{
	padding: 10px 55px 10px 35px;
	background:#F08700 url(./img/more5.svg) no-repeat right 25px center/10px;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	border: 2px solid #F08700;
	z-index: 1;
	text-decoration:none;
	min-width:200px;
	font-size:18px;
	letter-spacing:0.1em;
	color:#fff;
	z-index: 2;
	font-weight:bold;
}
.more a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background:#fff url(./img/more5-2.svg) no-repeat right 25px center/10px;
	transition: all 0.3s ease;
}
.more a:hover {
	color: #F08700;
	border-color:#F08700;

}
.more a:hover:after {
	left: 0;
	width: 100%;
}
.more a:active {
	top: 2px;
}
.topnews .more a{
	border-color:#fff;
}

@media screen and (max-width : 959px){
}
@media screen and (max-width : 639px){
	p.more{
		margin: 30px 0 0 0;
		text-align:center;
	}
	.more a{
		padding: 5px 38px 5px 30px;
		background:#F08700 url(./img/more5.svg) no-repeat right 10px center/8px;
		border-width: 1px;
		min-width:160px;
		font-size:14px;
	}
	.more a:after {
		background-position:right 10px center;
		background-size:8px;
	}
}


/* topabout
-------------------------------------------------------------------*/
.Topabout{
	position:relative;
	margin:180px 0;
}
.Topabout .top_title{
	margin:0 0 40px;
	text-align:left;
}
.Topabout p.more{
	text-align:left;
}
.Topabout p.more2{
	margin-top:20px;
}
.about_img1{
	position:absolute;
	top:0;
	right:0;
	background:url(./img/about1.jpg) no-repeat center center/cover;
	width:60%;
	height:calc(100% - 100px);
	border-radius: 23px 0 0 23px;
}
.about_img2{
	position:absolute;
	top:0;
	left:0;
	background:url(./img/about2.jpg) no-repeat center center/cover;
	width:60%;
	height:calc(100% - 100px);
	border-radius: 0 23px 23px 0;
}
.about_txt{
	background:#FCF3E7;
	border-radius:23px;
	margin:100px 0 0 10%;
	padding:10% 45% 10% 8%; 
}
.Topabout2 .about_txt{
	margin:100px 10% 0 0;
	padding:10% 8% 10% 45%; 
}
@media screen and (max-width : 959px){
	.Topabout{
		margin:80px 0;
		position:relative;
	}
	.about_img1,
	.about_img2{
		position:relative;
		width:80%;
		height:400px;
		border-radius: 15px;
		margin:0 auto;
	}
	.Topabout:before,
	.Topabout2:before{
		content:"";
		position:absolute;
		top:40px;
		right:0;
		background:#FCF3E7;
		border-radius: 15px 0 0 15px;
		width:60%;
		height:400px;
	}
	.Topabout2:before{
		right:auto;
		left:0;
		border-radius: 0 15px 15px 0;
	}
	.about_txt,
	.Topabout2 .about_txt{
		background:none;
		margin:0;
		padding:80px 60px 30px ; 
		text-align:left;
	}
	.Topabout .top_title,
	.Topabout p.more{
		text-align:center;
	}
}
@media screen and (max-width : 639px){
	.Topabout{
		margin:60px 0;
	}
	.about_img1,
	.about_img2{
		width:225px;
		height:225px;
		border-radius: 8px;
	}
	.Topabout:before,
	.Topabout2:before{
		top:25px;
		border-radius: 8px 0 0 8px;
		width:60%;
		height:225px;
	}
	.Topabout2:before{
		border-radius: 0 8px 8px 0;
	}
	.about_txt,
	.Topabout2 .about_txt{
		padding:40px 30px 0 ; 
		text-align:left;
	}
	.Topabout .top_title{
		margin:0 0 15px;
	}
	.Topabout p.more{
		margin-top:20px;
	}
	.Topabout p.more2{
		margin-top:15px;
	}
}



/* Topproduct
-------------------------------------------------------------------*/
.Topproduct{
	margin:0 0 180px;
}
.product_ttl_txt{
	max-width:800px;
	margin:0 auto 60px;
	text-align:center;
}
@media screen and (max-width : 959px){
	.Topproduct{
		margin:0 0 80px;
	}
	.product_ttl_txt{
		margin:0 30px 20px;
	}
}
@media screen and (max-width : 639px){
	.Topproduct{
		margin:0 0 60px;
	}
	.product_ttl_txt{
		margin:0 15px 20px;
	}
}


/*
スライダーのためのcss
----------------------------------------------*/
.slider {
	width:100%;
	margin:0 auto;
	list-style:none;
	padding:0;
}
.slider li{
	width:36vw;
	margin:0;
	padding:0;
	outline: none;
	text-align:center;
}
.slider img {
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
}
.slider .slick-slide .product_txt,
.slider .slick-slide a span{
	visibility:hidden;
	opacity:0;
	transition: all .5s;
}
.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	transition: all .5s;
}
.slider .slick-slide.slick-center .product_txt,
.slider .slick-slide.slick-center a span{
	visibility:visible;
	opacity:1;
	transition: all .5s;
}

/*中央の商品*/
.slider .slick-slide a{
	display:inline-block;
	text-decoration:none;
	padding:40px;
}
.slider .slick-slide.slick-center a{
	display:block;
}
.slider .slick-slide.slick-center a span{
	display:inline-block;
	text-align:center;
	color:#535353;
	font-size:26px;
	background:#fff;
	border:solid 1px #535353;
	padding:5px 15px;
	margin:30px 0 0 0;
	font-weight:bold;
}
.slider .slick-slide.slick-center a:hover{
	background:rgba(240,135,0,0.6);
	border-radius:10px;
}
.slider .slick-slide a:hover img{
	opacity:1;
}
.product_txt h3{
	font-size:32px;
	font-weight:bold;
	text-align:center;
	margin:40px 0 30px;
	color:#535353;
}
.product_txt p{
	background:#F0F0F0;
	border-radius:20px;
	padding:40px 30px;
	margin:0;
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 35%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #535353;/*矢印の色*/
	border-right: 2px solid #535353;/*矢印の色*/
	height: 30px;
	width: 30px;
}

.slick-prev {/*戻る矢印の位置と形状*/
	left: 28vw;
	transform: rotate(-135deg);
	z-index:100;
}

.slick-next {/*次へ矢印の位置と形状*/
	right: 28vw;
	transform: rotate(45deg);
}


@media screen and (max-width : 959px){
	.slider li{
		width:90vw;
	}
	.slider .slick-slide a{
		width:60%;
		margin:0 auto;
		background:rgba(240,135,0,0.6);
		border-radius:10px;
	}
	.slick-prev {
		left: 60px;
	}
	.slick-next {
		right: 60px;
	}
}
@media screen and (max-width : 639px){
	.slider .slick-slide a{
		width:50%;
		padding:20px 20px 15px;
	}
	.slider .slick-slide a img{
		height:150px;
	}
	.slick-prev, 
	.slick-next {
		top: 30%;
		height: 15px;
		width: 15px;
	}
	.slick-prev {
		left: 30px;
	}
	.slick-next {
		right: 30px;
	}
	.slider .slick-slide.slick-center a span{
		font-size:14px;
		border:none;
		padding:2px 10px;
		margin:15px 0 0 0;
	}
	.product_txt h3{
		font-size:18px;
		margin:20px 0 15px;
	}
	.product_txt p{
		border-radius:10px;
		padding:20px 15px;
	}
}

/*ドットナビゲーションの設定*/
.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}
.slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.slick-dots button {
	color: transparent;
	outline: none;
	width:8px;/*ドットボタンのサイズ*/
	height:8px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
	background:#333;/*ドットボタンの現在地表示の色*/
}




/* topblog
-------------------------------------------------------------------*/
.topblog{
	margin:0 0 180px;
}
.blog-list .date{
	color:#535353;
	font-weight:500;
	margin:25px 0 10px 0;
}
.blog-list li a{
	display:block;
	text-decoration:none;
	background:#fff;
	font-weight:300;
}
.blog-list li a:hover h3,
.blog-list li a:hover h2{
	color:#F08700;
}
.blog-list li a:hover img{
	opacity:0.6;
}
.blog-list li a h3,
.blog-list li a h2{
	font-size:18px;
	margin:0 0 5px 0;
	line-height:180%;
	font-weight:300;
	color:#535353;
}

@media screen and (max-width : 959px){
	.topblog{
		margin:0 0 80px;
	}
	.blog-list li a h3,
	.blog-list li a h2{
		margin:0 0 40px 0;
	}
	.topblog p.more{
		margin-top:20px;
	}
}
@media screen and (max-width : 639px){
	.topblog{
		margin:0 0 60px;
	}
	.blog-list li a h3,
	.blog-list li a h2{
		font-size:14px;
		margin:0 0 30px 0;
		line-height:160%;
	}
	.blog-list .date{
		font-size:12px;
		margin:5px 0;
	}
	.topblog p.more{
		margin-top:0;
	}
	.topblog .uk-grid>*,
	.archivelist .uk-grid>*{
		padding-left:20px;
	}
	.topblog .uk-grid,
	.archivelist .uk-grid{
		margin-left:-20px;
	}
}

/* line-list
---------------------------------------*/
.topnews{
	margin:0 auto 180px;
	background:#F08700;
	padding:110px 0;
}
.topnews p.more{
	text-align:center;
}
.line-list{
	padding:0;
	list-style:none;
	margin:0;
}
.line-list li{
	margin:0;
}
.line-list li a{
	text-decoration:none;
	color:#555;
	display:block;
	padding:25px 80px 25px 40px;
	position:relative;
	transition:0.4s;
	border-bottom:1px solid #fff;
	background:url(./img/more4.svg) no-repeat right 30px center/50px;
}
.line-list li a:hover {
	background:url(./img/more4-2.svg) no-repeat right 10px center/50px;
}
.line-list li:first-child a{
	border-top:1px solid #fff;
}
.line-list li h3,
.line-list li h2{
	display:inline-block;
	font-size:18px;
	margin: 0 ;
	vertical-align: middle;
	line-height:160%;
	width:calc(100% - 300px);
	color:#fff;
	font-weight:bold;
}

.date{
	display:inline-block;
	color:#fff;
	letter-spacing:0;
	line-height:100%;
	margin:0 40px 0 20px;
	vertical-align:middle;
	font-size:18px;
	font-weight:bold;
}
.i-cat{
	text-transform:uppercase;
	display:inline-block;
	background:rgba(255,255,255,0.6);
	padding:5px 20px;
	font-family: alternate-gothic-atf, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	line-height:100%;
	margin:0 10px 0 0;
	vertical-align:middle;
}


@media screen and (max-width : 959px){
	.topnews{
		margin:0 0 80px;
		padding:80px 0;
	}
	.line-list li h3,
	.line-list li h2{
		display:block;
		font-size:20px;
		width:100%;
		margin-top:10px;
	}
	.line-list li a{
		padding:25px 80px 25px 20px;
	}
}
@media screen and (max-width : 639px){
	.topnews{
		margin:0 0 40px;
		padding:40px 0 60px;
	}
	.date{
		margin:0 0 0 10px;
		font-size:12px;
	}
	.line-list li a{
		padding:10px 30px 10px 0;
		background:url(./img/more4.svg) no-repeat right center/22px;
	}
	.line-list li a:hover {
		background:url(./img/more4-2.svg) no-repeat right center/22px;
	}
	.line-list li h3,
	.line-list li h2{
		margin: 5px 0 0 0 ;
		font-size:14px;
		font-weight:normal;
	}
	.i-cat{
		padding:2px 10px;
		margin:0;
		font-size:12px;
	}
}



/*==================================================================
	page settings
===================================================================*/
/* 固定ページ
-------------------------------------------------------------------*/
.contents {
	margin:0 auto 180px;
	max-width:1080px;
}
.contents_area .uk-grid>* img{
	margin:0 auto 40px;
}
.contents_area section,
.single section{
	margin:0 0 48px;
	overflow:hidden;
}
.contents_area section:last-child,
.single section:last-child{
	margin:0;
}
.single table.sheet td{
	background:#fff;
	border-color:#FCF3E7;
}
.single table.sheet th{
	background:#f9da90;
}
.contents h2,
.contents h3,
.contents h4{
	clear:both;
}
.contents section div{
	overflow:hidden;
}
.contents .top_title{
	margin:20px 0 80px;
}
.contents .top_title2{
	text-transform:uppercase;
}
.contents p.more{
	text-align:center;
}

@media screen and (max-width : 959px){
	.contents {
		margin:0 auto 80px;
	}
	.contents_area section,
	.single section{
		margin:0 0 60px;
	}
	.contents .top_title{
		margin:40px 0 60px;
	}
}
@media screen and (max-width : 639px){
	.contents {
		margin:0 auto 60px;
	}
	.contents .uk-align-right,
	.contents .uk-align-left{
		display:block;
		float:none;
		margin:0 auto 20px;
	}
	.contents .uk-align-right img,
	.contents .uk-align-left img{
		display:block;
		margin:0 auto ;

	}
	.contents .uk-align-right img.width100,
	.contents .uk-align-left img.width100{
		max-width:100%;
	}
	.contents_area section,
	.single section{
		margin:0 0 30px;
	}
	.contents .top_title{
		margin:30px 0 40px;
	}
}


/* page_keyv
-------------------------------------------------------------------*/
.page_keyv{
	height:300px;
	background:url(./img/page_keyv_company.png) no-repeat center center/cover;
}
.page_13 .page_keyv{
	background-image:url(./img/page_keyv_company.png) ;
}
.page_5 .page_keyv{
	background-image:url(./img/about-quom-bg.jpg) ;
}
.page_7 .page_keyv{
	background-image:url(./img/oral-care-bg.jpg) ;
}
.page_17 .page_keyv{
	background-image:url(./img/request-bg.jpg) ;
}
.page_15 .page_keyv{
	background-image:url(./img/contact-bg.jpg) ;
}
.page_news{
	background-image:url(./img/news-bg.jpg) ;
}
.page_blog{
	background-image:url(./img/blog-bg.jpg) ;
}
@media screen and (max-width : 639px){
	.page_keyv{
		height:160px;
	}
}


/* bl
-------------------------------------------------------------------*/
.bl{
	padding: 20px 60px;
	margin:0;
	overflow:hidden;
}
.bl ul{
	padding:0;
	margin:0;
}
.bl a,
.bl ul li,
.uk-breadcrumb>li:not(.uk-active)>span{
	font-size:12px;
	margin:0;
	color:#555;
	display:inline-block;
}
.uk-breadcrumb>*{
	flex:initial;
}
@media screen and (max-width : 959px){
	.bl{
		padding: 20px;
	}
}
@media screen and (max-width : 639px){
	.bl{
		padding: 10px;
	}
	.bl a,
	.bl,
	.uk-breadcrumb>li:not(.uk-active)>span,
	.bl ul li{
		font-size:10px;
	}
	.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
		margin: 0 10px;
	}
	.uk-breadcrumb>*>*{
		display:inline;
	}
}




/* page_ttl
-------------------------------------------------------------------*/
.title1,
.single h2{
	margin:0 0 60px 0;
	padding:0 0 20px ;
	font-size:26px;
	font-weight:600;
	letter-spacing:0.15em;
	line-height:180%;
	color:#535353;
	position:relative;
	text-align:center;
}
.title1:before,
.single h2:before{
	content:"";
	position:absolute;
	left:50%;
	transform:translatex(-50%);
	bottom:0;
	background:#F08700;
	height:4px;
	width:120px;
}
.title2,
.single h3{
	font-size:20px;
	margin:40px 0 30px 0;
	font-weight:600;
	letter-spacing:0.1em;
	padding:15px 20px;
	position:relative;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	color:#535353;
}
.title2:before,
.single h3:before{
	content:"";
	position:absolute;
	left:0;
	top:7px;
	background:#F08700;
	height:calc(100% - 14px);
	width:6px;
}
.title2 span,
.single h3 span{
	font-size:26px;
	color:#F08700;
	font-weight:bold;
	display:inline-block;
	margin:0 10px 0 0;
	font-style:italic;
	letter-spacing:0.1em;
}
.title3,
.single h4{
	font-size:16px;
	margin:30px 0 10px 0;
	font-weight:600;
	letter-spacing:0.1em;
	padding:5px 15px;
	color:#535353;
	border-bottom:1px dotted #ddd;

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

}
@media screen and (max-width : 639px){
	.title1,
	.single h2{
		margin:0 0 25px 0;
		padding:12px 10px ;
		font-size:16px;
		letter-spacing:0.1em;
	}
	.title2,
	.single h3{
		font-size:15px;
		margin:25px 0 20px 0;
		letter-spacing:0.05em;
		padding:15px 15px;
	}
	.title2 span,
	.single h3 span{
		font-size:18px;
		letter-spacing:0.05em;
	}
	.title3,
	.single h4{
		font-size:14px;
		margin:20px 0 10px 0;
		padding:0 10px 5px ;

	}

}

/* flow
-------------------------------------------------------------------*/
.triangle{
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 40px solid #f7eee2;
	margin:0 auto;
}
.flow .title2{
	margin-top:0;
}
.flow .uk-grid{
	margin-top:60px;
}
.contents_area .flow .uk-grid>* img {
    margin: 0 auto ;
}
@media screen and (max-width : 639px){
	.flow .uk-grid{
		margin-top:30px;
	}
	.contents_area .flow .uk-grid>* img {
		margin: 20px auto 0;
		width:260px;
	}
}


/* text_box
-------------------------------------------------------------------*/
.sBox{
	padding:30px;
	margin:30px 0;
	background:#f5f5f5;
	border:dotted 1px #ddd;
	clear:both;
}

@media screen and (max-width : 639px){
	.sBox{
		padding:15px;
	}
}


/* product_page（商品ページkeyv）
-------------------------------------------------------------------*/
.product_page{
	margin:0 0 160px;
}
.product_keyv{
	background:#F08700;
	border-top:1px solid #fff;
}
.product_page .bl li,
.product_page .bl li span,
.product_page .bl a,
.product_page .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
	color:#fff;
}
.bg_color{
	background:#FCF3E7;
	padding:160px 0 160px;
	margin:0 0 160px;
}
.product_box h1{
	font-size:40px;
	color:#fff;
	font-weight:bold;
	margin:80px 0 0 0;
}
.product_box h1 span{
	display:inline-block;
	background:#fff;
	color:#535353;
	font-size:24px;
	padding:10px 15px;
	margin:0 0 25px;
}
.product_price{
	color:#fff;
	font-size:28px;
	margin:0;
	line-height:120%;
	margin:30px 0 40px; 
}
.product_price span{
	color:#fff;
	font-size:20px;
	display:inline-block;
	margin:0 0 0 10px;
}
.uk-grid>*>:last-child.product_Box_txt{
	margin:40px 0 100px;
}
.product_Box_txt h2{
	color:#fff;
	font-size:22px;
	line-height:180%;
	font-weight:bold;
}
.product_Box_txt p{
	color:#fff;
}
.product_Box_txt p.more a{
	border-color:#fff;
	text-align:center;
	display:block;
	min-width:initial;
}
.product_Box_txt p.more2{
	margin:40px 0 0 0;
}
.product_Box_txt p.more2 a{
	display:block;
	background:#fff url(./img/more2.svg) no-repeat right 30px center/10px;
	border-radius:10px;
	color:#535353;
	font-size:20px;
	text-align:center;
	padding:30px;
	font-weight:bold;
	text-decoration:none;
	border:solid 2px #fff;
}
.product_Box_txt p.more2 a:hover{
	background: url(./img/more.svg) no-repeat right 30px center/10px;
	color:#fff;
}
.product_box .product_tag span{
	display: inline-block;
	background: #fff;
	color: #535353;
	font-size: 20px;
	padding: 10px 30px;
	margin: 0 0 25px;
	font-weight: bold;
}
@media screen and (max-width : 959px){
	.product_page{
		margin:0 0 80px;
	}
	.bg_color{
		padding:80px 0;
		margin:0 0 80px;
	}
	.product_Box_txt p.more{
		text-align:center;
	}
	.uk-grid>*>:last-child.product_Box_txt{
		margin:-60px 0 100px;
		position:relative;
	}
	.product_page .product_keyv_img{
		margin-top:-120px;
	}
}

@media screen and (max-width : 639px){
	.product_page{
		margin:0 0 60px;
	}
	.bg_color{
		padding:60px 0 20px;
		margin:0 0 60px;
	}
	.uk-grid>*>:last-child.product_Box_txt{
		margin:-40px 0 40px;
	}
	.product_page .product_keyv_img{
		margin-top:-40px;
	}
	.product_box h1{
		font-size:25px;
		margin:40px 0 0 0;
	}
	.product_box h1 span{
		font-size:14px;
		padding:5px 10px;
		margin:0 0 10px;
	}
	.product_price{
		font-size:18px;
		margin: 20px 0 20px;
	}
	.product_price span{
		font-size:14px;
		margin:0 0 0 5px;
	}
	.product_Box_txt h2{
		font-size:14px;
	}
	.product_Box_txt p.more2 {
		margin: 20px 0 0 0;
	}
	.product_Box_txt p.more2 a{
		background:#fff url(./img/more2.svg) no-repeat right 10px center/8px;
		font-size:14px;
		padding:15px;
	}
	.product_Box_txt p.more2 a:hover{
		background: url(./img/more.svg) no-repeat right 10px center/8px;
	}
	.product_Box_txt p.more{
		margin-top:10px;
	}
	.product_box .product_tag span{
		font-size:14px;
		padding:5px 10px;
		margin:0 0 10px;
	}
}


/* product_page（商品ページ詳細）
-------------------------------------------------------------------*/
.product_page img{
	display:block;
	margin:0 auto;
}


/* product_title
-----------------------*/
.product_title{
	color: #535353;
	font-size: 40px;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 160%;
	text-align: center;
	font-weight: bold;
	margin: -110px 0 80px;
	display:inline-block;
	position:relative;
	padding:70px 135px;
}
.product_title:before{
	content:"";
	background:url(./img/product_title2.svg) no-repeat center center/contain;
	position:absolute;
	bottom:0;
	left:0;
	width:123px;
	height:133px;
}
.product_title:after{
	content:"";
	background:url(./img/product_title.svg) no-repeat center center/contain;
	position:absolute;
	top:0;
	right:0;
	width:123px;
	height:133px;
}
.product_title2{
	color: #535353;
	font-size: 26px;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	margin: 0 0 60px;
	display:inline-block;
	position:relative;
	padding:0 0 25px;
	font-weight:500;
}
.product_title2:before{
	content:"";
	background:#F08724;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
	width:120px;
	height:4px;
}

/* product_point
-----------------------*/
.product_point h3{
	margin: 0;
	color: #fff;
	font-size: 34px;
	letter-spacing: 0.05em;
	position: relative;
	line-height: 160%;
	text-align: center;
	font-weight: 500;
	position:relative;
	background: linear-gradient(90deg, #F08724, #FBB02E);
	padding:25px;
	border-radius:15px 15px 0 0;
}
.product_point h3 span.point_no{
	position:absolute;
	top:-71px;
	left:40px;
	font-size:20px;
	color:#F08724;
	line-height:100%;
	background:#fff;
	border-radius:71px;
	width:82px;
	height:142px;
	border:solid #F08724 2px;
	display:flex;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight:bold;
	padding: 0 30px;
}
.product_point h3 span.point_no span{
	display: block; 
	color: #F08724;
	font-size: 40px;
	letter-spacing: 0.05em;
	margin: 10px 0 0 0;
	line-height: 100%;
}
.product_point h4{
	text-align:center;
	margin:15px 0 10px;
	height:70px;
	display:flex;
	justify-content: center;
	align-items: center;
}
.product_point h4 span{
	text-align:center;
	font-size:24px;
	font-weight:500;
	color:#535353;
}
.product_point h4 span.fonts{
	font-size:14px;
	padding-left:10px;
}
.product_point{
	background:#fff;
	border-radius:15px;
	margin:0 0 130px;
}
.product_point_box{
	padding:60px;
}
.product_point_box p span.fonts{
	display:block;
	margin-top:10px;
}

/* questionnaire
-----------------------*/
.questionnaire_txt{
	font-size:18px;
	font-weight:400;
	color:#535353;
}
.questionnaire{
	margin-top:-40px;
}
.questionnaire_box{
	background: linear-gradient(180deg, #F08724, #FBB02E);
	padding:0 0 150px;
	margin-top:140px;
	margin-bottom:120px;
}
.questionnaire_box h4{
	text-align:center;
	margin-top:-60px;
	margin-bottom:80px;
}
.questionnaire_box h4 span{
	color:#F08724;
	font-size:26px;
	font-weight:500;
	background:#fff;
	padding:40px 60px;
	border:solid 2px #F08724;
	border-radius:10px;
	display:inline-block;
}
.questionnaire_box .uk-grid{
	justify-content: center;
}
.pie_box{
	margin:20px 0;
}
.pie_box p{
	text-align:center;
	margin-bottom:20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height:110px;
}
.pie_box p span{
	color:#fff;
	font-size:24px;
	font-weight:500;
	background:url(./img/pie.svg) no-repeat left top;
	padding:45px 0 0 20px;
}
.pie {
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	margin-right: auto;
	margin-left: auto;
	width: 140px;
	height: 300px;
	font-size: 26px;
	font-weight: 700;
	background-image: radial-gradient(#F29226 61%, transparent 62%), conic-gradient(#fff 0% 88%, rgba(255,255,255,0.3) 88% 100%);
	border-radius: 50%;
	margin:0 40px;
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	line-height:110%;
	padding:0 80px;
}
.pie span{
	display:block;
	font-size:50px;
	font-weight:500;
	color:#fff;
	margin-top:30px;
}
.pie2 {
	background-image: radial-gradient(#F29226 61%, transparent 62%), conic-gradient(#fff 0% 92%, rgba(255,255,255,0.3) 92% 100%);
}
.pie3 {
	background-image: radial-gradient(#F29226 61%, transparent 62%), conic-gradient(#fff 0% 90%, rgba(255,255,255,0.3) 90% 100%);
}
.pie4 {
	background-image: radial-gradient(#F69F29 61%, transparent 62%), conic-gradient(#fff 0% 96%, rgba(255,255,255,0.3) 96% 100%);
}
.pie5 {
	background-image: radial-gradient(#F69F29 61%, transparent 62%), conic-gradient(#fff 0% 82%, rgba(255,255,255,0.3) 82% 100%);
}
.questionnaire_box .triangle {
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-top: 40px solid #fff;
	margin:60px auto;
}
.questionnaire_point{
	background:rgba(255,255,255,0.7);
	border:solid 2px #fff;
	border-radius:10px;
	max-width:800px;
	padding:30px 0 ;
	margin:0 auto;
	position:relative;
	z-index:2;
}
.questionnaire_point:after{
	content:"";
	position:absolute;
	top:10px;
	left:10px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.4);
	border-radius:10px;
	z-index:-1;
}
.questionnaire_point p{
	color:#F08724;
	font-size:45px;
	text-align:center;
	font-weight:500;
	line-height:120%;
	margin:0;
	text-shadow:3px 3px 0 rgba(124,124,124,0.2);
}
.questionnaire_point p span{
	color:#F08724;
	display:block;
	font-size:26px;
	font-weight:500;
	text-shadow:none;
}
/* comparison
-----------------------*/
.comparison{
	margin:0 0 120px;
}
.comparison_bg{
	background:#FCF3E7;
	padding:0 0 160px 0;
	margin-top:125px;
}
.uk-container>:last-child.comparison_txt{
	font-size:18px;
	margin:0 0 60px;
}
.comparison_point .uk-grid >* p{
	background:#0860A8 url(./img/check-solid.svg) no-repeat center 54px;
	height:195px;
	width:250px;
	border-radius:125px;
	color:#fff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin:-125px auto 40px;
	padding-top:55px;
	line-height:180%;
}
.comparison_point .uk-grid >*:nth-child(2) p{
	background-color:#71B9CD;
}
.comparison_point .uk-grid >*:last-child p{
	background-color:#813697;
}
.comparison_box{
	background:#fff;
	border-radius:15px;
	padding:60px 100px;
	position:relative;
}
.comparison_box p{
	margin:0;
	font-size:18px;
	color:#535353;
}
.comparison_bg h4{
	display:inline-block;
	background:#F08724;
	color:#fff;
	font-size:22px;
	font-weight:500;
	padding:12px 60px;
	margin:80px 0 0 60px;
	border-radius:5px 5px 0 0;
}
.comparison_bg h4.last{
	background:#fff;
	color:#F08724;
}
.comparison_img{
	background:url(./img/comparison1-1.jpg) no-repeat center center/auto 100%;
	height:400px;
}
.comparison_img2{
	background:url(./img/comparison1-2.jpg) no-repeat center center/auto 100%;
	height:400px;
}
.comparison_img3{
	background:url(./img/comparison2-1.jpg) no-repeat center center/auto 100%;
	height:400px;
}
.comparison_img4{
	background:url(./img/comparison2-2.jpg) no-repeat center center/auto 100%;
	height:400px;
}
.comparison_box h5{
	text-align:center;
	font-size:22px;
	font-weight:500;
	color:#F08724;
	margin:0 0 30px;
}
.comparison_box .uk-grid{
	margin-bottom:40px;
}
.comparison_box_point{
	position:relative;
}
.comparison_box_point p{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position:absolute;
	color:#fff;
	font-size:26px;
	font-weight:500;
	background:#F08724;
	height:160px;
	width:160px;
	border-radius:80px;
	bottom:-30px;
	right:-60px;
}
.comparison_box .triangle{
	border-left: 40px solid #F8C798;
	border-bottom: 75px solid transparent;
	border-top: 75px solid transparent;
	position:absolute;
	top:50%;
	left:calc(50% + 30px);
	transform:translate(-50%,-50%);
}

/* howto
-----------------------*/
.howto_img{
	max-width:1000px;
	margin:60px auto 0;
	display:block;
}
.howto p{
	font-size:22px;
}
/* page_faq
-----------------------*/
.page_faq{
	margin-top:160px;
}
.page_264 .page_faq{
	margin-bottom:160px;
}
.page_264 .page_faq .accordion-area li{
	border:solid 1px #ddd;
}



@media screen and (max-width : 959px){
	.product_title {
		margin: -40px 0 60px;
	}
	.product_about{
		margin:0 auto 80px;
	}
	.product_page .product_txt{
		margin:30px 0 0 0;
	}
	.page_faq{
		margin-top:60px;
	}
	.pie {
		width: 180px;
		height: 220px;
		font-size: 26px;
		margin: 0 auto;
		font-size: 20px;
		padding: 0 20px;
	}
	.pie span {
		font-size: 40px;
		margin-top: 20px;
	}
	.product_point h3 span.point_no {
		top: -40px;
		left: 20px;
		width: 60px;
		height: 120px;
		padding: 0 30px;
	}
	.product_point h3 {
		padding: 25px 40px 25px 170px;
		text-align:left;
		margin:0;
	}
	.product_point {
		margin: 0 0 80px;
	}
	.product_point_box {
		padding: 40px;
	}
	.product_point h4 {
		height: 110px;
	}
	.questionnaire .product_title2{
		margin-top:30px;
	}
	.questionnaire_box h4 {
		margin-bottom: 40px;
	}
	.questionnaire_box .triangle {
		margin: 40px auto;
	}
	.questionnaire_box {
		padding: 0 0 100px;
		margin-top: 100px;
		margin-bottom: 80px;
	}
	.comparison_box {
		padding: 40px ;
	}
	.comparison_img {
		height: 200px;
	}
	.comparison_box .triangle {
		border-left: 30px solid #F8C798;
		border-bottom: 60px solid transparent;
		border-top: 60px solid transparent;
	}
	.comparison_bg h4 {
		padding: 12px 40px;
		margin: 40px 0 0 30px;
	}
	.comparison_bg {
		padding: 0 0 80px 0;
		margin-top: 125px;
	}
	.comparison {
		margin: 0 0 60px;
	}
	.comparison_box_point p {
		font-size: 20px;
		height: 120px;
		width: 120px;
		right: -20px;
	}
	.comparison_point .uk-grid >* p {
		background-position:  center 40px;
		background-size:40px;
		height: 165px;
		width: 200px;
		font-size: 20px;
		margin: -125px auto 20px;
		padding-top: 35px;
	}
	.page_264 .page_faq{
		margin-bottom:80px;
	}
}
@media screen and (max-width : 639px){
	.page_faq{
		margin-top:40px;
	}
	.product_title {
		font-size: 20px;
		margin: -40px 0 10px;
		padding: 40px 70px;
	}
	.product_title:before,
	.product_title:after{
		width: 61px;
		height: 67px;
	}
	.product_about{
		margin:0 auto 20px;
	}
	.product_about .uk-grid>*>p:last-child {
		margin:0 0 30px;
	}
	.product_about p{
		font-size:14px;
	}
	.product_about .uk-grid{
		padding:0 40px;
	}
	.product_about .uk-grid img{
		width:78px;
	}
	.product_page dl.dllist{
		width:calc(100% + 30px);
		margin-left:-15px;
	}
	.product_page .product_txt{
		margin:20px 0 40px 0;
	}
	.pie_box {
		margin: 10px 0;
	}
	.pie {
		width: 120px;
		height: 160px;
		font-size: 14px;
		padding: 0 20px;
	}
	.pie span {
		font-size: 30px;
		margin-top: 15px;
	}
	.product_point h3 {
		padding: 40px 20px 15px 20px;
		font-size:18px;
	}
	.product_point h3 span.point_no span {
		font-size: 20px;
		margin: 0;
	}
	.product_point h3 span.point_no {
		top: -30px;
		left: 10px;
		width: 30px;
		height: 60px;
		padding: 0 15px;
		font-size:12px;
	}
	.product_point {
		margin: 0 0 40px;
	}
	.product_point_box {
		padding: 0 50px 30px;
	}
	.product_point_box img {
		width:100px;
		margin:30px auto 0 ;
	}
	.product_point h4 {
		height: auto;
		margin: 25px 0 15px;
	}
	.product_point h4 span {
		font-size: 17px;
	}
	.product_title2 {
		font-size: 18px;
		line-height: 180%;
		margin: 0 0 30px;
		padding: 0 0 20px;
	}
	.questionnaire_txt {
		font-size: 14px;
	}
	.questionnaire_box h4 span {
		font-size: 17px;
		padding: 15px 20px;
	}
	.questionnaire_box h4 {
		margin-bottom: 15px;
	}
	.questionnaire_box {
		padding: 0 0 40px;
		margin-top: 80px;
		margin-bottom: 40px;
	}
	.pie_box p span {
		font-size: 17px;
		background-size:40px;
		padding: 25px 0 0 15px;
	}
	.pie_box p {
		margin-bottom: 10px;
		height: 75px;
	}
	.questionnaire_box .triangle {
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 20px solid #fff;
		margin: 30px auto;
	}
	.questionnaire_point p {
		font-size: 30px;
	}
	.questionnaire_point p span {
		font-size: 18px;
	}
	.questionnaire_point {
		padding: 15px 0;
	}
	.comparison_point .uk-grid >* p {
		background-position:  center 30px;
		height: 125px;
		width: 160px;
		font-size: 15px;
		margin: 0 auto 10px;
		padding-top: 30px;
	}
	.comparison_point{
		margin-top:-80px;
	}
	.comparison_point .uk-grid{
		justify-content: center;
	}
	.comparison_bg {
		padding: 0 0 30px 0;
		margin-top: 80px;
	}
	.comparison {
		margin: 0 0 40px;
	}
	.uk-container>:last-child.comparison_txt{
		font-size:14px;
		margin:0 0 30px;
	}
	.howto p {
		font-size: 14px;
	}
	.uk-container>:last-child.howto_img {
		margin: 0 auto 40px;
	}
	.product_page .bg_color {
		padding: 60px 0 30px;
		margin: 0 0 40px;
	}
	.product_page .bg_color.page_faq {
		margin: 0 0 60px;
	}
	.comparison_box {
		padding: 15px;
	}
	.comparison_box .triangle {
		border-left: 15px solid #F8C798;
		border-bottom: 30px solid transparent;
		border-top: 30px solid transparent;
		top:calc(50% - 15px);
	}
	.comparison_box h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.comparison_box p {
		font-size: 14px;
	}
	.comparison_img {
		height: 120px;
	}
	.comparison_box .uk-grid {
		margin-bottom: 10px;
	}
	.comparison_bg h4 {
		padding: 5px 15px;
		margin: 20px 0 0 10px;
		font-size: 15px;
	}
	.comparison_box_point p {
		height: 60px;
		width: 40px;
		right: -20px;
		bottom: -10px;
		font-size:12px;
		text-align:center;
		padding:0 10px;
		line-height:120%;
	}
	.page_264 .page_faq{
		margin-bottom:40px;
	}
}


/* softcare
-----------------------------------------------------------------------------------*/
.page_264 .dllist dd span,
.page_264 h1 span{
	position:relative;
	margin:0;
}
.page_264 .dllist dd span{
	padding:25px 5px;
}
.page_264 h1 span{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	background:none;
	padding:15px 0;
}
.product_txt h3 .rub{
	position:relative;
	padding:15px 0 0 0;
	color:#535353;
}
.page_264 .dllist dd span.rub:before,
.page_264 h1 span.rub:before,
.product_txt h3 .rub:before{
	content:"おうとつ";
	position:absolute;
	top:0;
	left:15%;
	font-size:30%;
	width:100%;
}
.product_txt h3 .rub:before{
	left:3%;
}
.page_264 .dllist dd span.rub:before{
	font-size:8%;
	left:0;
	letter-spacing:0;
}
.page_264 h1 span.rub:before{
	letter-spacing:0.2em;
}

.page_264 .product_point {
    background: none;
    margin: 0;
}
.product_point2{
	margin-bottom:140px;
}
.page_264 .product_point h3{
	margin: -80px 0 40px 0;
	color: #F08724;
	line-height: 160%;
	background: none;
	padding:25px;
}
.page_264 .product_point h3 span.point_no{
	position:static;
	color:#fff;
	background:#F08724;
	margin:0 auto 40px;
}
.page_264 .product_point h3 span.point_no span{
	color: #fff;
}
.product_point_txt{
	text-align:center;
	font-size:22px;
	margin:-40px 0 40px;
}
.point1{
	display:flex;
	margin:0 0 80px;
}
.point1_box{
	width:38%;
	background:#fff;
	border:4px solid #F08700;
	border-radius:15px;
}
.point1_box2{
	width:24%;
	background:url(img/point1-6.png) no-repeat center center/cover;
}
.point1_box_img1,
.point1_box_img2{
	height:300px;
	border-radius:15px 15px 0 0;
}
.point1_box_img1{
	background:url(img/point1-4.png) no-repeat center center/cover;
}
.point1_box_img2{
	background:url(img/point1-5.png) no-repeat center center/cover;
}
.point1_box h4 span{
	color:#F08700;
	font-size:28px;
}
.point1_box p{
	padding:0 60px 60px;
	margin:0;
}
.product_point_box2{
	background:#fff;
	border-radius:15px;
	padding:60px;
}
.product_point_box2 h4{
	margin:0 0 60px;
}
.product_point_box2 h4 span{
	border-bottom:4px solid #F08700;
	padding-bottom:10px;
	color:#F08700;
	font-size:30px;
}
.product_point_box2_in{
	max-width:1000px;
	margin:0 auto;
}
.product_point_box2 h5 span{
	border:solid 1px #707070;
	border-radius:50px;
	padding:10px 20px;
}
.product_point_box2 .uk-grid >*>p{
	font-weight:bold;
	margin:20px 0;
	font-size:18px;
}
.product_point_box2 .uk-grid >*:last-child >p{
	color:#F08700;
}
.point_box2_img{
	position:relative;
	margin:0;
}
.point_box2_img .triangle{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:-16%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #F08700;
	border-right: none;
}


ul.check li{
	list-style:none;
	position:relative;
	padding-left:40px;
}
ul.check li:before{
	content:"";
	background:url(img/check.svg) no-repeat center center/contain;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
}
.product_point_img{
	border:solid 3px #F08700;
	border-radius:10px;
	width:100%;
	height:370px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.product_point_img2{
	background-image:url(img/product_point_img2.png);
	background-position:center 30px;
}
.product_point_img3{
	background-image:url(img/product_point_img3.png);
	background-size:120%;
	background-position:20px 30%;
}
.product_point_img4{
	background-image:url(img/product_point_img4.png);
	background-size:140%;
	background-position:right 15%;
}
.howto_point{
	background:#F08700;
	border-radius:15px;
	padding:50px;
	position:relative;
	margin-top:100px;
	margin-left:50px;
}
.howto_point h3{
	position:absolute;
	top:-50px;
	left:-50px;
	color:#F08700;
	background:#fff;
	width:160px;
	height:40px;
	border-radius:100px;
	border:solid 4px #F08700;
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	padding:60px 0;
}
.page_264 .howto .howto_point p{
	color:#fff;
	margin:0 auto;
	font-size:24px;
	max-width:600px;
	font-weight:bold;
}
.page_264 .howto p{
	font-size:16px;
}
.page_264 .howto img{
	display:block;
	margin:0 0 20px;
}
.page_264 .howto_img{
	position:relative;
	margin:0;
}
.page_264 .howto .triangle{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	right:-30px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #002460;
	border-right: none;
}
.page_264 .howto .product_title2{
	font-size:36px;
	margin:0 0 100px;
	font-weight:bold;
}
.uk-grid+.uk-grid.EC-more{
	margin-top:0;
}
.product_Box_txt .EC-more p.more2 a{
	padding:30px 40px 30px 20px;
}
@media screen and (max-width : 959px){
	.point1_box_img1, .point1_box_img2 {
		height: 200px;
	}
	.page_264 .product_point h4 {
		height: auto;
	}
	.point1_box p {
		padding: 0 30px 30px;
	}
	.product_point_img {
		height: 270px;
	}
	.page_264 .product_point h3{
		padding-top:60px;
		text-align:center;
	}
	.page_264 .howto .howto_point p {
		margin: 0 0 0 100px;
	}
}
@media screen and (max-width : 639px){
	.page_264 h1 span {
		font-size: 25px;
	}
	.page_264 .product_point h3 span.point_no {
		width: 60px;
		height: 90px;
		font-size: 14px;
		margin: 0 auto 20px;
	}
	.page_264 .product_point h3 span.point_no span {
		font-size: 30px;
		margin-top:5px;
	}
	.product_point_txt {
		font-size: 15px;
		margin: -30px 0 20px;
	}
	.page_264 .product_point h3 {
		margin: 0 0 40px 0;
		padding: 0;
	}
	.point1_box {
		width: 90%;
		margin:0 auto;
	}
	.point1{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin:0 0 40px;
	}
	.point1_box_img1, .point1_box_img2 {
		height: 160px;
	}
	.point1_box2 {
		width: 100%;
		height:200px;
		position:relative;
		background:none;
	}
	.point1_box2:before {
		content:"";
		background:url(img/point1-7.png) no-repeat left center/140%;
		position:absolute;
		top:-45px;
		right:-10%;
		width:90%;
		height:240px;
	}
	.point1_box h4 span {
		font-size: 22px;
	}
	.point1_box p {
		padding: 0 15px 15px;
	}
	.product_point_box2 {
		padding: 20px;
	}
	.product_point_box2 h4 span {
		padding-bottom: 8px;
		font-size: 18px;
	}
	.product_point_box2 h4 {
		margin: 0 0 30px;
	}
	.product_point_box2 .uk-grid {
		margin-left:-10px;
	}
	.product_point_box2 .uk-grid >*{
		padding-left:10px;
	}
	.product_point_box2 .uk-grid >*>p {
		margin: 10px 0 0;
		font-size: 13px;
	}
	.point_box2_img .triangle {
		right: -7px;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #F08700;
	}
	.product_point_box2 h5{
		margin:10px 0 10px 0;
	}
	.product_point_box2 h5 span {
		padding: 5px 10px;
	}
	.product_point_img {
		height: 200px;
		width:80%;
		margin:0 auto ;
	}
	ul.check {
		margin-top:30px;
		padding-right:30px;
	}
	.product_point2 {
		margin-bottom: 40px;
	}
	.page_264 .howto .product_title2 {
		font-size: 22px;
		margin: 0 0 30px;
		padding-bottom:10px;
	}
	.page_264 .product_title2:before {
		width: 100px;
	}
	.howto_point {
		border-radius: 10px;
		padding: 40px 30px 20px;
		margin-top: 60px;
		margin-left: 0;
	}
	.page_264 .howto .howto_point p {
		margin: 0;
		font-size:15px;
	}
	.howto_point h3 {
		top: -50px;
		left: 0;
		width: 80px;
		height: 20px;
		border: solid 4px #F08700;
		font-size: 16px;
		padding: 30px 0;
	}
	.page_264 .howto_img {
		width:35%;
		float:left;
		margin-right:15px;
	}
	.page_264 .howto p {
		font-size: 14px;
		line-height:160%;
	}
	.page_264 .howto .triangle {
		top: auto;
		transform: translateX(-50%);
		left: 50%;
		right:auto;
		bottom:-15px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #002460;
	}
	.page_264 .dllist dd span {
		padding: 20px 8px;
	}
	.page_264{
		overflow-x: hidden;
	}
	html{
		overflow-x: hidden;
	}
	.product_Box_txt .EC-more p.more2 a{
		padding:10px 40px 10px 20px;
	}
	.product_txt h3 .rub:before{
		left:0;
	}
	.product_txt h3 .rub{
		padding:15px 5px 0;
	}
}


/* product_page（honeymoist）
-------------------------------------------------------------------*/
.page_honeymoist .product_keyv{
	background:#FFCD00;
}
.page_honeymoist .bl li,
.page_honeymoist .bl li span,
.page_honeymoist .bl a,
.page_honeymoist .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
	color:#535353;
}
.page_honeymoist .product_box h1,
.page_honeymoist .product_price,
.page_honeymoist .product_Box_txt h2,
.page_honeymoist .product_Box_txt p,
.page_honeymoist .product_price span{
	color:#535353
}
.page_honeymoist .product_Box_txt p.more a {
	border-color: #535353;
	background-color:#FFCD00;
	color:#535353;
	background-image:url(img/more2.svg);
}
.page_honeymoist .product_title:before{
	background-image:url(img/product_title4.svg);
}
.page_honeymoist .product_title:after{
	background-image:url(img/product_title3.svg);
}
.scene .uk-container{
	max-width:1000px;
	margin:0 auto;
}
.scene .uk-container p{
	font-size:20px;
	font-weight:bold;
	margin:25px 0 0 0;
	color:#535353;
	line-height:180%;
}
.page_honeymoist .faq_title span::before{
	color:#04A229;
}
.page_honeymoist #product{
	padding-top:160px;
}
.page_honeymoist #product .point_no{
	font-size: 20px;
	color: #fff;
	line-height: 100%;
	background: #F08724;
	border-radius: 71px;
	width: 82px;
	height: 142px;
	border: solid #F08724 2px;
	display: flex;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 30px;
	margin:0 auto;
}
.page_honeymoist .product_point .point_no span{
    display: block;
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.05em;
    margin: 5px 0 0 0;
    line-height: 100%;
}
.page_honeymoist .product_point{
	background:none;
}
.page_honeymoist .product_point img{
	margin-top:-40px;
}
.page_honeymoist .product_point h3{
	background:none;
	color:#F08724;
	text-align:left;
	padding:0;
	margin:0 0 40px;
}
.page_honeymoist .product_point_txt{
	padding-left:60px;
	text-align: left;
	margin: 60px 0 30px;
}
.page_honeymoist .product_point2{
	padding-bottom:160px;
}
.page_honeymoist .questionnaire_box{
	max-width:890px;
	margin:80px auto 160px;
	padding:80px 50px 100px;
	background:#FCF3E7;
	border-radius:30px
}
.page_honeymoist .questionnaire_box h4{
	margin-bottom:10px;
}
.page_honeymoist .questionnaire_box h4 span{
	color:#F08700;
	font-size:26px;
	border:none;
	border-radius:0;
	border-bottom:2px solid #F08700;
	padding:0 10px 10px;
	background:none;
}
.page_honeymoist .questionnaire_box h4 + p{
	float:right;
}
.page_honeymoist .questionnaire_box h4{
	margin-top:0;
}
.page_honeymoist .questionnaire_box .uk-grid{
	clear:both;
	padding-bottom:80px;
	background:url(img/arrow.svg) no-repeat center bottom;
	margin-bottom:80px;
}
.page_honeymoist .pie_box p {
	margin-bottom: 0;
	height:60px;
	line-height:140%;
}
.pie_box p span {
	font-size: 20px;
	padding: 0;
	color:#535353;
	background:none;
}
.page_honeymoist .pie {
	background-image: radial-gradient(#FCF3E7 61%, transparent 62%), conic-gradient(#F29226 0% 69%, #D2D2D2 69% 100%);
	width: 240px;
	height: 260px;
	margin:0 ;
	color:#535353;
	font-size:20px;
	line-height:160%;
	padding:0 10px;
}
.page_honeymoist .pie2 {
	background-image: radial-gradient(#FCF3E7 61%, transparent 62%), conic-gradient(#F29226 0% 80%, #D2D2D2 80% 100%);
}
.page_honeymoist .pie3 {
	background-image: radial-gradient(#FCF3E7 61%, transparent 62%), conic-gradient(#F29226 0% 68%, #D2D2D2 68% 100%);
}
.page_honeymoist .pie span {
    font-size: 60px;
    color: #F07700;
    margin-top: 20px;
}
.page_honeymoist .pie span span{
    font-size: 30px;
	display:inline;
}

.review{
	margin:50px 0 0 0;	
}
.review_box,
.review_box2{
	position: relative;
	margin: 35px auto 0;
	padding: 25px 40px;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #B4B4B4;
	box-sizing: border-box;
	max-width:480px;
	border-radius:20px;
}
.review_box:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 38px solid #FFF;
	z-index: 2;
}
.review_box:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -58px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 42px solid #B4B4B4;
	z-index: 1;
}
.review_box p,
.review_box2 p{
	margin: 0;
	padding: 0;
}
.review_box2:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 38px solid #FFF;
	z-index: 2;
}
.review_box2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -58px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 42px solid #B4B4B4;
	z-index: 1;
}
.review .review_img,
.review .review_img2,
.review .review_img3{
	position:relative;
}
.review .review_img:after{
	content:"" ;
	position:absolute;
	right:0;
	bottom:0;
	background:url(img/review1.svg) no-repeat center bottom/contain;
	width:160px;
	height:200px;
	
}
.review .review_img2:after{
	content:"" ;
	position:absolute;
	left:0;
	bottom:0;
	background:url(img/review2.svg) no-repeat center bottom/contain;
	width:160px;
	height:200px;
}
.review .review_img3:after{
	content:"" ;
	position:absolute;
	right:0;
	bottom:0;
	background:url(img/review3.svg) no-repeat center bottom/contain;
	width:160px;
	height:200px;
}
@media screen and (max-width : 959px){
	.page_honeymoist #product{
		padding-top:100px;
	}
	.page_honeymoist .product_point2{
		padding-bottom:80px;
	}
	.page_honeymoist .product_point_txt{
		padding:0;
	}
	.page_honeymoist .product_point_txt p{
		text-align:center;
	}
	.page_honeymoist .product_point img{
		margin-top:40px;
	}
	.page_honeymoist .product_point_txt h3{
		text-align:center;
	}
	.page_honeymoist .pie_box{
		margin:0;
	}
	.page_honeymoist .pie {
		width: 170px;
		height: 180px;
		font-size:16px;
		padding:0 5px;
	}
	.page_honeymoist .pie span {
		font-size: 50px;
		margin-top: 10px;
	}
	.review_box, .review_box2 {
		max-width: 380px;
	}
}

@media screen and (max-width : 639px){
	.page_honeymoist #product{
		padding-top:60px;
	}
	.page_honeymoist .product_point_txt p{
		text-align:left;
		margin:0;
		padding:0 30px;
	}
	.page_honeymoist .product_point img{
		margin-top:0;
	}
	.page_honeymoist .product_point2{
		padding-bottom:40px;
	}
	.page_honeymoist .product_point_txt{
		margin: 20px 0 10px;
	}
	.page_honeymoist .product_point_txt h3{
		margin-bottom:25px;
		font-size:20px;
	}
	.page_honeymoist #product .point_no{
		width: 30px;
		height: 90px;
		font-size: 14px;
		margin: 0 auto ;
	}
	.page_honeymoist .product_point .point_no span{
		font-size: 30px;
		margin-top: 5px;
	}
	.scene .uk-container{
		margin:0 20px;
	}
	.scene .uk-container p{
		font-size:14px;
		margin:15px 0 20px 0;
		line-height:160%;
	}
	.page_honeymoist .howto img{
		margin:20px 0 40px;
	}
	.page_honeymoist .questionnaire_box {
		margin: 20px auto 30px;
		padding: 30px 20px ;
		border-radius: 15px;
	}
	.page_honeymoist .questionnaire_box h4 span {
		font-size: 18px;
		padding: 0 0 5px;
	}
	.page_honeymoist .pie {
		width: 150px;
		height: 150px;
		font-size: 13px;
		letter-spacing:0;
		padding:0;
	}
	.page_honeymoist .pie span {
		font-size: 40px;
	}
	.page_honeymoist .pie_box p span{
		font-size:15px;
	}
	.page_honeymoist .questionnaire_box h4 + p {
		float: none;
		text-align:center;
	}
	.review_box:before,
	.review_box2:before,
	.review_box:after,
	.review_box2:after{
		content:none;
	}
	.review .review_img:after,
	.review .review_img2:after,
	.review .review_img3:after{
		left:auto;
		right:-15px;
		bottom:-10px;
		width:80px;
	}
	.review_box, .review_box2 {
		margin: 20px 30px 0 0;
		padding: 20px 30px 20px 10px;
		font-size: 14px;
		border-radius: 10px;
		border-width:2px;
	}
	.review {
		margin: 25px 0 0 0;
	}
	.page_honeymoist .questionnaire_box .uk-grid{
		padding-bottom:60px;
		background:url(img/arrow.svg) no-repeat 55% bottom/50px;
		margin-bottom:40px;
	}
}

/*==================================================================
	single settings
===================================================================*/
/* 投稿ページ,アーカイブ
-------------------------------------------------------------------*/
.singlepage{
	margin:60px auto 180px;
}
.uk-container .single{
	margin:0 0 0 30px;
	background:#FCF3E7;
	border-radius:20px;
	padding:40px;
}
.attachment-singlepage_thumbnails{
	display:block;
	margin:0 auto 30px;
}
.single .top_title{
	font-size:26px;
	text-align:left;
	margin:0 0 40px;
}
.single .date{
	display:block;
	text-align:right;
	margin:0 0 30px;
}


.archivelist{
	margin:0 auto 180px;
}
.archivelist .top_title{
	text-transform: uppercase;
}
.archivelist .line-list li a{
	border-color:#535353;
	background-image:url(./img/more2.svg);
	background-size:15px;
}
.archivelist .line-list .i-cat{
	background-color:#F08700;
	color:#fff;
}
.archivelist .line-list li a h2,
.archivelist .line-list li a .date,
.single .date{
	color:#535353;
}
p.Box-txt{
	font-size:15px;
	color:#666;
	margin:20px 0 0 0;
	padding-left:18em;
}
@media screen and (max-width : 959px){
	.archivelist{
		width:100%;
		margin:0 auto 80px;
	}
	.singlepage{
		margin:0 auto 80px;
	}
	p.Box-txt{
		padding-left:0;
	}
	.uk-container .single{
		margin:0 ;
		border-radius:15px;
	}
	.single .top_title{
		font-size:20px;
	}
}

@media screen and (max-width : 639px){
	.archivelist,
	.singlepage{
		margin:0 auto 60px;
	}
	.attachment-singlepage_thumbnails{
		margin:0 0 15px;
	}
	.single_more .more a{
		display:block;
		font-size:12px;
		min-width:initial;
		padding-top:5px;
		padding-bottom:5px;
	}
	p.Box-txt{
		font-size:12px;
		margin:10px 0 0 0;
	}
	.archivelist .line-list li a{
		background-size:8px;
		background-position:right 10px center;
	}
	.uk-container .single{
		padding:15px;
	}
	.attachment-singlepage_thumbnails{
		margin:0 auto 15px;
	}
	.single .top_title{
		font-size:18px;
		margin:0 0 10px;
	}
	.single .date{
		margin:0 0 15px;
	}
}





/*   pagination
-------------------------------------------------------------------*/
.pagination {
	width: 100%;
	text-align: center;
	z-index: 200;
	list-style-type: none;
	padding:0;
	margin:80px 0 0 0;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagination,
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/* 色変更箇所*/
.pagination a {
	font-weight: 500;
	padding-top: 1px;
	text-decoration:none;
	border-left-width: 0;
	min-width:36px;
	min-height:36px;
	color: #535353;
	background-color: #f5f5f5;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover {
	background:#F08700;
	color:#fff;
}

.pagination li:first-of-type a {
	border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.pagination li.first a::before { content: "<"; }
.pagination li.last a::after { content: ">"; }

.pagination li.previous a::before { content: "<"; }
.pagination li.next a::after { content: ">"; }

/* 色変更箇所*/
.pagination li.current a {
	background:#F08700;
	cursor: default;
	pointer-events: none;
	color:#fff;
}



@media only screen and ( max-width: 639px ) {
	.pagination li.first,
	.pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.uk-container .pagination li{
		padding:0;
		margin:0 0 20px;
	}
	.pagination li.previous a {
		border-left-width: 1px;
	}
}




/*==================================================================
	sidebar settings
===================================================================*/
/* side menu ttl
-------------------------------------------------------------------*/
.side_nav{
	margin-bottom:30px;
	border-bottom:none;
}
.side_nav a{
	color:#fff;
}
.side_nav_ttl {
	padding:15px 5px;
	text-align:center;
	letter-spacing:0.2em;
	font-size:15px;
	margin:0;
	color:#535353;
	border-top:3px solid #F08700;
	border-bottom:1px solid #999;
	background:#fff;
	font-weight:bold;
}
.side_nav_ttl a{
	color:#666;
	font-size:14px;
	text-decoration:none;
}


/* side menu list
-------------------------------------------------------------------*/
.side_nav_item ul {
	padding:10px 0;
	border-top:none;
}
.side_nav_item{
	margin:0;
}
.side_nav_item ul li {
	position:relative;
	margin:0;
}
.side_nav_item ul li a {
	padding:10px 10px 10px 40px;
	font-size:15px;
	line-height:160%;
	color:#535353;
	background:url(./img/more2.svg) no-repeat 10px center/5px;
	border-bottom:1px dotted #ddd;
}
.side_nav_item ul li a:hover {
	color:#F08700;
	background-position:20px center;
}
.side_nav_item .date{
	display:inline-block;
	color:#999;
	font-size:12px;
	margin:0;
}



/*==================================================================
	footer settings
===================================================================*/
/* footer_contact
-------------------------------------------------------------------*/
.uk-grid>*>:last-child.footer_contact{
	height:50vh;
	background:url(./img/contact.jpg) no-repeat center center/cover;
	margin:0 0 70px;
	position:relative;
}
.uk-grid>*>:last-child.footer_contact::after{
	content:"";
	background: -moz-linear-gradient(top,rgba(41,41,41,0), rgba(41,41,41,0.8));
	background: -webkit-linear-gradient(top, rgba(41,41,41,0), rgba(41,41,41,0.8));
	background: linear-gradient(to bottom, rgba(41,41,41,0), rgba(0,0,0,0.8));
	height:70%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
}
.uk-grid>*>:last-child.footer_contact2{
	background:url(./img/contact2.jpg) no-repeat center center/cover;
}
.footer_contact_txt{
	position:absolute;
	bottom:60px;
	left:10%;
	z-index: 1;
}
.footer_contact_txt p{
	margin:0 10% 30px 0;
	color:#fff;
	width:100%;
}
.footer_contact a{
	color:#fff;
	text-decoration:none;
	background:url(./img/more5.svg) no-repeat right 20px center/20px;
	border:2px solid #fff;
	padding:20px 2.5em 20px 1.5em ;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	position: relative;
	z-index: 2;
	letter-spacing:0.05em;
	display:inline-block;
	min-width:40%;
}
.footer_contact a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	background:#fff;
	transition: all 0.3s ease;
}
.footer_contact a:hover {
	color: #F08700;
}
.footer_contact a:hover:after {
	left: 0;
	width: 100%;
	background:#fff url(./img/more5-2.svg) no-repeat right 20px center/20px;
}
.footer_contact a:active {
	top: 2px;
}

@media screen and (max-width : 959px){
	.uk-grid>*>:last-child.footer_contact::after{
		height:90%;
	}
	.uk-grid>*>:last-child.footer_contact{
		height:30vh;
		margin:0;
	}
	.uk-grid>*>:last-child.footer_contact2{
		margin:0 0 40px;
	}
	.footer_contact_txt{
		bottom:40px;
		left:50%;
		transform:translatex(-50%);
		width:100%;
		text-align:center;
	}
	.footer_contact a{
		display:inline-block;
		background:url(./img/more.svg) no-repeat right 20px center/20px;
		padding:20px 2.5em 20px 1.5em ;
		font-size:30px;
	}
	.footer_contact_txt p{
		margin:0 10% 30px;
	}
}
@media screen and (max-width : 639px){
	.uk-grid>*>:last-child.footer_contact2{
		margin:0 0 20px;
	}
	.footer_contact_txt{
		bottom:25px;
	}
	.footer_contact a{
		background:url(./img/more.svg) no-repeat right 10px center/8px;
		padding:5px 2.5em 5px 1.5em ;
		font-size:18px;
		border:1px solid #fff;
	}
	.footer_contact_txt p{
		margin:0 10% 15px;
		width:auto;
	}

}


/* footer
-------------------------------------------------------------------*/
footer{
	background: -moz-linear-gradient(top, #EF7E00, #EFA500);
	background: -webkit-linear-gradient(top, #EF7E00, #EFA500);
	background: linear-gradient(to bottom, #EF7E00, #EFA500);
	padding:0 0 130px;
}
.footer_logo img{
	float:left;
	margin:0 40px 0 0;
}
.footer_logo .uk-grid>*>a:last-child {
	display:inline-block;
	color:#fff;
	text-decoration:none;
	background:url(./img/link.svg) no-repeat right center/20px;
	padding-right:30px;
	font-size:16px;
	margin:0 0 10px 0;
}
footer a:hover{
	color:rgba(255,255,255,0.6);
	text-decoration:underline;
}
@media screen and (max-width : 959px){
	footer{
		padding:20px 0 80px;
	}
	.footer_logo img{
		float:none;
		margin:0 auto 30px;
		display:block;
	}

}
@media screen and (max-width : 639px){
	footer{
		padding:10px 0 40px;
	}
	.footer_logo img{
		width:70px;
		margin:0 auto 20px;
	}
	.footer_logo .uk-grid>*>a:last-child {
		background:url(./img/link.svg) no-repeat right center/15px;
		padding-right:20px;
		font-size:10px;
		margin:0;
	}
	
}




/* sitemap
-------------------------------------------------------------------*/
.footer_sitemap{
	padding: 90px 0 160px;
}
.footer_sitemap ul{
	margin:0;
	padding:0;
}
.footer_sitemap ul li{
	display:inline-block;
	margin:0;
	vertical-align:top;
	text-align:left;
}
.footer_sitemap ul li a,
.footer_sitemap ul li span.nolink{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	padding:0 30px 0 0;
	font-weight:bold;
}
.footer_sitemap ul li a:hover{
	color:rgba(255,255,255,0.6);
}
.footer_sitemap ul li ul{
	margin:10px 0 0 0;
}
.footer_sitemap ul li ul li{
	display:block;
	margin:0;
	text-align:left;
	line-height:140%;
}
.footer_sitemap ul li ul li a{
	font-size:14px;
	font-weight:normal;
}
.footer_sitemap ul li:nth-child(4){
}

@media screen and (max-width : 959px){
	.footer_sitemap{
		padding: 0 0 80px;
	}
	.footer_sitemap ul li{
		display:block;
	}
	.footer_sitemap ul li a,
	.footer_sitemap ul li span.nolink{
		display:block;
		padding:20px ;
		border-bottom:solid 1px #fff;
		background:url(./img/more.svg) no-repeat right 30px center/15px;
	}
	.footer_sitemap ul li span.nolink{
		background:none;
	}
	.footer_sitemap ul li ul{
		margin:0;
	}
	.footer_sitemap ul li ul li a{
		padding-left:40px;
	}
}

@media screen and (max-width : 639px){
	.footer_sitemap{
		padding: 0 0 40px;
	}
	.footer_sitemap ul li a,
	.footer_sitemap ul li span.nolink{
		padding:10px 15px;
		background:url(./img/more.svg) no-repeat right 15px center/8px;
		font-size:12px;
	}
	.footer_sitemap ul li ul li a{
		padding-left:30px;
		font-size:10px;
	}
	.footer_sitemap ul li:nth-child(4){
	text-align:left;
}
}




/* sign
-------------------------------------------------------------------*/
.footer_container{
	max-width:1600px;
	margin:0 auto;
}
.footer_sign{
	position:relative;
}
.footer_sign p {
	position:absolute;
	bottom:0;
	right:0;
	color: #fff;
	font-size:10px;
	text-align:center;
	margin:0;
	letter-spacing:0.1em;
	padding:0;
}
.footer_sign a{
	color: #fff;
}
@media screen and (max-width : 959px){
	.footer_sign p {
		position:static;
		margin:40px 0 0 0;
	}
}
@media screen and (max-width : 639px){
	.footer_sign p {
		letter-spacing:0px;
		margin:30px 0 0 0;
	}
}

/* pagetop
-------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	margin:0;
	z-index:900;
}
#page-top a {
	background: url(./img/pagetop.svg) no-repeat 0 0/cover;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 81px;
	height:81px;
	text-align: center;
	display: block;
	filter: drop-shadow(0 0 4px #aaa);
}
@media screen and (max-width : 639px){
	#page-top {
		bottom: 20px;
		right: 5px;
	}
	#page-top a {
		width: 33px;
		height:33px;
	}
}




/*==================================================================
  form setting
===================================================================*/
.indispensable{
	display:block;
	font-size:12px;
	color:#F08700;
	line-height:140%;
	margin:0;
}
table.contactform{
	max-width:1000px;
	margin:0 auto 60px;
}
table.contactform th{
	text-align:right;
	width:30%;
}
@media screen and (max-width : 639px){
	table.contactform{
		margin:0 auto 30px;
	}
	table.contactform th{
		text-align:left;
		width:auto;
	}
	.indispensable{
		display:inline-block;
		margin:0 0 0 5px;
	}
}


/* form
-------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
input[type="number"],
label,
button {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}
input[type="hidden"] {
	*float: left;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
select{
	width: calc(100% - 42px);
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd ;
	background-color: #FFFFFF !important;
	padding:15px 20px;
	font-size:13px;
	border-radius:0;
}
input[type="text"]#your-zip{
	width: calc(30% - 42px);
}
select{
	width:30%;
}
*[class*="disabled"],
*:disabled {
    cursor: default !important;
}

@media screen and (max-width : 639px){
	input[type="text"]#your-zip{
		width: calc(50% - 42px);
	}
	select{
		width:50%;
	}
}

/* css btn */
#back,
#confirm,
input[type="submit"]{
	display:inline-block;
	text-decoration:none;
	font-size:15px;
	color:#fff;
	padding:0;
	letter-spacing:0.1em;
	font-weight:600;
	text-align:center;
	background:#F08700 url(./img/more5.svg) no-repeat right 20px center/10px;
	padding:15px 70px 15px 60px;
	min-width:260px;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
	-webkit-appearance: none;
	margin:0 15px;
	border:2px solid  #F08700;
	border-radius:0;
}

#confirm:hover,
#back:hover,
input[type="submit"]:hover{
	background:#fff url(./img/more5-2.svg) no-repeat right 20px center/10px;
	transform:0.2s;
	color:#F08700;
}



/* radio btn */
input[type=radio] {
	appearance: none;
	display: none;
}
input[type=radio] + span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type=radio] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	border-radius:15px;
}
input[type=radio]:checked + span:before {
	content: "\f192";
	font-weight: 400;
	color: #F08700;
}


/* checkbox btn */
input[type=checkbox] {
	appearance: none;
	display: none;
}
input[type=checkbox] + span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
	display: inline-block;
	margin-right: 0.5em;
	font-weight: 300;
	color: #ddd;
	font-size:20px;
	vertical-align: middle;
	background:#fff;
	line-height:95%;
	margin-bottom:0;
	border-radius:2px;
}
input[type=checkbox]:checked + span:before {
	content: "\f14a";
	font-weight: 400;
	color: #F08700;
}

/*------------
 * footer編集
 * ----------*/
.footer_sitemap{
	padding: 90px 0 ;
}
.footer_sitemap nav.flex{
	display:flex;
	justify-content: space-between;
}
.footer_sitemap nav.flex ul li{
	display: block;
}
.footer_sitemap nav.flex .footer_logo{
	display:flex;
}
.privacy ul{
	display: flex;
	list-style:none;
	justify-content: center;
}
.privacy ul li{
	padding: 0 16px;
	color: #fff;
}
.privacy ul li + li:before{
	content: "|";
	margin-right: 1em;
}
.privacy ul li a{
	color: #fff;
	background: url(./img/link.svg) no-repeat right center/20px;
	display: inline-block;
	font-size: 12px;
	padding-right: 20px;
	background-size: auto;
	text-decoration: none;
}
.privacy ul li a:hover{
	color: rgba(255,255,255,0.6);
}
.copyright p{
	color: #fff;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0;
}
footer{
	padding: 0 0 40px;
}
@media (max-width: 1024px){
	.footer_sitemap{
		padding: 32px 0;
	}
	.footer_sitemap nav.flex{
		flex-wrap: wrap;
	}
	.footer_sitemap .flex >ul {
		width: 48%;
	}
	.footer_sitemap ul li ul{
		width: 100%;
	}
	.footer_sitemap ul li ul li a{
		padding-left: 16px;
		border: none;
	}
	.footer_sitemap nav.flex .footer_logo{
		width: 100%;
	}
	.privacy ul{
		padding: 0;
		flex-direction: column;
		align-items: center;
	}
	.privacy ul li{
		margin: 0;
	}
	.privacy ul li + li:before{
		content: "";
		margin: 0;
	}
	.flex .footer_logo img{
		margin: 24px auto 24px;
	}
}